@charset "utf-8";
/* CSS Document */


/* ========================
   Reset (ベーシックリセット)
   ======================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* ========================
   Base (基本スタイル)
   ======================== */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "cochin","EB Garamond","Palatino Linotype","Baskerville","Yu Gothic", "Hiragino Kaku Gothic ProN", "繝｡繧､繝ｪ繧ｪ", sans-serif;
  line-height: 1.5;
  color: #483D3D;
  background: linear-gradient(to bottom, #fff, #f0f0f0);
}

ul{
		padding-left: 2rem;
}

/* フェードインの基本 */
.fade-in {
  animation: fadeInEffect 0.5s ease-out both;
}

@keyframes fadeInEffect {
  0% {
    opacity: 0;
    filter: blur(8px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.kugiri{
  margin: 0 auto;
}

.kugiri img{
	display: block;
	width: 100%;
	margin: 1rem auto;
	padding: 0 10%;
}

.kugiri-s{
	display: block;
	width: 80%;
	margin: auto;
}

.tac{
	text-align: center;
}

.tar{
  text-align: right;
}

.l-text{
  font-size: 2rem;
}

.m-text{
	font-size: 1.4rem;
}

.s-text{
  font-size: 1rem;
}

.notice{
  font-size: 0.8rem;
}

.news{
  background-image: url("../item/wakuhaikei.png");
  background-position: center;
  background-size: 100% 100%;
  padding: 2rem 3rem !important;
}

.newstext{
  color: crimson;
}

.reservetext{
  margin-top: 1rem;
}

.textshadow{
  color: #333;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	font-style: italic;
}

.text-margin{
  margin-bottom: 2rem !important;
}

/* ========================
   Links
   ======================== */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:linked{
  text-decoration: none;
}

hr{
  margin-bottom: 50px;
}

/* ========================
   Layout
   ======================== */
.container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 50px 10% 25px;
  
  flex: 1;

  display: flex;               /* Flexboxを有効にする */
  flex-direction: column;      /* 要素を縦に並べる */
  justify-content: space-between; /* 上下に等距離で配置 */
  height: 100%;                /* 高さを100%に設定 */
}

.menu-container{
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-sizing: border-box;
  border: 2px solid #333;
  padding: 3rem 1.5rem;
  margin: auto;
  background: 
    url("../item/wakutopleft.svg") top left / 60px 60px no-repeat,
    url("../item/wakutopright.svg") top right / 60px 60px no-repeat,
    url("../item/wakubottomleft.svg") bottom left / 60px 60px no-repeat,
    url("../item/wakubottomright.svg") bottom right / 60px 60px no-repeat;
  background-color: #fff;
  position: relative;
}

.menu-title{
	text-decoration: underline;
	text-align: center;
}

.price{
	font-weight: 700;
	font-size: 1.2rem;
}

section:nth-of-type(even){
	background-color:#F5F1EF; 
}

section:nth-of-type(odd){
	background-color:#fff; 
}

.bgcw{
	background-color:#fff !important;
}

.bgc{
	background-color:#F5F1EF !important; 
}

.panel{
  display: flex;        
  flex: 1 1 50%;
  flex-direction: column;
  justify-content: flex-start; /* 並びを上からにする */
}

.panel-wrap{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
  display: flex;
  flex-wrap: wrap; /* 謚倥ｊ霑斐＠繧定ｨｱ蜿ｯ */
  align-items: stretch; /* 鬮倥＆繧呈純縺医ｋ */
}

.panel .container {
  flex: 1;
  display: flex;
  flex-direction: column;
}


/* ========================
   Header
   ======================== */
header {
  background-color: #FAF7F7;
  color: #fff;
  text-align: center;
}

.title-bar-container{
	background-color: rgba(196, 184, 175, 0.5);
	position: fixed;
	width: 100%;
  z-index: 900;
}

.title-space{
	height: 72px;
}

.title-bar {
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
	height: 72px;
	display: flex;
	align-items: center;
	padding: 0 5%;
	box-sizing: border-box;
}

.mark img{
	width: auto;
	height: 60px;
	display: block;
	margin: auto;
}

.title{
  	margin: 0 1rem;
}

h1 a{
  color: #fff;
	font-size: 3.2rem;
	font-weight: 100;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-style: italic;
}

h1 a:hover{
  text-decoration: none;
}

.nav-menu {
	margin-left: auto;
	margin-right: 0;
	display: block;
}

.catchcopy-bar-container{
	background-color: #B76372;
}

.catchcopy-bar{
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	height: 48px;
	box-sizing: border-box;
	color: #fff;
	display: flex;
  justify-content: center; /*横方向中央揃え*/
  align-items: center;     /*縦方向中央揃え*/
  font-family: "HGP譏取悃E";
}

.hero-image img{
	width: 100%;
  height: 100%;
	max-width: 1080px;
	padding: 1% 10%;
	box-sizing: border-box;
}

/* ========================
   Navigation
   ======================== */

.hamburger,.footer-nav-sp,.side-menu{
	display: none;
}

.btnbg{
  background-image: url("../item/waku3.png");
  background-size: 100% 100%;
  padding: 0.5rem 2rem;
}

nav ul {
  display: flex;
  justify-content: center;
  gap: .5rem;
	list-style-type: none;
}

nav a , nav p{
  color: #707070;
}

.float-button-container {
	position: fixed;
	top: 81px; /* 画面下からの距離 */
	right: 0px; /* 画面右からの距離 */
	z-index: 1000; /* 必要に応じて他の要素の上に表示 */
  overflow: hidden;   /* 枠外の表示をカットする */
	border-radius: 30px 0 0 30px; 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
}

.float-button-container-sp{
	display: none;
  position: relative;
  overflow: hidden;   /* 枠外の表示をカットする */
	border-radius: 30px; 
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
}

.float-button {
	display: block;
	padding: 0.5rem 1rem;
  background: linear-gradient(45deg, #ffd700, #ffcc00, #b8860b);
	color: #fff; 
	border: none;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
}

.float-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-20deg);
  animation: shine 2.5s infinite;
}

@keyframes shine {
  0% {
    left: -25%;
  }
  100% {
    left: 125%;
  }
}


/* ========================
   Main Content
   ======================== */
main {
}

.section-title{
	text-align: center;
	background-image: url("../item/waku2.png");
	background-size: contain;
	background-position: center;
	margin-bottom: 2rem;
  font-weight: 100;
}

.child-section-title h2{
	text-align: center;
	background-size: contain;
	background-position: center;
}

.child-section-title img{
	display: block;
	margin: auto;
	max-width: 60%;
}

.child-section-title :last-child {
	margin-bottom: 50px;
}

.section-contents{
	display: flex;
  flex-wrap: wrap; 
	box-sizing: border-box;
}

.section-text,.section-img{
	box-sizing: border-box;
  margin: auto;
}

.section-text{
	padding: 1rem;
}

.section-img{
  width: 50%;
  }

.menu-section-img{
	width: 80%;
	margin: 0 auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); 
}

