@charset "UTF-8";
/*
Theme Name: MY THEME 
Author: Aini-ku
Description: Aini-kuオリジナルテーマ
Version: 1.10(2023.2 最新版)
*/


/* ===========================================
 メモ（memo）
 * ======================================== */
/*background-image: url("images/arrow_icon.png");*/

/* ===========================================
 共通（common）
 * ======================================== */
html {
	scroll-behavior: smooth;
}

html,
body {
	overflow-x: clip;
}

[id] {
	scroll-margin-top: 120px;
	/* スクロール時に要素が隠れるのを回避 */
}

body {
	margin: 0;
}

img {
	max-width: 100%;
	height: auto;
}


:root {
	--main-bg-color: #F9F4EC;
	--orange-bg-color: #DA4B2C;
	--jp-sans: "Noto Sans JP", sans-serif;
}



/* 枠組み（container）
------------------------------------------ */
.wrapper {
	width: 100%;
	max-width: 100dvw;
}

.container {
	width: 100% !important;
	padding: 3% 15%;
	overflow: hidden;
}

@media (max-width: 960px) {
	.container {
		padding: 3% 7%;
	}
}

@media screen and (max-width:640px) {
	.container {
		padding: 3%;
	}

}

/* レスポンシブ（responsive）
------------------------------------------ */
.pc {
	display: block !important;
}

.pc_960 {
	display: block !important;
}

.pc_720 {
	display: block !important;
}

.pc_640 {
	display: block !important;
}

.sp {
	display: none !important;
}

.sp_960 {
	display: none !important;
}

.sp_720 {
	display: none !important;
}

.sp_640 {
	display: none !important;
}

.sp_390 {
	display: none !important;
}

@media screen and (max-width:960px) {
	.sp_960 {
		display: block !important;
	}

	.pc_960 {
		display: none !important;
	}
}

@media screen and (max-width:720px) {
	.sp_720 {
		display: block !important;
	}

	.pc_720 {
		display: none !important;
	}
}

@media screen and (max-width:640px) {
	.sp_640 {
		display: block !important;
	}

	.pc_640 {
		display: none !important;
	}
}

@media screen and (max-width:520px) {
	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}
}

/*小さいスマホ*/
@media (max-width: 390px) {
	.sp_390 {
		display: block !important;
	}
}


/* FLEX（flex）
------------------------------------------ */
.flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.flex-between {
	justify-content: space-between;
}

.flex-center {
	justify-content: center;
}

.flex-start {
	justify-content: start;
}

.flex-align-start {
	align-items: start;
}

.flex-item10 {
	width: 10%;
}

.flex-item20 {
	width: 20%;
}

.flex-item25 {
	width: 25%;
}

.flex-item30 {
	width: 33%;
}

.flex-item45 {
	width: 45%;
}

.flex-item60 {
	width: 60%;
}

.flex-item70 {
	width: 70%;
}

@media screen and (max-width:520px) {

	.flex-item10,
	.flex-item20,
	.flex-item25,
	.flex-item30,
	.flex-item45,
	.flex-item60,
	.flex-item70 {
		width: 100%;
	}
}

/* POSITION（position）
------------------------------------------ */
.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

/* WIDTH（width）
------------------------------------------ */
.w-80 {
	width: 80%;
}

.w-90 {
	width: 90%;
}

/* ===========================================
 アニメーション（anime）
 * ======================================== */
.fade {
	opacity: 0;
}

.fadeAnime {
	animation-name: fadeAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 1;
}

@keyframes fadeAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeDown {
	opacity: 0;
}

