﻿@charset 'UTF-8';
/* =========================================================
   共通パーツ
========================================================= */
body {
	color: #333;
	font-family: 'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

#tour_wrapper {
	position: relative;
	width: 980px;
	margin: 0 auto;
	margin-top: 15px;
}

#tour_wrapper img {
	width: 100%;
	height: auto;
}

#tour_wrapper img.ui-datepicker-trigger {
	width: 24px;
	height: 17px;
	vertical-align: text-top;
}

.pageHeading {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	color: #333;
	font-size: 14px;
	font-weight: 400;
}

/* =========================================================
   mainvisual
========================================================= */
.pl-mainvisual {
	position: relative;
	box-sizing: border-box;
	width: 980px;
	height: 250px;
	margin-bottom: 30px;
	border-left: double 1px #dbc892;
	color: #00326c;
	background: url(/tour/common/images/special/couple/bg_mainvisual_ornament.png), url(/tour/common/images/special/couple/bg_mainvisual.jpg);
	background-repeat: no-repeat, no-repeat;
	background-position: top left -440px,top right;
	background-size: 980px 250px , contain;
}

.pl-mainvisual__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	box-sizing: border-box;
	width: 480px;
	height: 130px;
	margin-bottom: 15px;
	padding-top: 20px;
	text-align: left;

	-webkit-align-content: space-between;
	        align-content: space-between;
	-ms-flex-line-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-mainvisual__headline {
	width: -webkit-calc( 100% - 40px);
	width:         calc( 100% - 40px);
	margin: 0 auto;
	font-size: 28px;
	line-height: 1;

	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
	        order: 2;
}

.pl-mainvisual__headline span {
	display: block;
	font-size: 54px;
	line-height: 1;
}

.pl-mainvisual__salescopy {
	width: -webkit-calc( 100% - 40px);
	width:         calc( 100% - 40px);
	margin: 0 auto;
	font-size: 16px;
	font-weight: bold;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

.pl-mainvisual__icon {
	position: absolute;
	top: 10px;
	right: 10px;
	box-sizing: border-box;
	width: 160px;
	height: 70px;
	margin: 0 auto;
	padding: 5px;
	border-radius: 5px;
	background: rgba(255, 255, 255, .5);
}

.pl-mainvisual__lead {
	box-sizing: border-box;
	width: 440px;
	margin: 0 20px 15px;
	font-size: 13px;
	line-height: 1.7;

	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	        order: 3;
}

/* =========================================================
   section
========================================================= */
.pl-section {
	word-wrap: break-word;
	word-break: break-all;
}

.pl-section+ .pl-section {
	margin-top: 60px;
}

#style.pl-section {
	margin-bottom: 60px;
	padding-bottom: 30px;
	background: #eee;
}

.pl-headline {
	box-sizing: border-box;
	height: 28px;
	margin-bottom: 20px;
	border-bottom: none;
	color: #00326c;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

#style .pl-headline {
	height: 50px;
	margin-bottom: 30px;
	border-bottom: none;
	color: #fff;
	background: #00326c;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	text-align: center;
}

.pl-column {
	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;
}

#style .pl-column {
	width: -webkit-calc(100% - 60px);
	width:         calc(100% - 60px);
}

.pl-column__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	        align-items: flex-start;
	box-sizing: border-box;
	width: 100%;
	background: #fff;

	-webkit-align-content: flex-start;
	        align-content: flex-start;
	-ms-flex-align: start;
	-ms-flex-line-pack: start;
	    -ms-flex-wrap: wrap;
}

.\--isONESIXTH .pl-column__item {
	width: 16%;
}

.\--isONEFIFTH .pl-column__item {
	width: 19%;
}

.\--isONEFOURTH .pl-column__item {
	width: 24%;
}

.\--isONETHIRD .pl-column__item {
	width: 32%;
	width: 31.634%;
}

.\--isONEHALF .pl-column__item {
	width: 48%;
}

#reasonable .pl-column__item,
#style .pl-column__item {
	border: double 4px #00326c;
}

#reasonable .pl-column__item:nth-child(n + 4) {
	margin-top: 28px;
}

#recommended .pl-column__item {
	border: solid 1px #ccc;
}

.pl-column__item> *:last-child {
	padding-bottom: 15px;
}

.pl-column__item__headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 15px auto 0;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;

	-ms-flex-pack: center;
}

#charm .pl-column__item__headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	box-sizing: border-box;
	width: 156px;
	height: 156px;
	margin: 0;
	padding: 0 20px;
	border: double 4px #00326c;
	border-radius: 50%;
	color: #003894;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	text-align: left;

	-ms-flex-align: center;
	    -ms-flex-wrap: wrap;
}

#reasonable .pl-column__item__headline,
#style .pl-column__item__headline {
	padding-bottom: 5px;
	border-bottom: solid 1px;
	color: #00326c;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

#recommended .pl-column__item__headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	box-sizing: border-box;
	height: 42px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;

	-webkit-box-ordinal-group: 3;
	-ms-flex-align: center;
	-ms-flex-order: 2;
	-webkit-order: 2;
	        order: 2;
}

.pl-column__item__text {
	box-sizing: border-box;
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 15px auto 0;
	font-size: 13px;
	line-height: 1.7;
}

#reasonable .pl-column__item__text {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	        order: 3;
}

#recommended .pl-column__item__text {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	        order: 3;
}

#style .pl-column__item__text {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
	        order: 2;
}

#reasonable .pl-column__item__picture {
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	height: 113px;
	margin: 15px auto 0;

	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2;
	        order: 2;
}

