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


/*- reset.css -*/

/* ----------------------------------------------
	This style definition is initialize.
------------------------------------------------- */
*{
 margin: 0;
 padding: 0;
}
body , div , dl , dt , dd , ul , ol , li , h1 , h2 , h3 , h4 , h5 , h6 , pre , form , fieldset , input , textarea , p , blockquote , th , td { 
	margin: 0;
	padding: 0;
}
section{ display:block; }
body {
	color: #000000;
	font-size: 16px;/*ブラウザ間のフォントサイズ差異を吸収*/
	/*font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","YuGothic","游ゴシック","メイリオ", sans-serif, "ＭＳ Ｐゴシック";*/
	/*"メイリオ",Meiryo,YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",Arial,verdana,sans-serif;*/
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	line-height: 1.5;
	*font-size: small;	/*ブラウザ間のフォントサイズ差異を吸収*/
	*font: x-small;
	letter-spacing:0px ;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	/*font: 100%;*/
}

fieldset , img { 
	border: 0;
	vertical-align: bottom;
}

img { 
	line-height: 0;
	pointer-events: none;
	margin:0;
	padding:0;
	
}
/*address , caption , cite , code , dfn , em , strong , th , var {*/
address , caption , cite , code , dfn , th , var {
	font-style: normal;
	font-weight: normal;
}
em { font-style: normal; }
strong { font-weight: normal; }
ol , ul {
	list-style: none;
}

caption , th {
	text-align: left;
}

h1 , h2 , h3 , h4 , h5 , h6 , .font_b{
/*	font-family: "メイリオ",Meiryo,YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック",Arial,verdana,sans-serif;*/
	/*font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","YuGothic","游ゴシック","メイリオ", sans-serif, "ＭＳ Ｐゴシック";*/
	/*font-size: 100%;*/
	font-weight: normal;
}

q:before , q:after {
	content: '';
}

abbr , acronym {
	border: 0;
}

textarea {
	font-size: 100%;
	font-family: "Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック" ,"游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	/*"ＭＳ Ｐゴシック" ,"游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;*/
	/*"メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;*/
}

hr {
	margin: 0 auto; 
	padding: 0; 
	border: 0; 
	color: #FFFFFF; 
	background-color: #FFFFFF; 
	height: 1px;
}





/*- common.css -*/

/* ----------------------------------------------
	This style definition is initialize.
------------------------------------------------- */

html {
	scroll-behavior: smooth;
}
:target {
	scroll-margin-top: 60px;
}

header, section, footer, nav { display:block; }/*- html5タグをブロック要素にする基本設定 -*/

.clearfix:after { clear: both; content: ""; display: block; }

.clearText {
	color: transparent;
	text-align: left;
	text-indent: -100%;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
	display: inline-block;
	color: #4A4848;
	cursor: pointer;
}

*,
*::before,
*::after{
	box-sizing: border-box;
}

/*-
	共通設定　ここから
------------------------------------------------- */
body {
	color: #fff;
	font-family: "Zen Maru Gothic", serif;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	
	background-image: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/5f2cd28a-0b8c-445b-b4df-7bd10a000013/img/e0793320-5fc3-013e-14ef-0a58a9feac02/main-img_bg_sp.png"),linear-gradient(0deg, #04072e, #004a80);
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	
	letter-spacing: 0.1em;
}

.stageWrap {
	display: block;
	margin: 0 auto;
}


/* ----------------------------------------------
	ボタン　矢印
------------------------------------------------- */
.more_arrow a {
	color: #4A4848;
	text-align: center;
	font-weight: bold;
	
	display: inline-block;

	padding: 10px;
	width: 12em;
	
	position: relative;
	
	transition: 0.15s ease-in-out;
}
.more_arrow a::after {
	content: "";

	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: 1em;

	display: inline-block;

	width: 1.6em;
	height: 1.6em;

	position: absolute;
	right: 15px;
	top: calc(50% - 0.8em);
	
	background-color: #4A4848;
}
.more_arrow a:hover {
	opacity: 0.6;
	transition: 0.15s ease-in-out;
}
.more_arrow a:hover::after {
	transition: 0.15s ease-in-out;
}

