@charset "utf-8";
article {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #121212;
	font-size: 16px;
	line-height: 1.618;
	padding: 0;
}
.tx_pink {
	color: #f3185f;
}
.tx_brown {
	color: #B51111;
}
.btn:hover, .btn:focus {
	color: #ffffff;
	outline: none;
}
ul, ol, li {
	list-style-type: none;
}
#main_visual {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#main_visual h1 {
	max-width: 1920px;
	margin: 0 auto;
}
#main_visual h1 img {
	width: 100%;
	height: auto;
}
#global_navi {
	background: #fff;
}
#global_navi .d-flex {
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
#global_navi ul li {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 33%;
}
#global_navi ul li:nth-of-type(2), #global_navi ul li:nth-of-type(5) {
	width: 34%;
}
#global_navi ul li:nth-of-type(5) #global_navi ul li:nth-of-type(6) {
	border-bottom: none;
}
#global_navi ul li:nth-of-type(3), #global_navi ul li:nth-of-type(6) {
	border-right: none;
}
#global_navi li a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	background-color: #F53E7E;
	color: #fff;
	border: 2px solid #F53E7E;
	padding: 12px 0;
	font-weight: bold;
	transition: 0.24s ease;
}
#global_navi li a:hover {
	text-decoration: none;
	background-color: #fff;
	color: #F53E7E;
}
#global_navi li a span {
	width: 100%;
	text-align: center;
}
#global_navi li a i {
	position: relative;
	top: 0;
	transition: 0.24s ease;
}
#global_navi li a:hover i {
	top: 4px;
}
/*-------メインコンテンツ-------*/
.contents {
	padding-top: 80px;
	overflow: hidden;
}
.w_hands {
	margin-bottom: 40px;
	font-size: 20px;
}
.w_hands .h2_eng {
	position: absolute;
	top: -1em;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: 0.24s ease 0.48s;
}
.w_hands.is_inview .h2_eng {
	top: -2em;
	opacity: 1;
}
.w_hands span {
	position: relative;
}
.w_hands span:before, .w_hands span:after {
	content: '';
	display: block;
	position: absolute;
	width: 4px;
	height: 0em;
	background: #c5c5c5;
	border-radius: 4px;
	top: 50%;
	transform: translate(0%, -50%) rotate(0deg);
	transition: 0.32s ease 0.24s;
}
.w_hands.is_inview span:before, .w_hands.is_inview span:after {
	width: 4px;
	height: 2em;
	background: #121212;
}
.w_hands span:before {
	left: -1.4em;
}
.w_hands.is_inview span:before {
	left: -1.6em;
	transform: translate(0%, -50%) rotate(-24deg);
}
.w_hands span:after {
	right: -1.4em;
}
.w_hands.is_inview span:after {
	right: -1.6em;
	transform: translate(0%, -50%) rotate(24deg);
}
.w_hands + img {
	display: block;
	margin: 0 auto 48px;
	width: 80px;
	height: auto;
}
.heading {
	margin-bottom: 40px;
}
.heading br {
	display: none;
}
/*---------What's-------*/
#whats {
	background: #F9F7F7;
	padding-bottom: 40px;
}
.circle {
	padding: 0;
}
.circle li {
	background: #fff;
	margin: 0 auto 80px;
	width: 264px;
	height: 264px;
	padding: 24px 16px;
	border-radius: 132px;
	border: 2px solid #121212;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	z-index: 1;
}
.circle li#route {
	margin-bottom: 0;
}
.circle h3, .circle p {
	width: 100%;
	text-align: center;
}
.circle h3 {
	font-size: 21px;
	position: relative;
	margin-bottom: 32px;
}
.circle h3:after {
	content: '';
	display: block;
	position: absolute;
	width: calc(100% - 32px);
	height: 8px;
	border-radius: 4px;
	background: #E5C324;
	left: 16px;
	bottom: -16px;
}
.circle p {
	font-size: 18px;
}
.circle p .tx_brown {
	display: block;
	font-size: 24px;
}
.circle p .tx_brown span {
	font-size: 36px;
}
.square li {
	background: #fff;
	margin: 0 auto 20px;
	width: 90%;
	padding: 20px;
	border: 3px solid #121212;
}
#service img {
	position: absolute;
	top: -24px;
	left: -55px;
	transform: rotate(-10deg);
	opacity: 0;
	transition: 0.4s ease 0.24s;
}
#service.is_inview img {
	position: absolute;
	top: -42px;
	left: -36px;
	transform: rotate(0deg);
	opacity: 1;
}
#route img {
	position: absolute;
	top: -32px;
	left: -36px;
	transform: rotate(-10deg);
	opacity: 0;
	transition: 0.4s ease 0.24s;
}
#route.is_inview img {
	position: absolute;
	top: -42px;
	left: -22px;
	transform: rotate(0deg);
	opacity: 1;
}
.ex-tour h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 10px;
	border: 3px solid #000;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.usual img {
	margin-top: 20px;
}
.baggageplan img {
	margin-top: 20px;
}
.baggageplan {
	position: relative;
	z-index: 2;
	padding-top: 50px;
}
.baggageplan:before {
	content: '';
	position: absolute;
	background: url(/static/img/campaign/baggageplan/ic-allow.png) 50% 50% no-repeat;
	background-size: contain;
	top: 15px;
	left: 50%;
	width: 50px;
	height: 68px;
	transform: translate(-50%, -50%);
}
.txt-link {
	text-align: center;
	margin: 40px auto;
	width: 250px;
	padding-right: 20px;
}
.txt-link a {
	font-weight: 600;
}
.txt-link a:after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	padding-left: 5px;
}
.target-route {
	text-align: center;
	margin-top: 60px;
}
.target-route h3 {
	font-weight: 700;
	font-size: 20px;
	border-bottom: 8px solid #E5C324;
	padding-bottom: 5px;
	width: 140px;
	margin: 0 auto 30px;
}
.target-route p {}
.txt-night {
	color: #B51111;
	font-size: 24px;
	font-weight: 700;
	margin-left: 10px;
}
.txt-targetroute {
	font-size: 18px;
	font-weight: bold;
}
.btn-schedule {
	display: inline-block;
	color: #FFF !important;
	font-weight: bold;
	background: #000;
	border-radius: 20px;
	padding: 5px 15px;
	font-size: 14px;
	margin-left: 10px;
	vertical-align: middle;
	cursor: pointer;
}
.btn-schedule:after {
	content: "\f24d";
	font-family: "Font Awesome 5 Free";
	font-size: 80%;
	margin-left: 3px;
	position: relative;
	top: -2px;
}
/*---------flow-------*/
#flow {
	background: #EFEFEF;
	padding-bottom: 64px;
}
.heading_w_dot {
	padding-left: 1em;
	margin: 0 auto 16px;
	display: table;
}
.heading_w_dot li {
	position: relative;
	margin-bottom: 0.4em;
}
.heading_w_dot li:before {
	content: '・';
	top: 0;
	left: -1em;
	position: absolute;
}
.heading_w_number {
	padding-left: 1em;
	margin: 0 auto 16px;
	display: table;
}
.heading_w_number li {
	list-style: none;
	margin-bottom: 0.5em;
}
.box-attention {
	border: 4px solid #000;
	padding: 16px;
	background: #FFF;
	text-align: center;
	margin-bottom: 40px;
}
.box-attention dt {
	border-bottom: 3px dotted #000;
	padding-top: 50px;
	margin: 0 auto 20px;
	width: 200px;
	font-size: 18px;
	font-weight: 700;
	background: url(/static/img/campaign/baggageplan/ic-attention.png) top center no-repeat;
}
.box-attention dd {
	font-weight: 600;
	font-size: 1em;
	text-align: left;
}
/* 通常のボタン色 */
.btn-black {
	color: #fff !important;
	background: #000;
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	position: relative;
	display: block;
	width: 250px;
	margin: 20px auto 0;
	cursor: pointer;
	text-align: center;
}
.btn-black:after {
	position: absolute;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	right: 10px;
}
.btn-black:hover {
	background: #000;
	opacity: 0.8;
}
/*---------attention-------*/
#attention {
	background: #F9F7F7;
	padding-bottom: 64px;
}
a.blank_link {
	background: #121212;
	color: #fff;
	padding: 12px;
	margin-bottom: 24px;
}
p.blank_link {
	font-weight: bold;
	margin-bottom: 32px;
}
p.blank_link a {
	margin-left: 1em;
	text-decoration: underline;
}
.term_box {
	background: #fff;
	padding: 48px 16px;
}
.term_box h3 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	display: table;
	margin: 48px auto 32px;
}
.term_box h3:after {
	content: '';
	display: block;
	position: absolute;
	left: -18%;
	bottom: -8px;
	width: 136%;
	height: 5px;
	background: #354384;
	border-radius: 3px;
}
.term_box h3:first-child {
	margin-top: 0;
}
.term_box p {
	font-size: 14px;
	position: relative;
	padding-left: 1em;
	margin-bottom: 0.4em;
}
.term_box p:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}
.term_box a {
	text-decoration: underline;
}
/*---------hotel-------*/
#hotel {
	background: #EFEFEF;
}
.hotel_box {
	margin-bottom: 24px;
}
.w_sighter {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: table;
	margin: 0 auto 32px;
	position: relative;
}
.w_sighter:before, .w_sighter:after {
	content: '';
	display: block;
	position: absolute;
	width: 28px;
	height: 5px;
	border-radius: 5px;
	top: 50%;
	transform: translateY(-50%);
}
.w_sighter:before {
	left: -72px;
}
.w_sighter:after {
	right: -72px;
}
.w_sighter span {
	position: relative;
}
.w_sighter span:before, .w_sighter span:after {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 28px;
	left: -40px;
}
.w_sighter span:before {
	border-radius: 5px;
	bottom: calc(50% - 1px);
	transform: rotate(45deg);
	transform-origin: bottom;
}
.w_sighter span:after {
	border-radius: 5px;
	top: calc(50% - 2px);
	transform: rotate(-45deg);
	transform-origin: top;
}
.w_sighter i {
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
}
.w_sighter i:before, .w_sighter i:after {
	content: '';
	display: block;
	position: absolute;
	width: 5px;
	height: 28px;
	right: -40px;
}
.w_sighter i:before {
	border-radius: 5px;
	bottom: calc(50% - 1px);
	transform: rotate(-45deg);
	transform-origin: bottom;
}
.w_sighter i:after {
	border-radius: 5px;
	top: calc(50% - 2px);
	transform: rotate(45deg);
	transform-origin: top;
}

