@charset "UTF-8";
/* ********************************************************************** */
/* For Front Page */
/* ********************************************************************** */

/* ---------------------------------------------------------------------- */
/* PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* header */
.page_front .header{
	background:rgba(255, 255, 255, 0);
	color: #fff;
}
.page_front .header a{
	color: #fff;
	transition: 1s all;
	text-shadow: 0 0 4px #000, 0 0 20px #000;
}
.page_front .head_logo .logo_white{
	opacity: 1;
	filter: drop-shadow(0 0 10px #000);
}
.page_front .head_logo .logo_black{
	opacity: 0;
}
/* .page_front .head_page::after{
	border-color: #fff;
	transition: 1s all;
} */
.page_front .head_menu .level_second{
	background: rgba(255, 255, 255, 0) !important;
}
.page_front .head_language > li::before {
	background: #fff;
}

/* header.scroll */
.page_front .header.scroll{
	background:#fff;
	color: #000;
}
.page_front .header.scroll a{
	color: #000;
	text-shadow: none;
}
.page_front .scroll .head_logo .logo_white{
	opacity: 0;
}
.page_front .scroll .head_logo .logo_black{
	opacity: 1;
}
/* .page_front .scroll .head_page::after{
	border-color: #000;
} */
.page_front .scroll .head_menu .level_second{
	background: rgba(255, 255, 255, 1) !important;
}

/* ---------------------------------------------------------------------- */
/* front_mv */
#front_mv{
	width: 100%;
	height: 100vh;
	min-height: 650px;
	position: relative;
	overflow: hidden;
	transition: 1s all;
}
#front_mv .logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	filter: drop-shadow(0 0 16px #000);
}
#front_mv .mainw{
	position: relative;
	height: 100%;
	z-index: 4;
}

/* front_mv_slider */
.front_mv_slider{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
}
.front_mv_slider .slick-track{
	height: 100vh;
}
.front_mv_slider li{
	position: absolute !important;
	overflow: hidden;
}
.front_mv_slider img{
	object-fit: cover;
	width: calc(100vw + 40px);
	height: 101vh;
	transform: translateX(0px);
	transition: 18s transform linear;
}
.front_mv_slider .mv_animation img{
	transform: translateX(-40px);
	transition: 6s transform linear;
}


/* reserve.top */
#front_mv .reserve.top{
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	width: 100%;
	max-width: 1100px;
	height: 80px;
	position: absolute;
	/* position: fixed; */
	bottom: 20px;
	left: 50%;
  transform: translateX(-50%);
	display: flex;
	align-items: center;
	/* justify-content: space-evenly; */
	white-space: nowrap;
	padding-right: 1em;
	z-index: 105;
}
#front_mv .reserve.top .title{
	padding: 0 1.5em;
	line-height: 1.3;
	border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#front_mv .reserve.top .title .en{
	font-size: 14px;
}
#front_mv .reserve.top a{
	color: #fff;
}
#front_mv .reserve.top .reserve_date,
#front_mv .reserve.top .reserve_stays{
	display: flex;
	margin-left: 1em;
}
#front_mv .reserve.top #date_i {
	max-width: 140px;
}
#front_mv .reserve.top input[type=date],
#front_mv .reserve.top select{
	background: #555;
	color: #fff;
	padding: 0.2em 0.3em;
	border: none;
	font-size: 14px;
	margin-left: 0.5em;
}
#front_mv .reserve.top input[type=date]{
	position: relative;
}
#front_mv .reserve.top input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	background: transparent;
	z-index: 1;
}
#front_mv .reserve.top input[type="date"]::after {
	content: '';
	background: url(../images/icon_calendar.svg) no-repeat;
	background-size: contain;
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 5px;
	transform: translateY(-50%);
}
#front_mv .reserve.top .reserve_submit,
#front_mv .reserve.top .reserve_plan{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 40px;
	font-size: 13px;
	margin-left: 1em;
}
#front_mv .reserve.top .reserve_submit{
	/* background: #023F6D; */
	background: #C4972F;
	color: #fff;
	border: none;
}
#front_mv .reserve.top .reserve_plan{
	border: 1px solid #fff;
}
#front_mv .reserve.top .reserve_links{
	font-size: 12px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	height: 4em;
}
#front_mv .reserve.top .reserve_links li{
	margin-left: 1em;
}
@media (max-width: 1050px) {
	#front_mv .reserve.top{
		font-size: 14px;
	}
}

