@charset "UTF-8";
/* CSS Document */
html {
  /* 10pxをvwに換算した数値 */
  font-size: 2.667vw; 
  width: 100%;
}
body {
  background-image: url("../img/shared/bg.jpg");
  background-size: cover;
  font-family: 'Klee One', cursive;
  font-weight: 400;
  color: #000000;
}
a {
  text-decoration: none;
  font-family: 'Klee One', cursive;
  font-weight: 400;
}
ul,li {
  list-style: none;
}
h2 {
  font-size: 2.8rem;
  letter-spacing: 0.5rem;
  color: #333333;
  font-weight: 400;
  line-height: 4rem;
}
/* セクションの文章の部分 */
img {
  vertical-align: bottom;
  object-fit: cover;
  width: 100%;
}
button {
  font-family : inherit;
  font-size   : 100%;
}
/* マップ */
.map-wrapper iframe {
  width: 100%;
}
/* SPメインビジュアル　スライダー */
.swiper-sp-mv {
  width: 100%;
  height: 57.5rem;
  position: relative;
}
.swiper-sp-mv__slider {
  width: 100%;
  height: 57.5rem;  
}
.top-page__sp-mv__intro {
  position: absolute;
  z-index: 10;
  font-weight: 600;
  width: 100%;
  text-align: center;
  bottom: 5rem;
  font-size: 1.4rem;
  letter-spacing: 0.16rem;
  text-shadow: 1px 1px 3px #fff;
}
.sp-mv__img {
  display: block;
  width: 100%;
  height: 57.5rem;
}
.sp-mv__img img {
  width: 100%;
  height: 100%;
}
/* SP版メインビジュアル */
.under-page-mv {
  position: relative;
  width: 100%;
  height: 58rem;
}

.under-page-mv-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.under-page-mv-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.under-page-mv p {
  position: absolute;
  font-weight: 600;
  width: 100%;
  text-align: center;
  bottom: 5rem;
  font-size: 1.4rem;
  letter-spacing: 0.16rem;
  text-shadow: 1px 1px 3px #fff;
}
@media screen and (max-width: 768px) {
/* PC版メインビジュアル、SPは非表示 */
.pc-top-wrapper {
  display: none;
}
}
/* ヘッダー */
.header {
  position: relative;
  width: 100%;
  height: 7.0rem;
  background-image: url("../img/shared/bg.jpg");
  z-index: 999;
}
.header-wrapper {
  justify-content: space-between;
  height: 100%;
  width: 100%;
}
.header-logo-bg {
  position: relative;
  background-image: url("../img/shared/sp-logo-bg.png");
  width: 7.7rem;
  height: 21.5rem;
  top: 0;
  left: 0;
  z-index: 10;
}
.header-logo-bg a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.header-logo-wrapper {
  display: block;
  width: 3.3rem;
  height: auto;
}
.header-logo {
  width: 100%;
  height: 100%;
} 
@media screen and (max-width: 767px) {
/* 電話番号非表示 */
.phone {
  display: none;
}
.phone-number {
  display: none;
}
}
/* ハンバーガーメニュー */
.header-hamburger {
  position: fixed;
  background-color: #C76F5A;
  border-color: transparent;
  width: 7.7rem;
  height: 7rem;
  top: 0;
  right: 0;
  z-index: 30;
}
.header-hamburger span {
  position: absolute;
  display: block;
  transition: all .2s;
  width: 3.5rem;
  height: 1px;
  left: 1.9rem;
  bottom: 2rem;
}
.header-hamburger span:nth-child(1) {
  top: 1.45rem;
  background-color: #FFFFFF;
}
.header-hamburger span:nth-child(2) {
  top:2.4rem;
  background-color: #FFFFFF;
}
.header-hamburger span:nth-child(3) {
  top:3.4rem;
  background-color: #FFFFFF;
}
.header-hamburger span:nth-child(4)::after {
  content: 'メニュー';
  position: absolute;
  width: 4.4rem;
  top: -0.3rem;
  left: -0.5rem;
  color: #FFFFFF;
  white-space: nowrap;
  font-weight: 900;
}
.hamburger-menu {
  position: absolute;
  color: #FFFFFF;
  top: 4.1rem;
  left: 1.65rem;
}
.hamburger-button {
  top:4.2rem;
}
/*activeクラスが付与されるとボタンの色が変化*/
.header-hamburger.active  {
  background-color: #fffcf8;
}