@media (max-width: 480px) {
	.w_sighter:before,
	.w_sighter:after {
		width: 20px;
	}
	.w_sighter:before{
		left: -54px;
	}
	.w_sighter:after {
		right: -48px;
	}
	.w_sighter span:before, 
	.w_sighter span:after {
		left: -32px;
	}
	.w_sighter i:before,
	.w_sighter i:after {
		right: -25px;
	}
}
.shinjuku:before, .shinjuku:after, .shinjuku span:before, .shinjuku span:after, .shinjuku i:before, .shinjuku i:after, .route:before, .route:after, .route span:before, .route span:after, .route i:before, .route i:after {
	background: #F53E7E;
}
.disney:before, .disney:after, .disney span:before, .disney span:after, .disney i:before, .disney i:after {
	background: #354384;
}
.area-pink:before, .area-pink:after, .area-pink span:before, .area-pink span:after, .area-pink i:before, .area-pink i:after, .route:before, .route:after, .route span:before, .route span:after, .route i:before, .route i:after {
	background: #F53E7E;
}

/*エリアバッジカラー*/
.badge-area,
span.badge-area {
	margin-right: 10px;
	padding: 3px;
	display: inline-block;
	border-radius: 5px;
	font-size: 16px;
}
.badge-area:before,
.badge-area:after,
span.badge-area:before,
span.badge-area:after {
	content: none;
}

