@charset "utf-8";
/* 基本設定 */
article {
	font-size: 14px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
/* 共通 */
a:hover {
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition-property: all;
	transition: 0.3s linear;
}
a img:hover {
	background-color: #FFF;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition-property: all;
	transition: 0.3s linear;
}
/* =========================================================
	Search Box
========================================================= */
/* plan_listから
----------------------------------------------------*/
.card-header {
	border: none;
	background-color: rgba(0, 0, 0, 0);
}
.form-control {
	display: inline-block;
	width: auto;
	margin: 5px 0;
}
.btn-search {
	width: 40%;
	display: block;
	padding: 15px;
	margin: 20px auto 20px auto;
	color: #fff;
	font-size: 16px;
	background: #333;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
/*.num {
	font-size: 16px;
	font-weight: bold;
	color: #f53c7f;
	display: inline;
}*/
.tab-pane.active {
	animation: fadeIn 0.8s ease 0s 1 normal;
	-webkit-animation: fadeIn 0.8s ease 0s 1 normal;
}
/* index.css
----------------------------------------------------*/
#toursearchbox {
	margin-top: 40px;
	margin-bottom: 60px;
}
.nav-tabs {
	border: none;
	border-bottom: 0;
}
.nav-tabs .nav-item {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.2;
	float: left;
	width: 49%;
	margin: 0 0.5%;
}
.nav-tabs .nav-item .nav-link {
	display: table;
	width: 100%;
	border-radius: 4px 4px 0 0;
	margin: 0;
	padding: 3px 1px;
	font-size: 14px;
	text-align: center;
	background: #eee;
	border: 0;
	color: #333;
	font-weight: bold;
}
.nav-tabs .nav-item .nav-link .itemname {
	display: table-cell;
	vertical-align: middle;
	height: 44px;
	line-height: 1.2;
}
.nav-tabs .nav-item .nav-link:hover {
	background: #F989B1;
	color: #fff;
}
.nav-tabs .nav-link.active {
	border: none;
	background: #F989B1;
	display: table;
	width: 100%;
	color: #fff;
}
.tab-content {
	width: 100%;
	background: #F989B1;
	padding: 16px;
	border-radius: 4px;
	clear: both;
}
.btn-search-wrap .btn-search {
	display: block;
	background: #f53d7e;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	padding: 15px 16px;
	text-align: center;
	border: none;
	cursor: pointer;
	margin-bottom: 0;
	margin-top: 10px;
}
/* square button style */
#searchform .btn {
	padding: 6px 10px 6px 6px;
	margin: 0 -1px 5px 0;
}
#searchform .btn:before {
	padding-right: 4px;
	content: '\f00c';
	font-family: 'FontAwesome';
	color: #FFF;
}
#searchform .btn, #searchform .btn.focus, #searchform .btn-default:hover {
	background: #FFF;
}
#searchform .btn.active, #searchform .btn.active:focus, #searchform .btn.active.btn-default:hover {
	background: #F53D7E;
	color: #FFF;
}
@media screen and (max-width: 767px) {
	#searchform .btn-default:hover {
		width: 49%;
	}
}
#searchform .btn.active:before {
	content: '\f00c';
	font-family: 'FontAwesome';
}
#searchform .form-group {
	margin-bottom: 0;
}
#searchform dl {
	margin-bottom: 15px;
}
#searchform dl:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
}
#searchform dl dt {
	min-width: 160px;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
#searchform dl dd {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
#searchform .hotel-box .form-group, #searchform .hotel-box dl {
	margin-bottom: 0;
}
#searchform .hotel-box .btn-group {
	display: block;
}
#searchform .hotel-box .btn {
	width: 269px !important;
	margin-right: 5px;
}
#searchform input[type=checkbox], input[type=radio] {
	display: none;
}
#searchform select.form-control {
	display: inline-block;
	width: auto;
	min-width: 165px;
	cursor: pointer;
}
.card-header button {
	padding: 12px 40px 12px 12px;
	display: block;
	width: 100%;
	background: #fdd7e5;
	color: #f53d7e;
	border-radius: .25rem;
	cursor: pointer;
	font-weight: bold;
}
.card-header button {
	position: relative;
}
#toursearchbox .card-header button.collapsed:after, #toursearchbox .card-header button:after {
	color: #f53d7e;
}
.card-header button:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 22px;
	color: #f53d7e;
}
.card-header button[aria-expanded="true"]:after {
	content: "\f068";
}
@media screen and (max-width: 767px) {
	.card-header button:after, .card-header button.collapsed:after {
		font-size: 16px;
	}
}
.btn-search-wrap {
	width: 100%;
	clear: both;
}
@media screen and (max-width: 991px) {
	#searchform dl dd {
		display: unset;
	}
}
@media screen and (max-width: 767px) {
	.tab-content {
		padding: 10px;
	}
	.itemname {
		font-size: 12px;
		padding: 5px;
	}
	span.tab-ico {
		font-size: 12px;
		margin-right: 0px;
		display: block;
	}
	#searchform dl dt {
		display: inline-block;
	}
	.btn {
		width: 49%;
		font-size: 12px;
	}
	span.tab-ico i {
		font-size: 12px;
	}
	#searchform select.form-control {
		font-size: 12px;
		min-width: auto;
	}
	.card-header button {
		padding: 10px 20px 10px 10px;
		font-size: 16px;
	}
	#searchform dl {
		margin-bottom: 5px;
	}
	.btn-search-wrap .btn-search {
		font-size: 16px;
		font-weight: bold;
		padding: 10px;
	}
}
.departure-date-wrap .btn-select-design-arriv {
	margin-right: 10px;
	float: left;
	width: 50%;
}
.departure-date-wrap .btn-select-design-arriv:last-child {
	margin-right: 0;
	width: calc(50% - 10px);
}
#searchform .departure-date-wrap dl dt {
	min-width: 65px;
}

