@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

body {
  font-size: 14px;
  position: relative;
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
}

body.is-open {
  overflow: hidden;
}

.outer-block {
  min-width: 320px;
}

.inner-block {
  padding: 0 28px;
  width: auto;
}

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden;
}

input[type="submit"] {
  -webkit-text-size-adjust: 100%;
}

input,
select,
textarea {
  font-size: 16px !important;
}

/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/

.pc {
  display: none;
}

.sp {
  display: block;
}

/*------------------------------------------------------------------------------
common
------------------------------------------------------------------------------*/

/*--------------------------------------
  c-tltle
----------------------------------------*/

  .c-title {
  font-size: 24px;
  margin-bottom: 69px;
  }

  .c-title::before {
   width: 29px;        
   height: 1px; 
   margin-right: 15px;    
  }

/*--------------------------------------
  c-btn
----------------------------------------*/
  .c-btn {
  padding-right: 35px;
  }

  .c-btn-wrap {
   font-size: 16px;
  }

  .c-btn .line {
    height: 1px;
  }

  .c-btn .circle {
    border: 1px solid #000;
    width: 29px;
    height: 29px;
    bottom: -16px;
    right: -35px;
  }


/*--------------------------------------
c-sub-title
----------------------------------------*/

.c-sub-title {
 padding: 75px 0 ;
 margin-top: 88px;
}

.c-sub-title h3 {
  font-size: 27px;
}

.c-sub-title h4 {
  font-size: 15px;
  margin-top: 30px;
}

.c-sub-title h5 {
font-size: 10px;
margin-top: 20px;
}

/*--------------------------------------
c-breadcrumbs
----------------------------------------*/

.c-breadcrumbs {
  padding: 8px 0;
}

.c-breadcrumbs li  {
  margin-right: 14px;
  font-size: 9px;
}

/*----------------------------------------------------------
  header
------------------------------------------------------------*/

.header {
  height: 89px;
  width: 100%;  
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 20px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eae2d8;
}

/*---------------------------------
  is-open ここから
-----------------------------------*/

.header.is-open {
  background-color: #7d716b;
}

.header.is-open .head-area {
  background-color: #7d716b;
}

.header.is-open .nav {
  opacity: 1;
  visibility: visible;
}

 .header .brown {
  display: none;
}

.header.is-open .black {
  display: none;
}

.header.is-open .brown {
  display: block;
}

.header.is-open .right-area .icon-wrap  {
  display: none;
}

.header.is-open .right-area .nav-open {
  background-color: #7d716b;
}

.header.is-open .left-area .logo {
  display: none;
}  

.header.is-open .header-title.sp {
  display: none;
}   

/*-------------------
  .sub_pageのis-open 
-----------------------*/

.sub_page .header .logo.sub_pc img {
  display: none;
}

.sub_page .header  h2 {
  display: none;
}

/*---------------------------------
  is-open ここまで
-----------------------------------*/

.head-area {
  height: 89px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #eae2d8;
}

.left-area {
  display: flex;
  align-items: center;
}

.left-area .logo img {
  width: 30px;
  height: auto;
}

.header-title {
  margin-left: 12px;
  font-size: 16px;
}

.right-area {
  display: flex;
  gap: 10px;
  justify-content: right; 
  align-items: center;
  text-align: right;
}

.right-area .icon-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
}

.right-area .inst-icon  {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #333;
}

.right-area .x-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #333;
}

.right-area  .icon-wrap.sp img {
  width: 18px;
  height: auto;
}

.right-area .nav-open {
  width: 40px;
  background-color: #eae2d8;
}

.nav {
  opacity: 0;
  visibility: hidden; 
  width: 100%;
  height: calc(100vh - 89px);
  position: fixed;
  top: 89px;
  left: 0;
  background-color: #7d716b;
  overflow: auto;
}

.header .nav-wrap ul {
  text-align: center;
}

.header .nav-wrap li {
  margin: 15px 0;
}

.nav a {
  font-size: 22px;
  color: #c5bbb3;
  text-align: center;
  padding-top: 1px;
}

.nav .about.pc {
  opacity: 0;
  visibility: hidden;
}

.header .nav-wrap img {
   color: #c5bbb3;
   width: 63px;
   margin-bottom: 30px;
}

.header .nav-wrap .follow-wrap  {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.header .nav-wrap .follow-wrap .follow-text {
  font-size: 24px;
  font-family: "Quicksand";
  font-weight: 500;
  color:#c5bbb3;
  margin-right: 30px;
}

.header .nav-wrap .follow-wrap .icon-wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.header .follow-wrap .icon-wrap .inst-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  position: relative;
}