.fadeDownAnime {
	animation-name: fadeDownAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

@keyframes fadeDownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeUp {
	opacity: 0;
}

.fadeUpAnime {
	animation-name: fadeUPAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUPAnime {
	from {
		opacity: 0;
		transform: translateY(20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*左から右にフェードイン*/
.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeInAnime {
	0% {
		opacity: 0;
		transform: translateX(-20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/*右から左にフェードイン*/
.fadeIn2 {
	animation-name: fadeInAnime2;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeInAnime2 {
	0% {
		opacity: 0;
		transform: translateX(20px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

/*拡大フェードイン*/
.fadeScale {
	animation-name: fadeScaleAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeScaleAnime {
	0% {
		opacity: 0;
		transform: scale(0.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}

/*マーカー（蛍光ペン）アニメーション*/
.point {
	background: linear-gradient(transparent 70%, #FFBC4B 70%);
	display: inline;
	/* 背景の繰り返しを停止 */
	background-repeat: no-repeat;
	/* マーカーの横方向を0にして縮める */
	background-size: 0% 100%;
	/* マーカーが引かれる速度を指定 */
	transition: background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.point.on {
	/* 横方向を100%にして、マーカーを引く */
	background-size: 100% 100%;
}

/* ===========================================
 ヘッダー（header）
 * ======================================== */
.header {
	position: relative;
	width: 100%;
	height: 9vh;
	max-height: 150px;
	background: #F9F4EC;
	padding-left: 2%;
	box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.2);
	font-family: "Noto Sans JP", var(--jp-sans);
}

/* 固定表示時の状態 */
.header.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	transform: translateY(0);
	opacity: 1;
}

/* アニメーションで上からスッと現れる */
.header.slide-in {
	transform: translateY(-100%);
	opacity: 0;
	animation: slideDown 0.7s ease forwards;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}


.header .title img {
	width: 95%;
}

.header .title:hover {
	opacity: 0.8;
}

.header .menu_ul {
	display: flex;
	align-items: center;
}

.header .menu_ul li {
	list-style: none;
}

.header .menu_ul li a {
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: black;
	font-weight: 600;
	margin: 0 9px;
}

.header .menu_ul li:not(#menu-item-12) a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 0%;
	height: 1px;
	background-color: currentColor;
	transition: width 0.3s ease;
}

/* menuホバーで左→右に下線を伸ばす */
.header .menu_ul li:not(#menu-item-12) a:hover::after {
	width: 100%;
}


/*ご予約はこちら*/
.header #menu-item-12 {
	background: var(--orange-bg-color);
	padding: 10px;
	border-radius: 7px;
	font-weight: bold;
	margin-left: 10px;
}

.header #menu-item-12 a {
	color: #fff;
	display: inline-flex;
	align-items: center;
	gap: .6em;
	text-decoration: none;
}

.header #menu-item-12 a::after {
	position: static;
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	border-radius: 50%;
	vertical-align: middle;
	background: #fff url("images/arrow_icon.png") center/10px no-repeat;
	transition: transform .15s ease, box-shadow .15s ease;
}

.header #menu-item-12:hover {
	background: #DA992C;
}

.header #menu-item-12 a:hover::after {
	transform: translateY(-1px);
	background: #fff url("images/arrow_icon3.png") center/10px no-repeat;
}

/*言語切り替えボタン*/
.langbutton_box {
	background: #FE7419;
	height: 9vh;
	margin-left: 15px;
	clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%);
}

.langbutton {
	width: 160px;
	height: 9vh;
	font-size: 13px;
	padding: 0 10px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.langbutton select {
	background: url('https://takayama-foodsample.com/wp-content/themes/mytheme-new/images/langage_icon.png') no-repeat left center;
	background-size: 18px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.1em;
	font-weight: bold;
	border: none;
	outline: none;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.langbutton select option{
	color:black;
}
.langbutton select:focus {
	outline: none;
	box-shadow: none;
}

.langbutton select:hover {
	opacity: 0.8;
}

@media screen and (max-width:960px) {
	.header.flex {
		justify-content: center;
		padding-left: 0;
	}

	.header .title {
		margin-bottom: 10px;
	}

	.header.flex .flex-item20 {
		width: 35%;
	}

	.header .menu {
		justify-content: center;
	}

	.langbutton_box {
		position: absolute;
		top: 63px;
		right: 0;
		background: transparent;
		margin-left: 0;
		z-index: 999;
		clip-path: none;
	}

	.langbutton {
		width: 100%;
	}

	.langbutton select {
		background: url('https://takayama-foodsample.com/wp-content/themes/mytheme-new/images/langage_icon2.png') no-repeat left center;
		background-size: 18px;
		background-position: 5px center;
		border: solid 1px black;
		border-radius: 6px;
		padding: 3px 10px 3px 28px;
		font-weight: normal;
		color: black;
		outline: invert none medium;
		background-color: #fcfcfc;
	}
}

@media screen and (max-width:768px) {
	.header.flex {
		height: auto;
	}

	.header #menu-item-12 {
		position: absolute;
		top: 110px;
		right: 10px;
		margin-left: 0;
		z-index: 999;
		clip-path: none;
	}

	.langbutton_box {
		top: 50px;
	}
}

@media screen and (max-width:660px) {
	.langbutton_box {
		top: 40px;
	}

	.header #menu-item-12 {
		top: 100px;
	}

}

@media screen and (max-width:480px) {
	.header.flex .flex-item20 {
		width: 50%;
	}

	.header .menu_ul {
		padding-inline-start: 0;
	}

	.langbutton_box {
		top: 100px;
		height: 45px;
	}

	.langbutton {
		height: 30px;
	}

	.langbutton select {
		padding: 3px 10px 3px 35px;
	}

	.header #menu-item-12 {
		top: 140px;
	}
}

@media screen and (max-width:390px) {
	.langbutton_box {
		top: 90px;
	}

	.header #menu-item-12 {
		top: 130px;
	}
}

/*ハンバーガーメニュー
------------------------------------------ */
.hamburger_logo {
	width: 50%;
}

.menu-btn {
	position: fixed;
	top: 90px;
	right: 50px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 101;
	border-radius: 50%;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 7px;
	width: 45px;
	background-color: #0071BC;
	position: absolute;
}

.menu-btn span:before {
	bottom: 15px;
}

.menu-btn span:after {
	top: 15px;
}

#menu-btn-check:checked~.menu-btn span {
	background-color: rgba(255, 255, 255, 0);
	/*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
	bottom: 0;
	transform: rotate(45deg);
	background-color: #FFFFFF;
}

#menu-btn-check:checked~.menu-btn span::after {
	top: 0;
	transform: rotate(-45deg);
	background-color: #FFFFFF;
}

#menu-btn-check {
	display: none;
}

.menu-content ul {
	padding: 80px 50px 10px 10%;
}

.menu-content ul li {
	list-style: none;
}

.menu-content ul li:not(.menu_category) {
	padding-left: 30px;
}

.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}

.menu-content ul li {
	list-style: none;
}

.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color: #ffffff;
	text-decoration: none;
	padding: 9px 15px 10px 0;
	position: relative;
}

.menu-content ul .menu_category {
	color: #FFFFFF;
	text-decoration: none;
}

.menu-content ul .menu_title h3::after {
	content: '';
	/*何も入れない*/
	display: inline-block;
	/*忘れずに！*/
	width: 50px;
	/*画像の幅*/
	height: 40px;
	/*画像の高さ*/
	background-image: url("images/arrow_icon.png");
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-left: 15px;
}

.menu-content {
	width: 30%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 100;
	background-color: black;
	opacity: 0.9;
	transition: all 0.5s;
	/*アニメーション設定*/
}

#menu-btn-check:checked~.menu-content {
	left: 70%;
}

@media screen and (max-width:520px) {
	.menu-btn {
		top: 20px;
		right: 20px;
	}

	/*スマホ時は全面表示する*/
	.hamburger_logo {
		width: 100%;
	}

	.menu-content {
		width: 100%;
	}

	#menu-btn-check:checked~.menu-content {
		left: 0;
		/*メニューを画面内へ*/
	}
}

/*ハンバーガーメニューここまで*/

/* ===========================================
 ホームページ（front-page.php）
 * ======================================== */
.front_image_container {
	position: relative;
	width: 100vw;
	height: 72vh;
	overflow: hidden;
}

/* 各レイヤー共通設定 */
.front_image_container .layer {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	will-change: opacity;
	backface-visibility: hidden;
	transform: scale(1);
	animation: 12s linear infinite;
}

/* 1枚目（A） */
.front_image_container .layer-a {
	background-image: url("images/fv_image1.jpg");
	animation-name: fadeZoomA;
}

/* 2枚目（B） */
.front_image_container .layer-b {
	background-image: url("images/fv_image2.jpg");
	animation-name: fadeZoomB;
}

@keyframes fadeZoomA {
	0% {
		opacity: 1;
		transform: scale(1.05);
	}

	40% {
		opacity: 1;
		transform: scale(1);
	}

	50% {
		opacity: 0;
		transform: scale(1);
	}

	90% {
		opacity: 0;
		transform: scale(1.05);
	}

	100% {
		opacity: 1;
		transform: scale(1.05);
	}
}

@keyframes fadeZoomB {
	0% {
		opacity: 0;
		transform: scale(1.05);
	}

	40% {
		opacity: 0;
		transform: scale(1.05);
	}

	50% {
		opacity: 1;
		transform: scale(1.05);
	}

	90% {
		opacity: 1;
		transform: scale(1.00);
	}

	100% {
		opacity: 0;
		transform: scale(1.00);
	}
}

.front_image_container .front_message {
	position: absolute;
	top: 45%;
	left: 27%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.front_image_container .front_message img {
	max-width: 45vw;
	height: auto;
}

.front h2 {
	margin-bottom: 25px;
	line-height: 1.8em;
}

.front .achievements {
	background-color: var(--main-bg-color);
	background-image: url("images/achievements_bg.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	padding: 3% 12% 8% 12%;
}

.front .achievements .achievements_title {
	position: relative;
}

.front .achievements .achievements_title .parfait {
	width: 80px;
	position: absolute;
	top: 0%;
	left: 13%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: rotate(-20deg);
}

.front .achievements h2 {
	font-weight: bold;
	color: #7A5245;
}

.front .achievements .midashi {
	display: inline-block;
	background: white;
	color: var(--orange-bg-color);
	padding: 4px 25px;
	margin: 0 10px;
	border: solid 1px black;
}

.front .achievements .image_box {
	position: relative;
	margin: 6% auto;
}

.front .achievements .image_box img {
	border-radius: 15px;
}

.front .achievements .image_box .text {
	position: absolute;
	top: 88%;
	left: 45%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 100%;
	min-width: 300px;
	max-width: 50%;
	margin: auto;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	line-height: 2.0em;
	font-weight: 600;
	opacity: 0;
	transform: translateX(-14px);
	clip-path: inset(0 100% 0 0);
}

.front .achievements .image_box.inview .text {
	animation: text-reveal 1s ease forwards;
	animation-delay: calc(var(--i) * 120ms);
}

@keyframes text-reveal {
	0% {
		opacity: 0;
		transform: translateX(-14px);
		clip-path: inset(0 100% 0 0);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
		clip-path: inset(0 0 0 0);
	}
}

.front .gaiyo {
	position: relative;
	background-color: var(--orange-bg-color);
	background-image: url('images/gaiyo_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	overflow: hidden;
}

.front .gaiyo .daikon {
	max-width: 20vw;
	height: auto;
	position: absolute;
	top: 25%;
	left: 17%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.front .gaiyo h2 {
	font-weight: bold;
}

.front .gaiyo h2 .midashi {
	font-size: 0.65em;
}

.front .gaiyo .text {
	display: inline-block;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 2.0em;
	margin-top: 25px;
}

/*4つの画像*/
.front .gaiyo .bubble-gallery {
	width: 120vw;
	margin-left: calc(50% - 60vw);
	padding-inline: 0;
	display: grid;
	grid-template-columns: repeat(4, minmax(160px, 1fr));
	gap: clamp(4px, 1vw, 12px);
	place-items: center;
	padding-block: clamp(12px, 2vw, 24px);
}

.front .gaiyo .bubble-gallery .bubble {
	max-width: 290px;
	--base-scale: 1;
	--offsetY: 0;
	animation: bobble 5.2s ease-in-out infinite both;
	transform-origin: center;
	will-change: transform;
	filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .15));
	display: block;
}

.front .gaiyo .bubble-gallery .bubble:nth-child(1),
.front .gaiyo .bubble-gallery .bubble:nth-child(4) {
	max-width: 320px;
	--base-scale: 1.3;
	/* ← サイズを1.3倍 */
	--offsetY: -90px;
	/* ← 上に浮かせる */
	z-index: 2;
}

.front .gaiyo .bubble-gallery .bubble:nth-child(2),
.front .gaiyo .bubble-gallery .bubble:nth-child(3) {
	--offsetY: 10px;
}

/* 時間差でアニメーション */
.front .gaiyo .bubble-gallery .bubble:nth-child(2) {
	animation-delay: .6s;
}

.front .gaiyo .bubble-gallery .bubble:nth-child(3) {
	animation-delay: 1.2s;
}

.front .gaiyo .bubble-gallery .bubble:nth-child(4) {
	animation-delay: 1.8s;
}

@keyframes bobble {

	0%,
	100% {
		transform: translateY(var(--offsetY)) scale(var(--base-scale));
	}

	20% {
		transform: translateY(var(--offsetY)) scale(calc(var(--base-scale) * 0.98));
	}

	40% {
		transform: translateY(var(--offsetY)) scale(calc(var(--base-scale) * 1.015));
	}

	60% {
		transform: translateY(var(--offsetY)) scale(calc(var(--base-scale) * 0.99));
	}
}

.front .gaiyo .bubble-gallery .bubble:hover {
	transform: scale(1.04);
}


.front .menu {
	background-color: var(--main-bg-color);
	padding-top: 6%;
	padding-bottom: 5%;
	overflow: hidden;
}

.front .menu .menu_title {
	position: relative;
}

.front .menu .fish {
	width: 170px;
	position: absolute;
	top: -15%;
	left: 84%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.front .menu h2 {
	font-weight: bold;
	color: #7A5245;
	margin-bottom: 8%;
}

/*メニュー切替タブ デザイン*/
.front .menu .tabs {
	--tab-bg: #e1522c;
	/* タブの塗り（赤みオレンジ） */
	--tab-fg: #fff;
	/* タブ文字色 */
	--border: #d64b29;
	/* 境界線色 */
	--panel-bg: #fff;
	/* パネル背景 */
	--surface: var(--surface);
	--radius: 14px;
	/* 角丸 */
	--gap: clamp(8px, 2vw, 18px);
	padding: clamp(10px, 2.4vw, 20px);
}

.front .menu .tabs>input[type="radio"] {
	position: absolute;
	inline-size: 1px;
	block-size: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	clip: rect(0 0 0 0);
	overflow: hidden;
}

/* ====== タブ見出し行 ====== */
.front .menu .tab-list {
	display: flex;
	gap: var(--gap);
	align-items: flex-end;
	flex-wrap: wrap;
	scrollbar-width: thin;
	padding-inline: 20px;
}

.front .menu .tab {
	width: 22%;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.80em 1.4em;
	margin-bottom: 0;
	min-inline-size: 8em;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: .02em;
	color: var(--tab-fg);
	background: var(--tab-bg);
	border-radius: var(--radius) var(--radius) 0 0;
	cursor: pointer;
	user-select: none;
	box-shadow: inset 0 0 0 2px var(--tab-bg);
	transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
}

.front .menu .tab:focus-visible {
	outline: none;
	box-shadow: 0 0 0 3px color-mix(in hsl, var(--tab-bg) 40%, white 60%);
}

.front .menu .tab:hover {
	transform: translateY(-1px);
}

/* 「寿司」タブの上にだけバッジを出す */
.tabs .tab-list label[for="tab-1"]::before {
	content: "＼ 高山限定メニュー ／";
	position: absolute;
	left: 50%;
	top: -2.5rem;
	transform: translateX(-50%);
	font-size: 12px;
	line-height: 1;
	color: var(--tab-bg);
	padding: .5rem .8rem;
	border-radius: 999px;
	pointer-events: none;
	z-index: 888;
	white-space: nowrap;
}

/* アクティブタブの見た目（白地＋橙枠） */
.front .menu #tab-1:checked~.tab-list label[for="tab-1"],
.front .menu #tab-2:checked~.tab-list label[for="tab-2"],
.front .menu #tab-3:checked~.tab-list label[for="tab-3"],
.front .menu #tab-4:checked~.tab-list label[for="tab-4"] {
	color: var(--tab-bg);
	background: var(--panel-bg);
	box-shadow: inset 0 0 0 2px var(--border);
	z-index: 2;
}

/* パネル枠（角丸＋太めの外枠） */
.front .menu .panel-wrap {
	position: relative;
	background: var(--panel-bg);
	border-radius: var(--radius);
	min-block-size: clamp(220px, 38vw, 520px);
	box-shadow: inset 0 0 0 3px var(--border);
	padding: 7% 5%;
}

.front .menu .panel-wrap .panel-image img {
	border-radius: 16px;
}

/*パネルの表示切替 */
.front .menu .panel {
	display: none;
	line-height: 1.9;
	font-size: clamp(14px, 1.7vw, 16px);
	box-shadow: none;
}

.front .menu #tab-1:checked~.panel-wrap #panel-1,
.front .menu #tab-2:checked~.panel-wrap #panel-2,
.front .menu #tab-3:checked~.panel-wrap #panel-3,
.front .menu #tab-4:checked~.panel-wrap #panel-4 {
	display: block;
}

.front .menu #tab-1:checked~.tab-list label[for="tab-1"],
.front .menu #tab-2:checked~.tab-list label[for="tab-2"],
.front .menu #tab-3:checked~.tab-list label[for="tab-3"],
.front .menu #tab-4:checked~.tab-list label[for="tab-4"] {
	margin-block-end: -2px;
}

.front .menu .panel h3 {
	font-size: 1.4em;
	font-weight: 600;
	color: #344B32;
	line-height: 1.8em;
}

.front .menu .panel h3 span {
	position: relative;
	display: inline-block;
	opacity: 0;
	transform: translateX(-14px);
	clip-path: inset(0 100% 0 0);
}

/* 親 .panel が inview になったら発火（順番は --i で制御） */
.front .menu .panel.inview h3 span {
	animation: text-reveal .9s ease forwards;
	animation-delay: calc(var(--i) * 120ms);
}

.front .menu .panel h3 span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.10em;
	height: 6px;
	background-image: repeating-linear-gradient(-45deg,
			#d1b47a 0 1px,
			transparent 3px 6px);
	pointer-events: none;
}

.front .menu .panel .guide {
	font-size: .9em;
	margin: 20px auto 40px auto;
	font-weight: 600;
}

.front .menu .panel .panel-image {
	margin-top: 30px;
}

.front .menu .panel .panel-image img {
	margin-bottom: 15px;
}

/* 選択不能なテキストのドラッグ抑止 */
.front .menu .tab-list,
.front .menu .tab {
	-webkit-user-select: none;
	user-select: none;
}

/*パネルの中の表*/
.front .menu .info-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #e6e6e6;
	border-radius: 6px;
	overflow: hidden;
	background: #fff;
}

.front .menu .info-table th,
.front .menu .info-table td {
	padding: 12px 16px;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: middle;
}

.front .menu .info-table tr:last-child th,
.front .menu .info-table tr:last-child td {
	border-bottom: none;
}

.front .menu .info-table th {
	width: 34%;
	text-align: left;
	font-weight: 600;
	border-right: 1px solid #e6e6e6;
	white-space: nowrap;
	background: #F8F8F8;
}

.front .menu .info-table td {
	font-size: 14px;
}

.front .menu .info-table .nenrei_guide {
	display: inline-block;
	font-size: 0.9em;
	line-height: 1.4em;
}

/*パネルの中のボタン*/
.front .menu .button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7em;
	padding: 0.7em 5em;
	margin-top: 80px;
	border: 2px solid #d64b29;
	border-radius: 4px;
	color: #d64b29;
	background: #fff;
	font-weight: 600;
	font-size: 1em;
	text-decoration: none;
	transition: all 0.2s ease;
}

.front .menu .button::after {
	content: "›";
	display: inline-block;
	font-size: 1.7em;
	font-family: "Arial", sans-serif;
	line-height: 1;
	transform: translateY(-2px);
}

.front .menu .button:hover {
	background: #d64b29;
	color: #fff;
}

/*ショップ情報*/
.front .shop_top {
	width: 100vw;
}

.front .shop {
	position: relative;
	background: #DCE1D8;
	padding-top: 10px;
	overflow: hidden;
	overflow-x: clip;
}

.front .shop .side_image1 {
	position: absolute;
	top: 20%;
	left: 15%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 888;
}

.front .shop .side_image2 {
	position: absolute;
	top: 20%;
	left: 85%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 888;
}

.front .shop .side_image1,
.front .shop .side_image2 {
	width: 15vw;
}

.front .shop h2 {
	color: #7A5245;
	font-weight: bold;
}

.front .shop h2 .midashi {
	display: inline-block;
	position: relative;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 40px;
	font-size: 18px;
	background: #e1522c;
	color: #FFF;
	box-sizing: border-box;
}

.front .shop h2 .midashi:before,
.front .shop h2 .midashi:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}