.section-text p{
	margin-bottom: 1rem;
}

.section-img img{
	display: block;
  width: 100%;
  margin: auto;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); 
}

.section-btn{
	text-align:center;
	margin: auto;
	padding: 0.5rem 0;
	background-color: #C7AD8F;
	width: 200px;
	border-radius: 30px 30px; 
  margin-top: 50px;           /* 上からのスペースを自動で調整 */
  margin-bottom: 25px;        /* 下からのスペースを自動で調整 */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
}

.section-btn a{
  color: #fff;
}

.reserve-bgc{
	background-color: #F3CCCA !important;
}

.voicetitle{
  background: #fd7e00;
  color:#fff;
  padding: 5px;
}

.voicecomment{
  font-weight: 700;
}

.line-btn {
	text-align: center;
	margin-top: 1rem;
}

.line-btn img{
  width: 232px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); 
}

table{
  background-color: #fff;
}

.instatitle {
  display: flex;
  align-items: flex-end; 
  margin-bottom: 2rem;
}

.instatitle a:hover {
  text-decoration: none;
}


h3 img.instalogo {
  height: 48px;
  width: auto;
  margin-right: 1rem;
}

h3 span {
  margin: 0; 
  line-height: 1; 
}

.image-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: flex-start;
}

.image-box {
  position: relative; 
  flex: 1 1 calc(33.333% - 1rem);
  max-width: calc(33.333% - 1rem);
  background:
    url("../item/wakutopleft.svg") top left / 60px 60px no-repeat,
    url("../item/wakutopright.svg") top right / 60px 60px no-repeat,
    url("../item/wakubottomleft.svg") bottom left / 60px 60px no-repeat,
    url("../item/wakubottomright.svg") bottom right / 60px 60px no-repeat;
  background-color: #fff;
  box-sizing: border-box;
  height: auto;  /* 高さ固定 */
  overflow: hidden; /* はみ出し防止 */
  border-radius: 8px; 
}

/* 画像は枠内にフィット＆トリミング */
.image-box img {
  width: 80%;
  object-fit: cover;
  display: block;
  margin: 2rem auto;
}

