/* CSS Document */
/*------------------------------------------------------------------------------*/
/* Base設定　*/
html{
    font-size: 62.5%;
	scroll-behavior: smooth;
	overflow-y: scroll;
}

body{
	position: relative;
    font-size:1.6rem;/* 16px*/
    line-height: 1.75;
	text-align: center;
  	font-family: "Noto Sans JP", serif;
  	font-optical-sizing: auto;
	font-weight: 500;
	color: #000;
	background: #FFF;
}

main {
	display: block;
}

article, section, div {
	box-sizing: border-box;
}

h1 {
    font-size: 32px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(3.2rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
	font-weight: 400;
	font-style: normal;
}

h2 {
    font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.4rem + ((1vw - 0.64rem) * 0.2143));/* 20px~24pxで可変*/
    line-height: 1.3;
	font-weight: 900;
	text-align: justify;
}

h3 {
	font-size: 20px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.2rem + ((1vw - 0.64rem) * 0.2143));/* 20px~24pxで可変*/
    line-height: 1.3;
	font-weight: 700;
	text-align: justify;
}

h4 {
	text-align: justify;
	font-weight: 700;
	font-size: 16px;
    font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.2143));/* 20px~24pxで可変*/
}

h5 {
	text-align: justify;
	font-weight: 700;
	font-size: 16px;
    font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.2143));/* 20px~24pxで可変*/
}

small {
	font-size: 80%;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.4rem;/* 24px*/
    }
}
@media screen and (max-width: 999px) {/* 640px以下*/
    body{
		line-height: 2;
		font-size: 1.6rem;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2.0rem;/* 20px*/
    }
}

a:link { color:rgba(33,116,214,1.00); text-decoration: underline; }
a:visited { color: rgba(33,116,214,1.00); text-decoration: none; }
a:hover { color:rgba(250,101,101,1.00); text-decoration: underline; }

nav a:link { color:rgba(33,116,214,1.00); text-decoration: none; }
nav a:visited { color: rgba(33,116,214,1.00); text-decoration: none; }
nav a:hover { color:rgba(250,101,101,1.00); text-decoration: underline; }
/*------------------------------------------------------------------------------*/
/*　ここからデザイン用 */
section {
	width:1200px;
	margin: auto;
}

section h2 {
}
/*------------------------------------------------------------------------------*/
/*　ここからheader */
header {
	position: relative;
}

header::before{
	content: "";
	width:40%;
	height: 75%;
	position: absolute;
	background: url("../images/bg_left.png");
	background-repeat: no-repeat;
	background-size: contain; 
	bottom: 0;
	left: 0;
	z-index: 1;
}

header::after{
	content: "";
	width:40%;
	height: 75%;
	position: absolute;
	background: url("../images/br_right.png");
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain; 
	bottom: 0;
	right: 0;
	z-index: 1;
}

header article#Logo {
	aspect-ratio: 96 / 49;
	background-image: url('../images/header_bk.jpg');
	background-size: contain; /* 縦横比を維持して全体を収める */
	background-position: center;
	background-repeat: no-repeat; /* 繰り返しを防止 */	
	position: relative;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
}

header article#Logo section {
	max-width: 70%;
	max-height: 70%;
	object-fit: contain; /* 縦横比を維持して画像を収める */
	z-index: 2; /* 画像を前面に配置 */
}

header article#Logo section h1 {
	width:80%;
	margin: 0 auto;
}

header article#Support {
	background: #FFFE00;
	padding: 5px 0;
}

header article#Support ul {
	display: flex;
	justify-content: center;
	color: #235D9A;
	gap: 1em;
	font-weight: 500;
}

header article#Support ul li {
	z-index: 2;
}

header article#Support ul li::before {
	content: "●";
}

header article#Whats {
	padding: 2em 0;
	line-height: 2.5;
	color: #47B8D7;
	font-weight: 600;
	position: relative;
	z-index: 2;
}

