﻿@charset "utf-8";

#breadCrumb {
	width: 980px;
	margin: 0 auto;
}

.pl-pacagetour__mainvisual {
	position: relative;
	width: 980px;
	height: 300px;
	margin-bottom: 46px;
	background-image: url(/tour/common/images/about/packagetour/ico_tour.png), url(/tour/common/images/about/packagetour/bg_mainvisual_ornament.png), url(/tour/common/images/about/packagetour/bg_mainvisual_title.png), url(/tour/common/images/about/packagetour/bg_mainvisual_left.png), url(/tour/common/images/about/packagetour/bg_mainvisual_right.png);
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-position: bottom 65px center,top center,center center,top left,top right;
	background-size: 174px 57px,980px 300px,410px 232px,496px 300px,490px 300px;
}

.dynamicpackage .pl-pacagetour__mainvisual {
	background-image: url(/tour/common/images/about/packagetour/ico_tour.png), url(/tour/common/images/about/packagetour/bg_mainvisual_ornament.png), url(/tour/common/images/about/packagetour/bg_mainvisual_title.png), url(/tour/common/images/about/packagetour/dynamicpackage/bg_mainvisual_left.png), url(/tour/common/images/about/packagetour/dynamicpackage/bg_mainvisual_right.png);
}

.difference .pl-pacagetour__mainvisual {
	background-image: url(/tour/common/images/about/packagetour/ico_tour.png), url(/tour/common/images/about/packagetour/bg_mainvisual_ornament.png), url(/tour/common/images/about/packagetour/bg_mainvisual_title.png), url(/tour/common/images/about/packagetour/difference/bg_mainvisual_left.png), url(/tour/common/images/about/packagetour/difference/bg_mainvisual_right.png);
}

.pl-pacagetour__headline {
	position: absolute;
	top: 120px;
	right: 0;
	left: 0;
	width: 400px;
	height: 52px;
	margin: 0 auto;
	color: #012f72;
	font-size: 32px;
	font-weight: bold;
	line-height: 52px;
	text-align: center;
}

.pl-pacagetour__headline .faq {
		font-size: 22px;
}

.pl-pacagetour__subHeadline {
	display: block;
	position: absolute;
	top: -35px;
	right: 0;
	left: 0;
	height: 15px;
	margin: 0 auto;
	color: #333;
	background: url(/tour/common/images/about/packagetour/bg_mainvisual_border.png) no-repeat bottom center;
	background-size: 308px 7px;
	font-size: 13px;
	line-height: 1;
}

.\--twolines .pl-pacagetour__headline {
	position: absolute;
	top: 96px;
	right: 0;
	left: 0;
	width: 400px;
	height: 72px;
	margin: 0 auto;
	color: #012f72;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
}

.\--twolines .pl-pacagetour__subHeadline {
	display: block;
	position: absolute;
	top: -26px;
	right: 0;
	left: 0;
	height: 15px;
	margin: 0 auto;
	color: #333;
	background: url(/tour/common/images/about/packagetour/bg_mainvisual_border.png) no-repeat bottom center;
	background-size: 308px 7px;
	font-size: 13px;
	line-height: 1;
}

.dynamicpackage .pl-pacagetour__subHeadline {
	background: url(/tour/common/images/about/packagetour/bg_mainvisual_border.png) no-repeat bottom center;
	background-size: 350px 7px;
}

.pl-fontColor--orange {
	color: #fd5013;
}

.pl-navigation {
	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: center;
	        justify-content: center;
	width: 880px;
	margin: 0 auto 46px;

	-ms-flex-pack: justify;
	    -ms-flex-wrap: wrap;
}

.pl-navigation__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
	box-sizing: border-box;
	width: 280px;
	height: 58px;
}

.pl-navigation__item:not(:first-child) {
	margin-left: 20px;
}

a.pl-Wbutton {
	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;
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 58px;
	margin: 0 auto;
	padding: 0 35px 3px 15px;
	border: 2px solid #003894;
	border-radius: 3px;
	color: #003894;
	background: #fff;
	box-shadow: #d9d9d9 0 -3px 0 inset;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	vertical-align: middle;
	text-decoration: none;
	cursor: pointer;

	-ms-flex-align: center;
	-ms-flex-pack: left;
}

a.pl-Wbutton::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 16px;
	height: 16px;
	margin-top: -9px;
	border-radius: 50%;
	background: #003894;
	content: '';
}