@media (max-width:768px) {
	.badge-area,
	span.badge-area {
		margin-right: 5px;
		font-size: 14px;
	}
}

.badge-pink {
	background-color: #F53E7E;
	color: #fff;
}
.badge-blue {
	background-color: #354384;
	color: #fff;
}
.badge-yellow {
	background-color: #e5c324;
	color: #fff;
}

/*-----------カード感なくしてみたver---------*/
.hotel_list_2 {
	padding-bottom: 48px;
}
.hotel_list_2 li {
	background: #fff;
	padding: 16px;
	font-size: 14px;
	margin-bottom: 0px;
}
.hotel_list_2 li address {
	margin-bottom: 0;
	padding: 0 0 4px;
	border-bottom: 1px solid #ccc;
}
.hotel_list_2 .hotel_name {
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
	background: #dedede;
	padding: 4px 8px;
}
.hotel_list_2 .hotel_address {
	padding: 0;
}
.hotel_list_2 .postal {
	margin-right: 8px;
}
/*---------how to-------*/
#howto {
	background: #F9F7F7;
	padding-bottom: 48px;
}
.step {
	background: #fff;
	padding: 16px;
	margin-bottom: 8px;
}
.step > img {
	box-shadow: 0px 0px 0px 1px #c5c5c5;
}
.step h3 {
	padding: 8px;
}
.step p {
	padding: 8px;
	font-size: 14px;
}
.howto_box i {
	width: 100%;
	height: 40px;
	margin-bottom: 8px;
	position: relative;
}
.howto_box i:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 32px solid transparent;
	border-top-color: #F53E7E;
	top: 4px;
	left: 50%;
	transform: translateX(-50%);
}
.box-different h3 {
	font-weight: bold;
	padding: 0 15px 10px;
	font-size: 18px;
	border-bottom: 4px dotted #000;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.box-different h3 a {
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 20px;
	text-decoration: none;
}
.box-different h3 a:hover {
	text-decoration: none;
}
.box-different h3 a:after {
	content: "\f068";
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 15px;
}
.box-different h3 a.collapsed:after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	margin-left: 10px;
	font-weight: 600;
	position: absolute;
	right: 10px;
	top: 15px;
}
.acc-body {
	background: #FFF;
	padding: 20px;
}
.txt-990 {
	border-bottom: 2px solid #FF0000;
	padding-left: 20px;
	position: relative;
	margin-bottom: 40px;
	display: inline;
	font-weight: 600;
}
.txt-990:before {
	content: "\f058";
	font-family: "Font Awesome 5 Free";
	color: #FF0000;
	font-weight: 600;
	position: absolute;
	left: 0;
}
.acc-body p {
	font-size: 0.9em;
}
/*---------reserve-------*/
#reserve {
	background: #EFEFEF;
	padding-bottom: 48px;
}
.reserve_list li {
	background: #fff;
	padding: 24px 24px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}
