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

html {
    scroll-padding-top: 60px;
}
.wrap {
	display: flex;
	width: 100%;
}
.inner {
	max-width: 1460px;
	margin: 0 auto;
	padding: 0 10px;
}
.font_family_nsj {
	font-family: 'Noto Sans JP', sans-serif;
}
.font_family_nsj p {
	font-weight: 400;
}
.font_family_zom {
	font-family: 'Zen Old Mincho', serif;
}

.font_b {
	font-weight: bold;
}
.visible-sp {
	display: none;
	width: 100%;
}
.visible-pc {
	display: block;
	margin: 0 auto;
}
img {
	width: 100%;
}
.img_box {
	display: flex;
	flex-wrap: wrap;
	max-width: 1480px;
    margin: 0 auto;
}
.img_box img {
	width: 100%;
	margin: 0 auto;
}
.anker {
	padding-top: 50px;
/*	margin-top: -50px;*/
}

.trimming img {
	width: 70%;
/*    object-fit: cover;
    aspect-ratio: 4 / 3;
    display: block;
    object-position: 0px 55%;	*/
}

@media screen and (max-width: 768px) {
	.visible-sp {
		display: block;
	}
	.visible-pc {
		display: none;
	}
	.sp-button {
		border-radius: 0;
	}
    .trimming img {
	width: 40%;
    }
}

/********************************
root
********************************/
:root {
    --main-color: rgba(232,224,216,1);
    --second-color: #d6ae3c;
    --third-color: #000;
    --size-xxlarge: clamp(6px, 8vw, 32px);
    --size-xlarge: clamp(6px, 8vw, 40px);
    --size-large: clamp(6px, 5vw, 24px);
    --size-medium: clamp(6px, 2.7vw, 21px);
    --size-small: clamp(6px, 2.5vw, 18px);
    --size-xsmall: clamp(6px, 2vw, 12px);
}

/******************************** text size ********************************/
.size-xxl {font-size: var(--size-xxlarge);}
.size-xl {font-size: var(--size-xlarge);}
.size-l {font-size: var(--size-large);}
.size-m {font-size: var(--size-medium);}
.size-s {font-size: var(--size-small);}
.size-xs {font-size: var(--size-xsmall);}