.more_arrow.arrow_up a::after {
	transform: rotate(270deg);
}
.more_arrow.arrow_right a::after {
	transform: rotate(0deg);
}
.more_arrow.arrow_below a::after {
	transform: rotate(90deg);
}
.more_arrow.arrow_left a::after {
	transform: rotate(180deg);
}


/* ----------------------------------------------
	ボタン　「く」の字のみ
------------------------------------------------- */
.arrow_k a::after {
	mask-image: url("../images/arrow.svg");
}


/* ----------------------------------------------
	ボタン　「○く」
------------------------------------------------- */
.arrow_s a::after {
	mask-image: url("../images/arrow-maru.svg");
}

/* ----------------------------------------------
	ボタン　「PDF」
------------------------------------------------- */
.link_pdf {}
.link_pdf a {
	font-size: 16px;
	font-weight: bold;
	text-align: center;

	display: block;
	padding: 10px 20px;

	position: relative;
}
.link_pdf a:after {
	content: '';
	
	mask-image: url("../images/img_pdf.svg");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	
	width: 1em;
	height: 2em;
	display: block;
	
	position: absolute;
	top: calc(50% - 2em / 2);
	right: 20px;
}


/* ----------------------------------------------
	ボタン　「外部」
------------------------------------------------- */
.link_b {}
.link_b a {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	
	display: block;
	padding: 10px 20px;
}
.link_b a::after {
	content: '';
	
	mask-image: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/5f2cd28a-0b8c-445b-b4df-7bd10a000013/img/670642de6390a/original.png");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
	
	width: 1em;
	height: 1em;
	margin-left: 1em;
	
	display: inline-block;
}


/* ----------------------------------------------
	備考（※）
------------------------------------------------- */
.ets{
	
}
.ets li {
	position: relative;
	padding-left: 1.5em;
}
.ets li::before {
	content: '\0203B';
	position: absolute;
	left: 0;
}


/* ----------------------------------------------
	フッター
------------------------------------------------- */
#footer {
	background-color: #fff;
	color: #43454b;
	
	padding-top: 2em;
}
#footer_row {
	text-align: center;
}
#footer_row h5,
#footer_row h4,
#footer_row p {
	font-weight: bold;
}
#footer_row h4 {
	margin: 0.5em auto;
}
#footer_row p span {
	display: block;
	font-size: 12px;
}
#footer_row #copy {
	font-size: 12px;
	margin-top: 2em;
}

#footer #page-top {
	background-image: radial-gradient(rgba(0, 3, 44, 1) 50%, rgba(255, 232, 62, 1) 55%);
	height: 50px;
	width: 50px;
	border-radius: 50%;
	box-shadow: 0px 0px 15px -5px #00032c;
	
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 10;
}
#footer #page-top a {
	background-color: #ffe83e;
	
	mask-image: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/5f2cd28a-0b8c-445b-b4df-7bd10a000013/img/6715a4b4630ba/original.png");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

#footer #page-top a img {

}



/*-
	PC版（821px以上）ここから
------------------------------------------------- */
@media screen and (min-width:821px), print{
	
	
	.pc_non { display:none !important; }
	
	a,
	a::before,
	a::after { transition: 0.15s ease-in-out; }
	a:hover { opacity: 0.6; }
	
	body {
		background-image: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/5f2cd28a-0b8c-445b-b4df-7bd10a000013/img/e072d1f0-5fc3-013e-14ed-0a58a9feac02/main-img_bg_pc.png"),linear-gradient(0deg, #04072e, #004a80);
		background-size: 980px, contain;
		background-position: center top;
		background-repeat: no-repeat;
	}
	
	.stageBase {
		padding: 70px 0;
	}
	.stageWrap {
		width: 1100px;
		padding: 0 50px
	}
	
	
	/* ----------------------------------------------
		フッター
	------------------------------------------------- */
	#footer {
		width: 100%;
		/*min-width: 1100px;*/
	}
	#footer #page-top a {
		right: 30px;
		bottom: 30px;
	}
	
	#footer #footermenu {
		display: none;
	}
	
	
}



/*-
	SP版（820px以下）ここから
------------------------------------------------- */
@media screen and (max-width: 820px) {
	
	
	.sp_non { display:none !important; }
	
	.stageBase {
		padding: 50px 0;
	}
	
	body {
		width: 100%;
		min-width: 320px
	}
	
	.stageWrap {
		width: calc(100% - 30px);
	}
	
	
}


/*- style.css -*/