/*activeクラスが付与されると線が回転して×になり、メニュー⇒閉じるに変更*/
.header-hamburger.active span {
  z-index: 2;
  transition: all .2s;
  left: 0.1rem; 
}
.header-hamburger.active span:nth-of-type(1) {
  background-color: #000000;
  top: 2.4rem;
  left: 2rem;
  transform: translateY(0.3rem) rotate(-45deg);
}

.header-hamburger.active span:nth-of-type(2) {
  background-color: #080808;
  opacity: 0;
}

.header-hamburger.active span:nth-of-type(3){
  background-color: #000000;
  top: 4rem;
  left: 2rem;
  transform: translateY(-1.25rem) rotate(45deg);
}
.header-hamburger.active span:nth-of-type(4)::after {
  position: absolute;
  content: "閉じる";
  left: 1.5rem;
  color: #000000;
  font-weight: 900;
}
/* ナビゲーションメニュー */
#js-nav {
  position:fixed;
	z-index: 1;
	opacity: 0;
	top:0;
	width:100%;
  height: 100vh;
	background:#FFFCF8;
	transition: all 0.4s;
  z-index: 20;
  display: none;
}
.nav-menu-wrapper {
  padding: 1.5rem 2.3rem 5.0rem 2.3rem;
}
.nav-top-logo {
  width: 12.5rem;
  margin-left: 0.3rem;
}
#js-nav ul {
  margin-top: 4.8rem;
  border-bottom: solid 0.2px #bababa;
}
#js-nav li {
  margin-bottom: 3.0rem;
}
#js-nav li:last-child {
  margin-bottom: 6.5rem;
}

#js-nav li a {
  color: #080808;
  font-size: 2.5rem;
  letter-spacing: 0.433rem;
  line-height: 3.2rem;
}
/* activeクラスが付与されるとナビゲーションメニューが出現 */
#js-nav.active {
  opacity: 1;
  display: block;
}
/* お問い合わせ先 */
.inquiry-wrapper {
  width: 79%;
  border: solid 1px #000000;
  margin: 0 auto;
}
.navi_inquiry {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 2.4rem;
  text-align: center;
  margin-top: 1rem;
}
.inquiry-phone-number p {
  display: flex;
  justify-content: center;
  font-size: 2rem;
  letter-spacing: 0.16rem;
  line-height: 3.1rem;
  width: 100%;
  margin-bottom: 1rem;
}
.inquiry-phone-number a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.inquiry-phone-number p::before {
  content: url("../img/shared/tell-icon-navi.svg");
  width: 1.6rem;
  margin: 0.1rem 0.1rem 0 0;
}
/* 店舗情報 */
.section-shopinfo {
  margin-top: 7rem;
  padding: 5rem 0 6rem 0;
  width:100%;
  background-image: url(../img/shared/shopinfo-bg.jpg);
  background-size: contain;
}
.shopinfo-bg {
  margin: 0 auto; 
  width: 92%;
  background-color: #FFFFFF;
}
.shopinfo-wrapper {
  position: relative;
  padding: 4.5rem 3rem;
}
.shopinfo-title {
  display: flex;
  position: relative;
  justify-content: center;
}
.shopinfo-title span {  
  display: block;
  font-size: 2.4rem;
  line-height: 1.18rem;
  color: #333333;
}
.shopinfo-title span::before {
  content: '';
  display: block;
  position: absolute;
  height: 0.1rem;
  width: 12rem;
  top: 3rem;
  right: 8rem;
  left: 50%;
  transform: translateX(-52%);
  background-image: linear-gradient(to right, transparent, #000 10%, #000 90%,#000 10%, transparent);
}
.shopinfo {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 2.1rem;
  letter-spacing: 0;
  margin-top: 4rem;
  width: 100%;
}
.shopinfo dt {
  width: 31%;
  border-bottom: solid 0.3px #d8d8d8;
  padding: 1.5rem 0;
  text-align: left;
  color: #333333;
}
.shopinfo dd {
  width: 69%;
  border-bottom: solid 0.3px #d8d8d8;
  padding: 1.5rem 0;
  color: #333333;
}
.shopinfo dd a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
/* アクセス */
.section-access {
  width: 100%;
  background-color: #FFFFFF;
  padding: 4rem 0 6rem 0;
}
.access-title {
  display: flex;
  position: relative;
  justify-content: center;
}
.access-title span {  
  display: block;
  font-size: 2.4rem;
  line-height: 1.18rem;
  color: #333333;
}
.access-title span::before {
  content: '';
  display: block;
  position: absolute;
  height: 0.1rem;
  width: 12rem;
  top: 3.1rem;
  right: 8rem;
  left: 50%;
  transform: translateX(-52%);
  background-image: linear-gradient(to right, transparent, #000 10%, #000 90%,#000 10%, transparent);
}
.address {
  margin: 4.5rem auto 2.5rem auto;
  line-height: 2.4rem;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
  color: #333333;
}
/* フッター */
.footer {
  max-width: 100%;
  background-image: url(../img/shared/footer-bg.jpg);
  background-size: contain;
  background-repeat: round;
  color: #FFFFFF;
  padding-bottom: 10rem;

}
.footer-wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding:6rem 1.5rem 2rem;
}
.footer-logo {
  width: auto;
  height: 16rem;
}
.footer-conversion {
  margin-top: 3.5rem;
}
.footer-inquiry {
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  line-height: 3rem;
}
.footer-phonenumber-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 0.1rem;
}
.footer-tell-icon {
  display: block;
  width: 1.8rem;
  margin: 0.3rem 0.6rem 0 0;
 }
