@charset "UTF-8";

body{
  font-family: "Noto Sans JP", sans-serif;
  width: 1366px;
} 

a{
  color: black;
}

.section-ttl{
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
}

.section-inner{
  width: 1250px;
  align-items: center;
  margin: 0 auto;
}

/* header */
.header-wrap{
  display: flex;
}

.logo-img{
  width: 316px;
  height: 175px;
  margin-right: 421px;
}

.header-nav-list{
  width: 608px;
  height: 46px;
  margin-top: 66px;
}
.header-list-ttl{
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  display: flex;
  justify-content: space-between;
}

/* kv */
.kv{
  width: 1366px;
  height: 717px;
  margin-bottom: 45px;
}

/* section */

/* concept */

.section-txt{
  font-size: 40px;
  font-weight: bold;
  margin-top: 78px;
  margin-bottom: 41px;
  text-align: center;
}

.section-detail{
  width: 1035px;
  font-size: 24px;
  line-height: 2.5;
  margin: 0 auto;
  margin-bottom: 117px;
}

/* menu */

.menu{
  background-color: #D9D9D9;
  height: 1600px;
  padding-top: 60px;
  margin-bottom: 80px;
}

.menu-list-wrap{
  margin-top: 148px;
  height: 1210px;
  width: 100%;
}

.menu-img-txt{
  display: flex;
  justify-content: space-between;
  width: 100%;
  
}

.menu-list:nth-child(2) .menu-img-txt{
  flex-direction: row-reverse;
}

.menu-img{
  width: 450px;
  height: 310px;
  margin-right: 71px;
}


.menu-text-list{
  margin-top: 55px;
  /* margin-bottom: px; */
  width: 728px;
}

.menu-list:not(:last-child){
  margin-bottom: 120px;
}

.menu-name{
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  margin-bottom: 52px;
  
}

.menu-txt{
  font-size: 22px;
  margin-bottom: 23px;
}

.menu-price{
  font-size: 22px;
}

.menu-none{
  margin-top: 104px;
}

.menu-none-txt{
  font-size: 22px;
  margin-left: 900px;
  
}

/* about*/

.about-maintxt-content{
  width: 826px;
  margin: 0 auto;
  position: relative;
  
}

.about-txt-box{
  width: 926px;
  margin: 0 auto;
}

.about-main-txt{
  font-size: 24px;
  line-height: 1.8;
  margin-top: 70px;
  margin-bottom: 82px;

}
.about-img-box{
  z-index: 1;
}

.about-txt-img-box{
  position: relative;
  max-width: 1292px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 134px;
}

.about-img{
  position: absolute;
  top: 50%; 
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  width: 100%; 
  height: auto;
  z-index: 1;
   
}

.about-txt{
  width: 992px;
  margin: 0 auto;
  position: relative;
  font-size: 32px;
  line-height: 1.5;
  margin-bottom: 40px;
  z-index: 2;
}


span{
  font-weight: bold;
}

/* shop */

.shop
{
  background-color: #D9D9D9;
  padding-top: 65px;
  padding-bottom: 72px;
}

.shop-main-txt{
  font-size: 20px;
  margin-top: 54px;
  margin-bottom: 61px;
  text-align: center;
}

.btn{
  text-align: center;
}

.shop-btn{
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  border: 1px solid #434343;
  background-color: #434343;
  border-radius: 5px;
  padding: 12px 50px;
}

.shop-btn:hover{
  border: 1px solid #434343;
  background-color: #fff;
  color:#434343;
}

.shop-detail-txt{
  text-align: center;
  margin-top: 28px;
}

.footer{
  padding: 10px;
}
.footer-logo{
  font-size: 22px;
  text-align: center;
}