/*----------------------------------------*/
/*top.css*/
/*----------------------------------------*/

.front-page {
	padding: 0;
	background-color: #F4F7FA;
}
@media (max-width:767px) {
	.front-page {
		padding-bottom: 0;
	}
}


/*----------------------------------------*/
/* .top-mv-sec */
/*----------------------------------------*/
.front-page .top-mv-sec {
	position: relative;
	background-color: #FFFFFF;
}
.front-page .top-mv-sec .bg-slide-wrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.front-page .top-mv-sec .bg-slide-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.18);
	mix-blend-mode: multiply;
}
.front-page .top-mv-sec .bg-slide-wrap .slick {
	height: 100%;
	width: 100%;
}
.front-page .top-mv-sec .bg-slide-wrap .slick-list {
	height: 100%;
	width: 100%;
}
.front-page .top-mv-sec .bg-slide-wrap .slick-track {
	height: 100%;
}
.front-page .top-mv-sec .bg-slide-wrap .img-wrap {
	height: 100%;
	width: 100%;
}
.front-page .top-mv-sec .bg-slide-wrap .img-wrap img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.front-page .top-mv-sec .on-mv-obj {
	position: relative;
	padding: 260px 0 70px;
}
.front-page .top-mv-sec .mv-title {
	text-align: center;
}
.front-page .top-mv-sec .mv-title img {}
.front-page .top-mv-sec .btn-wrap {}
.front-page .top-mv-sec .btn-wrap .btn {
	box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
}
@media (max-width:991px) {
	.front-page .top-mv-sec .on-mv-obj {
		padding: 130px 0 60px;
	}
}
@media (max-width:767px) {
	.front-page .top-mv-sec .bg-slide-wrap {
		bottom: auto;
		height: auto;
		aspect-ratio: 0.95;
	}
	.front-page .top-mv-sec .on-mv-obj {
		padding: 45px 0;
	}
	.front-page .top-mv-sec .mv-title {
	}
	.front-page .top-mv-sec .mv-title img {}
	.front-page .top-mv-sec .btn-wrap {}
	.front-page .top-mv-sec .btn-wrap .btn {}
}

/* .detail-wrap */
.front-page .top-mv-sec .detail-wrap {
	margin-top: 80px;
}
.front-page .top-mv-sec .detail-wrap .row {
	margin-right: -12px;
	margin-left: -12px;
}
.front-page .top-mv-sec .detail-wrap .row > * {
	padding-right: 12px;
	padding-left: 12px;
}
.front-page .top-mv-sec .detail-wrap .card {
	position: relative;
	height: 100%;
	border: none;
	border-radius: 17px;
	box-shadow: 
		0px 2px 4px 0px rgba(0, 0, 0, .1), 
		0px 4px 20px -5px rgba(0, 0, 0, .08), 
		0px 6px 40px -10px rgba(0, 0, 0, .06);
	overflow: inherit;
}
.front-page .top-mv-sec .detail-wrap .card.card-white {
	position: relative;
}
.front-page .top-mv-sec .detail-wrap .col-md-4:not(:last-child) .card::after {
	position: absolute;
	right: -36px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 48px;
	height: 48px;
	background-image: url("../img/top/icon-detail.svg");
	background-size: cover;
	z-index: 10;
}
.front-page .top-mv-sec .detail-wrap .card.card-green {}
.front-page .top-mv-sec .detail-wrap .card img {
	border-radius: 16px 16px 16px 0;
}
.front-page .top-mv-sec .detail-wrap .card .card-body {
	position: relative;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #00a99d;
	padding: 1.25rem 1.25rem 1.5rem;
}
.front-page .top-mv-sec .detail-wrap .card.card-green {
	background: #00a99d;
}
.front-page .top-mv-sec .detail-wrap .card.card-green .card-body {
	color: #FFF;
	border-radius: 0 0 16px 16px;
}
.front-page .top-mv-sec .detail-wrap .card .card-body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 24px;
	aspect-ratio: 1;
	background-size: contain;
}
.front-page .top-mv-sec .detail-wrap .card.card-green .card-body::before {
	background-image: url(../img/common/ico/ico-kirari-white.svg);
}
.front-page .top-mv-sec .detail-wrap .card.card-white .card-body::before {
	background-image: url(../img/common/ico/ico-kirari-green.svg);
}
.front-page .top-mv-sec .detail-wrap .card .card-body .card-title {
	font-size: 24px;
	margin-bottom: 0;
}
.front-page .top-mv-sec .detail-wrap .card .card-body p {
	font-size: 18px;
	margin-top: auto;
	margin-bottom: auto;
}
@media (max-width:991px) {
	.front-page .top-mv-sec .detail-wrap .col-md-4:not(:last-child) .card::after {
		right: -32px;
		width: 40px;
		height: 40px;
	}
	.front-page .top-mv-sec .detail-wrap .card .card-body {
		padding: 1.0rem 1.0rem 1.25rem;
	}
	.front-page .top-mv-sec .detail-wrap .card .card-body .card-title {
		font-size: 20px;
	}
	.front-page .top-mv-sec .detail-wrap .card .card-body p {
		font-size: 16px;
	}
}
@media (max-width:767px) {
	.front-page .top-mv-sec .detail-wrap {
		margin-top: 30px;
	}
	.front-page .top-mv-sec .detail-wrap .col-md-4 {
		margin-bottom: 20px;
	}
	.front-page .top-mv-sec .detail-wrap .card {
		max-width: 400px;
		border-radius: 20px;
		margin: 0 auto;
	}
	.front-page .top-mv-sec .detail-wrap .col-md-4:not(:last-child) .card::after {
		width: 48px;
		height: 48px;
		right: 50%;
		top: inherit;
		bottom: -10px;
		transform: translate(50%, 50%);
	}
	.front-page .top-mv-sec .detail-wrap .card .card-body {
		padding: 15px 20px 20px;
	}
	.front-page .top-mv-sec .detail-wrap .card .card-body * {
		font-size: 14px;
	}
	.front-page .top-mv-sec .detail-wrap .card img {
		border-radius: 20px;
	}
	.front-page .top-mv-sec .detail-wrap .card.card-green .card-body {
		border-radius: 0 0 20px 20px;
	}
	.front-page .top-mv-sec .detail-wrap .card .card-body .card-title {
		font-size: 20px;
	}
	.front-page .top-mv-sec .detail-wrap .card .card-body p {
		font-size: 16px;
	}
}