/* notice */
#front_mv .notice{
	display: flex;
	position: absolute;
	bottom: 120px;
}
#front_mv .bestrate{
	background: rgba(0, 0, 0, 0.8);
	border: 1px solid #C4972F;
	outline: 1px solid #C4972F;
	outline-offset: -4px;
	color: #fff;
	width: 350px;
	height: 100%;
	margin-right: 20px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#front_mv .bestrate .mark{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 16px;
	width: 94px;
	height: 50px;
	margin: 0.5rem 0;
	background: url(../images/index/bestrate_bg.png) no-repeat center center;
	background-size: contain;
	color: #C4972F;
	font-size: 20px;
	line-height: 1;
}
#front_mv .bestrate .title,
#front_mv .bestrate .text{
	margin-left: 120px;
	line-height: 1.6;
}
#front_mv .bestrate .title{
	padding-top: 0.5rem;
	font-size: 20px;
}
#front_mv .bestrate .text{
	padding-bottom: 0.7rem;
	font-size: 13px;
}
#front_mv .infection{
	background: rgba(255, 255, 255, 0.8);
	color: #023F6D;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 300px;
}
#front_mv .infection .title{
	font-size: 20px;
}
#front_mv .infection .link{
	background: #023F6D;
	color: #fff;
	font-size: 12px;
	padding: 0 1.5em;
	border-radius: 1em;
}

/* ---------------------------------------------------------------------- */
/* front_catchcopy */
#front_catchcopy{
	height: calc(630px + 100px);
	margin-bottom: -100px;
	width: 100%;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
}
#front_catchcopy img{
	vertical-align: top;
}
#front_catchcopy .text{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 33px;
	letter-spacing: 0.2em;
	margin-top: 160px;
}
.catchcopy_border_l,
.catchcopy_border_r,
.catchcopy_decoration_l,
.catchcopy_decoration_r{
	position: absolute;
	z-index: 1;
}
.catchcopy_border_l,
.catchcopy_border_r{
	width: calc((100vw - 160px) / 2);
}
.catchcopy_border_l img,
.catchcopy_border_r img{
	width: 100%;
	height: 2px;
	max-width: none;
}
.catchcopy_border_l{
	top: 150px;
	left: 0;
}
.catchcopy_border_l img{
	transform: scaleX(0.1);
	transform-origin: left;
	transition: transform 5s ease-out;
}
.upview .catchcopy_border_l img{
	transform: scaleX(1);
}
.catchcopy_border_r{
	top: 520px;
	right: 0;
}
.catchcopy_border_r img{
	transform: scaleX(0.1);
	transform-origin: right;
	transition: transform 6s ease-out;
}
.upview .catchcopy_border_r img{
	transform: scaleX(1);
}
.catchcopy_decoration_l{
	top: 200px;
	left: 25px;
	transition: top 4s ease-out;
}
.upview .catchcopy_decoration_l{
	top: 240px;
}
.catchcopy_decoration_r{
	top: 25px;
	right: -20px;
	transition: top 4s ease-out;
}
.upview .catchcopy_decoration_r{
	top: 65px;
}


/* ---------------------------------------------------------------------- */
/* front_concept */
#front_concept{
	position: relative;
}
#front_concept .content{
	width: 484px;
	padding: 120px 50px 120px 0;
}
#front_concept .text_big{
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.2em;
	margin-top: 4em;
}
#front_concept .text{
	line-height: 2;
	letter-spacing: 0.05em;
	margin-top: 2em;
}
#front_concept .link_detail{
	margin-top: 60px;
}
#front_concept .photo{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
}

/* ---------------------------------------------------------------------- */
/* front_info */
#front_info{
	padding: 90px 0;
}
#front_info .ch3{
	margin: 0 110px 0 0;
}
.ch3 .en::before
#front_info .text{
	flex: 1;
}
#front_info li{
	margin: 0 0 1em;
}
#front_info .text{
	flex: 1;
}
#front_info .catName{
	display: inline-block;
	padding: 0 0.4em;
	color: #FFF;
	font-size: 16px;
	line-height: 1.5;
	background-color: #023F6D;
	border-radius: 2px;
	margin-right: 0.5em;
}
#front_info .title{
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 0.075em;
}
#front_info .date{
	display: block;
	font-size: 1rem;
	color: #777777;
	margin-top: 5px;
}
#front_info .btn{
	margin-left: 2rem;
}