#recommended .pl-column__item__picture {
	position: relative;
	width: 100%;
	height: 191px;

	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	-webkit-order: 1;
	        order: 1;
}

.pl-column__item__picture__label {
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	/* width: 160px; */
	padding: 5px 8px;
	color: #fff;
	background: rgba(51, 51, 51, .8);
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}

a.pl-picturelink {
	display: block;
	height: 100%;
}

#reasonable a.pl-picturelink {
	position: relative;
}

#reasonable a.pl-picturelink:hover {
	box-shadow: 0 0 0 2px #00326c;
}

.pl-column__item__parameters {
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 15px auto 0;
	font-size: 11px;
	text-align: right;

	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	-webkit-order: 4;
	        order: 4;
}

/* =========================================================
   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: 54px;
	margin: 15px auto 0;
}

#recommended .pl-buttonWrapper,
#style .pl-buttonWrapper {
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	-webkit-order: 3;
	        order: 3;
}

a.pl-button {
	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: relative;
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	margin: 0 auto;
	padding: 10px 25px 13px 10px;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	background: #f27b11;
	background: -webkit-linear-gradient(top, #f39c33 0%, #f08300 100%);
	background:         linear-gradient(to bottom, #f39c33 0%, #f08300 100%);
	box-shadow: #da6c0b 0 -3px 0 inset;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

a.pl-button:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border-radius: 50%;
	background: #fff;
	content: '';
}

a.pl-button:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 4px solid transparent;
	border-left: 6px solid #f27b11;
	content: '';
}

a.pl-button:hover {
	padding: 8px 25px 15px 10px;
	border-top: 0 solid #fff;
	box-shadow: #da6c0b 0 -5px 0 inset;
}

a.pl-button:hover::before {
	margin-top: -12px;
}

a.pl-button:hover::after {
	margin-top: -8px;
}

a.pl-button:active {
	padding: 12px 25px 11px 10px;
	border: 2px solid #fff;
	background: #f27b11;
	box-shadow: #da6c0b 0 2px 0 inset;
}

a.pl-button:active::before {
	margin-top: -8px;
}

a.pl-button:active::after {
	margin-top: -4px;
}

/* 白ボタン */
a.pl-Wbutton {
	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;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	margin: 0 auto;
	padding: 10px 25px 13px 10px;
	border: 2px solid #003894;
	border-radius: 4px;
	color: #003894;
	background: #fff;
	box-shadow: #d9d9d9 0 -3px 0 inset;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;

	-ms-flex-align: center;
	-ms-flex-pack: center;
	    -ms-flex-wrap: wrap;
}

a.pl-Wbutton:before {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 16px;
	height: 16px;
	margin-top: -10px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-Wbutton:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 8px;
	width: 0;
	height: 0;
	margin-top: -6px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
	content: '';
}

a.pl-Wbutton:hover {
	padding: 8px 25px 15px 10px;
	border-top: 1px solid #003894;
	box-shadow: #d9d9d9 0 -5px 0 inset;
}

a.pl-Wbutton:hover::before {
	margin-top: -12px;
}

a.pl-Wbutton:hover::after {
	margin-top: -8px;
}

a.pl-Wbutton:active {
	padding: 12px 25px 11px 10px;
	border: 2px solid #003894;
	background: #fff;
	box-shadow: #d9d9d9 0 2px 0 inset;
}

a.pl-Wbutton:active::before {
	margin-top: -8px;
}

a.pl-Wbutton:active::after {
	margin-top: -4px;
}

/* kansai kyushu */
.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;
	box-sizing: border-box;
	margin: 0 auto 60px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-buttonList .pl-buttonWrapper {
	height: 62px;
	margin: 0;
}

.\--isONESEVENTH .pl-buttonWrapper {
	width: 13.6%;
}

.\--isONESIXTH .pl-buttonWrapper {
	width: 15%;
}

.pl-buttonList a.pl-Wbutton {
	-webkit-box-pack: start;
	-webkit-justify-content: start;
	        justify-content: start;
	height: 62px;
	font-size: 13px;
	font-weight: bold;
	text-align: left;

	-ms-flex-pack: start;
}

.pl-button__text--big {
	width: 100%;
	font-size: 18px;
}

/* =========================================================
   textlink
========================================================= */
.pl-textlinkWrapper {
	width: -webkit-calc( 100% - 30px);
	width:         calc( 100% - 30px);
	margin: 15px auto 0;
}

#recommended .pl-textlinkWrapper {
	-webkit-box-ordinal-group: 5;
	-ms-flex-order: 4;
	-webkit-order: 4;
	        order: 4;
}

#style .pl-textlinkWrapper {
	text-align: center;

	-webkit-box-ordinal-group: 6;
	-ms-flex-order: 5;
	-webkit-order: 5;
	        order: 5;
}

a.pl-textlink {
	display: block;
	width: 100%;
	font-size: 13px;
	text-align: right;
	text-decoration: underline;
}

a.pl-textlink.\+ico--question {
	display: inline-block;
	position: relative;
	box-sizing: border-box;
	width: auto;
	margin: 0 auto;
	padding-left: 21px;
	color: #00326c;
	font-size: 15px;
	line-height: 1.2;
	text-align: center;
}

a.pl-textlink.\+ico--question::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	width: 18px;
	height: 18px;
	padding: 1px 0;
	border-radius: 60px;
	color: #fff;
	background: #00326c;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	content: '?';
}

a.pl-textlink:hover {
	text-decoration: none;
}

/* =========================================================
   end
========================================================= */