@charset "utf-8";

/* ==================== INDEX ====================
	0.基礎
	1.書体
	2.HTML要素のデザイン
	3.個別スタイル代替（ヘルパークラス）
	4.補完要素
==================== INDEX ==================== */


/*==================== 0.基礎 ====================*/

html * { font-size: inherit; }

/*==================== 1.書体 ====================*/

@font-face {
	font-family: "YuGothic";
	src: local("Yu Gothic Medium"), /* PostScript Name */
	local("YuGothic-Medium"); /* Chrome用 Full Name */
}
@font-face {
	font-family: "YuGothic";
	src: local("Yu Gothic Bold"), /* PostScript Name */
	local("YuGothic-Bold"); /* Chrome用 Full Name */
	font-weight: bold;
}

@font-face {
	font-family: "YuMincho";
	src: local("Yu Mincho Medium"), /* PostScript Name */
	local("YuMincho-Medium"); /* Chrome用 Full Name */
}
@font-face {
	font-family: "YuMincho";
	src: local("Yu Mincho Bold"), /* PostScript Name */
	local("YuMincho-Bold"); /* Chrome用 Full Name */
	font-weight: bold;
}

/* style_stage_nav.css へ移動
body {
	font-family: YuMincho, YuMinchoM, serif;
	font-size: 1.6rem;
	-webkit-text-size-adjust: none;
	font-weight: normal;
}
*/

.serif {
	font-family: YuMincho, YuMinchoM, serif;
}

.sans_serif {
	font-family: YuGothic, YuGothicM, sans-serif;
}

.font_feature_palt {
	font-feature-settings: "palt";
}

.font_feature_pkna {
	font-feature-settings: "pkna";
}

.font_feature_pwid {
	font-feature-settings: "pwid";
}


/*==================== 2.HTML要素のデザイン ====================*/

/* desktop only */
@media all and (min-width: 600px) {
	.__ {
		display: none;
	}
}

/* mobile only */
@media all and (max-width: 599px) {
	._ {
		display: none;
	}
}

a img { border-style: none; }

figure {
	margin-right: 0;
	margin-left: 0;
}

figure.width_std,
figure.height_std,
figure.fit_width,
figure._fit_width,
figure.__fit_width,
figure.fit_height,
figure._fit_height,
figure.__fit_height {
	margin-top: 0;
}

figure.width_std,
figure.width_std img,
img.width_std {
	width: 640px;
	height: auto;
}

figure.height_std,
figure.height_std img,
img.height_std {
	width: auto;
	height: 640px;
}

figure.fit_width img,
img.fit_width {
	min-width: 100% !important;
	width: 100% !important;
	min-height: auto !important;
	height: auto !important;
}

figure.fit_height img,
img.fit_height {
	min-width: auto !important;
	width: auto !important;
	/* min-height: 100% !important; */
	height: 100% !important;
}

/* desktop only */
@media all and (min-width: 600px) {
	figure._fit_width img,
	img._fit_width {
		min-width: 100% !important;
		width: 100% !important;
		min-height: auto !important;
		height: auto !important;
	}
	
	figure._fit_height img,
	img._fit_height {
		min-width: auto !important;
		width: auto !important;
		min-height: 100% !important;
		height: 100% !important;
	}
}

/* mobile only */
@media all and (max-width: 599px) {
	figure.width_std img,
	img.width_std,
	figure.height_std img,
	img.height_std,
	figure.__fit_width img,
	img.__fit_width {
		min-width: 100% !important;
		width: 100% !important;
		min-height: auto !important;
		height: auto !important;
	}
	
	figure.__fit_height img,
	img.__fit_height {
		min-width: auto !important;
		width: auto !important;
		min-height: 100% !important;
		height: 100% !important;
	}
}


p {
	line-height: 1.75;
	margin: 1.75em 0; /* 下マージン標準テキスト1.0行分 */
}

ol, ul, dl {
	line-height: 1.75;
	margin: 1.75em 0; /* 下マージン標準テキスト1.0行分 */
}