/*見出しリボンデザイン*/
.front .shop h2 .midashi:before {
	top: 0;
	left: 0;
	border-width: 25px 0px 25px 15px;
	border-color: transparent transparent transparent #DCE1D8;
	border-style: solid;
}

.front .shop h2 .midashi:after {
	top: 0;
	right: 0;
	border-width: 25px 15px 25px 0px;
	border-color: transparent #DCE1D8 transparent transparent;
	border-style: solid;
}

.front .shop .guide {
	font-size: 1.4em;
	font-weight: 600;
	color: #344B32;
	line-height: 1.8em;
	margin-bottom: 50px;
	margin-bottom: 30px;
}

.front .shop .guide span {
	position: relative;
	display: inline-block;
}

.front .shop .guide span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.10em;
	height: 6px;
	background-image: repeating-linear-gradient(-45deg,
			#d1b47a 0 1px,
			transparent 3px 6px);
	pointer-events: none;
}

.front .shop .slider {
	width: 100svw;
	margin-left: calc(50% - 50svw);
	margin-top: 70px;
}

@supports not (width: 100svw) {
	.front .shop .slider {
		width: 100dvw;
		margin-left: calc(50% - 50dvw);
	}
}

.front .shop .shop_guide {
	width: 120vw;
	font-size: 10px;
	margin-top: 50px;
	margin-left: calc(50% - 73vw);
}

