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

/* -----------------------------------------------------------------------------------

	新幹線にのって「てっぱく」へ行こう！「新幹線＆鉄道博物館きっぷ」ページ用 CSS（レスポンシブ）

	/tickets-teppaku/index.html

	01.構造
	02.JR側共通項目を強制的に変更する（指示による）
	03.汎用クラス
	04.ヘッダとページのトップへ戻る
	05.ナビ
	06.list-汎用
	07.heading-汎用
	08.layout-汎用
	09.商品概要
	10.特典
	11.鉄道博物館
	12.商品詳細
	13.バナー

----------------------------------------------------------------------------------- */

/* -----------------------------------------------------------------------------------
	01.構造
----------------------------------------------------------------------------------- */
html {height:100%;}
body {
	color:#333;
	font-size:1.6rem;
	font-family:"メイリオ",'Meiryo',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", sans-serif
	font-feature-settings:"palt";
	margin:0;
	padding:0;
	-webkit-text-size-adjust:100%;
}



.sec01 h1{
	max-width:950px;
}



#overview .cont_box ,
#tokuten .cont_box ,
#event .cont_box ,
#detail .cont_box,
#caution .cont_box 
{
	position:relative;
	margin:0px auto;
	max-width:950px;
}

.bnr_area {
	position:relative;
	margin:0px auto;
	width:100%;
}


@media screen and (max-width:750px) {
	.mainContents img {max-width:100%;}
	.sec01 h1{
	width:100%;
}
#overview .cont_box ,
#tokuten .cont_box ,
#event .cont_box ,
#detail .cont_box,
#caution .cont_box 
{
	position:relative;
	margin:0px auto;
	width:100%;
}
}
@media screen and (min-width:751px) and (max-width:959px){
	
.mainContents img {max-width:100%;}
.sec01 h1{
	width:100%;
}
#overview .cont_box ,
#tokuten .cont_box ,
#event .cont_box ,
#detail .cont_box,
#caution .cont_box 
{
	position:relative;
	margin:0px auto;
	width:100%;
}
	
}




/* -----------------------------------------------------------------------------------
	02.JR側共通項目を強制的に変更する
----------------------------------------------------------------------------------- */
/*パンくずリスト*/
#mainVisual {
    background: #fff;}
#breadClumb {font-size:0.9375rem !important;}
@media screen and (max-width: 750px) {
	#breadClumb {display:none;}
}



/*フッタ*/
.skipLink {font-size:0.9375rem !important;}
#jreFooter {font-size:0.9375rem !important;}
#jreFooter-sp {font-size:0.9375rem !important;}

@media screen and (min-width:751px) and (max-width:959px){
	
.baseContainer {
width: 100% !important; 
padding: 0 ;
margin: 0 auto;
position: relative;
}
	
}



/* -----------------------------------------------------------------------------------
	03.汎用クラス
----------------------------------------------------------------------------------- */