.footer-phonenumber {
  font-size: 2.4rem;
}
.footer-phonenumber a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.footer-shop-info {
  width: 100%;
  margin: 2rem 0 1.7rem 0;

}
.footer-shop-info p {
  font-size: 1.5rem;
  line-height: 3.4rem;
  letter-spacing: 0.05rem;
  text-align: center;
}
small {
  display: block;
  color: #FFFFFF;
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  line-height: 0;
}
/* スマホ追従ボタン */
.sp-under-navi {
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  display:flex;
  align-items: center;
  color: #FFFFFF;
  width: 100%;
  bottom: 0;
  height: 6rem;
  background-color: #C76F5A;
  z-index: 20;
 }
.sp-under-inquiry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 0.8px solid #ffdede;
  height: 6rem;
  width: 15.75rem;
}
.sp-under-inquiry-number {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  height: 6rem;
  width: 100%;
}
.inquiry-tell-icon {
  display: block;
  width: 1.1rem;
  margin: 0 0.3rem 0.4rem 0;
  height: 1.3rem;
}
.inquiry-tell-icon img {
  content: url(../img/shared/tell-icon-white.svg);
  height: 100%;
}
.takeout-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.75rem;
  height: 6rem;
  border-right: 0.8px solid #ffdede;
}
.takeout-link a {
  box-sizing: border-box;
  display: flex;
  color: #FFFFFF;
  font-size: 1.5rem;
  letter-spacing: 0.07rem;
  height: 6rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.page-top-link {
  width: 6.0rem;
  height: 6.0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #c9998d;
}
.page-top-arrow {
  height: 1.5rem;
  width: 1.5rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(56%) rotate(-45deg);
  margin-bottom: 1rem;
}
 /* PCトップへ戻るボタン非表示 */
#top__takeout-link-button {
 display: none;
}
/* ボタン */
.btn01 a {
  position: relative;
  display: block;
  width: 100%;
  height: 4.8rem;
  /* background-image: url(../img/shared/button-bg.jpg); */
  color: #FFFFFF;
  font-size: 2.0rem;
  letter-spacing: 0.42rem;
  line-height: 4.4rem;
  margin: 0 auto;
  text-align: center;
  background-color: #C76F5A;
  transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
}
.btn01 a:hover {
  background: #bf816d;
  color: #fffefe;
  letter-spacing: 0.1em;
}
.btn01 ::before {
  content: "";
  display: block;
  position: absolute;
  top: 56%;
  right: 3.1rem;
  width: 1.4rem;
  height: 0.13rem;
  background: #fff;
  transform: rotate(-35deg);
}
.btn01 ::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 3.1rem;
  width: 1.4rem;
  height: 0.13rem;
  background: #fff;
  transform: rotate(35deg);
}
/* フェードイン用CSS */
.fade-in {
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fade {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
} 
/* PC CSS */
@media screen and (min-width: 768px) {
  html {
      /* 10pxをvwに換算した数値 */
    font-size: 0.694vw;
  }  
   /* PC メインビジュアル　サイドメニュー */
/* SPのサイドメニューとMVを非表示にする   */
.header {
  display: none;
}
/* トップページのMV非表示 */
.swiper-sp-mv {
  display: none;
}
/* 下層ページのMV非表示 */
.mv-slider {
  display: none;
}
.pc-top-wrapper {
  height: 67.4rem;
  width: 100%;
  display: flex;
}
.pc-header {
  position: relative;
  width: 30rem;
  height: 67.4rem;
  background-image: url(../img/shared/bg.jpg);
}
.side-menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30rem;
  height: 67.4rem;
}
.side-menu-link {
  position: relative;
  display: block;
  width: 5rem;
  padding-top: 7rem;
  margin: 0 auto;
  z-index: 999;
}
.side-menu-link::before {
  margin: 0 auto;
  display: block;
  content: '';
  position: absolute;
  width: 17rem;
  height: 17.4rem;
  left: 2.3rem;
  top: 24.4rem;
  background-image: url(../img/shared/pc-logo-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); 
}
.pc-header-logo {
  z-index: 999;
  position: relative;
}
.pc-nav {
  padding-top: 4.3rem;
}
.pc-nav li {
  margin-bottom: 3rem;
  text-align: center;
}
.pc-nav li:last-child {
  margin-bottom: 5rem;
}
.pc-nav li a {
  font-size: 1.9rem;
  letter-spacing: 0.329rem;
  line-height: 3.2rem;
  color: #000000;
}
.pc-nav li a:hover {
  opacity: 0.6;
}
.mv-wrapper {
  width: calc(100% - 30rem);
  height: 67.4rem;
  position: relative;
  top: 0;
}
.swiper-pc-mv {
  height: 67.4rem;
  width: 100%;
  position: relative;
  top: 0;
}
.mv-introduction {
  display: inline-block;
  position: absolute;
  top: 3rem;
  left: 5rem;
  font-size: 2rem;
  letter-spacing: 0.14rem;
  text-shadow: 1px 1px 3px #fff;
  z-index: 10;
  font-weight: 600;
}
.pc-mv-inquiry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5.5rem;
  top: 3rem;
  width: 33rem;
  height: 8rem;
  background-image: url(../img/shared/mv-tell-bg.png);
  z-index: 10;
}
.phone {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  line-height: 2.8rem;
  padding-top: 1rem;
}
.phone-number__wrapper {
  display: flex;
}
.phone-number__wrapper__icon {
  display: block;
  width: 1.8rem;
  height: 0.35rem;
  padding-top: 0.7rem;
  margin-right: 0.5rem;
}
.phone-number__wrapper__icon img {
  width: 100%;
}
.phone-number {
  font-size: 3.1rem;
  letter-spacing: 0.2rem;
  line-height: 3.3rem;
  padding-bottom: 1.5rem;
}
/* PC TOPページMV */
.mv-slider-img-wrapper {
  display: block;
  height: 67.4rem;
  width: 100%;
}
.mv-slider-img-wrapper img {
  height: 100%;
}
/* PC下層ページMV */
.pc-under-page-mv-wrapper {
  display: block;
  height: 67.4rem;
}
.pc-under-page-mv-wrapper img {
  min-height: 100%;
}