/* ----------------------------------------------
	This style definition is initialize.
------------------------------------------------- */

:root {
	--text-color: #0d0d76;
	--point-color-y: #ffe83e;
	--point-color-b: #00bff3;
}


/* ----------------------------------------------
	メインイメージとメッセージ
------------------------------------------------- */
#mainimages {
	background-image: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/5f2cd28a-0b8c-445b-b4df-7bd10a000013/img/e0763730-5fc3-013e-14ee-0a58a9feac02/main-img_title_sp.png");
	background-size: contain;
	background-position: center top;
	background-repeat: no-repeat;
	
	padding-top: calc(681 / 740 * 100%);
	padding-bottom: 0;
}
#mainimages p {
	text-align: center;
	color: var(--point-color-y);
}


/* ----------------------------------------------
	詳細
------------------------------------------------- */
#information {
	display: grid;
	gap: 2em;
}
#information .stageWrap {
	display: grid;
	gap: 1em;
}



/*-
	運行について
------------------------------------------------- */
#information #operation {
	display: grid;
}
#information #operation > dt,
#information #operation > dd {
	font-weight: bold;
}
#information #operation > dt {
	font-family: "Kaisei Opti", serif;
	color: var(--text-color);
	font-size: 16px;
	
	display: grid;
	background-color: #fff;
	padding: 0 10px;
}
#information #operation > dt p {
	margin: auto;
	letter-spacing: 0.5em;
	text-indent: 0.5em;
}
#information #operation > dd {
	font-size: 18px;
	margin-bottom: 1em;
	display: grid;
	place-content: center;
	padding: 0.5em 0;
}
#information #operation > dd p {
	text-align: center;
}
#information #operation > dd .numbers {
	font-size: 28px;
}
#information #operation > dd .weeks,
#information #operation > dd .weeks::before,
#information #operation > dd .weeks::after {
	font-size: 14px;
}
#information #operation > dd .weeks::before {
	content: '(';
}
#information #operation > dd .weeks::after {
	content: ')';
}
#information #operation > dd .reservation {
	color: var(--point-color-y);
}
#information #operation > dd .ets {
	font-size: 12px;
	font-weight: normal;
}
#information #operation > dd hr {
	border-top: solid 1px #fff;
	width: 100%;
	margin: 1em 0;
}
#information #operation > dd dl dt {}
#information #operation > dd dl dt::before {
	content: '【';
}
#information #operation > dd dl dt::after {
	content: '】';
}
#information #operation > dd dl dd p {
	text-align: left;
	margin-left: 1em;
}
#information #operation > dd#time_area p {
	text-align: left;
}


/*-
	詳細はこちら
------------------------------------------------- */
#information #links {}
#information #links > dt {
	font-size: 14px;
	font-weight: bold;
	color: var(--text-color);
	text-align: left;
	background-color: var(--point-color-b);
	border-radius: 5px 5px 0 0;
	padding: 5px 10px;
}
#information #links > dd {
	border: solid 1px var(--point-color-b);
	border-radius: 0 0 5px 5px;
	display: grid;
	gap: 1em;
	padding: 20px 10px;
}
#information #links > dd .link_b a {
	font-family: "Kaisei Opti", serif;
	font-size: 14px;
	font-weight: bold;
	color: var(--text-color);
	text-align: center;

	background-color: #fff;
	padding: 5px;
	border-radius: 50px;
	width: 100%;
}
#information #links > dd .link_b:nth-of-type(1) a {
	background-image: linear-gradient(0deg, rgba(244, 235, 54, 1), rgba(255, 255, 255, 1));
}
#information #links > dd .link_b:nth-of-type(1) a::after {
	background-color: var(--text-color);
}
#information #links > dd .link_b:nth-of-type(2) a {
	background-image: linear-gradient(0deg, rgba(242, 179, 208, 1), rgba(255, 255, 255, 1));
}
#information #links > dd .link_b:nth-of-type(2) a::after {
	background-color: var(--text-color);
}

#information #links > dd .ets {
	font-size: 12px;
	font-weight: normal;
}
#information #links > dd .ets a {
	display: inline;
	color: #fff;
	text-decoration: underline;
}