.nodisp {
	position: absolute;
	left: -9999px;
}
img.fullsize {
	width: 100%;
	height: auto;
}
#contents a{
text-decoration:underline ;
}
#contents a:hover{
text-decoration:none ;
}
hr.shikiri_gray {
	border: solid #ccc;
	border-width: 1px 0 0 0;
	margin: 0 0 5px;
	height: 1px;
	/* for IE6 */

	clear: both;
	/* for IE6 */
}
.btn {}
.btn:hover {
	opacity: 0.65;
	filter: alpha(opacity=65);
	-ms-filter: "alpha(opacity=65)";
}
/*a.blank_open {
	padding: 0 20px 0 0;
	background: url("../img/icon_blank_open.png") right 50% no-repeat;
}
*/
.nopc {
	/* pc時にdisplay:none */
	display:none;
}
.nosp {
	/* sp時にdisplay:none */
	display:block;
}
.ta-c {text-align: center;
	padding-bottom: 40px;
}
.ta-r {text-align: right;}
.red {color: #bf0008 !important;}
.pink {color: #de006f !important;}
.white {color: #ffffff !important;}
.yellow {color: #ffff00 !important;}
.blue {color:#003f7e !important;}
.bold {font-weight:bold !important;}
.font_normal {font-weight: normal !important;}
.font_s {font-size:.9rem;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.pa_t20 {padding-top:20px;}
.pa_l20 {padding-left:20px;}
.mb20 {margin-bottom:20px;}
br.sp {display: none;}
a.button link {text-decoration: none !important;}
a.button {
	position: relative;
	display: inline-block;
	padding: .9em 0;
	width: 380px;
	background-color: #000;
	color: #fff !important;
	text-align: center;
	border-radius: 0px;
	transition: all .3s;
	text-decoration:none !important;
}


.button:hover {
	background-color: #666666;
	color: #fff;
}
.button:hover:after {/* right:-0.1px; */}
.button_f {
	position: relative;
	display: inline-block;
	padding: .9em 0;
	width: 500px;
	background-color: #000;
	color: #fff !important;
	text-align: center;
	border-radius: 0px;
	transition: all .3s;
	text-decoration:none !important;
	
}
.button_f:hover {
	background-color: #666666;
	color: #fff;
}
.button_f:hover:after {/* right:-0.1px; */}
.ico_win {position:relative;}
.ico_win:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/ico_win.png") no-repeat;
	background-size: 20px;
	position: absolute;
	left: 20px;
	top: 33%;
}
.ico_win_after {position:relative;}
.ico_win_after:after  {
content: '';
	display: inline-block;
	width: 17px;
	height: 13px;
	background: url("../img/icon_blank_open.png") no-repeat;

}
.ico_win_wh_after {position:relative;}
.ico_win_wh_after:after  {
content: '';
	display: inline-block;
	width: 17px;
	height: 13px;
	background: url("../img/icon_blank_open_white.png") no-repeat;

}

.cfx {zoom:1;}
.cfx:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.ind {display: inline-block !important;}
.c_both {clear:both;}

a.pdf_link{
	padding: 0 0 0 22px !important;
	background: url("../img/ico-pdf.png") left 0.1em no-repeat !important;
	}
div.layout01 a.link_white{
	color:#FFFFFF;
	text-decoration: underline;
}
div.layout01 a.link_white:hover{
	text-decoration: none !important;
	}


@media screen and (max-width: 750px) {
	.cont_box {
		margin:0 10px;
		width:auto;
	}
	.nopc {
	/* pc時にdisplay:none */
		display:block;
	}
	.nosp {
	/* sp時にdisplay:none */
		display:none;
	}
	br.sp-nodisp {display:none;}
	br.sp {display:block;}
	.button {width:90%;}
	.button_f {width:95%;}
	.font-s {font-size:.8rem;}
	.ico_win:before {
	width: 15px;
	height: 15px;
	background-size: 15px;
	left: 10px;
	}
	.tokuten-layout img {
	width: auto !important ;
	}
}
@media screen and (min-width:751px) and (max-width:959px){
	
	
}



/* -----------------------------------------------------------------------------------
	04.ヘッダとページのトップへ戻る
----------------------------------------------------------------------------------- */
header {
	width: 100%;
	padding: 0;
}

.sec01 h1{
	position: relative;
	margin: 0 auto;
	max-width:960px;
	height: 800px;

}
.sec01 .h1_img{
	background: url("../img/img_top.png") center bottom no-repeat;
	position: relative;
	margin: 0 auto;
	height: 800px;

}
.sec01:before {
content: " ";
display: block;
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 200vh;
background: url("../img/shinkarion_bg.jpg") no-repeat center ;
background-size: cover;
}
@media all and (-ms-high-contrast: none) {
.sec01 {
	width:100%;
	background:url("../img/shinkarion_bg.jpg") no-repeat center fixed;
	background-size:cover;
}
}

#breadcrumb {
    background: #FFF;
	}
#mainVisual {
    min-height: 20px !important; 
}
img#img_teppac{
	position: absolute;
	display: block;
	right: 180px;
	bottom: 0;
	
}
img#img_alfax{
	position: absolute;
	display: block;
	left: -100px;
	bottom: 0;

}
img#img_hayabusa{
	position: absolute;
	display: block;
	left: 200px;
	bottom: 0;

}
img#img_hayato{
	position: absolute;
	display: block;
	right: -20px;
	bottom: 0;

}
img#img_title{
	position: absolute;
	display: block;
	left: 0px;
	top: 20px;
	width:30em;

}



