@charset "utf-8";
/*=================================
1: setting
2: header
3: footer
4: common-content
5: top page
6: second page
=================================*/


/* ウィンドウ幅が～768pxの場合に適用するCSS */
@media only screen and (max-width: 768px) {

/* 1: setting
================================== */
body {
	width: 100%;
	min-width: 100%;
	font-size: 1.5rem;
}
.sp_none {
	display: none;
}

.sp_show {
	display:block!important;
}

img {
	max-width:100%;
	height:auto;
	margin:0 auto;
}


/* 2: header
================================== */
#wrapper {
	overflow-x:hidden;
}

#header {
	height:60px;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:999999;
	border-bottom:solid 1px #ccc;
	background:url(../img/cmn/header_back_sp.jpg) no-repeat center center white;
}
	#header .inr {
		padding:0;
		width:auto;
	}

#header h1 {
	width:200px;
	padding-top:10px;
}
	
	#header h1 img {
		max-width:180px;
		height:auto;
	}
	#header h1 span img {
		max-width:90px;
	}

#header::after {
	top:75px;
}


#btn {
	display: block;
}

#gloval_nav {
	display:none;
	float:none;
	padding-top:0;
}

#header .lang a {
	background:none;
}

#header .lang a::before {
	display:none;
}

.dl-trigger {
	display: block;
	top: 10px;
	right:5px;
	position:fixed;
	height: 50px;
	width:38px;
	background: none;
	border: none;
	text-indent: -900em;
	overflow: hidden;
	cursor: pointer;
	outline: none;
	z-index: 99999;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	margin-bottom:20px;
	z-index:99999999;
}
.dl-trigger img {
	width: 30px;
	height: auto;
	margin: 10px auto 0;
}
.dl-trigger span {
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	width: 30px;
	height: 2px;
	margin: 0 auto;
	transition: all .4s;
	background-color: #796bae;
}
.dl-trigger span:nth-of-type(1) {
	top: 7px;
}
.dl-trigger span:nth-of-type(2) {
	top: 15px;
}
.dl-trigger span:nth-of-type(3) {
	bottom: 25px;
}
.dl-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.dl-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.dl-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-10px) rotate(45deg);
	transform: translateY(-10px) rotate(45deg);
}
.fixbody {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.spnav_close {
	margin-top:20px;
    margin-bottom: 30px;
    cursor: pointer;
}

.spnav_close span {
    display: block;
    width: 30%;
    margin: 0 auto;
    padding: 10px;
    background: #FFF;
    text-align: center;
    color: #000;
    font-weight: bold;
}

	.spnav_close span:hover {
		background:#48c4b7;
		color:white;
	}

#gloval_nav {
	position:fixed;
	top:60px;
	left:0;
	width:100%;
	height:90%;
	z-index:999999;
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom:80px;
}

#gloval_nav .flexbox_wap {
	display:block;
	position:relative;
	z-index:999;
	background:rgba(121,107,174,0.95);
	width:100%;
}

.parentNav > li {
	margin:0;
	position:relative;
	width:100%;
	height:auto;
}

#header .parentNav > li > a,
#header .header_menu li a {
	display:block;
	width:100%;
	color:white;
	border-bottom:solid 1px #fff;
	position: relative;
	padding: 15px 25px;
	font-weight:bold;
	height:auto;
	font-size:1.6rem;
}

#header .parentNav > li > a:hover {
	border-radius:0;
}

.parentNav > li > a::after {
	border:0;
}

.lang {
	clear:both;
}

#header .lang a {
	padding:10px;
	width:100%;
	color:white;
	text-align:center;
}

.nav_tit,
.megaNavClose {
	display:none;
}

.nav_menu {
	width:100%;
	padding:15px 15px 0 15px
}