/*よくあるご質問*/
.front .qa {
	background-image: url("images/qa_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 5%;
	padding-bottom: 5%;
}

.front .qa h2 {
	color: #fff;
	font-weight: bold;
	margin-bottom: 8%;
}

.front .qa .qa_title {
	position: relative;
}

.front .qa .qa_title .flower {
	width: 120px;
	position: absolute;
	top: 50%;
	left: 80%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.front .qa .qa_box {
	background: #fff;
	padding: 20px;
	margin: 40px auto;
	border-radius: 20px;
	font-size: 1.1em;
	font-weight: bold;
}

.front .qa .qa_box .faq-q,
.front .qa .qa_box .faq-a {
	display: inline-block;
	text-align: center;
	width: 1.6em;
	height: 1.6em;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	padding-top: 0.1em;
	flex-shrink: 0;
}

.front .qa .qa_box .faq-q {
	background: #DA4B2D;
}

.front .qa .qa_box .faq-a {
	background: #3C5C41;
}

.front .qa .qa_box .qa-row {
	display: flex;
	align-items: flex-start;
}

.front .qa .qa_box .qa-label {
	margin-right: 0.5em;
}

.front .qa .qa_box .qa-text {
	margin: 0;
}

.front .qa .qa_box hr {
	border-top: solid 0.5px black;
}

/*店舗情報*/
.front .store {
	background: var(--main-bg-color);
	overflow: hidden;
}

.front .store h2 {
	font-weight: 600;
	color: #4F2003;
	letter-spacing: 0.1em;
}

.front .store h3 {
	font-size: 1.4em;
	font-weight: 500;
	color: var(--orange-bg-color);
	line-height: 1.7em;
}

.front .store h3 span {
	position: relative;
	display: inline-block;
}

.front .store h3 span::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.10em;
	height: 6px;
	background-image: repeating-linear-gradient(-45deg,
			#d1b47a 0 1px,
			transparent 3px 6px);
	pointer-events: none;
}

.front .store .info-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 18px;
}