a#scroller {
	display: block;
	position: fixed;
	width: 30px;
	height: 30px;
	right: 5px;
	bottom: 20px;
	z-index: 9500;
	background: url("../img/btn_scrollup.png") 0 0 no-repeat;
	background-size: contain;
}
@media screen and (max-width: 450px) {
	img#img_title {margin: 0 auto;}
	}


@media screen and (max-width: 750px) {
	header{
		width: 100%;
		border-top: solid 3px #929a9f;
		padding: 0;
	}
	.sec01 h1{
	position: relative;
	margin: 0 auto;
	width:100%;
	height: 800px;

}
	.sec01 .h1_img{
	background: url("../img/img_top_sp.png") center bottom no-repeat;
	background-size: contain;
	position: relative;
	margin: 0 auto;
	height: 550px;
}
	img#img_title {
	position: relative;
	display: block;
	top: 20px;
	width: 18em;
	}
	img#main_img {
		display: block;
		height: auto;
		margin: 0 auto;
	}
	a#scroller {
		bottom: 5px;
	}
	.fixed-bottom {
		position: fixed;
		bottom: 24px;
	}
}

@media screen and (min-width:751px) and (max-width:959px){
	header{
		width: 100%;
		border-top: solid 3px #929a9f;
		padding: 0;
	}
	.sec01 h1{
	position: relative;
	margin: 0 auto;
	width:100%;
	height: 800px;

}
	.sec01 .h1_img{
	background: url("../img/img_top.png") center bottom no-repeat;
	background-size: contain;
	position: relative;
	margin: 0 auto;
	height: 550px;
}
	img#img_title {
	position: absolute;
	display: block;
	top: 20px;
	left:20px;
	width: 24em;
	}
	img#main_img {
		display: block;
		height: auto;
		margin: 0 auto;
	}
	a#scroller {
		bottom: 5px;
	}
	.fixed-bottom {
		position: fixed;
		bottom: 24px;
	}
	
}


/* -----------------------------------------------------------------------------------
	トップ緊急告知文
----------------------------------------------------------------------------------- */
.caution-box {
	background-color: #FFFFFF;
}
.caution-outline {
	border: 1px solid #fff;
	padding: 20px;
}
.caution-inline {
	border: 1px solid #f00;
	padding: 15px;
	box-sizing: border-box;
}
.caution-tile {
	font-weight: bold;
	font-size: 120%;
	color: #f00;
	text-align: center;
}
.caution-txt {
	font-size: 95%;
	text-align: center
}

@media screen and (max-width: 750px) {
	.caution-txt{
		text-align: left;
	}
}

/* -----------------------------------------------------------------------------------
	06.list-汎用
----------------------------------------------------------------------------------- */
ul.list_area li {
	padding-left:1em;
	text-indent:-1em;
	margin-bottom:5px;
}
ul.notes {font-size:.9rem;}
ul.notes span {color:#de006f;}



/* -----------------------------------------------------------------------------------
	07.heading-汎用
----------------------------------------------------------------------------------- */
.ttl01 {
	border-left:#003f7e 7px solid;
	padding-left:15px;
	font-size:1.4rem;
	color:#003f7e;
	font-weight:bold;
	margin-bottom:20px;
}
h2 {
	position: relative;
	padding: 1em 0;
	text-align: left;
	margin: 0;
	font-size: 2em;
	font-weight:bold !important;
	color: #0c6eb1;
}


@media screen and (max-width: 750px) {
	.ttl01 {
		font-size:1.2rem;
		line-height:1.2em;
		padding-left:10px;
	}
	.mainContents h2 {
		padding:1em 0;
		font-size: 1.5em;}

}
@media screen and (min-width:751px) and (max-width:959px){
}




/* -----------------------------------------------------------------------------------
	08.layout-汎用
----------------------------------------------------------------------------------- */
.mainContents{
	background-color:#fff;
}

section#tokuten,
section#event,
section#detail,
section#caution {
	margin-bottom:60px;
	margin-top: 100px;
    padding-top: 2px;
}
.copy_box{
    background: #000000;
    height: 130px;
}
.copy_box .cont_box {
	max-width:950px;
	margin: 0 auto;
}
.copy_left {
	float: left;
	width:60%;
	padding: 28px 0;
}
.copy_right {
	float:right;
	width:40%;
	padding: 10px 0;
}