/******************************** color ********************************/
.white {color: #fff;}
.black {color: #000;}

/******************************** width ********************************/

.container {max-width: 1100px; margin: 0 auto;}

/******************************** heading ********************************/

.heading_2 {
	font-size: var(--size-xlarge);
	line-height: 0.6;
}
.heading_ruby {
	font-size: var(--size-medium);
	line-height: 0.6;
}
.heading_sub {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: var(--size-large);
}

/********************************
margin/padding
********************************/

.m-bottom_30 {
	margin-bottom: 30px;
}

/********************************
header
********************************/
.luxbar-default {
	width:100%;
	position:relative;
	box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
}
.luxbar-static {
	box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.luxbar-static .luxbar-checkbox:checked ~ .luxbar-menu {
	position:absolute;
}
.luxbar-fixed {
	width:100%;
	/*max-width: 1480px;*/
	position:fixed;
	top:0;
	left: 50%;
    transform: translate(-50%, 0);
	z-index:1000;
	/*box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);*/
}
.luxbar-fixed-bottom {
	width:100%;
	position:fixed;
	bottom:0;
	left:0;
	z-index:1000;
	box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);
}
.luxbar-hamburger span,.luxbar-hamburger span::before,.luxbar-hamburger span::after {
	display:block;
	height:2px;
	width:26px;
	transition:0.6s ease;
}
.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span {
	background-color:transparent;
}
.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::before,.luxbar-checkbox:checked ~ .luxbar-menu li .luxbar-hamburger span::after {
	margin-top:0;
}
.luxbar-header {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	height:70px;
}
.luxbar-menu-left .luxbar-navigation,.luxbar-menu-left .luxbar-header {
	justify-content:flex-start;
}
.luxbar-menu-right .luxbar-hamburger {
	margin-left:auto;
}
.luxbar-brand {
	font-size:1.6em;
	padding:18px 24px 18px 24px;
}
.luxbar-menu {
	min-height:50px;
	transition:0.6s ease;
	width:100%;
}
.luxbar-navigation {
	display:flex;
	/*flex-direction:column;*/
	justify-content: center;
	list-style:none;
	padding-left:0;
	margin:0;
}
.luxbar-menu a,.luxbar-item a {
	text-decoration:none;
	color:inherit;
	cursor:pointer;
}
.luxbar-item {
	height:80px;
	max-width: 200px;
	width: 100%;
	text-align: center;
	line-height: 1.2;
}
.luxbar-item a {
	padding:18px 15px;
	height: 100%;
	width: 100%;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000000;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.luxbar-item a img {
	position: absolute;
	max-width: 100px;
	bottom: 15px;
}
.luxbar-item span {
	font-size: 12px;
}
.luxbar-hamburger {
	padding:18px 24px;
	position:relative;
	cursor:pointer;
}
.luxbar-hamburger span::before,.luxbar-hamburger span::after {
	content:'';
	position:absolute;
}
.luxbar-hamburger span::before {
	margin-top:-8px;
}
.luxbar-hamburger span::after {
	margin-top:8px;
}
.luxbar-checkbox {
	display:none;
}
.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
	overflow:hidden;
	height:80px;
}
.luxbar-checkbox:checked ~ .luxbar-menu {
	transition:height 0.6s ease;
	height:100vh;
	overflow:auto;
}
.dropdown {
	position:relative;
	height:auto;
	min-height:58px;
}
.dropdown:hover>ul {
	position:relative;
	display:block;
	min-width:100%;
}
.dropdown>a::after {
	position:absolute;
	content:'';
	right:10px;
	top:25px;
	border-width:5px 5px 0;
	border-color:transparent;
	border-style:solid;
}
.dropdown>ul {
	display:block;
	overflow-x:hidden;
	list-style:none;
	padding:0;
}
.dropdown>ul .luxbar-item {
	min-width:100%;
	height:29px;
	padding:5px 10px 5px 40px;
}
.dropdown>ul .luxbar-item a {
	min-height:29px;
	line-height:29px;
	padding:0;
}

@media screen and (min-width: 961px){
	.luxbar-navigation {
		flex-flow:row;
		justify-content: center;
	}
	.luxbar-hamburger {
		display:none;
	}
	.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
		overflow:visible;
	}
	.luxbar-checkbox:checked ~ .luxbar-menu {
		height:58px;
	}
	.luxbar-menu .luxbar-item {
		border-top:0;
	}
	.luxbar-menu-right .luxbar-header {
		/*margin-right:auto;*/
	}
	.dropdown {
		height:58px;
	}
	.dropdown:hover>ul {
		position:absolute;
		left:0;
		top:58px;
		padding:0;
	}
	.dropdown>ul {
		display:none;
	}
	.dropdown>ul .luxbar-item {
		padding:5px 10px;
	}
	.dropdown>ul .luxbar-item a {
		white-space:nowrap;
	}
}
@media screen and (max-width: 768px) {
	.luxbar-checkbox:not(:checked) ~ .luxbar-menu {
		height: 50px;
	}
	.luxbar-item {
		width: auto;
		height: 50px;
	}
	.luxbar-item a {
		font-size: 13px;
		padding: 0 13px;
	}
	.luxbar-item a img {
		bottom: 10px;
		width: 70px;
	}
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-doublespin span::before {
	transform:rotate(225deg);
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-doublespin span::after {
	transform:rotate(-225deg);
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-spin span::before {
	transform:rotate(45deg);
}
.luxbar-checkbox:checked+.luxbar-menu .luxbar-hamburger-spin span::after {
	transform:rotate(-45deg);
}
.luxbar-menu-dark,.luxbar-menu-dark .dropdown ul {
	/*background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.60), rgba(255, 255, 255, 0));*/
	color:#fff;
}
/*.luxbar-menu-dark .active,.luxbar-menu-dark .luxbar-item:hover {
	background-color:#424242;
}*/
.luxbar-menu-dark .luxbar-hamburger span,.luxbar-menu-dark .luxbar-hamburger span::before,.luxbar-menu-dark .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-light,.luxbar-menu-light .dropdown ul {
	background-color:#e0e0e0;
	color:#212121;
}
.luxbar-menu-light .active,.luxbar-menu-light .luxbar-item:hover {
	background-color:#bdbdbd;
}
.luxbar-menu-light .luxbar-hamburger span,.luxbar-menu-light .luxbar-hamburger span::before,.luxbar-menu-light .luxbar-hamburger span::after {
	background-color:#212121;
}
.luxbar-menu-material-red,.luxbar-menu-material-red .dropdown ul {
	background-color:#b71c1c;
	color:#fff;
}
.luxbar-menu-material-red .active,.luxbar-menu-material-red .luxbar-item:hover {
	background-color:#c62828;
}
.luxbar-menu-material-red .luxbar-hamburger span,.luxbar-menu-material-red .luxbar-hamburger span::before,.luxbar-menu-material-red .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-indigo,.luxbar-menu-material-indigo .dropdown ul {
	background-color:#1a237e;
	color:#fff;
}
.luxbar-menu-material-indigo .active,.luxbar-menu-material-indigo .luxbar-item:hover {
	background-color:#283593;
}
.luxbar-menu-material-indigo .luxbar-hamburger span,.luxbar-menu-material-indigo .luxbar-hamburger span::before,.luxbar-menu-material-indigo .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-green,.luxbar-menu-material-green .dropdown ul {
	background-color:#1b5e20;
	color:#fff;
}
.luxbar-menu-material-green .active,.luxbar-menu-material-green .luxbar-item:hover {
	background-color:#2e7d32;
}
.luxbar-menu-material-green .luxbar-hamburger span,.luxbar-menu-material-green .luxbar-hamburger span::before,.luxbar-menu-material-green .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-amber,.luxbar-menu-material-amber .dropdown ul {
	background-color:#ff6f00;
	color:#fff;
}
.luxbar-menu-material-amber .active,.luxbar-menu-material-amber .luxbar-item:hover {
	background-color:#ff8f00;
}
.luxbar-menu-material-amber .luxbar-hamburger span,.luxbar-menu-material-amber .luxbar-hamburger span::before,.luxbar-menu-material-amber .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-brown,.luxbar-menu-material-brown .dropdown ul {
	background-color:#3e2723;
	color:#fff;
}
.luxbar-menu-material-brown .active,.luxbar-menu-material-brown .luxbar-item:hover {
	background-color:#4e342e;
}
.luxbar-menu-material-brown .luxbar-hamburger span,.luxbar-menu-material-brown .luxbar-hamburger span::before,.luxbar-menu-material-brown .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-bluegrey,.luxbar-menu-material-bluegrey .dropdown ul {
	background-color:#263238;
	color:#fff;
}
.luxbar-menu-material-bluegrey .active,.luxbar-menu-material-bluegrey .luxbar-item:hover {
	background-color:#37474f;
}
.luxbar-menu-material-bluegrey .luxbar-hamburger span,.luxbar-menu-material-bluegrey .luxbar-hamburger span::before,.luxbar-menu-material-bluegrey .luxbar-hamburger span::after {
	background-color:#fff;
}
.luxbar-menu-material-cyan,.luxbar-menu-material-cyan .dropdown ul {
	background-color:#006064;
	color:#fff;
}
.luxbar-menu-material-cyan .active,.luxbar-menu-material-cyan .luxbar-item:hover {
	background-color:#00838f;
}
.luxbar-menu-material-cyan .luxbar-hamburger span,.luxbar-menu-material-cyan .luxbar-hamburger span::before,.luxbar-menu-material-cyan .luxbar-hamburger span::after {
	background-color:#fff;
}
/*****************************
slider
*****************************/
.slider_box {
	/*max-width: 1480px;*/
	margin: 0 auto;
	position: relative;
}

.slider_box .slide_logo {
	position: absolute;
	top: 50%;
	left: 50%;
/*	max-width: 200px;*/
	width: 20%;
	z-index: 999;
	pointer-events: none;
	transform: translate(-50%, -50%);
/*	opacity: 0.5;*/
}
.slider img {
	width: 100%;
	margin: 0 auto;
}
#slider li {
	max-height: 500px;
}

@media screen and (max-width: 768px) {
	.slider_box .slide_logo {
		width: 40%;
	}
    #slider li {
	max-height: 100%;
}
}


.only {}
.twin {}
.twin img {
	max-height: 280px;
    object-fit: cover;
    object-position: 0 55%;
}

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

.logo-img {
	width: 30%;
}
.logo-img img {
	width: 85%;
}

.col01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/*twin_style not use for close*/
@media screen and (min-width: 768px) {
	#slider {
/*		background-image: url("../img/background_1.png");*/
	}
	#slider li {
		display: flex;
	}
	#slider img {
		object-fit: cover;
		aspect-ratio: 3 / 4;
	}
	.only img {
		object-position: 0 90%;
	}
	.twin img {
		width: 50%;
		max-height: 100%;
	}
}

