@charset "UTF-8";

/*
COMMON
*/

/* category top head */
.category_top_head {
position: relative;
}
.category_top_head > figure img {
object-fit: cover;
width: 100%;
height: 260px;
}
.category_top_head.detail > figure img {
height: 180px;
}
.category_top_head .wrapper {
padding-top: 2rem;
}
.category_top_head .image_letter {
top:250px;
right:0;
width: 130px;
opacity: 1;
}
.category_top_head.detail .image_letter {
top:120px;
opacity: .6;
}
.category_top_head .col-5 {
z-index: 3;
}
.category_top_head .catch {
font-family: var(--font-family-en);
text-align: center;
font-size: var(--15px);
letter-spacing: normal;
font-weight: 500;
}
.category_top_head .category_title {
margin-top:1.2rem;
font-family: var(--font-family-en);
text-align: center;
font-size: var(--32px);
font-weight: 300;
letter-spacing: 0.2em;
}

/* fullsize movie */
.wrap_full_movie {
position: relative;
}
.wrap_full_movie > .wrapper {
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
z-index: 10;
}
.wrap_full_movie > .wrapper h2 {
font-family: var(--font-family-en);
color: #FFF;
font-size: var(--15px);
}



@media only screen and (min-width: 768px) {
/* COMMON */
/* category top head */
.category_top_head {
display: flex;
align-items: center;
min-height: 400px;
margin-bottom: 6rem;
}
.category_top_head.detail {
min-height: 300px;
}
.category_top_head > figure {
position: absolute;
top:0;
left:0;
width: 55%;
}
.category_top_head > figure img {
height: 400px;
}
.category_top_head.detail > figure img {
height: 300px;
}
.category_top_head .image_letter {
top:50px;
width: 22vw;
max-width: 240px;
}
.category_top_head.detail .image_letter {
top:20px;
}
.category_top_head .catch,
.category_top_head .category_title {
text-align: right;
}

/* fullsize movie */
.wrap_full_movie > .wrapper h2 {
font-size: var(--24px);
letter-spacing: 0.15em;
}

}/* min-width: 768px */



@media only screen and (min-width: 1025px) {
/* COMMON */
/* category top head */
.category_top_head {
min-height: 600px;
}
.category_top_head > figure img {
height: 600px;
}
.category_top_head.detail {
min-height: 350px;
}
.category_top_head.detail > figure img {
height: 350px;
}
.category_top_head.detail .image_letter {
top:10px;
}
.category_top_head .catch {
font-size: var(--18px);
letter-spacing: 0.1em;
}
.category_top_head .category_title {
font-size: 300%;
}


}/*  min-width: 1025px */








/*
DETAIL
*/

.detail_head_title {
position: relative;
padding-top: 50px;
font-family: var(--font-family-min);
font-weight: 500;
line-height: 1.4;
}
.detail_head_title:before {
position: absolute;
top:0;
left:50%;
transform: translateX(-50%);
content: "";
display: block;
width: 100px;
height: 1px;
background: var(--darkred);
}
.detail_head_title > strong {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
margin-bottom: 10px;
font-size: min(7.6vw,46px);
line-height: 1;
}
.detail_head_title + p {
margin-top: 1rem;
font-size: var(--15px);
}

.btn_reserve {
display: block;
padding: 1.5rem 3rem 1.5rem 1rem;
font-family: var(--font-family-min);
font-size: var(--18px);
font-weight: 500;
text-align: center;
border: 1px solid var(--logogold);	
}




@media only screen and (min-width: 768px) {
.detail_head_title {
padding-top: 0;
}
.detail_head_title:before {
display: none;
}
.detail_head_title > span {
margin-top: 2rem;
font-size: var(--20px);
} 
.detail_head_title + p {
padding-top: 30px;
font-size: var(--18px);
letter-spacing: 0.1em;
}

.btn_reserve {
padding: 3rem 3rem 3rem 1rem;
font-size: var(--20px);
}


}/* ROOM DETAIL min-width: 768px */




/* NEWS */
.container.wrap_news_detail {
padding-top: 0;
}
.wrap_news_detail .news_title {
font-family: var(--font-family-en);
font-size: min(5vw,var(--24px));
font-weight: 300;
}
.wrap_news_detail .news_title:after {
content: "";
display: block;
margin: 2rem 0 1rem;
width: 20vw;
max-width: 100px;
height: 1px;
background: var(--gray);
}
.wrap_news_detail .date {
font-family: var(--font-family-mont);
margin-bottom: 3rem;
font-size: var(--14px);
font-weight: 600;
color: var(--gray);
}
.wrap_news_detail figure,
.wrap_news_detail p {
margin: 2rem 0;
}
.wrap_news_detail figure img {
display: block;
width: 100%;
}
.wrap_news_detail strong {
font-weight: 600;
}
.wrap_news_detail h2 {
font-family: var(--font-family-min);
font-weight: 500;
font-size: var(--22px);
}
.wrap_news_detail h3 {
font-weight: 600;
font-size: var(--18px);
color: var(--darkred);
}
.wrap_news_detail h2 + p,
.wrap_news_detail h3 + p {
margin-top: 1rem;
}



@media only screen and (min-width: 768px) {
.wrap_news_detail .news_title {
text-align: center;
font-size: var(--26px);
}
.wrap_news_detail .news_title:after {
margin: 4rem auto 1rem;
}
.wrap_news_detail .date {
margin-bottom: 8rem;
text-align: center;
}
.wrap_news_detail figure,
.wrap_news_detail p {
margin: 3rem 0;
}



}/* NEWS min-width: 768px */



/* CONTACT */
.list_contact {
display: flex;
flex-wrap: wrap;
align-items: center;
padding: 1rem 0;
border-top: 1px solid var(--gold-40);
}
.list_contact:last-child {
border-bottom: 1px solid var(--gold-40);
}
.list_contact > dt,
.list_contact > dd {
display: block;
width: 100%;
box-sizing: border-box;
}
.list_contact > strong {
margin-bottom: .5rem;
font-family: var(--font-family-min);
font-size: var(--18px);
line-height: 1.5;
}



@media only screen and (min-width: 768px) {
/* COMMON */
.list_contact {
padding: 2rem 0;
}
.list_contact > dt {
width: 25%;
margin-bottom: 0;
}
.list_contact > dd {
width: 75%;
padding-left: 20px;
}


}/* CONTACT min-width: 768px */