/* 2カラム　50% */
.cont_box .layout01 {

    padding: 0 15px 30px;
    max-width: 950px;
}
.cont_box .layout01 .lcol {
	width:48.41%;
	float:left;
	margin:0 3.15% 0 0;
}
.cont_box .layout01 .rcol {
	width:48.42%;
	float:left;
}

/* 2カラム01 */
.cont_box .layout02 {
    padding: 30px 15px;
    max-width: 950px;
}
.cont_box .layout02 .lcol {
	width:50%;
	float:left;
	margin:0 ;
	text-align:center;

}
.cont_box .layout02 .rcol {
	width:50%;
	float:left;
	text-align:center;
}

/* 2カラム02 */
.cont_box .layout03 {}
.cont_box .layout03 .lcol {
	/*width: 560px;*/
	width: 58.94%;
	float: left;
	margin: 0 3.28% 0 0;
}
.cont_box .layout03 .rcol {
	width: 37.78%;
	float: left;
}

/* 3カラム */
.cont_box .layout04 {
    display: flex;
}
.cont_box .layout04 .col {
	width:280px;
	margin:20px 15px 0;
	padding:2px;
	display:flex;
}
.cont_box .layout04 .col div {
	position:relative;
	background-color:#fff;
	padding:0px;
}

.cont_box .layout04 p:first-child {
	text-align:center;
	font-size:.9rem;
	color:#6a3906;
}
.cont_box .layout04 p:first-child span {
	background:#6a3906;
	padding:4px 8px;
	color:#fff;
}
.cont_box .layout04 h4 {
}



/* 2カラム（テキスト領域広め） */
.cont_box .layout05 {display:flex;}
.cont_box .layout05 .lcol {padding-right:40px;}
.cont_box .layout05 .rcol {width:190px;}
.cont_box .layout05 .rcol img {width:100%;}


/* フローティングメニュー */

.tokuten-fix-menu{
    position: fixed;
    bottom: 0;
    text-align:center;
    width: 100%;
    left: 0;
    padding: 10px;
    box-sizing: border-box;
    background:#fff;
    display: none;
    z-index: 2;
}
.tokuten-fix-menu.ac{
	display: flex;
}
.tokuten-fix-menu a{
	display: inline-block;
    padding:0 5px;
}

@media screen and (max-width: 750px) {
	section#tokuten,
	section#event,
	section#detail,
	section#caution {
		margin:40px 0px;
		padding:10px;
	}
.tokuten-fix-menu a{
    padding:0 5px;
	width:45% ;
}
}

@media screen and (min-width:751px) and (max-width:959px){
	.copy_box{
	background: #000000;
	height: 290px;
}
.copy_box .cont_box {
	width:100%;
	margin: 0 auto;
}
.copy_left {
	float: none;
	width:90%;
	margin: 0 auto;
	padding: 28px 0;
}
.copy_left img,
.copy_right img{
	width:100%;
}
.copy_right {
	float:none;
	width: 60%;
	margin: 0 auto;
	padding: 0;
}
/* 2カラム02 */
section#detail,
section#caution {
	padding:0 20px 0;
}
.cont_box .layout03 {}
.cont_box .layout03 .lcol {
	width: 58.94%;
	float: left;
	margin: 0 3.28% 0 0;
}
.cont_box .layout03 .rcol {
	width: 37.78%;
	float: left;
}
}