.slider_box .top-slide_logo {
	position: absolute;
    top: 50%;
    left: 50%;
    max-width: 500px;
    width: 80%;
    padding: 9%;
    z-index: 999;
    pointer-events: none;
    transform: translate(-50%, -50%);
/*    background: rgba(0, 0, 0, 0.3);*/
}

.top-logo-text {
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	font-weight: 600;
}
.top-logo-text span {
	font-size: 2.8rem;
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.slider_box .top-slide_logo {
    max-width: 550px;
    width: 60%;
    padding: 3%;
	}
	.top-logo-text {
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	}
	.top-logo-text span {
	font-size: 5rem;
	font-weight: 600;
	}
}

/******************************
bottom_button
******************************/
.bottom_button {
	position: fixed;
	bottom: 0;
	z-index: 1000;
}
.bottom_button ul {
	display: flex;
	flex-wrap: nowrap;
}
.bottom_button ul li {
	width: calc(100% / 2);
}

.pagetop{
    display: none;
    position: fixed;
	z-index: 9999;
    right: 25px;
    bottom: 80px;
}
.pagetop a{
    display: block;
    font-size: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #D4CABB;
    /*border-radius: 50%;*/
    line-height: 50px;
}
.pagetop a i{
    font-size: 20px;
    color:#fff;
    line-height: 50px;
}
@media screen and (max-width: 768px) {
	.pagetop {
		right: 15px;
		bottom: 55px;
	}
	.pagetop a {
		width: 40px;
		height: 40px;
	}
	.pagetop a i {
		line-height: 40px;
	}
}
/*****************************
main
*****************************/
main {
	/*max-width: 1480px;*/
	color: #000;
	margin: 0 auto;
	background-image: url("../img/common/background_main.webp");
	position: relative;
}
section {
	margin: 50px auto 100px;
}
#coupon, #event, #banner, #recommend, #movie, #pr_info, #pr_photo,
#link1,#link2,#link3,#link4,#link5,#link6 {
	max-width: 1100px;
}
.section_title {
	text-align: center;
	padding-bottom: 50px;
}
.section_title img {
	max-width: 300px;
	width: 50%;
}
.button {
	max-width: 310px;
	font-size: 18px;
	margin: 50px auto;
	background-color: var(--main-color);
	border-radius: 10px;
}
.button a {
	padding: 15px;
	display: block;
	text-align: center;
}
.button p {
	margin: 0;
}

