@charset "utf-8";

/* レイアウト*/
body{
    font-family: 'Kiwi Maru', serif;
	color: #161616;
	font-size: 1rem;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
    height: 100%;
}

@media screen and (max-width: 767px) {
    body{
        font-size: 0.8rem;
	}
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	text-decoration: none;
    outline: none;
}

img{
    width: 100%;
    height: auto;
}
/* font */
.section-number,
nav li:last-of-type,
.contact-title{
    font-family: 'Lakki Reddy', serif;
}

.title-en{
    font-family: 'WindSong', cursive;
}

.pink{
    color: #C0739F;
    font-weight: 500;
}

.font-big{
    font-size: 110%;
    font-weight: 700;
}

.font-bigger{
    font-size: 150%;
    font-weight: 700;
}

.marker{
    background:linear-gradient(transparent 60%, #EFDCE7 60%);
}

/* top-bg */
.logo{
    position:fixed;
    width: 160px;
    top: 5%;
    left: calc(50%  - 580px);
    z-index: 1;
}

.contents{
    width: 180px;
    margin-bottom: 10px;
}

nav{
    position: fixed;
    left: calc(50%  - 580px);
    bottom: 30px;
    line-height: 1.85;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

nav li a{
    color: #161616;
    font-weight: 500;
    font-size: 80%;
    letter-spacing: -0.02rem;
    transition: all .3s;
}

nav li:nth-of-type(1) a:hover,
nav li:nth-of-type(4) a:hover,
nav li:nth-of-type(1) a.current,
nav li:nth-of-type(4) a.current{
    color: #C0739F;
}

nav li:nth-of-type(2) a:hover,
nav li:nth-of-type(5) a:hover,
nav li:nth-of-type(2) a.current,
nav li:nth-of-type(5) a.current{
    color: #5A915F;
}

nav li:nth-of-type(3) a:hover,
nav li:nth-of-type(6) a:hover,
nav li:nth-of-type(3) a.current,
nav li:nth-of-type(6) a.current{
    color: #6B8DAC;
}

nav li:nth-of-type(7) a:hover,
nav li:nth-of-type(7) a.current{
    color: #B2A68C;
}

nav li a span{
    margin-right: 0.5rem;
    font-weight: 700;
}

nav li:last-of-type{
    margin: 15px 0 0;
    font-size: 150%;
    text-align: center;
}

.copyright{
    font-size: 80%;
    margin-top: 40px;
}

.bg-deco{
    position: fixed;
    width: 130px;
    top: 5%;
    right: calc(50% - 550px);
    z-index: 1;
}

.scroll{
    position: fixed;
    z-index: 1;
    width: 80px;
    right: calc(50% - 520px);
    bottom: 70px;
}

@media screen and (max-width: 1199px) {
    .logo{
        left: calc(50%  - 500px);
    }
    
    nav{
        left: calc(50%  - 500px);
    }
    
    .bg-deco{
        right: calc(50% - 500px);
    }
    
    .scroll{
       right: calc(50% - 480px);
    }
}

@media screen and (max-width: 1023px) {
    .logo,
    nav,
    .bg-deco,
    .scroll{
        display: none;
    }
}

/* common */
#wrapper{
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}

section{
    padding: 80px 45px 50px;
}

#charm,
#location{
    background-color: #EFDCE7;
}

#facilities,
#flow{
    background-color: #D5E2D5;
}

#rooms,
#message{
    background-color: #D8E2EA;
}

.section-wrapper{
    background-color: #fff;
    padding: 30px 15px;
}

.section-number{
    color: transparent;
    -webkit-text-stroke: 1px #161616;
    text-stroke: 1px #161616;
    font-size: 500%;
    margin-top: -70px;
}

h2{
    text-align: right;
    line-height: 1;
    font-weight: 500;
    margin: -30px 0 40px;
}

.title-jp{
    margin-right: 60px;
    font-size: 110%;
}

.title-en{
    color: #B0A389;
    font-size: 160%;
    margin-right: 60px;
}

h2 img{
    max-width: 150px;
    width: 45%;
    margin-top: 10px;
    margin-right: 20px;
}

@media screen and (max-width: 550px) {
    .title-jp{
        margin-right: 30px;
    }

    .title-en{
        margin-right: 30px;
    }

    h2 img{
        max-width: 120px;
        margin-right: 0;
    }
}

