@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #282828;
	font-weight: 700;
	font-feature-settings: "palt";
}
@media (max-width: 767px) {
body {
	font-size: 14px;
}
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td,input,a,textarea,select,span,nav,section,table
{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
label
{ cursor: pointer;}
table {
	border-spacing: 0;
}
fieldset, img
{ border: 0;}
img
{ vertical-align: top; max-width: 100%;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}



/* link
------------------------------------------------ */
a {
	color: #282828;
	text-decoration:none;
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

a:hover {
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .8;
	-webkit-opacity: .8;
	-moz-opacity: .8;
	filter: alpha(opacity=80);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
	-webkit-transition: opacity 0.5s ease-out;
	-moz-transition: opacity 0.5s ease-out;
	-ms-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}
.visible-ts {
	display: none !important;
}
.visible-sp {
	display: none !important;
}
@media (max-width: 1024px) {
	.visible-pc {
		display: none !important;
	}
	.visible-ts {
		display: block !important;
	}
	.visible-sp {
		display: none !important;
	}
}
@media (max-width: 767px) {
	.visible-pc {
		display: none !important;
	}
	.visible-ts {
		display: none !important;
	}
	.visible-sp {
		display: block !important;
	}
}
@media (min-width: 992px) {
	.visible-ts-sp {
		display: none !important;
	}
}


/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 700;
}
.fwbl {
	font-weight: 900;
}

.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}



@charset "utf-8";

.text-right {
    text-align: right;
}

/* wrapper
----------------------------------------------- */
#wrapper {
	padding: 80px 0 0;
	overflow: hidden;
}
.inner {
	max-width: 790px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}
.innerbox {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 767px) {
	#wrapper {
		padding: 60px 0 0;
	}
}


/* header
----------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #000;
	z-index: 9;
}
#header .headerin {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	padding: 0 60px;
}
#header .headerlogo {
	margin-right: 10px;
	flex-shrink: 0;
	position: relative;
	z-index: 8;
}
#header .headerlogo a {
	display: block;
}
#header .headerlogo img {
	width: 210px;
}
#header .headermess {
	display: flex;
	align-items: center;
}
#header .headermess .headerbtn {
	margin-right: 30px;
}
#header .headermess .headerbtn a {
	display: block;
}
#header .headermess .headerbtn img {
	width: 232px;
}


.navbar-toggle {
	cursor: pointer;
	width: 30px;
	height: 21px;
	background: url("../img/open.svg") center center no-repeat;
	background-size: 30px 21px;
	position: relative;
	z-index: 8;
}
.navbar-toggle.on {
	background: url("../img/close.svg") center center no-repeat;
	background-size: 25px 21px;
}


.navbar-collapse {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background: rgba(0,0,0,1);
	width: 100%;
	height: 100vh;
	padding: 80px 0 40px;
	z-index: 7;
}
.navbarbox {
	height: 100%;
	padding: 0 90px;
	overflow-y: scroll;
	color: #fff;
}
.navbarbox {
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.navbarbox::-webkit-scrollbar{
	display: none;
}
.navbarbox {
	scrollbar-width: none;
}
.navbarbox .navbarin {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	padding: 40px 0 0;
}
.navbarbox .gnavi {
	margin-right: 20px;
}
.navbarbox .gnavi li a {
	color: #fff;
	font-size: 24px;
	display: inline-block;
}
.navbarbox .gnavi li+li {
	margin-top: 20px;
}
.navbarbox .navbarcont {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: column;
	padding: 30px 0 0;
}
.navbarbox .navbarbtn a img {
	width: 330px;
}
.navbarbox .navbarmess {
	
}
.navbarbox .navbarsns {
	display: flex;
	align-items: center;
}
.navbarbox .navbarsns .snstit {
	font-size: 20px;
	margin-right: 30px;
}
.navbarbox .navbarsns .snslist {
	display: flex;
	align-items: center;
}
.navbarbox .navbarsns .snslist li+li {
	margin-left: 15px;
}
.navbarbox .navbarsns .snslist li {
	font-size: 0;
}
.navbarbox .navbarsns .snslist li img {
	width: 30px;
}
.navbarbox .navbarmap {
	display: flex;
	justify-content: flex-end;
	margin-top: 35px;
}
.navbarbox .navbarmap a {
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
}
@media (max-width: 1024px) {
#header .headerin {
	padding: 0 20px;
}
}
@media (max-width: 767px) {
#header .headerin {
	height: 60px;
}
#header .headerlogo img {
	width: 150px;
}
#header .headermess .headerbtn {
	display: none;
}

.navbar-collapse {
	padding: 60px 0 20px;
}
.navbarbox {
	padding: 0 20px;
}
.navbarbox .navbarin {
	display: block;
	padding: 0;
}
.navbarbox .gnavi {
	margin: 0 0 20px;
}
.navbarbox .gnavi li {
	border-bottom: 1px #fff solid;
}
.navbarbox .gnavi li a {
	font-size: 14px;
	display: block;
	padding: 10px 5px;
}
.navbarbox .gnavi li+li {
	margin-top: 0;
}
.navbarbox .navbarcont {
	padding: 0;
}
.navbarbox .navbarbtn {
	margin-top: 20px;
}
.navbarbox .navbarbtn a img {
	width: 200px;
}
.navbarbox .navbarsns .snstit {
	font-size: 16px;
	margin-right: 10px;
}
.navbarbox .navbarsns .snslist li+li {
	margin-left: 10px;
}
.navbarbox .navbarsns .snslist li img {
	width: 25px;
}
.navbarbox .navbarmap {
	margin-top: 15px;
}
.navbarbox .navbarmap a {
	font-size: 14px;
}
}


/* footer
----------------------------------------------- */
#footer {
	background: #000;
	padding: 60px 0 70px;
}
#footer .pagetop {
	position: fixed;
	right: 0;
	bottom: 0;
	transform: translateY(100%);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
	z-index: 5;
}
.show #footer .pagetop {
	transform: translateY(0);
	transition: all 0.5s !important;
	-moz-transition: all 0.5s !important; /* Firefox */
	-webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
#footer .pagetop img {
	width: 76px;
}
#footer .footerin {
	max-width: 700px;
	margin: 0 auto;
}
#footer .footerlogo {
	text-align: center;
	margin-bottom: 70px;
}
#footer .footerlink {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 40px;
}
#footer .footerlink .linkbox li+li {
	margin-top: 10px;
}
#footer .footerlink .linkbox li a {
	font-size: 14px;
	color: #fff;
	display: block;
}
#footer .footersns {
	display: flex;
	justify-content: center;
	align-items: center;
}
#footer .footersns li {
	margin: 0 22px;
}
#footer .copyright {
	text-align: center;
	margin-top: 35px;
	font-size: 16px;
	color: #fff;
}

@media (max-width: 1024px) {
#footer .pagetop img {
	width: 50px;
}
}
@media (max-width: 767px) {
#footer .pagetop img {
	width: 40px;
}
#footer {
	padding: 40px 0;
}
#footer .footerlogo {
	margin-bottom: 30px;
}
#footer .footerlink {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
#footer .footerlink .linkbox {
	width: 47%;
}
#footer .footerlink .linkbox li {
	margin-top: 10px;
}
#footer .footerlink .linkbox li a {
	font-size: 12px;
}
#footer .footersns li {
	margin: 0 15px;
}
#footer .copyright {
	margin-top: 30px;
	font-size: 14px;
}
}