.front .store .info-table tr {
	vertical-align: text-bottom;
}

.front .store .info-table th {
	min-width: 7.0em;
	background: #6b4a39;
	color: #fff;
	font-weight: 700;
	white-space: nowrap;
	border-radius: 30px;
	padding: .2em 1.1em;
	vertical-align: top;
	display: inline-block;
}

.front .store .info-table td {
	padding: .2em 0 .2em 14px;
	color: #2a221a;
	line-height: 1.9;
	font-weight: 600;
}

.front .store .info-table a[href^="tel:"] {
	color: black;
	text-decoration: none;
	pointer-events: none;
}


.front .store .map {
	margin-top: 70px;
}

/*FUTURE*/
.front .future {
	position: relative;
	background: var(--page-bg, #f9f4ec);
	overflow: visible;
}

.front .future .future_image_box {
	position: relative;
	height: clamp(340px, 60vh, 780px);
	background: url("images/future_image.jpg") center/cover no-repeat;
	isolation: isolate;
}

/* 上下の波（連続波） */
.future .future_image_box::before,
.future .future_image_box::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 80px;
	background: var(--page-bg, #f9f4ec);
	pointer-events: none;
	z-index: 2;
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0 60 Q 150 0 300 60 T 600 60 T 900 60 T 1200 60 V120 H0 Z" fill="black"/></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 120" preserveAspectRatio="none"><path d="M0 60 Q 150 0 300 60 T 600 60 T 900 60 T 1200 60 V120 H0 Z" fill="black"/></svg>');
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
}

/* 上下位置を明示 */
.future .future_image_box::before {
	top: -1px;
	transform: scaleY(-1);
	-webkit-mask-position: 50% 0%;
	mask-position: 50% 0%;
}

.future .future_image_box::after {
	bottom: -1px;
	-webkit-mask-position: 50% 100%;
	mask-position: 50% 100%;
}

.front .future .balloon {
	position: absolute;
	max-width: 20%;
	transform: translate3d(0, var(--y, 0), 0);
	will-change: transform;
}

.front .future .balloon.left {
	left: 6vw;
	top: 18%;
	rotate: -6deg;
}

.front .future .balloon.right {
	right: 6vw;
	bottom: 10%;
	rotate: 6deg;
}

/* 動きが苦手なユーザー配慮 */
@media (prefers-reduced-motion: reduce) {

	.future .future_image_box .future-bg,
	.future .balloon {
		transform: none !important;
	}
}

/*CTA*/
.front .cta {
	background: var(--main-bg-color);
}

.front .cta .cta_box {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	font-weight: bold;
	line-height: 2.0em;
}

.front .cta .cta_box .button {
	min-width: 100%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.7em;
	padding: 0.7em 4em;
	border: 2px solid #d64b29;
	border-radius: 4px;
	color: #fff;
	background: var(--orange-bg-color);
	font-weight: 600;
	font-size: 1.2em;
	text-decoration: none;
	transition: all 0.2s ease;
	margin-top: 30px;
}

/*お問い合わせボタンは背景を茶色に*/
.front .cta .cta_box .button.contact {
	background: #674633;
	border: 2px solid #674633;
}

.front .cta .cta_box .button::after {
	position: static;
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
	background: #fff url("images/arrow_icon.png") center/10px no-repeat;
	transition: transform .15s ease, box-shadow .15s ease;
}

/*お問い合わせボタンはアイコンを茶色に*/
.front .cta .cta_box .button.contact::after {
	background: #fff url("images/arrow_icon2.png") center/10px no-repeat;
}

.front .cta .cta_box .button:hover::after {
	transform: translateY(-1px);
}

.front .cta .cta_box p {
	min-height: 4em;
}

.front .cta .cta_box .orange {
	color: #FE7419;
}


/*TOPに戻るボタン*/
.front .pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #fff;
	border: solid 2px #FE7419;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.front .pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid #FE7419;
	border-right: 3px solid #FE7419;
	transform: translateY(20%) rotate(-45deg);
}