@media screen and (max-width: 450px) {
    section{
        padding: 70px 25px 50px;
    }
    
    .title-jp{
        font-size: 100%;
    }

    .title-en{
        font-size: 130%;
    }

    h2 img{
        max-width: 100px;
    }
}

/* top-main */
#top-main{
    background-color: #E0DBD0;
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#top-main::before{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-image: url("../images/top_bg.png");
    background-size: cover;
    background-position: center center;
}

.top-deco{
    position: absolute;
    width: 200px;
    top: 20px;
}

.deco-left{
    left: 2rem;
}

.deco-right{
    right: 2rem;
}

h1{
    text-align: center;
    padding-top: 10%;
}

.sub-title{
    font-size: 75%;
    font-weight: 500;
}

h1 img{
    width: 50%;
}

.mv{
    width: 95%;
    max-width: 720px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    #top-main{
        max-height: 800px;
    }
}

@media screen and (max-width: 450px) {
    #top-main{
        max-height: 480px;
    }
    
    .top-deco{
        width: 140px;
        top: 0;
    }

    .deco-left{
        left: 0;
    }

    .deco-right{
        right: 0;
    }
}

@media screen and (max-width: 450px) {
    #top-main{
        max-height: 450px;
    }
}

/* charm */
#charm .section-wrapper{
    padding-bottom: 70px;
}

#charm ul{
    padding-bottom: 30px;
}

#charm li:first-of-type{
    margin-bottom: 80px;
}

.charm-wrap{
    display: flex;
    justify-content: center;
    gap: 5%;
    width: 95%;
    margin: 0 auto;
}

.charm-box{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.charm-box img{
    width: 85%;
    height: 85%;
}

.charm-box img:first-of-type{
    transform: rotate(-5deg);
}

.charm-box img:last-of-type{
    transform: rotate(5deg);
    margin: -50px 0 0 80px;
}

.point-img{
    width: 35%;
    height: 35%;
}

.charm-text{
    margin: 40px auto;
    max-width: 450px;
    width: 90%;
}

.charm-summary{
    background-color: #EFEDE7;
    max-width: 500px;
    width: 90%;
    margin: 0 9.5%;
    position: relative;
    padding: 30px 45px 45px 30px;
}

.charm-summary::before{
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    border: 1px solid #161616;
    width: 100%;
    height: 100%;
}

.deco01{
    width: 50%;
    max-width: 100px;
    position: absolute;
    bottom: -30px;
    right: -20px;
}

@media screen and (max-width: 767px) {
    .charm-summary{
        margin: 0 7%;
    }
}

@media screen and (max-width: 450px) {
    #charm li:first-of-type {
        margin-bottom: 60px;
    }
    .charm-wrap{
        width: 100%;
    }
    
    .charm-box img{
        width: 100%;
        height: 100%;
    }
    
    .point-img{
        margin-top: -30px;
    }
    
    .charm-text{
        margin: 20px auto;
    }
    
    .charm-summary{
        padding: 20px 35px 35px 20px;
    }
}

/* facilities */
#facilities{
    position: relative;
}

#facilities .section-wrapper{
    padding-bottom: 50px;
}

.deco02{
    width: 40%;
    max-width: 125px;
    position: absolute;
    top: 180px;
    left: 15%;
    z-index: 1;
}

.text-box{
    background-color: #EFEDE7;
    width: 85%;
    margin: 55px 10% 40px;
    position: relative;
    padding: 30px 45px 45px 30px;
}

.text-box::before{
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    border: 1px solid #161616;
    width: 100%;
    height: 100%;
}

.gallery{
    display: flex;
    justify-content: flex-start;
    gap: 20px 2.5%;
    flex-wrap: wrap;
    width: 100%;
}

.gallery li{
    width: calc(95% / 3)
}

figcaption{
    font-size: 85%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .gallery li{
        width: calc(95% / 2);
        margin: 0 auto;
    }
    
    .dummy{
         width: calc(95% / 2)
    }
    
    .deco02{
        top: 130px;
    }
}

@media screen and (max-width: 450px) {
    .text-box{
        padding: 20px 35px 35px 20px;
    }
    /*.gallery li{
        width: calc(95% / 1);
    }*/
    
    .dummy{
        display: none;
    }
    
    .deco02{
        left: 10%;
        width: 30%;
    }
}