/* anchor
----------------------------------------------- */
.anchor {
	padding-top: 80px;
	margin-top: -80px;
}
@media (max-width: 767px) {
.anchor {
	padding-top: 60px;
	margin-top: -60px;
}
}



/* H
----------------------------------------------- */
.hdl {
	text-align: center;
	font-size: 35px;
	letter-spacing: 0.2em;
	line-height: 1.2;
	font-weight: 900;
}
h2 span,
.nightfeature p.featcap span,
.dayfeature .featcap span{
	position: relative;
}
h2 span:before,
h2 span:after,
.nightfeature p.featcap span:before,
.nightfeature p.featcap span:after,
.dayfeature .featcap span:before,
.dayfeature .featcap span:after{
	content: "";
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
	width: 98px;
	height: 28px;
}
.nightfeature p.featcap span:before,
.nightfeature p.featcap span:after,
.dayfeature .featcap span:before,
.dayfeature .featcap span:after{
	width: 76px;
	height: 22px;
}
h2 span:before{
	left: -128px;
}
.nightfeature p.featcap span:before,
.dayfeature .featcap span:before{
	left: -90px;
}
h2 span:after{
	right: -123px;
}
.nightfeature p.featcap span:after,
.dayfeature .featcap span:after{
	right: -89px;
}
.caution h2 span:before,
.caution h2 span:after,
.ticket h2 span:before,
.ticket h2 span:after{
	background-image: url("../img/dec_title01.svg");
}
.event_map h2 span:before,
.event_map h2 span:after,
.newsbox h2 span:before,
.newsbox h2 span:after,
.gallery h2 span:before,
.gallery h2 span:after,
.return h2 span:before,
.return h2 span:after{
	background-image: url("../img/dec_title02.svg");
}
.tvcm h2 span:before,
.tvcm h2 span:after,
.access h2 span:before,
.access h2 span:after,
.faq h2 span:before,
.faq h2 span:after{
	background-image: url("../img/dec_title03.svg");
}
.nightfeature p.featcap span:before,
.nightfeature p.featcap span:after{
	background-image: url("../img/dec_title04.svg");
}
.dayfeature .featcap span:before,
.dayfeature .featcap span:after{
	background-image: url("../img/dec_title05.svg");
}
@media (max-width: 991px){
	.gallery h2 span:after{
		right: -155px;
	}
}
@media (max-width: 767px) {
	.hdl {
		font-size: 20px;
	}
	h2 span:before,
	h2 span:after{
		content: "";
		position: absolute;
		background-size: cover;
		top: 50%;
		transform: translateY(-50%);
		width: 47px;
		height: 19px;
	}
	h2 span:before{
		left: -60px;
	}
	h2 span:after{
		right: -58px;
	}
	.gallery h2 span:after {
		right: -78px;
	}
}

.combtn {
	text-align: center;
}


.comnote li+li {
	margin-top: 5px;
}
.comnote li {
	font-size: 14px;
	text-indent: -1em;
	padding-left: 1em;
	letter-spacing: 0.05em;
}
@media (max-width: 767px) {
.comnote li {
	font-size: 12px;
}
}


/* main
----------------------------------------------- */
.main {
	position: relative;
}
.main .maintxt01 {
	position: absolute;
	left: 10%;
	bottom: 65px;
	z-index: 2;
}
.main .maintxt01 img {
	width: 74px;
}
.main .maintxt02 {
	position: absolute;
	right: 10%;
	top: 80px;
	z-index: 2;
}
.main .maintxt02 img {
	width: 22px;
}
.mainslider img {
	width: 100%;
}
.mainslider .mainimg {
	height: calc(70vh - 80px);
}
.mainslider .mainimg01 {
	background: url("../img/mainimg01.jpg") center center no-repeat;
	background-size: cover;
}
.mainslider .mainimg02 {
	background: url("../img/mainimg02.jpg") center center no-repeat;
	background-size: cover;
}
.mainslider .mainimg03 {
	background: url("../img/mainimg03.jpg") center center no-repeat;
	background-size: cover;
}
.mainslider .mainimg04 {
	background: url("../img/mainimg04.jpg") center center no-repeat;
	background-size: cover;
}
.mainslider .mainimg05 {
	background: url("../img/mainimg05.jpg") center center no-repeat;
	background-size: cover;
}
.mainslider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	width: 100%;
	top: calc(100% + 20px);
	z-index: 2;
}
.mainslider .slick-dots li {
	margin: 0 9px;
	padding: 0;
	font-size: 0;
}
.mainslider .slick-dots button {
	text-indent: -9999px;
	background: #d9dabe;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	border: 1px #d9dabe solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.mainslider .slick-dots .slick-active button {
	background: none;
}

@media (max-width: 767px) {
.mainslider .slick-dots {
	top: calc(100% + 10px);
}
.mainslider .slick-dots li {
	margin: 0 5px;
}
.main .maintxt01 {
	bottom: 30px;
	left: 5%;
}
.main .maintxt01 img {
	width: 38px;
}
.main .maintxt02 {
	top: 50px;
	right: 5%;
}
.main .maintxt02 img {
	width: 13px;
}
}




