@charset "utf-8";
/* CSS Document */

/*↓ここから共通コード*/
.body{
  font-family:'Shippori Mincho';
}
/*ヘッダーはcommon.cssへ*/

/*以下organicページを活用*/
/*トップ*/
.section-top{
  padding-top: 85px;/*ヘッダーの高さ分プラス*/
  width: 100%;/*レスポンシブで余白でるので修正*/
  height: 515px;
  background-image: url("../images/menu/sub2_photo_top_SP.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top 85px center;/*ヘッダーの高さ分プラス*/
  color: #FFFFFF;
}
.section-top h2{
 font-size: 3.8rem;
 text-align: center;
 padding-top: 188px;
 line-height: 0.8;
}
.section-top h2 span{
 font-size: 1.2rem;
}
/*トップレスポンシブ*/
@media(min-width:1040px){
  .section-top{
    padding-top: 120px;
    width: 100%;/*vwだと横スクロール出てくるので％指定で*/
    height: 490px;
    background-image: url("../images/menu/sub2_photo_top_PC.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top 120px center;
  }
  .section-top h2{
   font-size: 6.0rem;
    padding-top: 132px;
  }
  .section-top h2 span{
   font-size: 2.2rem;
}
}

/*リード*/
.section-lead h3{
  padding-top: 61px;
  font-size: 2.0rem;
  line-height: 1.75;
  font-weight: 500;
}
.section-lead-text{
  padding-bottom: 62px;
  padding-top: 32px;
}
.section-lead-text br{
  display: none;
}
.section-lead p{
  margin-right: 65px;
  margin-left: 65px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.786;
  padding-top: 20px;
}

/*リードレスポンシブ*/
@media(min-width:1040px){
  .section-lead h3{
    font-size: 3.6rem;
    padding-top: 146px;
  }
  .section-lead h3 br{
    display: none;
  }
  .section-lead-text{
    padding-top: 86px;
    padding-bottom: 146px;
  }
  .section-lead-text br{
  display: block;
  }
  .section-lead p{
    font-size: 1.8rem;
    text-align: center;
    padding-top: 0px;
    line-height: 2.22;
  }

}
/*メニュー*/
.section-menu-wrapper{
  margin-left: 20px;
  margin-right: 20px;;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.section-menu-list-wrapper-1{
  padding-left: 7.428%;
  padding-right: 7.428%;
}
.section-memu-list-wrapper-2{
  border-bottom: 1.5px solid #E9E6D3;
  padding-bottom: 64px;
}
.section-menu-title{
  padding-top: 50px;
  padding-bottom: 42px;
  font-size: 2.6rem;
}
.section-menu-title-2{
  padding-top: 50px;
  padding-bottom: 42px;
  font-size: 2.2rem;
}

.section-menu-list-wrapper-3{
  display: flex;
  justify-content: space-around;
  line-height: 2.5;
  font-size: 1.4rem;
}
.section-menu-list-left{
  text-align: left;
}
.section-menu-list-left-2{
  text-align: left;
  padding-top: 54px;
  font-size: 1.2rem;
}
.section-menu-br-for-pc{
 display: none;
}
/*
.section-menu-comment-1{
  font-size: 1.2rem;
  line-height: 2.083;
  padding-top: 80px;
}
  */
.section-menu-comment-2{

  line-height: 1.786;
  text-align: left;
  padding-bottom: 58px;
  padding-top: 52px;
}
  .section-menu-comment-2 p{
  margin: 1em 0;
  font-size: 1.2rem;
  }

.section-menu-img-icon{
  width: 281px;
  height: auto;
  padding-top: 16px;
  display: block;
}
.section-menu-list-price{
  text-align: left;
  font-size: 1.3rem;
}
.menu-left-span-01{
  font-size: 1.1rem;
}
.section-menu-list-left{
font-size: 1.3rem;
}

/*.section-menu h4::before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 38px;
    background-image: url("../images/menu/menu-ashirai-reaf@2x.png");
    background-size: contain;
    position: relative;
    top: 12px;
}
*/
/*以下モーダル*/

/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
	display: none;
}
/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
.modaal-description-img{
  width: 140px;
  height: 140px;
  display: block;
  margin: auto;
}
.modaal-description-list-wrapper-3-title{
  font-size: 2.0rem;
  padding-top: 21px;
  font-weight: 700;
  color: #3F342F;
}
.modaal-description-list-wrapper-3-title-2{
  font-size: 1.4rem;
  color: #474D29;
  padding-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #3F342F;
}
.modaal-description-text{
  padding-top: 30px;
}
.modaal-description-font-bold{
  font-weight: 700;
  font-size: 1.4rem;
}
.modaal-description-line-height{
  font-size: 1.4rem;
  padding-top: 16px;
}
/*以上モーダル*/

/*メニューレスポンシブ*/
@media(min-width:1040px){
  .section-menu-title ,.section-menu-title-2{
    padding-top: 60px;
    padding-bottom: 37px;
    font-size: 3.6rem;
    text-align: left;
    margin-left: 20.47%;
    font-weight: 500;
    line-height: 1.0;
    }
  /*.section-menu h4::before{
    margin-right: 10px;
    top: 6px;
  }*/
.section-menu-wrapper {
    margin-left: 12.29vw;
    margin-right: 12.29vw;
    padding-top: 53px;
}
.section-menu-list-wrapper-1 {
    padding-left: 93px;
    padding-right: 93px;
  }
  .section-menu-list-wrapper-3{
    font-size: 2.0rem;
    justify-content: space-between;
  }
  /*
.section-menu-comment-1 {
    font-size: 1.4rem;
    line-height: 2.083;
    padding-top: 80px;
  }*/
.section-menu-br-for-sp{
    display: none;
  }
  .section-menu-list-left {
    margin-left: 20.47%;
    font-size: 2.0rem;
  }
  .section-menu-list-left-2{
  margin-left: 20.47%;    
  text-align: left;
  padding-top: 74px;
  font-size: 1.4rem;
}
  
  .section-menu-list-price{
    margin-right: 20.47%;
    font-size: 2.0rem;
  }
  
  .section-menu-img-icon {
    width: 281px;
    height: auto;
    padding-top: 16px;
    display: block;
    margin-left: 20.47%;
  }
  .section-menu-br-for-pc{
 display: block;
}
.section-menu-comment-2 {
    line-height: 2.2;
    padding-bottom: 141px;
    padding-top: 60px; 
    font-size: 1.4rem;
    margin-left: 20.47%;
  }
  /*リロードするとfontsize変わるので確認すること*/
  .section-menu-comment-2 p{
    margin: 0;
    font-size: 1.4rem;
  }
  /*モーダル*/
  .moddal-description-list-wrapper-2{
    display: flex
  }
  .modaal-description-img{
    width: 303px;
    height: 300px;
  }
  .modaal-description-list-wrapper-3{
    padding-left: 30px;
  }
 .modaal-description-list-wrapper-3-title{
  font-size: 2.6rem;
  padding-top: 10px;
}
.modaal-description-list-wrapper-3-title-2{
  font-size: 1.8rem;
  color: #474D29;
  padding-top: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #3F342F;
}
.modaal-description-text{
  padding-top: 30px;
}
.modaal-description-font-bold{
  font-weight: 700;
  font-size: 1.6rem;
}
.modaal-description-line-height{
  font-size: 1.6rem;
  padding-top: 16px;
} 
.menu-left-span-01{
  font-size: 1.4rem;
}
}

/*コンセプトふわっとスクロールの指定*/
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/*リザベーション、インフォメーションはcommon.cssへ*/




