@charset "UTF-8";
/*
Theme Name: kitchen さくら
Description: kitchen さくらのサイトです。
Version: 1.0
Author: Y.G
*/
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
ul{
  padding-left: 0;
}
body {
  color: #333; /* RGB */
  background-color: #F0EBE7;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.4rem;
  counter-reset: number 0;
  margin-top: -20px;
  margin-left: 0;
  margin-right: 0;
}
.main{
  width: calc(100vw - 20.83333vw);
  margin-left: auto;
  margin-right: 5.8333vw;
  margin-top: 0;
  overflow: hidden;
}
@media(max-width:768px){
  .main{
    width: 100%;
    margin-left: 0;
    margin-right:0
  }
  .wrapper{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 18px;
  }
}
.all-wrapper{
  overflow: hidden;
}
a{
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
  transition: all 0.3s;
} 
ul{
  list-style: none;
}
.none {
  display: none;
}
img{
  max-width: 100%;
  width: 100%;
}

address{
  font-style: normal;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*PCtext*/
p{
  font-size: 1.6rem;
  line-height: 2.0;
  margin: 0;
}
@media(max-width:820px){
  p{
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
@media(max-width:599px){
  p{
    font-size: 1.3rem;
    line-height: 2.2;
  }
}
.sec-bottom{
  margin-bottom: 120px;
}
@media(max-width:820px){
  .sec-bottom{
    margin-bottom: 72px;
  }
}
.pc-br{
  display: block;
}
@media(max-width:599px){
  .pc-br{
    display: none;
  }
}
.secttl{
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  letter-spacing: 0.3rem;
  font-weight: bold;
}
.secsubttel{
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  color: #E2C16F;
  font-weight: bold;
  margin-bottom: 40px;
}
.sp-header{
  display: none;
}
.pc-header{
  display: block;
}

/* ボタンのスタイル */
.btn{
  display: flex;
  justify-content: center;
}
.btn a {
  position: relative;
  display: block;
  width: 350px;
  padding: 15px 0;
  background-color: #E1B96C;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
/* アイコンのスタイル */
.btn-arrow-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

.reservation-btn a{
  position: relative;
  display: block;
  width: 350px;
  padding: 15px 0;
  background-color: #E1B96C;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}
@media(max-width:768px){
  .reservation-btn{
    display: flex;
    justify-content: center;
  }
}

@media(max-width:768px){
  .sp-header{
    display:block;
    position: fixed;
    z-index: 10000000;
    background: #F8F7F1;
    width: 100%;
    margin-top: -10px;
  }
  .spheader-wrapper{
    display: flex;
    max-width: 1200px;
    height: 80px;
    padding-left: 18px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .sp-rogo img{
    width: 65%;
    margin-top: 10px;
  }

  .pc-header{
    display: none;
  }
  .header-wrapper{
    height: 80px;
    padding-left: 18px;
  }
  .header-wrapper h1 img{
    width: 55%;
  }
  .header-wrapper picture{
    padding-left: 40px;
  }
  .header-nav ul{
  flex-direction:column;
  align-items: unset;
  margin-top: 80px;
  }
  .header-nav ul li{
    margin-right: 24px;
    text-align: left;
    margin-bottom: 24px;
    margin-left: 24px;
    border-bottom: 1px solid #333;
    padding: 0 0 16px;
  }
  .header-nav ul li a{
    color: #333;
  }
  /* .header-nav ul li:first-child{
    margin-top: 80px;
  } */
  #toggle {
    position: fixed;
    top: 24px;
    right: 50px;
}
#toggle-box {
    position: relative;
    width: 32px;
    height: 22px;
    cursor: pointer;
}
#toggle-box > span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  transition: transform .3s ease-in-out, top .3s ease, bottom .3s ease;
}
#toggle-box > span:nth-child(1) {
    top: 0;
}
#toggle-box > span:nth-child(2) {
    top: 50%;
    transform: translatey(-50%);
}
#toggle-box > span:nth-child(3) {
  bottom: 0;
}
#toggle {
    z-index: 1000;
}
#main {
    position: relative;  
    z-index: 990;
}
#nav-content {
    z-index: 900;
    overflow: auto;
    width: 50%;
    height: 100%;
    background: #fff;
    color: #333;
    position: fixed;
    top: 0;
    right: 0;
    text-align: center;
    transform: translateX(100%);
    transition:  transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#nav-content ul {
  list-style: none;
}
#nav-content a {
  display: block;
  text-decoration: none;
  transition: opacity .6s ease;
  font-size: 1.4rem;
}
#nav-content a:hover {
  opacity: 0.6;
}
.is-open {
    overflow: hidden;
}
.is-open #toggle-box > span {
    background: #333;
}
.is-open #toggle-box > span:nth-child(1) {
  top: 50%;
  transform: rotate(45deg) translatey(-50%);
}
.is-open #toggle-box > span:nth-child(2) {
  width: 0;
}
.is-open #toggle-box > span:nth-child(3) {
  top: 50%;
  transform: rotate(-45deg) translatey(-50%);
}
.is-open #nav-content {
  z-index: 999;
  transform: translateX(0);
}
.overlay {
  background: rgba(0,0,0,0.5);
  height: 100vh;
}
.sp-instagramicon{
  display: block;
  border-bottom: none;
}
.sp-header-ttl{
  font-size: 1.5rem;
  font-weight: bold;
}
.sp-header-ttlarea{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
  padding: 0 24px;
}
.sp-header-ttlarea img{
  width: 16px;
  height: 16px;
  margin-left: 20px;
  margin-top: 1px;
}
.sp-header-item{
  text-align: left;
  padding: 0 24px;
}
.sp-header-item address{
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.sp-header-item a{
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.sp-header-item p{
  font-size: 1.0rem;
}
.header-sns{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 24px;
}
.header-sns-list{
  display: flex;
  justify-content: end;
  align-items: center;
}
.header-sns-list li{
  width: 24%;
}
}/* spヘッター */

/* ここからPCヘッター */
.headinner {
  flex-flow: column;
  margin: 72px auto 0;
}
.top-head {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: auto;
  color:#333333;
  line-height: 1;
  text-decoration: none;
  background: #F0EBE7;
}
.top-head {
  position: fixed;
  top: 0;
  left: 0;
  width: 19.2rem;
  width: 15vw;
  height: 100vh;
  min-width: 160px;
}
.top-head .logo {
  margin: 4.41501vh auto 0;
  text-align: center
}
.global-nav ul li div {
  position: relative;
  padding: 15px 0;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 3.04px;
  letter-spacing: .19rem;
  line-height: 1.3
}

.global-nav .global-nav-wrap {
  display: flex;
  width: 100%
}

  .global-nav-list li:not(:last-of-type) {
      margin-bottom: 16px;
  }

  .global-nav .global-nav-wrap {
      justify-content: center;
      text-align: center;
      margin-bottom: 32px;
  }

  .global-nav-list {
      display: flex;
      flex-flow: column
  }

  .global-nav-list li>a {
      font-size: 1.4rem;
      font-weight: 500;
      letter-spacing: .28px;
      color: #333333;
  }
.rogo{
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
}
.reservation .webreserve a{
  display: block;
  width: 100%;
  background: #E1B96C;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.reservation .telreserve a{
  display: block;
  width: 100%;
  background: #FF6E7D;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}
.mv-area{
  margin-bottom: 120px;
}
@media(max-width:786px){
  .mv-area{
    margin-bottom: 72px;
  }
}
/* SPヘッター */
@media(max-width:568px){
  .spheader-wrapper{
   padding-left: 5px;
  }
  #toggle{
    top: 21px;
    right: 25px;
  }
  #nav-content{
    width: 65%;
  }
}
/* PCフッター */
.footer{
  position: relative;
  z-index: 100000000;
  background: #fff;
  padding: 40px 0 48px;
}
.footer-bg{
  width: calc(100vw - 20.83333vw);
  margin-left: auto;
  margin-right: 5.8333vw;
}
.footer-ttl{
  font-size: 2.0rem;
}
.footer-address{
  margin-bottom: 24px;
}
.footer-days{
  line-height: 1.4;
  font-size: 1.4rem;
  margin-bottom: 24px;
}
.footer-reservation{
  display: inline-block;
  text-align: center;
  width: 215px;
  padding: 4px;
  color: #fff;
  background: #FF6E7D;
  border-radius: 50px;
}
.footer-menu{
  display: flex;
  justify-content: space-between;
}
.footer-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-list li{
  margin-right: 24px;
}
.footer-list li:last-child{
  margin-right: 0;
}
.footer-list a{
  color: #333;
}
.sns-area{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -56px;
  margin-bottom: 56px;
}
.sns-textarea{
  text-align: center;
  background: #E2C174;
  color: #fff;
  padding: 10px 0;
  margin-right: 32px;
  border-radius: 50px;
  width: 30%;
}
.sns-list{
  display: flex;
  align-items: center;
}
.sns-list img{
  width: 48px;
  height: 48px;
}
.copyright{
  font-size: 1.0rem;
  text-align: center;
}
.copyright a{
  color: #333;
}
.sp-footer{
  display: none;
}
@media(max-width:768px){
  .sp-footer{
    display: block;
    background: #fff;
    padding: 32px 0 40px;
  }
  .footer{
    display: none;
  }
  .footer-list{
    display: block;
    margin-bottom:32px;
  }
  .footer-list li{
    margin-right: 0;
    margin-bottom: 16px;
  }
  .footer-list li:last-child{
    margin-bottom: 0;
  }
  .sns-area{
    display: block;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .footer-reservation{
    width: 100%;
    display: flex;
    margin: 0 auto 16px;
    justify-content: center;
    padding: 14px 0;
  }
  .sns-textarea{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 0 auto 16px;
    padding: 14px 0;
  }
  .sns-list{
    justify-content: center;
  }
}
@media(max-width:568px){
  .footer-ttl{
    font-size: 1.8rem;
  }
  .footer-address{
    font-size:1.4rem;
    margin-bottom: 16px;
  }
  .footer-list{
    font-size: 1.4rem;
  }
  .footer-days{
    font-size: 1.2rem;
  }
  .footer-reservation{
    width: 90%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
  .sns-textarea{
    width: 90%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
/* 弁当バナー */
.lunch-box-pic{
  background-image: url(img/lunch-box.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 10px;
  height: 50vh;
}
.pic-filter{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.lunch-box-text{
  color: #fff;
  padding: 0 24px;
  text-align: center;
}
.lunch-box-text h2{
  text-align: center;
  font-size: 4.0rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  margin-bottom: 32px;
}

@media(max-width:768px){
  .lunch-box-pic{
    height: 35vh;
  }
  .lunch-box-text h2{
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
@media(max-width:568px){
  .lunch-box-pic{
    height: 28vh;
  }
  .lunch-box-text{
    width: 100%;
    padding: 16px 10px;
  }
}

/* About Kichen さくら */
.about-box{
  position: relative;
  display: flex;
  justify-content: space-between;
}
.about-imgarea{
  width: 50%;
}
.about-textarea{
  width: 40%;
  margin-left: 10%;
  margin-top: 72px;
}
.about-textarea h3{
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 48px;
}
.about-pic02-area{
  position: absolute;
  bottom: -10%;
  width: 100%;
  left: 25%;
}
.about-pic01{
  width: 567px;
  height: 518px;
}
.about-pic02{
  height: 232px;
  width: 375px;
}
@media(max-width:768px){
  .about-box{
    flex-direction: column;
  }
  .about-textarea h3{
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .about-imgarea{
    width: 100%;
    order: 1;
  }
  .about-textarea{
    display: contents;
  }
  .about-pic01-area{
    width: 70%;
  }
  .about-pic01{
    width: 100%;
    height: 100%;
  }
  .about-pic02-area{
    width: 50%;
    left: auto;
    right: 0%;
    bottom: -3%;
  }
  .about-textarea p{
    margin-bottom: 40px;
  }
}
@media(max-width:568px){
  .about-pic01{
    width: 100%;
    height: 100%;
  }
  .about-pic02{
    width: 100%;
    height: 100%;
  }
}

/* メニュー */
.menu-ttl-box{
  display: flex;
  justify-content: space-between;
}
.menu-box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.menu-box span{
  display: block;
  margin-top: 16px;
}
.menu01area{
  width: 48%;
  margin-top: 24px;
}
.menu02area{
  margin-left: 4%;
  width: 48%;
}
@media(max-width:768px){
  .menu-ttl-box{
    display: block;
  }
  .menu-box{
    display: block;
  }
  .menu01area{
    width: 100%;
    margin-bottom:40px;
  }
  .menu02area{
    width: 100%;
    margin-left: 0;
  }
}
@media(max-width:568px){
  .menu-box span{
    font-size: 1.4rem;
    margin-top: 8px;
  }
}
/* 日本酒セット */
.rice-box{
  display: flex;
  justify-content: space-between;
}
.rice-textarea{
  width: 45%;
}
.rice-imgarea{
  margin-left: 5%;
  width: 50%;
}
@media(max-width:786px){
  .rice-box{
    flex-direction: column;
  }
  .rice-textarea{
    order: 1;
    width: 100%;
    margin-top: 32px;
  }
  .rice-imgarea{
    display: contents;
    margin-left: 0;
    width: 100%;
  }
}
/* 店舗情報 */
.shop-box{
  display: flex;
  justify-content: space-between;
}
.shop-imgarea{
  width: 57%;
}
.shop-textarea{
  width: 40%;
  margin-left: 3%;
  margin-top: 16px;
}
.shop-maparea{
  display: flex;
  align-items: end;
  margin-bottom: 16px;
}
.mapbtn{
  background: #fff;
  color: #333;
  width: 110px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  padding: 3px 0;
  margin-left: 24px;
}
.shop-tel{
  color: #333333;
}
.shop-notion{
  display: inline-block;
  margin-left: 8px;
  font-size: 1.0rem;
}
.shop-infobox{
  margin-bottom: 40px;
}
.sp-shop-imgarea{
  display: none;
}
@media(max-width:768px){
  .shop-box{
    flex-direction: column;
  }
  .shop-imgarea{
    display: none;
  }
  .sp-shop-imgarea{
    display: block;
    margin-bottom: 32px;
  }
  .shop-textarea{
    width: 100%;
    margin-left: 0;
  }
}
/* インフォメーション */
.info-box{
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.x-area{
  width: 45%;
  margin-right: 10%;
}
.info-area{
  width: 100%;
}
.info-list{
  margin-bottom: 40px;
}
.info-list li{
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 10px;
}
.info-list a{
  display: flex;
  justify-content: flex-start;
  align-items:center;
  width: 100%;
  color: #333;
}
.thumbnail{
  width: 45%;
  margin-right: 5%;
}
.thumbnail img{
  width: 100%;
}
.info-text{
  width: 50%;
  display: flex;
  flex-direction: column;
}
.date{
  font-size: 1.0rem;
  color: #777;
}
.info-btn{
  display: block;
  max-width: 100px;
  margin-left: auto;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  color: #003656;
  padding-bottom: 3px;
  border-bottom: 1px solid #003656;
}
@media(max-width:820px){
  .info-box{
    display: block;
  }
  .x-area{
    width: 100%;
    margin-bottom: 72px;
  }
  .twitter-timeline{
    width: 80%;
    margin: 0 auto;
  }
  .info-area{
    width: 100%;
  }
}
/* ニュース */
/* .page-title-box{
  margin-top: 120px;
} */
.news-title{
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.15em;
}
.c-breadcrumbs{
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  line-height: 3.2;
}
.c-breadcrumbs li a{
  color: #6C6C6C;
}
.c-breadcrumbs > li{
  display: inline-block;
  position: relative;
}
.c-breadcrumbs > li:not(:last-of-type)::after{
  content: ">";
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.page-title{
  margin-bottom: 0.833em;
  text-align: center;
}
.page-title::before{
  font-size: 2.8125rem;
  line-height: 0.8;
  letter-spacing: 0.15em;
  display: block;
  margin-bottom: 0.281em;
}
.inner{
  padding-right: 4%;
  padding-left: 4%;
  margin: 72px auto 0;
}
.inner.is-small{
  max-width: calc(1160px + 8%);
}
.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.news-wrapper .box-white {
  padding: 26px 7.282% 50px;
}
.news-wrapper .main-content {
  width: 61.551%;
}
.news-wrapper .sidebar {
  width: 32.931%;
}
.news-list > li{
  padding-bottom: 18px;
  border-bottom: 1px solid #BABABA;
}
.news-list > li:not(:last-of-type){
  margin-bottom: 16px;
}
.news-list a{
  display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-left: 3.193%;
    position: relative;
    color: #333;
}
.news-list .text{
  flex: 1 1 0;
  line-height: 1.687;
}
.box-white{
  padding: 60px 6.551% 92px;
  margin-bottom: 74px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.news-wrapper .box-white{
  padding: 26px 7.282% 50px;
}
.news-list .thumbnail{
  width: 17.288%;
  margin-right: 6.101%;
  line-height: 1;
}
.news-wrapper .sidebar{
  width: 32.931%;
}
.cat-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.8125rem;
  color: #555555;
}
.cat-list > li{
  min-width: 40px;
  padding: 5px;
  margin-bottom: 0.5em;
  background-color: #F3F3F3;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.cat-list > li:not(:last-of-type){
  margin-right: 0.923em;
}
.news-list .date{
  font-size: 0.8125rem;
  color: #808080;
}
.news-list a::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #E5E5E5 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* ニュースサイドバー */
.sidebar .box-white{
  padding-right: 8.376%;
  padding-left: 8.376%;
}
.sidebar .item{
  padding: 0 3.773%;
  padding-bottom: 36px;
}
.sidebar .item:not(:last-of-type){
  border-bottom: 1px solid #BABABA;
  margin-bottom: 42px;
}
.sidebar-list{
  padding: 0 7.718%;
  font-weight: 500;
}
.sidebar-list a{
  display: inline-block;
  padding-right: 1em;
  line-height: 2.562;
  color: #333;
}
.sidebar-list a::before{
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}
/* ページナビ */
.wp-pagenavi{
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
.wp-pagenavi span, .wp-pagenavi a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #444444;
  border-radius: 50px;
  color: #333;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child){
  margin-right: 2.622%;
}
.wp-pagenavi span.current{
  background-color: #E2C174;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .inner{
    padding-right: 2.133%;
    padding-left: 2.133%;
    max-width: calc(1160px + 8%);
  }
  .c-breadcrumbsz{
    font-size: 0.8125rem;
  }
  .news-wrapper .main-content, .news-wrapper .sidebar{
    width: 100%;
  }
  .news-wrapper .box-white{
    margin-bottom: 40px;
  }
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 0.875rem;
  }
  .post-header{
    font-size: 1.2rem;
  }
}
/* ニュース詳細 */
.post-title{
  margin-bottom: 0.718em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.468;
}
.post .eyecatch{
  height: 0;
  padding-top: 59.841%;
  position: relative;
  overflow: hidden;
}
.post-wrapper h2{
  padding-left: 1.166em;
  margin-bottom: 1.5em;
  border-left: 3px solid #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.post-wrapper > *{
  margin-bottom: 36px;
}
.post-wrapper h3{
  padding: 10px 4.444%;
  margin-bottom: 1.318em;
  background-color: #E2EBEF;
  border-radius: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.post-wrapper .images-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrapper .images-wrapper.col2{
  margin-bottom:0;
}
.post-wrapper .images-wrapper.col2 > a{
  width: 47.46%;
  margin-bottom: 36px;
}
.page-nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-top: 28px;
  border-top: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
}
.page-nav > li{
  min-width: 5em;
}
.page-nav a{
  display: inline-block;
  min-width: 5em;
  padding: 5px 14px;
  position: relative;
  color: #333;
}
/* ローディング */

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
position: fixed;
width: 100%;
height: 100%;
z-index: 10000000;
background:#fff;
text-align:center;
color:#333;
}

/* Loading画像中央配置　*/
#splash_logo {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
width:260px;
}

/* fadeUpをするアイコンの動き */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
from {
  opacity: 0;
transform: translateY(100px);
}

to {
  opacity: 1;
transform: translateY(0);
}
}

@media(max-width:768px){
#splash {
  top: 0%;
}
#splash_logo {
  position: absolute;
  top: 50%;
  }
}/* tablet /* ローディング */

/* 下層トップ */
.lower-mv{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-top: 80px;
}
.lower-mvttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 4.0rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.8rem;
  color: #333;
}
.lower-mvegttl{
  font-weight: 400;
  letter-spacing: 0.8rem;
  display: block;
  font-size: 1.6rem;
  color: #E2C16F;
}
.lower-lead-wrap{
  text-align: center;
  margin-bottom: 72px;
}
@media(max-width:568px){
  .lower-mvttl{
    font-size:3.2rem;
  }
}
/* メニュートップ */
.menu-toplist{
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}
.menu-toplist li{
  width: 25%;
  height: 100%;
}

.menu-filter{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 100;
}
.menu-contents{
  background-size: cover;
  background-position: center;
}

.menu-contents-lunch{
  background-image: url(img/about01.jpg);
  height: 397px;
}
.menu-toplist h3{
font-size: 2.4rem;
text-align: center;
color: #fff;
}
.menu-toplist span{
  font-size: 1.4rem;
  display: block;
  text-align: center;
  color: #fff;
}
@media(max-width:768px){
.menu-contents-lunch{
height: 240px;
}
.menu-toplist li{
  margin-bottom: 24px;
}
.menu-toplist li:last-child{
  margin-bottom: 0;
}
}
/* 人気メニュー */
.popularmenu-list{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.popularmenu-list li{
  width: 32%;
  margin-right: 2%;
}
.popularmenu-list li:last-child{
  margin-right: 0;
}
.popularmenu-list li h3{
  margin-top: 16px;
  font-size: 1.4rem;
}
.popularmenu-list li span{
  font-size: 1.0rem;
}
/* コース */
.coursebox{
  display: flex;
  align-items: flex-start;
  background: #fff;
}
.coursebox-imgarea{
  width: 50%;
  margin-right: 5%;
}
.coursebox-textarea{
  width: 45%;
  padding-right: 32px;
  padding-top: 56px;
  padding-bottom: 56px;
}
.course-subttl{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 2.0rem;
}
.course-subttl span{
  color: #B5B5B5;
  font-size: 1.0rem;
}
.course-egsubtt{
  display: block;
  margin-top: -5px;
  color: #B5B5B5;
  font-size: 1.0rem;
}
.course-summary{
  margin:24px 0;
  font-weight: normal;
  font-size: 1.6rem;
}
.course-lead{
  font-size: 1.4rem;
}
.course-subimglist{
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}
.course-subimglist li{
  width: 48%;
  margin-right: 4%;
}
.course-subimglist li:last-child{
  margin-right: 0;
}

@media(max-width:768px){
  .menu-toplist{
    display: block;
  }
  .menu-toplist li{
    width: 100%;
  }
}
@media(max-width:568px){
  .popularmenu-list{
    display: block;
  }
  .popularmenu-list li{
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  .popularmenu-list li h3{
    margin-top: 8px;
  }
  .popularmenu-list li span{
    display: block;
    margin-top: -8px;
  }
  .coursebox{
    display: block;
  }
  .coursebox-imgarea{
    width: 100%;
    margin-right: 0;
  }
  .coursebox-textarea{
    width: 100%;
    padding-top: 24px;
    padding-right:16px;
    padding-left: 16px;
  }
  .course-subttl{
    font-size: 1.6rem;
  }
  .menu-toplist h3{
    font-size: 2.0rem;
  }
}
/* お問い合わせ */
.lower-lead-wrap{
  text-align: center;
  margin-bottom: 72px;
}
.form-lead{
  margin-bottom: 40px;
}
.more-btn{
  font-size: 1.8rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  display: block;
  margin: 0 auto;
  width: 45%;
  padding: 20px 0;
  background: #FF6E7D;
  border-radius: 50px;
}
@media(max-width:568px){
  .form-lead{
    text-align: left;
  }
  .more-btn{
    font-size: 1.3rem;
    padding: 15px 0;
    width: 350px;
  }
}
  /* サンクスページ */
  .thanks-wrap{
    width: 1000px;
    margin: 50px auto 120px;
    padding: 30px 0;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 7px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    line-height: 1.8;
  }
  div#thanks h4{
    width: 90%;
    margin: 0 auto;
    font-size: 135%;
    font-weight: bold;
    border-bottom: 1px solid #E1B96C;;
  }
  div#thanks p{
    width: 90%;
    margin: 0 auto;
    margin-top: 2em;
  }
  div#thanks a{
    color: #333;
  }
  @media(max-width:768px){
    .thanks-wrap{
      width: 720px;
    }
  }
  @media(max-width:599px){
    .thanks-wrap{
      width: 90%;
    }
    div#thanks h4{
      font-size: 1.8rem;
    }
    div#thanks p{
      margin-top: 20px;
    }
  }