@charset "utf-8";
/* CSS Document */
.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: 800;
}
.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: 49px;
	margin-top: -49px;
}
.anker2 {
	padding-top: 20px;
	margin-top: -20px;
}
@media screen and (max-width: 768px) {
	.visible-sp {
		display: block;
	}
	.visible-pc {
		display: none;
	}
	.sp-button {
		border-radius: 0;
	}
}
/********************************
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;
}
.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: 10px;
		padding: 0 11px;
	}
}
.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: 400px;
	width: 25%;
	z-index: 999;
	pointer-events: none;
	transform: translate(-50%, -50%);
}
.slider img {
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
	.slider_box .slide_logo {
		width: 50%;
	}
}
/******************************
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% / 3);*/
}

.pagetop{
    display: none;
    position: fixed;
	z-index: 9999;
    right: 25px;
    bottom: 20px;
}
.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: 80px;
	}
	.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_img.jpg");
	position: relative;
}
section {
	margin: 100px auto;
}
#pr_latest, #event, #banner, #pr_recommend, #movie, #pr_shop, #pr_sns {
	max-width: 1100px;
}
#pr_sns {
	max-width: 540px;
}

.section_title {
	text-align: center;
	padding-bottom: 50px;
}
.section_title img {
	max-width: 300px;
	width: 50%;
}
.button {
	max-width: 260px;
	font-size: 18px;
	margin: 50px auto;
	background-color: #e1af2c;
	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.png");
	/*max-width: 1480px;*/
	margin: 0 auto;
}
#information .recommend_item {
	max-width: 1100px;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
}
.recommend_item .head {
	color: #fff;
	text-align: center;
	margin: 0 auto 30px;
}
.recommend_item .head h1 {
	font-size: 50px;
	color: #fff;
	padding-bottom: 10px;
}
.recommend_item .head p {
	font-size: 25px;
}
.recommend_item .item {
	display: flex;
	justify-content: space-between;
}
.recommend_item .item li {
	width: calc(100% / 4 - 20px);
}
#information .recommend_item .text {
	color: #fff;
}
#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;
}
.recommend_item .text .tel img {
	width: 11%;
	height: 11%;
	padding-right: 10px;
}
#information .recommend_item .img {
	width: 50%;
	padding-right: 50px;
}
#information .recommend_item .button {
	max-width: 400px;
	background-color: #df1111;
}
#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: 10px;
}

/*
#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: 300px;
    /*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:150px;
    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:90px;
	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: 50px auto;
	}
	.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;
	}
	.recommend_item .head h1 {
		font-size: 30px;
	}
	.recommend_item .head p {
		font-size: 18px;
	}
	.recommend_item .item {
		flex-wrap: wrap;
	}
	.recommend_item .item li {
		width: calc(100% / 2 - 10px);
	}
	.recommend_item .item li:nth-of-type(1),
	.recommend_item .item li:nth-of-type(2) {
		padding-bottom: 20px;
	}
	#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: 18px;
	}
}
/****************************
latest
****************************/
.latest_box {
	display: flex;
	justify-content: flex-start;
	margin: 20px auto;
	padding: 0 20px;
}
.latest_box li {
	width: calc(100% / 4 - 30px);
}
.latest_box li {
	margin-right: 20px;
}
.latest_box a {
	color: #000;
}
.latest_box h3 {
	font-size: 20px;
	font-weight: bold;
	padding: 20px 0;
}
.latest_box p {
	font-size: 18px;
}