.button a img {
	width: 25px;
	padding-left: 5px;
}
.double_button {
	display: flex;
	justify-content: center;
}
.double_button .button {
	margin: 50px 30px;
}
#information {
	/*background-image: url("../img/common/menu_background_img.webp");*/
	/*max-width: 1480px;*/
	background-color: var(--main-color);
	margin: 0 auto;
}
#information .recommend_item {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
}
#information .recommend_item .text {
	color: #000;
	text-align: center;
}
#information .recommend_item .text p {
	margin-bottom: 10px;
	line-height: 1.5;
}
#information .recommend_item .text h3 {
	margin-bottom: 10px;
	font-size: 54px;
}
.recommend_item .text .tel {
/*	display: flex;*/
	align-items: center;
    font-size: var(--size-xlarge);
}
.recommend_item .text .tel img {
	width: 4%;
	height: 11%;
	padding-right: 10px;
}
/*#information .recommend_item .img {
	width: 50%;
	padding-right: 50px;
}*/
#information .recommend_item .button {
	max-width: 400px;
	background-color: #e0a900;
}
#information .recommend_item .button a {
	padding: 15px;
}
#information .recommend_item .button p {
	margin-bottom: 0;
	display: inline-flex;
	align-items: center;
}
#information .recommend_item .button span {
	font-size: 10px;
	padding-left: 20px;
}

/*
#coupon, #menu, #info, #review {
	padding-top: 50px;
	margin-top: -50px;
}
*/

/*.tracking_banner {
	top: 0;
	right: 0;
	position: fixed;
	width: 350px;
}
.tracking_banner .inner {
	position: relative
}
.tracking_banner .inner li {
	position: absolute;
}
.tracking_banner .inner .close {
	top: 90px;
	right: 20px;
}
.tracking_banner .inner .close img {
	width: 30px;
}
.tracking_banner .inner .web {
	right: 30px;
	top: 130px;
}
.tracking_banner .inner .web img {
	width: 140px;
}
.tracking_banner .inner .line {
	right: 30px;
	top: 410px;
}
.tracking_banner .inner .line img {
	width: 230px;
}*/

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: 0;
	width: 220px;
    /*height: 100vh;*//*ナビの高さ*/
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: -120%;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 300px;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
    position: absolute;
    z-index: 999;
    top:160px;
    left:50%;
    transform: translate(-50%,0);
}

.w_180 {
	width: 180px;
}
.w_250 {
	width: 250px;
}

#g-nav li{
	list-style: none;
    text-align: center;
}

#g-nav li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:110px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
	background-color: #D9D9D9;
	border-radius: 50px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #545454;
  	width: 45%;
 }
.openbtn.active {
	background-color: #df1111;
}
.openbtn.active span {
	background-color: #fff;
}
.openbtn.active span:nth-of-type(1) {
	top:12px;
	width: 13px;
	left: 10px;
	transform: translateY(6px) rotate(130deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity: 1;
	top: 23px;
}

.openbtn.active span:nth-of-type(3) {
	top:33px;
	width: 13px;
	left: 10px;
	transform: translateY(-6px) rotate(45deg);
}

.openbtn span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn span:nth-of-type(2) {
	opacity: 0;
	top: 23px;
}

.openbtn span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}
@media screen and (max-width: 768px) {
	section {
		margin-bottom: 50px;
	}
	.section_title {
		padding-bottom: 20px;
	}
	.section_title img {
		width: 70%;
	}
	.section_title.w_65 img {
		width: 65%;
	}
	.button {
		margin: 30px auto;
	}
	.button a {
		padding: 15px;
	}
	#information .recommend_item {
		display: block;
		text-align: center;
		padding: 20px 10px;
	}
	#information .recommend_item .text {
		width: 100%;
	}
	#information .recommend_item .text p {
		font-size: 16px;
		margin: 0 auto 15px;
		line-height: 1.3;
	}
	#information .recommend_item .text h3 {
		font-size: 30px;
		line-height: 1;
		margin-bottom: 15px;
	}
	.recommend_item .text .tel {
		justify-content: center;
	}
	#information .recommend_item .button {
		width: 85%;
		margin: 0 auto;
	}
	#information .recommend_item .button a {
		padding: 10px;
	}
	#information .recommend_item .button p {
		margin-bottom: 0;
		font-size: 20px;
	}
}