@media screen and (max-width:750px){
	.copy_box{
	background: #000000;
	height: 225px;
}
.copy_left {
	float: none;
	width:90%;
	margin: 0 auto;
	padding: 28px 0;
}
.copy_left img,
.copy_right img{
	width:100%;
}
.copy_right {
	float:none;
	width: 60%;
	margin: 0 auto;
	padding: 0;
}
	/* 2カラム　50％ */
	.cont_box .layout01 {
		width:auto;
		padding:13px;}
	.cont_box .layout01 .lcol,
	.cont_box .layout01 .rcol {
		width:100%;
		float:none;
	}
	.cont_box .layout01 .lcol {margin:0 0 20px;}

	/* 2カラム01 */
	.cont_box .layout02 {
		width:auto;
		padding:13px;
	}
	.cont_box .layout02 .lcol,
	.cont_box .layout02 .rcol {
		width:100%;
		float:none;
	}
	.cont_box .layout02 .rcol {margin: 20px 0 0;}

	/* 2カラム02 */
	.cont_box .layout03 {width:100%;}
	.cont_box .layout03 .lcol,
	.cont_box .layout03 .rcol {
		width:100%;
		float:none;
		margin:0;
	}
	.cont_box .layout03 .lcol {margin:0 0 30px;}
	.cont_box .layout03 .rcol {text-align:center;}
	
	/* 3カラム */
	.cont_box .layout04 {display:block;}
	.cont_box .layout04 .col {
		width:auto;
		float:none;
		margin-bottom:30px;
		
	}
	.cont_box .layout04 .col div {width:auto;}
	.cont_box .layout04 .col:last-child {margin-bottom:0;}
	.cont_box .layout04 .col img {width:100%;}
	
	/* 2カラム（テキスト領域広め） */
	.cont_box .layout05 {display:block;}
	.cont_box .layout05 .lcol {padding-right:0;}
	.cont_box .layout05 .rcol {
		margin: 20px auto 0;
		width:50%;
	}

}

@media screen and (max-width: 420px) {
	.copy_box{
		background: #000000;
		height: 175px;
}
	.sec01 .h1_img{
		height: 450px;
}
	/* 2カラム　50％ */
	.cont_box .layout01 {
		width:auto;
		padding:13px;}
	.cont_box .layout01 .lcol,
	.cont_box .layout01 .rcol {
		width:100%;
		float:none;
	}
	.cont_box .layout01 .lcol {margin:0 0 20px;}

	/* 2カラム01 */
	.cont_box .layout02 {
		width:auto;
		padding:13px;
	}
	.cont_box .layout02 .lcol,
	.cont_box .layout02 .rcol {
		width:100%;
		float:none;
	}
	.cont_box .layout02 .rcol {margin: 20px 0 0;}

	/* 2カラム02 */
	.cont_box .layout03 {width:100%;}
	.cont_box .layout03 .lcol,
	.cont_box .layout03 .rcol {
		width:100%;
		float:none;
		margin:0;
	}
	.cont_box .layout03 .lcol {margin:0 0 30px;}
	.cont_box .layout03 .rcol {text-align:center;}


	/* 3カラム */
	.cont_box .layout04 {display:block;}
	.cont_box .layout04 .col {
		width:auto;
		float:none;
		margin-bottom:30px;
		
	}
	.cont_box .layout04 .col div {width:auto;}
	.cont_box .layout04 .col:last-child {margin-bottom:0;}
	.cont_box .layout04 .col img {width:100%;}
	
	/* 2カラム（テキスト領域広め） */
	.cont_box .layout05 {display:block;}
	.cont_box .layout05 .lcol {padding-right:0;}
	.cont_box .layout05 .rcol {
		margin: 20px auto 0;
		width:50%;
	}
}








/* -----------------------------------------------------------------------------------
	9.商品概要
----------------------------------------------------------------------------------- */
#overview {padding: 0;}
#overview .cont_box .layout02 p.catch {
	color:#de006f;
	font-size:1.6rem;
	text-align:center;
	margin:0 0 30px;
	font-weight:bold;
	padding-top: 50px;
}
#overview .period {
	margin:0 0 30px;
	border:3px solid #333;
	padding:0.6em 0;
	background:#fff;
	text-align:center;
	color:#333;
	font-weight:bold;
	font-size:1.4rem;
}