dt {
	margin: 1.75em 0 0 0;
}

dd {
	margin: 1.75em 0 0 2.4em;
}

dt:first-child,
dt + dd {
	margin-top: .875em;
}

ol, ul {
	padding-left: 1.75em;
}

li {
	line-height: 1.5;
	margin: 0 0 1.25em 0; /* 下マージン標準テキストより狭い */
}

li:last-child {
	margin-bottom: 0;
}

li li:first-child {
	margin-top: 1.25em;
}


ol.indent_none,
ul.indent_none {
	padding-left: 0;
}


ol.tight li,
ul.tight li {
	line-height: 1.5;
	margin: 0 0 .875em 0;
}

ol.tight li:last-child,
ul.tight li:last-child {
	margin-bottom: 0;
}

ol.tight li li:first-child,
ul.tight li li:first-child {
	margin-top: .875em;
}


h1,
.h1 {
	font-size: 3.2rem;
	line-height: 1.5;
	margin: 0 0 1.166em 0; /* 下マージン標準テキスト1.5行分 */
}

h2 + p,
h3 + p,
h4 + p,
h5 + p {
	margin-top: 0;
}

h2,
.h2 {
	font-size: 2.4rem;
	line-height: 1.5;
	margin: 1.75em 0 0.875em 0; /* 標準テキスト行高の倍数 */
}

/* on mobile */
@media all and (max-width: 599px) {
	h2,
	.h2 {
		font-size: 2.4rem;
		line-height: 1.5;
		margin: 1.75em 0 1.166em 0; /* 標準テキスト行高の倍数 */
	}
}

h3,
.h3 {
	font-size: 2.0rem;
	line-height: 1.5;
	margin: 1.75em 0 1.4em 0;
}

.text_small h3,
h4,
.h4 {
	font-size: 1.6rem;
	line-height: 1.75; /* 行高は標準テキストと同じ */
	margin: 1.75em 0 1.4em 0;
}

.text_small h4,
h5,
.h5 {
	font-size: 1.6rem;
	line-height: 1.75; /* 行高は標準テキストと同じ */
	margin: 1.75em 0 1.4em 0;
}

rt { 
	font-size: 0.9rem;
	font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-character;
    text-align-last: justify;
}

table {
	caption-side: bottom;
}

caption {
	padding: 0.5em;
}

table.std {
	border: solid 1px #b5b5b5;
	border-collapse: collapse;
}

table.std th {
	padding: .75em;
	border: solid 1px #b5b5b5;
	background: #e5e5e5;
	font-weight: normal;
}

table.std th[colspan] {
	background: #fff;
}

table.std th,
table.std td {
	padding: .75em;
	border: solid 1px #b5b5b5;
}

table.stripe {
	border-top: solid 1px #b5b5b5;
	border-collapse: collapse;
}

table.stripe th {
	padding: .75em;
	background: #fff;
	border-left: solid 1px #b5b5b5;
	border-bottom: solid 1px #b5b5b5;
	font-weight: normal;
	text-align-last: left;
}

table.stripe thead th {
	background: #cccccc !important;
}

table.stripe tr:nth-child(2n+1) th {
	background: #e5e5e5;
}

table.stripe th,
table.stripe td {
	padding: .75em;
	background: #fff;
	border-left: solid 1px #b5b5b5;
	border-bottom: solid 1px #b5b5b5;
}

table.stripe th:first-child,
table.stripe td:first-child {
	border-left: none;
}

table.stripe tr:nth-child(2n+1) td {
	background: #e5e5e5;
}