/* rooms*/
#rooms{
    position: relative;
}

.deco03{
    width: 40%;
    max-width: 140px;
    position: absolute;
    top: 180px;
    left: 15%;
    z-index: 1;
}


@media screen and (max-width: 767px) {
    .deco03{
        top: 130px;
    }
}

@media screen and (max-width: 450px) {
    .deco03{
        left: 10%;
        width: 30%;
    }
}

/* location */
#location{
    position: relative;
}

.deco04{
    width: 40%;
    max-width: 120px;
    position: absolute;
    top: 180px;
    left: 15%;
}

.location-box{
    display: flex;
    justify-content: center;
    width: 93%;
    margin: 0 auto;
}

.location-box img{
    width: 55%;
    height: 55%;
}

.location-box img:first-of-type{
    transform: rotate(-5deg);
}

.location-box img:last-of-type{
    transform: rotate(5deg);
    margin: 80px 0 0 -50px;
}

@media screen and (max-width: 767px) {
    
}

@media screen and (max-width: 450px) {
    .deco04{
        width: 30%;
        top: 150px;
        left: 10%;
    }

    #location li{
        flex-direction: column;
    }
    
    #location li:nth-of-type(2){
        flex-direction: column;
    }

    #location li>img:first-of-type{
        width: 80%;
        height: 80%;
    }

    .memo{
        margin-top: -40px;
        margin-left: auto;
    }
}

/* flow */
#flow{
    position: relative;
}

.deco05{
    width: 40%;
    max-width: 120px;
    position: absolute;
    top: 15%;
    left: 15%;
}

.step{
    max-width: 410px;
    width: 90%;
    margin: 50px auto;
}

.deco05_2{
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    display: block;
}

/* message */
.message-box{
    display: flex;
    justify-content: center;
    gap: 5%;
    width: 95%;
    margin: 0 auto;
}

.message-box img{
    width: 200px;
    height: 200px;
    z-index: 1;
}

.message-text{
    background-color: #EFEDE7;
    margin: 50px 0 0 -100px;
    position: relative;
    padding: 30px 45px 45px 90px;
    font-size: 95%;
}

.message-text::before{
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    border: 1px solid #161616;
    width: 100%;
    height: 100%;
}

.deco06{
    width: 80%;
    max-width: 150px;
    margin: -80px 0 0 40px;
    z-index: 1;
}

@media screen and (max-width: 550px) {
    #message{
        position: relative;
    }
    
    .message-box{
        flex-direction: column;
        gap: 40px;
    }
    
    .message-box img{
        margin-left: 50px;
    }
    
    .message-text{
        margin: 0 0 0 15px;
        width: 100%;
        padding: 30px 45px 45px 30px;
    }
    
    .deco06{
        position: absolute;
        top: 50%;
        right: 80px;
    }
}

@media screen and (max-width: 450px) {
    .message-box img{
        width: 70%;
        height: 70%;
        margin-left: 20px;
    }
    
    .message-text{
        padding: 20px 35px 35px 20px;
    }
    
    .deco06{
        position: absolute;
        top: 45%;
        right: 20px;
    }
}

/* footer */
#contact{
    background-color: #B2A68C;
    padding: 50px 45px 15px;
    position: relative;
    text-align: center;
}

#contact .section-wrapper{
    padding: 30px 15px;
}

.contact-title{
    font-size: 250%;
    text-align: center;
    margin-top: -50px;
}

.contact-lead{
    margin-bottom: 20px;
}

.contact-box{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}

.phone a{
    color: #161616;
    font-size: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.btn{
    width: 100%;
    max-width: 300px;
    text-align: center;
}

.btn a{
    color: #fff;
    margin-left: 1rem;
    background-color: #C0739F;
    border-radius: 30px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.phone img,
.btn img{
    width: 25px;
}

#page-top {
	position: absolute;
	left: 2%;
	top: 5%;
	z-index: 9;
    width: 60px;
}

.footer-copyright{
    margin-top: 20px;
    font-size: 80%;
}

@media screen and (max-width: 550px) {
    .contact-box{
        flex-direction: column;
        gap: 15px;
    }
}