a.pl-Wbutton::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 0;
	height: 0;
	margin-top: -5px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
	content: '';
}

a.pl-Wbutton:hover {
	padding: 0 35px 4px 15px;
	border-top: 1px solid #003894;
	box-shadow: #d9d9d9 0 -4px 0 inset;
}

a.pl-Wbutton:hover::before {
	margin-top: -10px;
}

a.pl-Wbutton:hover::after {
	margin-top: -6px;
}

a.pl-Wbutton:active {
	padding: 2px 35px 0 15px;
	box-shadow: #d9d9d9 0 2px 0 inset;
}

a.pl-Wbutton:active::before {
	margin-top: -7px;
}

a.pl-Wbutton:active::after {
	margin-top: -3px;
}

.packagetour__content {
	width: 700px;
	margin: 0 auto 46px;
	line-height: 2;
}

.packagetour__content figure {
	width: 100%;
	margin: 20px 0;
}

.packagetour__content figure img {
	width: 100%;
}

.packagetour__content__headline {
	color: #222;
	font-size: 26px;
	font-weight: bold;
	padding-left: 0;
}

.packagetour__content__headline::before {
	border: 8px solid #003894;
	color: #003894;
	content: '';
	display: inline-block;
	font-size: 12px;
	height: 0;
	margin-right: 6px;
	position: relative;
	top: -2px;
	width: 0;
}

.packagetour__content__headline__sub {
	margin-top: 0;
	font-size: 16px;
	font-weight: bold;
}

.packagetour__content__text {
	margin-bottom: 20px;
	font-size: 16px;
}

.packagetour__content__footer__link {
	display: -webkit-flex;
	display:    -moz-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display:         flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: center;
	        justify-content: center;
	margin-top: 8px;

	-ms-flex-pack: justify;
	   -moz-justify-content: center;
	width: 100%;
}

.packagetour__content__footer__link__list {
	width: calc((100% - 8px * 4) / 5);
	padding: 1px;
	border: 1px solid #ccc;
}

.packagetour__content__footer__link__list:not(:first-child) {
		margin-left: 8px;
}

.packagetour__content__footer__link__list a {
	display: block;
	padding: 60px 0 0 5px;
	color: #222;
	font-size: 12px;
	text-decoration: none;
}

.packagetour__content__footer__link__list a::before {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 5px 5px 5px 5px;
	border-style: solid;
	border-color: transparent transparent transparent #003894;
	content: '';
}

.packagetour__content__footer__link__list a:hover {
	opacity: .5;
}

.packagetour__content__footer__link__list.\--hokkaido a {
	background: url(/tour/common/images/top/thumb_hokkaido.jpg) no-repeat 0 0 #fff;
	background-size: 100%;
}

.packagetour__content__footer__link__list.\--kansai a {
	background: url(/tour/common/images/top/thumb_kansai.jpg) no-repeat 0 0 #fff;
	background-size: 100%;
}

.packagetour__content__footer__link__list.\--kyushu a {
	background: url(/tour/common/images/top/thumb_kyushu.jpg) no-repeat 0 0 #fff;
	background-size: 100%;
}

.packagetour__content__footer__link__list.\--okinawa a {
	background: url(/tour/common/images/top/thumb_okinawa.jpg) no-repeat 0 0 #fff;
	background-size: 100%;
}
.packagetour__content__footer__link__list.\--tokyo a {
	background: url(/tour/common/images/top/thumb_tokyo.jpg) no-repeat 0 0 #fff;
	background-size: 100%;
}


.packagetour__contentWrapper {
	position: relative;
	box-sizing: border-box;
	width: 920px;
	margin: 0 auto 46px;
	padding: 20px;
	border: solid 2px #eee;
	border-radius: 3px 0 3px 0;
}

.packagetour__contentWrapper:before,
.packagetour__contentWrapper:after {
	position: absolute;
	width: 10px;
	height: 10px;
	border: solid 2px #eee;
	border-radius: 50%;
	content: '';
}

.packagetour__contentWrapper:after {
	top: -12px;
	left: -12px;
}

.packagetour__contentWrapper:before {
	right: -12px;
	bottom: -12px;
}

.packagetour__content__table {
	width: 100%;
	margin: 20px 0 0;
	border-collapse: collapse;
}