@media (min-width: 1024px) {
	.future .future_image_box {
		height: clamp(480px, 68vh, 920px);
	}
}

@media (max-width: 1200px) {
	.front .achievements .achievements_title .parfait {
		width: 60px;
		top: -30%;
		left: 10%;
	}

	.front .gaiyo .daikon {
		top: 27%;
	}

	.front .menu .fish {
		left: 88%;
	}

	.front .menu .tab {
		font-size: 1.0em;
	}

	.front .cta .cta_box p {
		min-height: 6em;
	}
}

/*一般的なタブレット最大値*/
@media (max-width: 960px) {
	.front_image_container .front_message {
		left: 50%;
	}

	.front_image_container .front_message img {
		max-width: 70vw;
		height: auto;
	}

	.front .achievements {
		padding: 8% 8% 20% 8%;
	}

	.front .achievements .achievements_title .parfait {
		width: 60px;
		top: -30%;
		left: 5%;
	}

	.front .achievements .image_box .text {
		width: 60%;
		max-width: 100%;
	}

	.front .gaiyo {
		background-position: right;
	}

	.front .gaiyo .daikon {
		top: 22%;
	}

	.front .gaiyo .bubble-gallery .bubble:nth-child(1),
	.front .gaiyo .bubble-gallery .bubble:nth-child(4) {
		max-width: 235px;
		--base-scale: 1.3;
		--offsetY: 0px;
	}

	.front .gaiyo .bubble-gallery {
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-top: 50px;
		gap: clamp(18px, 1vw, 12px);
	}

	.front .gaiyo .bubble-gallery {
		grid-template-columns: repeat(2, 1fr);
	}

	.front .gaiyo .bubble-gallery .bubble {
		width: min(40vw, 260px);
	}

	.front .menu .fish {
		width: 130px;
		top: 3%;
		left: 87%;
	}

	.front .future .balloon {
		max-width: 30%;
	}

	.front .cta {
		padding: 3%;
	}

	.front .cta .cta_box {
		width: 48%;
	}

	.front .cta .cta_box .button {
		padding: 0.7em 3em;
	}
}

