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



html{width: 100%;position: relative;}
body{width: 100%;background: #222;}
a{text-decoration: none;}


*{	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	margin:0px;
	padding:0px;
	list-style:none;
	}



a:hover img {filter:Alpha(opacity=70) ;opacity:0.7 ;-moz-opacity:0.7;}



header {
	width:100%;
	height:30px;
	margin-bottom:0px;
	position: absolute;
	z-index:150;
	}



#header_bg_image {
	width:100%;
	height:25px;
	margin:0 auto 0 auto;
	top:0;
	text-align:center;
	z-index:2;
	position:absolute;
	background-color: rgba(193,164,112, 0.9);
}



#header_bg_image h1 {
		width:1200px;
		height:20px;
		margin:0 auto 0 auto;
		padding:5px;
		font-size:12px;
		font-weight:normal;
		text-align:left;
		color:#444;
}



#header_bg_image h1 a{color:#444;}



#header_bg_image h2 {				
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 13px;
		color: #fff;
		margin: 0px;
		font-weight: normal;
		}



#container_box {
		width: 100%;
		height: auto;
		margin:0px auto 0px auto;
		color:#fff;
		text-align:center;
		} 



.main_image {
	position: relative;
	width: 100%;
	height: 920px;
	margin: 0px auto 0px auto;
	text-align: center;
	background-image: url(../re_index/202506index_bg.jpg?=2506);
	background-repeat: no-repeat;
	background-position: center 0px;
	background-attachment: fixed;
}

.index_mark_18 {
  		width: 80px;
  		height: 80px;
		margin:-135px 0 0 702px;
		position: relative;
		}

.index_footer_concept_title{
			border-bottom: 1px solid #c1a470;
			width:1000px;
			height:auto;
			margin:0px auto 0px auto;
			color:#c1a470;
			line-height:50px;
			font-size:30px;
			padding:10px;
			text-align:center;
			font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
			}

.index_footer_concept_comment{
			width:1000px;
			height:auto;
			margin:0px auto 20px auto;
			color:#fff;
			line-height:28px;
			font-size:14px;
			padding:5px;
			text-align:left;
			}

.index_footer_menu_box{
			width:1000px;
			height:auto;
			margin:0px auto 0px auto;
			padding:5px;
			color:#000;
			line-height:20px;
			font-size:14px;
			text-align:center;
			}

.index_footer_menu_box a{color:#000;text-decoration: none;}



#index_link_top {width:1000px;height:auto;margin: 10px auto 30px auto;text-align: center;font-size:12px;}
#ylink {margin-bottom: 5px;text-align: center;}
#ylink li {display: inline;}



.clearfix {display: inline-block;}



/* Dreamweaverバグ用 */
.clearfix {overflow:hidden;}



/* MacIE用 */
*+html .clearfix { height: 1%; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }




footer {
	width:100%;
	clear: both;
	margin: 0 auto;
        margin-bottom: 0px;
	font-size: 9px;
	background:#161616;
	color: #c1a470;
	padding: 10px 0 0;
	border-top: 1px solid #c1a470;
	position: relative;
	text-align: left;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

footer img{pointer-events: none;}

#footerbox{
		width:1200px;
		margin:0 auto 0 auto;
		height:auto;
		}

#footerbox li{
	width: 10%;
	float: left;
	text-align: center;
}

#footerbox h2{
 		font-size:13px;
		font-weight:normal;
		padding:5px;
		line-height:25px;
		color: #c1a470;
		border:0.25px solid #c1a470;
		}

.navlist{
	width:100%;
        padding: 15px;
	color:#000;
	font-size:18px;
}

.navlist a{color:#c1a470;}
.navlist a:hover {color:#fff;}

#qrlist{
	text-align:center;
	width:85%;
	margin: 50px auto 0 auto;
	font-size:15px;
	padding-bottom: 25px;
	}

#qrlist a{color:#c1a470;}
#qrlist a:hover {color:#fff;}



/* =============================================================================
   copyright
   ========================================================================== */
.copyright{
	width: 100%;
	height: 35px;
	background-color: rgba(193,164,112, 0.8);
	color: #444;
	padding-top: 10px;
	bottom: 0;
	text-align: center;
	position: relative;
	font-size: 12px;
}

.copyright a{color:#444;}



#loader {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(20px);
	animation: fadeInLoad 10.0s ease-in-out;
	background-color: rgba(24, 32, 50, 1);
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999999999999999;
	width: 100%;
	height: 100%;
}

@keyframes fadeInLoad {
	0% {
	background-color: rgba(24, 32, 50, 1);
	}
	30% {
	background-color: rgba(24, 32, 50, 0.3);
	}
	100% {
	background-color: rgba(24, 32, 50, 0.0);
	}
}

.spinner {
	width: 70px;
	height: 70px;
	position: absolute;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: rotate(45deg);
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	background-color: #1A4472;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
	-webkit-transform: scale(0);
	transform: scale(0);
	}
	50% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
	-webkit-transform: scale(0);
	transform: scale(0);
	}
	50% {
	-webkit-transform: scale(1);
	transform: scale(1);
	}
}



#enter img {
	max-width: 480px;
	height: auto;
}

#enter-image {
	padding: 50px 0 20px 0;
	text-align: center;
}

#enter-block-col {
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.site-description {
	font-size: 16px;
}

#header #header-block-col .shop-info.open,
#header #header-block-col .shop-info.shop-tel {
	display: block;
}

#enter-shop-info {
	font-weight: 300;
	line-height: 2em;
}

.tel .info-label {
	font-size: 14px;
}

#header #header-block-col .shop-tel .num,
#enter-block-col .shop-tel .num {
	font-size: 30px;
	background: #c31432;
	background: -webkit-linear-gradient(bottom, #fff, #9b9b9b);
	background: linear-gradient(to bottom, #fff, #9b9b9b);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#enter-section {
	font-size: 12px;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.enter_box {
	text-align: center;
	padding: 30px;
}

.enter_box ul {
	display: flex;
	justify-content: center;
	gap: 60px; /* ボタン間の余白 */
	list-style: none;
	padding: 0;
	margin: 0;
}

.enter_box li {
	flex: 0 0 auto;
}

.enter_box a {
	display: inline-block;
	padding: 15px 40px;
	background-color: #c1a470; /* ボタン背景色 */
	color: #000;
	text-decoration: none;
	font-size: 20px;
	border-radius: 5px;
	transition: background 0.3s ease;
	width: 240px;
}

.enter_box a:hover {
	background-color: #000; /* ホバー時の色 */
	color: #c1a470;
	border: 1px solid #c1a470;
}