.trimming-wrap {
	width: 20%;
	height: 360px;
}

.trimming-wrap img {
	object-fit: cover;
	height: 100%;
}

/****************************
concept
****************************/

.concept_text {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.concept_text {
	width: 100%;
	}
}

/****************************
menu
****************************/

#link1 {
/*	background-image: url("../img/menu_background_img.png");*/
	max-width: 1100px;
}

/****************************
coupon
****************************/
.coupon_box {
	display: flex;
	justify-content: space-between;
	margin: 20px auto;
	padding: 0 20px;
}
.coupon_box li {
	width: calc(100% / 4 - 30px);
}
.coupon_box a {
	color: #000;
}
.coupon_box h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0;
}
.coupon_box p {
	font-size: 18px;
}

.coupom_banner {
	max-width: 1480px;
	margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
	.coupon_box {
		display: block;
		padding: 0 10px;
	}
	.coupon_box li {
		width: 100%;
		padding-bottom: 20px;
	}
	.coupon_box li:last-of-type {
		padding-bottom: 0;
	}
	.coupon_box a {
		display: flex;
	}
	.coupon_box img {
		width: 40%;
		height: 100%;
	}
	.coupon_box .text {
		padding-left: 10px;
	}
	.coupon_box h3 {
		padding: 5px 0;
		font-size: 18px;
	}
	.coupon_box p {
		font-size: 15px;
	}
}
/****************************
cpn
****************************/
#pr_cpn {
/*	background-image: url("../img/common/coupon_background_img.webp");*/
	background-size: cover;
    background-position: center;
	/*max-width: 1480px;*/
/*	margin: 0 auto 100px;*/
	padding: 50px 0;
}
.cpn_box {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}
.cpn_box .section_title {
	padding-bottom: 50px;
}
.cpn_box .section_title img {
	max-width: 400px;
}
#pr_cpn .coupon_item {
	margin-bottom: 50px;
}
.coupon_item .text {
	color: #000;
	font-size: 18px;
	padding-bottom: 30px;
}
.coupon_item .text h3 {
	font-size: 28px;
	padding-bottom: 10px;
}
.coupon_item .text p {
	font-weight: 400;
}
.coupon_item .coupon_set {
	display: flex;
	justify-content: space-between;
}
.coupon_item .coupon_set li {
	display: flex;
	width: calc(100% / 2 - 10px);
}
.coupon_item .coupon_button {
	max-width: 450px;
	margin: 50px auto 80px;
}

#open01,#open02,#open03,#open04,#open05,#open06 {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
}
@media (max-width: 639px) {
	#open01,#open02,#open03,#open04,#open05,#open06 {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: none;
		position: fixed;
	}
}
.close_overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 1000px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	background: #000;
	opacity: 0.5;
	z-index: 5;
}
.modal_window {
    width: 95%;
    max-width: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 9999;
}
.modal_window h2 {
	width: 100%;
	line-height: 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-indent: 15px;
	background: #000;
	padding: 5px 0;
}
.modal_window .mw_c {
	text-align: center;
	padding: 10px;
	font-size: 18px;
}
.modal_window .mw_p {
	font-size: 15px;
	padding: 10px 10px 15px;
	line-height: 1.2;
	text-align: left;
	margin: 0;
}
.coupon_item .close {
	padding: 5px 10px;
	text-align: center;
	color: #000;
	cursor: pointer;
	display: block;
}