#toursearchbox .btn {
	border: 1px solid #ccc;
	border-radius: 0;
	width: 175px;
}
#toursearchbox .btn-single {
	float: left;
}
.btn-multiple .btn-group {
	display: block;
}
@media screen and (max-width: 767px) {
	#searchform select.form-control {
		font-size: 16px;
		float: none;
		width: 100%;
	}
	.form-control {
		padding: 0.2rem .35rem;
	}
	#toursearchbox .btn {
	border: 1px solid #ccc;
	border-radius: 0;
	width: 49%;
}
}
a:hover {
	opacity: unset;
}
/* =========================================================
	Common
========================================================= */
/* Img-Fluid2
----------------------------------------------------*/
.img-fluid2 {
	width: 100%;
	height: auto;
}

/* =========================================================
	Sct-MV (Logo)
========================================================= */
.sct-mv {
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	/*font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
@media only screen and (min-width: 768px) {

}
/* Main-Logo
----------------------------------------------------*/
.main-logo {
	position: absolute;
	max-width: 50%;
	margin: 0 auto;
	padding: 10px 0;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
/* 768px以上 */
 @media only screen and (min-width: 768px) {
	.main-logo {
		width: 200px;
	}
}
/* 992px以上 */
 @media only screen and (min-width: 992px) {
	.main-logo {
		width: 280px;
	}
}
/* 1366px以上 */
 @media only screen and (min-width: 1366px) {
	.main-logo {
		width: 360px;
	}
}
/* 1500px以上 */
 @media only screen and (min-width: 1500px) {
	.main-logo {
		width: 430px;
	}
}
/* =========================================================
	Sct-Lead
========================================================= */
.sct-lead {
	margin-top: 1.5rem;
}
/* =========================================================
	Common-Title
========================================================= */
.title-base {
	position: relative;
	margin: 0 auto 2rem;
	padding-bottom: 10px;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
/* 768px以上 */
 @media only screen and (min-width: 768px) {
	.title-base {
		font-size: 30px;
	}
}
.title-base::after {
	content: "";
	position: absolute;
	border-bottom: 5px solid #000000;
	transform: translate(-50%, 0);
	bottom: 0;
	left: 50%;
	width: 15%;
}
/* Gold */
.set-gold .title-base {color: #8e712a;}
.set-gold .title-base::after {border-color: #8e712a;}

/* Red */
.set-red .title-base {color: #ee4848;}
.set-red .title-base::after {border-color: #ee4848;}

/* Dark Red */
.set-darkred .title-base {color: #8e2e2d;}
.set-darkred .title-base::after {border-color: #8e2e2d;}

/* Blue */
.set-blue .title-base {color: #4a8ced;}
.set-blue .title-base::after {border-color: #4a8ced;}

/* Navy */
.set-navy .title-base {color: #023e74;}
.set-navy .title-base::after {border-color: #023e74;}

/* Green */
.set-green .title-base {color: #2d8e3b;}
.set-green .title-base::after {border-color: #2d8e3b;}

/* Orange */
.set-orange .title-base {color: #d36d30;}
.set-orange .title-base::after {border-color: #d36d30;}

/* Purple(茄子紺) */
.set-purple .title-base {color: #aa4c8f;}
.set-purple .title-base::after {border-color: #aa4c8f;}

/* =========================================================
	P
========================================================= */
.sct-lead p {
	text-align: left;
	font-size: 14px;
}
/* 768px以上 */
 @media only screen and (min-width: 768px) {
	.sct-lead p {
		text-align: center;
		font-size: 22px;
	}
}
.title-base + p {
	font-size: 14px;
	text-align: left;
	margin-bottom: 2rem;
}
/* 768px以上 */
 @media only screen and (min-width: 768px) {
	.title-base + p {
		font-size: 16px;
		text-align: center;
	}
}

[class^="frame-"] p {
	font-size: 14px;
}
/* 768px以上 */
 @media only screen and (min-width: 768px) {
	[class^="frame-"] p {
		font-size: 16px;
	}
}
/* =========================================================
	Title
========================================================= */
.tit-stamp {
	position: relative;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #ee4848;
	margin: 0 auto 1rem;
}
.tit-stamp:before,
.tit-stamp:after {
	content: '';
	display: inline-block;
	width: 30px;
	background-image: url(/static/img/activity/ico_stamp.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	vertical-align: middle;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.tit-stamp:before,
	.tit-stamp:after {
		width: 40px;
	}
}
/* 992px以上 */
@media only screen and (min-width: 992px) {
	.tit-stamp:before,
	.tit-stamp:after {
		width: 60px;
	}
}
.tit-stamp > span {
	padding: 0 0.5rem;
	font-size: 18px;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.tit-stamp > span {
		padding: 0 0.8rem;
		font-size: 24px;
	}
}
/* 992px以上 */
@media only screen and (min-width: 992px) {
	.tit-stamp > span {
		font-size: 30px;
	}
}
/* =========================================================
	Plan-List
========================================================= */
#top-planlist .card-plan-01 {
	padding: 0;
	margin-bottom: 3rem;
	border: none;
	box-shadow: none;
}
#top-planlist .card-plan-01:hover {
	background: #fff;
}
#top-planlist .badge-item {
	margin: 5px 0;
	padding-bottom: 3px;
}
.card-plan-title {
	margin: 0.3rem 0 0.5rem;
}
.badge-item {
	border: 1px solid #000;
	border-radius: 2px;
	font-size: 11px;
}
.badge-item i {
	margin-right: 3px;
}
#top-planlist .itembox-body {
	padding: 0;
}
.itembox-book {
	width: 90%;
	margin: 0.5rem auto 0;
}
/* 576px以上 */
@media only screen and (min-width: 576px) {
	.itembox-book {
		width: 80%;
	}
}
.itembox-book .btn {
	width: 100%;
	background: #333;
	color: #fff;
	border-radius: 0;
}
.itembox-book a.btn:after,
.itembox-book button.btn-main:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-left: 15px;
	color: #fff !important;
}
.card-plan-price span {
	font-size: 12px;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.card-plan-price span {
		font-size: 18px;
	}
}
/* 上書き調整(plan_listと被る)
----------------------------------------------------*/
.itembox-book button.btn-main {
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-weight: normal;
	font-size: 12px;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.itembox-book button.btn-main {
		font-size: 1rem;
	}
}
.itembox-body h2 a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0;
}
/* 992px以上 */
@media only screen and (min-width: 992px) {
	.itembox-body h2 a {
		font-size: 18px;
	}
}
/* =========================================================
	Coming-Soon
========================================================= */
.comingsoon .itembox-book a.btn-main,
.comingsoon .itembox-book .btn-main {
	font-size: 0;
	opacity: 0.5;
	transition-property: all;
	transition: 0.3s linear;
	pointer-events: none;
}
.comingsoon .itembox-book a.btn-main:before,
.comingsoon .itembox-book .btn-main:before {
	content: "Comingsoon";
	font-size: 12px;
}
/* 768px以上 */
@media only screen and (min-width: 768px) {
	.comingsoon .itembox-book a.btn-main:before,
	.comingsoon .itembox-book .btn-main:before {
		font-size: 1rem;
	}
}
.comingsoon .itembox-book a.btn-main:after,
.comingsoon .itembox-book .btn-main:after {
	margin-left: 0px;
}
.comingsoon .card-plan-01 img,
.comingsoon .card-plan-title {
	font-size: 0;
	opacity: 0.5;
	transition-property: all;
	transition: 0.3s linear;
}
.comingsoon .card-plan-01 a {
	pointer-events: none;
}
.comingsoon .itembox-body a {
	pointer-events: none;
}

/* =========================================================
	Modal
========================================================= */
@media (min-width: 576px){
	.modal-dialog {
		max-width: 400px;
	}
}
.modal-header {
	background: #FAFAFA;
	border-radius: 0;
	padding: 0.7rem;
}
.modal-header .close {
	color: #333;
	font-size: 30px;
	padding: 0;
	opacity: 1.0;
	position: absolute;
	top: 18px;
	right: 25px;
}
.modal-header h2 {
	font-size: 14px;
}
.modal-body li + li {
	margin-top: 3rem;
}
.modal-body h3 {
	font-size: 18px;
}
.modal-body h3:before {
	content: '●';
	line-height: 1.618;
	font-size: 16px;
	padding-right: 4px;
}
.modal-body .card-plan-price {
	font-size: 16px;
}
.modal-body .card-plan-price .num {
	font-size: 18px;
}
.modal-body .btn-book {
	display: block;
	background: #f53d7e;
	color: #fff;
	width: 200px;
	margin: 0.5rem auto 0;
	padding: 0.5rem;
	text-align: center;
	border-radius: 8px;
}
.modal-footer {
	display: block;
	position: sticky;
	bottom: 0;
	padding: 0.5rem;
	text-align: center;
	background: rgba(250, 250, 250, 0.8);
	z-index: 10;
}
.modal-footer button {
	color: #fff;
	background: #333;
	width: 100%;
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 4px;
}
.modal-footer button:hover,
.modal-footer button:focus,
.modal-footer button:active {
	text-decoration: none;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition-property: all;
	transition: 0.3s linear;
}