@charset "UTF-8";
/* CSS Document */

/* ctitle
---------------------------------------------------------------------- */
.ctitle {
	display: flex;
    align-items: center;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 0;
    writing-mode: vertical-rl;
}

.ctitle span {
	font-size: 20px;
	letter-spacing: 0.1em;
	margin: 20px -5px 0 0;
}

.ctitle_deco {
	font-size: 30px;
	letter-spacing: 0.12em;
	line-height: 1.53;
	font-weight: 600;
	position: relative;
	text-align: center;
}

.ctitle_deco::after {
	content: "";
	display: block;
	width: 330px;
	height: 323px;
	background: url(../images/bg_ttl01.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.section_block {
	display: flex;
	gap: 20px;
	position: relative;
}

.section_block_content {
	display: flex;
	flex-direction: row-reverse;
	padding-top: 17px;
}

.section_block_content .ctitle {
	writing-mode: vertical-rl;
	margin-left: 3px;	
}

.section_block_content p {
	font-size: 26px;
	font-weight: 600;
	line-height: 1.69;
	writing-mode: vertical-rl;
	letter-spacing: 0.12em;
}

.section_block_img {
	width: 70%;
	height: 624px;
}

.section_block_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.section_block.section_block--reverse {
	flex-direction: row-reverse;
}

/* mv
---------------------------------------------------------------------- */
#mainvisual {
	width: 100%;
	height: 736px;
	overflow: hidden;
	position: relative;
	margin-bottom: 132px;
}

#mainvisual .mvslide {
	width: 100%;
	height: 100%;
}

#mainvisual .mvslide_img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.mvslide {
	position: absolute;
	top: 0;
	left: 0;
}

.mainvisual_content {
    display: flex;
    align-self: center;
    justify-content: center;
    height: 100%;
    z-index: 1;
    position: relative;
    flex-direction: column;
    align-items: center;
}

.mainvisual_ttl {
	color: #fff;
	font-weight: 600;
	font-size: 44px;
	letter-spacing: 0.1em;
	line-height: 1.68;
	text-align: center;
}

.mainvisual_logo {
	width: 445px;
	margin-bottom: 53px;
}

.mainvisual_logo img {
	width: 100%;
}


/* concept
---------------------------------------------------------------------- */
.concept {
	padding: 100px 0 70px;
	background: url(../images/bg_concept.jpg) no-repeat;
	background-size: cover;
}

.concept_wrap {
    display: flex;
    flex-direction: row-reverse;
	justify-content: center;
}

.concept p {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0.1em;
    line-height: 2.15;
    writing-mode: vertical-rl;
    margin-left: 60px;
	font-weight: 600;
	text-shadow: 
	0 0 39px rgba(0, 0, 0, 0.8), 
	0 0 37px rgba(0, 0, 0, 0.6);
}

.concept p span {
    text-indent: -.5em;
    display: inline-block;
}

.concept p:last-of-type {
	margin-left: 0;
}


/* cuisine
---------------------------------------------------------------------- */
.cuisine {
	padding: 140px 0 112px;
	position: relative;
	background-image:url('../images/bg_cuisine.png') ;
	background-color: #fff;
	z-index: 0;
}

.cuisine::before {
	content: "";
	display: block;
	width: 100%;
	height: 74.8%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/bg_cuisine2.png);
	background-color: #672C30;
	z-index: -1;
}

.cuisine::after {
	content: "";
	position: absolute;
	right: 0;
    top: 683px;
    background: url(../images/deco_matsu01.png) no-repeat;
    width: 582px;
    height: 400px;
    background-size: contain;
}

.cuisine .ctitle {
	letter-spacing: 0.2em;
}

.cuisine .section_block {
    gap: 62px;
}

.cuisine .section_block_content p {
	font-size: 28px;
	line-height: 1.57;
}

.cuisine_wrap {
	padding-left: 100px;
	padding: 78px 0 45px 200px;
}

.cuisine_ttl {
	color: #fff;
	font-size: 44px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.8;
	margin-bottom: 10px;
}

.cuisine_txt {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.92;
}

.cuisine_list {
	display: flex;
	flex-wrap: wrap;
	row-gap: 45px;
	justify-content: space-between;
	margin-bottom: 82px;
}

.cuisine_list li {
	width: 32%;
}

.cuisine_list figcaption {
	color: #fff;
	letter-spacing: 0.08em;
	text-align: center;
}

.cuisine_btn {
	display: block;
	max-width: 922px;
	margin: 0 auto;
}


/* hotspring
  ---------------------------------------------------------------------- */
.hotspring {
	padding: 110px 0 255px;
}

.hotspring .section_block:first-of-type {
	position: relative;
}

.hotspring .section_block:first-of-type::after {
	content: "";
	position: absolute;
    right: 17px;
    top: 493px;
    background: url(../images/deco_matsu02.png) no-repeat;
    width: 353px;
    height: 212px;
    background-size: contain;
}

.hotspring .section_block:last-of-type {
	gap: 70px;
}

.hotspring .section_block_img_sub {
	position: absolute;
    right: 57.3%;
    bottom: -149px;
}


/* rooms
  ---------------------------------------------------------------------- */
.rooms {
	padding: 110px 0 115px;
	background: url(../images/bg_rooms.png) no-repeat;
	background-size: 100% auto;
	background-color: #F2EDE7;
	position: relative;
}