header article#Whats section h2 {
	width:480px;
	margin: 1em auto 2em;
}
/*------------------------------------------------------------------------------*/
/*　ここからmain */
main article {
	width:100%;
	padding: 3em 0;
	background: #fff;
	font-weight: 600;
}

main article section h2 {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}

main article section h2 img {
	display: inline;
}

#LiveStage, #Amusement {
	background: #47B8D7;
	color: #fff;
	font-weight: 800;
}

#Nasse, #Access {
	background: #D6E9F1;
	color: #47B8D7;
}

#Entertainment,
#Gourmet,
#Shop {
	color: #47B8D7;	
}

#Nasse h2 ,
#Access h2 ,
#TimeSchedule h2 {
	color: #47B8D7;
	line-height: 2;
	font-size: 1.8rem;
	font-weight: 900;
}

/*------------------------------------------------------------------------------*/
/*　ここからLiveStage */
#LiveStage section > div {
	color: #000;
	font-weight: 500;
	border-radius: 1em;
	background: #fff;
	width:100%;
	position: relative;
	text-align: justify;
}	

#LiveStage section div#FM_Fukuoka {
	position: relative;
	margin: 3em auto;
	padding: 3em;
	
}

#LiveStage section div#FM_Fukuoka div#Free {
	position: absolute;
	top:2.2em;
	right: 1.85em;
	background: #47B8D7;
	padding: 0.75em;
	border-radius: 0.5em;
	text-align: center;
	font-size: 2rem;
	font-weight: 900;
	color: #fff;
	width:6em;
}

#LiveStage section div#FM_Fukuoka div#MC {
	position: absolute;
	top:3em;
	right: 11em;
	width:35%;
	text-align: center;
}

#LiveStage section div#FM_Fukuoka div#MC > div {
	display: flex;
	gap:10px;
}

#LiveStage section div#FM_Fukuoka div#FM_Artist {
	margin: 4em auto;
	width:100%;
}

#LiveStage section div#FM_Fukuoka div#FM_Artist h4 {
	background: #47B8D7;
	color: #fff;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 900;
	padding: 0.1em;
	margin: 0.25em 0;
}

#LiveStage section div#FM_Fukuoka div#FM_Artist p {
	font-size: 1.3rem;
}
	

#LiveStage section div#FM_Fukuoka div#FM_Artist div.artistwrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#LiveStage section div#FM_Fukuoka div#FM_Artist div.artistwrap > div {
	width:40%;
}


#LiveStage section div#FM_Fukuoka div.fmtime {
	margin: 2em 0;
	font-size: 1.6rem;
}

#LiveStage section div#FM_Fukuoka div#FM_Artist div#Batten {
	width:90%;
	margin: 3em auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#LiveStage section div#FM_Fukuoka div#FM_Artist div#Batten h4 {
	margin-top:0;
}

#LiveStage section div#FM_Fukuoka div#FM_Artist div#Batten div.battenimage {
	width:50%;
}

#LiveStage section div#FM_Fukuoka div#FM_Artist div#Batten div.battennote {
	width:45%;
}

#LiveStage section div#Yusen {
	text-align: center;
}

#LiveStage section div#Yusen p {
	font-size: 1.3rem;
}

#LiveStage section div#Yusen p.btn {
	width:50%;
	margin: 2em auto;
	padding: 0.5em;
	border:1px solid #47B8D7;
	border-radius: 0.5em;
}
#LiveStage section div#Yusen p.btn2 {
	background: rgba(255,252,222,1.00);
}

#LiveStage section div#Yusen p.btn2:hover ,
#LiveStage section div#Yusen p.btn:hover {
	background: #D6E9F1;
}


#LiveStage section div#Yusen p.btn img {
	margin: auto;
}


#LiveStage section div#Yusen p strong {
	font-size: 2.4rem;
	font-weight: 900;
	color: #0B2F8B;
}