@-webkit-keyframes modalFadeIn {
	0% {opacity:0;display:block;}
	100% {opacity:1;}
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn; 
  	-webkit-animation-duration: 1s;
  	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display:block;
	z-index: 8888;
}
@media screen and (max-width: 768px) {
	#cpn {
		padding: 30px 0;
	}
	#pr_cpn {
		margin-bottom: 50px;
	}
	.cpn_box .section_title img {
		max-width: 300px;
	}
	.coupon_item .text {
		font-size: 16px;
	}
	.coupon_item .text h3 {
		font-size: 24px;
	}
	.coupon_item .coupon_set {
		display: block;
	}
	.coupon_item .coupon_set li {
		width: 100%;
	}
	.coupon_item .coupon_set li:first-of-type {
		padding-bottom: 20px;
	}
	.coupon_item .coupon_button {
		max-width: 330px;
		margin-bottom: 60px;
	}
	.modal_window .mw_c {
		font-size: 14px;
	}
}
/****************************
event
****************************/
#event {
	margin-bottom: 200px;
}
.topics_box {
	margin-top: 20px;
}
.topics_inner {
	margin: 0 20px;
}
.topics_inner .text {
	font-size: 18px;
}
.topics_inner .text h3 {
	padding: 20px 0;
	font-weight: 400;
}
.slider2 .slick-prev {
	left: 0px;
}
.slider2 .slick-next {
	right: 0px;
}
.slider2 .slick-prev, .slider2 .slick-next {
	top: 30%;
	height: 45px;
	width: 45px;
    z-index: 1;
}

.banner_box {
	padding: 0 20px;
	margin-top: 20px;
}
.banner_box li:first-child {
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	#event {
		margin-bottom: 50px;
	}
	.slider2 .slick-prev {
		left: 5px;
	}
	.slider2 .slick-next {
		right: 5px;
	}
	.slider2 .slick-dots {
		bottom: -45px;
	}
	.topics_box {
		padding-bottom: 10px;
	}
	.topics_inner .text {
		text-align: center;
		height: 150px;
	}
	.topics_inner .text h3 {
		padding: 15px 0;
	}
	.double_button {
		display: block;
	}
	.double_button .button {
		margin: 20px auto;
	}
	.banner_box {
		margin-top: 50px;
		padding: 0 10px;;
	}
	.banner_box li:first-child {
		margin-bottom: 20px;
	}
}
/******************************
menu
******************************/
.menu_box {
/*	background-image: url("../img/background_1.png");*/
/*	width: 90%;*/
	margin: 0 auto;
	text-align: center;
}
.menu_box h3 {
	font-weight: 600;
}
.menu_box .slider4 {
	width: 90%;
	margin: 20px auto;
    height: auto;
}
.slider4 .slick-next, .slider4 .slick-prev {
	opacity: 1;
}
.menu_box .button {
	border-radius: 50px;
	background-color: #e0a900;
	max-width: 350px;
}
.slider4 img {
    display: block;
    /* max-width: 100%; */
    max-height: 600px;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
	.menu_box {
		width: 95%;
	}
	.menu_box .button {
		max-width: 250px;
	}
	.slider4 img {
/*		aspect-ratio: 4 / 3;*/
		object-fit: cover;
	}
}
/*****************************
recommend
*****************************/
.recommend_box {
	padding: 0 20px;
}
.recommend_item {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}
.img_right {
	flex-direction: row-reverse;
}
.recommend_item .img {
	width: 35%;
}
/*:.recommend_item .text {
	width: 60%;
}*/
.recommend_item .text h3 {
	font-size: 34px;
	margin-bottom: 30px;
}
.recommend_item .text p {
	font-size: 18px;
	margin-bottom: 30px;
/*	max-width: 550px;*/
/*	font-weight: 400;*/
}
.recommend_item .button {
	margin: 0;
	border-radius: 50px;
}
.recommend_item .button p {
	margin-bottom: 0;
}
.recommend_item .double_button {
	justify-content: space-between;
}
.recommend_item .double_button .button {
	width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 768px) {
	#recommend .section_title img {
		width: 50%;
	}
	.recommend_item {
		display: block;
		margin-bottom: 50px;
	}
	.recommend_item .img, .recommend_item .text {
		width: 100%;
	}
	.recommend_item .img {
		margin-bottom: 20px;
	}
	.recommend_item .text h3 {
		text-align: center;
		font-size: 23px;
		font-weight: 700;
	}
	.recommend_item .text p {
		font-size: 16px;
		margin:0 auto 15px;
	}
	.recommend_item .text .button {
		margin: 0 auto;
	}
	.recommend_item .text .button p {
		margin-bottom: 0;
	}
	.recommend_item .double_button .button {
		width: 100%;
	}
	.recommend_item .double_button .button:first-of-type {
		margin-bottom: 20px;
	}
}

/************************************
shop
************************************/

#link2 {
	background-image: url("../img/common/bg-image_1.webp");
	background-repeat: no-repeat;
    background-size: cover;
}