/* desktop only */
@media all and (min-width: 600px) {
	
	table.pair {
		border-collapse: collapse;
	}

	table.pair tr {
		border-bottom: solid 1px #b5b5b5;
	}

	table.pair tr:first-child {
		border-top: solid 1px #b5b5b5;
	}

	table.pair th,
	table.pair td {
		padding: 1em;
	}

}
/* mobile only */
@media all and (max-width: 599px) {

	table.pair,
	table.pair thead,
	table.pair tbody,
	table.pair tfoot,
	table.pair tr {
		display: block;
	}

	table.pair caption {
		display: block;
		caption-side: bottom;
	}
	
	table.pair tr {
		border-bottom: solid 1px #b5b5b5;
	}
	
	table.pair tr:first-child {
		border-top: solid 1px #b5b5b5;
	}

	table.pair th {
		display: block;
		border-bottom: dotted 1px #b5b5b5;
	}
	
	table.pair td {
		display: block;
		padding: 1em;
	}
}

/* desktop only */
@media all and (min-width: 600px) {

	.label_left_12em {
		overflow: hidden;
		border-bottom: solid 1px #b5b5b5;
		margin-top: 0;
	}

	.label_left_12em:first-of-type {
		border-top: solid 1px #b5b5b5;
		margin-top: 1.75em;
		padding-top: 1.75em;
	}

	.label_left_12em > dt {
		clear: left;
		float: left;
		margin: 0;
		padding-bottom: 1.75em;
		width: 12em;
	}

	.label_left_12em > dd {
		margin: 0 0 0 13em;
		padding-bottom: 1.75em;
	}

}
/* mobile only */
@media all and (max-width: 599px) {

	.label_left_12em {
		border-bottom: solid 1px #b5b5b5;
		margin-top: 0;
	}

	.label_left_12em:first-of-type {
		border-top: solid 1px #b5b5b5;
		margin-top: 1.75em;
		padding-top: 1.75em;
	}

	.label_left_12em > dd {
		padding-bottom: 1.75em;
	}

}

code,
.code {
	font-family: monospace;
	color: #999;
}

/*==================== 3.個別スタイル代替（ヘルパークラス） ====================*/

.inline_block {
	display: inline-block;
}