#LiveStage section div#Yusen p em{
	font-style: normal;
	font-size: 2rem;
	font-weight: 900;
	color: #47B8D7;
}

#LiveStage section div#SpecialLive {
	padding: 0 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#LiveStage section div#SpecialLive div.image {
	width:48%;
}
#LiveStage section div#SpecialLive div.girlsnote {
	margin: 5em auto 1em;
	width:42%;
}

#LiveStage section div#SpecialLive div.girlsnote div.timespace{
	margin: 2em auto;
}

#LiveStage section div#SpecialLive div.girlsnote h4 img {
	width:30%;
	margin: 2em auto;
}

#LiveStage section div#SpecialLive div.girlsnote p {
	font-size: 1.3rem;
}

#LiveStage section dl {
	display: flex;
}

#LiveStage section dl dt::before {
	content:"■";
}

#LiveStage section dl dt::after {
	content:"／";
}

/*------------------------------------------------------------------------------*/
/*　ここからEntertainment */
#EntertainmentWrap {
	font-weight: 500;
	color: #000;		
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	margin: 2em auto;
	align-items: flex-start;
	gap:1em;
}

.entertainmentbox {
	width:calc(50% - 0.5em);
	padding: 1em;
	border: 1px solid #47B8D7;
	border-radius: 1em;
	margin-bottom: 1em;
	position: relative;
}

.entertainmentbox dl {
	display: flex;
}

.entertainmentbox dl dt::before {
	content:"■";
}

.entertainmentbox dl dt::after {
	content:"／";
}

.entertainmentbox p.date {
	font-size: 2rem;
	text-align: justify;
	font-weight: 900;
}

.entertainmentbox p.freeprice {
	position: absolute;
	right: 1em;
	bottom:7.5%;
	font-size: 2.4rem;
	font-weight: 900;
	padding: 0.5em 1em;
	border-radius: 0.5em;
	background: #47B8D7;
	color: #fff;
}

.entertainmentbox p.attention {
	font-size: 1.2rem;
}


#Paw h3 {
	width:67.5%;
	margin: 0 auto;
}

.paupato {
	color: #E60012;
	font-size: 2rem;
	font-weight: 900;
	line-height: 1.5;
}

#Anpanman {
	background: #FFFCDB;
}

.entbox2 {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	text-align: justify;
}

.entbox2 .entimage {
	width:45%;
}

.entbox2 .entnote {
	width:53%;
}

.entbox2 .entnote h3 {
	margin-bottom: 0.25em;
	text-align: left;
}

.entnote p {
	font-size: 1.4rem;
	line-height: 1.5;
}

/*------------------------------------------------------------------------------*/
/*　ここからAmusement */
#AmusementWrap {
	font-weight: 500;
	color: #0B2F8B;		
	display: flex;
	flex-wrap: wrap;
	justify-content:space-around;
	margin: 2em auto;
	align-items: flex-start;
}

.amusementbox {
	width:32%;
}

.masonryitems {
    width: 100%;
    margin-bottom: 2rem;
	padding: 1em;
	background: #FFFBCB;
	color: #0B2F8B;		
	border-radius: 1em;
	position: relative;
}

.masonryitems h3 {
	text-align: center;
	font-size: 2rem;
}

.masonryitems div.flex {
	justify-content: space-between;
	margin: auto 1em;
}

.masonryitems dl {
	display: flex;
}

.masonryitems dl dt {
	
}

.masonryitems dl dt::before {
	content: "■";
}

.masonryitems dl dt::after {
	content: "／";
}

.masonryitems p.freeprice {
	margin: 0.5em 0;
	padding: 0.5em;
	border-radius: 0.5em;
	background: #47B8D7;
	color: #fff;
	width:6em;
	text-align: center;
	font-size: 1.8rem;
	font-weight: 900;
}

.masonryitems img {
	width:98%;
    box-sizing: border-box;
	margin: auto;
}

