/*
 Theme Name:   simple
 Template:     onepress
*/

html,body,.c-bar-menu{
	position: relative;
	font-family: "Zen Kaku Gothic New","Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
button {
	outline: none!important;
	border:none!important;
	text-decoration: none!important;
}
button:focus{
	outline: none!important;
	border:none!important;
	text-decoration: none!important;
	box-shadow: none!important;
}
img{max-width:100%;width:100%;}
h1,h2,h3,h4,h5,p,label{margin:0;font-family: "Zen Kaku Gothic New","Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;}
p{
	line-height: 1.75em;
	letter-spacing: -0.01vw;
	text-align: justify;
	text-align-last: left;
}
label{margin-bottom:0;}
body{
	position:relative;
	height: auto;
	color:#181819;
}
a{transition:all 0.3s;}
a:hover{opacity:0.6;text-decoration: none!important;}

/* CSS Document */
h2,h3,p,label{
	font-feature-settings: "palt";
}
h1,h2,h3{
	letter-spacing: 0.1vw;
	line-height: 3vw;
	/*white-space: nowrap;*/
}

.pc{display:inline-block;}
.sp{display:none!important;}
@media(max-width:750px){
	.pc{display:none!important;}
	.sp{display:inline!important;}
	h1,h2,h3{
		line-height: 8vw;
	}
}
/* ===================================
   Font size utility classes
   PC（デフォルト）
   =================================== */

/* 16px〜40px（2px刻み） */
.fs16 {font-size: clamp(8px, 1vw, 16px);}
.fs18 {font-size: clamp(8px, 1.1vw, 18px);}
.fs20 {font-size: clamp(8px, 1.2vw, 20px);}
.fs22 {font-size: clamp(8px, 1.225vw, 22px);}
.fs24 {font-size: clamp(8px, 1.25vw, 24px);}
.fs26 {font-size: clamp(10px, 1.3vw, 26px);}
.fs28 {font-size: clamp(10px, 1.4vw, 28px);}
.fs30 {font-size: clamp(14px, 1.5vw, 30px);}
.fs32 {font-size: clamp(16px, 1.6vw, 32px);}
.fs34 {font-size: clamp(16px, 1.7vw, 34px);}
.fs36 {font-size: clamp(16px, 1.8vw, 36px);}
.fs38 {font-size: clamp(16px, 1.9vw, 38px);}
.fs40 {font-size: clamp(18px, 2vw, 40px);}
.fs42 {font-size: clamp(18px, 2.3vw, 42px);}

/* 45px〜100px（5px刻み） */
.fs45 {font-size: clamp(18px, 3vw, 45px);}
.fs50 {font-size: clamp(24px, 3.5vw, 50px);}
.fs55 {font-size: clamp(24px, 4vw, 55px);}
.fs60 {font-size: clamp(36px, 4.5vw, 60px);}
.fs65 {font-size: clamp(38px, 5vw, 65px);}
.fs70 {font-size: clamp(40px, 5.5vw, 70px);}
.fs75 {font-size: clamp(42px, 6vw, 75px);}
.fs80 {font-size: clamp(44px, 6.5vw, 80px);}
.fs85 {font-size: clamp(46px, 7vw, 85px);}
.fs90 {font-size: clamp(48px, 7.5vw, 90px);}
.fs95 {font-size: clamp(50px, 8vw, 95px);}
.fs100 {font-size: clamp(52px, 8.5vw, 100px);}
@media(max-width:750px){
  /* 16px〜40px（2px刻み） */
  .fs16 { font-size: 2.8vw; }
  .fs18 { font-size: 2.9vw; }
  .fs20 { font-size: 3vw; }
  .fs22 { font-size: 3.05vw; }
  .fs24 { font-size: 3.1vw; }
  .fs26 { font-size: 3.4vw; }
  .fs28 { font-size: 3.7vw; }
  .fs30 { font-size: 4vw; }
  .fs32 { font-size: 4.1vw; }
  .fs34 { font-size: 4.2vw; }
  .fs36 { font-size: 4.3vw; }
  .fs38 { font-size: 4.4vw; }
  .fs40 { font-size: 4.5vw; }
  .fs42 { font-size: 4.6vw; }

  /* 45px〜100px（5px刻み） */
  .fs45 { font-size: 4.75vw; }
  .fs50 { font-size: 5vw; }
  .fs55 { font-size: 5.5vw; }
  .fs60 { font-size: 6vw; }
  .fs65 { font-size: 6.5vw; }
  .fs70 { font-size: 7vw; }
  .fs75 { font-size: 7.5vw; }
  .fs80 { font-size: 8vw; }
  .fs85 { font-size: 8.5vw; }
  .fs90 { font-size: 9vw; }
  .fs95 { font-size: 9.5vw; }
  .fs100 { font-size: 10vw; }
	
	label,p{
		letter-spacing:0.01vw;
		line-height: 7.5vw;
	}
	h3,h2{
		letter-spacing:0.01vw;
		line-height: 9.5vw;
	}
}
/*以下ヘッダー*/
/* 「ご予約はコチラ」ボタン */
.to-yoyaku{
	width: 7vw;
    aspect-ratio: 1/1;
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 7vw;
    z-index: 9990;
    transition: all 0.5s;
}
.to-yoyaku img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.c-hamburger-menu {
	width: 7vw; /* ボタンの幅 */
	aspect-ratio:1/1;
	background-color: #8b8c88; /* 背景色 */
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1% 1% 0.5%;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9998;
	text-align: center;
	transition: all 0.5s;
	gap: 9%;
}

.c-hamburger-menu .c-bar {
  height: 4px;
  width: 70%;
  background-color: white;
  margin: 2px 0; /* マージンを少し増やして調整 */
  transition: all 0.3s ease;
  border-radius: 20px;
}
.c-bar-menu{color:white;}

/* "MENU" テキストのスタイル */
.c-menu-text {
	color: #333;
	position:absolute;
	bottom:0;
}

/* ホバー時のスタイル変更（オプション） */
.c-hamburger-menu:hover {
	background-color: #3f403c;
	/*opacity: 0.6;*/
}

.c-hamburger-menu:hover .c-bar {
  /*background-color: #003165;*/
}

/* メニューがアクティブな時のスタイル */
.c-hamburger-menu.active .c-bar:nth-child(1) {
	opacity:0;
}
.c-bar-menu::before {
  content: "MENU";
  display: inline-block;
  transition: opacity 0.3s;
}
.c-hamburger-menu.active .c-bar-menu::before{
	content:"CLOSE";
}
.active{
	background-color:#3f403c;
}
.c-hamburger-menu.active .c-bar:nth-child(2) {
	margin-top:-10%;
}
.migi{width:4%;}
#humberger-menu {
}

#humberger-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}
#humberger-menu li{
	width:100%;
	margin-bottom: 1.25vw;
}
#humberger-menu a {
	width:100%;
	text-decoration: none;
	color: #181819;
	font-weight: 400;
	letter-spacing: 0.08em;
	transition: opacity 0.3s;
	padding-left: 1vw;
	padding-bottom: 1vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#humberger-menu h2,#humberger-menu a{
	line-height: 1em!important;
}
#humberger-menu a:hover {
	opacity: 0.7;
	text-decoration: none;
	color:#181819;
}

