@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;
  width: 100%;
}

.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
}

main {
  margin-top: 65px;
}

/*------------------------------------------------------------------------------
  css
------------------------------------------------------------------------------*/

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.c-vertical-text {
  font-size: 12px;
  font-weight: bold;
}


/*------------------------------------------------------------------------------
 header
------------------------------------------------------------------------------*/
.header {
  height: 65px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #5f6f61;
  z-index: 9999;
}

.header.is-open {
  background-color: #f2f5eb; 
}

.header.is-open .nav {
  opacity: 1;
  visibility: visible;
}

.header .nav {
  opacity: 0;
  visibility: hidden;
  z-index: 20;
  background-color: #f2f5eb;
  width: 100%;
  position: fixed;
  top: 65px;
  left: 0;
  height: calc(100vh - 65px);
  padding:20px 25px 160px;
  overflow: scroll;
  transition: opacity 0.3s , visiblity 0.3s;
}

.header .navi li {
  padding: 25px 0;
  font-size: 20px;
  font-family: 'Domine';
  letter-spacing: 0.2em;
}


  .top-logo.sp img {
   width: 30px;
  }

  .header .fa-solid {
    font-size: 25px;
    color: #fff;
    z-index: 10000;
  }

  .header .fa-xmark {
    display: none;
  }

  .header.is-open .fa-xmark {
    display: block;
  }
 .header .fa-bars {
  display: block;
 }

 .header.is-open .fa-bars {
  display: none;
 }


.sp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #5f6f61;
  height: 65px;
  padding: 0 20px;
}

.nav-open.sp {
  width: 60px;
  background-color: #5f6f61;
}


 /*------------------------------------------------------------------------------
  home
------------------------------------------------------------------------------*/
.c-button {
  display: inline-flex;
  align-items: center;
  gap: 30px;
 background-color: #495b4c;
 color: #fff;
 font-size: 14px;
 width: 170px;
 padding: 10px;
 margin-top: 35px;
 border-radius: 50px;
 margin-bottom: 60px;
 margin-right: 20px;
 justify-content: center;
 text-align: right;
}
/*----------------------
  mv
------------------------*/

.news {
  margin: 45px 0 60px;
}

.mv-block .title {
  width: 50%;
  align-items: center;
}

.mv-block .title img {
  width: 200px;
  text-align: center;
}

/*----------------------
  concept
------------------------*/

.concept-block .info-title {
  font-size: 20px;
  margin-bottom: 50px;
}

.concept-wrap .info-text {
  font-size: 15px;
}

.concept-wrap .info {
  margin-top: -40px;
}

.concept-wrap  {
display: flex;
flex-direction: column; 
align-items: center;
position: relative;    
}

.concept-wrap .title-list {
  width: 250px;
}

 .concept-wrap .c-vertical-text {
    position: absolute;
    top: -30px;
    left: 0;
    transform: none; /* PCで使ってるtranslateXなど解除 */
    margin: 0 0 20px 0; /* 必要ならマージン調整 */
  }

   .concept-wrap .image img {
    width: 300px;
   }
 


  /*----------------------
  news
------------------------*/
.news-wrap {
  margin-top: 60px;
} 

.news-wrap a {
  border-bottom: 1px solid #b5b5b5;
  padding: 15px 15px 15px 0;
  margin: 0 60px 0;
}

.news-info a {
  display: flex;
  flex-direction: column;
  margin-left: 20px; 
  padding-top: 20px;
 width: 300px;	
}

.news-info a:first-of-type {
  border-top: 1px solid #b5b5b5;
  padding-top: 20px;
}

.news-wrap .date {
  font-size: 10px;
  font-weight: bold;
  padding-bottom: 10px;
}

.news-wrap .text {
  font-size: 13px;
}


  /*----------------------
  menu
------------------------*/
.menu-wrap .box {
 margin-top: 20px;
}

.menu-block.outer-block .menu-wrap {
  margin-top: 55px;
  margin-left: -75px;
  margin-bottom: 180px;
}

.menu-block .c-vertical-text {
  margin-top: 75px;
}

.button-bottom-right {
  margin: 0 60px 80px 0; 
}