/* -----------------------------------------------------------------------------------
	追加
----------------------------------------------------------------------------------- */
section#overview .cont_box.comparison {
}
section#overview .cont_box.comparison .catch {
	text-align:center;
	width:100%;
	font-size:1.4rem;
	margin:30px auto;
	}
section#overview .cont_box.comparison .catch span {
	font-size:2.8rem;
	padding:5px 100px;
	font-weight:bold;
	color:#e5006e;
	background-color:#ffffff;
	border:2px solid #e5006e ;
}
section#overview .cont_box.comparison .result_txt {
	display:flex;
	justify-content:center;
	align-items:flex-end;
}
section#overview .cont_box.comparison span.price {
	vertical-align:middle;
	font-size:2rem;
	font-weight:bold;
	color:#de006f;
}
section#overview .cont_box.comparison span.label {
	background:#de006f;
	color:#fff;
	font-size:1.2rem;
	padding:0 5px;
	margin-right:3px;
	display:inline-block;
	vertical-align:middle;
}
section#overview .cont_box.comparison .result_txt .font_bl {
	color:#de006f;
	display:inline-block;
	vertical-align:middle;
	font-size:1.4rem;
}
section#overview .cont_box.comparison .result_txt p {margin-left:20px;}

#floatingmenu img,#footer-fixmenu img {
margin-bottom:15px;
}


section#overview .cont_box.comparison {
}
section#overview .cont_box.comparison .catch {
	text-align:center;
	width:100%;
	font-size:1.4rem;
	margin:30px auto;
	}
section#overview .cont_box.comparison .catch span {
	font-size:2.8rem;
	padding:5px 100px;
	font-weight:bold;
	color:#e5006e;
	background-color:#ffffff;
	border:2px solid #e5006e ;
}
section#overview .cont_box.comparison .result_txt {
	display:flex;
	justify-content:center;
	align-items:flex-end;
}
section#overview .cont_box.comparison span.price {
	vertical-align:middle;
	font-size:2rem;
	font-weight:bold;
	color:#de006f;
}
section#overview .cont_box.comparison span.label {
	background:#de006f;
	color:#fff;
	font-size:1.2rem;
	padding:0 5px;
	margin-right:3px;
	display:inline-block;
	vertical-align:middle;
}
section#overview .cont_box.comparison .result_txt .font_bl {
	color:#de006f;
	display:inline-block;
	vertical-align:middle;
	font-size:1.4rem;
}
section#overview .cont_box.comparison .result_txt p {margin-left:20px;}
section#overview .layout03 {margin-bottom:40px;}
.tbl_area {
	margin-bottom: 10px;
	font-size: 1.2em;
}
table.guideline_tbl {
	width:100%;
	font-weight:bold;
	border-collapse:separate;
	border-left:#000000 1px solid;
	border-top:#000000 1px solid;
	
}
table.guideline_tbl th {
	padding:10px 0;
	width:25%;
	text-align:center;
	background-color:#ededed;
	border-bottom:#000000 1px solid;
	border-right:#000000 1px solid;
}
table.guideline_tbl th:first-of-type {
	width:50%;
	background:#333;
	color:#fff;
}
table.guideline_tbl td {
	padding:20px 20px;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	border-bottom:#000000 1px solid ;
	border-right:#000000 1px solid ;
}
table.guideline_tbl td .tyusyaku{
	font-size:0.8em;
}
table.guideline_tbl td.pink_bg {
	background-color:#e5006e;
	color:#fff;
}
table.guideline_tbl td:nth-child(1) {text-align:center;}
table.guideline_tbl tr:last-child td:nth-child(1) {text-align:center;}

.otoku_price img{margin:0 ;}