.header .follow-wrap .icon-wrap .inst-icon::before {
  position: absolute;
  content: "";
  top: -26px;
  left: -11px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border:1px solid #eae2d8;
  margin-right: 10px;
}

.header .follow-wrap .icon-wrap .x-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  position: relative;
}

.header .follow-wrap .icon-wrap .x-icon::before {
  position: absolute;
  content: "";
  top: -26px;
  left: -11px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border:1px solid #eae2d8;
  margin-right: 10px;
}

.logo.top_pc {
display: none;
}

/*----------------------------------------------------------
 mv-block 
------------------------------------------------------------*/

.main-layout .mv-block {
  margin-top: 89px;
  height: 538px;
  background-image: url("../image/home/sp/mv-img-sp.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px;
  position: relative;
}

.mv-block .title {
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  left: 50%;
  color: #fff;
}

/*------------------------------------------------------------------------------
 home
------------------------------------------------------------------------------*/
/*--------------------------------------
 about
----------------------------------------*/

.about-block {
  padding: 113px 0 ;
}

.about-block .about-section .about-wrap p {
  font-size: 14px;
  line-height: 2;
  margin-left: 40px;
}

.about-block .about-section .about-wrap  {
  margin-bottom: 62px;
}

/*--------------------------------------
 menu
----------------------------------------*/

.menu-block {
  padding: 68px 0;
  background-image: url("../image/home/sp/menu-bg.png");
  background-size: cover;         /* 要素にぴったりフィット */
  background-repeat: no-repeat;   /* 画像を繰り返さない */
  background-position: center;  
}

.menu-block .menu-grid .menu-item:not(:last-child)  {
  margin-bottom: 48px;
}

.menu-block .menu-grid .menu-item img {
  margin-bottom: 14px;
}

.menu-block .menu-grid .text p {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 400;
}

.menu-block .menu-grid .text .set {
  font-size: 11px;
  font-weight: 300;
}


.menu-block .menu-grid .text .menutext-wrap span {
  font-size: 15px;
  font-weight: 400;
}

.menu-block .menu-grid .text .menutext-wrap .money {
  font-size: 11px;
  margin-top: 17px;
  font-weight: 300;
}

/*--------------------------------------
 news
----------------------------------------*/

.news-block {
  padding: 45px 0;
}

.news-block .c-title {
  text-align: center;
}

.news-block .c-title::before {
  display: none;
}

.news-block .news-wrap {
  padding-bottom: 36px;
}

.news-block .news-wrap .divider {
  width: 100%;
  height: 1px;
  background-color: #c6c0ba;
  margin: 36px 0;
}

.news-date {
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 12px;
}

.news-title {
  font-size: 14px;
  font-weight: 400;
}

 .news-block .news-wrap .news-item  {
  border-bottom:1px solid  #c6c0ba;
  margin-top: 30px;
  padding-bottom: 30px;
}

/*--------------------------------------
 shop
----------------------------------------*/

.shop-block {
  padding: 89px 0 66px;
  background-image: url("../image/home/sp/shop-bg.png");
}

.shop-block .shop-wrap .map {
  width: 100%;
  border-radius: 8px;
}

.shop-block  .info-wrap .info-item {
width: 100%;
}

.shop-block .info-wrap .hour {
  padding: 33px 31px;
  border-top: 1px solid rgba(198, 192, 186, 0.5);
  margin-top: 38px;
}

.shop-block .info-wrap .address {
  padding: 33px 31px;
  margin-bottom: 75px
}

.info-wrap .info-item .label {
  font-size: 11px;
}

.info-wrap .info-item .text {
  font-size: 14px;
  margin-left: 45px;
}

.info-wrap .info-item  .text.code {
 margin-left: 30px;
}

.info-wrap .info-item  .text.ad {
 margin-left: 72px;
}

/*--------------------------------------
contact
----------------------------------------*/

.contact-block  {
  padding: 45px 0 74px;
}

.contact-block .title {
  font-size: 24px;
  margin-bottom: 65px;
}

.contact-block .contact-text {
  font-size: 14px;
}

.contact-wrap {
 display: flex;
 flex-direction: column;
}

.contact-block .contact-wrap .tela {
  order: 1;
}

.contact-block .contact-wrap  .tel-wrap .time {
  text-align: center;
  font-size: 11px;
  margin-bottom: 25px;
}

.contact-block .contact-wrap .tel-up  {
  font-size: 20px;
  margin-top: 30px;
}

.contact-block .contact-wrap .maila {
  order: 2;
}

.contact-block .contact-wrap .mail {
   width: 230px;
   padding: 12px 1px;
   border-radius: 8px;
   margin: 0 auto;
}

.contact-block .contact-wrap .mail .mail-text {
  font-size: 17px;
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/

.footer {
 padding: 40px 0 0 ;
}

.footer .logo {
  width: 58px;
  height: auto;
 margin: 0 auto;
}

.footer .follow-wrap  {
  font-size: 18px;
}

.footer .follow-wrap .icon-wrap {
  margin-left: 23px;
}

.footer .follow-wrap .icon-wrap .inst-icon {
  width: 36px;
  height: 36px;
}

.footer .follow-wrap .icon-wrap .x-icon {
   width: 36px;
  height: 36px;
  margin-right: 10px;
}

/*--------------------------------------
 pryvacy
----------------------------------------*/

.pryvacy {
  text-align: center;
  padding: 8px 0;
  background-color: #eae2d8;
  margin-top: 40px;
  font-size: 7px;

}

/*------------------------------------------------------------------------------
ここから下層ページ
------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------
 menu
------------------------------------------------------------------------------*/
/*--------------------------------------
lunch
----------------------------------------*/

.lunch {
  padding: 100px 0 70px 0;
}

.menu .c-title {
  margin-bottom: 56px;
}
  .recommend h3 {
    font-size: 22px;
    top: 173px;
    left: 402px;
    padding: 0 68px;
  }

/*--------------------------------------
recommend
----------------------------------------*/

.recommend h3 {
  font-size: 17px;
  top: 79px;
  left: 114px;
  padding: 0px 17px;
}

.recommend .recommend-wrap {
  padding: 40px 20px 40px 20px;
  border: 1px solid #333;
  border-radius: 8px;
}

.recommend .recommend-wrap .reco-title {
  font-size: 15px;
  margin-bottom: 8px;
  margin-top: 30px;
  font-weight: 400;
}
.recommend .recommend-wrap .reco-set {
  font-size: 12px;
  margin-bottom: 14px;
}
.recommend .recommend-wrap span {
  font-size: 15px;
}
.recommend .recommend-wrap .money {
  font-size: 12px;
}
.menu-contents {
margin: 45px 0;
}
.menu-contents li {
  padding: 12px 0;
  font-size: 12px;
}
.come-wrap p {
font-size: 11px;
}

/*--------------------------------------
dinner
----------------------------------------*/

.dinner {
padding: 55px 0 72px;
background-image: url("../image/menu/sp/sp-dinner-bg.png");
}

/*--------------------------------------
drink
----------------------------------------*/
.drink {
  padding: 40px 0 98px 0;
}

.drink .drink-wrap h4 {
   font-size: 18px;
   margin-bottom: 12px;
}

.drink .drink-wrap {
  padding: 50px 0 40px;
}

.drink .drink-wrap .tea-wrap {
  margin: 50px 0;
}

.drink .drink-wrap .drink-contents li {
  width: 100%;
  font-size: 12px;
  padding: 10px 0;
}

/*------------------------------------------------------------------------------
shop
------------------------------------------------------------------------------*/

.shopinfo {
  padding: 75px 0 100px;
}

.shopinfo .shop-wrap .shop-list dl {
  padding: 27px 0;
  width: 100%; 
}

.shopinfo .shop-wrap .shop-list dt {
  width: 100px;
  /* margin-right: 26px; */
  font-size: 11px;
  margin-top: 5px;
}

.shopinfo .shop-wrap .shop-list dd {
 font-size: 12px;
 margin-left: 0;
}

.shopinfo .shop-map {
  margin: 75px calc(50% - 50vw) 0;
  align-items: center;
  width: 100%;
  height: auto;
}

.shopinfo .shop-image.sp {
  position: relative;
  margin-bottom: 16px;
  margin-top: 50px;
}

.shopinfo .shop-image.sp .shop-img-01.sp {
  width: 181px;
  height: auto;
}

.shopinfo .shop-image.sp .shop-img-02.sp {
  position: absolute;
  top: 0;
  right: 30px;
  width: 158px;
  height: auto;
}

.shop-img-03.sp {
  margin-right: 0;
  margin-left: auto;
  width: 358px;
} 

/*------------------------------------------------------------------------------
news-archive
------------------------------------------------------------------------------*/

.news-archive {
  padding: 90px 0 100px;
}

.news-archive .news-archive-wrap .blg {
  margin-top: 55px;
}

.news-archive .news-archive-wrap img {
  margin-bottom: 25px;
}

.news-archive .news-archive-wrap .date {
  font-size: 10px;
}

.news-archive .news-archive-wrap .archive-title {
  font-size: 15px;
}
/*--------------------------------------
pageing-area
----------------------------------------*/

.pageing-area {
padding: 70px 0 0;
}

.page-name {
width: 36px;
height: 36px;
}

.page-name.left {
  margin-right: 15px;
}

.page-name.right {
  margin-left: 15px;
}

.page-numbers {
margin: 0 4px;
font-size: 12px;
padding: 8px 12px;
}

.page-numbers.sigle {
padding: 8px 13px;
}

.page-numbers.double {
  padding: 8px 10px;
}

/*------------------------------------------------------------------------------
news-sigle
------------------------------------------------------------------------------*/

.news-sigle {
  padding: 100px 0 ;
}

.news-sigle .news-single-wrap .date {
  font-size: 10px;
  margin-top: 0;
}

.news-sigle .news-single-wrap .sigle-title {
  font-size: 18px;
  margin: 10px 0 40px;
}

.news-sigle .news-single-wrap p {
  font-size: 14px;
  margin-top: 35px;
}

.news-sigle .news-single-wrap p + p {
  margin-top: 32px;
}

.news-sigle .news-single-wrap .bold {
  font-size: 14px;
}

  .news-sigle .news-single-wrap img {
  width: px;
  height: auto;
  }

.single-btn {
  margin: 77px auto 0;
  width: 181px;
  font-size: 15px;
  padding: 13px 0px;
  border-radius: 8px;
}

/*------------------------------------------------------------------------------
contact
------------------------------------------------------------------------------*/

/*--------------------------------------
contact text
----------------------------------------*/

.contact-block-wrap {
  margin: 99px 0;
}

.contact-block-wrap .inner-block {
 margin: 0 28px;
 padding: 74px 0; 
 border-radius: 8px;
}

.contact-block-wrap .contact-info-wrap {
  padding: 0 0 60px;
}

.contact-block-wrap .contact-info-wrap .contact-text {
  font-size: 11px;
}

.contact-tel-wrap .contact-tel {
   margin: 60px 0 10px;
}

.contact-tel-wrap .contact-tel span {
  font-size: 18px;
  margin-left: 7px;
}

.contact-tel-wrap .contact-tel img {
  width: 19px;
  height: auto;
}

.contact-tel-wrap p {
  font-size: 10px;
}

/*--------------------------------------
contact form
----------------------------------------*/

.contact-block-wrap .inner-side-block {
  width: 300px;
  margin: 0 auto;
}

.contact-block-wrap .contact-form {
  width: 300px;
  margin: 0 auto;
}

.contact-block-wrap .contact-form  li + li {
  margin-top: 34px;
}

.contact-block-wrap .contact-form .head {
  font-size: 12px;
  margin-bottom: 12px;
}

.contact-block-wrap .required::after {
  font-size: 8px;
}

.contact-block-wrap .contact-form input[type="text"] {
  padding: 3px 17px;
  font-size: 12px;
}

.contact-block-wrap .contact-form textarea {
  padding: 29px 16px;
  font-size: 12px;
}

/*--------------------------------------
radio
----------------------------------------*/

.radio-wrap {
  padding: 29px 45px;
}

.mwform-radio-field  + .mwform-radio-field {
  margin-top: 12px;
}

.radio-wrap .mwform-radio-field-text {
  font-size: 11px;
}

.radio-wrap .mwform-radio-field-text::before {
  width: 11px;
  height: 11px;
  left: -20px;
  top: 0;
}

.radio-wrap .mwform-radio-field-text::after {
top: -1px;
}

/*--------------------------------------
check-box
----------------------------------------*/

.check-box .head  {
  margin: 40px 0 16px;
  font-size: 12px;
}

.check-box .mwform-checkbox-field-text {
  font-size: 12px;
  margin-left: 14px;
}

.check-box .mwform-checkbox-field-text::before  {
  width: 10px;
  height: 10px;
  left: -15px;
  top: 4px;
}

.check-box .mwform-checkbox-field-text::after {
  left: -15px;
  top: 1px;
  font-size: 12px;
}

.check-box p {
  font-size: 11px;
  margin-top: 4px;
}