.rooms > .section_block:first-of-type {
	margin-bottom: 45px;
	position: relative;
}

.rooms > .section_block:first-of-type::after {
    content: "";
    position: absolute;
    left: 1px;
    background: url(../images/deco_matsu02.png) no-repeat;
    width: 330px;
    height: 198px;
    background-size: contain;
    transform: scale(-1, 1);
    bottom: -232px;
}

.rooms .section_block {
	position: relative;
	z-index: 1;
}

.rooms .section_block--reverse .section_block_img {
	width: 66.6%;
}

.rooms .section_block:last-of-type {
	gap: 70px;
}

.rooms .section_block_img_sub {
	position: absolute;
    right: 63%;
    bottom: -35px;
	z-index: 1;
}

.rooms_item {
	position: relative;
	padding:130px 0 100px;
}

.rooms_item::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 242px;
	background: url(../images/bg_rooms02.png);
	z-index: 0;
}

.rooms_item .section_block {
	align-items: center;
}

.rooms_item .section_block .section_block_img {
	width: 66.5%;
	height: 564px;
}

#special_room .ctitle_deco {
    margin-top: -258px;
    margin-right: 22px;
}

#special_room .ctitle_deco::after {
    top: 65%;
    left: 51%;
}

#air_bath .ctitle_deco {
    margin-top: -242px;
    margin-left: 23px;
}

#air_bath .ctitle_deco::after {
	background-image: url(../images/bg_ttl02.png);
}

#air_bath .section_block_img_sub {
    right: initial;
    left: 63%;
}

#japanese_bath.rooms_item {
    padding: 130px 0 0;
}

#japanese_bath.rooms_item::after {
	content: none;
}

#japanese_bath .ctitle_deco {
    margin-top: -15px;
    margin-right: 14px;
}

#japanese_bath .ctitle_deco::after {
	background-image: url(../images/bg_ttl03.png);
}

#japanese_toilet.rooms_item {
    padding: 90px 0 100px;
	position: relative;
}

#japanese_toilet.rooms_item::after {
	content: none;
}

#japanese_toilet .ctitle_deco {
    margin-top: -9px;
    margin-left: 80px;
}

#japanese_toilet .ctitle_deco::after {
	background-image: url(../images/bg_ttl04.png);
}

#japanese_toilet.rooms_item::before {
    content: "";
    position: absolute;
    right: 1px;
	top: 70px;
    background: url(../images/deco_matsu02.png) no-repeat;
    width: 330px;
    height: 198px;
    background-size: contain;
}

.japanese_wrap {
	padding-top: 55px;
	background: url(../images/bg_japanese.png) no-repeat;
	background-size: 100% auto;
}

/* banner
  ---------------------------------------------------------------------- */
.banner {
	padding-top: 12px;
}

.banner_list {
	max-width: 950px;
	margin: 0 auto;
}

.banner_list li:first-of-type {
	margin-bottom: 64px;
	position: relative;
}

.banner_list li:first-of-type::after ,
.banner_list li:first-of-type::before {
	content: "";
	display: block;
	position: absolute;
    top: -62px;
    left: -89px;
	width: 174px;
	height: 143px;
	background: url(../images/deco_banner.png) no-repeat;
	background-size: contain;
}

.banner_list li:first-of-type::before {
	top: initial;
	left: initial;
    bottom: -53px;
    right: -105px;
	transform: scale(-1,1);
}


/* messagemessage
  ---------------------------------------------------------------------- */
.message {
    padding: 155px 0 135px;
	background: url(../images/img_message.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.message_ttl {
	font-size: 38px;
	font-weight: 600;
	line-height: 1.52;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
	text-shadow:
	0 0 23px rgba(0, 0, 0, 1),
	0 0 23px rgba(0, 0, 0, 1),
	0 0 39px rgba(0, 0, 0, 0.8),
	0 0 37px rgba(0, 0, 0, 0.6)
}

.message_ttl span:not(.en) {
	letter-spacing: 0.12em;
}

.message_ttl span.en {
	display: block;
	font-size: 22px;
	line-height: 1.75;
	font-weight: 400;
	letter-spacing: 0.04em;
	margin-top: 20px;
}

/* sightseeing
  ---------------------------------------------------------------------- */
.sightseeing {
	background: url(../images/bg_sightseeing.jpg) no-repeat;
	background-size: cover;
	padding: 110px 0 200px;
	position: relative;
}

.sightseeing_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 950px;
	margin: 0 auto;
	row-gap: 50px;
}

.sightseeing_list li {
	width: 48.5%;
}

.sightseeing_ttl {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0;
	margin-bottom: 20px;
}

.sightseeing_btn {
	display: block;
	width: 100%;
	max-width: 922px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%,50%);
}


/* footer
  ---------------------------------------------------------------------- */
.footer {
	color: #fff;
	background-color: #005037;
	padding: 132px 0 20px;
}

.footer_wrap {
	display: flex;
	justify-content: center;
	position: relative;
    margin-bottom: 53px;
    padding-left: 164px;
    gap: 47px;
}

.foot_logo {
	position: absolute;
    top: 3px;
    left: 20.7%;
}

.footer_ttl {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: 0;
}

.footer_contact {
	font-weight: 600;
	line-height: 1.01;
}

.footer_contact p {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.1em;
}

p.footer_tel {
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom: 15px;
}

p.footer_note {
	letter-spacing: 0.08em;
}

.copyright {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0;
	text-align: center;
}