/* ---------------------------------------------------------------------- */
/* front_menu */
#front_menu{
	/* background: #002F59; */
	color: #fff;
	position: relative;
	padding: 80px 0;
}
#front_menu::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: #002F59;
	z-index: -10;
}
#front_menu .content {
	width: 25.3125%;
	padding: 70px 0;
	margin: 0 auto 0 15.625%;
}
#front_menu .text{
	line-height: 1.75;
	letter-spacing: 0.15em;
}
#front_menu .link_detail{
	margin-top: 1.5em;
	color: #fff;
}
#front_menu .link_detail:hover {
	color: #C4972F;
}
/* front_menu main_photo */
#front_menu .main_photo{
	height: 600px;
	margin: 0 50px 0;
	width: auto;
}
#front_menu .main_photo .photo{
	display: block;
	height: 600px;
}
#front_menu .main_photo img{
	object-fit: cover;
	max-width: none;
	width: 100%;
	height: 600px;
	position: absolute;
	transform: scale(106%);
	transition: 18s transform linear;
}
#front_menu .main_photo .fadein_animation img{
	transform: scale(100%);
	transition: 6s transform linear;
}
#front_menu .decoration {
	position: absolute;
  bottom: -72px;
  left: 20px;
	z-index: -5;
}

/* front_menu_slider */
.front_menu_slider{
	width: 51.25%;
	height: 320px;
	margin: 70px 50px 0 70px;
}
.front_menu_slider .slick-slide{
	margin-right: 20px;
	width: calc(25.625vw - 10px);
	height: 320px;
}
.front_menu_slider .slick-slide .photo{
	height: 320px;
}
.front_menu_slider .slick-slide .photo img{
	width: calc(100% + 40px);
	height: 320px;
}
.front_menu_slider .slick-prev{
	left: 20px;	
}
.front_menu_slider .slick-next{
	right: 20px;	
}

/* ---------------------------------------------------------------------- */
/* front_access & front_meeting */
#front_access,
#front_meeting{
	background: #fff;
	position: relative;
	padding: 80px 0;
}
#front_meeting{
	padding-bottom: 0;
}
#front_access .photo,
#front_meeting .photo{
	position: absolute;
	top: 140px;
	right: 0;
	width: 53.3125%;
	height: 376px;
	z-index: 2;
}
#front_meeting .photo{
	right: auto;
	left: 0;
}
#front_access .content,
#front_meeting .content{
	width: 62.5%;
	padding: 70px 20% 70px 5%;
	margin: 0 auto 0 0;
}
#front_meeting .content {
	padding: 70px 5% 70px 20%;
	margin: 0 0 0 auto;
}
#front_access .content .inner{
	margin: 0 0 0 auto;
	width: fit-content;
}
#front_access .ch3,
#front_meeting .ch3{
	margin-bottom: 20px;
}
#front_access .ch3 .jp,
#front_meeting .ch3 .jp{
	margin-top: 40px;
}
#front_access .text,
#front_meeting .text{
	line-height: 2;
	letter-spacing: 0.15em;
	max-width: 430px;
}
#front_access .link_detail,
#front_meeting .link_detail{
	margin-top: 50px;
}
#front_access .decoration {
	position: absolute;
	right: 20px;
	bottom: -170px;
	z-index: 10;
}

/* ---------------------------------------------------------------------- */
/* front_yokakura */
#front_yokakura .content{
	padding: 160px 80px 150px;
}
#front_yokakura .ch3{
	width: fit-content;
	margin-right: 0;
	margin-left: auto;
}
#front_yokakura .text{
	line-height: 1.75;
	letter-spacing: 0.15em;
	width: 600px;
	margin-right: 0;
	margin-left: auto;
}
#front_yokakura .cflex{
	justify-content: space-between;
	align-items: center;
	margin: 40px 0 120px;
}
#front_yokakura .logo{
	border: 1px solid #707070;
	height: 18.75vw;
	width: 18.75vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 80px;
	padding: 0 1em;
}
#front_yokakura .logo img{
	width: 12.5vw;
}
.front_yokakura_slider{
	width: 64.375vw;
	height: 25vw;
}
.front_yokakura_slider .slick-slide{
	margin-right: 1.875vw;
	width: 31.25vw;
}
.front_yokakura_slider .slick-slide .photo{
	height: 25vw;
}
.front_yokakura_slider .slick-slide .photo img{
	width: calc(31.25vw + 40px);
}
#front_yokakura .link{
	width: 64.375vw;
	justify-content: center;
	margin: 0 0 0 auto;
}
#front_yokakura .link li{
	margin: 0 2%;
}
@media (max-width: 1600px) {
	#front_yokakura .content{
		padding-left: 5vw;
	}
}
@media (max-width: 1400px) {
	#front_yokakura .content{
		padding-left: 1vw;
	}
}

