    

/**** header ***/
@media (min-width: 1001px) {
	#wrapper{
		padding-top: 0;
	}

}

#top_visual{
	position: relative;
}
#top_visual .mv_text {
  position: absolute;
  top: 50%;
  left: 50%;
}


#top_visual .mv_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 5em;
  font-weight: bold;
  text-align: center;
  z-index: 1000;
}

#top_visual .mv_text .text02{
	font-size: 0.2em;
}
#top_visual .mv_text .text03 {
  font-size: 0.21em;
  background-color: #a6192e; /*RW #e21232;*/
  color: #fff;
  margin-top: 20px;
}
#top_visual .mv_text .text03 a{
  display: block;
  padding: 10px 20px;
  text-align: center;
  font-weight: normal;
}

#top_visual .mv_text .text03 a:hover{
color: #fff;
  text-decoration: none;
}

.service_list .text_wrap .text_content{
	position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
}

.service_list .service_list_box .text_wrap .section_title{
	margin-bottom: 20px;
}

.service_list .service_list_box .text_wrap .section_title .f_en{
	color: #a6192e; /*RW #d11f2e;*/
}

.service_list .link{
	position: absolute;
  bottom: 30px;
  right: 30px;
  color: #fff;
}

/*** visual ***/
.mv_container{
	position: relative;
	z-index: 1;
}
.mv_content{
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1;
  transform: translate3d(-50%,-50%,0);
	text-align: center;
	padding-top: 26vh;
  background-color: rgba(0,0,0,0.50);
  max-width: 90%;
  width: 360px;
  padding: 40px 20px;
  color: #FFFFFF;
}
.mv_content .text{
  font-size: 0.81rem;
}
.mv_content .access{
  font-size: 0.75rem;
}
.btn_mv_content{
  display: inline-flex;
  max-width: 100%;
  height: 46px;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 0.81rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-indent: 0.08em;
  text-align: center;
  color: #FFFFFF;
  padding: 0px 30px;
  border: 1px solid #FFFFFF;
  position: relative;
  transition: background-color 0.3s ease,
    color 0.3s ease;
}
.btn_mv_content:hover{
  background-color: #FFFFFF;
  color: #000000;
}
.mv_logo{
	/*text-align: center;
	padding: 50px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-grow: 1;*/
}
.mv_logo img{
  width: 200px;
}
.mv_info{
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 1;
}

.mv_info_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	background-color: #090603;
}
.mv_info_left{
	display: flex;
	align-items: center;
	grid-gap: 30px;
	font-size: 0.94rem;
	line-height: 1.8;
	color: #FFFFFF;
	margin-left: 30px;
}
.mv_info_left label{
	line-height: 1.8;
}
.mv_info_left ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	grid-column-gap: 30px;
	margin: 0px;
}
.mv_info_left ul li a{
	display: block;
	position: relative;
}
.mv_info_left ul li a:before{
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #a0a0a9;
	margin-right: 5px;
	vertical-align: middle;
}
.mv_info_left ul li a:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #a0a0a9;
	position: absolute;
	left: 0px;
	bottom: 0px;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.mv_info_left ul li a:hover:after{
	opacity: 1;
}
.mv_info_pdf .pdf{
	display: inline-block;
	font-size: 0.56rem;
	line-height: 1;
	padding: 2px 5px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	margin-left: 10px;
}
.mv_reserve_form{
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
	padding: 20px;
	text-align: center;
  background-color: rgba(0,0,0,1);
	/*display: flex;
	justify-content: center;
	align-items: center;*/
}
/*.top_slider{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: -1;
}
.slick-list,
.slick-track,
.slider_box{
	height: 100%;
}*/
.top_slider .slider_box img{
	width: 100%;
	//height: calc( 100vh - 70px );
	object-fit: cover;
}


@media (max-width: 768px) {
	/*.mv_logo{
		padding-top: 0px;
		top: 0px;
		height: calc( 100vh - 50px );
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 50px;
	}*/

	#top_visual .mv_text{

	  font-size: 3.5em;
	  font-weight: bold;
	  text-align: center;
	  width: 100%;
	}
  .mv_content{
    top: calc( (100% - 115px) / 2 );
  }
	.mv_logo img{
    width: 150px;
	}
	.mv_info{
		position: relative;
	}
	.mv_info_inner{
		display: block;
		height: auto;
		position: absolute;
		left: 0px;
		right: 0px;
		bottom: 100%;
	}
	.mv_info_left{
		grid-gap: 15px;
		margin-left: 0px;
		padding: 10px 20px;
	}
	.mv_info_left label{
		margin-bottom: 5px;
	}
	.mv_info_left ul{
		display: flex;
		align-items: center;
		grid-column-gap: 15px;
		flex: 1;
	}
}


/**** catch ****/
#catch .container_block{
	position: relative;
}

