﻿@charset "UTF-8";
/* =========================================================
   共通スタイル
========================================================= */
body {
	color: #333;
	font-family: HiraKakuPro-W3,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',メイリオ,Meiryo,'ＭＳ Ｐゴシック',osaka,Arial,Helvetica,Verdana,sans-serif;
}

#tour_wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top: 15px;
}

#tour_wrapper img {
	width: 100%;
	height: auto;
}

#breadCrumb {
	width: 980px;
	margin: 0 auto;
}

.pl-fontcolor--orange {
	color: #f08708;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	position: relative;
	width: 980px;
	height: 320px;
	margin: 0 auto;
	background-image: url(/tour/common/images/special/train/bg_mainvisual_left.png), url(/tour/common/images/special/train/bg_mainvisual_right.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top left,top right;
	background-size: 450px 320px,600px 320px;
	text-align: center;
}

.hokkaido .pl-mainvisual {
	background-image: url(/tour/common/images/special/train/bg_mainvisual_left.png), url(/tour/common/images/special/train/001_hokkaido/bg_mainvisual_right.jpg);
}

.pl-mainvisual__headline {
	width: 450px;
	height: 215px;
}

.pl-areaName {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 399px;
	height: 53px;
	margin: 0 auto 10px;
	padding-top: 24px;
	background-image: url(/tour/common/images/special/train/bg_mainvisual_area.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 399px 53px;

	-ms-flex-align: center;
	-ms-flex-pack: center;
	    -ms-flex-wrap: wrap;
}

.pl-areaName__RomanLetters {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display:         inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 100%;
	color: #003894;
	font-size: 12px;
	line-height: 1;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-areaName__ChineseCharacters {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display:         inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 100%;
	color: #003894;
	font-size: 26px;
	line-height: 1;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-specialName {
	color: #fff;
	font-size: 47px;
	line-height: 55px;
	text-align: center;
}

.pl-mainvisual__lead {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	        justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	box-sizing: border-box;
	box-sizing: border-box;
	width: 450px;
	height: 105px;
	padding-left: 188px;
	color: #fff;
	background-image: url(/tour/common/images/special/train/ico_tour_white.png);
	background-repeat: no-repeat;
	background-position: left 24px center;
	background-size: 140px 68px;
	font-size: 16px;
	line-height: 24px;
	text-align: left;

	-ms-flex-align: center;
	-ms-flex-pack: left;
}

/* =========================================================
   button
========================================================= */
.pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	height: 64px;
	margin: 15px auto 0;
}

a.pl-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	margin: 0 auto;
	padding: 15px 30px 18px 15px;
	border: 2px solid #fff;
	border-radius: 5px;
	color: #fff;
	background-color: #f27b11;
	background-image: -webkit-linear-gradient(top, #f39c33 0%, #f08300 100%);
	background-image: linear-gradient(to bottom, #f39c33 0%, #f08300 100%);
	box-shadow: #da6c0b 0 -3px 0 inset;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
	-ms-flex-align: center;
	-ms-flex-pack: left;
	-ms-flex-wrap: wrap;
}

a.pl-button::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a.pl-button::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -4px;
	margin-right: 0;
	border: 4px solid transparent;
	border-left: 6px solid #f27b11;
	content: '';
}

a.pl-button:hover {
	padding: 13px 30px 20px 15px;
	border-top: 1px solid #fff;
	background-color: #f39c33;
	background-image: none;
	box-shadow: #da6c0b 0 -5px 0 inset;
}

a.pl-button:hover::before {
	margin-top: -10px;
}

a.pl-button:hover::after {
	margin-top: -6px;
}

a.pl-button:active {
	padding: 18px 30px 15px 15px;
	border-top: 2px solid #fff;
	background-color: #e4710c;
	background-image: none);
	box-shadow: #fff 0 3px 0 inset;
}

a.pl-button:active::before {
	margin-top: -6px;
}

a.pl-button:active::after {
	margin-top: -2px;
}

/* 列車利用ツアーを検索する */
.pl-mainvisual+ .pl-buttonWrapper,
.pl-buttonWrapper.\--sizeBig,
.pl-spot+ .pl-buttonWrapper {
	width: 500px;
	margin: 48px auto 0;
}

.pl-buttonWrapper+ .pl-button__lead {
	width: 500px;
	margin: 10px auto 0;
	color: #666;
	font-size: 14px;
	line-height: 21px;
}

/* 白ボタン */
.pl-buttonList.\--isColumnSix,
.pl-buttonList.\--isColumnSeven {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 940px;
    /* height: 88px; */
    margin: 48px auto 0;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
}

.pl-buttonList.\--isColumnSix > .pl-buttonWrapper {
	width: 15%;
}

.pl-buttonList.\--isColumnSeven > .pl-buttonWrapper {
	width: 13.6%;
}

a.pl-Wbutton {
	display: block;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	/* height: 64px; */
	margin: 0 auto;
	padding: 10px 15px 13px 5px;
	border: 2px solid #003894;
	border-radius: 3px;
	color: #003894;
	background: #fff;
	box-shadow: #d9d9d9 0 -3px 0 inset;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;
}

a.pl-Wbutton::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 5px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-Wbutton::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 6px;
	width: 0;
	height: 0;
	margin-top: -3px;
	border: 3px solid transparent;
	border-left: 5px solid #fff;
	content: '';
}

a.pl-Wbutton:hover {
	margin: 0 auto;
	padding: 9px 15px 14px 5px;
	border-top: 1px solid #003894;
	box-shadow: rgba(160, 172, 186, .2) 0 0 3px, rgba(0, 0, 0, .15) 0 -4px 0 inset;
}

a.pl-Wbutton:hover::before {
	margin-top: -9px;
}

a.pl-Wbutton:hover::after {
	margin-top: -5px;
}

a.pl-Wbutton:active {
	margin: 0 auto;
	padding: 13px 15px 10px 5px;
	padding-bottom: 0;
	border-top: 2px solid #003894;
	box-shadow: #d9d9d9 0 1px 0 inset;
}

a.pl-Wbutton:active::before {
	margin-top: -4px;
}

a.pl-Wbutton:active::after {
	margin-top: 0px;
}

/* =========================================================
   3つのメリット クイック検索
========================================================= */
.pl-content {
	margin-top: 54px;
	background: #f2f2f2;
}

.pl-content__inner {
	padding: 58px 20px;
	background: url(/tour/common/images/special/train/bg_line.jpg), url(/tour/common/images/special/train/bg_line.jpg);
	background-repeat: repeat-x,repeat-x;
	background-position: top center,bottom center;
	background-size: 30px 8px,30px 8px;
}

/* 3つのメリット */
.pl-headline.\+ico_tour_blue {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	        justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	box-sizing: border-box;
	width: 430px;
	height: 68px;
	margin: 0 auto 30px;
	padding-left: 160px;
	color: #003894;
	background-image: url(/tour/common/images/special/train/ico_tour_blue.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 140px 68px;
	font-size: 30px;
	line-height: 1;

	-ms-flex-align: center;
	-ms-flex-pack: left;
	    -ms-flex-wrap: wrap;
}

.pl-headline.\+ico_tour_blue .pl-fontsize--small {
	display: block;
	width: 100%;
	font-size: 18px;
}

.pl-merit__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	box-sizing: border-box;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-merit__list__item {
	position: relative;
	box-sizing: border-box;
	width: 300px;
	padding: 30px 20px 20px;
	border: solid 2px #003894;
	border-radius: 5px;
	background: #fff;
}

.pl-merit__list__item__headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	color: #003894;
	font-size: 20px;
	line-height: 25px;
	text-align: center;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-merit__list__item__headline+ .pl-merit__list__item__text {
	margin-top: 14px;
	padding-top: 14px;
	border-top: dashed 2px #ccc;
}

.pl-merit__list__item__text {
	color: #333;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
}

.pl-fontcolor--orange {
	color: #f08708;
}

.pl-merit__list__item__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	position: absolute;
	top: -16px;
	right: 0;
	left: 0;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	border-radius: 50%;
	color: #fff;
	background: #003894;
	font-size: 18px;
	font-weight: bold;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

/* クイック検索 */
.pl-merit+ .pl-quick {
	margin-top: 50px;
}

.pl-quick .pl-buttonList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-flex-wrap: wrap;
	width: 940px;
}

.pl-quick .pl-buttonList.\--isColumnThree {
    width: 810px;
    margin: 0 auto;
}

.pl-quick .pl-buttonList__item {
	width: 225px;
}

.pl-quick .pl-buttonList.\--isColumnThree > .pl-buttonList__item {
    width: 260px;
}

.pl-quick .pl-buttonWrapper+ .pl-button__lead {
	width: 100%;
	margin-top: 10px;
	color: #333;
	font-size: 16px;
	line-height: 1;
	text-align: center;
}

.pl-quick .pl-buttonWrapper {
    width: 100%;
    margin: 0 auto;
}

.pl-quick a.pl-button {
    border: 2px solid #f2f2f2;
}

.pl-quick a.pl-button:hover {
	border-top: 1px solid #f2f2f2;
}

.pl-quick a.pl-button:active {
	border-top: 2px solid #f2f2f2;
	box-shadow: #f2f2f2 0 3px 0 inset;
}

/* =========================================================
   観光スポット
========================================================= */
.pl-spot {
	margin-top: 50px;
}

.pl-headline.\+ico_spot {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: left;
	-webkit-justify-content: left;
	        justify-content: left;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	box-sizing: border-box;
	width: 350px;
	height: 30px;
	margin: 0 auto 30px;
	padding-left: 43px;
	color: #003894;
	background-image: url(/tour/common/images/special/train/ico_spot.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 23px 28px;
	font-size: 30px;
	line-height: 1;

	-ms-flex-align: center;
	-ms-flex-pack: left;
	    -ms-flex-wrap: wrap;
}

.pl-spot__list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	box-sizing: border-box;
	margin: 0 auto;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-spot__list__item {
	width: 300px;
}

.pl-spot__list__item:nth-child( n + 4) {
    margin-top: 60px;
}

.pl-spot__list__item__headline {
	margin-bottom: 14px;
	padding-bottom: 17px;
	border-bottom: solid 1px #ccc;
	color: #333;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
}

.pl-spot__list__item__imageBox {
	width: 300px;
	height: 200px;
	margin-bottom: 20px;
}

.pl-spot__list__item__text {
	color: #333;
	font-size: 16px;
	line-height: 25px;
}

.pl-spot__list__item__access {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	        justify-content: space-between;
	margin-top: 18px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-spot__list__item__access__icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	width: 82px;
	height: 28px;
	color: #fff;
	background: #ccc;
	font-size: 16px;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-spot__list__item__access__text {
	width: 210px;
	color: #666;
	font-size: 16px;
	line-height: 26px;
}

.pl-textLinkWrapper {
    margin-top: 18px;
    text-align: left;
}

a.pl-textLink {
    color: #003894;
    font-size: 16px;
    line-height: 1;
    text-decoration: underline;
}

a.pl-textLink:hover {
    text-decoration: none;
}

.pl-spot+ .pl-buttonWrapper+ .pl-button__lead {
	margin-bottom: 60px;
}

.pl-content + .otherPlans,
.pl-spot + .otherPlans {
    margin-top: 54px;
}

/* =========================================================
   end
========================================================= */