.mv-under-line {
  position: relative;
  background-image: url(../img/shared/mv-under.jpg);
  height: 1rem;
  width: 100%;
}
/* ボタン */ 
.btn01 a {
  box-sizing: border-box;
  width: 100%;
  height: 5.3rem;
  font-size: 2.4rem;
  text-align: left;
  padding: 0.2rem 3rem;
}
/* 店舗情報 */
.section-shopinfo {
  margin-top: 0;
  padding: 9rem 0 10rem;
}
.shopinfo-bg {
  width: 100rem;
}
.shopinfo-wrapper {
  padding: 6rem 16rem 7.1rem 16rem;
}
.shopinfo-title span {
  font-size: 3.2rem;
}
.shopinfo-title span::before {
  width: 16rem;
  top: 4.2rem;
  transform: translateX(-51%);
}
.shopinfo {
  margin-top: 6rem;
  font-size: 1.6rem;
  width: 100%;
}
.shopinfo dt {
  width: 20%;
  padding: 3rem 0 3rem 1rem;
  letter-spacing: 0.2rem;
}
.shopinfo dd {
  width: 80%;
  letter-spacing: 0.08rem;
  padding: 3.0rem 0;
}
.shopinfo dd br {
  display: none;
}
/* アクセス */
.section-access {
  width: 100%;
  padding: 9rem 0 11rem 0;
  margin: 0 auto;
}
.access-title {
  display: flex;
  position: relative;
  justify-content: center;
}
.access-title span {
  font-size: 3.6rem;
}
.access-title span::before{
  width: 17rem;
  top: 4.0rem;
}
.address {
  margin: 6rem auto 3rem auto;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
}
.map-wrapper {
  width: 100rem;
  margin: 0 auto;
}
.map-wrapper {
  border: 0.8px solid #D3BFBB;
}
.map-wrapper iframe {
 vertical-align: bottom;
 padding: 0;
}
.sp-under-navi {
  display: none;
}
.footer {
  padding-bottom: 4rem;
  margin-bottom: 0;
}
.footer-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100rem;
  margin: 0 auto;
  padding: 5.0rem 0rem 3.6rem 7.5rem;
}
.footer-logo {
  display: block;
}
.footer-conversion {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin-right: 17rem;
}
.footer-inquiry {
  font-size: 1.7rem;
}
.footer-phonenumber {
  font-size: 2.5rem;
}
.footer-shop-info {
  width: 35rem;
}
.footer-shop-info p {
  font-size: 1.6rem;
  letter-spacing: 0.08rem;
  text-align: left;
}
small {
  font-size: 1.4rem;
}
/* 下層ページ共通CSS
下層ページMV非表示 */
.under-page-mv {
  display: none;
}