.latest_banner {
	max-width: 1480px;
	margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
	.latest_box {
		display: block;
		padding: 0 10px;
	}
	.latest_box li {
		width: 100%;
		padding-bottom: 20px;
		margin-right: 0;
	}
	.latest_box li:last-of-type {
		padding-bottom: 0;
	}
	.latest_box li a {
		display: flex;
	}
	.latest_box img {
		width: 40%;
		height: 100%;
	}
	.latest_box .text {
		padding-left: 10px;
	}
	.latest_box h3 {
		padding: 0 0 5px;
		font-size: 18px;
	}
	.latest_box p {
		font-size: 15px;
	}
	.latest_banner {
		margin-bottom: 50px;
	}
}
/****************************
cpn
****************************/
#pr_cpn {
	background-image: url("../img/common/coupon_background_img.png");
	background-size: cover;
    background-position: center;
	/*max-width: 1480px;*/
	margin: 0 auto 100px;
	padding: 50px 0;
}
.cpn_box {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 10px;
}
.cpn_box .section_title {
	padding-bottom: 50px;
}
.cpn_box .section_title img {
	max-width: 400px;
}
.coupon_item .text {
	color: #fff;
	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;
	margin-bottom: 50px;*/
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.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;
	}
	#pr_cpn {
		margin-bottom: 50px;
		padding-bottom: 1px;
	}
}
.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;
	}
	.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 {
		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 a {
	color: #000;
}
.topics_inner .text {
	font-size: 18px;
}
.topics_inner .text h3 {
	padding: 20px 0;
	font-weight: 400;
}
.slider2 .slick-prev, .slider2 .slick-next {
	top: 28%;
	height: 45px;
	width: 45px;
}
.slider2 .slick-prev {
z-index: 1;
}
.banner_box {
	padding: 0 20px;
	margin-top: 20px;
}
.banner_box li {
	margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
	#event {
		margin-bottom: 50px;
	}
	.slider2 .slick-prev, .slider2 .slick-next {
	height: 30px;
	width: 30px;
	}
	.slider2 .slick-prev {
		/*left: 5px;*/
		left: 1px;
	}
	.slider2 .slick-next {
		/*right: 5px;*/
		right: 1px;
	}
	.slider2 .slick-dots {
		bottom: -45px;
	}
	.slick-dotted.slick-slider {
		height: 340px;
	}
	.slider2 .slick-track {
		height: 340px;
	}
	.topics_box {
		padding-bottom: 10px;
	}
	.topics_inner .text {
		text-align: center;
	}
	.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 {
		margin-bottom: 20px;
	}
}
/******************************
menu
******************************/
.menu_box {
	background-image: url("../img/common/menu_background_img.png");
	width: 90%;
	max-width: 1480px;
	margin: 0 auto;
	text-align: center;
}
.menu_box .slider4 {
	width: 90%;
	margin: 20px auto;
}
.slider4 .slick-next, .slider4 .slick-prev {
	opacity: 0.8;
}
.menu_box .button {
	border-radius: 50px;
	background-color: #df1111;
	max-width: 350px;
}
@media screen and (max-width: 768px) {
	.menu_box {
		width: 95%;
	}
	.menu_box .button {
		max-width: 250px;
	}
}
/*****************************
recommend
*****************************/
.recommend_box {
	padding: 0 20px;
}
.recommend_item {
	display: flex;
	justify-content: space-between;
	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-bottom: 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
************************************/
.shoplist {
	padding: 0 10px;
}
.shoplist .garally ul:after {
	content: '';
	display: block;
	clear: both;
}
.shoplist .garally ul li {
	width: 25%;
	float: left;
	display: none;
}
.shoplist .garally ul li .box {
	padding: 5px;
}
.shoplist .garally ul li img {
	width: 100%;
}
.shoplist .garally ul li:nth-child(-n+16) {
	display: block;
}
@media screen and (min-width: 1001px) {
	.shoplist .garally ul li {
		width: 25%;
	}
	.shoplist .garally ul li .box {
		padding: 15px;
	}
	.shoplist .garally ul li:nth-child(-n+30) {
		display: block;
	}
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
	.shoplist .garally ul li {
		width: 25%;
	}
	.shoplist .garally ul li .box {
		padding: 10px;
	}
	.shoplist .garally ul li:nth-child(-n+25) {
		display: block;
	}
}
@media screen and (min-width: 480px) and (max-width: 768px) {
	.shoplist .garally ul li {
		width: 25%;
	}
	.shoplist .garally ul li .box {
		padding: 8px;
	}
	.shoplist .garally ul li:nth-child(-n+20) {
		display: block;
	}
}
/***********************************
movie
***********************************/

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

/***********************************
info
***********************************/
#pr_info {
	background-image: url(../img/common/menu_background_img.png);
	margin: 0 auto;
}
#pr_info .section_title {
	padding-bottom: 20px;
}
#pr_info .section_title h2 {
	color: #fff;
	font-size: 25px;
	font-weight: 400;
}
#pr_info .section_title img {
	margin-bottom: 20px;
}

