@charset "UTF-8";
/* CSS Document */
.background-area{
    /*background-color: #f3ede2;*/
    background:linear-gradient(to top, rgba(252, 251, 249, 0.9) 0%, rgba(250, 248, 246, 0.9) 100%), url(../image/bg.jpg);
  background-blend-mode: lighten;
  background-size: contain;
}
.padding{
  padding:0 20px 0;
}
.my-slider{
  position: relative;
}
.my-slider img{
  object-fit: cover;
  width: 100%;
  height: 600px;
}
.section-top{
  width: 100%;
  height: 600px;
  background-image: url(../image/top_h1.png),url(../image/top_image.png);
  background-repeat: no-repeat,no-repeat;
  background-size: 530px,cover;
  background-position: 50% 60%,50% 50%;
}
.section-top h1 span {
  font-size: 3rem;

}
.section-direction_p1{
  max-width: 800px;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.section-top__p1 {
  align-self: center;
  font-size: 2.5rem;
  color: #572E05;
  font-weight: 550;
 background: linear-gradient(transparent 50%,#f3e9ad 50%);
}
.section-top__p2 {
  font-size: 1.5rem;
  margin-top: 30px;
  line-height: 2.5rem;
  padding-bottom: 70px;
}
.section-direction img{
  align-self: center;
 height: 20px;
 margin-top: 10px;
 margin-right: 13px;
 margin-left: 10px;
}

@media(max-width:800px){

  .section-top{
    width: 100%;
    height: 480px;
    background-image: url(../image/top_h1.png),url(../image/top_mobile.png);
    background-repeat: no-repeat,no-repeat;
    background-size: 360px,cover;
    background-position: 50% 60%,50% 50%;
  }

  .section-direction_p1{
    max-width: 500px;
    margin: auto;
    display: flex;
    justify-content: center;
    margin-top: 15px;
  }
  .section-top__p1 {
    align-self: center;
    font-size: 1.4rem;
    color: #572E05;
    font-weight: 700;
    margin-top: 5px;
   background: linear-gradient(transparent 30%,#f3e9ad 70%);
  }
  .section-top__p2 {
    margin: 0 auto;
    max-width: 500px;
    font-size: 1.1rem;
    margin-top: 15px;
    line-height: 2.0rem;
    padding-bottom: 30px;
  }
  .section-direction img{
    align-self: center;
   height: 14px;
   margin-top: 8px;
   margin-right: 8px;
   margin-left: 8px;
  }
}


.section-introduction{
  /*background-color:#fdfcfb ;*/
  padding: 30px 20px 20px 20px;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
}
.flex-item{
  flex: 1;
  width: 100%;
}
.section-introduction img{
  max-width: 350px;
  box-shadow: 20px 20px 0px 0 rgba(214, 200, 162, 0.5);
}
.introduction-text {
  background-color:rgba(255, 255, 255, 0.7);
  max-width: 450px;
  text-align: left;
  padding: 7%;
  line-height: 150%;
}
.introduction-text-p1{
  font-size:20px;
  font-weight: bold;
}
.line{
  background: linear-gradient(transparent 50%,#e4d2b8 50%);
}
.name{
  font-size: 25px;
  padding-left: 3%;
  font-weight: bold;
}
.introduction-text-p2{
  font-size:15px;
  padding-left: 3%;
}

@media(max-width:800px){
  .section-introduction{
    padding: 0px;
    max-width: 650px;
    margin: auto;
    display: inline-block;
    justify-content: center;
  }
  .flex-item{
    width: 100%;
  }
  .section-introduction img{
    max-width: 250px;
    box-shadow: 10px 10px 0px 0 rgba(214, 200, 162, 0.5);
  }
  .introduction-text {
    background-color:rgba(255, 255, 255, 0.7);
    max-width: 300px;
    text-align: left;
    padding: 7%;
    line-height: 110%;
  }
  .introduction-text-p1{
    font-size:15px;
    font-weight: bold;
  }
  .line{
    background: linear-gradient(transparent 50%,#e4d2b8 50%);
  }
  .name{
    font-size: 18px;
    padding-left: 3%;
    font-weight: bold;
  }
  .introduction-text-p2{
    font-size:10px;
    padding-left: 3%;
  }
}





@media(max-width:1000px){
  .my-slider img{
  object-fit: cover;
  width: 100%;
  height: 520px;
}
  .top1{
   transform: translateX(20px),scale(1.5);
  }
  .section-top h1 {
  position: absolute;
  top: 250px;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  color: #fefefe;
  font-weight: normal;
  line-height: 4.0rem;
}
  .section-top h1 span {
  font-size: 2.5rem;
}
}
@media(max-width:600px){
  .my-slider img{
  object-fit: cover;
  width: 100%;
  height: 250px;
}
  .top1{
   transform: translateX(20px),scale(1.5);
  }
  .section-top h1 {
  position: absolute;
  top: 250px;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  color: #fefefe;
  font-weight: normal;
  line-height: 4.0rem;
}
  .section-top h1 span {
  font-size: 2.5rem;
}
/*  .section-top__p1 {
  display: inline-block;
  font-size: 1.7rem;
  margin-top: 45px;
  color: #572E05;

  text-shadow: 10px 2px 40px #572E05;
}
.section-top__p2 {
  font-size: 1.6rem;
  margin-top: 25px;
  line-height: 3.6rem;
  text-align: left;
}*/
}
.section-worries {
  max-width: 1000px;
  margin: 0 auto;
}
.section-worries_p1{
  max-width: 350px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.section-worries ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-worries ul li a {
  position: relative;
}
.section-worries ul li img {
  max-width: 280px;
  margin-bottom: 20px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media(max-width:800px){
  .section-worries_p1{
    max-width: 250px;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .section-worries ul li img {
    max-width: 150px;
    margin-bottom: 10px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}


.bg_1{
  background-color:rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
  margin-bottom: 8px;
}
.section-menu1__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.section-menu1__contents p {
  text-align: left;
  max-width: 570px;
  font-size: 1.4rem;
  line-height: 2.0rem;
  margin: 20px 0 0 40px;
}
.section-menu1__contents img {
  max-width:300px;
}

.section-menu {
  max-width: 1000px;
  margin: 0 auto;
}
.section-menu　h3{
  text-align: left;
  font-size: 2.0rem;
}
.section-menu ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 10%;
}
.section-menu ul li{
  margin-bottom: 5px;
}
.section-menu ul li a {
  position: relative;
}
.section-menu ul li img {
  max-width: 180px;
  margin-bottom: 20px;
  margin-left: 150px;
}
.section-menu_ul_li_p{
  font-size: 1.2rem;
  text-align: left;
  max-width: 280px;
  margin:15px 40px 10px 50px;
  line-height:2.0rem ;
}
.price{
  display: inline-block;
  background-color: #ebebeb;
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height:2.0rem ;
}
.manu_sub{
  display: inline-block;
  margin: 0 auto;
  background-color: #d8d6d2;
  padding: 10px 20px;
  font-size: 1.2rem;
  line-height:2.0rem ;
  margin-top: 20px;
  margin-left: 80px;
}

.menuname {
  text-align: left;
  font-size: 1.6rem;
  font-weight: bold;
  bottom: 35px;
  left: 0;
  right: 0;
  margin: auto;
  margin-left: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.menuname span{
  padding: 10px 15px 10px 15px;
  box-shadow: 0 0 0 5px rgba(221, 212, 183, 0.4);
  border-radius: 10px 10px 10px 25px;
  margin-bottom: 10px;
}
.section-menu2__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 2rem;
}
.section-menu2__contents p {
  text-align: left;
  max-width: 570px;
  font-size: 1.5rem;
  line-height: 2.0rem;
  margin: 60px 0px 0px 30px;
  
}
.section-menu2__contents img {
  max-width:300px;
}

@media(max-width:800px){
  .section-menu1__contents p {
    text-align: left;
    max-width: 570px;
    font-size: 1.2rem;
    line-height: 2.0rem;
    margin: 20px 0 0 0px;
  }
  .section-menu ul{
    margin: 0 auto;
    justify-content: center;
  }
  .section-menu ul li img {
    max-width: 200px;
    margin: 0 auto;
    margin-top: 20px;
  }
  .menuname {
    text-align:center;
    font-size: 1.4rem;
    font-weight: bold;
    bottom: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .section-menu_ul_li_p{
    font-size: 1.2rem;
    text-align: left;
    max-width: 250px;
    margin:15px 0 7px 0;
    line-height:2.0rem ;
  }
  .price{
    margin-bottom: 20px;

  }
  .manu_sub{
    display: inline-block;
    margin: 0 auto;
    background-color: #d8d6d2;
    padding: 10px 20px;
    font-size: 1.1rem;
    line-height:2.0rem ;
    margin: 0px 3px;
  }
  .menuname span{
    padding: 10px 15px 10px 15px;
    box-shadow: 0 0 0 5px rgba(221, 212, 183, 0.4);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
  }
  .section-menu2__contents p {
    text-align: left;
    max-width: 300px;
    font-size: 1.2rem;
    line-height: 2.0rem;
    margin: 20px 0px 20px 0px;
    
  }
}

.section-accident {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom:60px;
}
.section-accident__contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.section-accident__contents p {
  position: relative;
  color: #572E05;
  width: 300px;
  font-size: 2rem;
  font-weight: 400;
  padding: 20px 0 20px 0;
  box-shadow: 0 0 0 5px rgba(221, 212, 183, 0.4);
  border-radius: 0px 10px 10px 30px;
}
.point_line{
  padding-bottom: 8px;
  padding-top: 8px;
  text-align: center;
  
}
.point_line_2{
  background: linear-gradient(transparent 50%,#f3e9ad 50%);
  padding-bottom: 8px;
  padding-top: 8px;
  margin-left: 150px;
  text-align: center;
}
.section-accident_number{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 285px;
  margin: auto;
  max-width: 90px;
  height: auto;
  padding-bottom: 100px;
}
.section-accident_number_2{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 185px;
  margin: auto;
  max-width: 70px;
  height: auto;
  padding-bottom: 10px;
}
.section-accident_img {
  max-width: 300px;
  margin: 50px;
  box-shadow: 20px 20px 0px 0 rgba(214, 200, 162, 0.4);
}
@media(max-width:800px){
  .section-accident {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom:20px;
  }
  .section-accident__contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .section-accident__contents p {
    position: relative;
    color: #572E05;
    max-width: 210px;
    font-size: 1.5rem;
    line-height: 2.2rem;
    font-weight: 500;
    padding: 8px 5px 8px 5px;
    box-shadow: 0 0 0 2px rgba(160, 201, 134, 0.4);
    border-radius: 10px 10px 10px 10px;
    margin-top: 20px;
  }
  .section-accident_number{
    position: absolute;
    top: 0;
    left: 0px;
    margin: auto;
    max-width: 50px;
    height: auto;
    padding-bottom: 30px;
    display: none;
  }
  .section-accident_img {
    max-width: 280px;
    margin: 20px 20px 40px 20px;
    box-shadow: 7px 7px 0px 0 rgba(214, 200, 162, 0.4);
  }
}


.section-others {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.section-others ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.section-others ul li {
  max-width: 310px;
  align-items: center;
  padding-bottom: 20px;
}
.section-others ul li img {
  max-width: 310px;
}
.section-others__p{
  text-align: left;
}
.section-others__p p{
  font-size: 1.8rem;
}
.section-others__p address{
  font-style: normal;
  font-size: 1.4rem;
}
@media(max-width:1000px){
  .section-others ul {
  justify-content: center;
}
}
.section-hours{
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.section-hours__contents{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-hours__img{
  max-width: 550px;
  height: 100%;
  margin: 0px 200px 20px 200px;

}
.section-hours_p{
  font-size: 1.4rem;
  text-align: left;
  margin: 0 0 0 60px;
  max-width: 450px;
}
.section-hours_tel{
  font-size: 2.8rem;
  color: #0f0f0f;
}
.section-hours_tel span{
  font-size: 2.0px;
}
.hours_icon{
  height: 50px;
  margin-left: 10px;
}
.hours_icon:hover{
  opacity: 0.5;
}

.content_icon{
  width: 500px;
}
.hours_reservation{
  height: 45px;
  margin-left: 10px;
}
@media(max-width:800px){
  .section-hours__img{
  max-width: 350px;
}
  .section-hours p{
  font-size: 1.4rem;
  text-align: left;
  margin: 0;
  max-width: 450px;
}
.section-hours p span{
  font-size: 2.0rem;
}
.hours_reservation{
  height: 35px;
  margin-left: 10px;
}
.section-hours{
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 20px;
}
}
.section-accsess{
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.section-accsess__contents{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-accsess__p{
  color: #0c0c0b;
  font-weight: 400;
  font-size: 1.5rem;
  margin: 0 20px 0;
  text-align: left;
}
.section-accsess__p p{
  color: #572E05;
  font-weight: 400;
  font-size: 1.5rem;
  margin-bottom: 15px;
  margin-left: 20px;
}
.section-accsess__contents p span{
  font-size: 1.0rem;
  color:#88C180;
}
@media(max-width:1000px){
  .section-accsess__p p{
    font-size: 1.4rem;
  }
  .section-accsess__p p span{
    font-size: 2.0rem;
  }
}
.section-accsess__p address{
  font-style: normal;
  line-height: 2.5rem;
  margin-left: 20px;
  margin-bottom: 20px;
}
.sb{
  position: relative;
  margin-bottom: 40px;
}
.section-accsess__p img{
  width: 330px;
  margin-top: 50px;
  margin-right: 100px;
}
@media(max-width:800px){
  .section-accsess__p img{
    width: 300px;
    margin-top: 20px;
    margin-right: 0px;
  }
  .section-accsess__p p{
    font-size: 1.2rem;
    margin: 0;
  }
  .section-accsess{
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 30px;
  }
  .section-accsess__map{
    max-width: 300px;
    height: 250px;
}
}
.section-accsess__sb{
  line-height: 28.8px;
  position: absolute;
  top: 25px;
  left: 15px;
  color: #FFF;
}
.section-accsess__map{
  max-width: 400px;
  margin-top: 25px;
  margin-bottom: 20px;
}