
/***********************************************************************************************************************

access.css

***********************************************************************************************************************/

.access #contents{
	overflow-x: hidden;
}

.wx_800{
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.sec_train{
	position: relative;
	margin: 5% 0 0;
}
.sec_romance{
	margin-top: 8%;
}
.sec_car{
	margin-top: 8%;
}
.sec_airport{
	margin-top: 8%;
}




@media screen and (max-width: 767px) {
.sec_train{
	margin: 8% 0 0;
}
.sec_romance{
	margin-top: 15%;
}
.sec_car{
	margin-top: 15%;
}
.sec_airport{
	margin-top: 15%;
}
}



/*** hd **********************************/
.hd{
	position: relative;
}
.hd figure{
	position: relative;
}
.hd figure figcaption{
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
	color: #fff;
	text-align: right;
}
.hd img{
	width: 100%;
	height: auto;
}
.hd .pc{}
.hd .sp{ display: none;}


@media screen and (max-width: 767px) {
.hd .pc{ display: none;}
.hd .sp{ display: block;}
}



/*** h1〜  **********************************/
h1.h1_ttl{
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 96%;
	font-size: 26px;
	font-size: clamp(15px, 2.6vw, 26px);
	color: #fff;
	text-align: center;
}
h1.h1_ttl .en{
	display: block;
	font-size: 180%;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.15em;
}
h1.h1_ttl .jp{
	display: inline-block;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #fff;
}


h2.h2_ttl{
	font-size: 32px; /*36px*/
	font-size: clamp(22px, 3.2vw, 32px); /* clamp(22px, 3.6vw, 36px) */
	font-weight: 500;
	text-align: center;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	margin-bottom: 1.5em;
}
h2.h2_cate_ttl{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 40px; /*36px*/
	font-size: clamp(24px, 4vw, 40px); /*clamp(22px, 3.6vw, 36px)*/
	text-align: center;
	letter-spacing: 0.15em;
	margin-bottom: 0.8em; /*0.5em*/
}

h3.h3_access{
	font-size: 26px; /*24px*/
	font-size: clamp(20px, 2.6vw, 26px); /*clamp(20px, 2.4vw, 24px)*/
	font-weight: 500;
	text-align: center;
	line-height: 1.6em;
	letter-spacing: 0.1em;
	/*color: #2f4571;*/
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	border-bottom: 1px solid #000;
}
h3.h3_topics{
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 50px;
	font-size: clamp(28px, 5vw, 50px);
	text-align: center;
	/*color: #978949;*/
	letter-spacing: 0.15em;
	margin-bottom: 0.5em;
}

h4.h4_sta{
	font-size: 24px;
	font-size: clamp(18px, 2.4vw, 24px);
	text-align: center;
	margin: 0 0 1.5em;
}
h4.h4_topics{
	font-size: 30px;
	font-size: clamp(22px, 3vw, 30px);
	text-align: center;
	margin: 1.4em 0 0.8em;
}
h4.h4_romance{
	font-size: 24px;
	font-size: clamp(18px, 2.4vw, 24px);
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 0 1.5em;
}
h4.h4_cate{
	font-size: 20px;
	font-size: clamp(17px, 2.0vw, 20px);
	line-height: 1.6em;
	color: #2f4571;
	padding-bottom: 0.2em;
	margin-bottom: 0.2em;
	border-bottom: 1px solid #000;
}

h5.h5_romance{
	position: relative;
	font-size: 20px;
	font-size: clamp(16px, 2.0vw, 20px);
	line-height: 45px;
	padding: 0 0.5em 0 50px;
	margin-bottom: 0.5em;
	height: 45px;
	background: #FFF67F;
background: linear-gradient(90deg, rgba(255, 246, 127, 1) 0%, rgba(243, 152, 0, 1) 70%);
}
h5.h5_romance.night{
	color: #fff;
	background: #3D62AD;
background: linear-gradient(90deg, rgba(61, 98, 173, 1) 0%, rgba(0, 22, 85, 1) 70%);
}

h5.h5_romance:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 5px;
	width: 40px;
	height:45px;
	background: url("../images/icon_romance_day.svg") center center / 100% auto no-repeat;
}
h5.h5_romance.night:before{
	background-image: url("../images/icon_romance_night.svg");
}



p.p_lead{
	font-size: 18px;
	font-size: clamp(16px, 1.8vw, 18px);
	line-height: 2em;
	text-align: center;
}

.clr_fff{
	color: #fff;
}
.shadow{
	text-shadow: 0 0 5px #000,0 0 5px #000,0 0 5px #000;
}



@media screen and (max-width: 767px) {
p.p_lead{
	text-align: justify;
}
p.p_lead .resp_autowrap{
	display: inline;
}
}



/*** fig_line_min **********************************/
.fig_line_min{
	width: 90%;
	max-width: 490px;
	margin: 0 auto;
	padding-top: 5%;
}
.fig_line{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 3%;
}

@media screen and (max-width: 767px) {
.fig_line{
	padding-top: 5%;
}
}




/*** station_wrap **********************************/
.station_wrap{
	padding-top: 8%;
}

@media screen and (max-width: 767px) {
.station_wrap{
	padding-top: 12%;
}
}