/* event
----------------------------------------------- */
.event {
	background: url("../img/bg_event.jpg") 0 0 repeat;
	padding: 90px 0 80px;
	position: relative;
}
.event:after{
	content: "";
	background-image: url("../img/bg_event_2.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}
.event .inner{
	max-width: 890px;
	text-align: center;
}
.event .eventdec01 {
	position: absolute;
	left: -10px;
	top: 95px;
	z-index: 0;
}
.event .eventdec01 img {
	width: 360px;
}
.event .eventdec02 {
	position: absolute;
	right: -10px;
	bottom: 180px;
	z-index: 1;
}
.event .eventdec02 img {
	width: 321px;
}
.event .eventlogo {
	text-align: center;
	margin-bottom: 25px;
}
.event .eventlogo img {
	width: 266px;
}
.event .eventhd {
	font-size: 32px;
	letter-spacing: 0.1em;
	color: #ebf0f1;
	font-weight: 900;
	margin-bottom: 20px;
}
.event .eventtxt {
	font-size: 20px;
	color: #ebf0f1;
	letter-spacing: 0.1em;
	line-height: 2.4;
}

@media (max-width: 1024px) {
.event .eventdec01 {
	top: 40px;
}
.event .eventdec02 {
	bottom: 40px;
}
}
@media (max-width: 767px) {
	.event {
		padding: 60px 0;
	}
	.event .eventdec01 {
		top: 20px;
	}
	.event .eventdec01 img {
		width: 120px;
	}
	.event .eventdec02 {
		bottom: 20px;
	}
	.event .eventdec02 img {
		width: 120px;
	}
	.event .eventlogo {
		margin-bottom: 25px;
	}
	.event .eventlogo img {
		width: 200px;
	}
	.event .eventhd {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.event .eventtxt {
		font-size: 14px;
		line-height: 2;
	}
}




/* sns
----------------------------------------------- */
.snsbox {
	background: url(../img/bg_asa.jpg) 0 0 repeat;
	background-size: 140px;
	padding: 90px 0 100px;
}
.newsbox .hdl {
	margin-bottom: 40px;
}
.newsbox .newsflex {
	display: flex;
	flex-direction: row-reverse;
}
.newsbox .newshd {
	flex-shrink: 0;
	margin: 0 0 0 50px;
}
.newsbox .newshd img {
	width: 60px;
}
.newsbox .newsinner {
	flex: 1;
}
.newsbox .newsbtn {
	text-align: center;
	margin-top: 30px;
}
.newsbox .newsbtn img {
	width: 200px;
}
.newsbox .newslist li+li {
	margin-top: 10px;
}
.newsbox .newslist li{
	position: relative;
	z-index: 0;
	margin-bottom: 26px;
}
.newsbox .newslist li:after{
	content: "";
    width: 100%;
    height: 100%;
    background-color: #b496e1;
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: -1;
}
.newsbox .newslist li a {
	border: 1px #282828 solid;
	background-color: #fff;
	font-size: 18px;
	display: flex;
	padding: 10px 20px;
	position: relative;
}
.newsbox .newslist li a .newsimg img {
    width: 203px;
    height: 135px;
    object-fit: cover;
}
.newsbox .newslist li a .newsdate {
	color: #d17b0e;
	flex-shrink: 0;
	display: block;
}
.newsbox .newslist li a .newstxt {
	flex: 1;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	padding-left: 15px;
}
.newsbox .newslist li a .newstitle {
	font-weight: 900;
	display: block;
}
.newsbox .newslist li a .newsdetail {
    display: block;
    text-align: right;
	color: #d17b0e;
	width: 100%;
}
.newsbox .newslist li a .newsdetail:after {
	content: "";
	background-image: url(../img/news_arrow.svg);
	width: 8px;
	height: 13px;
	display: inline-block;
	margin-left: 3px;
}
.newsbox .newslist li a:hover .newsdetail {
	text-decoration: underline;
}
.newsbox .newslist li a:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-color: transparent #282828;
	border-width: 0 10px 10px 0;
	border-style: solid;
	right: 0;
	top: 0;
	z-index: 1;
}

.twbox {
	padding-top: 50px;
}
.twbox .twhd {
	flex-shrink: 0;
	margin: 0 20px 0 0;
}
.twbox .twhd img {
	width: 296px;
}
.twbox .twinner {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: space-around;
}
.twbox .twcont {
	max-width: 360px;
	margin-bottom: -10px;
}
.twbox .twdb {
	margin-right: 20px;
}
.twbox .twdet {
	font-size: 20px;
	margin-top: 30px;
}
.twbox .twbtn {
	margin-top: 10px;
}
.twbox .twbtn img {
	width: 200px;
}
@media (max-width: 1024px) {
	.newsbox .newsflex {
		display: block;
	}
	.newsbox .newshd {
		margin: 0 0 40px 0;
	}
	.newsbox .newshd img {
		width: 170px;
	}
/* 
	.twbox {
		margin-top: 50px;
		display: block;
	} */
	.twbox .twhd {
		margin: 0 0 40px 0;
	}
	.twbox .twhd img {
		width: 260px;
	}
	/* .twbox .twinner {
		display: flex;
		flex-direction: column;
		align-items: center;
	} */
	.twbox .twcont {
		margin-bottom: 0;
	}
	.twbox .twdb {
		margin: 0;
	}
	.twbox .twdet {
		margin-top: 30px;
	}
}
@media (max-width: 767px) {
	.newsbox .newslist li a{
		display: block;
	}
	.newsbox .newslist li a .newsimg img{
		width: 100%;
		height: 180px;
	}
	.newsbox .newslist li a .newstxt{
		margin-top: 10px;
		padding-left: 0;
	}
	.snsbox {
		padding: 40px 0;
	}
	.newsbox {
		
	}
	.newsbox .newshd {
		margin-bottom: 30px;
	}
	.newsbox .newshd img {
		width: 120px;
	}
	.newsbox .newsbtn {
		margin-top: 20px;
	}
	.newsbox .newsbtn img {
		width: 200px;
	}
	.newsbox .newslist li+li {
		margin-top: 10px;
	}
	.newsbox .newslist li a {
		font-size: 16px;
		padding: 10px 15px;
	}
	.newsbox .newslist li a .newsdate {
		width: 60px;
	}

	.twbox {
	}
	.twbox .twhd {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.twbox .twhd img {
		width: 185px;
	}
	.twbox .twinner {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.twbox .twdet {
		margin-top: 20px;
		font-size: 18px;
	}
	.newsbox .newslist li:after{
		top: 10px;
		left: 10px;
	}
}


/* tvcm
----------------------------------------------- */
.tvcm {
	background: url("../img/bg_cm.png") 0 0 repeat;
	background-size: 140px;
	padding: 60px 0 50px;
}
.tvcm .hdl {
	margin-bottom: 40px;
}
video{
	width: 100%;
}
.cm-iframe-wrapper {
	position: relative;
    padding-bottom: 56.25%; /* アスペクト比16:9の場合 */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.cm-iframe-wrapper iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* what
----------------------------------------------- */
.what {
	padding: 70px 0 80px;
}
.what .whatlogo {
	text-align: center;
	margin-bottom: 30px;
}
.what .whatlogo img {
	width: 350px;
}
.what .whattxt {
	text-align: center;
	font-size: 22px;
	color: #282828;
	line-height: 2;
}
.what .whatbtn {
	text-align: center;
	margin-top: 30px;
}
.what .whatbtn img {
	width: 550px;
}
.what .whatmap {
	max-width: 600px;
	margin: 70px auto 0;
}
.what .whatmap iframe {
	width: 100%;
	height: 400px;
}

@media (max-width: 1024px) {
.what .whattxt {
	font-size: 20px;
}
}
@media (max-width: 767px) {
	.what {
		padding: 40px 0;
	}
	.what .whatlogo {
		margin-bottom: 20px;
	}
	.what .whatlogo img {
		width: 280px;
	}
	.what .whattxt {
		font-size: 14px;
	}
	.what .whatbtn {
		margin-top: 20px;
	}
	.what .whatbtn img {
		width: 400px;
		max-width: 100%;
	}
	.what .whatmap {
		margin: 30px auto 0;
	}
	.what .whatmap iframe {
		height: 300px;
	}
}



/* faq
----------------------------------------------- */
.faq {
	padding: 60px 0 50px;
}
.faq .hdl {
	margin-bottom: 45px;
}
.faq .combtn {
	margin-top: 40px;
}
.faq .combtn img {
	width: 550px;
}
.faq .faqlist li+li {
	margin-top: 20px;
}
.faq .faqlist .faqtit {
	background: #fff;
	padding: 15px 50px 15px 30px;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #282828;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}
.faq .faqlist:not(.faqlist_cat) .faqtit{
	clip-path: polygon(8px 0, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
}
.faq .faqlist:not(.faqlist_cat) .faqtit.on{
	clip-path: polygon(8px 0, calc(100% - 8px) 0%, 100% 8px, 100% 100%, calc(100% - 8px) 100%, 8px 100%, 0% 100%, 0% 8px);
}
.faq .faqlist.faqlist_cat > li > .faqtit {
	color: #ebf0f1;
	background: #282828;
    text-align: center;
    width: 100%;
    display: block;
}
.faq .faqlist .faqtit img {
	width: 40px;
	margin-right: 15px;
	flex-shrink: 0;
}
.faq .faqlist .faqtit:before {
	position: absolute;
	content: "";
	background: url("../img/open_faq_b.svg") center center no-repeat;
	width: 22px;
	height: 17px;
	background-size: 22px 17px;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.faq .faqlist.faqlist_cat > li > .faqtit:before{
	background: url("../img/open_faq.svg") center center no-repeat;
}
.faq .faqlist .faqtit.on:before {
	background: url("../img/close_faq_b.svg") center center no-repeat;
	background-size: 20px auto;
}
.faq .faqlist.faqlist_cat > li > .faqtit.on:before{
	background: url("../img/close_faq.svg") center center no-repeat;
}
.faq .faqlist .faqcont {
	display: none;
	background: #fff;
	padding: 20px 30px;
}
.faq .faqlist:not(.faqlist_cat) .faqcont{
	clip-path: polygon(8px 0, calc(100% - 8px) 0%, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 0%);
}
.faq .faqlist.faqlist_cat > li > .faqcont {
	background: transparent;
	padding: 20px 0 0;
}
.faq .faqlist .faqcont a {
	display: inline-block;
	color: #d17b0e;
	text-decoration: underline;
}
.faq .faqlist .faqcont a img {
	width: 14px;
	vertical-align: middle;
	margin-left: 5px;
}

@media (max-width: 767px) {
.faq {
	padding: 40px 0;
}
.faq .hdl {
	margin-bottom: 30px;
}
.faq .combtn {
	margin-top: 30px;
}
.faq .combtn img {
	width: 400px;
}
.faq .faqlist .faqtit {
	padding: 10px 35px 10px 20px;
	font-size: 16px;
}
.faq .faqlist .faqtit img {
	width: 30px;
	margin-right: 10px;
}
.faq .faqlist .faqtit:before {
	position: absolute;
	content: "";
	background: url("../img/open_faq_b.svg") center center no-repeat;
	width: 16px;
	height: 12px;
	background-size: 16px 12px;
	right: 10px;
}
.faq .faqlist .faqtit.on:before {
	background: url("../img/close_faq_b.svg") center center no-repeat;
	background-size: 16px auto;
}
.faq .faqlist .faqcont {
	padding: 15px 10px;
}
}



/* caution
----------------------------------------------- */
.bg_asa {
	background: url("../img/bg_asa.jpg") 0 0 repeat;
	background-size: 140px;
}
.caution {
	padding: 50px 0;
}
.caution .hdl {
	color: #282828;
	margin-bottom: 35px;
}
.caution .cautionbox {
	background: #fff;
	border: 1px solid #282828;
	padding: 25px 30px;
	font-size: 14px;
}
.caution .cautionbox_wrapper {
	position: relative;
	z-index: 0;
}
.caution .cautionbox:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 0;
	border-color: transparent #282828 transparent transparent;
	position: absolute;
	top: 0;
	right: 0;
}
.caution .cautionbox_wrapper:after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: #97d2a0;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: -1;
}
.caution .cautioninner+.cautioninner {
	margin-top: 20px;
}
.caution .cautionlist .cautiontxt {
	
}
.caution .cautionlist .cautiondot {
	text-indent: -1em;
	padding-left: 1em;
}
.caution .cautionlist .cautiondot a {
	color: #d17b0e;
	word-break: break-all;
}
.caution .cautionlist .cautiondot a img {
	width: 12px;
	vertical-align: middle;
	margin-left: 5px;
}
.caution .cautionlist .cautionpad {
	padding-left: 1em;
}
.caution .cautionlist .cautionpad li {
	text-indent: -2em;
	padding-left: 2em;
}

@media (max-width: 767px) {
	.caution {
		padding: 40px 0;
	}
	.caution .hdl {
		margin-bottom: 25px;
	}
	.caution .cautionbox {
		padding: 20px 10px;
		font-size: 12px;
	}
	.caution .cautionlist .cautiondot a img {
		margin-left: 2px;
		width: 10px;
	}
	.caution .cautionbox_wrapper:after{
		top: 10px;
		left: 10px;
	}
}

/* event_area
----------------------------------------------- */
.event_area {
	background: url("../img/bg_event.jpg") 0 0 repeat;
	padding: 45px 0 50px;
	color: #ebf0f1;
}
.event_map{
	padding: 45px 0 50px;
}
.event_map .hdl {
	margin-bottom: 35px;
}
@media (max-width: 767px) {
	p.event_map{
		padding: 0;
	}
}

/* return
----------------------------------------------- */
.return {
	padding: 45px 0 50px;
	color: #ebf0f1;
}
.return .hdl {
	margin-bottom: 35px;
}
.return .returndet {
	line-height: 1.75;
	margin-bottom: 30px;
	text-align: center;
}
.return .returnimg {
	text-align: center;
	margin-bottom: 15px;
}

@media (max-width: 1024px) {
	
}
@media (max-width: 767px) {
	/* .return .returnimg img {
		width: 283px;
	} */
	.return {
		padding: 40px 0;
	}
	.return .hdl {
		margin-bottom: 25px;
	}
	.return .returndet {
		margin-bottom: 20px;
	}
}



/* access
----------------------------------------------- */
.access {
	padding: 50px 0;
	color: #ebf0f1;
}
.access .hdl {
	margin-bottom: 40px;
}
.access .accessdet {
	line-height: 1.7;
	margin-bottom: 40px;
	text-align: center;
}
.access .accessbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}
.access .accessbtn li {
	margin: 0 25px;
}
.access .accessbtn li img {
	width: 350px;
}
.access .accessimg {
	margin-bottom: 15px;
	text-align: center;
}

@media (max-width: 767px) {
	.access {
		padding: 40px 0;
	}
	.access .hdl {
		margin-bottom: 30px;
	}
	.access .accessdet {
		margin-bottom: 20px;
	}
	.access .accessbtn {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.access .accessbtn li {
		margin: 10px 0;
	}
	.access .accessbtn li img {
		width: 300px;
	}
	/* .access .accessimg img {
		width: 282px;
	} */
}

/* gallery
----------------------------------------------- */
.gallery {
	background: url("../img/bg_flower.jpg") 0 0 repeat;
	background-size: 84px,84px;
	padding: 60px 0 50px;
}
.gallery .hdl {
	margin-bottom: 40px;
}
.galleryslider .galleryslider_felx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 15px;
}
.galleryslider .galleryslider_felx > div {
	width: 30%;
	max-width: 292px;
	margin-bottom: 23px;
}
.galleryslider .slick-dots {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 2;
}
.galleryslider .slick-dots li {
	margin: 0 9px;
	padding: 0;
	font-size: 0;
}
.galleryslider .slick-dots button {
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	outline: none;
	border: 1px #d17b0e solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.galleryslider .slick-dots .slick-active button {
	background: #d17b0e;
}
.galleryslider button.slick-arrow {
    text-indent: -9999px;
	width: 58px;
	height: 58px;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.galleryslider button.slick-prev.slick-arrow {
    background-image: url("../img/gallery_arrows01.svg");
	left: -73px;
}
.galleryslider button.slick-next.slick-arrow {
    background-image: url("../img/gallery_arrows02.svg");
	right: -73px;
}
@media (max-width: 1200px) {
	.gallery .innerbox{
		max-width: 800px;
	}
}
@media (max-width: 991px) {
	.galleryslider button.slick-arrow{
		display: none !important;
	}
}

/* ticket
----------------------------------------------- */
.ticket {
	padding: 50px 0;
}
.ticket .hdl {
	font-size: 30px;
	margin-bottom: 30px;
}
.ticket .ticketbox {
	margin-bottom: 45px;
}
.ticket .tickettab {
	width: 100%;
	border: 1px #282828 solid;
}
.ticket .tickettab th,
.ticket .tickettab td {
	vertical-align: middle;
}
.ticket .tickettab th {
	background: #97D2A0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 15px 10px;
}
.ticket .tickettab td {
	text-align: center;
	font-size: 17px;
	padding: 15px 10px;
	background: #EBF0F1;
	border-bottom: 1px #282828 solid;
}
.ticket .tickettab th+th {
	border-left: 1px #282828 solid;
}
.ticket .tickettab td+td {
	border-left: 1px #282828 solid;
}
.ticket .tickettab tr.nonbor td {
	border-bottom: none;
}
.ticket .tickettab tr:nth-child(2n) td {
	background: #D5EDD9;
}
.ticket .tickettab .w04 {
	width: 4%;
}
.ticket .tickettab .w38 {
	width: 38%;
}
.ticket .tickettab .w29 {
	width: 29%;
}
.ticket .tickettabsp {
	width: 100%;
	border: 1px #282828 solid;
}
.ticket .tickettabsp+.tickettabsp {
	margin-top: 30px;
}
.ticket .tickettabsp th {
	background: #373737;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 10px;
}
.ticket .tickettabsp tr:nth-child(2n) td {
	background: #a7a880;
}
.ticket .tickettabsp th+th,
.ticket .tickettabsp td+td {
	border-left: 1px #fff solid;
}
.ticket .tickettabsp td {
	text-align: center;
	font-size: 17px;
	padding: 10px;
	width: 40%;
}
.ticket .tickettabsp td+td {
	width: 60%;
}
.ticket .ticketbag {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.ticket .ticketbag .bagin {
	flex: 1;
	font-size: 26px;
	font-weight: 700;
}
.ticket .ticketbag .bagin span {
	display: inline;
	background: #ACDBB3;
}
.ticket .ticketbag .bagimg {
	margin-left: 20px;
	max-width: 260px;
}
.ticket .ticketnote01 {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 16px;
	letter-spacing: 0;
}
.ticket .ticketnote02 {
	text-indent: -2em;
	padding-left: 2em;
	font-size: 16px;
	letter-spacing: 0;
}

@media (max-width: 1024px) {
.ticket .ticketbag {
	flex-direction: column;
	align-items: center;
}
.ticket .ticketbag .bagimg {
	margin: 30px 0 0;
}
}
@media (max-width: 767px) {
.ticket {
	padding: 40px 0;
}
.ticket .hdl {
	font-size: 20px;
	margin-bottom: 20px;
}
.ticket .ticketbox {
	margin-bottom: 30px;
}
.ticket .tickettabsp th {
	font-size: 13px;
	padding: 10px 5px;
}
.ticket .tickettabsp td {
	font-size: 13px;
	padding: 10px 5px;
}
.ticket .ticketbag .bagin {
	font-size: 16px;
}
.ticket .ticketnote01 {
	font-size: 13px;
}
.ticket .ticketnote02 {
	font-size: 13px;
}
.ticket_scroll{
	overflow-y: scroll;
}
.ticket_scroll table{
	white-space: nowrap;
}

}



/* toggle
----------------------------------------------- */
.toggle {
	padding: 80px 0;
}
.togglebox+.togglebox {
	margin-top: 20px;
}
.togglebox {
	position: relative;
}
.togglebox .triangle01 {
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	z-index: 0;
}
.togglebox .togglehd {
	text-align: center;
	padding: 0 30px;
	font-size: 36px;
	font-weight: 700;
	cursor: pointer;
	position: relative;
}
.togglebox .togglehd .sml {
	font-size: 30px;
}
.togglebox .togglehd:before {
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
.togglebox .togglebtn {
	text-align: center;
}
.togglebox .togglebtn a {
	display: block;
}
.togglebox .togglebtn a img {
	width: 550px;
}

.night_bg_color {
	background: rgb(0,93,119);
	background: linear-gradient(90deg, rgba(0,93,119,1) 0%, rgba(2,4,18,1) 100%);
}
.night {
	background: url(../img/bg_night.png) 0 0 repeat;
	background-size: 130px;
	padding: 20px 30px;
	border: 1px #87B8C8 solid;
	position: relative;
	z-index: 3;
}
.night .togglehd {
	color: #fff;
}
.night .togglehd:before {
	background: url(../img/down_night.svg) center center no-repeat;
	background-size: 26px auto;
}
.night .togglehd.on:before {
	background: url(../img/close_night.svg) center center no-repeat;
	background-size: 23px auto;
}
.night .triangle01{
	border-color: transparent #87B8C8;
}
.day_bg_color {
	background: rgb(255,182,182);
	background: linear-gradient(90deg, rgba(255,182,182,1) 0%, rgba(255,134,134,1) 100%);
}
.day {
	background: url(../img/bg_day.png) 0 0 repeat;
	background-size: 65px;
	padding: 20px 30px;
	border: 1px #985355 solid;
	position: relative;
	z-index: 2;
}
.day .togglehd {
	color: #fff;
}
.day .togglehd:before {
	background: url(../img/down_day.svg) center center no-repeat;
	background-size: 26px auto;
}
.day .togglehd.on:before {
	background: url(../img/close_day.svg) center center no-repeat;
	background-size: 23px auto;
}
.day .triangle01{
	border-color: transparent #985355;
}
.goods_bg_color {
	background: rgb(187,226,193);
	background: linear-gradient(90deg, rgba(187,226,193,1) 0%, rgba(151,210,160,1) 100%);
}
.goods {
	background: url(../img/bg_goods.png) 0 0 repeat;
	background-size: 65px;
	padding: 20px 30px;
	border: 1px #558C5F solid;
	position: relative;
	z-index: 1;
}
.goods .togglehd {
	color: #fff;
}
.goods .togglehd:before {
	background: url(../img/down_goods.svg) center center no-repeat;
	background-size: 26px auto;
}
.goods .togglehd.on:before {
	background: url(../img/close_goods.svg) center center no-repeat;
	background-size: 23px auto;
}
.goods .triangle01{
	border-color: transparent #558C5F;
}
.food_bg_color {
	background: rgb(252,211,225);
	background: linear-gradient(90deg, rgba(252,211,225,1) 0%, rgba(250,175,200,1) 100%);
}
.food {
	background: url(../img/bg_food.png) 0 0 repeat;
	background-size: 65px;
	padding: 20px 30px;
	border: 1px #B86D87 solid;
	position: relative;
}
.food .togglehd {
	color: #fff;
}
.food .togglehd:before {
	background: url(../img/down_food.svg) center center no-repeat;
	background-size: 26px auto;
}
.food .togglehd.on:before {
	background: url(../img/close_food.svg) center center no-repeat;
	background-size: 23px auto;
}
.food .triangle01{
	border-color: transparent #B86D87;
}

@media (max-width: 767px) {
.toggle {
	padding: 40px 0;
}
.togglebox .togglehd {
	padding: 0 25px;
	font-size: 24px;
}
.togglebox .togglehd .sml {
	font-size: 20px;
}
.togglebox .togglehd:before {
	width: 20px;
	height: 20px;
}

.night {
	padding: 20px 15px;
}
.night .togglehd:before {
	background: url(../img/down_night.svg) center center no-repeat;
	background-size: 20px auto;
}
.night .togglehd.on:before {
	background: url(../img/close_night.svg) center center no-repeat;
	background-size: 18px auto;
}
.day {
	padding: 20px 15px;
}
.day .togglehd:before {
	background: url(../img/down_day.svg) center center no-repeat;
	background-size: 20px auto;
}
.day .togglehd.on:before {
	background: url(../img/close_day.svg) center center no-repeat;
	background-size: 18px auto;
}
.goods {
	padding: 20px 15px;
}
.goods .togglehd:before {
	background: url(../img/down_goods.svg) center center no-repeat;
	background-size: 20px auto;
}
.goods .togglehd.on:before {
	background: url(../img/close_goods.svg) center center no-repeat;
	background-size: 18px auto;
}
.food {
	padding: 20px 15px;
}
.food .togglehd:before {
	background: url(../img/down_food.svg) center center no-repeat;
	background-size: 20px auto;
}
.food .togglehd.on:before {
	background: url(../img/close_food.svg) center center no-repeat;
	background-size: 18px auto;
}
}

.night .nightbox {
	display: none;
	color: #fff;
	padding: 60px 0 40px;
}
.night .nighttit {
	text-align: center;
	margin-bottom: 50px;
}
.night .nighttit img {
	width: 690px;
}
.night .nightinner {
	display: flex;
	justify-content: center;
}
.night .nightinnerin {
	
}
.night .nightdet {
	text-align: center;
	font-size: 34px;
	line-height: 1.3;
	font-weight: 900;
}
.night .nighttxt {
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.05em;
	z-index: 1.7;
}
.night .nightfeature {
	background: url(../img/bg_night.svg) center center no-repeat;
	background-size: cover;
	max-width: 830px;
	margin: 40px auto 0;
	height: 348px;
	padding: 25px 77px 10px;
}
.night .nightfeature .featcap {
	text-align: center;
	color: #00374C;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-size: 26px;
}
.night .nightfeature .featcap small {
	font-size: 22px;
}
.night .nightfeature .featcap img {
	width: 420px;
}
.night .nightfeature .featlist li+li {
	margin-top: 15px;
}
.night .nightfeature .featlist li {
	display: flex;
	align-items: flex-start;
	padding: 0 10px 0 15px;
}
.night .nightfeature .featico {
	width: 92px;
	flex-shrink: 0;
	font-size: 0;
	margin-top: 6px;
}
.night .nightfeature .featcont {
	margin-left: 20px;
	padding-left: 15px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #00374C;
}
.night .nighttime {
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}
.night .nighttime .timeico {
	background: #fff;
	width: 100px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 17px;
	color: #00374C;
	font-weight: 900;
	line-height: 1.2;
	margin-right: 10px;
	flex-shrink: 0;
}
.night .nighttime .timelar {
	font-size: 30px;
	line-height: 1;
}
.night .nighttime .timemid {
	font-size: 18px;
}
.night .nighttime .timesml {
	font-size: 12px;
	line-height: 1.2;
	margin-left: 10px;
}
.night .nightexper {
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.night .nightbusi {
	display: flex;
	align-items: center;
	margin: 0 10px;
}
.night .nightnote {
	margin-top: 20px;
}
.night .nightnote li {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0;
}
.night .togglebtn {
	margin-top: 40px;
}
@media (max-width: 1024px) {
.night .nightfeature {
	background: #87B8C8;
	border: 2px #02020f solid;
	height: auto;
	padding: 25px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.night .nighttime {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.night .nightexper {
	margin: 10px 0;
}
.night .nightbusi {
	margin: 10px 0;
}
}
@media (max-width: 767px) {
	.night .nightbox {
		padding: 30px 0;
	}
	.night .nighttit {
		margin-bottom: 30px;
	}
	.night .nightdet {
		font-size: 18px;
		letter-spacing: 0;
	}
	.night .nighttxt {
		margin-top: 10px;
		font-size: 14px;
		padding-top: 10px;
		text-align: left;
	}
	.night .nightfeature {
		margin: 30px auto 0;
		padding: 20px 15px;
	}
	.night .nightfeature .featcap {
		padding: 0 10px 10px;
	}
	.night .nightfeature .featlist li+li {
		margin-top: 10px;
	}
	.night .nightfeature .featlist li {
		padding: 0 10px;
	}
	.night .nightfeature .featico {
		width: 50px;
	}
	.night .nightfeature .featcont {
		margin-left: 10px;
		padding-left: 10px;
		font-size: 14px;
	}
	.night .nighttime {
		margin-top: 30px;
	}
	.night .nighttime {
		align-items: flex-start;
	}
	.night .nighttime .timeico {
		width: 80px;
		height: 25px;
		font-size: 14px;
	}
	.night .nighttime .timelar {
		font-size: 22px;
		flex-shrink: 0;
	}
	.night .nighttime .timemid {
		font-size: 14px;
	}
	.night .nighttime .timesml {
		font-size: 10px;
	}
	.night .nightnote {
		margin-top: 10px;
	}
	.night .nightnote li {
		text-align: left;
		font-size: 12px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.night .togglebtn {
		margin-top: 20px;
	}
	.night .nightfeature .featcap{
		font-size: 22px;
	}
	.night .nightfeature .featcap small{
		display: block;
		font-size: 18px;
	}
	.nightfeature p.featcap span:before,
	.nightfeature p.featcap span:after{
		content: none;
	}
}


.day .daybox {
	color: #fff;
	display: none;
	padding: 80px 0 40px;
}
.day .daytit {
	text-align: center;
	margin-bottom: 60px;
}
.day .daytit img {
	width: 690px;
}
.day .dayinner {
	display: flex;
	justify-content: center;
}
.day .dayinnerin {
	
}
.day .daydet {
	text-align: center;
	font-size: 34px;
	letter-spacing: 0.05em;
	line-height: 1.3;
	font-weight: 900;
}
.day .daysub {
    margin-top: 15px;
    text-align: center;
    font-size: 23px;
}
.day .daytxt {
	margin-top: 15px;
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.05em;
	z-index: 1.7;
}
.day .dayfeature {
	background: url(../img/bg_day.svg) center center no-repeat;
	background-size: cover;
	max-width: 830px;
	margin: 40px auto 0;
	height: 466px;
	padding: 25px 112px 10px;
}
.day .dayfeature .featcap {
	color: #985355;
	font-size: 26px;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.day .dayfeature .featcap small{
	font-size: 22px;
}
.day .dayfeature .featcap img {
	width: 430px;
}
.day .dayfeature .featlist li+li {
	margin-top: 15px;
}
.day .dayfeature .featlist li {
	display: flex;
	align-items: flex-start;
	padding: 0 10px 0 15px;
}
.day .dayfeature .featico {
	width: 90px;
	flex-shrink: 0;
	font-size: 0;
	margin-top: 6px;
}
.day .dayfeature .featcont {
	margin-left: 20px;
	padding-left: 15px;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0;
	color: #985355;
}
p.featcont span {
    display: block;
    font-size: .875em;
    margin-top: 5px;
}
.day .daytime {
	margin-top: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}
.day .daytime .timeico {
	background: #fff;
	width: 100px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 17px;
	color: #FF8686;
	font-weight: 900;
	line-height: 1.2;
	margin-right: 10px;
	flex-shrink: 0;
}
.day .daytime .timelar {
	font-size: 30px;
	line-height: 1;
}
.day .daytime .timemid {
	font-size: 18px;
}
.day .daytime .timesml {
	font-size: 12px;
	line-height: 1.2;
	margin-left: 10px;
}
.day .dayexper {
	display: flex;
	align-items: center;
	margin: 0 8px;
}
.day .daybusi {
	display: flex;
	align-items: center;
	margin: 0 8px;
}
.day .daynote {
	margin-top: 10px;
}
.day .daynote li {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}
.day .togglebtn {
	margin-top: 40px;
}
@media (max-width: 1024px) {
.day .dayfeature {
	background: #FFF5D6;
	border: 2px #985355 solid;
	height: auto;
	padding: 25px 30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.day .daytime {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.day .dayexper {
	margin: 10px 0;
}
.day .daybusi {
	margin: 10px 0;
}
}
@media (max-width: 767px) {
	.day .daybox {
		padding: 30px 0;
	}
	.day .daytit {
		margin-bottom: 30px;
	}
	.day .daydet {
		font-size: 18px;
		letter-spacing: 0;
	}
	.day .daysub{
		font-size: 16px;
	}
	.day .daytxt {
		margin-top: 10px;
		font-size: 14px;
		padding-top: 10px;
		text-align: left;
	}
	.day .dayfeature {
		margin: 30px auto 0;
		padding: 20px 15px;
	}
	.day .dayfeature .featcap {
		padding: 0 10px 10px;
		color: #985355;
	}
	.day .dayfeature .featlist li+li {
		margin-top: 10px;
	}
	.day .dayfeature .featlist li {
		padding: 0 10px;
	}
	.day .dayfeature .featico {
		width: 50px;
	}
	.day .dayfeature .featcont {
		margin-left: 10px;
		padding-left: 10px;
		font-size: 14px;
	}
	.day .daytime {
		margin-top: 30px;
	}
	.day .daytime {
		align-items: flex-start;
	}
	.day .daytime .timeico {
		width: 80px;
		height: 25px;
		font-size: 14px;
	}
	.day .daytime .timelar {
		font-size: 22px;
		flex-shrink: 0;
	}
	.day .daytime .timemid {
		font-size: 14px;
	}
	.day .daytime .timesml {
		font-size: 10px;
	}
	.day .ndaynote {
		margin-top: 10px;
	}
	.day .ndaynote li {
		text-align: left;
		font-size: 12px;
		text-indent: -1em;
		padding-left: 1em;
	}
	.day .togglebtn {
		margin-top: 20px;
	}
	.day .dayfeature .featcap{
		font-size: 22px;
	}
	.day .dayfeature .featcap small{
		display: block;
		font-size: 18px;
	}
	.dayfeature .featcap span:before,
	.dayfeature .featcap span:after{
		content: none;
	}
}

.goods .goodsbox {
	padding: 25px 0 20px;
	max-width: 840px;
	margin: 0 auto;
	color: #282828;
	display: none;
}
.goods .goodsdet {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.8;
	color: #fff;
}
.goods .goodslong {
	margin-top: 40px;
	background: #558C5F;
	color: #fff;
	font-size: 21px;
	text-align: center;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	clip-path: polygon(8px 0, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
}
.goods .togglebtn {
	margin-top: 30px;
}
.goods .goodstime {
	margin-top: 50px;
	border: 2px #558C5F solid;
	background-color: #fff;
	display: flex;
	font-size: 18px;
	align-items: center;
	letter-spacing: 0;
}
.goods .goodstime .timetit {
	background: url(../img/arrow_goods.png) right center no-repeat;
	background-size: cover;
	width: 200px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 900;
	padding: 0 15px 0 0;
}
.goods .goodstime .timecont {
	flex: 1;
}
.goods .goodstime .timecontin {
	display: flex;
	justify-content: center;
	width: 100%;
	color: #558C5F;
}
.goods .goodstab {
	display: flex;
	align-items: flex-end;
	margin-top: 30px;
	background-color: #fff;
	padding: 7px 0;
}
.goods .goodstab li {
	width: calc(100%/2);
}
.goods .goodstab li:not(:last-child){
	border-right: 1px solid #282828;
}
.goods .goodstab li:nth-child(5n) {
	margin-right: 0;
}
.goods .goodstab li a {
	display: block;
	height: 26px;
	color: #BEBEBE;
	line-height: 1.3;
	letter-spacing: 0;
	font-size: 21px;
}
.goods .goodstab li a .tabitem {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-bottom: none;
	text-align: center;
}
.goods .goodstab li a.on {
	padding: 0;
	color: #282828;
}
.goods .goodstab li a.on .tabitem {
}

.tabinner {
	padding: 20px 0 0;
}
.tabinner .tabBox01+.tabBox01 {
	display: none;
}
.tabinner .tabBox02+.tabBox02 {
	display: none;
}
.tabinner .itemlist,
.itemlist.itemlist_novelty {
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0;
}
.itemlist.itemlist_novelty{
	justify-content: center;
	margin-top: 30px;
}
.tabinner .itemlist li,
.itemlist.itemlist_novelty li {
	width: calc((100% - 31px)/3);
	margin: 10px 15px 10px 0;
}
.tabinner .itemlist li:nth-child(3n) {
	margin-right: 0;
}
.itemlist.itemlist_novelty li:nth-child(2n){
	margin-right: 0;
}
.tabinner .itemlist .itemimg,
.itemlist.itemlist_novelty .itemimg {
	position: relative;
}
.tabinner .itemlist .itemimg img,
.itemlist.itemlist_novelty .itemimg img {
	width: 100%;
}
.tabinner .itemlist .itemcap,
.itemlist.itemlist_novelty .itemcap {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 6px;
	font-size: 16px;
	z-index: 1;
}
.food .itemlist .itemcap {
	background: #B86D87;
	color: #fff;
}
.goods .itemlist .itemcap {
	background: #558C5F;
	color: #fff;
}
.tabinner .itemlist .itemtxt,
.itemlist.itemlist_novelty .itemtxt {
	font-size: 15px;
	margin-top: 10px;
	letter-spacing: 0;
}
.tabinner .itemlist .itemtxtlar,
.itemlist.itemlist_novelty .itemtxtlar {
	font-size: 19px;
}
.tabinner .itemlist .itemtxtmid,
.itemlist.itemlist_novelty .itemtxtmid {
	font-size: 17px;
}
@media (max-width: 1024px) {
	.goods .goodstab li {
		width: calc((100% - 40px)/3);
	}
	.goods .goodstab li:nth-child(5n) {
		margin-right: 20px;
	}
	.goods .goodstab li:nth-child(3n) {
		margin-right: 0;
	}
}
@media (max-width: 767px) {
	.goods .goodsdet {
		font-size: 13px;
	}
	.goods .goodslong {
		margin-top: 20px;
		font-size: 18px;
	}
	.goods .togglebtn {
		margin-top: 20px;
	}
	.goods .goodstime {
		margin-top: 30px;
		display: block;
		font-size: 14px;
	}
	.goods .goodstime .timetit {
		background: #558C5F;
		width: auto;
		height: auto;
		padding: 10px 20px;
	}
	.goods .goodstime .timecont {
		padding: 20px;
	}
	.goods .goodstab {
		margin-top: 20px;
	}
	.goods .goodstab li {
		width: calc((100% - 20px)/3);
		margin-right: 10px;
	}
	.goods .goodstab li:nth-child(5n) {
		margin-right: 10px;
	}
	.goods .goodstab li:nth-child(3n) {
		margin-right: 0;
	}
	.goods .goodstab li a {
		font-size: 14px;
	}
	.goods .goodstab li a.on {
		font-size: 16px;
	}
	.tabinner .itemlist li,
	.itemlist.itemlist_novelty li {
		width: calc((100% - 15px)/2);
	}
	.tabinner .itemlist li:nth-child(3n) {
		margin-right: 15px;
	}
	.tabinner .itemlist li:nth-child(2n) {
		margin-right: 0;
	}
	.tabinner .itemlist .itemcap {
		font-size: 12px;
	}
	.tabinner .itemlist .itemtxt {
		font-size: 12px;
	}
	.tabinner .itemlist .itemtxtlar {
		font-size: 15px;
	}
	.tabinner .itemlist .itemtxtmid {
		font-size: 14px;
	}
}


.food .foodbox {
	display: none;
	padding: 25px 0 20px;
	color: #282828;
	max-width: 840px;
	margin: 0 auto;
}
.food .fooddet {
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.8;
	color: #fff;
}
.food .fooddate {
	text-align: center;
	margin-top: 35px;
	font-size: 26px;
    color: #b86d87;
}
.food .fooddate span{
	position: relative;
}
.food .fooddate span:before {
    position: absolute;
    left: -20px;
    top: 50%;
    content: "";
    width: 3px;
    height: 25px;
    background: #b86d87;
    border-radius: 3px;
    transform: rotate(-25deg) translateY(-50%);
}   
.food .fooddate span:after {
    position: absolute;
    content: "";
    right: -20px;
    top: 50%;
    width: 3px;
    height: 25px;
    background: #b86d87;
    border-radius: 3px;
    transform: rotate(25deg) translateY(-50%);
}
.food .fooddate img {
	width: 340px;
}
.food .foodlong {
	margin-top: 15px;
	background: #B86D87;
	color: #fff;
	font-size: 21px;
	text-align: center;
	padding: 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	clip-path: polygon(8px 0, calc(100% - 8px) 0%, 100% 8px, 100% calc(100% - 8px), calc(100% - 8px) 100%, 8px 100%, 0% calc(100% - 8px), 0% 8px);
}
.food .foodtime {
	margin-top: 50px;
	border: 2px #B86D87 solid;
	background-color: #fff;
	display: flex;
	font-size: 18px;
	align-items: center;
	letter-spacing: 0;
	color: #B86D87;
}
.food .foodtime .timetit {
	background: url(../img/arrow_food.png) right center no-repeat;
	background-size: cover;
	width: 200px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 900;
	padding: 0 15px 0 0;
}
.food .foodtime .timecont {
	flex: 1;
	letter-spacing: 0;
}
.food .foodtime .timecontin{
	max-width: 476px;
	margin: 0 auto;
}
.food .foodtime .timecontin li {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}
.food .foodtime .timecontcap {
	font-size:18px;
	/* margin-bottom: 3px; */
	background-color: #b86d87;
    color: #fff;
    padding: 3px;
    width: 108px;
    text-align: center;
    margin-right: 20px;
}
.food .foodtime .timeconttxt {
	
}
.food .foodtime .timecontin li {
	margin: 0 15px;
}
.food .foodtime .timecontin li:not(:last-child) {
	margin-bottom: 10px;
}
.food .foodbtn {
	margin-top: 30px;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}
.food .foodbtn li {
	width: calc((100% - 20px)/2);
	margin-right: 20px;
}
.food .foodbtn li:nth-child(2n) {
	margin-right: 0;
}
.food .foodbtn li.btn_allergy {
    font-size: 18px;
    max-width: 340px;
    margin-right: 0;
    margin-top: 20px;
}
.food .foodtab {
	display: flex;
	align-items: flex-end;
	margin-top: 30px;
	background-color: #fff;
	padding: 7px 0;
}
.food .foodtab li {
	width: calc(100%/2);
}
.food .foodtab li:not(:last-child){
	border-right: 1px solid #282828;
}
.food .foodtab li:nth-child(2n) {
	margin-right: 0;
}
.food .foodtab li a {
	display: block;
	height: 26px;
	color: #505050;
	line-height: 1.3;
	letter-spacing: 0;
	font-size: 21px;
	color: #BEBEBE;
}
.food .foodtab li a .tabitem {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	border-bottom: none;
	text-align: center;
}
.food .foodtab li a.on {
	padding: 0;
	color: #282828;
}
.food .foodtab li a.on .tabitem {
}

@media (max-width: 767px) {
.food .fooddet {
	font-size: 13px;
}
.food .fooddate {
	margin-top: 20px;
	font-size: 20px;
}
.food .fooddate span:before{
	left: -15px;
	height: 20px;
}
.food .fooddate span:after{
	right: -15px;
	height: 20px;
}
.food .fooddate img {
	width: 200px;
}
.food .foodlong {
	font-size: 18px;
}
.food .foodtime {
	margin-top: 30px;
	display: block;
	font-size: 14px;
}
.food .foodtime .timetit {
	background: #B86D87;
	width: auto;
	height: auto;
	display: flex;
	padding: 10px 20px;
}
.food .foodtime .timecontin {
	display: block;
	padding: 20px;
}
.food .foodtime .timecontin li{
	flex-wrap: wrap;
}
.food .foodtime .timecontcap {
	font-size: 16px;
	margin-right: calc(100% - 108px);
	margin-bottom: 5px;
}
.food .foodtime .timeconttxt {
	
}
.food .foodtime .timecontin li {
	margin: 0;
}
.food .foodbtn {
	margin-top: 20px;
	display: block;
}
.food .foodbtn li {
	width: auto;
	margin-right: 0;
	text-align: center;
}
.food .foodbtn li img {
	width: 80%;
}
.food .foodbtn li+li {
	margin-top: 20px;
}
.food .foodtab li {
	width: calc((100% - 10px)/2);
	margin-right: 10px;
}
.food .foodtab li a {
	font-size: 14px;
}
.food .foodtab li a.on {
	font-size: 16px;
}
}

a.btn_border {
    max-width: 530px;
    display: block;
    margin: 0 auto;
	border: 2px solid #fff;
}
a.btn_border span {
	display: block;
    padding: 20px;
    margin: 3px;
    background: #fff;
	position: relative;
}
.night a.btn_border {
	color: #00374C;
}
.day a.btn_border {
	color: #FF8686;
	border-color: #FFF5D6;
}
.day a.btn_border span {
	background: #FFF5D6;
}
.goods a.btn_border {
	color: #fff;
	border-color: #558C5F;
}
.goods a.btn_border span {
	background: #558C5F;
}
.food a.btn_border {
	color: #fff;
	border-color: #B86D87;
	text-align: center;
}
.food a.btn_border span {
	background: #B86D87;
}
.food .btn_allergy a.btn_border {
	color: #B86D87;
	border-color: #fff;
}
.food .btn_allergy a.btn_border span {
	background: #fff;
}
a.btn_border span:after{
	content: "";
	width: 17px;
	height: 16px;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 15px;
}
.night a.btn_border span:after{
	background-image: url(../img/btn_arrow_b.svg);
}
.day a.btn_border span:after{
	background-image: url(../img/btn_arrow_p.svg);
}
.goods a.btn_border span:after{
	background-image: url(../img/btn_arrow_w.svg);
}
.food a.btn_border span:after{
	background-image: url(../img/btn_arrow_w.svg);
}
.food .btn_allergy a.btn_border span:after{
	background-image: url(../img/btn_arrow_p_2.svg);
}

ul.event_img {
    max-width: 830px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-between;
	text-align: center;
}
ul.event_img li {
    max-width: 30%;
}

@media (max-width: 767px) {
	ul.event_img {
		display: block;
	}
	ul.event_img li {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.food .foodbtn li.btn_allergy{
		font-size: 14px;
	}
}

/* XXXXXX
----------------------------------------------- */

@media (max-width: 1024px) {
	
}
@media (max-width: 767px) {
	
}






/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
