/* =========================================================
   共通
========================================================= */
.txt {
	font-size: 14px;
	line-height: 1.6;
	color: #333;
	margin: 0 0 1em;
}

.bold {
	font-weight: bold;
}

.txt_red {
	color: #FF0004;
}

.clearfix::after{
	content: "";
	display: block;
	clear: both;
}

/* margin */
.mt0{margin-top: 0!important;}
.mt5{margin-top: 5px!important;}
.mt10{margin-top: 10px!important;}
.mt15{margin-top: 15px!important;}
.mt20{margin-top: 20px!important;}
.mt25{margin-top: 25px!important;}
.mt30{margin-top: 30px!important;}
.mt35{margin-top: 35px!important;}
.mt40{margin-top: 40px!important;}
.mt45{margin-top: 45px!important;}
.mt50{margin-top: 50px!important;}

.mb0{margin-bottom: 0!important;}
.mb5{margin-bottom: 5px!important;}
.mb10{margin-bottom: 10px!important;}
.mb15{margin-bottom: 15px!important;}
.mb20{margin-bottom: 20px!important;}
.mb25{margin-bottom: 25px!important;}
.mb30{margin-bottom: 30px!important;}
.mb35{margin-bottom: 35px!important;}
.mb40{margin-bottom: 40px!important;}
.mb45{margin-bottom: 45px!important;}
.mb50{margin-bottom: 50px!important;}
.mb80{margin-bottom: 80px!important;}


/* padding */
.pt0{padding-top: 0!important;}
.pt5{padding-top: 5px!important;}
.pt10{padding-top: 10px!important;}
.pt15{padding-top: 15px!important;}
.pt20{padding-top: 20px!important;}
.pt25{padding-top: 25px!important;}
.pt30{padding-top: 30px!important;}
.pt35{padding-top: 35px!important;}
.pt40{padding-top: 40px!important;}
.pt45{padding-top: 45px!important;}
.pt50{padding-top: 50px!important;}

.pb0{padding-bottom: 0!important;}
.pb5{padding-bottom: 5px!important;}
.pb10{padding-bottom: 10px!important;}
.pb15{padding-bottom: 15px!important;}
.pb20{padding-bottom: 20px!important;}
.pb25{padding-bottom: 25px!important;}
.pb30{padding-bottom: 30px!important;}
.pb35{padding-bottom: 35px!important;}
.pb40{padding-bottom: 40px!important;}
.pb45{padding-bottom: 45px!important;}
.pb50{padding-bottom: 50px!important;}

/* =========================================================
   共通
========================================================= */
#yuirail {
	width: 980px;
	margin: 0 auto;
	position: relative;
	text-align: left;
	color: #505050;
}

#yuirail article {
	margin:0 auto 80px;
}

#yuirailMain .mainImgWrap {
	margin:0 0 30px;
	position: relative;
}

#yuirailMain .mainImgWrap > img {
	width:100%;
}


/* h1 */
#yuirailMain .mainImgWrap h1 {
	position: absolute;
	top: 20px;
	left: 50px;
	font-weight: bold;
	line-height: 55px;
	text-shadow: 1px 2px 3px #000;
}
#yuirailMain .mainImgWrap h1 img {
	max-width:100%;
}

#yuirailMain .mainImgWrap h1 .is24px {
	color:#fff;
	font-size: 24px;
}

#yuirailMain .mainImgWrap h1 .is30px {
	color:#fff;
	font-size: 30px;
}

#yuirailMain .mainImgWrap h1 .is32px {
	color:#fff;
	font-size: 32px;
}

#yuirailMain .mainImgWrap h1 .is40px {
	color:#fff;
	font-size: 40px;
}


/* contents */
#yuirail p.notes {
	font-size: 12px;
	line-height: 17px;
	color:#7d7d7d;
}

#yuirail h2 {
	width: 980px;
	height: 47px;
	margin:0 0 30px;
	background:url(/car/guide/okinawa_yuirail/images/h2_bg.jpg);
}

#yuirail .h2Wrap {
	padding: 10px 0 0 14px;
	display: table;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	box-sizing: border-box;
}

#yuirail .pl-box{
	width: 980px;
}

#yuirail .pl-box_left{
	width: 340px;
	margin-right: 20px;
	float: left;
}

#yuirail .pl-box_left img {
	margin-bottom: 10px;
}

#yuirail .pl-box_right {
	width: 620px;
	margin-bottom: 20px;
	float: right;
}