.info_sec {
	max-width: 1100px;
	margin: 0 auto 50px;;
}
.info_btn {
	max-width: 900px;
	margin: 0 auto 50px;
}
.info_btn ul {
	display: flex;
	justify-content: space-between;
}
.info_btn ul li {
	width: calc(100% / 4 - 20px);
	text-align: center;
	padding: 10px;
	background-color: #FF0004;
	color: #fff;
	font-size: 18px;
}
.info_btn ul li a {
	font-weight: bold;
}
.ribbon_box {
	display: block;
	position: relative;
}
.ribbon_inner {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 43px;
	overflow: hidden;
}
.ribbon {
  display: inline-block;
  position: absolute;
  padding: 5px 0;
  left: 2px;
  top: 3px;
  width: 70px;
  text-align: center;
  font-size: 12px;
  line-height: 9px;
  font-weight: 500;
  background: #e1af2c;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  /*box-shadow: 0 0 0 2px rgb(57, 195, 212);
  border-top: dashed 1px rgba(255, 255, 255, 0.65);
  border-bottom: dashed 1px rgba(255, 255, 255, 0.65);*/
}
.info_box {
	margin: 20px auto 0;
	padding: 0 20px 50px;
	display: flex;
	justify-content: space-between;
}
.info_box div {
	width: calc(100% / 2 - 20px);
}
.info_sec h3 {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}
.info_box .info_item > .info_img {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.info_box .info_item > .info_img p {
	position: absolute;
	text-align: center;
	bottom: 0;
	color: #fff;
	width: 100%;
	font-size: 18px;
	padding: 5px 0;
	background-color: #00000087;
}
.info_box .info_item > .info_img img {
	/*padding-bottom: 20px;*/
}
.info_box .info_item .button {
	max-width: 100%;
	margin: 0;
	border-radius: 0;
	background-color: unset;
}

.info_box .info_item .button li {
	height: 50px;
	margin-bottom: 20px;
}
.info_box .info_item .button a {
	font-weight: 400;
	padding: 0;
	display: block;
	position: relative;
	height: 100%;
}
.info_box .info_item .button a img {
	position: absolute;
	right: 14%;
	top: 15px;
}
.info_box .info_item .button .line {
	background-color: #46BF22;
}
.info_box .info_item .button .line span {
	font-size: 16px;
	font-weight: 400;
}
.info_box .info_item .button .shop {
	background-color: #e1af2c;
}
.info_box .info_item .button .shop a {
	padding-top: 12px;
}

.info_box table {
	/*width: 90%;*/
	background-color: #fff;
	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: #df1111;
	font-size: 28px;
	font-weight: 700;
}

.txt_copy {
    width: 100%;
    box-sizing: border-box;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}
#copyText, #copyText2, #copyText3, #copyText4 {
	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 .logo {
	display: flex;
	max-width: 500px;
}
.info_box .logo li {
	padding: 5px;
	display: flex;
/*	width: auto;*/
	width: 20%;

}
.info_box .custom {
/*	width: 30%;*/
}
.access_box {
	display: flex;
	margin: 0 auto;
	max-width: 1200px;
}
.access_box li {
	width: 100%;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	#pr_info .section_title {
		padding: 0 10px 20px;
	}
	#pr_info .section_title h2 {
		font-size: 18px;
	}
	.info_btn {
		margin-bottom: 30px;
	}
	.info_btn ul {
		flex-wrap: wrap;
		padding: 0 10px;
	}
	.info_btn ul li {
		width: calc(100% / 2 - 5px);
		font-size: 16px;
	}
	.info_btn ul li:nth-of-type(1),
	.info_btn ul li:nth-of-type(2) {
		margin-bottom: 10px;
	}
	.ribbon {
		left: 8px;
		top: 1px;
		width: 64px;
		font-size: 12px;
	}
	.info_box {
		padding: 0 10px 30px;
		flex-wrap: wrap;
	}
	.info_box div {
		width: 100%;
	}
	.info_box .info_item > .info_img p {
		font-size: 16px;
	} 
	.info_box .info_item .button li {
		margin-bottom: 10px;
	}
	.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 .logo {
		/*width: 70%;*/
	}
	.info_box .custom {
		width: 30%;
	}
	.info_box .info_item .button a img {
		right: 13%;
	}
	.access_box {
		display: block;
	}
	.access_box li {
		padding: 0 10px;
	}
	.access_box li:first-of-type {
		margin-bottom: 30px;
		height: 300px;
	}
	.info_box .custom {
	width: 100%;
}
}
/******************************
review
******************************/

