@charset "utf-8";

header {
  height:100%;
  position: fixed;
  top:0;
  left: 0;
  z-index: 999;
}

header nav {
  width:200px;
  height:100%;
  background:#1A1A1A;
  position:relative;
  z-index:999;
  padding-top: 50px;
  text-align: center;
}

header nav .logo_menu {
  width: 109px;
  margin: 0 auto;
}

header nav .gnav__menu {
  margin: 35px auto;
}

header nav .gnav__menu li{
  margin-bottom: 25px;
}

header nav .gnav__menu li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.24em;
}

header nav .gnav__menu li.en a {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}

header nav .gnav__menu a .icon_instagram {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

header nav .gnav__menu a .icon_line {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

header nav .reserve {
  padding-top: 30px;
}

header nav .reserve a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  padding: 20px;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  cursor:pointer;
}

.reserve_wrap {
  background: rgba(188,170,111,0.85);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  top:0;
  left: 200px;
  z-index: 98;
}

.reserve_wrap .reserve_inner{
  position: absolute;
  top: 50%;
  right: 55%;
  transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
}

.reserve_wrap .reserve_inner .reserve_tell a{
  background: #fff;
  color: #1A1A1A;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  display: block;
  text-align: center;
  width: 378px;
  padding: 20px 0;
  margin-bottom: 75px;
}

.reserve_wrap .reserve_inner .reserve_tell .icon_tell{
  width: 32px;
  margin-right: 20px;
}

.reserve_wrap .reserve_inner .reserve_close a{
  color: #1A1A1A;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  display: block;
  text-align: center;
  cursor:pointer;
}

.reserve_wrap .reserve_inner .reserve_close .icon_close{
  width: 14px;
  margin-right: 15px;
}

#wrapper {
  min-width:1080px;
  margin-left:200px;
  position:relative;
}

@media screen and (max-width: 767px) {
  header {
    position: relative;
  }

  header .head_sp {
    position: fixed;
    background: #1A1A1A;
    height: 56px;
    width: 100%
  }

  header .head_sp .logo_menu {
    position: absolute;
    left: 20px;
    top: 5px;
    width: 50px;
  }

  header .head_sp .reserve a{
    position: absolute;
    right: 70px;
    top: 0;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.24em;
    text-align: center;
    color: #1A1A1A;
    background: #BCAA6F;
    padding: 17px 0 16px;
    width: 128px;
    z-index: 95;
  }

  .reserve_wrap {
    background: linear-gradient(180deg, rgba(188,170,111,0) 0%, rgba(188,170,111,0) 56px, rgba(188,170,111,0.85) 56px, rgba(188,170,111,0.85) 100%);
    left: 0;
  }

  .reserve_wrap .reserve_inner{
    right: 50%;
  }

  .reserve_wrap .reserve_inner .reserve_tell a{
    margin-bottom: 175px;
    width: 340px;
  }

  header nav .gnav__menu a .icon_instagram {
    width: 29px;
    height: 29px;
  }

  header nav .gnav__menu a .icon_line {
    width: 30px;
    height: 30px;
  }

  .menu{
    display: block;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    z-index: 99;
  }

  .menu__line{
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
  }

  .menu__line--center{
    top: 9px;
  }

  .menu__line--bottom{
    bottom: 0;
  }

  .menu__line--top.active{
    top: 8px;
    transform: rotate(45deg);
  }

  .menu__line--center.active{
    transform:scaleX(0);
  }
  .menu__line--bottom.active{
    bottom: 10px;
    transform: rotate(135deg);
  }

  .gnav{
    background: linear-gradient(180deg, rgba(26,26,26,0) 0%, rgba(26,26,26,0) 56px, rgba(26,26,26,0.85) 56px, rgba(26,26,26,0.85) 100%);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    top:0;
    z-index: 98;
  }

  .gnav__wrap{
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    width: 100%;
  }

  .gnav__menu__item{
    margin: 40px 0;
  }

  .gnav__menu__item a{
    text-decoration: none;
    transition: .5s;
  }

  header nav .gnav__menu li a {
    font-size: 2.2rem;
  }

  header nav .gnav__menu li.en a {
    font-size: 2.0rem;
  }

  #wrapper {
    min-width:inherit;
    margin-left: 0;
  }
}