.route_name {
	width: 100%;
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	margin-bottom: 8px;
}
.oph {
	padding: 4px 8px;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0px 0px 0px #000;
	border-radius: 5px;
	margin-right: 8px;
}
.oph_day {
	background: #E5C324;
}
.oph_night {
	background: #9733DA;
}
.dpt, .arw, .arv {
	font-size: 20px;
	font-weight: bold;
}
.route_price {
	width: calc(100% - 24px);
	margin: 0 auto;
	text-align: right;
}
.price {
	font-size: 30px;
	font-weight: bold;
}
.price i {
	font-size: 20px;
	font-style: normal;
}
.btn_reserve {
	width: calc(100% - 24px);
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color: #8D780D;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #8D780D;
	text-align: center;
	padding: 8px;
	transition: 0.24s ease;
}
.two-btn {
	display: flex;
	width: 100%;
}
.btn_reserve-half {
	width: 49%;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color: #8D780D;
	background: #fff;
	border-radius: 5px;
	border: 2px solid #8D780D;
	text-align: center;
	padding: 8px;
	transition: 0.24s ease;
}
.btn_reserve:hover, .btn_reserve-half:hover {
	color: #fff;
	background: #8D780D;
	text-decoration: none;
}
/*---------voice-------*/
#voice {
	background: #F9F7F7;
	padding-bottom: 64px;
}
.speech li {
	border: 3px solid #000;
	padding: 10px;
	background: #FFF;
	border-radius: 8px;
	margin-bottom: 40px;
	position: relative
}
.speech li span {
	color: #F53E7E;
	font-weight: 700;
}
.speech li img {
	position: absolute;
	top: 100%;
	right: 0;
	transform: translateY(-50%) translateX(0);
	width: 60px;
	height: auto;
}
/*---------other-------*/
#other {
	background: #EFEFEF;
}
#other .heading {
	font-size: 14px;
	margin-bottom: 24px;
}
.other_tab {
	border-bottom: none;
	margin-bottom: 24px;
	justify-content: space-between;
}
.other_tab .nav-item {
	margin-bottom: 0;
	width: 33%;
	text-align: center;
}
.other_tab .nav-item-hotel {
	margin-bottom: 0;
	width: 49%;
	text-align: center;
}
.other_tab .nav-link {
	color: #F53E7E;
	background: #fff;
	border: 3px solid #F53E7E;
	border-radius: 0;
	transition: 0.24s ease;
}
.other_tab .nav-link.active:hover, .other_tab .nav-link.active {
	color: #fff;
	background: #F53E7E;
	border: 3px solid #F53E7E;
	font-weight: bold;
	cursor: default;

}
.other_tab .nav-link:hover {
	color: #fff;
	background: #ff528f;
	border: 3px solid #F53E7E;
}
.other_box {
	padding-bottom: 48px;
}
.other_list li {
	border-bottom: 1px solid #ccc;
	padding: 16px 0;
}
.other_list li h3 {
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
	background: #dedede;
	padding: 4px 8px;
}
.other_list li p {
	font-size: 12px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}