.open_icn {
	display: block;
	position: absolute;
	top: 0;
	right: 0px;
	width: 48px;
	height: 48px;
	background: #000;
	z-index: 999;
}
.open_icn:before,
.open_icn:after {
	display: block;
	content: '';
	width: 2px;
	height: 12px;
	background: #FFF;
	position: absolute;
	top: 18px;
	left: 24px;
	border:0;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.open_icn:before{
	width: 12px;
	height: 2px;
	top: 23px;
	left: 19px;
}
.open_icn:after,
.open_icn:before {
	transition: all .4s;
}
.open_icn.open_icnactive:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.open_icn.open_icnactive:before {
	opacity: 0;
}

#gloval_nav ul > li > .meganav {
	position:relative;
	top:0;
	padding:10px;
	background:none;
}

.sub-nav-group {
	padding-top:0;
}

.nav_menu > .flexbox_wap > li {
	width:100%;
	margin-bottom:10px;
}

.meganav li a {
	display:block;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: dotted 1px white
}

.meganav li a::before {
	top:14px;
}

.header_menu {
	background:white;
	position:relative;
	top:0;
	left:0;
}

.logo_link {
	position:relative;
	background:white;
	top:0;
	left:0;
	overflow:hidden;
}

.logo_link li {
	margin:0;
	padding:20px;
}

.logo_link li.lang {
	padding:10px;
	width:100%;
}

.sns_youtube,
.sns_tw,
.sns_fb {
	width:calc(100%/3);
	float:left;
	padding:20px;
}

#header .parentNav > li.menu1 > a::before,
#header .parentNav > li.menu2 > a::before,
#header .parentNav > li.menu3 > a::before,
#header .parentNav > li.menu4 > a::before,
#header .parentNav > li.menu5 > a::before,
#header .parentNav > li.menu6 > a::before,
#header .parentNav > li.menu7 > a::before,
#header .parentNav > li.menu8 > a::before,
#header .parentNav > li.menu9 > a::before{
	width:40px;
	height:40px;
	top:10px;
	left:10px;
	background-size:contain;
}


/* 3: footer
================================== */
#footer {
	background:url(../img/cmn/footer_back_sp.png) no-repeat;
	background-size:cover;
}
#footer .inr ul.f_menu {
	justify-content: center;
}

.f_bg .flexbox_cwap > li {
	width:100%;
	text-align:left;
	padding:0.2em;
}
.f_bg li a {
	display:block;
}

	#footer .f_menu li a {
		font-size: 1.2rem;
	}

	#footer .f_menu li::before {
    margin-right: 0;
	}

#footer dd {
	display:none;
}

#footer dt {
	position:relative;
	display:block;
	padding:0.5em;
}

#footer dt::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: absolute;
    right: 0;
    top: 35%;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#footer dd a {
	display:block;
	position:relative;
	padding:0.5em;
}

#footer dd a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: absolute;
    right: 0;
    top: 35%;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* 4: common-content
================================== */

.inr {
	padding: 0 10px;
}
#breadcrumb {
	font-size: 1.2rem;
}

#breadcrumb ul {
	margin:0 5px;
}


/* 5: top page
================================== */
#main_visual {
	padding-top:10px;
	padding-bottom:20px;
}
.attention_box {
	width:calc(100% - 20px);
}

.attention_txt {
	width:100%;
}

#main_visual .inr {
	height:auto;
	width:auto;
	position:relative;
	background:none;
	margin:10px;
}

#main_visual li {
	width:100%;
	margin-bottom:1em;
}

.top_btn {
	display:flex;
}

#main_visual h2 {
	font-size:2.4rem;
	margin-top:0;
}

#main_visual li.tC {
	width:100%;
	height:auto;
	padding-bottom:4em;
}

#main_visual .top_btn li {
	width: calc(100%/3 - 10px);
}

.date {
	font-size:2.5rem;
}

.date {
	font-size:1.8rem;
}

#main_visual .poster {
	float:none;
	width:100%;
}

#next_stage .flexbox_cwap {
	display:block;
}

#next_stage > .flexbox_wap > li,
#next_stage > .flexbox_wap > li:nth-child(2n),
.text_wrapper .flexbox_wap > li ,
.text_wrapper .flexbox_wap > li:nth-child(2n) {
	width:100%;
	border:0;
}

#next_stage li h2 {
	margin-top:30px;
	font-size:2.0rem;
}