/*** list_sta **********************************/
.list_sta{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.list_sta li{
	width: 46.875%;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 180px;
	font-size: clamp(14px, 1.8vw, 18px);
	text-align: center;
	margin-bottom: 4%;
}
.list_sta li .txt_sta{
	font-size: 150%;
}
.list_sta li .txt_min{
	font-size: 210%;
	font-family: "Cinzel", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	padding: 0 0.05em;
}
.list_sta li .small{
	font-size: 80%;
}

.list_sta li .resp_autowrap{
	vertical-align: baseline;
}

.list_sta li figure{
	position: relative;
	margin-bottom: 0.5em;
}
.list_sta li figcaption{
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}


@media screen and (max-width: 640px) {
.list_sta li{
	font-size: 10px;
	font-weight: 700;
}
.list_sta li .txt_sta{
	font-size: 110%;
}
.list_sta li .txt_min{
	font-size: 125%;
	font-weight: 600;
}
}




/*** cate_main **********************************/
figure.cate_main{
	position: relative;
	margin-bottom: 5%;
}
figure.cate_main figcaption{
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}
figure.cate_main img{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
figure.cate_main{
	margin-bottom: 8%;
}
}





/*** topics **********************************/
.topics_wrap{
	width: 100%;
	max-width: 1200px;
	margin: 5% auto 0;
}
.topics_box{
	width: 90%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 1.2em 0; /*0.8em 0*/
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.3);
}
.topics_inner{
	margin: 0 1.2em; /*0 0.8em*/
	padding: 4em 2em;
	background-color: #fff;
	box-shadow: 5px 5px 10px rgba(0,0,0,0.3);

}
.topics_inner .txt{
	
}




/*** fig_topics **********************************/
.fig_topics{
	position: relative;
	width: 118%;
	margin-left: -9%;	
}
.fig_topics figcaption{
	position: absolute;
	right: 1em;
	bottom: 0.5em;
}

@media screen and (max-width: 640px) {
.fig_topics{
	width: 128%; /*124%*/
	margin-left: -14%;	
}
}



/*** fig_timetable **********************************/
.fig_timetable{
	position: relative;
	width: 100%;
	max-width: 900px;
	margin: 3% auto 0;
}
.fig_timetable figcaption{
	position: absolute;
	top: 20%;
	right: -4%;
	width: 25%;
}

@media screen and (max-width: 640px) {
.fig_timetable figcaption{
	top: 15%;

}
}



/*** romance_wrap **********************************/
.romance_wrap{
	margin-top: 3%;
	background-color: #fff;
}
.romance_inner{
	width: 90%;
	margin: 0 auto;
	padding: 5% 0;
}




/*** ph_romance **********************************/
.ph_romance{
	position: relative;
	width: 100%;
	max-width: 560px;
	margin: 0 auto 1.5em;
}
.ph_romance figcaption{
	position: absolute;
	right: 0.5em;
	bottom: 0.5em;
}




/*** list_romance **********************************/
.list_romance{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
.list_romance > li{
	width: 48%;
	margin-top: 4em;
}

.list_romance > li > ul.sub{
}
.list_romance > li > ul.sub li{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 16px;
	font-size: clamp(14px, 1.6vw, 16px);
	padding: 0.3em 0 0 1.2em;
}

.list_romance > li > ul.sub li:before{
	content: "□";
	margin-left: -1.2em;
	padding-right: 0.2em;
}


@media screen and (max-width: 767px) {
.list_romance > li{
	width: 100%;
}
}




/*** list_romance_price **********************************/
.list_romance_price{
	margin-top: 5%;
}
.list_romance_price li{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 17px;
	font-size: clamp(15px, 1.7vw, 17px);
	text-align: center;
	padding: 0.6em 0.2em;
	margin-bottom: 0.5em;
	background-color: #bcdfe9;
}



/*** fig_car_km **********************************/
.fig_car_km{
	width: 100%;
	max-width: 800px; /*420px*/
	margin: 0 auto;
	padding-top: 5%;
}

.fig_car_km .pc{}
.fig_car_km .sp{ display: none;}


@media screen and (max-width: 767px) {
.fig_car_km{
	max-width: 350px;
	padding-top: 8%;
}
.fig_car_km .pc{ display: none;}
.fig_car_km .sp{ display: block;}
}




/*** fig_car_map **********************************/
.fig_car_map{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 3%;
}


@media screen and (max-width: 767px) {
.fig_car_map{
	padding-top: 5%;
}
}



/*** list_car_wrap **********************************/
.list_car_wrap{
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
	margin-top: 3%;
}
.list_car_col3{
	width: 32%; /* 31% */
}

@media screen and (max-width: 767px) {
.list_car_col3{
	width: 100%;
}
}





/*** list_car **********************************/
.list_car{
}
.list_car li{
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 14px;
	font-size: clamp(12px, 1.4vw, 14px);
	padding: 0.6em 0 0 1.2em;
}
.list_car li:before{
	content: "●";
	position: absolute;
	left: 0;
}



/*** fig_airport_bus **********************************/
.fig_airport_bus{
	padding-top: 5%;
}
.fig_airport_bus .pc{}
.fig_airport_bus .sp{ display: none;}


@media screen and (max-width: 767px) {
.fig_airport_bus{
	padding-top: 8%;
	width: 100%;
	max-width: 400px;
}
.fig_airport_bus .pc{ display: none;}
.fig_airport_bus .sp{ display: block;}
}








/*************************************************************************************
*************************************************************************************

print

*************************************************************************************
**************************************************************************************/

@media print {

}