#catch .container_block02{
	position: relative;
}
#catch .section_title{
	padding-bottom: 30px;
}
#catch .section_title:after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background-color: #ff385c;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#catch .copy{
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 20px;
}
.container_block{
	display: flex;
	margin-bottom: 100px;
}

.container_block .text_wrap {
  width: 60%;
  padding-right: calc((100vw - 1200px) / 2);
  padding-left: 120px;
  order: 2;
  line-height: 2;
}

.container_block .text_wrap h3{
	font-size: 1.8em;
	margin-bottom: 30px;
	font-weight: bold;
}

.container_block .thumb_wrap {
  width: 40%;
  order: 1;
}

.container_block02{
	display: flex;
	align-items: center;
}

.container_block02 .text_wrap {
  width: 60%;
  padding-left: calc((100vw - 1200px) / 2);
  padding-right: 120px;
  order: 1;
  line-height: 2;
}

.container_block02 .text_wrap h3{
	font-size: 1.8em;
	margin-bottom: 30px;
	font-weight: bold;
}

.container_block02 .thumb_wrap {
  width: 40%;
  order: 2;
}

.container_block02 .text_wrap p{
	font-size: 1rem;
	line-height: 2.4;
	margin-bottom: 1em;
}

@media (max-width: 768px) {
	.container_block{
		display: block;
		margin-bottom: 80px;
		padding: 0 20px;
	}

	.container_block .text_wrap {
	  width: 100%;
	  padding-right: 0;
	  padding-left: 0;
	  order: 2;
	  line-height: 2;
	}

	.container_block .text_wrap h3{
		font-size: 1.5em;
		margin-bottom: 20px;
		font-weight: bold;
	}

	.container_block .thumb_wrap {
	  width: 100%;
	  order: 1;
	  margin-bottom: 20px;
	}

	.container_block02{
		display: block;
		padding: 0 20px;
	}

	.container_block02 .text_wrap {
	  width: 100%;
	  padding-left: 0;
	  padding-right: 0px;
	  order: 1;
	  line-height: 2;
	}

	.container_block02 .text_wrap h3{
		font-size: 1.5em;
		margin-bottom: 20px;
		font-weight: bold;
	}

	.container_block02 .thumb_wrap {
	  width: 100%;
	  order: 2;
	  margin-bottom: 20px;
	}

	#catch .section_title{
		padding-bottom: 20px;
	}
}



/**** reason ****/
#reason a{
	display: block;
	position: relative;
}
#reason .text_wrap{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate3d(0,-50%,0);
}
#reason .section_title{
	position: relative;
}
#reason .section_title:after{
	content: "";
	display: inline-block;
	background: url(../images/common/arrow_right_white.svg) left top no-repeat;
	background-size: contain;
	width: 50px;
	height: 25px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translate3d(0,-50%,0);
}


/**** works ***/



/**** flow ****/


/**** price ****/
#price .container_block02 .thumb_wrap{
	order: 1;
}


/**** service ****/
.section_title.f_min{
	font-size: 2rem;
}
.service_list_box a{
	display: block;
	position: relative;
}
.service_list_box a:after{
	content: "";
	display: inline-block;
	background: url("../images/common/arrow_right_white.svg") left top no-repeat;
	background-size: contain;
	width: 30px;
	height: 15px;
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.service_list_box img{
	width: 100%;
}
.service_list_box .text_wrap{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_list_box .text_wrap .section_title{
	color: #FFFFFF;
	margin-bottom: 0;
}
.service_list_box .text_wrap .section_title .f_en{
	color: #FFFFFF;
}
.service_list_box .text_wrap .section_title .f_en:before{
	background-color: #FFFFFF;
}


/*** information ***/
#information .cat_list{
	display: flex;
}

#information .cat_list li{
	margin-right: 10px;
}


#information .cat_list a{
  padding: 10px 15px;
  border: 1px solid #787878;
  background: #fff;
  color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#information .cat_list a:hover {
  background: #787878;
  color: #fff;
}

@media (max-width: 768px) {
	#information .container{
		display: flex;
		flex-direction: column;
	}
	#information .container .section_title_block{
		display: contents !important;
	}
	#information .container .section_title_block .section_btn{
		order: 1;
		margin-top: 40px;
	}
	.information_title{
		margin-bottom: 30px;
	}
}