.review_box {
	background-image: url("../img/common/review_background_img.png");
	background-position: center;
	text-align: center;
	padding-bottom: 50px;
	/*max-width: 1480px;*/
	margin: 0 auto;
}
.review_box .text, .menu_box {
	color: #fff;
	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: 28px;
}
.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: flex-start;
}
.sns_box li {
	width: 60px;
	margin-right: 20px;
}
/*.inst_box {
	display: flex;
	justify-content: space-between;
}
.inst_box ul {
	width: calc(100% / 2 - 10px);
}*/
.inst_box .img {
	margin-bottom: 20px;
}
.inst_box .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inst_box .photo li {
	width: calc(100% / 3 - 10px);
}
.inst_box .photo li:nth-of-type(1),
.inst_box .photo li:nth-of-type(2),
.inst_box .photo li:nth-of-type(3) {
	padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.sns_box {
		/*display: block;
		padding: 0 10px;
		margin-bottom: 10px;*/
	}
	.sns_box ul {
		width: 100%;
	}
	.sns_box li {
		width: 40px;
		margin-right: 10px;
	}
	.sns_box ul:first-of-type {
		padding-bottom: 30px;
	}
	.inst_box {
		padding: 0 10px;
		display: block;
	}
	.inst_box ul {
		width: 100%;
	}
}

/********************************
sitemap
********************************/
.sitemap_box {
	background-color: #d4cabb;
	font-size: 18px;
	/*max-width: 1480px;*/
	margin: 0 auto;
}
.sitemap_inner {
	max-width: 650px;
	display: flex;
	justify-content: space-between;
	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.png");
	/*max-width: 1480px;*/
	margin: 0 auto;
}
#footer .recommend_item {
	max-width: 900px;
	margin: 0 auto;
	padding: 50px 0 20px;
	justify-content: center;
}
#footer .recommend_item {
	color: #fff;
	font-weight: 400;
}
#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: 50px;
	text-align: center;
}
#footer .recommend_item .img img {
	padding-bottom: 10px;
}
#footer .recommend_item .img span {
	color: #fff;
	font-size: 14px;
	font-weight: 400;
}
#footer .sns_box {
	justify-content: center;
	padding-bottom: 50px;
}
#footer .footer_item {
	width: 50%;
}
#footer .footer_item h4 {
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
	font-size: 25px;
	font-weight: 400;
}
#footer .footer_img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .footer_img li {
	width: calc(100% / 2 - 10px);
}
#footer .footer_img li:nth-of-type(1),
#footer .footer_img li:nth-of-type(2) {
	padding-bottom: 20px;
} 

@media screen and (max-width: 768px) {
	#footer {
		padding-bottom: 64px;
	}
	#footer .recommend_item .img {
		padding: 0 0 30px;
		margin: 0 auto;
		width: 100%;
		display: grid;
		justify-items: center;
	}
	#footer .recommend_item .img img {
		width: 35%;
	}
	#footer .footer_item {
		width: 100%;
		padding: 0 10px;
	}
	#footer .footer_item h4 {
		font-size: 21px;
	}
	#footer .sns_box {
		padding-bottom: 20px;
	}
	#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;
	}
}

/********************************
notice
********************************/

.notice {
	text-align: center;
}

.notice h2 {
	font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
}

.notice p {
	font-size: 16px;
	font-weight: 600;
}


@media screen and (min-width: 768px) {
.notice h2 {
	font-size: 34px;
    font-weight: 800;
    margin-bottom: 20px;
}

.notice p {
	font-size: 18px;
	font-weight: 600;
}
}

/********************************addition********************************/

.notice {text-align: left;}
.notice h3 {font-size: 24px;padding-bottom: 10px;}
.notice p {font-size: 16px;}