/* ---------------------------------------------------------------------- */
/* front_plan */
#front_plan{
	padding: 150px 0 170px;
}
#front_plan .title{
	margin-bottom: 45px;
	justify-content: space-between;
}
#front_plan .ch3{
	margin-bottom: 0;
}
.front_plan_slider{
	width: 100%;
	height: auto;
}
.front_plan_slider .slick-dots{
	text-align: right;
	bottom: auto;
	top: -80px;
}
.front_plan_slider .slick-arrow{
	border-color: #777;
	top: 125px;
	z-index: 5;
}
.front_plan_slider .slick-arrow::before,
.front_plan_slider .slick-arrow::after{
	border-color: #000;
}
.front_plan_slider .slick-slide{
	margin-right: 40px;
	width: 340px;
}
.front_plan_slider .slick-slide .photowrap{
	display: block;
	/* height: 300px; */
	height: 250px;
	overflow: hidden;
}
.front_plan_slider .slick-slide .photo{
	/* height: 300px; */
	height: 250px;
}
.front_plan_slider .slick-slide .photo img{
	width: 380px;
	/* height: 300px; */
	height: 250px;
}
.front_plan_slider .text{
	line-height: 1.5;
	margin-top: 1em;
}
#front_plan .link_detail {
	border: 1px solid #333333;
	justify-content: center;
	margin: 4.5em auto 0;
	height: 64px;
	width: 400px;
}
#front_plan .link_detail:hover{
	border-color: #C4972F;
}
@media (max-width: 1300px) {
	.front_plan_slider .slick-prev{
		left: -2%;
	}
	.front_plan_slider .slick-next{
		right: -2%;
	}
}

/* ---------------------------------------------------------------------- */
/* front_hotspring & front_neighborhood */
#front_hotspring{
	background: #002F59;
	color: #fff;
	position: relative;
}
#front_neighborhood{
	background: #002F59;
	color: #fff;
	position: relative;
}
#front_hotspring a,
#front_neighborhood a{
	color: #fff;
}
#front_hotspring a:hover,
#front_neighborhood a:hover{
	color: #C4972F;
}
#front_hotspring .content,
#front_neighborhood .content{
	padding: 160px 0;
}
.front_hotspring_slider,
.front_neighborhood_slider{
	width: 100%;
	height: auto;
}
.front_hotspring_slider .slick-slide{
	margin-right: 30px;
	width: 1000px;
}
.front_neighborhood_slider .slick-slide{
	margin-right: 20px;
	width: 540px;
}
.front_hotspring_slider .slick-slide .photo{
	height: 600px;
}
.front_neighborhood_slider .slick-slide .photo{
	height: 340px;
}
.front_hotspring_slider .slick-slide .photo img{
	width: 1040px;
	height: 600px;
}
.front_neighborhood_slider .slick-slide .photo img{
	width: 580px;
	height: 340px;
}
.front_hotspring_slider .slider .slick-prev{
	left: calc(50% - 610px);
}
.front_neighborhood_slider .slider .slick-prev{
	left: calc(50% - 370px);
}
.front_hotspring_slider .slider .slick-next{
	right: calc(50% - 610px);
}
.front_neighborhood_slider .slider .slick-next{
	right: calc(50% - 370px);
}
#front_hotspring .link_detail,
#front_neighborhood .link_detail {
	justify-content: center;
	margin-top: 2.5em;
}
#front_hotspring .text,
#front_neighborhood .text{
	box-sizing: content-box;
	max-width: 800px;
	margin: 6em auto 0;
	padding: 0 80px;
	line-height: 1.75;
	letter-spacing: 0.15em;
}
#front_hotspring .decoration{
	width: fit-content;
	position: absolute;
	top: -170px;
	right: 4.375%;
}
#front_neighborhood .decoration {
	position: absolute;
	bottom: -160px;
	left: 40px;
}
@media (max-width: 1240px) {
	.front_hotspring_slider .slider .slick-prev{
		left: 20px;
	}
	.front_hotspring_slider .slider .slick-next{
		right: 20px;
	}
}