#next_stage .flexbox_wap li .date_next {
	font-size:2.0rem;
}

#next_stage .top_btn li {
    width: calc(100%/3 - 10px);
    margin-left:0;
}

.top_btn li {
    margin: 0 5px;
}


.h2_title h2 {
	font-size:3.0rem;
}

.h2_title h2 span {
	font-size:2.0rem;
}
#news .h2_title,
#pickup .h2_title {
	height:100%;
}


.cd-fixed-bg {
	background-size: cover;
	background-attachment: scroll;
}
#news .inr, #pickup .inr {
	padding-top:0;
	margin-top:0;
}

#news .inr .flexbox_wap li {
  width: 100%;
  margin-bottom: 5px;
  border-bottom:dashed 1px #ccc;
}

	#news .flexbox_wap li img {
		display:none;
	}

.top #news .inr .flexbox_wap,
#pickup .inr .flexbox_cwap {
	padding:20px 0;
}

.cd-fixed-bg {
	background-size:auto;
}

.cd-fixed-bg.cd-bg-1  {
  background-image: url('../img/top/h2_back1_sp.jpg');
}

#pickup .inr .flexbox_cwap li {
	width:calc(100%/3 - 10px);
	margin-bottom:20px;
	margin: 0 5px;
}

#pickup .inr .flexbox_sbwap {
	justify-content: center;
}

#pickup .inr .flexbox_cwap {
	margin:10px;
}

.link .flexbox_cwap li {
	width: calc(100%/2 - 20px);
	margin-bottom:10px;
}

.f_bg .flexbox_sbwap > li {
	margin-bottom:10px;
}

.sec #footer .link {
	background:none;
}

/* : sec page
================================== */

#main {
	padding-top:60px;
}

#lineup .h2_title {
	height:250px;
}

.sec #lineup .flexbox_sbwap {
	display:block;
}

.sec .btn {
	margin-top:5px;
}

.sec .poster,
.lineup_content {
	width:100%;
}

.lineup_content {
	z-index:50;
}
.poster {
	max-width:600px;
}

.sec .poster .guard img {
	border:0;
}

.guard a {
	display:block;
	overflow:hidden;
}

.sec h3,
.facility h3,
.faq h3,
.map h3 {
	clear:both;
	font-size:2.0rem;
	margin-top:5px;
}

.lineup_content dl {
	display:block;
	margin-bottom:5px;
}

.lineup_content dt,
.lineup_content dl.syutsuen dt {
	width:100%;
}

.lineup_content dt,
.lineup_content dd {
	padding:0.1em;
	margin:0;
}

.year li {
	width:calc(100%/5 - 6px);
}

.shop li {
	width:100%;
	margin-right:0;
}
    
.shop2.goods_list li {
	width:100%;
	margin-right:0;
}

.shop2.goods_list .list_btn {
    padding-left: 0;
}

.shop2.goods_list .list_btn li {
    display: block;
    width: 95%;
    margin: 0 auto 5px;
}
.shop2.goods_list .list_btn li a {
    padding: 0.3em 0;
}
    
.inr.link {
	padding:1em;
}

.tbl td, .tbl th {
  padding: 0.2em;
  font-size: 1.3rem;
}
.table_scroll {
  overflow-x: auto;
}

#news .inr dl.faq_box {
	margin:1em auto;
}

.faq_box dt {
	font-size:1.6rem;
}

.faq_box dd {
	padding:15px;
}


.tab_content .flexbox_cwap {
	display:block;
}

.tab_content {
	padding:20px 15px 0;
}


.photo li{
	width:100%;
	margin:0 10px 10px 10px;
}


}




/* ウィンドウ幅が～620pxの場合に適用するCSS */
@media only screen and (max-width: 620px) {

	.tbl .in {
		min-height: 120px;
	}
}




/* ウィンドウ幅が～500pxの場合に適用するCSS */
@media only screen and (max-width: 500px) {

}


/* ieハック */
@media all and (-ms-high-contrast:none){
	*::-ms-backdrop, .dl-trigger img { margin: 0 auto; } /* IE11 */
}