.masonryitems p.target {
	background: #0B2F8B;
	color: #FFF;
	font-size: 1.4rem;
	padding: 0.25em;
	margin-top: 1em;
}


/*------------------------------------------------------------------------------*/
/*　ここからGourmet */
#Gourmet {
	font-weight: 900;
}

#Gourmet h3 {
	background: #47B8D7;
	color: #fff;
	font-weight: 500;
	padding: 0.25em 0.5em;
	margin-top: 1em;
}

.gourmetwrap {
	font-weight: 500;
	color: #000;		
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	margin: 1em auto;
}

.gourmetbox {
	width:25%;
	padding: 0.5em;
	margin-bottom: 1em;
	font-size: 1.4rem;
}

/*------------------------------------------------------------------------------*/
/*　ここからNasse */
#Nasse {
	font-weight: 900;
}

#NasseWrap {
	font-weight: 500;
	color: #000;		
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	margin: 3em auto;
}

.nassebox {
	width:25%;
	padding: 0.5em;
	margin-bottom: 1em;
}

.nassebox h3 {
	font-size: 1.8rem;
	font-weight: 500;
	margin: 0.25em 0;
	text-align: left;
}

.nassebox ul {
	text-align: justify;
	font-size: 1.4rem;
}

.nassebox ul li::before {
	content: "●";
}

#Nasse p.attention {
	color: #000;
	font-weight: 500;
}

/*------------------------------------------------------------------------------*/
/*　ここからShop */
#ShopWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 3em auto;
	color: #000;
}

.shopbox {
	width:48%;
}

.shopbox h3 {
	line-height: 1.5;
	text-align: center;
}

.shopbox h3 img {
	margin-bottom: 0.5em;
}

/*------------------------------------------------------------------------------*/
/*　ここからAccessp */
#AccessMap {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin: 3em auto;
	color: #000;
	text-align: justify;
}

.arenamaps {
	width:66%;
}

.accessmaps {
	width:32%;
}

.accessmaps ul li {
	font-size: 1.2rem;	
}

.accessmaps ul li::before {
	content: "●";
}

.accessmaps p.attention {
	font-size: 1.4rem;
	margin-left: 1em;
	color: #0068B6;
}
.accessmaps p.attention span {
	text-indent: 1em;
	margin-left: -1em;
}

/*------------------------------------------------------------------------------*/
/*　ここからTimeschedule */

#Time {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin: 3em auto;
}

#Time h3 {
	text-align: center;
}


#Time h3 img {
	margin:  auto;
	margin-bottom: 1em;
}

.timeline {
	width:45%;
}

.enttime {
	position: relative;
	z-index: 1;
}

.enttime::before {
	content: ""; /* 疑似要素を描画 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%; /* 要素の中央 */
	width: 10px; /* 線の幅 */
	background-color: #47B8D7; /* 線の色 */
	transform: translateX(-50%); /* 中央寄せ */
	z-index: -1;
}

.enttime dl {
	background: #47B8D7;
	z-index: 2;
}


.stgtime {
	position: relative;
}

.stgtime::before {
	content: ""; /* 疑似要素を描画 */
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%; /* 要素の中央 */
	width: 10px; /* 線の幅 */
	background-color: #93B67B; /* 線の色 */
	transform: translateX(-50%); /* 中央寄せ */
	z-index: 0;
}

.stgtime dl {
	background: #93B67B;
	position: relative;
	z-index: 2;
}


.timeline dl {
	text-align: justify;
	margin-bottom: 1em;
	padding: 0.75em 1em;;
	border-radius: 0.75em;
	font-weight: 900;
	font-size: 1.8rem;
	color: #fff;
	z-index: 2;
}

.timeline dl dt {
	float: left;
	width: 5em;
	color: #FFF100;
}

.timeline dl dd {
	margin-left: 5em;
	z-index: 2;
}