@media (max-width: 835px) {
	.front_image_container {
		height: 55vh;
	}

	.front .achievements .achievements_title .parfait {
		left: 3%;
	}

	.front .menu .tab {
		width: 23%;
		font-size: 0.9em;
	}

	.tabs .tab-list label[for="tab-1"]::before {
		font-size: 9px;
	}

	.panel-wrap .flex-item45 {
		width: 100%;
	}

	.front .menu .fish {
		width: 120px;
		top: 3%;
		left: 90%;
	}

	.front .shop .side_image1 {
		left: 10%;
	}

	.front .shop .side_image2 {
		left: 90%;
	}

	.front .store .flex-item45 {
		width: 100%;
	}
}

/*一般的なタブレット最小値*/
@media (max-width: 768px) {
	.front .achievements .achievements_title .parfait {
		width: 50px;
		top: -10%;
		left: 1%;
	}

	.front .menu .fish {
		width: 110px;
		top: 3%;
		left: 94%;
	}

	.front .cta .cta_box p {
		min-height: 8em;
	}

	.front .cta .cta_box .button {
		padding: 0.7em 1em;
	}
}

@media (max-width: 640px) {
	.front_image_container .front_message img {
		max-width: 80vw;
		height: auto;
	}

	.front_image_container .layer {
		background-position: center;
	}

	.front .achievements {
		padding: 8% 3% 30% 3%;
	}

	.front .achievements h2 {
		font-size: 22px;
	}

	.front .achievements .achievements_title .parfait {
		display: none;
	}

	.front .achievements .image_box .text {
		left: 0;
		width: 100%;
		line-height: 1.5em;
	}

	.front .gaiyo h2 {
		margin-top: 17%;
		/*大根が入るスペース*/
		font-size: 25px;
	}

	.front .gaiyo h2 .midashi {
		display: inline-block;
		line-height: 1.5em;
	}

	.front .gaiyo .daikon {
		max-width: 25vw;
		top: 6%;
		left: 50%;
	}

	.front .menu h2 {
		font-size: 25px;
		margin-top: 0;
	}

	.front .menu .tab {
		width: 48%;
		min-inline-size: auto;
		padding: 1.2em 1em;
		font-size: 1.3rem;
	}

	.tabs .tab-list label[for="tab-1"]::before {
		font-size: 10px;
	}

	.front .menu .fish.sp_640 {
		position: static;
		display: inline-block !important;
		transform: none;
	}

	.front .menu .panel-wrap {
		min-block-size: 200px;
	}

	.front .menu .info-table,
	.front .menu .info-table tbody,
	.front .menu .info-table tr {
		display: block;
		width: 100%;
	}

	.front .menu .info-table th,
	.front .menu .info-table td {
		display: block;
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #e6e6e6;
	}

	.front .menu .info-table th {
		background: #fafafa;
		border-bottom: none;
		/* 見出しと値の間は1本線にする */
	}

	.front .menu .info-table tr {
		border-bottom: 1px solid #e6e6e6;
	}

	.front .menu .info-table tr:last-child {
		border-bottom: none;
	}

	.front .shop h2 {
		font-size: 25px;
	}

	.front .shop h2 .midashi {
		font-size: 15px;
	}

	.front .shop .side_image1,
	.front .shop .side_image2 {
		top: 22%;
	}

	.front .store .info-table {
		border-spacing: 0 14px;
	}

	.front .store .info-table td {
		padding-left: 10px;
	}

	.front .qa h2 {
		font-size: 25px;
	}

	.front .qa .flower.sp_640 {
		width: 110px;
		position: static;
		display: inline-block !important;
		transform: none;
	}

	.front .qa .qa_box {
		font-size: 1.0em;
	}

	.front .future .balloon {
		max-width: 45%;
	}

	.front .future .balloon.right {
		bottom: 15%;
	}

	.front .cta .cta_box p {
		min-height: 10em;
	}
}

/*一般的なスマホ*/
@media (max-width: 520px) {
	.front .gaiyo h2 {
		margin-top: 23%;
		/*大根が入るスペース*/
	}

	.front .shop .shop_guide {
		width: 100%;
		margin-left: 0;
	}

	.front .store .info-table a[href^="tel:"] {
		pointer-events: auto;
	}

	.front .store .info-table a[href^="tel:"]:hover {
		text-decoration: underline;
	}

	.front .cta .cta_box {
		width: 100%;
		margin-bottom: 20px;
	}

	.front .cta .cta_box p {
		min-height: 3em;
	}

	.front .pagetop {
		right: 15px;
		bottom: 15px;
	}
}

@media (max-width: 470px) {
	.front .achievements h2 {
		font-size: 19px;
	}

	.front .achievements {
		padding: 8% 3% 40% 3%;
	}

	.front .gaiyo h2 {
		margin-top: 25%;
	}

	.front .gaiyo .daikon {
		max-width: 35vw;
		top: 7%;
	}

	.front .shop .guide {
		font-size: 1.2em;
	}

	.front .store h3 {
		margin-top: 0;
	}

	.front .store h3 span {
		font-size: 0.9em;
	}
}

/*小さいスマホ*/
@media (max-width: 390px) {
	.front .store h3 span {
		font-size: 0.85em;
	}
}


/* ===========================================
 お問い合わせ（contact）
 * ======================================== */
.contact_image_container {
	position: relative;
	width: 100vw;
	height: 50vh;
	overflow: hidden;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url("images/contact_fv_image.jpg");
}

.contact_image_message {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-color: var(--main-bg-color);
	padding: 15px 10%;
}