.other_list li p span {
	width: 5em;
	padding-right: 1em;
	position: relative;
	display: flex;
	justify-content: space-between;
	flex: none;
	font-weight: bold;
}
.other_list li p span i {
	font-style: normal;
}
.other_list li p span:after {
	content: '：';
	display: inline-block;
	position: absolute;
	top: 0;
	right: 0;
}
/*-------check---------*/
#check {
	background: #F9F7F7;
	padding-bottom: 64px;
}
.box-article h3 {
	font-size: 16px;
	font-weight: 700;
	border-bottom: dotted 3px #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	line-height: 24px;
}
.box-article img {
	margin-bottom: 20px;
}
.box-article p {
	font-size: 0.9em;
}
.box-article p.blank_link {
	font-weight: normal;
}
.box-article p.blank_link a {
	font-weight: bold;
	display: inline-block;
}
/*-------modal---------*/
.modal-header {
	background: #000;
	color: #FFF;
	text-align: center;
}
.modal-header h3 {
	text-align: center;
}
.modal-header h3 i {
	position: absolute;
	left: 45%;
	top: 1.3%;
}
.modal-body {
	text-align: center;
}
.ic-close {
	color: #FFF;
	background: none;
	font-weight: 700;
	font-size: 28px;
}
.txt-change {
	font-size: 0.9em;
	text-align: left;
}
.txt-change span {
	font-weight: 700;
	color: #F53E7E;
}
.tit-change {
	position: relative;
	display: inline-block;
	padding: 0 45px;
	margin: 40px auto 40px;
	font-weight: bold;
}
.tit-change:before, .tit-change:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 4px;
	background-color: black;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}