.menu-wrap .box {
  width: 300px !important;
  border: 1px solid #fff;
  padding: 15px;
  background-color: #fff;
  text-align: center;
}

.menu-wrap .box .image img { 
  margin-bottom: 17px;
  width: 90%;
}

.menu-wrap .box .menu-title {
  font-size: 11px;
  font-family: 'Domine';
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
}



/*----------------------
 shop
------------------------*/
.shop-wrap {
  margin-top: -110px;
margin-left: 20px;
}

.shop-info {
 display: flex;
 flex-direction: column;
 line-height: 1;
 padding: 20px;
 gap: 20px;
}

.shop-block .c-vertical-text {
  margin-top: 60px;
}

.shop-block .c-button {
  display: none;
}

.shop-block .map {
  margin-bottom: 60px;
}

.shop-title {
  margin: 35px 0 20px 0;
}

@media screen and (max-width: 750px) {
  .shop-wrap .map iframe {
    margin: 70px 0;
    width: 100% ;
    height: 280px;
  }
}



/*----------------------
 contact
------------------------*/

.contact-block.outer-block .c-vertical-text {
  margin-top: -50px;
}

.contact-wrap {
text-align: center;
color: #fff;
margin: 60px auto;
max-width: 300px;
flex: 1;
}

.contact-note {
  font-size: 12px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.contact-tel {
  margin-bottom: 10px;
  border-bottom: solid 1px #fff;
  width: 150px;
  display: inline-block;
}

.contact-tel .tel-label {
  font-size: 12px;
}

.contact-tel .tel-number {
  font-size: 18px;
  font-weight: bold;
}

.contact-hours {
  font-size: 12px;
}

.button {
  display: inline-block;
  align-items: center;
  gap: 25px;
  color: #fff;
  width: 200px;
  padding: 8px;
  font-size: 15px;
  margin-top: 23px;
  border: 2px solid #fff;
  border-radius: 25px;
}

.top-page-button {
  display: none;
}

/*----------------------
 footer
------------------------*/

.copy-right {
  display: flex;
  text-align: center;
  justify-content: space-between;
  background-color: #333333;
  padding: 20px;
  color: #fff;
}

.copy-right .footer-address {
  display: none;
}

.copy-right p {
  font-size: 10px;
 margin: 0 auto;
}

.footer-logo img {
  width: 50px;
}

.footer-logo {
  display: flex;
  justify-content: center;
  margin: 50px 0 40px 0;
}

.link {
  display: flex;
 justify-content: center;
 font-size: 10px;
 letter-spacing: 0.2em;
 margin-bottom: 60px;
}

.link li + li {
  margin-left: 30px;
}


*------------------------------------------------------------------------------
  下層共通 MV
------------------------------------------------------------------------------*/

.mv .inner-block {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 300px;
}


.mv .large {
  font-size: 30px;
  font-family: 'Domine';
  letter-spacing: 0.1em;
 }

 .mv .small {
  font-size: 13px;
 }

 /*-------------------------------
  下層共通 bureadcrumb
-----------------------------------*/

  .bureadcrumb-list li + li::before {
    content: ">";
    padding: 0 10px;
  }

  .bureadcrumb-list {
  padding-top: 15px;
  padding-bottom: 80px;
  text-align: left;
  font-size: 0;
 }

  .bureadcrumb-list li {
    display: inline;
    font-size: 8px;
    position: relative;
  }

     /*-------------------------
  下層共通 news
----------------------------*/

 .news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list .image img {
  width: 150px;
  height: auto;
  display: block;
}

.news-list .wrap {
  padding: 8px;
  display: flex;
  flex-direction: column; 
  gap: 10px; 
  margin-bottom: 12px;
}

.news-list .date {
  font-size: 10px;
}

.news-list .category {
  font-size: 12px;
}

.news {
  display: flex;
   flex-direction: column;
   text-align: center;
   padding: 15px 0; 
}

 /*-------------------------
  下層共通 paging-area
----------------------------*/
.paging-area {
  margin-top: 65px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging-area .page-numbers {
  width: 35px;
  height: 35px;
  border: 1px solid #5f6f61;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #5f6f61;
  font-size: 14px;
}

.paging-area .page-numbers.current {
  background-color: #5f6f61;
  color: #fff;
}

.page-numbers.next img {
  width: 5px;
}

.page-numbers {
  font-size: 10px;
}

.paging-area .page-numbers + .page-numbers {
  margin-left: 10px;
}

   /*-------------------------
  下層 news-detail
----------------------------*/

.article-wrap {
  width: 310px;
  height: 620px;
  background-color: #d7e0c2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}


.article-wrap img {
  width: 270px;
  height: auto;
  margin: 35px 20px
}

.article-wrap .date {
  font-size: 10px;
  margin-top: 70px;
  margin-left: 20px
}

.article-title {
  font-size: 20px;
  font-weight: bold;
  align-self: flex-start; /* 念のため個別にも指定 */
  text-align: left;
  margin-left: 20px;
}

.article-wrap p {
  font-size: 14px;
  width: 270px;
  margin: 0 auto;
  text-align: left;
}

.n-button {
 display: inline-block;
 gap: 20px;
 background-color: #495b4c;
 color: #fff;
 font-size: 16px;
 width: 180px;
 padding: 10px;
 border-radius: 50px;
 text-align: center;
 margin: 70px 0 80px 70px;
}

.n-button img {
  margin-right: 20px;
}

   /*-------------------------
  下層 contact
----------------------------*/

.lead-wrap {
  font-size: 12px;
}


.mv {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 15px 0;
}

.lead-wrap li + li {
 margin: 20px 0 30px;
}

.form-row {
  display: flex;
  flex-direction: column;
}

.form-label {
  border-bottom: 1px solid #ccc;
  background-color: #f4f7ef; /* 左側の背景色 */
  padding: 22px 20px;
  font-size: 12px;
  font-weight: bold;
  width: 100%
}

.form-input {
  flex: 1;
  padding: 22px 20px;
}

.form-input input {
  padding-right: 110px;
  color: #333;
  font-size: 12px;
}


.form-label .required {
  color: red;
}

.form-label-contact .required {
  color: red;
}

.form-label-contact {
  border-bottom: 1px solid #ccc;
  background-color: #f4f7ef; /* 左側の背景色 */
  padding: 22px 20px;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
}

.checkbox-group {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  padding: 22px 20px;
}

.form-row-contact:last-of-type .form-input {
  position: relative;
  padding-bottom: 150px;
}

.form-row-contact:last-of-type .form-input::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 5px;             
  width: 90%;            
  height: 1px;
  background-color: #ccc;
}

.contact-friend {
  gap: 20px;
}


   /*-------------------------
  menu
----------------------------*/
.double-underline-text {
  position: relative;
  padding: 5px 0; /* 上下の余白 */
}

.double-underline-text::before,
.double-underline-text::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px; 
  background-color: #5f6f61;
}

.double-underline-text::before {
  top: 0; /* 上の線 */
}

.double-underline-text::after {
  bottom: 0; /* 下の線 */
}

.double-underline-text-content {
  background-color: #fff;
  width: 150px;
  display: flex;
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  z-index: 1; 
  text-align: center; 
  flex-direction: column; 
}

.double-underline-text-content .large {
  font-size: 24px;
  font-family: 'Domine';
  letter-spacing: 0.1em;
}

.double-underline-text-content .small {
  font-size: 8px;
  font-weight: bold;
}

.caution {
  display: flex;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 25px;
}

.lunch-wrap {
  font-size: 10px;
  font-weight: bold;
}

.lunch-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3列 */
  gap: 25px;
  justify-items: center;
  margin: 35px auto 70px;
}

.lunch-wrap .course {
  font-size: 9px;
  font-weight: bold;
}

.lunch-wrap .price {
  font-size: 9px;
  font-weight: bold;
}

.drink {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 25px;
}

.drink-wrap {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

.course {
  white-space: nowrap;
}

.price {
  text-align: right;
  white-space: nowrap;
}

.menu-list .image {
  width: 100%;
  text-align: center;
}

.menu-list .image img {
  width: 100%;
  max-width: 150px;
  height: auto;
  display: block;
}

.image {
  margin-bottom: 10px; 
}