.contact_image_message .large {
	font-size: 2.0em;
	font-weight: bold;
}

.contact-page {
	background-color: var(--main-bg-color);
}

.contact-page .cform {
	width: 100%;
	margin: 8% auto;
}

.contact-page .cform th {
	width: 40%;
	padding: 30px 0 30px 10px;
	font-size: 18px;
	border-bottom: solid 1px grey;
}

.contact-page .cform td {
	border-bottom: solid 1px grey;
}

.contact-page input,
.contact-page textarea {
	border: none;
	height: 100%;
	outline: none;
	background-color: var(--main-bg-color);
	border: none;
}

.contact-page textarea {
	height: 200px;
	padding-top: 3%;
}

.contact-page textarea::placeholder {
	padding-top: 10%;
}

.contact-page input:-webkit-autofill,
.contact-page input:-webkit-autofill:hover,
.contact-page input:-webkit-autofill:focus,
.contact-page textarea:-webkit-autofill,
.contact-page textarea:-webkit-autofill:hover,
.contact-page textarea:-webkit-autofill:focus,
.contact-page select:-webkit-autofill,
.contact-page select:-webkit-autofill:hover,
.contact-page select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px var(--main-bg-color) inset !important;
	box-shadow: 0 0 0px 1000px var(--main-bg-color) inset !important;
	-webkit-text-fill-color: #000 !important;
	transition: background-color 5000s ease-in-out 0s;
}


.contact-page .policy {
	width: 65%;
	height: 200px;
	overflow-y: scroll;
	border: solid 0.5px grey;
	padding: 10px;
	margin: auto;
}

.contact-page .policy .policy_title {
	font-size: 20px;
	margin-bottom: 20px;
}

.contact-page .policy_check {
	text-align: center;
	margin: 20px auto;
}

.contact-page .guide_box {
	width: 60%;
	margin: auto;
}

.contact-page .translate {
	font-size: 14px;
}

.required-srt {
	background-color: red;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	margin-left: 30px;
}

.any-srt {
	background: #0276C3;
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	margin-left: 30px;
}

.submit_div {
	text-align: center;
}

.submit_div input {
	width: 250px;
	background: #FE7419;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 10%;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
}

.submit_div input:hover {
	opacity: 0.7;
}

.contact-page input[type="checkbox"] {
	position: relative;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	vertical-align: -5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.contact-page input[type="checkbox"] {
	border-radius: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: solid 1px grey;
}

.contact-page input[type="checkbox"]:checked:before {
	position: absolute;
	top: 1px;
	left: 4px;
	transform: rotate(50deg);
	width: 4px;
	height: 8px;
	border-right: 2px solid grey;
	border-bottom: 2px solid grey;
	content: '';
}

/*タブレット横向き以下*/
@media screen and (max-width: 1199px) {
	.contact-page .cform {
		table-layout: fixed;
		border-collapse: collapse;
	}

	.contact-page .cform th,
	.contact-page .cform td {
		padding: 10px;
		vertical-align: top;
	}

	.contact-page .cform th {
		width: 40%;
		font-weight: bold;
		text-align: left;
		white-space: nowrap;
	}

	.contact-page .cform td {
		width: 60%;
	}

}

/*タブレット縦向き以下*/
@media screen and (max-width:991px) {
	.contact-page .policy {
		width: 90%;
	}

	.contact-page .guide_box {
		width: 80%;
	}
}

@media screen and (max-width:767px) {
	.contact-page .policy .policy_title {
		font-size: 18px;
	}

	.contact-page .cform th,
	.contact-page .cform td {
		width: 100%;
		display: block;
	}

	.contact-page .cform th {
		text-align: center;
	}

	.contact-page .cform td {
		height: 50px;
	}

	.contact-page .cform td.otoiawase {
		height: 200px;
	}

	.contact-page input,
	.contact-page textarea {
		width: 100%;
	}

	.submit_div input {
		width: 80%;
	}
}



/* ===========================================
 フッター（footer）
 * ======================================== */
.footer {
	width: 100%;
	padding: 50px 5% 20px 5%;
	background: #DDE2D8;
	text-align: center;
}

.footer .logo {
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}

.footer .address {
	max-width: 300px;
	margin: auto;
	font-weight: 600;
}

.footer .honten_banner img {
	width: 100%;
	max-width: 300px;
	margin-top: 20px;
	margin-bottom: 20px;
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.25));
	transition:
		filter 0.35s ease,
		transform 0.35s ease;
	transform: translateY(0);
}

.footer .honten_banner img:hover {
	filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.18));
	transform: translateY(-2px);
}

.footer a {
	color: black;
	font-weight: 600;
}

.footer a:hover {
	color: var(--orange-bg-color);
}

.footer .copyright {
	font-size: 0.8em;
	margin: 40px auto 5px auto;
}

.footer .bi {
	font-size: 2.0em;
	color: #333;
	vertical-align: middle;
	margin: 0 6px;
}

.footer .sns a:hover .bi {
	color: var(--orange-bg-color);
	transform: scale(1.15);
	transition: all .2s ease;
}

.footer .sns a:hover,
.footer .sns a:hover .bi {
	text-decoration: none;
	border: none;
	outline: none;
}

@media (max-width: 960px) {
	.footer .address {
		font-size: 0.8em;
	}

	.footer .flex .flex-item10 {
		width: 15%;
	}
}

@media (max-width: 520px) {
	.footer {
		padding: 50px 13% 20px 13%;
	}

	.footer .flex .flex-item30 {
		width: 100%;
	}

	.footer .flex .flex-item10 {
		width: 40%;
		margin-top: 30px;
	}

	.footer .flex .sns {
		width: 100%;
	}

	.footer .fax {
		margin-left: 5px;
	}
}