@charset "utf-8";

.img-center{
	margin-left: auto;
	margin-right: auto;
}


.wrap-train{
	background:#FCF9E1;
	padding:0 0 48px 0;
}


#Hero{
	background-image: url(/static/img/train/hero-pc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 60px;
	background:contain;
}
.pagelogo{
	height: 500px;
	position: relative;
	text-align: center;
	padding:0;
	margin:0;
}
.pagelogo img{
	width:100%;
	max-width: 400px;
	position: absolute;
	top:50%; 
	left:50%;
	transform: translate(-50%, -50%);
}
.d-sp-block{
	display: none;
}
@media screen and (max-width: 767px) {
#Hero{
	margin-bottom: 36px;
	background-size: cover;
}
.pagelogo{
	height: 260px;
}
.pagelogo img{
	width:100%;
	max-width: 215px;
}
}
@media screen and (max-width: 567px) {
.d-pc-block{
	display: none;
}
.d-sp-block{
	display: block;
}
#Hero{
	background:none;
	margin-bottom: 36px;
}
#Hero .container{
	padding: 0;
}
.pagelogo{
	height: auto;
}
.pagelogo img{
	width:100%;
	max-width: 100%;
	position: relative;
	top:auto; 
	left:auto;
	transform: none;
}
}


#Plan{
	margin-bottom: 48px;
}
.header-contents{
	font-weight: bold;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border-bottom: 3px solid #83760D;
	padding-bottom: 24px;
	width:100%;
	max-width: 680px;
	position: relative;
	background-image: url(/static/img/train/icon-train.png);
	background-position: 10px bottom;
	background-repeat: no-repeat;
	background-size: 40px 28px;
}
.header-contents:after{
	content: "";
	height: 5px;
	background:#83760D;
	display: block;
	width: 100%;
	position: absolute;
	bottom: -12px;
	left: 0;
}
.header-contents p{
	padding: 0 12px;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
.header-contents{
	margin-bottom: 36px;
	padding-top: 48px;
	padding-bottom: 12px;
	background-position: center top;
	text-align: left;
}

}

.btn-plan{
	display: block;
	background:#fff;
	padding: 12px;
	color: #353535;
	margin-bottom: 24px;
}
.btn-plan:hover{
	text-decoration: none;
	background:#fff5f9;
	color: #353535;
	opacity: 0.8;
}
.dl-plan-spec{
	margin:12px 0 0;
}
.dt-plan-name{
	font-size: 18px;
	margin-bottom: 12px;
}
.label-area{
	background:#83760D;
	color: #fff;
	padding:3px 6px 3px 30px;
	border-radius: 3px;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 6px;
	font-weight: normal;
	position: relative;
}
.label-area small{
	margin-left: 6px;
}
.label-area:before{
	content: "";
	width:15px;
	height: 12px;
	background:url(/static/img/train/icon-train-white.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	top:50%; 
	left:6px; 
	transform: translate(0, -50%); 
}
.dd-plan-overview{
	font-size: 16px;
	margin-bottom: 6px;
}
.dd-plan-price{
	margin-bottom: 12px;
}
.dd-plan-price ul{
	display: table;
	width: 100%;
}
.dd-plan-price ul li{
	display: table-cell;
	vertical-align: bottom;
	width: 30%;
	font-size: 14px;
}
.dd-plan-price ul li.list-price-line{
	width: 70%;
}
.dd-plan-price ul li .num{
	color: #F80000;
	font-size: 140%;
	font-weight: bold;
}
.dd-plan-price ul li .num.min:after{
	content: "～"
}
.dd-plan-price ul li .num.min.only:after{
	content: "円"
}
.dd-plan-price ul li .num.max:after{
	content: "円"
}
.dd-plan-price ul li .num.min:after,
.dd-plan-price ul li .num.max:after{
	font-size: 80%;
}
.dd-plan-btn{
	background:#5C180E;
	display: block;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: relative;
	padding: 12px;
}
.dd-plan-btn:after{
	position: absolute;
	content: "\f105"; 
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	top:50%; 
	right:12px;
	transform: translate(0, -50%); 
}
.btn-plan:hover .dd-plan-btn{
	background:#ebe0ca;
	color: #5C180E;
}
@media screen and (max-width: 767px) {
.dt-plan-name{
	font-size: 16px;
}
.dd-plan-overview{
	font-size: 14px;
}
.dd-plan-price ul li{
	width: 25%;
	font-size: 12px;
}
.dd-plan-price ul li.list-price-line{
	width: 75%;
}
}

.wrap-map{
	margin:0 auto;
	text-align: center;
	position: relative;
	width: 100%;
	max-width: 890px;
}
.wrap-map img{
	margin:0 auto;
}



.btn-map{
	display: inline-block;
	background:#83760D;
	color: #fff;
	padding: 0.3rem 0.5rem 0.3rem 2.5rem;
	text-align:center;
	font-size: 0.8rem;
	border-radius: 4px;
	position: relative;
}
.btn-map:hover{
	text-decoration: none;
	color: #fff;
	background:#ebe0ca;
	color: #5C180E;
}
.btn-map:before{
	content: "";
	width:18px;
	height: 14px;
	background:url(/static/img/train/icon-train-white.png) no-repeat left top;
	background-size: cover;
	position: absolute;
	top:0.4rem; 
	left:0.6rem; 
	z-index: 1;
}
.position-shimabara{
	position: absolute;
	bottom: 34%;
	left: 20%;
}
.position-nagara{
	position: absolute;
	bottom: 22%;
	right: 30%;
}
.position-kuromatsu{
	position: absolute;
	bottom: 43%;
	right: 40%;
}
@media screen and (max-width: 767px) {
.btn-map{
	padding: 0.3rem 0.5rem 0.3rem 0.5rem;
}
.btn-map:before{
	display: none;
}
.position-shimabara{
	position: absolute;
	bottom: 34%;
	left: 0%;
}
.position-nagara{
	position: absolute;
	bottom: 20%;
	right: 30%;
}
.position-kuromatsu{
	position: absolute;
	bottom: 43%;
	right: 40%;
}
}

@media screen and (max-width: 567px) {
.btn-map{
	font-size: 12px;
}
.position-shimabara{
	position: absolute;
	bottom: 26%;
	left: 0%;
}
.position-nagara{
	position: absolute;
	bottom: 15%;
	right: 33%;
}
.position-kuromatsu{
	position: absolute;
	bottom: 34%;
	right: 29%;
}
}