@charset "UTF-8";/* Top index.css *//* ======= MV video ======= */.video_pc {	display: block;}.video_sp {	display: none;}#mv_wrap h1 {	width:  100%;	height: 100%;	position: absolute;	top:  0;	left: 0;	mix-blend-mode: multiply;}#mv_wrap h1 img {	width: 50vw;	height: 100%;	min-width: 500px;	display: block;	object-fit: contain;	object-position: center;	margin-left:  auto;	margin-right: auto;}body {	background-image: none !important;}.allMain_wrap {	background-image: linear-gradient(1deg, rgba(210, 210, 235, .5), rgba(185, 225, 232, .5));}/* ===== FirstSection ===== */#sec_first h2 {	line-height: 1.5;}#sec_first h2 + p {	max-width: 1000px;	margin-left:  auto;	margin-right: auto;}/* ===== Contents ===== */.sec_box .bg_wrap {	position: relative;}.tate_cont {	height: 100%;	font-size: 22px;	font-size: min(2.2vw,22px);	text-align: center;	position: absolute;	top:  0;	-ms-writing-mode: tb-rl;	writing-mode: vertical-rl;	text-orientation: mixed;}.box_flex  {	width: 100%;	display: flex;	flex-wrap: wrap;	align-items: stretch;	justify-content: center;}.box_flex > * {	width: 50%;}.sec_box .box img {	height: 100%;	object-fit: cover;}.box_cont {	width:  100%;	height: 100%;	display: flex;	flex-direction: column;	align-items: center;	justify-content: center;	padding: 50px;	padding: min(4vw,50px);	background-color: #fff;}.box_cont .head_small {	font-size: min(1.5vw,15px);	text-align: center;}.box_cont h2 {	font-size: min(3vw,30px);	text-align: center;	line-height: 1.1;	margin-bottom: .8em;}.box_cont p {	font-size: clamp(11px,1.4vw,14px);	word-break: break-all;	letter-spacing: 0;}.lang_en .box_cont p {	word-break: normal;}/* aリンク「Read more」 */a.read_more {	font-size: 17px;	font-weight: 500;	text-align: center;	line-height: 1;	display: flex;	flex-wrap: nowrap;	align-items: center;	justify-content: center;}a.read_more:after {	content: "";	width: 2.5em;	height: 1em;	display: block;	background-image: url(../../img/common/read_arrow.png);	background-size: contain;	background-repeat: no-repeat;	background-position: center;	margin-left: .3em;	transform: translate(0,.15em);	transition: transform .3s;}a.read_more:hover:after {	transform: translate(.3em,.15em);}/* ===== Tour Contents ===== *//* white box */.white_box {	text-align: center;	padding: clamp(40px,8vw,100px) clamp(30px,8vw,100px) clamp(40px,8vw,100px) !important;	background-color: #fff;}/* h2 box */.head_box {	width: 100%;	max-width: 465px;	display: inline-block;	padding: .2em 1em;	color: #fff;	background-color: #EB5078;	border-radius: 50px;	margin-bottom: 50px;}.head_box.head_blue {	background-color: #0091CD;}.head_box.head_en {	max-width: inherit;}/* cont border */.border {	width: 100%;	height: 1px;	display: block;	background-color: #484848;}/* h3 borderBottom */.sec_content h3 {	width: 100%;	text-align: center;	display: flex;	align-items: center;	justify-content: center;	flex-direction: column;	margin-bottom: 1.5em;	color: #EB5078;}.sec_content h3:after {	content: "";	width: 1.75em;	height: 2px;	display: block;	margin-top:    1em;	background-color: #EB5078;}.sec_content h3.head_blue {	color: #0091CD;}.sec_content h3.head_blue:after {	background-color: #0091CD;	}/* p */.sec_content p {	text-align: center;}/* slide show */.slideshow_wrap {	margin-top:    50px;	margin-bottom: 50px;}.sec_content .uk-dotnav>*>* {	border: none;	background-color: #E6E6E6;}.sec_content .uk-dotnav>.uk-active>* {	background-color: #4B4B4B}.sec_content .uk-slideshow-items {	aspect-ratio: 320 / 209 !important;}/* ===== Hover ===== */.btn a {	opacity: 1;	transition: opacity .3s;}.btn a:hover {	opacity: .8;}@media screen and (max-width:768px)  {	/* ======= MV video ======= */	.video_pc {		display: none;	}	.video_sp {		display: block;	}	#mv_wrap h1 img {		width: 100%;		max-width: 500px;		min-width: inherit;	}					/* ===== FirstSection ===== */	/* 縦書き非表示 */	.tate_cont {		display: none;	}	/* ===== Contents ===== */	.box_flex .box {		width: 100%;	}	.box_cont {		font-size: 13px;		font-size: clamp(13px,3.467vw,15px);		padding: 25px;		padding: min(6.667vw,40px) min(6.667vw,50px);	}	.box_cont h2 {		font-size: min(6.4vw,30px);	}	.box_cont .head_small,	.box_cont p  {		font-size: 13px;		font-size: clamp(13px,3.467vw,15px);	}			/* ===== Tour Contents ===== */	/* h2 */	.head_box {		width: 100%;		font-size: 20px;		padding: .5em .5em;	}	/* h3 */	.sec_content h3 {		font-size: 18px;		margin-bottom: 1em;	}	/* スライドショー */	.slideshow_wrap {		margin-top:    25px;		margin-bottom: 25px;	}}