.timeline dl dd div {
	background: #FFFABA;
	color: #93B67B;
	padding: 0.75em;
}

.timeline dl dd div h4 {
	font-size: 1.4rem;
}
/*------------------------------------------------------------------------------*/
/*　ここからFAQ */
#FAQ {
	margin-top: 5em;
}

#FAQ h2 {
	margin-bottom: 2em;
}

#FAQ dl {
	text-align: justify;
	margin-bottom: 1em;
}

#FAQ dl dt {
	color: #47B8D7;
	font-size: 2rem;
	font-weight: 900;
	margin-top: 1em;
}

#FAQ dl dt::before {
	content: "Q.";
}

#FAQ dl dd {
	margin-left: 2rem;
	font-size: 1.6rem;
}

.hosoku {
	margin-top: 1em;
	text-align: justify;
}

.hosoku li {
	text-indent: -1em;
	margin-left: 1em;
}

.hosoku li::before {
	content: "・";
}




/*------------------------------------------------------------------------------*/
/*　ここからfooter */
footer {
	width:100%;
	background: #E2E2E3;
	padding: 3em 0;
	text-align: center;
}

footer address {
	font-style: normal;
	font-size: 1.4rem;
}

footer address a:link, 
footer address a:visited, 
footer address a:hover {
	color: #000;
} 
/*------------------------------------------------------------------------------*/
/*　ここからクラス */
.flex {
	display: flex;
}
.pc {
	display: inherit;
}

.sp {
	display: none;
}

.pagetop {
	position: fixed;
	bottom:2em;
	right:1em;
	font-size: 3rem;
	width:2em;
	height: 2em;
	text-align: center;
	border-radius: 3em;
	font-weight: 900;
	background: rgba(255,241,0,0.8);
	z-index: 50
}

.pagetop a:link ,
.pagetop a:visited ,
.pagetop a:hover {
	display: inline-block;
	color:#47B8D7;
	text-decoration: none;
}


#FAQLink {
	position: fixed;
	bottom:10em;
	right:0em;
	font-size: 1.6rem;
	width:20em;
	height: 8em;
	text-align: center;
	border-radius: 0em;
	font-weight: 900;
	background: rgba(255,241,0,0.9);
	z-index: 50;
	padding: 0.5em;
}

#FAQLink h2 {
	font-size: 1.6rem;
	line-height: 1;
	text-align: center;
}

#FAQLink h2 img {
	margin: 0 auto;
}


#FAQLink a:link ,
#FAQLink a:visited ,
#FAQLink a:hover {
	display: inline-block;
	color:#47B8D7;
	text-decoration: none;
}

#FooterBnrArea ul {
	display: flex;
	gap: 10px;
	justify-content: center;
}

/*------------------------------------------------------------------------------*/
/*　ここから1200px以下 */
@media (max-width: 1200px) {
	section {
		width:94%;
	}
	
	/*------------------------------------------------------------------------------*/
	/*　ここからEntertainment */
	#LiveStage section div#FM_Fukuoka div#FM_Artist div.artistwrap > div {
		width:45%;
	}

	#LiveStage section div#FM_Fukuoka h3 {
		width:50%;
	}
	#LiveStage section div#FM_Fukuoka div#MC {
		width:30%;
	}

	#LiveStage section div#FM_Fukuoka div#FM_Artist div#Batten {
		width:95%;
		margin: 3em auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#LiveStage section div#Yusen p.btn {
		width:70%;
	}

	#LiveStage section div#SpecialLive div.image {
		width:50%;
	}

	#LiveStage section div#SpecialLive div.image img {
		object-fit: cover;
		width:100%;
		height: 100%;
	}

	#LiveStage section div#SpecialLive div.girlsnote {
		margin: 1em auto 1em;
		width:45%;
	}


	#LiveStage section div#SpecialLive div.girlsnote div.timespace{
		margin: 0.5em auto;
	}
	
	#LiveStage section div#SpecialLive div.girlsnote h4 {
		margin: 0.5em auto;
	}

	.pagetop {
		font-size: 2.4rem;
	}
	

}