/* PCトップに戻るボタン */
#page-top-button {
  position: fixed;
  width: 6rem;
  height: 6rem;
  background-color: #c9998d;
  bottom: 0;
  right: -6rem;
  transition: all 0.3s ease;
}
#page-top-button.show {
  right: 0;
}
#page-top-button a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
#page-top-button a::before {
  content: '';
  position: absolute;
  display: block;
  height: 1.5rem;
    width: 1.5rem;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(56%) rotate(-45deg);
    margin-bottom: 1rem;
    left:2.1rem;
    top: 1.3rem;
}

/* 出前・お持ち帰り遷移ボタン */
#top__takeout-link-button {
  position: fixed;
  display: flex;
  box-sizing: border-box;
  box-shadow: #000000 0.8px 1px 0;
  width: 5.7rem;
  height: 19.5rem;
  border: solid #000 1px;
  bottom: 10rem;
  right: 0.2rem;
  right: -5.7rem;
  transition: all 0.3s ease;
  z-index: 999;
}
#top__takeout-link-button.show {
  right: 0.1rem;
}
#top__takeout-link-button a {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.35rem;
  writing-mode: vertical-rl;
  padding: 1.8rem 1.8rem 1.6rem 1.2rem;
  max-height: 100%;
  width: 100%;
  color: #000;
  white-space: nowrap;
}
/* PC途中から出てくるナビゲーションメニュー */
#pc-nav-menu-fade {
  z-index: 999;
  background-color: #fff;
  position: fixed;
  display: none;
  display: flex;
  justify-content: center;
  top: -8rem;
  width: 100%;
  height: 6.5rem;
  color: #000000;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
#pc-nav-menu-fade.show {
  top: 0;
}
.pc-nav-menu-fade__wrapper {
  display: flex;
  justify-content: center;
  width: 116rem;

}
.pc-nav-fade {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pc-nav-fade li {
  padding-right: 4rem;
}
.pc-nav-fade li a {
  font-size: 1.9rem;
  letter-spacing: 0.14rem;
  color: #333333;
}
.pc-nav-fade li a:hover {
  opacity: 0.7;
}
.pc-nav-menu-fade__phone-wrapper {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding-left: 9rem;
}
.pc-nav-menu-fade__phone {
  font-size: 1.4rem;
  letter-spacing: 0.15rem;
  padding: 0 0.2rem 0.7rem 0;
  
}
.pc-nav-menu-fade__phone-number-wrapper {
  display: flex;
}
.pc-nav-menu-fade__icon {
  display: block;
  width: 1.3rem;
  height: 1.8rem;
  margin: 0.3rem 0.2rem 0 0;
}
.pc-nav-menu-fade__icon img {
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
.pc-nav-menu-fade__phone-number-wrapper p {
  font-size: 2.0rem;
  letter-spacing: 0.16rem;
  padding-left: 0.2rem;
}
.pc-nav-menu-fade__phone-number-wrapper p a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
}