/***　検索 ****/
.reserve_form{
	text-align: left;
	background-color: rgba(255,255,255,1);
	padding: 20px 20px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px 30px;
	flex-wrap: wrap;
}
.reserve_form_content{
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 20px;
	flex-wrap: wrap;
}
.reserve_form_content form{
	display: contents;
}
.reserve_title .f_en{
	display: block;
	font-size: 1.13rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #644132;
}
.reserve_title .f_ja{
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	color: #a7745e;
}
.reserve_form select{
	border: 1px solid #644132;
	border-radius: 10px;
	padding: 5px 10px 5px 10px;
	font-size: 0.94rem;
	letter-spacing: 0.04em;
	line-height: 1.7;
	color: #644132;
	width: 3.5em;
	  -webkit-appearance: none;
  appearance: none;
}
.reserve_form select.obj_year{
	width: 4.5em;
}
.reserve_form select:focus{
	outline: none;
}
.reserve_form dt{
	font-size: 0.81rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
}
.reserve_form dd{
	display: flex;
	align-items: baseline;
	grid-gap: 5px;
	font-size: 0.81rem;
	letter-spacing: 0.04em;
}
.reserve_form .btn_search{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.reserve_form button{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	width: 260px;
	height: 50px;
	background-color: #644132;
	font-size: 0.81rem;
	letter-spacing: 0.04em;
	color: #FFFFFF;
}
.reserve_link{
	border-left: 1px solid rgb(99 66 51 / 27%);
	padding-left: 20px;
	margin-left: 20px;
}
.reserve_link p a{
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	text-decoration: underline;
	white-space: nowrap;
}
.btn_search_sp{
  display: none;
}

@media (max-width: 1200px) and (min-width: 1001px) {
	.reserve_form {
    padding: 20px 15px;
    grid-gap: 20px 20px;
	}
	.reserve_title .f_en{
		font-size: 1.06rem;
	}
	.reserve_form_content{
		grid-gap: 15px;
	}
	.reserve_form button{
		width: 180px;
	}
	.reserve_link {
    padding-left: 8px;
    margin-left: 13px;
	}
	.reserve_form select{
		font-size: 0.91rem;
	}
	.reserve_form select{
		width: 3em;
	}
	.reserve_form select.obj_year {
    width: 4em;
	}
}

@media (max-width: 1000px) {
	/*.reserve_form{
		padding: 20px 20px;
		border-radius: 5px;
		display: block;
		background-color: #FFFFFF;
	}
	.reserve_form_label{
		margin-bottom: 15px;
	}
	.reserve_form_content{
		display: block;
	}
	.reserve_form .con_day{
		margin-bottom: 10px;
	}
	.reserve_form .con_person{
		margin-bottom: 15px;
	}
	.reserve_form .btn_search{
		display: block;
	}
	.reserve_link {
		margin-top: 10px;
		border-left: none;
		padding-left: 0px;
		margin-left: 0px;
	}*/
	.top_slider .slider_box img{
		width: 100%;
		//height: calc( 100vh - 50px - 80px );
		object-fit: cover;
	}
	.mv_reserve_form{
		padding: 10px;
		/*background-color: transparent!important;*/
	}
  .reserve_form{
    display: none;
  }
  .btn_search_sp{
    display: block;
  }
  .btn_search_sp a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    height: 60px;
    background-color: #644132;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.04em;
    color: #FFFFFF;
  }
}



/**** アニメーション ****/
/*.loaded_mv{
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 11;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
}
.loaded_mv_logo{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: calc( 26vh + 70px );
	opacity: 0;
	transition: opacity 1.6s ease 0.2s;
}
@media (max-width: 1000px){
	.loaded_mv_logo{
		top: calc( 26vh + 50px );
	}
}
body.loaded .loaded_mv_logo{
	animation: loading-logo 4s ease 1 forwards;
	animation-delay: 0.5s;
}
@keyframes loading-logo {
  to {opacity: 1;}
}
body.loaded .loaded_mv{
	animation: loading-off 2s ease 1 forwards;
	animation-delay: 3s;
}
@keyframes loading-off {
  to {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}


.top_slider.slick-initialized .slider_box img{
	-webkit-filter: blur(20px);
	filter: blur(20px);
	transform: scale(1);
	transition: transform 0.6s ease 1s;
}

.top_slider.slick-initialized .slider_box.slick-current img{
	-webkit-filter: blur(20px);
	filter: blur(20px);
	animation: scale 6s ease 0s forwards;
	}
.top_slider.slick-initialized .slider_box.slick-active img{
  -webkit-filter: blur(0px);
  filter: blur(0px);
	animation: scale 6s ease 0s forwards;
}

@keyframes scale{
 to {
		transform: scale(1.1);
	}
}


@media (max-width: 768px) {
	.loaded_mv_logo{
		top: 50px;
		bottom: 0px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding-bottom: 50px;
	}
	.loaded_mv_logo img{
		zoom: 0.75;
	}
}
*/


/**** section_title ****/
.f_bg_line {
    background: url(../images/top/room_recomended_border.png) left bottom repeat-x;
    background-size: 160px 6px;
    padding-bottom: 15px;
}


.cat_icon{
  background: #ebebeb;
  padding: 5px 10px;
  font-size: 0.75em;
}
@media (max-width: 768px) {
.news_cat{
	margin-bottom: 10px;
}
}