/*----------------------------------------*/
/* .sample-tours */
/*----------------------------------------*/

.front-page .sample-tours {
	padding: 120px 0 140px;
}
.front-page .sample-tours .container {
	/* max-width: 1340px; */
}
.front-page .sample-tours h2 {
	margin-bottom: 1.125em;
}
.front-page .sample-tours .category-list {
	margin-bottom: 75px;
}
.front-page .sample-tours .category-list > .row {
	margin: -20px;
	padding: 0;
}
.front-page .sample-tours .category-list > .row > * {
	margin: 0;
	padding: 20px;
	max-width: 311px;
}
.front-page .sample-tours .category-list a {
	display: block;
}
.front-page .sample-tours .category-list img {
	width: 100%;
}
@media (min-width: 768px) {
	.front-page .sample-tours .category-list a {
		transition: opacity 0.3s;
	}
	.front-page .sample-tours .category-list a:hover {
		opacity: 0.6;
	}
}
@media (max-width: 991px) {
	.front-page .sample-tours .category-list > .row {
		margin: -10px;
		justify-content: initial;
	}
	.front-page .sample-tours .category-list > .row > * {
		padding: 10px;
	}
}
@media (max-width: 767px) {
	.front-page .sample-tours {
		padding: 55px 0 120px;
	}
	.front-page .sample-tours .category-list {
		margin-bottom: 40px;
	}
}
@media (max-width: 575px) {
	.front-page .sample-tours .category-list > .row {
		margin: -4px;
	}
	.front-page .sample-tours .category-list > .row > * {
		padding: 4px;
	}
}

/*----------------------------------------*/
/* .themed-sec */
/*----------------------------------------*/

.front-page .themed-sec {
	position: relative;
	margin-bottom: 140px;
}
.front-page .themed-sec .container {
	position: relative;
}
.front-page .themed-sec h2 {
	font-size: 35px;
	color: #00A99D;
	margin-bottom: 1em;
}
.front-page .themed-sec p {
	font-weight: 600;
	font-size: 18px;
	line-height: 1.67;
}
.front-page .themed-sec .btn-wrap {
	margin-top: 45px;
}
.front-page .themed-sec .round-img {
	height: 600px;
	z-index: 1;
}
.front-page .themed-sec .round-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 300px 0 0 300px;
}
@media (max-width: 767px) {
	.front-page .themed-sec {
		margin-bottom: 80px;
	}
	.front-page .themed-sec h2 {
		font-size: 28px;
		text-align: center;
	}
	.front-page .themed-sec p {
		font-size: 16px;
		text-align: center;
		padding: 0 15px;
	}
	.front-page .themed-sec .btn-wrap {
		margin-top: 35px;
		text-align: center;
	}
	.front-page .themed-sec .round-img {
		margin-top: 55px;
		height: 270px;
		padding-left: 30px;
	}
}
@media (min-width: 768px) {
	.front-page .themed-sec {
		display: flex;
		justify-content: center;
		align-items: center;
		min-height: 600px;
	}
	.front-page .themed-sec .round-img {
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		width: calc(50vw - 200px);
		min-width: calc(50% - 20px);
	}
}
@media (min-width: 992px) {
	.front-page .themed-sec .round-img {
		min-width: 33.3%;
	}
}


/*----------------------------------------*/
/* .contact-sec */
/*----------------------------------------*/

.front-page .contact-sec {
	padding: 120px 0 100px;
	background-image: url(../img/common/contact-bg-small-image.png);
	background-size: 100%;
	color: #FFFFFF;
}
.front-page .contact-sec h2 {
	color: #FFFFFF;
	margin-bottom: 0.5em;
}
.front-page .contact-sec p {
	font-weight: 400;
}
@media (max-width: 767px) {
	.front-page .contact-sec {
		padding: 60px 0 80px;
	}
	.front-page .contact-sec h2 {
		margin-bottom: 0.75em;
	}
	.front-page .contact-sec p {
		font-size: 14px;
		line-height: 1.7;
		padding: 0;
	}
	.front-page .contact-sec #request-form-wrap {
		margin-top: 30px;
	}
}

/*----------------------------------------*/
/* .review-sec */
/*----------------------------------------*/

.front-page .review-sec {
	padding: 120px 0 140px;
	background-color: #FFFFFF;
	border-bottom: solid 1px #808080;
}
.front-page .review-sec .container {
	/* max-width: 1340px; */
}
.front-page .review-sec h2 {
	font-size: 35px;
	text-align: center;
	color: #00A99D;
	margin-bottom: 1em;
}
@media (min-width: 768px) {
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
	.front-page .review-sec {
		padding: 55px 0 120px;
	}
}
@media (max-width: 575px) {
}