#c-menubox {
  background-color: #d9d0c1;
  width: 35%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9990;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0; /* 初期状態で透明にする */
  transform: scale(0.95); /* 初期状態で少し小さくする */
  transition: opacity 0.5s ease, transform 0.5s ease; /* ふわっと表示させるためのトランジション */
}

/* メニューが表示される時のスタイル */
#c-menubox.show {
	opacity: 1;
	transform: scale(1);
	/*overflow-y: scroll;*/
}

/*ハンバーガーメニューを開いた時のコンテンツとか*/
	#humberger-logo{width:35%;margin: auto;display: block;}
	#humberger-yoyaku{width:50%;margin: 1.5vw auto; display: block;}
	#humberger-yoyaku2{width:50%;margin: 1.5vw auto; display: block;}
	#humberger-menu{width:50%;margin: auto;}
	#humberger-menu a{
		border-bottom:1px solid #8b8c88;
		height: 100%;
		font-weight: 500;
}
	#humberger-address{}
	#humberger-language{}
/*ハンバーガーここまで*/

/*ハンバーガーオープン時のそれ以外の半透明や動きの制限*/
#menu-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0); /* 初期は透明 */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  z-index: 10; /* メニューの下・全要素の上に */
}

#menu-overlay.active {
  background: rgba(255,255,255,0.7); /* 半透明の暗幕 */
  opacity: 1;
  pointer-events: auto; /* クリック遮断ON */
}
/*ハンバーガーオープン時のそれ以外の半透明や動きの制限　ここまで*/

/*ノーマルヘッダーここから*/
.header-menu {
	background-color: transparent;
	text-align: center;
	padding: 2.5% 0 1.5%;
	width:100%;
	position:absolute;
	top: 0;
	z-index: 3;
}