#yuirail h3 {
	width: 960px;
	height: 40px;
	margin: 65px 0 20px;
	background:url(/car/guide/okinawa_yuirail/images/h3_bg.jpg);
}

#yuirail .h3Wrap {
	padding: 14px 10px;
	display: table;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	box-sizing: border-box;
}

#yuirail .pl-box960{
	width: 960px;
	margin: 0 10px;
}

#yuirail h4 {
	width: 127px;
	height: 40px;
	margin: 40px 0 20px;
	background:url(/car/guide/okinawa_yuirail/images/h4_bg.jpg);
}

#yuirail h4.\--isEn {
	background: url(/car/guide/okinawa_yuirail/images/h4_bg.jpg) no-repeat left 0 bottom 8px;
}

#yuirail .h4Wrap {
	padding: 14px 10px;
	display: table;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	box-sizing: border-box;
}

.pl-box960 .balloonWrap{
	margin: 0 auto;
	width: 650px;
}
.pl-box960 .balloonArea{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}

.pl-box960 .balloonArea img{
	vertical-align: middle;
}

.pl-box960 .balloonArea .txt_notes_right{
	font-size: 14px;
	line-height: 17px;
	color:#7d7d7d;
	text-align: right;
	margin: 0 !important;
}

.pl-box960 .balloonLeft{
	position: relative;
	display: inline-block;
	margin-left: 30px !important;
	padding: 16px 30px;
	background: #d9e3f3;
	box-sizing: border-box;
	border-radius: 10px;
	width: 600px;
}

.pl-box960 .balloonRight{
	position: relative;
	display: inline-block;
	margin-right: 30px !important;
	padding: 16px 30px;
	background: #f8f4cf;
	box-sizing: border-box;
	border-radius: 10px;
	width: 600px;
}

.pl-box960 .balloonLeft:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	border-right: 12px solid #d9e3f3;
	z-index: 2;
}

.pl-box960 .balloonLeft:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -24px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-right: 20px solid #d9e3f3;
	z-index: 1;
}

.pl-box960 .balloonRight:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	border-left: 12px solid #f8f4cf;
	z-index: 2;
}
.pl-box960 .balloonRight:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -10px;
	border: 10px solid transparent;
	border-left: 20px solid #f8f4cf;
	z-index: 1;
}

#yuirailUse article {
	margin:0 0 40px;
}

#yuirailUse .useList li {
	background:url(/car/guide/okinawa_yuirail/images/bg_yuirail_bar.jpg) repeat-y 40px 0px;
	overflow: hidden;
}

#yuirailUse .useList li.lastChild {
	background:none;
}

#yuirailUse .useList li .stepBox {
	width:90px;
	margin:0 20px 0 0;
	float:left;
}

#yuirailUse .useList li .contBox {
	width:870px;
	float:right;
}

#yuirailUse .useList li .contBox .txt_step {
	margin: 0 0 25px;
	font-size: 14px;
	font-weight: bold;
	color: #3d62a0;
	padding-top: 7px;
}

#gmap_shopmap {
	height: 400px;
	margin-bottom: 20px;
}

/* button */
.pl-button {
	margin: 20px auto 0;
	text-align: center;
}

.pl-button__link {
	position: relative;
	width: 620px;
	line-height: 50px;
	border-radius: 4px;
	background: #f27b11;
	-webkit-box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
	box-shadow: #d8670b 0 4px 0, rgba(0,0,0,0.2) 0 3px 3px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0px -1px 1px rgba(0,0,0,0.2);
	vertical-align: middle;
	cursor: pointer;
	margin: 0 auto;
	-webkit-font-feature-settings: 'pkna';
	font-feature-settings: 'pkna';
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
}

.pl-button__link::after {
	content: '＞';
	position: absolute;
	right: 20px;
	top: 0;
}

.pl-button__link:link,
.pl-button__link:visited {
	color: #fff;
}

.pl-button__link:hover {
	text-decoration: none;
	position: relative;
	top: -1px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.1)),to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.1),rgba(255,255,255,0));
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.1),rgba(255,255,255,0));
	-webkit-box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
	box-shadow: #d8670b 0 4px 0, #f27b11 0 4px 10px;
}

a.pl-button__link.\--isLineTwo {
	line-height: 1.3;
	padding: 8px 0;
}

a.pl-button__link.\--isLineTwo::after {
	top: 20px;
}