@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;
}

.pl-section+ .pl-section {
	margin-top: 60px;
}

/* #tour_wrapper img {
	width: 100%;
	height: auto;
} */

/* =========================================================
   button
========================================================= */
.pl-buttonWrapper__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;
	width: 640px;
	margin-top: 10px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-buttonWrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 310px;
	margin: 0;
}

a.pl-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	-webkit-flex-wrap: wrap;
	        flex-wrap: wrap;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	margin: 2px auto 3px;
	padding: 12px 45px 12px 20px;
	border-radius: 3px;
	color: #fff;
	background: #f27b11;
	background: -webkit-linear-gradient(top, #f39c33 0%, #f08300 100%);
	background:         linear-gradient(to bottom, #f39c33 0%, #f08300 100%);
	box-shadow: 0 3px 0 #da6c0b;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;

	    -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;
	border: 4px solid transparent;
	border-left: 6px solid #f27b11;
	content: '';
}

a.pl-button:hover {
	margin: 0 auto 5px;
	background: #f39c33;
	box-shadow: 0 5px 0 #da6c0b;
}

a.pl-button:active {
	margin: 5px auto 0;
	background: #e4710c;
	box-shadow: 0 1px 0 #da6c0b;
}

/* エリア遷移用ボタンレイアウト
--------------------------------------------------------- */
a.pl-Wbutton {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 48px;
	margin: 3px auto 0;
	padding: 12px 45px 15px 20px;
	border: 2px solid #003894;
	border-radius: 3px;
	color: #003894;
	background: #fff;
	box-shadow: #d9d9d9 0 -3px 0 inset;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

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: 11px 45px 16px 20px;
	border-top: 1px solid #003894;
	box-shadow: #d9d9d9 0 -4px 0 inset;
}

a.pl-Wbutton:hover::before {
	margin-top: -11px;
}

a.pl-Wbutton:hover::after {
	margin-top: -7px;
}

a.pl-Wbutton:active {
	padding: 13px 45px 14px 20px;
	border-top: 2px solid #003894;
	box-shadow: #d9d9d9 0 1px 0 inset;
}

a.pl-Wbutton:active::before {
	margin-top: -9px;
}

a.pl-Wbutton:active::after {
	margin-top: -5px;
}

.pl-mainvisual {
	position: relative;
	width: 980px;
	height: 360px;
	background: url(/tour/common/images/special/047_okinawa/honeymoon/bg_mainvisual.jpg) top left no-repeat;
	background-size: cover;
}

.hokkaido .pl-mainvisual {
	position: relative;
	width: 980px;
	height: 360px;
	background: url(/tour/common/images/special/001_hokkaido/honeymoon/bg_mainvisual.jpg) top left no-repeat;
	background-size: cover;
}


.pl-mainvisual__subHeadline {
	display: block;
	margin-top: 7px;
	padding-top: 7px;
	border-top: solid 1px #fff;
	color: #fff;
	font-size: 16px;
	line-height: 1;
}

.pl-mainvisual__headline {
	position: absolute;
	top: 155px;
	right: 0;
	width: 440px;
	color: #fff;
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 32px;
	font-weight: normal;
	line-height: 1;
}

.pl-mainvisual__lead {
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 440px;
	color: #fff;
	font-size: 13px;
	line-height: 1.7;
}

.pl-lead {
	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: 980px;
	height: 120px;
	margin-bottom: 30px;
	background: url(/tour/common/images/special/047_okinawa/honeymoon/img_mainback_blue.jpg) top left no-repeat;
	background-color: transparent;
	font-size: 15px;
	line-height: 1.7;

	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.pl-headline {
	box-sizing: border-box;
	height: 50px;
	margin-bottom: 20px;
	color: #f933a2;
	background: url(/tour/common/images/special/047_okinawa/honeymoon/bg2.jpg) left top no-repeat;
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
}

.pl-detailWrapper {
	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;
	position: relative;
	width: 980px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-rollover {
	position: relative;
	width: 320px;
}

.pl-rollover__viewWrapper {
	width: 320px;
	height: 240px;
}

.pl-rollover__viewWrapper img {
	width: 320px;
	height: 240px;
	object-fit: cover;
}

.pl-rollover__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;
	/* position: absolute;
	bottom: 0;
	left: 340px; */
	width: 310px;
	margin-top: 10px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-rollover__list__item {
	width: 95px;
	height: 63px;
}

.pl-rollover__list__item img {
	width: 95px;
	height: 63px;
	object-fit: cover;
}

.pl-detail {
	width: 640px;
}

.pl-detail__text {
	font-size: 13px;
	line-height: 1.7;
}

.pl-BeachPhotoPlanWrapper {
	box-sizing: border-box;
	width: 640px;
	margin-top: 20px;
	margin-left: 340px;
	padding: 10px;
	border: dotted 1px #ccc;
}

.pl-BeachPhotoPlan__headline {
	margin-bottom: 10px;
	padding-left: .5em;
	border-left: solid 4px #003894;
	color: #003894;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.pl-BeachPhotoPlan {
	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: 100%;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-BeachPhotoPlan__image {
	width: 150px;
	height: 100px;
	background: aqua;
}

.pl-BeachPhotoPlan__textWrapper {
	position: relative;
	width: 458px;
}

.pl-BeachPhotoPlan__text {
	font-size: 13px;
	line-height: 1.7;
}

.pl-textLinkWrapper {
	position: absolute;
	bottom: 0;
	width: 100%;
}

a.pl-textLink {
	display: block;
	color: #003894;
	font-size: 14px;
	text-align: right;
	text-decoration: underline;
}

a.pl-textLink:hover {
	text-decoration: none;
}

/*2021追加分*/
.pl-section-title {
	font-size: 40px;
	font-weight: bold;
	color: #003894;
	padding: 10px;
	border-bottom: 2px solid #003894;
	text-align: center;
	margin: 100px 0 50px;
	line-height: 1.3;
}

.pl-special-banner {
	width: 800px;
    margin: 0 auto;
	text-align: center;
}
/*slider*/
.pl-slider {
	width: 800px;
	margin: 0 auto;
}
.pl-slider-text {
	font-size: 15px;
	line-height: 1.7;
	padding-bottom: 20px;
}
.pl-slider-button {
	margin: 0 auto 40px;
	width: 500px;
}
.pl-slider-notice {
	font-size: 12px;
	line-height: 1.7;
	padding-top: 10px;
}

.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}

@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;

	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

.slick-prev,
.slick-next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	width: 50px;
	height: 100px;
	margin-top: -10px\9;
	padding: 0;
	border: none;
	outline: none;
	color: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;

	-webkit-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
	color: transparent;
	background: transparent;
}

.slick-prev:hover,
.slick-prev:focus {
	background: url(/s/tour/common/img/special/047_okinawa/honeymoon/arrow_prev.png) no-repeat 25% 50%;
	background-size: 15px 22.5px;
}

.slick-next:hover,
.slick-next:focus {
	background: url(/s/tour/common/img/special/047_okinawa/honeymoon/arrow_next.png) no-repeat 75% 50%;
	background-size: 15px 22.5px;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev:before,
.slick-next:before {
	opacity: .75;
	color: white;
	font-family: 'slick';
	font-size: 9px;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: 0;
	background: url(/s/tour/common/img/special/047_okinawa/honeymoon/arrow_prev.png) no-repeat 25% 50%;
	background-size: 15px 22.5px;
}

[dir='rtl'] .slick-prev {
	right: 0;
	left: auto;
}

.slick-prev:before {
	content: ' ';
}

[dir='rtl'] .slick-prev:before {
	content: ' ';
}

.slick-next {
	right: 0;
	background: url(/s/tour/common/img/special/047_okinawa/honeymoon/arrow_next.png) no-repeat 75% 50%;
	background-size: 15px 22.5px;
}

[dir='rtl'] .slick-next {
	right: auto;
	left: 0;
}

.slick-next:before {
	content: ' ';
}

[dir='rtl'] .slick-next:before {
	content: ' ';
}

.slick-slider {
	margin-bottom: 50px;
}

.slick-dots {
	display: block;
	position: absolute;
	bottom: -27px;
	width: 100%;
	padding: 0;
	text-align: center;
	list-style: none;
}

.slick-dots li {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	border: 0;
	outline: none;
	color: transparent;
	background: transparent;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	opacity: 1;
	color: #c1c1c1;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	content: '●';

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #003894;
}

.plan {
	margin: 50px 0 50px;
	line-height: 1.7;
}

.plan p {
	font-size: 15px;
	line-height: 1.7;
	/* padding-bottom: 10px; */
}

.plan-box {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.plan-image {
	display: block;
	width: 20%;
}

.plan-image img {
	width: 100%;
}

.plan-title-box {
	width: calc(80% - 20px);
}

.plan p.plan-subtitle-upper {
	border-bottom: 2px dotted #333;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 13px;
}

.plan-subtitle {
	font-size: 12px;
}

.plan-title {
	font-size: 37px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #b3885c;
    font-weight: 500;
    line-height: 1.2;
	margin: 10px 0 5px;
}

.plan-price {
	text-align: center;
}

.plan-text {
	text-align:center;
}

.plan-price span {
	font-weight: bold;
	font-size: 24px;
}

.plan-date {
	text-align:center;
	margin-bottom: 20px;
}

.plan-photo {
	width: 600px;
	margin: 20px auto 0;
}