.disp_none {
	display: none;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.align_left {
	text-align: left !important;
}

.valign_top {
	vertical-align: top;
}

.valign_middle {
	vertical-align: middle;
}

.valign_bottom {
	vertical-align: bottom;
}

.text_justify {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* desktop only */
@media all and (min-width: 600px) {
	._disp_none {
		display: none;
	}

	._align_center {
		text-align: center;
	}

	._align_right {
		text-align: right;
	}

	._align_left {
		text-align: left !important;
	}

	._valign_top {
		vertical-align: top;
	}
	
	._valign_middle {
		vertical-align: middle;
	}
	
	._valign_bottom {
		vertical-align: bottom;
	}
	
	._text_justify {
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

/* mobile only */
@media all and (max-width: 599px) {
	.__disp_none {
		display: none;
	}

	.__align_center {
		text-align: center;
	}

	.__align_right {
		text-align: right;
	}

	.__align_left {
		text-align: left !important;
	}

	.__valign_top {
		vertical-align: top;
	}
	
	.__valign_middle {
		vertical-align: middle;
	}
	
	.__valign_bottom {
		vertical-align: bottom;
	}
	
	.__text_justify {
		text-align: justify;
		text-justify: inter-ideograph;
	}
}

/* font style */
.italic,
.oblique { font-style: oblique; }

.normal,
.font-normal { font-style: normal; }

/* text decoration */
.underline { text-decoration: underline !important; }
.overline { text-decoration: overline !important; }
.line-through { text-decoration: line-through !important; }
.text_deco_none { text-decoration: none !important; }

/* list */
ol.style_none,
ul.style_none { list-style: none; }
ol.disc,
ul.disc { list-style-type: disc; }
ol.circle,
ul.circle { list-style-type: circle; }
ol.square,
ul.square { list-style-type: square; }
ol.lower_roman,
ul.lower_roman { list-style-type: lower-roman; }
ol.upper_roman,
ul.upper_roman { list-style-type: upper-roman; }
ol.lower_greek,
ul.lower_greek { list-style-type: lower-greek; }
ol.upper_greek,
ul.upper_greek { list-style-type: upper-greek; }
ol.lower_alpha,
ul.lower_alpha { list-style-type: lower-alpha; }
ol.upper_alpha,
ul.upper_alpha { list-style-type: upper-alpha; }
ol.decimal,
ul.decimal { list-style-type: decimal; }
ol.decimal_leading_zero,
ul.decimal_leading_zero { list-style-type: decimal-leading-zero; }

.float_left {
	float: left;
}

figure.float_left,
img.float_left {
	margin: .875rem 1.6rem .4rem 0;
}

.float_right {
	float: right;
}

figure.float_right,
img.float_right {
	margin: .875rem 0 .4rem 1.6rem;
}

.clear_left {
	clear: left;
}

.clear_right {
	clear: right;
}

.clear_both {
	clear: both;
}

/* desktop only */
@media all and (min-width: 600px) {
	._float_left {
		float: left;
	}
	
	figure._float_left,
	img._float_left {
        margin: .875rem 1.6rem .4rem 0;
	}
	
	._float_right {
		float: right;
	}
	
	figure._float_right,
	img._float_right {
		margin: .875rem 0 .4rem 1.6rem;
	}
	
	._clear_left {
		clear: left;
	}
	
	._clear_right {
		clear: right;
	}
	
	._clear_both {
		clear: both;
	}
}

/* mobile only */
@media all and (max-width: 599px) {
	.__float_left {
		float: left;
	}
	
	figure.__float_left,
	img.__float_left {
        margin: .875rem 1.6rem .4rem 0;
	}
	
	.__float_right {
		float: right;
	}
	
	figure.__float_right,
	img.__float_right {
		margin: .875rem 0 .4rem 1.6rem;
	}
	
	.__clear_left {
		clear: left;
	}
	
	.__clear_right {
		clear: right;
	}
	
	.__clear_both {
		clear: both;
	}
}


.line_higher p { 
	line-height: 2.2;
	margin-bottom: 2.2em;
}

.text_small,
small { 
	font-size: 1.2rem;
}

.text_small {
	line-height: 1.5;
}

.text_brief { 
	font-size: 1.4rem;
}

/* desktop only */
@media all and (min-width: 600px) {
	._text_small { 
		font-size: 1.2rem;
		line-height: 1.5;
	}

	._text_brief { 
		font-size: 1.4rem;
	}
}

/* mobile only */
@media all and (max-width: 599px) {
	.__text_small { 
		font-size: 1.2rem;
		line-height: 1.5;
	}

	.__text_brief { 
		font-size: 1.4rem;
	}
}

.nowrap {
	white-space: nowrap;
}

.word_break_all {
	word-break: break-all;
}

.word_break_word {
	word-break: break-word;
}

.margin_top_double { /* 標準テキスト行間用・・・見出し等には不適 */
	margin-top: 3.5em !important;
}

.margin_bottom_double { /* 標準テキスト行間用・・・見出し等には不適 */
	margin-bottom: 3.5em !important;
}

.margin_vside_double { /* 標準テキスト行間用・・・見出し等には不適 */
	margin-top: 3.5em !important;
	margin-bottom: 3.5em !important;
}

.margin_top_little {
	margin-top: 5px !important;
}

.margin_bottom_little {
	margin-bottom: 5px !important;
}

.margin_vside_little {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}

.margin_top_none {
	margin-top: 0 !important;
}

.margin_bottom_none {
	margin-bottom: 0 !important;
}

.margin_vside_none {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.margin_right_none {
	margin-right: 0 !important;
}

.margin_left_none {
	margin-left: 0 !important;
}

.margin_hside_none {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* desktop only */
@media all and (min-width: 600px) {

	._margin_top_double { /* 標準テキスト行間用・・・見出し等には不適 */
		margin-top: 3.5em !important;
	}
	
	._margin_bottom_double { /* 標準テキスト行間用・・・見出し等には不適 */
		margin-bottom: 3.5em !important;
	}
	
	._margin_vside_double { /* 標準テキスト行間用・・・見出し等には不適 */
	    margin-top: 3.5em !important;
		margin-bottom: 3.5em !important;
	}

    ._margin_top_little {
        margin-top: 5px !important;
    }

    ._margin_bottom_little {
        margin-bottom: 5px !important;
    }

    ._margin_vside_little {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
	
	._margin_top_none {
		margin-top: 0 !important;
	}
	
	._margin_bottom_none {
		margin-bottom: 0 !important;
	}
	
	._margin_vside_none {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

    ._margin_right_none {
        margin-right: 0 !important;
    }
    
    ._margin_left_none {
        margin-left: 0 !important;
    }
    
    ._margin_hside_none {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

}

/* mobile only */
@media all and (max-width: 599px) {

	.__margin_top_double { /* 標準テキスト行間用・・・見出し等には不適 */
		margin-top: 3.5em !important;
	}

	.__margin_bottom_double { /* 標準テキスト行間用・・・見出し等には不適 */
		margin-bottom: 3.5em !important;
	}

	.__margin_vside_double { /* 標準テキスト行間用・・・見出し等には不適 */
	    margin-top: 3.5em !important;
		margin-bottom: 3.5em !important;
	}

    .__margin_top_little {
        margin-top: 5px !important;
    }

    .__margin_bottom_little {
        margin-bottom: 5px !important;
    }

    .__margin_vside_little {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

	.__margin_top_none {
		margin-top: 0 !important;
	}

	.__margin_bottom_none {
		margin-bottom: 0 !important;
	}

	.__margin_vside_none {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

    .__margin_right_none {
        margin-right: 0 !important;
    }
    
    .__margin_left_none {
        margin-left: 0 !important;
    }
    
    .__margin_hside_none {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}

.width_max {
	box-sizing: border-box;
	width: 100%;
	height: auto;
}

.width_medium {
	box-sizing: border-box;
	width: 75%;
	height: auto;
}

.width_half {
	box-sizing: border-box;
	width: 50%;
	height: auto;
}

.width_one_third {
	box-sizing: border-box;
	width: 33.33%;
	height: auto;
}

.width_quarter {
	box-sizing: border-box;
	width: 25%;
	height: auto;
}

.width_fix640 {
	width: 640px;
	height: auto;
}

.width_fix800 {
	width: 800px;
	height: auto;
}

.width_fix1024 {
	width: 1024px;
	height: auto;
}

/* desktop only */
@media all and (min-width: 600px) {

	._width_max {
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}

	._width_medium {
		box-sizing: border-box;
		width: 75%;
		height: auto;
	}
	
	._width_half {
		box-sizing: border-box;
		width: 50%;
		height: auto;
	}

	._width_one_third {
		box-sizing: border-box;
		width: 33.33%;
		height: auto;
	}
	
	._width_quarter {
		box-sizing: border-box;
		width: 25%;
		height: auto;
	}
	
	._width_fix640 {
		width: 640px;
		height: auto;
	}
	
	._width_fix800 {
		width: 800px;
		height: auto;
	}
	
	._width_fix1024 {
		width: 1024px;
		height: auto;
	}

}

/* mobile only */
@media all and (max-width: 599px) {

	.__width_max {
		box-sizing: border-box;
		width: 100%;
		height: auto;
	}

	.__width_medium {
		box-sizing: border-box;
		width: 75%;
		height: auto;
	}
	
	.__width_half {
		box-sizing: border-box;
		width: 50%;
		height: auto;
	}

	.__width_one_third {
		box-sizing: border-box;
		width: 33.33%;
		height: auto;
	}
	
	.__width_quarter {
		box-sizing: border-box;
		width: 25%;
		height: auto;
	}
	
	.__width_fix640 {
		width: 640px;
		height: auto;
	}
	
	.__width_fix800 {
		width: 800px;
		height: auto;
	}
	
	.__width_fix1024 {
		width: 1024px;
		height: auto;
	}

}

/* colored text */
.note { font-style: normal; color: #94caae; }
.comment { color: #996da2; }
.notice { font-style: normal; color: #ff6060; }
.recommend { font-style: normal; color: #ff9560; }
.arrival { font-style: normal; color: #f1a20e; }
.available { font-style: normal; color: #3fbc0e; }
.disabled { font-style: normal; color: #777777; }
.safety { font-style: normal; color: #1ba01b; }


/*==================== 4.補完要素 ====================*/

.sub_title,
.ahead_title {
	margin-bottom: 0;
	font-size: 1.2rem;
	line-height: 1.5;
}

.sub_title + h1,
.sub_title + h2,
.sub_title + h3,
.ahead_title + h1,
.ahead_title + h2,
.ahead_title + h3 {
	margin-top: 0;
}

/* desktop only */
@media all and (min-width: 600px) {
	._sub_title,
	._ahead_title { 
		font-size: 1.2rem;
		line-height: 1.5;
	}
}

/* mobile only */
@media all and (max-width: 599px) {
	.__sub_title,
	.__ahead_title { 
		font-size: 1.2rem;
		line-height: 1.5;
	}
}




/* SCSS for CSS Animation cubic-bezier

$linear: cubic-bezier(0.250, 0.250, 0.750, 0.750);
$ease: cubic-bezier(0.250, 0.100, 0.250, 1.000);
$ease-in: cubic-bezier(0.420, 0.000, 1.000, 1.000);
$ease-out: cubic-bezier(0.000, 0.000, 0.580, 1.000);
$ease-in-out: cubic-bezier(0.420, 0.000, 0.580, 1.000);

$easeInQuad: cubic-bezier(0.550, 0.085, 0.680, 0.530);
$easeInCubic: cubic-bezier(0.550, 0.055, 0.675, 0.190);
$easeInQuart: cubic-bezier(0.895, 0.030, 0.685, 0.220);
$easeInQuint: cubic-bezier(0.755, 0.050, 0.855, 0.060);
$easeInSine: cubic-bezier(0.470, 0.000, 0.745, 0.715);
$easeInExpo: cubic-bezier(0.950, 0.050, 0.795, 0.035);
$easeInCirc: cubic-bezier(0.600, 0.040, 0.980, 0.335);
$easeInBack: cubic-bezier(0.600, -0.280, 0.735, 0.045);

$easeOutQuad: cubic-bezier(0.250, 0.460, 0.450, 0.940);
$easeOutCubic: cubic-bezier(0.215, 0.610, 0.355, 1.000);
$easeOutQuart: cubic-bezier(0.165, 0.840, 0.440, 1.000);
$easeOutQuint: cubic-bezier(0.230, 1.000, 0.320, 1.000);
$easeOutSine: cubic-bezier(0.390, 0.575, 0.565, 1.000);
$easeOutExpo: cubic-bezier(0.190, 1.000, 0.220, 1.000);
$easeOutCirc: cubic-bezier(0.075, 0.820, 0.165, 1.000);
$easeOutBack: cubic-bezier(0.175, 0.885, 0.320, 1.275);

$easeInOutQuad: cubic-bezier(0.455, 0.030, 0.515, 0.955);
$easeInOutCubic: cubic-bezier(0.645, 0.045, 0.355, 1.000);
$easeInOutQuart: cubic-bezier(0.770, 0.000, 0.275, 1.000);
$easeInOutQuint: cubic-bezier(0.860, 0.000, 0.070, 1.000);
$easeInOutSine: cubic-bezier(0.445, 0.050, 0.550, 0.950);
$easeInOutExpo: cubic-bezier(1.000, 0.000, 0.000, 1.000);
$easeInOutCirc: cubic-bezier(0.785, 0.135, 0.150, 0.860);
$easeInOutBack: cubic-bezier(0.680, -0.550, 0.265, 1.550);

*/