/* ---------------------------------------------------------------------- */
/* front_room */
#front_room{
	position: relative;
	/* color: #fff; */
	/* background: #2D4B71; */
}
#front_room .content{
	padding: 160px 0 0;
}
.front_room_item{
	background-size: auto 101%;
	background-position: center center;
	transition: 0.3s all ease-in-out;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 430px;
}
.front_room_item .inner{
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #fff;
	color: #333333;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* width: 280px; */
	width: 300px;
	height: 280px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.front_room_item:hover{
	background-size: auto 110%;
}
#front_room_yo{
	background-image: url(../images/index/room_photo_yo.jpg);
}
#front_room_wa{
	background-image: url(../images/index/room_photo_wa.jpg);
}
.front_room_item:hover .inner{
	background: rgba(255, 255, 255, 1);
}
.front_room_item .ch4{
	font-size: 22px;
}
.front_room_item .text{
	font-size: 18px;
	margin-top: 20px;
}
.front_room_item .link_detail {
	justify-content: center;
	margin-top: 20px;
}
.front_room_item .link_detail:hover{
	color: #333;
}
.front_room_item .link_detail:hover .mark{
	transform: scale(1);
}
.front_room_item .link_detail:hover .mark::before,
.front_room_item .link_detail:hover .mark::after{
	border-color: #333;
}
#front_room .decoration{
	width: fit-content;
	position: absolute;
	top: -140px;
	left: 4.375%;
}

/* ---------------------------------------------------------------------- */
/* front_voice */
#front_voice .content{
	background: #fff;
	padding: 160px 0 120px;
}
#front_voice .voice_items{
	justify-content: space-between;
}
#front_voice .voice_items .item{
	width: 31%;
	display: flex;
	position: relative;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
}
#front_voice .voice_items a::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background: linear-gradient(to right,  #000 0%,#262626 100%);
	transition: 0.3s all ease-in-out;
	z-index: -1;
}
#front_voice .voice_items .title,
#front_voice .voice_items .text{
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 0 20px;
	transition: 0.3s all;
}
#front_voice .voice_items .title{
	font-size: 26px;
	line-height: 1.3;
	padding-top: 0.8em;
}
#front_voice .voice_items .text{
	flex: 1;
	line-height: 1.375;
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

/* hover */
#front_voice .voice_items a:hover,
#front_voice .voice_items a:hover .title,
#front_voice .voice_items a:hover .text{
	border-color: #C4972F;
	opacity: 1;
}
#front_voice .voice_items a:hover::before{
	right: auto;
	left: 0;
	width: 100%;
}

/* review_items */
.review_items{
	width: 660px;
	margin: 60px auto 0;
	padding: 20px;
	justify-content: space-evenly;
	background: #fff;
}
.review_items .item{
	width: 160px;
}
.review_items .text{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #000000;
	color: #000000;
	margin-top: 10px;
}

/* btn_contact_faq */
#btn_contact_faq{
	background: #ECEFED;
}
.btn_items .item{
	width: 50%;
}
.btn_items .item a{
	height: 200px;
	justify-content: center;
	padding: 0 1.5em;
	position: relative;
	color: #fff;
}
.btn_items .item a:hover{
	opacity: 1;
	color: #C4972F;
}
.btn_items .item a:hover .mark{
	border-color: #C4972F;
}
.btn_items .text{
	text-align: center;
}
.btn_items .jp{
	font-size: 27px;
}
.btn_items .en{
	font-size: 17px;
	margin: 0 1em;
	letter-spacing: 0.05em;
}
.btn_items .item {
	position: relative;
	transition: all 0.3s ease-in-out;
}
.btn_items #contact_link:hover {
	background-size: auto 110%;
}
.btn_items #contact_link {
	background: url(../images/index/btn_contact.jpg) no-repeat center center rgba(0, 0, 0, .5);
	background-size: auto 101%;
}
.btn_items #faq_link {
	background: url(../images/index/btn_faq.jpg) no-repeat center center rgba(0, 0, 0, .5);
	background-size: auto 101%;
}
.btn_items #contact_link:hover,
.btn_items #faq_link:hover {
	background-size: auto 110%;
}

/* ---------------------------------------------------------------------- */
/* front_catalog */
#front_catalog{
	background: #fff;
}
#front_catalog .content{
	box-sizing: content-box;
	padding: 120px 6vw;
	margin: 0 auto;
	max-width: 780px;
	justify-content: space-between;
}
#front_catalog .photo{
	width: 35.8974%;
	height: 380px;
}
#front_catalog .text{
	width: 51.2821%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
	line-height: 1.3;
}
#front_catalog .title{
	font-size: 44px;
}
#front_catalog .comment{
	font-size: 24px;
	margin: 43px 0 60px;
}

/* End PC */
/* ---------------------------------------------------------------------- */