@media screen and (max-width: 750px) {
	#overview {padding: 20px 0 0;}
	#overview .cont_box p.catch {
		font-size:1.1rem;
		line-height:1.3em;
		text-align:left;
		margin:0 0 20px;
	}
	#overview .period {
		font-size: 0.95rem;
		line-height: 1.5em;
		text-align: center;
		padding: .6em;
	}
	section#overview .cont_box.comparison {
		width:auto;
		padding:15px 10px 25px;
	}
	section#overview .cont_box.comparison .result_txt {
		display:block;
	}
	section#overview .cont_box.comparison .result_txt p {
		margin-left:0;
	}
	table.guideline_tbl {
		font-size:1.4rem;
		line-height:1.4em;
	}
	table.guideline_tbl thead th {
		padding:10px 5px;
		width:30%;
		vertical-align:middle;
	}
	table.guideline_tbl th:first-of-type {width:40%;}
	table.guideline_tbl td {padding:10px 5px;}
	table.guideline_tbl td:nth-child(1) {}
	section#overview .cont_box.comparison .catch {
	text-align:center;
	width:auto;
	font-size:1.4rem;
	}
	section#overview .cont_box.comparison .catch span {
		font-size:2.6rem;
		padding:5px 10px;
	}
	.otoku_price img{margin:0 25px 20px;width:80%;}

}

@media screen and (min-width:751px) and (max-width:959px){
	}


/* -----------------------------------------------------------------------------------
	10.特典
----------------------------------------------------------------------------------- */
#tokuten h3 {margin:0 0 20px;}
#tokuten p.present_tx {
	color:#fff; 
	background-color:#de006f; 
	font-size:1.2em;
	width:180px; 
	line-height:30px;
	margin:20px auto;

	}
#tokuten p img {margin:0 15px;}
.mrl_120 {margin:25px 120px;}
.tokuten-layout {
	margin: 80px auto 0 auto;
	text-align: center;}

@media screen and (max-width: 750px) {
	#tokuten .tokuten_box:last-child {margin-bottom:0;}
	#tokuten h3 {
		margin:0 0 15px;
		width:100%;
	}
	#tokuten p img {margin:0 0 25px;}
	.mrl_120 {margin:25px 0 }
}


/* -----------------------------------------------------------------------------------
	11.鉄道博物館
----------------------------------------------------------------------------------- */
#event h2 {padding: 0;}
section .event_dtl li {margin-bottom: 7px;}
section .event_dtl span {
	font-weight:bold;
	color:#003f7e;
}
.cont_box.facility p.catch {
	color:#7e308d;
	font-size:1.6rem;
	text-align:center;
	margin:30px 0 10px;
	font-weight:bold;
}

.mrl_250 {margin:25px 250px -76px;}
#event p.bg_teppk img{margin:0 ;}
.mrl_150 {
	margin:25px 150px;
	font-size:1.3em;}