.header-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	/* gap: clamp(12px, 2vw, 32px);*/
}
.header-menu a {
	text-decoration: none;
	color: #3f403c;
	font-weight: 500;
	letter-spacing: 0.08em;
	transition: opacity 0.3s;
	padding-right: 2vw;
	padding-left: 2vw;
	border-right: 1px solid #8b8c88;
}
#header-logo{
    width: 15%;
    display: block;
    margin: auto auto 3%;
    border-right: none;
}
.header-menu h2,.header-menu a{
	line-height: 1em!important;
}
.header-menu li:last-of-type a{border-right: unset;}

.header-menu a:hover {
	text-decoration: none;
	color:#808080;
}
@media(max-width:750px){
	.c-hamburger-menu {
		width: 15vw;
	}
	#c-menubox {
		width: 100%;
		align-items: flex-start;
	}
	#humberger-logo{width:50%;}
	#humberger-yoyaku{
		width:65%;
   		margin: 10vw auto 4vw;
	}
	#humberger-yoyaku2{
		width:65%;
   		margin: 0 auto 10vw;
	}
	#humberger-menu{width:80%;}
	#humberger-menu a {
    	padding-left: 3vw;
		padding-bottom: 4vw;
		font-weight: 600;
	}
	#humberger-menu li {
		margin-bottom: 5vw;
	}

	/* 「ご予約はコチラ」ボタン */
	.to-yoyaku{
		width: 15vw;
		right: 15vw;
		top: 0;
	}

	.migi {
		width: 3%;
	}
	.header-menu nav{display:none;}
	.header-menu{
		height:15vw;
		background-color:#f2efe9;
	}
	#header-logo {
    	width: 40%;
		margin: auto auto auto 5%;
	}
	.c-hamburger-menu {
		gap: 3%;
	}
	.c-bar-menu{
		line-height: 1em;
		margin-top: 10%;
	}
}
.menu-gray{color:#808080!important;}
/*ヘッダーここまで*/
/*****************************************************************************************/
/*以下フッター*/
/* -------------------------------
   フッター全体
--------------------------------*/
.footer {
	width: 100%;
	color: #fff;
}

/* 上段メニュー */
.footer-menu {
	background-color: #3f403c;
	text-align: center;
	padding: 3%;
	width:100%;
}

.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-flex;
	flex-wrap: wrap;
	/* gap: clamp(12px, 2vw, 32px);*/
}
.footer-menu h2{
	color:white;
	margin-bottom: 2%;
}
.footer-menu a {
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	letter-spacing: 0.08em;
	transition: opacity 0.3s;
	padding-right: 2vw;
	padding-left: 2vw;
	border-right: 1px solid white;
}

.footer-menu h2,.footer-menu a{
	line-height: 1em!important;
	
}
.footer-menu li:last-of-type a{border-right: unset;}

.footer-menu a:hover {
	opacity: 0.7;
	text-decoration: none;
	color:white;
}
footer p{color:white!important;}

/* 下段ロゴ・情報 */
.footer-bottom {
	background-color: #181819;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding: clamp(12px, 2vw, 24px);
	gap: clamp(20px, 4vw, 60px);
}

.footer-logo {
	width:12%;
}

.footer-info {
	text-align: left;
	line-height: 1.8;
}
.footer-bottom p{
	line-height:2vw;
	margin-bottom:0;
}
@media(max-width:750px){
	.footer-bottom{
		display:block;
		padding:12.5% 0;
	}
	.footer-logo{
		width:40%;
		margin: auto auto 5%;
	}
	.footer-bottom p{
		text-align: center;
		text-align-last: center;
		line-height: 6.5vw;
	}
	.footer-check{margin-bottom:5%;}
	.c-menubox{padding-top:20vw;}
}
/*フッターここまで*/
/*****************************************************************************************/
.page-header{display:none;}

.kimidori{color:#c3d600;}
.kuro{color:#1a1a1a;}
span{display:inline-block;}
p{margin-bottom:0;}
p,a{font-weight: 500;}

/*スクロールフェードイン*/
/*フェードインしてほしい要素にjs-fadeをいれてね*/
.js-fade, .js-fade-delay , .js-fade-delay2 {
	opacity: 0;
	visibility: hidden;
	transform: translateY(50px);
	transition: opacity 1s, visibility 1s, transform 1s;
}
.scroll {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}
.js-fade-delay.scroll {
	transition-delay: 0.5s; /* 0.5秒遅延 */
}
.js-fade-delay2.scroll {
	transition-delay: 0.8s; /* 0.8秒遅延 */
}
@media(max-width:750px){
	h2,h3{font-weight:600!important;}
	p{line-height: 5.5vw;}
}

#secondary{
	display:none;
}