/* ---------------------------------------------------------------------- */
/* SP */
/* ---------------------------------------------------------------------- */
@media (max-width: 1000px) {

	.page_front .header.scroll {
		height: 18vw;
	}

	/* ---------------------------------------------------------------------- */
	/* front_mv */
	#front_mv{
		min-height: auto;
	}
	#front_mv::before{
		background: url(../images/index/mv_sp.jpg) center center;
		background-size: cover;
	}
	#front_mv .logo{
		width: 38vw;
		height: 24vw;
	}

	/* notice */
	#front_mv .notice{
		flex-direction: column;
		bottom: 5.3333vw;
		height: auto;
	}
	#front_mv .bestrate{
		width: 50.6667vw;
		height: auto;
	}
	#front_mv .bestrate .mark{
		left: 2vw;
		width: 13.6667vw;
		height: 7.3333vw;
		font-size: 0.84615rem;
	}
	#front_mv .bestrate .title,
	#front_mv .bestrate .text{
		margin-left: 17.2vw;
		line-height: 1.4;
	}
	#front_mv .bestrate .title{
		font-size: 0.80769rem;
	}
	#front_mv .bestrate .text{
		font-size: 0.53846rem;
		/* letter-spacing: -0.05em; */
		padding-right: 1em;
	}
	#front_mv .infection{
		width: 50.6667vw;
		height: 13.3333vw;
		margin-top: 0.76923rem;
	}
	#front_mv .infection .title{
		font-size: 0.92308rem;
	}
	#front_mv .infection .link{
		font-size: 0.57692rem;
		border-radius: 1rem;
	}

	/* front_mv_slider */
	.front_mv_slider img{
		width: calc(100vw + 5vw);
	}
	.front_mv_slider .mv_animation img{
		transform: translateX(-5vw);
	}

	/* ---------------------------------------------------------------------- */
	/* front_catchcopy */
	#front_catchcopy{
		height: calc(120vw + 50vw);
		margin-bottom: -50vw;
	}
	#front_catchcopy .text{
		font-size: 6.5vw;
		margin-top: 32vw;
	}
	.catchcopy_border_l,
	.catchcopy_border_r{
		width: calc((100vw - 32vw) / 2);
	}
	.catchcopy_border_l{
		top: 30vw;
	}
	.catchcopy_border_r{
		top: 104vw;
	}	
	.catchcopy_decoration_l{
		top: 70vw;
		left: 5vw;
		width: 37.7vw;
		height: auto;
	}	
	.upview .catchcopy_decoration_l{
		top: 80vw;
	}
	.catchcopy_decoration_r{
		top: 0;
		right: -4vw;
		width: 42.5vw;
		height: auto;
	}
	.upview .catchcopy_decoration_r{
		top: 10vw;
	}
	
	/* ---------------------------------------------------------------------- */
	/* front_concept */
	#front_concept{
		display: flex;
		flex-direction: column-reverse;
	}
	#front_concept .content{
		width: 100%;
		padding: 26.6667vw 0;
	}
	#front_concept .text_big{
		font-size: 1.1rem;
		margin-top: 3em;
	}	
	#front_concept .link_detail{
		margin-top: 10vw;
	}

	/* ---------------------------------------------------------------------- */
	/* front_info */
	#front_info{
		padding: 20vw 0;
	}
	#front_info .catName{
		display: inline-block;
		padding: 0 0.4em;
		color: #FFF;
		font-size: 0.92308rem;
		background-color: #023F6D;
		margin-right: 0.5em;
	}
	#front_info .text{
		margin-top: 1rem;
	}
	#front_info .title{
		font-size: 1.23077rem;
	}
	#front_info .date{
		font-size: 0.92308rem;
		margin-top: 0.3rem;
	}
	#front_info .link_detail{
		justify-content: flex-end;
	}

	/* ---------------------------------------------------------------------- */
	/* front_menu */
	#front_menu{
		padding: 16vw 0;
	}
	#front_menu .cflex{
		display: flex;
		flex-direction: column-reverse;
	}
	#front_menu .content{
		width: 88%;
		padding: 0;
		margin: 0 6vw;
	}
	#front_menu .text{
		line-height: 1.75;
		letter-spacing: 0.15em;
	}
	#front_menu .link_detail{
		margin-top: 1.5em;
	}
	/* front_menu main_photo */
	#front_menu .main_photo{
		height: 80vw;
		margin: 0;
	}
	#front_menu .main_photo .photo{
		height: 80vw;
	}
	#front_menu .main_photo img{
		height: 80vw;
	}

	/* front_menu_slider */
	#front_menu .front_menu_slider{
		position: relative;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 35vw;
		margin: 4vw auto 15vw;
	}
	#front_menu .slider .slick-dots {
		bottom: -2.5em;
	}
	#front_menu .front_menu_slider .slick-slide{
		margin-right: 6.6667vw;
		width: 45vw;
		height: 35vw;
	}
	#front_menu .front_menu_slider .slick-slide .photo{
		height: 35vw;
	}
	#front_menu .front_menu_slider .slick-slide .photo img{
		width: calc(45vw + 10vw);
		height: 35vw;
	}
	#front_menu .decoration {
		width: 40vw;
    bottom: -10vw;
	}

	/* ---------------------------------------------------------------------- */
	/* front_access & front_meeting */
	#front_access,
	#front_meeting{
		padding: 16vw 0;
	}
	#front_access{
		padding-bottom: 32vw;
	}
	#front_access .photo,
	#front_meeting .photo{
		width: 80%;
		height: 40vw;
		top: auto;
		bottom: 0;
	}
	#front_access .photo{
		bottom: 16vw;
	}
	#front_access .content,
	#front_meeting .content{
		width: 86.6667vw;
		padding: 12vw 6vw 30vw;
		margin: 0 auto;
	}
	#front_access .ch3,
	#front_meeting .ch3{
		margin-bottom: 2rem;
	}
	#front_access .ch3 .jp,
	#front_meeting .ch3 .jp{
		margin-top: 1rem;
	}
	#front_access .link_detail,
	#front_meeting .link_detail{
		margin-top: 2rem;
	}
	#front_access .decoration {
		width: 40vw;
    bottom: -10vw;
	}

	/* ---------------------------------------------------------------------- */
	/* front_yokakura */
	#front_yokakura .content{
		padding: 15vw 0 20vw;
	}
	#front_yokakura .ch3{
		margin-right: 6.6667vw;
	}
	#front_yokakura .ch3 .en{
		justify-content: flex-end;
	}
	#front_yokakura .text{
		line-height: 1.5;
		width: 86.6667vw;
		margin-right: 6.6667vw;
	}
	#front_yokakura .cflex{
		align-items: center;
		margin: 8vw 0 10.6667vw;
	}
	#front_yokakura .logo{
		border: 1px solid #707070;
		height: 60vw;
		width: 60vw;
		display: flex;
		justify-content: center;
		align-items: center;
		margin: 0 auto 8vw;
	}
	#front_yokakura .logo img{
		width: 40vw;
	}
	#front_yokakura .front_yokakura_slider{
		width: 100%;
		height: 69.3333vw;
	}
	#front_yokakura .front_yokakura_slider .slick-slide{
		margin-right: 6.6667vw;
		width: 86.6667vw;
	}
	#front_yokakura .front_yokakura_slider .slick-slide .photo{
		height: 69.3333vw;
	}
	#front_yokakura .front_yokakura_slider .slick-slide .photo img{
		width: calc(86.6667vw + 10vw);
	}
	#front_yokakura .link{
		width: 73.3333vw;
		margin: 0 auto;
	}
	#front_yokakura .link li{
		margin: 1em 0 0;
	}

	/* ---------------------------------------------------------------------- */
	/* front_plan */
	#front_plan{
		padding: 20vw 0 43vw;
		position: relative;
	}
	#front_plan .link_detail{
		position: absolute;
		bottom: 20vw;
		right: 6vw;
		width: 88%;
	}
	.front_plan_slider{
		width: 100vw;
		margin-left: -6.6667vw;
	}
	.front_plan_slider .slick-slide{
		margin-right: 6.6667vw;
		width: 86.6667vw;
	}
	.front_plan_slider .slick-slide .photowrap{
		/* height: 80vw; */
		height: 60vw;
	}
	.front_plan_slider .slick-slide .photo{
		/* height: 80vw; */
		height: 60vw;
	}
	.front_plan_slider .slick-slide .photo img{
		width: calc(86.6667vw + 10vw);
		/* height: 80vw; */
		height: 60vw;
	}
	.front_plan_slider .slick-dots{
		text-align: center;
		top: auto;
		bottom: -2rem;
	}
	.front_plan_slider .slick-arrow{
		top: 35vw;
	}
	.front_plan_slider .slick-prev{
		left: 1rem;
	}
	.front_plan_slider .slick-next{
		right: 1rem;
	}	

	/* ---------------------------------------------------------------------- */
	/* front_hotspring & front_neighborhood */
	#front_hotspring .content,
	#front_neighborhood .content{
		padding: 21.3333vw 0 37.3333vw;
		position: relative;
	}
	#front_hotspring .link_detail,
	#front_neighborhood .link_detail{
		position: absolute;
		bottom: 20vw;
		/* right: 6.6667vw; */
		right: 0;
		width: 100%;
	}
	.front_hotspring_slider .slick-slide{
		margin-right: 5.3333vw;
		width: 80vw;
	}
	.front_neighborhood_slider .slick-slide{
		margin-right: 2.6667vw;
		width: 72vw;
	}
	.front_hotspring_slider .slick-slide .photo{
		height: 50vw;
	}
	.front_neighborhood_slider .slick-slide .photo{
		height: 45vw;
	}
	.front_hotspring_slider .slick-slide .photo img{
		width: calc(86.6667vw + 10vw);
		height: 50vw;
	}
	.front_neighborhood_slider .slick-slide .photo img{
		width: calc(72vw + 10vw);
		height: 45vw;
	}
	.front_hotspring_slider .slider .slick-prev,
	.front_neighborhood_slider .slider .slick-prev{
		left: 3vw;
	}
	.front_hotspring_slider .slider .slick-next,
	.front_neighborhood_slider .slider .slick-next{
		right: 3vw;
	}
	#front_hotspring .text,
	#front_neighborhood .text{
		width: 86.6667vw;
		margin-top: 4em;
		padding: 0;
	}
	#front_hotspring .decoration{
		top: -15vw;
		right: 4.375%;
		width: 40vw;
		height: auto;
	}
	#front_neighborhood .decoration {
		width: 40vw;
    bottom: -10vw;
    left: 3vw;
	}


	/* ---------------------------------------------------------------------- */
	/* front_room */
	#front_room .content{
		padding: 21.3333vw 0 0;
	}
	#front_room .w1600{
		width: 100%;
	}
	.front_room_item{
		height: 80vw;
	}
	.front_room_item .inner{
		/* width: 60vw;
		height: 60vw; */
		width: 67vw;
    height: 57vw;
	}
	.front_room_item .ch4{
		font-size: 1.5rem;
	}
	.front_room_item .text{
		font-size: 1.1rem;
		margin-top: 1rem;
	}
	.front_room_item .link_detail {
		margin-top: 1rem;
	}
	#front_room .decoration{
		top: -15vw;
		left: 4.375%;
		width: 40vw;
		height: auto;
	}
	
	/* ---------------------------------------------------------------------- */
	/* front_voice */
	#front_voice .content{
		padding: 21.3333vw 0 20vw;
	}
	#front_voice .voice_items .item{
		width: 100%;
		margin-top: 6.6667vw;
		padding: 1rem 0;
	}
	#front_voice .voice_items .upview.uv3,
	#front_voice .voice_items .upview.uv4,
	#front_voice .voice_items .upview.uv5{
		animation: showup 1s ease-out 1s 1 normal forwards;
	}
	#front_voice .voice_items .title,
	#front_voice .voice_items .text{
		padding: 0 3rem;
	}
	#front_voice .voice_items .title{
		font-size: 1.30769rem;
		padding-top: 2rem;
	}
	#front_voice .voice_items .text{
		line-height: 1.375;
		padding-top: 1.5rem;
		padding-bottom: 2rem;
	}

	/* review_items */
	.review_items{
		width: 100%;
		display: flex;
		margin: 10.6667vw auto 0;
		padding: 2.6667vw;
	}
	.review_items .item{
		width: 21.3333vw;
	}
	.review_items .text{
		height: 1.15385rem;
		border-radius: 1rem;
		margin-top: 1.3333vw;
		font-size: 0.61538rem;
	}

	/* btn_contact_faq */
	#btn_contact_faq .w1600{
		margin: 0;
		width: 100%;
	}
	.btn_items .item{
		width: 100%;
	}
	.btn_items .item a{
		height: 30vw;
	}
	.btn_items .jp{
		font-size: 1.38462rem;
	}
	.btn_items .en{
		font-size: 1.11538rem;
	}

	/* ---------------------------------------------------------------------- */
	/* front_catalog */
	#front_catalog .content{
		padding: 21.3333vw 6.6667vw;
		margin: 0 auto;
	}
	#front_catalog .photo{
		width: 53.3333vw;
		height: 72.4vw;
		margin: auto;
	}
	#front_catalog .text{
		width: 73.3333vw;
		margin: auto;
	}
	#front_catalog .title{
		font-size: 1.92308rem;
		margin-top: 2rem;
	}
	#front_catalog .comment{
		font-size: 1.15385rem;
		line-height: 2;
		margin: 2rem auto;
	}
}
/* End @media (max-width:1000px) */