#event h4 img{display: block; width:280px;}
#event p.sub_title_img img {margin:10px; width:217px;}
#event p.explain {padding:10px; height:8.5em; text-align:left;}
#event p.main_img {margin:10px;}
.shigoto {background:#009f76;}
.mirai {background:#1c82c6;}
.rekishi {background:#e15d82;}

@media screen and (max-width: 750px) {
	.cont_box.facility p.catch {
		font-size:1.1rem;
		line-height:1.3em;
		text-align:left;
	}
	.mrl_250 {margin:25px 0 ;}
	#event p.bg_teppk img{margin:0 0 -30px;}
	.mrl_150 {
		margin:25px 10%;
		font-size:1em;}
	#event h4 img{display: block; width:100%;}
	#event p.sub_title_img img {margin:10px; width:90%;}
	#event p.explain {padding:10px; height:auto; text-align:left;}
}

@media screen and (min-width:751px) and (max-width:959px){

#event p.explain {padding:10px; height:10.5em; text-align:left;}

	}


/* -----------------------------------------------------------------------------------
	12.商品詳細
----------------------------------------------------------------------------------- */
section#detail .cont_box .detail_ticket {
	text-align:center;
	margin:30px 0 40px;
}
section#detail .cont_box .detail_ticket {
	text-align:center;
	margin:30px 0 40px;
}
section#detail .cont_box .dtl_box p {margin-bottom:7px;}
section#detail .cont_box .dtl_box span {
	font-weight:bold;
	color:#333;
}
section#detail .cont_box .desc_area {
	margin:30px 0 0;
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
}
section#detail .cont_box .desc_area p {
	color:#fff;
	font-size:1.6rem;
	padding:3px 5px;
	text-align:center;
	width:20%;
}
section#detail .cont_box .desc_area ul {width: 70%;}
section#detail .cont_box .desc_area.caution {
	background:#ededed;
	padding:15px;
}
section#detail .cont_box .desc_area.caution dl {
	display:flex;
	justify-content:space-between;
	align-items:flex-start;
	max-width:560px;
}
section#detail .cont_box .desc_area.caution dt {
	background:#bf0008;
	color:#fff;
	padding:7px 0;
	text-align:center;
	width:22%;
}
section#detail .cont_box .desc_area.caution dd {width:75%;}
.desc_area_red p {background:#e60012;}
.desc_area_bull p {background:#004098;}



@media screen and (max-width: 750px) {

	section#detail .cont_box .desc_area p {line-height: 1.2em;}
}




/* -----------------------------------------------------------------------------------
	13.バナー
----------------------------------------------------------------------------------- */


/* Get ADOBE READER（調整） */
@media screen and (min-width:751px) {
	#pdf_reader {
		clear:both;
		box-sizing:border-box;
		margin:40px auto 3.5em;
		border:1px solid rgba(221,221,221,1);
		padding:1em 1.5em;
		max-width:950px;
	}
	#pdf_reader:after {
		content:'';
		display:block;
		clear:both;
	}
	#pdf_reader > a {
		float:left;
		display:inline-block;
		margin:0.4em 1em 0 0;
		width:158px;
		height:39px;
	}
	#pdf_reader p a {
		display:inline-block;
		padding:1px 0 1px 20px;
		background:url("../img/icon_blank_open.png") 0 0.5em no-repeat;
		background-size:14px auto;
	}
}
@media screen and (max-width: 750px) {

	/* Get ADOBE READER */
	#pdf_reader {display:none;}
}


aside.bnr_area {
	background-color: #ffffff;
	background-size: cover;
	height:685px;

}
aside.bnr_area .footer_img{
    background: url("../img/img_footer.png") center bottom no-repeat;
    background-size: contain;
    height: 684px;
}

aside.bnr_area .cont_box {
	position:relative;
	margin:0 auto;
}
aside.bnr_area .cont_box img{
	position:relative;
	bottom: 0px;
}
aside.bnr_area .cont_box p.ta-c{
	position: relative;	
	top: 600px;
}
@media screen and (max-width: 750px) {
aside.bnr_area {

	height:auto;

}
aside.bnr_area .footer_img{
	background: url("../img/img_footer_sp.png") center bottom no-repeat;
	background-size:contain;
	height:400px;

}

aside.bnr_area .cont_box {
	position:relative;
	margin:0 auto;
	width: 100%;
}
aside.bnr_area .cont_box img{
	position:relative;
	bottom: 0px;
}
aside.bnr_area .cont_box p.ta-c{
	position: relative;	
	top: 350px;
}
	.font-s {font-size:.6rem;}

}

@media screen and (max-width: 340px) {
.font-s {font-size:.5rem;}
	.sec01 h1_img{
	height: 380px;

}
	.sec01 .h1_img{
	background: url("../img/img_top_sp.png") center bottom no-repeat;
	background-size: contain;
	position: relative;
	margin: 0 auto;
	height: 400px;
}
}




@media screen and (min-width:751px) and (max-width:959px){

aside.bnr_area .cont_box p.ta-c{
	position: relative;	
	bottom: 50px;
}
aside.bnr_area .footer_img{
	background: url("../img/img_footer_sp.png") center bottom no-repeat;
	background-size:contain;
}

	}


/* -----------------------------------------------------------------------------------
	15.フッター
----------------------------------------------------------------------------------- */
@media screen and (max-width: 750px) {
	.skipLink {display: none;}/* フッター下の余白を調整 */
	#jreFooter-sp {padding:10px 10px 22px !important;}
}