@media (max-width: 767px) {
	body {
		font-size: 1.4rem;
	}

	header::before{
		display: none;
	}

	header::after{
		display: none;
	}
	
	header article#Support ul {
		display: block;
		font-size: 1.2rem;
	}
	
	header article#Whats section h2 {
		width:98%;
	}

	header article#Whats section {
		text-align: justify;
		line-height: 1.75;
	}

	/*------------------------------------------------------------------------------*/
	/*　ここからEntertainment */
	#LiveStage section div#FM_Fukuoka h3 {
		width:100%;
	}

	#LiveStage section div#FM_Fukuoka {
		padding: 2em;
	}
	#LiveStage section div#FM_Fukuoka div#MC {
		position: relative;
		width:100%;
		right:0;
		top:1em;
		margin: 1em auto;
	}
	#LiveStage section div#FM_Fukuoka div#Free {
		position: relative;
		top:1em;
		right: 0;
		margin: 0 auto;
	}
	
	#LiveStage section div#FM_Fukuoka div#FM_Artist div.artistwrap > div {
		width:100%;
		margin-top:3em;
	}

	#LiveStage section div#FM_Fukuoka div#FM_Artist div.artistwrap > div#HitotoYo {
		margin-top: 0;
	}

	#LiveStage section div#FM_Fukuoka div#FM_Artist div#Batten {
		width:100%;
	}
	
	#LiveStage section div#FM_Fukuoka div#FM_Artist div#Batten > div.battenimage ,
	#LiveStage section div#FM_Fukuoka div#FM_Artist div#Batten > div.battennote {
		width:100%;
	}
	#LiveStage section div#FM_Fukuoka div#FM_Artist div#Batten > div.battennote h4 {
		margin: 0.25em 0;
	}

	#LiveStage section div#SpecialLive {
		display: block;
		padding: 1em;
	}
	#LiveStage section div#SpecialLive div.image ,
	#LiveStage section div#SpecialLive div.girlsnote {
		width:100%;
	}

	#LiveStage section div#Yusen p {
		font-size: 1.2rem;
	}
	

	#LiveStage section div#Yusen p.btn {
		width:90%;
	}

	#LiveStage section div#Yusen p strong {
		font-size: 2rem;
	}

	#LiveStage section div#Yusen p em{
		font-size: 1.8rem;
	}

	/*------------------------------------------------------------------------------*/
	/*　ここからEntertainment */
	#EntertainmentWrap {
		display: block;
	}
	
	#Paw p.paupato {
		font-size: 1.8rem;
	}

	.entertainmentbox {
		width:100%;
		position: relative;
	}

	.entertainmentbox dl {
		display: flex;
	}

	.entertainmentbox dl dt::before {
		content:"■";
	}

	.entertainmentbox dl dt::after {
		content:"／";
	}

	.entertainmentbox p.date {
		font-size: 2rem;
		text-align: justify;
		font-weight: 900;
	}

	.entertainmentbox p.freeprice {
		position: absolute;
		bottom:9%;
		font-size: 2.4rem;
	}

	.entertainmentbox p.attention {
		font-size: 1.15rem;
	}

	.entbox2 {
		display: block;
	}

	.entbox2 .entimage {
		width:60%;
		margin: auto;
	}

	.entbox2 .entnote {
		width:100%;
	}

	.entbox2 .entnote h3 {
		margin-bottom: 0.25em;
	}

	.entnote p {
		font-size: 1.4rem;
		line-height: 1.5;
	}
	
	/*------------------------------------------------------------------------------*/
	/*　ここからAmusement */
	#AmusementWrap {
		display: block;
	}

	.amusementbox {
		width:98%;
	}

	.masonryitems {
	}

	.masonryitems h3 {
		font-size: 1.8rem;
	}

	.masonryitems div.flex {
		justify-content: space-between;
		margin: auto 1em;
	}

	.masonryitems dl {
		display: flex;
	}

	.masonryitems dl dt {

	}

	.masonryitems dl dt::before {
		content: "■";
	}

	.masonryitems dl dt::after {
		content: "／";
	}

	.masonryitems p.freeprice {
		margin: 0.5em 0;
		padding: 0.5em;
		border-radius: 0.5em;
		background: #47B8D7;
		color: #fff;
		width:6em;
		text-align: center;
		font-size: 1.6rem;
		font-weight: 900;
	}

	.masonryitems img {
	}

	.masonryitems p.target {
		font-size: 1.4rem;
	}
	/*------------------------------------------------------------------------------*/
	/*　ここからGourmet  */
	.gourmetbox {
		width:50%;
		padding: 0.5em;
		margin-bottom: 1em;
		font-size: 1.15rem;
	}
	.gourmetbox p span {
		font-size: 1rem;
	}
	
	/*------------------------------------------------------------------------------*/
	/*　ここからNasse */
	.nassebox {
		width:50%;
		padding: 0.5em;
		margin-bottom: 1em;
	}
	
	.nassebox h3 {
		font-size: 1.4rem;
	}

	.nassebox ul {
		text-align: left;
		font-size: 1.0rem;
		margin-left: 0em;
	}
	
	.nassebox ul li {
		text-indent: -1em;
		margin-left: 1em;
	}
	
	/*------------------------------------------------------------------------------*/
	/*　ここからShop */
	#ShopWrap {
		display: block;
	}

	.shopbox {
		width:80%;
		margin: 1em auto;
	}

	/*------------------------------------------------------------------------------*/
	/*　ここからAccessp */
	#AccessMap {
		display: block;
	}

	.arenamaps {
		width:100%;
		margin: 2em 0;
	}

	.accessmaps {
		width:80%;
		margin: auto;
	}

	/*------------------------------------------------------------------------------*/
	/*　ここからTimeschedule */
	#Time {
		display: block;
		margin: 1em auto;
	}

	.timeline {
		width:98%;
	}

	.timeline dl {
		text-align: justify;
		margin-bottom: 1em;
		padding: 0.5em;
		font-size: 1.6rem;
		color: #fff;
	}

	.timeline dl dt {
		width: 4em;
	}

	.timeline dl dd {
		margin-left: 4em;
	}
	
	/*------------------------------------------------------------------------------*/
	/*　ここからFAQ */
	#FAQ {
		margin-top: 2em
	}

	#FAQ dl {
	}

	#FAQ dl dt {
		font-size: 1.6rem;
	}

	#FAQ dl dd {
		margin-left: 1.6rem;
		font-size: 1.4rem;
	}
	.pc {
		display: none;
	}

	.sp {
		display: inherit;
	}
	.pagetop {
		font-size: 2.2rem;
	}
	#FAQLink {
		position: fixed;
		bottom:0;
		right:0;
		font-size: 1.2rem;
		width:100%;
		height: 3.5em;
		text-align: center;
		border-radius: 0em;
		font-weight: 900;
		background: rgba(255,241,0,1);
		z-index: 50;
		padding: 0.5em;
	}
	
	#FAQLink a  {
		display: block;
		width:100%;
	}
	#FAQLink a  ,
	#FAQLink p  {
		margin: 0;
		line-height: 1;
	}

	#FAQLink h2 {
		display: none;
		height: 0;
	}
	
	#InstaLink {
		position: fixed;
		top:0;
		right: 0;
		width:4em;
		height:4em;
		background:rgba(35,93,154,0.95);
		border-radius: 0 0 0 10px;
		padding: 0.5em;
		z-index: 50;
	}
	#InstaLink img {
		width:100%;
		height: 100%;
	}

	
	footer {
		padding-bottom: 4em;
	}
}