.image-box .caption {
  width: 80%;
  margin: 2rem auto;
  display: -webkit-box;
  -webkit-line-clamp: 3;   /* 最大3行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  color:#000;
}

.image-box .caption:hover {
  color: #000;
  text-decoration: none;
}

.follow {
  text-align: center;
  padding: 2rem 0 0; 
  box-sizing: border-box;
}

.follow-btn {
  display: inline-block;
  padding: 12px 24px;
  border: 2px solid #000;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease;
}

.follow-btn:hover {
  background-color: #f0f0f0;
}

/* ========================
   Footer
   ======================== */
footer {
  background-color: #483D3D;
  color: #ccc;
  text-align: center;
}

.footer-title{
	padding: 1rem 0 0;
	font-size: 2.2rem;
	text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
  font-style: italic;
}

.footer-space{
	height: 1rem;
	background-color: #B79D9D;
}

.footer-nav-pc{
	background-color: #fff;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-mark img{
	margin-top: 2rem;
	background-color: #fff;
}

/* モバイル共通（〜1024px） */
@media screen and (max-width: 1024px) {

	.body{
  	font-size: 14px;
		line-height: 1.6rem;
	}	
	
	.panel{
		width: 100%;
	}

	.section-text,.section-img{
		box-sizing: border-box;
		width: 100%;
		padding: 1rem;
	}	
	
	.nav-menu,.footer-nav-pc,.side-menu{
		display: none;
	}
	
	nav ul{
		display: block;
	}
	
	nav.footer-nav-sp ul li a{
		background-color: #fff;
		width: 100%;
		height: 64px;
		display: flex;
		justify-content: center; /* 横方向中央揃え */
  	align-items: center;  /* 縦方向中央揃え */
	}

/* ========================
   hamburger menu
   ======================== */
	
  .hamburger {
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-around; /* ← 均等に配置 */
    align-items: flex-start;       /* ← 左寄せ */
    cursor: pointer;
    padding: 0;                    /* paddingは不要 */
    z-index: 10000;
  }

  .hamburger span {
    display: block;
    height: 4px;
    background-color: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  /* 1本目（上） */
  .hamburger span:nth-child(1) {
    width: 100%;
  }

  /* 2本目（中）と3本目（下） */
  .hamburger span:nth-child(2),
  .hamburger span:nth-child(3) {
    width: 70%;
  }

  /* バツ印に変化させる */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(9px, 9px);
    width: 100%;
    background-color: #fff;
  }
  
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(9px, -10px);
    width: 100%;
    background-color: #fff;
  }


  /* スライドインするメニュー */
  .side-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6); 
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.4s ease;
    z-index: 1000;
    backdrop-filter: blur(4px);
  }

 /* メニュー表示 */
  .side-menu.active {
    right: 0;
  }

 /* メニュー内容 */
  .side-menu ul {
    list-style: none;
    text-align: center;
    padding: 0;
  }
  .side-menu li {
    margin: 20px 0;
  }
  .side-menu a {
    color: white;
    text-decoration: none;
    font-size: 1.5rem;
  }
  
  .side-menu img{
    width: auto;
  	height: 60px;
    background-color: #fff;
    margin-top: 2rem;
  }
  
  .side-menu p{
    color: #fff;
  }
    
  .footer-nav-sp{
    display: block;
  }  

  .footer-nav-sp ul{
    padding-left: 0rem;
  }    
  
  .footer-nav-sp a{
    background-image: url("../item/yoko.png");
    background-repeat: no-repeat;
    background-size: 95%;
    background-position: bottom center;  
    padding-bottom: 16px;
  }
  
  .footer-nav-sp ul li:last-child a{
    background-image: none;
  }  

  .footer-nav-sp ul li:first-child a{
    padding-top: 16px;
  }  
    
	.container {
		margin: 0 auto;
		padding: 50px 5% ;
	}
	
	.kugiri img{
		padding: 0 ;
    margin: auto;
	}

	.section-btn{
		margin-top: 25px;
	}
	
	.title{
		margin: 0 0 0 1rem;
	}
  
  h1 a{
		font-size: 2.4rem;
  }
	
	.hero-image img{
		padding: 0;
	}

	.float-button-container-sp{
		display: flex;
    margin-right: 1rem;
    margin-left: auto;
  }
	
	.float-button-container {
		display: none;
	}
		
	.float-button {
    padding: 0.25rem 1rem;
    margin: auto;
	}
  
  .child-section-title img{
    max-width: 80%;
  }
      
  .menu-container{
    max-width: 384px;
  }
  
}

/* スマホ　〜768px */
@media (max-width: 768px) {
  .image-flex {
    gap: 2rem;          
  }
	
  .image-box {
    flex: 1 1 100%;
    max-width: 100%;
    height: auto;  
  }
	
  .image-box img {
    height: auto;
    object-fit: contain;
  }
  
  .panel{
    flex:none;
  }
  
  .bgcw{
  	background-color:#F5F1EF !important;  
  }

  .bgc{
  	background-color:#fff !important;
  }
  
}
	
/* タブレット481px〜1024px */
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .hero-image img{
		padding: 0 5%;
	}

  .container {
		padding: 50px 5% ;
	}

  .footer-nav-sp a{
    background-size: 50%;
  }
  
  .menu-container{
    max-width: 768px;
  }
  
}