.tit-change:before {
	left: 0;
}
.tit-change:after {
	right: 0;
}
.box-changeimg {
	width: 90%;
	margin: 0 auto 40px;
}
.box-changeimg img {
	margin-bottom: 10px;
}
.box-changeimg p {
	text-align: left;
	font-size: 0.9em;
}
.box-changeimg div:nth-child(2) {
	position: relative;
	z-index: 2;
	padding-top: 70px;
}
.box-changeimg div:nth-child(2):before {
	content: '';
	position: absolute;
	background: url(/static/img/campaign/baggageplan/ic-allow-modal-sp.png) 50% 50% no-repeat;
	background-size: contain;
	top: 32px;
	left: 50%;
	width: 50px;
	height: 68px;
	transform: translate(-50%, -50%);
}
.txt-target {
	font-size: 16px;
	font-weight: bold;
	color: #F53E7E;
}
.tbl-departure {
	width: 100%;
	margin: 0 auto;
}
.tbl-departure td, .tbl-departure th {
	padding: 5px;
}
.tbl-departure th {
	background: #000;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.tbl-departure th:first-child {
	border-right: 2px solid #FFF;
}
.tbl-departure tr td:first-child {
	background: #3543841f;
	border-bottom: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.tbl-departure tr td.td-month {
	background: none;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 0;
}
.tbl-departure tr td:nth-child(2) {
	background: #3543842e;
	border-bottom: 2px solid #FFF;
}
/*-------------------*/
@media (max-width:350px) { /*Narrow SP*/
	article, article p {
		font-size: 14px;
	}
	#global_navi li a {
		font-size: 13px;
	}
	.w_hands {
		font-size: 16px;
	}
	.circle li {
		width: 240px;
		height: 240px;
	}
	.circle h3 {
		font-size: 18px;
	}
	.circle p {
		font-size: 16px;
	}
	.circle p .tx_brown {
		font-size: 20px;
	}
	.hotel_list_2 li {
		font-size: 13px;
	}
	.w_sighter {
		font-size: 15px;
	}
	.oph {
		font-size: 15px;
	}
	.dpt, .arw, .arv {
		font-size: 18px;
	}
	.price {
		font-size: 25px;
	}
	.box-attention dd {
		font-size: 0.85em;
		text-align: left;
	}
}
@media (min-width:768px) { /*Tablet*/
	.contents {
		padding-top: 96px;
	}
	.heading br {
		display: block;
	}
	#global_navi ul li {
		width: 16% !important;
		font-size: 0.85em;
	}
	.circle {
		display: flex;
		justify-content: space-between;
	}
	.term_box {
		padding: 48px 32px;
	}
	.ex-tour h3 {
		width: 50%;
		margin: 10px auto 20px;
	}
	.ex-tour p {
		text-align: center;
		font-size: 0.85em;
	}
	.baggageplan img {
		margin-top: -60px;
	}
	#whats {
		padding-bottom: 60px;
	}
	.speech li {
		max-width: calc(100% - 1.5em);
		display: table;
		padding: 15px 20px;
		position: relative;
		background-color: #fff;
		border: 3px solid #000;
		border-radius: 0.5em;
		margin: 0 auto 1em;
		width: 85%;
	}
	.speech li:before, .speech li:after {
		content: '';
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: -1.5em;
		border-top: 10px solid transparent;
		border-right: 1.5em solid #000;
		border-bottom: 10px solid transparent;
	}
	.speech li:after {
		left: calc(6px - 1.5em);
		border-right: solid 1.5em #fff;
	}
	.speech li img {
		top: 50%;
		left: -100px;
	}
	.box-article {
		width: 90%;
		margin: 0 auto;
	}
	.box-article p {
		font-size: 1em;
	}
	.box-article .col-md-9 {
		padding-left: 0;
	}
	.box-article img {
		margin-bottom: 40px;
	}
	.box-article h3 {
		font-size: 18px;
		line-height: 28px;
	}
	.txt-change {
		padding: 20px;
	}
	.box-changeimg {
		display: flex;
	}
	.modal-header h3 i {
		top: 1.3%;
	}
	.box-changeimg div:nth-child(2) {
		position: relative;
		z-index: 2;
		padding-left: 70px;
		padding-top: 0;
	}
	.box-changeimg div:nth-child(2):before {
		content: '';
		position: absolute;
		background: url(/static/img/campaign/baggageplan/ic-allow-modal-pc.png) 50% 50% no-repeat;
		background-size: contain;
		top: 50%;
		left: 10%;
		width: 68px;
		height: 50px;
		transform: translate(-50%, -50%);
	}
	.box-attention dd {
		text-align: center;
	}
	.acc-body {
		padding: 40px;
	}
	.box-different h3 {
		font-size: 18px;
		max-width: 600px;
		margin: 0 auto;
		text-align: center;
		position: relative;
	}
	.box-different h3 a:after {
		right: 10px;
		top: 0;
	}
	.box-different h3 a.collapsed:after {
		right: 10px;
		top: 0;
	}
	.square {
		display: flex;
	}
	.square li {
		width: 45%;
	}
}
@media (min-width:992px) {
	.term_box {
		padding: 64px 56px;
	}
	.w_sighter {
		font-size: 18px;
	}
	.hotel_list li {
		padding: 24px;
	}
	.hotel_list li address {
		display: flex;
		justify-content: space-between;
	}
	.hotel_name {
		width: 50%;
		margin-bottom: 0;
	}
	.hotel_address {
		width: 50%;
		padding-left: 2em;
	}
	.postal {
		margin-right: 1em;
	}
	/*-----------カード感なくしてみたver---------*/
	.hotel_list_2 li {
		padding-bottom: 0;
	}
	.hotel_list_2 li:last-child {
		padding-bottom: 16px;
	}
	.hotel_list_2 li address {
		display: flex;
		align-items: center;
		border-bottom: none;
		padding-bottom: 0;
	}
	.hotel_list_2 .hotel_name {
		margin-bottom: 0;
	}
	.hotel_list_2 .hotel_address {
		padding: 0 0 0 16px;
	}
	.hotel_list_2 .postal {
		margin-right: 8px;
	}
	.howto_box {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		align-items: baseline;
	}
	.step {
		width: calc(33% - 24px);
		margin-bottom: 32px;
	}
	.howto_box i {
		width: 32px;
		height: 100%;
	}
	.howto_box i:before {
		transform: rotate(-90deg);
		transform-origin: center;
		left: 10px;
		border-width: 16px;
	}
	.reserve_list li {
		flex-direction: row;
		align-items: center;
		padding: 24px 32px;
	}
	.route_name {
		width: auto;
		flex: auto;
		align-items: center;
		margin-bottom: 0;
	}
	.route_price {
		width: auto;
		flex: auto;
		padding-right: 16px;
	}
	.btn_reserve {
		width: 240px;
	}
	.two-btn {
		width: 240px;
	}
	.btn_reserve-half {
		width: 115px;
		margin-right: 10px;
	}
	.btn_reserve-half:last-child {
		margin-right: 0;
	}
	.other_tab {
		border-bottom: 3px solid #F53E7E;
		justify-content: space-around;
	}
	.other_tab .nav-item {
		width: 30%;
	}
	.other_tab .nav-link {
		border-bottom: none !important;
	}
	.other_list {
		display: flex;
		justify-content: flex-start;
	}
	.other_list li {
		width: 30%;
		margin-left: 1.66666%;
		margin-right: 1.66666%;
		border-bottom: none;
	}
	#tab02 .other_list li h3 {
		height: 3em;
	}
}
/* お知らせ
--------------------------------------------------------- */
#info {
	margin: 10px auto;
}
#info .card {
	font-size: 14px;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}
#info .card-header {
	padding: 0.5rem;
	background: #ffffcc;
}
#info .card-body {
	padding: 0.5rem;
}
@media (min-width:992px) {
	#info .card-header,
	#info .card-body {
		padding: 0.5rem 1rem;
	}
}

#info .ico-label {
	margin-right: 10px;
}
#info .card-header a {
	text-decoration: none;
}
/* ----- Disc ----- */
#info .mark-disc > li {
	list-style: disc;
	margin-left: 1.3rem;
}
#info .mark-disc > li + li {
  margin-top: 0.2rem;
}