.photolist {
	padding: 0 10px;
}
/*
.photolist .gallery ul:after {
	content: '';
	display: block;
	clear: both;
}
.photolist .gallery ul li {
	width: 25%;
	float: left;
	display: none;
}
.photolist .gallery ul li .box {
	padding: 5px;
	
}
.photolist .gallery ul li img {
	width: 100%;
	position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    background: #eee;
}
.photolist .gallery ul li:nth-child(-n+20) {
	display: block;
}
@media screen and (min-width: 1001px) {
	.photolist .gallery ul li {
		width: 25%;
	}
	.photolist .gallery ul li .box {
		padding: 15px;
	}
	.photolist .gallery ul li:nth-child(-n+30) {
		display: block;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	.photolist .gallery ul li {
		width: 25%;
	}
	.photolist .gallery ul li .box {
		padding: 10px;
	}
	.photolist .gallery ul li:nth-child(-n+25) {
		display: block;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	.photolist .gallery ul li {
		width: 25%;
	}
	.photolist .gallery ul li .box {
		padding: 8px;
	}
	.photolist .gallery ul li:nth-child(-n+20) {
		display: block;
	}
}
*/
/*********************************
flex-column
*********************************/

.flex-column {
    display: flex;
	flex-wrap : wrap;
    justify-content: flex-start;
    /* margin: 20px 10% 50px; */
    padding: 0px 0 0 6%;
    gap: 10px;
}
.flex-column li {
/*	width: calc(100% / 3 - );*/
/*	width: 20%;*/
}
.flex-column li {}
.flex-column a {
	color: #000;
}
.flex-column h3 {
	font-size: var(--size-small);
    font-weight: var(--weight-medium);
    padding: 5px;
    text-align: left;
	margin-bottom: 0;
}
.flex-column p {
	font-size: var(--size-small);
    font-weight: var(--weight-medium);
    padding: 5px;
    text-align: right;
	margin-bottom: 0;
}
/*
.flex-column::after{
  content:"";
  display: block;
	width: calc(100% / 4 - -5.7rem);
}
*/


.column-item {
  width:22%;
  height:auto;
  position:relative;
}

.column-item::before {
    content: "";
    display: block;
    width: 22%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
    order: 1;  /* 疑似要素beforeの順番を必ず指定する*/
}

.column-item::after {
  display:block;
  content:'';
  width:22%;
  height:0;
  padding-top: 70%;
}
.column-item img {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
	height:100%;
  object-fit:cover;
  object-position:center;
  background:#eee;
}

@media screen and (min-width: 768px) {
	.flex-column {
    gap: 30px;
	}
	.column-item::after {
	width: 22%;
}
}



/***********************************
movie
***********************************/

.movie_box video{
	width: 80%;
	margin: 20px auto 0;
	display: block;
}

/***********************************
info
***********************************/
#link4 {
	background-image: url("../img/common/bg-image_2.webp");
	background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    margin-bottom: 100px;
}

.info_box {
	margin: 20px auto 0;
}
.info_box table {
	width: 90%;
	margin: 0 auto;
	text-align: left;
}
.info_box table th {
	width: 20%;
	padding: 20px;
/*	border: 2px solid #D4CABB; */
/*	border-bottom: 2px solid #fff; */
	font-size: 20px;
	font-weight: bold;
/*	background-color: #d4cabb; */
/*	color: #928776; */
}
.info_box table tr:last-of-type th {
/*	border-bottom: 2px solid #D4CABB; */
}
.info_box table td {
/*	border: 2px solid #D4CABB; */
	vertical-align: middle;
	height: 100px;
	padding: 20px;
	font-size: 18px;
	font-weight: 400
}
.font_weight_600 {
	font-weight: 600;
}
.info_box table td a {
	color: #fff;
/*	font-size: 28px; */
	font-weight: 400;
}

.txt_copy {
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
#copyText {
	font-weight: 400;
}
.txt_copy .button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 0;
    margin: 0;
    border: none;
    cursor: pointer;
}

.info_box .payment {
	display: flex;
	max-width: 90%;
}
.info_box .payment li {
	padding: 5px;
	display: flex;
	width: auto;
}
.payment img {
    max-height: 80px;
}
.info_box .custom {
	max-width: 50%;
}
.access_box {
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
}
.access_box li {
	width: 100%;
	padding: 0 20px;
}

.iframe-map {
    margin: 0 auto;
	max-width: 1100px;
    position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-map iframe {
      position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    padding: 0 50px;
}


@media screen and (max-width: 768px) {
    #link4 {
    padding-bottom: 50px;
        margin-bottom: 0;
    }
	.info_box table {
		width: 95%;
	}
	.info_box table th {
		width: 30%;
		padding: 10px;
		font-size: 16px;
	}
	.info_box table td {
		font-size: 14px;
		padding: 5px;
		height: 50px;
	}
	.info_box .double_button {
		margin-bottom: 50px;
	}
	.info_box .custom {}
	.access_box {
		display: block;
	}
	.access_box li {
		padding: 0 10px;
	}
	.access_box li:first-of-type {
		margin-bottom: 30px;
		height: 300px;
	}
}
/******************************
review
******************************/