/*-
	運行詳細
------------------------------------------------- */
#information #detail {}
#information #detail > dt {
	font-family: "Kaisei Opti", serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	
	background-image: radial-gradient(#06ade7, #0073bf);
	padding: 5px;
}
#information #detail > dd {
	font-weight: bold;
	background-color: #fff;
	padding: 10px;
}
#information #detail .times {
	color: var(--text-color);
	display: grid;
	place-items: center;
}
#information #detail .times dt {
	font-family: "Kaisei Opti", serif;
	text-align: center;
	border: solid 1px var(--text-color);
	width: 100%;
	margin-bottom: 0.5em;
}
#information #detail .times dd {
	text-align: center;
}
#information #detail .times dd::before {
	content: '▼';
	color: var(--point-color-b);
}
#information #detail .times dd:first-of-type::before {
	content: none;
}


/*-
	マップ情報
------------------------------------------------- */
#information #map {
	display: grid;
	gap:1em;
}
#information #map dl {}
#information #map dl dt {
	text-align: center;
}
#information #map dl dd {
	background-color: #fff;
	width: 100%;
	height: 300px;
}
#information #map + .ets {
	font-size: 12px;
}


/*-
	予約について
------------------------------------------------- */
#information #reservation {}
#information #reservation a {
	background-color: var(--point-color-b);
	color: #fff;
	width: 20em;
	text-align: center;
	padding: 5px;
	border-radius: 20px;
	margin: 10px auto;
	box-shadow: 0px 0px 10px 0px var(--point-color-b);
	margin: 2em auto 0;
	display: block;
	position: relative;
	font-weight: bold;
}
#information #reservation a::after {
	font-family: 'Material Icons';
	content: '\eac9';
	position: absolute;
	top: calc(50% - 30px / 2);
	right: 1em;
	font-size: 22px;
}
#information #reservation + .ets {
	font-size: 12px;
	width: 22em;
	margin: auto;
}



/*-
	PC版（821px以上）ここから
------------------------------------------------- */
@media screen and (min-width:821px), print{
	
	
	/*-
		共通設定
	------------------------------------------------- */
	.stageWrap {
		width: 800px;
	}
	
	
	/* ----------------------------------------------
		詳細
	------------------------------------------------- */
	#mainimages {
		background-image: url("https://s3-ap-northeast-1.amazonaws.com/s3.peraichi.com/userData/5f2cd28a-0b8c-445b-b4df-7bd10a000013/img/e07a1000-5fc3-013e-14f0-0a58a9feac02/main-img_title_pc.png");
		background-size: 1000px;
		background-position: center top;
		background-repeat: no-repeat;
		
		padding-top: 600px;
		padding-bottom: 0;
	}
	
	
	/*-
		運行について
	------------------------------------------------- */
	#information #operation {
		grid-template-columns: 8em auto;
		gap: 1em;
	}
	#information #operation > dt p {
		width: 6em;
		text-align-last: justify;
		letter-spacing: 0;
		text-indent: 0;
	}
	#information #operation > dd {
		margin: 0;
		place-content: start;
	}
	#information #operation > dd p {
		text-align: left;
	}
	
	
	/*-
		詳細はこちら
	------------------------------------------------- */
	#information #links > dt {
		text-align: center;
		border-radius: 10px 10px 0 0;
	}
	#information #links > dd {
		border-radius: 0 0 10px 10px;
		padding: 20px 50px;
	}
	
	
	/*-
		運行詳細
	------------------------------------------------- */
	#information #detail {}
	#information #detail > dd {
		padding: 10px 30px;
	}
	#information #detail > dd + dd {
		border-top: dotted 2px var(--text-color);
	}
	#information #detail > dd .times {
		grid-template-columns: 2em repeat(3, 200px);
	}
	#information #detail > dd .times dt {
		margin: 0;
		height: 100%;
		display: grid;
		place-content: center;
	}
	#information #detail > dd .times dd {
		width: 200px;
		height: 100%;
		display: grid;
		place-content: center;
		position: relative;
	}
	#information #detail > dd .times dd::before {
		font-family: "Material Icons";
		content: '\e01f\e01f';
		font-size: 30px;
		letter-spacing: -1.4em;

		height: 1em;
		line-height: 1em;

		position: absolute;
		top: calc(50% - (1em / 2));
		left: -10px;
	}
	
	
	/*-
		マップ情報
	------------------------------------------------- */
	#information #map {
		grid-template-columns: repeat(2, 1fr);
	}
	

}