/* Main_visual =====================================================================*/

.main_visual {
  position: relative;
}

.main_visual .logo{
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
  width: 279px;
}

/* COMMITMENT =====================================================================*/

#commitment .title {
  background: #BCAA6F;
  text-align: center;
  padding: 100px 0;
}

#commitment .title h2 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.5em;
}

#commitment .title h2 span {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  display: block;
  margin-top: 25px;
}

#commitment .item_wrap:nth-child(even) {
  display: flex;
  width: 100%;
}

#commitment .item_wrap:nth-child(odd) {
  display: flex;
  width: 100%;
  flex-direction: row-reverse;
}

#commitment .item_wrap .txt{
  width: 50%;
  position: relative;
  background: #EBE7D6;
}

#commitment .item_wrap .txt .inner{
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
  width: 60%;
}

#commitment .item_wrap .txt .inner h3{
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  vertical-align: bottom;
  margin-bottom: 30px;
}

#commitment .item_wrap .txt .inner h3 img{
  width: 83px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 20px;
}

#commitment .item_wrap .txt .inner p{
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
}

#commitment .item_wrap .img{
  width: 50%;
}

@media screen and (max-width: 767px) {
  #commitment .title h2 {
    font-size: 2.8rem;
  }

  #commitment .title h2 span {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  #commitment .item_wrap:nth-child(even) {
    display: block;
  }

  #commitment .item_wrap:nth-child(odd) {
    display: block;
    flex-diretion: row;
  }

  #commitment .item_wrap .txt{
    width: 100%;
  }

  #commitment .item_wrap .txt .inner{
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0);
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
  }

  #commitment .item_wrap .txt .inner h3{
    font-size: 2.8rem;
    margin-bottom: 30px;
  }

  #commitment .item_wrap .txt .inner h3 img{
    width: 70px;
    margin-right: 17px;
  }

  #commitment .item_wrap .txt .inner p{
    font-size: 1.5rem;
  }

  #commitment .item_wrap .img{
    width: 100%;
  }
}

/* MENU =====================================================================*/

#menu .title {
  text-align: center;
  padding: 100px 0;
}

#menu .title h2 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.5em;
}

#menu .title h2 span {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  display: block;
  margin-top: 25px;
}

#menu .menu_inner {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.tab_container {
  padding-bottom: 1em;
  margin: 0 auto;
}

.tab_item {
  width: calc(100%/4.02);
  padding:15px 0;
  background: #EBE7D6;
  text-align: center;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  border-left: 1px solid #fff;
  cursor: pointer;
}

.tab_item:first-child {
  border-left: 0;
}

.tab_item:hover {
  opacity: 0.75;
}

input[name="tab_item"] {
  display: none;
}

.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}

#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content,
#tab5:checked ~ #tab5_content,
#tab6:checked ~ #tab6_content,
#tab7:checked ~ #tab7_content,
#tab8:checked ~ #tab8_content {
  display: block;
}

.tab_container input:checked + .tab_item {
  background-color: #9B8824 ;
}

.tab_content_description {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  padding: 50px 0;
}

.tab_content_description::before {
  display: block;
  content:"";
  width: calc(100%/4.3);
  order:1;
}

.tab_content_description::after {
  display: block;
  content:"";
  width: calc(100%/4.3);
}

.tab_content_description .menu_item {
  width: calc(100%/4.3);
  margin-bottom: 50px;
}

.tab_content_description .menu_item .img{
  margin-bottom: 15px;
}

.tab_content_description .menu_item h3{
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 180%;
  margin-bottom: 0.25em;
}

.tab_content_description .menu_item h4{
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 180%;
}