.packagetour__content__table td,
.packagetour__content__table th {
	border: 1px solid #999;
	border-collapse: collapse;
	line-height: 1.7;
}

.packagetour__content__table th {
	background-color: #efefef;
	vertical-align: middle;
}

.packagetour__content__table td:nth-child(1),
.packagetour__content__table th:nth-child(1),
.packagetour__content__table td:nth-child(3),
.packagetour__content__table th:nth-child(3) {
	width: 280px;
	padding: 10px;
}

.packagetour__content__table td:nth-child(2),
.packagetour__content__table th:nth-child(2) {
	width: 100px;
	padding: 10px 0;
	font-size: 14px;
}

.packagetour__nav {
		margin: 30px auto 50px;
		width: 880px;
}
.packagetour__nav__tit {
		font-size: 16px;
		font-weight: bold;
		position: relative;
		text-align: center;
}
.packagetour__nav__tit span {
	display: inline-block;
	z-index: 2;
	position: relative;
	padding: 10px 20px;
	background-color: #fff;
	color: #00358c;
}
.packagetour__nav__tit::before {
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 80%;
	max-width: 210px;
	height: 1px;
	margin: auto;
	background-color: #00358c;
	content: "";
}
.packagetour__nav--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.packagetour__nav--item {
	box-sizing: border-box;
	display: flex;
	height: 58px;
	width: 280px;
}
.packagetour__nav--item:not(:first-child) {
	margin-left: 20px;
}
.packagetour__nav--link {
	align-items: center;
	background: #fff;
	border-radius: 3px;
	border: 2px solid #003894;
	box-shadow: #d9d9d9 0 -3px 0 inset;
	box-sizing: border-box;
	color: #003894 !important;
	cursor: pointer;
	display: flex;
	font-size: 15px;
	font-weight: bold;
	height: 58px;
	justify-content: left;
	line-height: 1.2;
	margin: 0 auto;
	padding: 0 35px 3px 15px;
	position: relative;
	text-align: left;
	text-decoration: none !important;
	vertical-align: middle;
	width: 100%;
}

.packagetour__nav--link::before {
  background: #003894;
  border-radius: 50%;
  content: '';
  display: block;
  height: 16px;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 16px;
}

.packagetour__nav--link::after{
	border: 4px solid transparent;
	border-top: 6px solid #fff;
	content: '';
	display: block;
	height: 0;
	margin-top: -5px;
	position: absolute;
	right: 14px;
	top: 53%;
	width: 0;
}

.packagetour__nav--link:hover {
	padding: 0 35px 4px 15px;
	border-top: 1px solid #003894;
	box-shadow: #d9d9d9 0 -4px 0 inset;
	
}

.packagetour__nav--link:hover::before {
	margin-top: -10px;
}

.packagetour__nav--link:hover::after {
	margin-top: -6px;
}

.packagetour__nav--link:active {
	padding: 2px 35px 0 15px;
	box-shadow: #d9d9d9 0 2px 0 inset;
}

.packagetour__nav--link:active::before {
	margin-top: -7px;
}

.packagetour__nav--link:active::after {
	margin-top: -3px;
}

.faq_tit {
	display: flex;
	align-items: center;
	margin-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

.faq_tit:not(:first-of-type) {
	margin-top: 30px;
}

.faq_tit::before {
		background-color: #003894;
		content: "";
		display: inline-block;
		height: 1.5em;
		width: 5px;
		margin-right: 10px;
}
.faq_list {
		margin-top: 10px;
}
.faq_list .q {
		border-bottom: 1px solid #5CC4E9;
		font-size: 15px;
		font-weight: bold;
		position: relative;
		padding-bottom: 10px;
}
.faq_list .q::before {
		color: #5CC4E9;
		content: "Q";
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		margin-right: 10px;
}
.faq_list .a {
	position: relative;
	font-size: 14px;
	margin-top: 10px;
}
.faq_list .a::before {
		color: #fd5013;
		content: "A";
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		margin-right: 10px;
}
.faq_nav {
		margin-top: 5px;
}
.faq_nav__item {
		font-size: 14px;
}
.faq_nav__item:not(:first-child) {
		margin-top: 0;
}
.faq_nav__link {
		text-decoration: underline;
		position: relative;
}
.faq_nav__link::before {
		content: "・";
		display: inline-block;
}