.review_box {
	background-image: url("../img/common/background_3.png");
	background-position: center;
	text-align: center;
	padding-bottom: 50px;
	/*max-width: 1480px;*/
	margin: 0 auto;
}
.review_box .text, .menu_box {
	color: #000;
	padding: 50px 0;
	font-size: 20px;
}
.review_box .text p, .menu_box p {
	padding-bottom: 20px;
	font-weight: 400;
}
.review_box .text h3, .menu_box h3 {
	font-size: 25px;
}
.slider3 {
	max-width: 1480px;
	margin: 0 auto;
}
.slider3 li {
	padding: 0 20px;
}
.slider3 .slick-next {
	right: 20px;
}
.slider3 .slick-prev {
	left: 20px;
	z-index: 999;
}
.slider3 .slick-prev, .slider3 .slick-next {
	width: 45px;
	height: 45px;
}

@media screen and (max-width: 768px) {
	.review_box .text, .menu_box {
		font-size: 18px;
		padding: 40px 0;
	}
	.review_box .text p, .menu_box p {
		padding-bottom: 10px;
	}
	.slider3 li {
		padding: 0 15px;
	}
}

/*******************************
sns
*******************************/

.sns_box {
	margin: 20px auto 0;
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
}
.sns_box ul {
	width: calc(100% / 2 - 20px);
}

@media screen and (max-width: 768px) {
	.sns_box {
		display: block;
		padding: 0 10px;
	}
	.sns_box ul {
		width: 100%;
	}
	.sns_box ul:first-of-type {
		padding-bottom: 30px;
	}
}

/********************************
sitemap
********************************/
.sitemap_box {
	background-color: #d4cabb;
	font-size: 18px;
	/*max-width: 1480px;*/
	margin: 0 auto;
}
.sitemap_inner {
	max-width: 650px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 50px 0;
}
.sitemap_inner .menu {
	display: flex;
}
.sitemap_inner .menu ul {
	padding-top: 30px;
	padding-left: 30px;
}
.sitemap_inner .various {
	line-height: 1.7;
}

@media screen and (max-width: 768px) {
	.sitemap_inner {
		display: block;
		padding: 50px 30px;
	}
	.sitemap_inner .menu ul {
		padding-top: 20px;
		padding-left: 20px;
	}
}
/********************************
footer
********************************/

#footer {
	/*background-image: url("../img/common/menu_background_img.webp");*/
	/*max-width: 1480px;*/
	background-color: var(--main-color);
	margin: 0 auto;
}
#footer .recommend_item {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
    text-align: center;
}
#footer .recommend_item .text {
	color: #000;
	text-align: center;
}
#footer .recommend_item .text p {
	margin-bottom: 10px;
	line-height: 1.5;
}
#footer .recommend_item .text h3 {
	margin-bottom: 10px;
	font-size: 54px;
}
.recommend_item .text .tel {
	align-items: center;
}
.recommend_item .text .tel img {
	width: 4%;
	height: 11%;
	padding-right: 10px;
}
/*#footer .recommend_item .img {
	width: 50%;
	padding-right: 50px;
}*/
#footer .recommend_item .button {
	max-width: 400px;
	background-color: #e0a900;
}
#footer .recommend_item .button a {
	padding: 15px;
}
#footer .recommend_item .button p {
	margin-bottom: 0;
	display: inline-flex;
	align-items: center;
}
#footer .recommend_item .button span {
	font-size: 10px;
	padding-left: 20px;
}
/* before
#footer .recommend_item {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 0;
	justify-content: center;
}
#footer .recommend_item .text {
	color: #fff;
}
#footer .recommend_item .text p {
	margin-bottom: 10px;
	line-height: 1.5;
}
#footer .recommend_item .text p span {
	font-size: 21px;
}
#footer .recommend_item .text h3 {
	margin-bottom: 10px;
	font-size: 54px;
}
#footer .recommend_item .img {
	padding: 60px;
}
*/
#footer .sns_box {
	justify-content: center;
	padding-bottom: 50px;
}
#footer .sns_box ul {
	width: calc(100% / 2 - 20px);
}
#footer .sns_box li {
	padding: 0 10px;
	width: 70px;
}

.logo-text {
	color: #fff;
	font-size: 1rem;
	text-align: center;
}
.logo-text span {
	font-size: 3rem;
	font-weight: 600;
}

@media screen and (max-width: 768px) {
	#footer {
		padding-bottom: 70px;
	}
	#footer .recommend_item .img {
		padding: 0 0 30px;
		margin: 0 auto;
		width: 70%;
	}
	#footer .recommend_item .text {
		padding: 0 10px;
		text-align: center;
		font-size: 16px;
		line-height: 1.3;
	}
	#footer .recommend_item .text p {
		margin-bottom: 15px;
	}
	#footer .recommend_item .text p span {
		display: block;
	}
	#footer .recommend_item .text h3 {
		font-size: 37px;
		line-height: 1;
	}
	#footer .sns_box {
		padding-bottom: 20px;
		margin-top: 0;
		display: flex;
	}
}