@media screen and (max-width: 767px) {
  #menu .title h2 {
    font-size: 2.8rem;
  }

  #menu .title h2 span {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .tab_item {
    width: calc(100%/2.02);
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #fff;
  }

  .tab_item:nth-child(3) {
    border-left: 0;
  }

  .tab_content_description .menu_item {
    width: calc(100%/2.1);
    margin-bottom: 25px;
  }

  .tab_content_description .menu_item h3{
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }

  .tab_content_description .menu_item h4{
    font-size: 1.4rem;
  }
}

/* SHOP INFORMATION =====================================================================*/

#shop_info .title {
  text-align: center;
  position: relative;
}

#shop_info .title h2 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.5em;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
  -webkit-transform: translateY(-50%) translateX(50%);
  width: 90%;
}

#shop_info .title h2 span {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  display: block;
  margin-top: 25px;
}

#shop_info .shop_info_inner dl {
  max-width: 625px;
  width: 100%;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
}

#shop_info .shop_info_inner dl dt {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 200%;
  color: #9B8824;
  width: 165px;
  margin-bottom: 25px;
}

#shop_info .shop_info_inner dl dd {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
  width: calc(100% - 165px);
  margin-bottom: 25px;
}

#shop_info .shop_info_inner .map {
  max-width: 952px;
  width: 100%;
  margin: 0 auto;
}

#shop_info .shop_info_inner .map iframe {
  width: 100%;
  height: 360px;
}

@media screen and (max-width: 767px) {
  #shop_info .title h2 {
    font-size: 2.8rem;
  }

  #shop_info .title h2 span {
    font-size: 1.4rem;
    margin-top: 20px;
    letter-spacing: 0.4em;
  }

  #shop_info .shop_info_inner dl {
    width: 90%;
    margin: 50px auto;
    display: block;
  }

  #shop_info .shop_info_inner dl dt {
    width: 100%;
    margin-bottom: 10px;
  }

  #shop_info .shop_info_inner dl dd {
    width: 100%;
    margin-bottom: 20px;
  }

  #shop_info .shop_info_inner .map iframe {
    height: 240px;
  }
}

/* NEWS =====================================================================*/

#news .title {
  text-align: center;
  padding: 100px 0;
}

#news .title h2 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.5em;
}

#news .title h2 span {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.4em;
  display: block;
  margin-top: 25px;
}


#news .news_inner dl {
  max-width: 625px;
  width: 100%;
  margin: 0 auto 130px;
  display: flex;
  flex-wrap: wrap;
}

#news .news_inner dl dt {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 200%;
  color: #9B8824;
  width: 165px;
  margin-bottom: 25px;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 25px;
}

#news .news_inner dl dd {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 200%;
  width: calc(100% - 165px);
  margin-bottom: 25px;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 25px;
}

#news .news_inner dl dt:nth-last-child(2){
  border-bottom: none!important;
}

#news .news_inner dl dd:last-child{
  border-bottom: none!important;
}

@media screen and (max-width: 767px) {
  #news .title h2 {
    font-size: 2.8rem;
  }

  #news .title h2 span {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  #news .news_inner dl {
    width: 90%;
    margin: 0 auto 50px;
    display: block;
  }

  #news .news_inner dl dt {
    width: 100%;
    margin-bottom: 10px;
    border-bottom: none;
    padding-bottom: 0;
  }

  #news .news_inner dl dd {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

/* FOOTER =====================================================================*/

footer {
  background: #BCAA6F;
  min-width:1080px;
  margin-left:200px;
  position:relative;
}

footer .foot_inner {
  padding: 100px 0 25px;
  text-align: center;
}

footer .foot_inner .reserve_tell a{
  background: #fff;
  color: #1A1A1A;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.1);
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  display: block;
  text-align: center;
  width: 378px;
  padding: 20px 0;
  margin: 0 auto 140px;
}

footer .foot_inner .reserve_tell .icon_tell{
  width: 32px;
  margin-right: 20px;
}

footer .foot_inner .reserve_close a{
  color: #1A1A1A;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  display: block;
  text-align: center;
  cursor:pointer;
}

footer .foot_inner p{
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  footer {
    min-width:inherit;
    margin-left: 0;
  }

  footer .foot_inner .reserve_tell a{
    margin-bottom: 100px;
    width: 340px;
  }
}
