@charset "utf-8";

/*-----------------------------------------------
  共通部分
-------------------------------------------------*/

html{
    font-size: 1.1vw;
    letter-spacing: 0.02vw;
}

body{
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    box-sizing: border-box;
}

img{
    max-width: 100%;
    height: auto;
}

/*------------------------ 共通部分 / SP ------------------------*/

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

    html{
        font-size: 3.73vw;
    }
}

/*------------------------------------------------
  NAV MENU
--------------------------------------------------*/

.nav-menu{
    position: fixed;
    background-color: rgba(255, 255, 255, 0.97);
    width: 100vw;
    z-index: 102;
    top: 0;
}

.nav-menu-logo{
    position: relative;
    width: 14vw;
    
}

.menu-logo{
    position: absolute;
    width: 14vw;
    left: 57.7vw;
    bottom: 11.2vw;
}

.nav-menu-inner{
    display: flex;
    position: relative;
    z-index: 102;
}

.nav-list{
    background-color: #6F5549;
    padding: 2vw 16vw 9vw 1vw;
}

.nav-title{
    font-size: 3.4vw;
    color: #fff;
    font-weight: 200;
    letter-spacing: 0.2vw;
    margin-bottom: 2.8vw;
    padding-left: 3.5vw;
    position: relative;
    z-index: 102;
}

.nav-menu-ul{
    padding-left: 0.2vw;
}

.nav-menu-item{
    font-size: 1vw;
    margin-bottom: 1.9vw;
    color: #fff;
    padding-left: 3.5vw;
}

.hamburger-btn{
    width: 2.8vw;
    height: 1.39vw;
    position: fixed;
    right: 5.7vw;
    top: 2vw;
    z-index: 102;
}

.hamburger-line{
    background-color: #6F5549;
    max-width: 80vw;
    height: 0.16vw;
    margin-top: 0.8vw;
    position: relative;
    transition: all 0.5s;
    z-index: 102;
}

.hamburger-btn.open .hamburger-line:nth-of-type(1) {
    transform: translateY(-0.1rem) rotate(-45deg);
    top: 0.6vw;
}
.hamburger-btn.open .hamburger-line:nth-of-type(2) {
    transform: translateY(0.1rem) rotate(45deg);
    bottom: 0.6vw;
}  

.nav-menu{
    display: none !important;
}
.nav-menu.open{
    display: block !important;
}

.menu-logo-sp{
    display: none;
}

/*------------------------ NAV MENU / SP ------------------------*/

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

    .nav-menu{
        height: 100vh;
        overflow: auto;
    }
    
    .nav-menu-inner{
        display: block;
        
    } 
    
    .nav-list{
        background-color: rgba(255, 255, 255, 0.55);
        padding: 0;
        height: 217vw;
    }

    .nav-list-inner{
        background-color: #6F5549;
        height: 160vw;
        padding: 6.8vw 0 27vw 10.2vw;
    }

    .menu-logo{
        display: none;
    }

    .menu-logo-sp{
        display: inline-block;
        width: 22vw;
    }

    .nav-menu-logo{
        width: 22vw;
        margin: 0 0 0 auto;
        margin-top: 10vw;
        margin-right: 9.8vw;
    }

    .nav-title{
        font-size: 10.67vw;
        margin-bottom: 9.5vw;
    }

    .nav-menu-item{
        font-size: 4vw;
        margin-bottom: 6vw;
    }

    .hamburger-btn.open .hamburger-line:nth-of-type(1){
        background-color: #fff;
        top: 2.4vw;
        margin-top: 4.2vw;
        padding-right: 4vw;
    }

    .hamburger-btn.open .hamburger-line:nth-of-type(2){
        background-color: #fff;
        bottom: 2.4vw;
        margin-top: 4.2vw;
        padding-right: 4vw;
    }

    .hamburger-btn{
        width: 6.8vw;
        height: 3.7vw;
        margin-top: 1.78vw;
        right: 5vw;
    }

    .hamburger-line{
        height: 0.32vw;
        margin-top: 2.2vw;
    }
}

/*------------------------------------------------
  HEADER
--------------------------------------------------*/

.header-ul{
    display: flex;
    padding-top: 2.8vw;
}

.header-nav-item{
    margin-right: 5.2vw;
    color: #6F5549;
    font-size: 1.1vw;
}

.header-btn-wrapper{
    background-color: #6F5549;
    width: 8vw;
    height: 2.2vw; 
    line-height: 2.2vw;
    text-align: center;
    border-radius: 10vw;
    display: block;
    margin-top: 2.28vw;
}

.header-btn{
    width: 8vw;
    color: #fff;
    display: block;
    overflow: hidden; 
}

.header-nav-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6vw;
    position: fixed;
    left: 8vw;
    top: 0vw;
    z-index: 100;
}

/*------------------------ HEADER / SP ------------------------*/

@media screen and (max-width: 768px){
    .header-nav{
        display: none;
    }

    .header-btn-wrapper{
        margin-left: 53vw;
    }

    .header-btn-wrapper{
        width: 21.2vw;
        height: 7vw;
        line-height: 2.4;
        text-align: center;
        margin-top: 4.4vw;
    }

    .header-btn{
        width: 19.7vw;
        font-size: 2.93vw;
        text-align: center;
        padding-left: 1.8vw;
    }
}

/*------------------------------------------------
  MAIN
--------------------------------------------------*/

/*------------------------CONTACT TOP------------------------*/

.logo-img{
    width: 4.1vw;
}

.logo-img-wrapper{
    width: 4.1vw;
    margin: 0 auto;
    margin-top: 3.2vw;
    position: relative;
    z-index: 6;
}


.logo-img{
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-delay: 0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.main-title{
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-delay: 0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.main-title-wrapper{
    margin-top: 9.6vw;
}

.main-title{
    width: 9vw;
    color: rgba(0, 0, 0, 0.42);
    text-align: center;
    margin: 0 auto;
    margin-bottom: 2.5vw;
    position: relative;
    bottom: 0.2vw;
    z-index: 6;
    padding-right: 0.1vw;
    
}

.asterisk{
    font-family: "Castoro Titling", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.39vw;
}

.contact-title{
    font-size: 6.39vw;
    letter-spacing: 0.4vw;
    position: relative;
    z-index: 5;
    padding-left: 15vw;
}


.slide-in-contact {
	overflow: hidden;
    display: inline-block;
}

.slide-in_inner-contact {
	display: inline-block;

}


/*左右のアニメーション*/
.leftAnime-contact{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight-contact {
	animation-name:slideTextX100;
	animation-duration:1s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft-contact {
	animation-name:slideTextX-100;
	animation-duration:1s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}


.contact-img-sp{
    display: none;
}

.contact-img{
    width: 38vw;
    position: relative;
    z-index: 5;
}


.contact-img{
animation-name:fadeInAnime;
animation-duration:1.5s;
animation-delay: 1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.contact-title-container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6.8vw;
}

.contact-background-container{
    position: relative;
}

.contact-background-img{
    background-image: url(../images/gradation2-pc.jpg);
    background-size: cover;
    width: 100%;
    height: 42vw;
    position: absolute;
    top: 4vw;
    z-index: 1;
}

/*------------------------ CONTACT TOP / SP ------------------------*/

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

    .main-title{
    width: 24vw;
    margin-top: 0.4vw;
    }

    .main-title-wrapper{
    margin-top: 4.6vw;
    }

    .logo-img-wrapper{
        width: 10.7vw;
        margin-top: 22vw;
    }

    .logo-img{
        width: 10.7vw;
        margin-top: 3vw;
    }

    .asterisk{
        
        font-size: 2vw;
    }

    .contact-img{
        display: none;
    }

    .contact-img-sp{
        display: block;
        position: relative;
        z-index: 5;
        width: 80vw;
    }

    .contact-title{
        font-size: 12.8vw;
        position: relative;
        z-index: 8;
    }

    .contact-title-container{
        flex-direction: row-reverse;
        overflow: hidden;
        margin-top: 12vw;
    }

    .contact-title{
        padding: 0;
        right: 18vw;
    }

    .contact-background-img{
        height: 60vw;
        top: 18vw;
    }

}

/*------------------------CONTACT FORM------------------------*/

.form{
    width: 40%;
}

.form-wrapper{
    text-align: center;
    padding-left: 2vw;
}

.contact-article{
    margin-top: 15vw;
}

.contact-article-title{
    font-size: 2.5vw;
    text-align: center;
}

.contact-article-txt{
    width: 23.7vw;
    margin: 0 auto;
    margin-top: 4.5vw;
    line-height: 1.5;
}

.contact-article-txt2{
    text-align: center;
    margin-top: 5.8vw;
    
}

.contact-article-txt3{
    width: 29vw;
    margin: 0 auto;
    margin-top: 5.8vw;
    line-height: 1.5;
    margin-bottom: 8vw;
}

.contact-article-spn{
    padding-left: 1.2vw;
}

.contact-form-title{
    font-size: 1.67vw;
    margin-top: 10vw;
    text-align: center;
}

.form{
    margin-top: 7vw;
    text-align: center;
}

.form-spn{
    background-color: #FFEBE9;
    padding: 0.2vw 0.4vw;
}

.form-txt-addless{
    margin-top: 3.8vw;
}

.form-txt-company1{
    margin-top: 3.8vw;
}

.form-txt-company2{
    margin-top: 2vw;
}

.form-txt-comment{
    margin-top: 3.8vw;
}

.name-frame{
    width: 20vw;
    margin-left: 3vw;
}

.mail-frame{
    width: 20vw;
    margin-left: 2vw;
}

.company-frame{
    width: 20vw;
    margin-left: 3.1vw;
}

.textarea-frame{
    width: 26.5vw;
    height: 35vh;
    margin-top: 1vw;
}

.form-container{
    text-align: center;
}

.form{
    display: inline-block;
    text-align: left;
    padding-right: 2vw;
}

.form-spn{
    margin-right: 1vw;
}

.form-txt-company2{
    padding-left: 4vw;
}

.form-txt-comment{
    padding-left: 4vw;
}

.submit-btn-wrapper{
    width: 6vw;
    height: 4.6vh;
    background-color: #FFFCF5;
    display: flex;
    align-items: center;
    justify-content: center;
    border: #6F5549 solid 1px;
    margin: 0 auto;
    margin-top: 6vw;
    position: relative;
    left: 2vw;
}

/*------------------------ CONTACT FORM / SP ------------------------*/

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

    .form{
        width: 90vw;
        margin-top: 24vw;
    }

    .contact-article-title{
        font-size: 5.33vw;
        margin-top: 36vw;
    }

    .contact-article-txt{
        width: 74vw;
        margin-top: 14vw;
        line-height: 1.8;
        padding-left: 1vw;
    }

    .contact-article-txt2{
        margin-top: 17.3vw;
        margin-bottom: 17.3vw;
    }

    .contact-article-txt3{
        width: 69.4vw;
        line-height: 1.8;
        
    }

    .contact-spn{
        display: none;
    }

    .contact-spn-sp{
        padding-left: 5vw;
    }

    
}

/*------------------------CONTACT RESERVATION------------------------*/

.contact-reservation{
    margin-top: 12vw;
    background-color: #FFFCF5;
    padding-top: 3vw;
    padding-bottom: 9vw;
}

.reservation-title{
    font-size: 2.5vw;
    text-align: center;
    margin-top: 4vw;
}

.reservation-txt{
    text-align: center;
    margin-top: 6vw;
}

.reservation-arrow-img-wrapper{
    text-align: center;
    margin-top: 2vw;
    margin-bottom: 2vw;
}

.reservation-arrow-img{
    transform: rotate(90deg);
    width: 3.2vw;
}

.rule-btn-wrapper{
    background-color: #6F5549;
    width: 18vw;
    height: 3vw; 
    line-height: 3vw;
    text-align: center;
    border-radius: 10vw;
    display: block;
    margin-top: 6vw;
    margin: 0 auto;
    box-shadow: 0.4vw 0.5vw 16px -10px;
}

.rule-btn-wrapper{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.rule-btn-wrapper:hover{/*hoverした時の変化*/
	transform: scale(1.1);/*拡大の値を変更したい場合はこの数値を変更*/
}

.rule-btn{
    font-size: 0.97vw;
    width: 18vw;
    color: #fff;
    display: block;
    margin: 0 auto;
}

.reservation-txt2{
    font-size: 1.53vw;
    text-align: center;
    color: #6F5549;
    margin-top: 8vw;
}

.reservation-txt2::before, 
.reservation-txt2::after{
    content: "";
    display: inline-block;
    background-color: #6F5549;
    width: 0.1vw;
    height: 1.8vw;
}

.reservation-txt2::before{
    position: relative;
    top: 0.4vw;
    margin-right: 1vw;
    transform: rotate(-25deg);
}

.reservation-txt2::after{
    position: relative;
    top: 0.4vw;
    margin-left: 1vw;
    transform: rotate(25deg);
}

.reservation-clud-line{
    text-align: center;
}

.reservation-clud-line-img{
    width: 18vw;
    margin-top: 0.5vw;
    margin-bottom: 5vw;
    
}

.reservation-btn-wrapper{
    background-color: #6F5549;
    width: 18vw;
    height: 3vw; 
    line-height: 3vw;
    text-align: center;
    border-radius: 10vw;
    display: block;
    margin-top: 6vw;
    margin: 0 auto;
    box-shadow: 0.4vw 0.5vw 16px -10px;
}

.reservation-btn-wrapper{
	transform: scale(1);
	transition: .3s ease-in-out;/*移り変わる速さを変更したい場合はこの数値を変更*/
}

.reservation-btn-wrapper:hover{/*hoverした時の変化*/
	transform: scale(1.1);/*拡大の値を変更したい場合はこの数値を変更*/
}

.reservation-btn{
    font-size: 0.97vw;
    width: 18vw;
    color: #fff;
    display: block;
    margin: 0 auto;
}

/*------------------------CONTACT RESERVATION / SP ------------------------*/

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

    .reservation-title{
        font-size: 5.87vw;
    }

    .contact-reservation{
        margin-top: 36vw;
        padding-top: 12vw;
        padding-bottom: 26vw;
    }

    .reservation-arrow-img{
        width: 10vw;
    }

    .reservation-arrow-img-wrapper{
        margin-top: 5.2vw;
    }

    .rule-btn, .reservation-btn{
        width: 67.7vw;
        font-size: 3.47vw;

    }

    .rule-btn-wrapper, .reservation-btn-wrapper{
        width: 64.5vw;
        height: 9.9vw;
        line-height: 2.8;
        box-shadow: 1vw 2vw 16px -12px;
        margin-top: 5.2vw;
    }

    .reservation-txt{
        font-size: 4.27vw;
        margin-top: 10vw;
    }

    .reservation-btn-wrapper{
        margin-top: 6vw;
    }

    .reservation-txt2{
        font-size: 4.8vw;
        margin-top: 26vw;
    }

    .reservation-clud-line-img{
        width: 48vw;
        margin-top: 1vw;
    }

    .reservation-txt2::before, 
    .reservation-txt2::after{
        height: 5.4vw;
        top: 1.2vw;
    }

    .reservation-txt2::before{
        margin-right: 3vw;
    }

    .reservation-txt2::after{
        margin-left: 3vw;
    }

}

/*------------------------CONTACT ACCESS------------------------*/

.access-title{
    font-size: 6.25vw;
    margin-top: 11vw;
    text-align: center;
    letter-spacing: 0.4vw;
}

.map{
    text-align: center;
    margin-top: 7vw;
}


.map{
    
    animation: fadeIn2 linear;
    animation-timeline: view(); /* スクロールと連動 */
    animation-range: entry 0% cover 40%;
}

@keyframes fadeIn2{
    from{
        opacity: 0;
        scale: 0.8;
    }
    to{
        opacity: 1;
        scale: 1;
    }
}


.address{
    width: 42.67vw;
    margin: 0 auto;
    margin-top: 0.8vw;
    padding-left: 2vw;
}

.access-detail1{
    display: flex;
    gap: 4vw;
    justify-content: center;
    padding-right: 5.5vw;
    margin-top: 4.8vw;
    color: #6F5549;
}

.access-detail2{
    display: flex;
    gap: 4vw;
    justify-content: center;
    margin-top: 2vw;
    margin-bottom: 14vw;
    color: #6F5549;
}

/*------------------------ CONTACT FORM / SP ------------------------*/

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

    .access-title{
        font-size: 10.13vw;
        margin-top: 18vw;
    }

    .map-img{
        width: 85vw;
        height: 78vw;
    }

    .address{
        width: 85vw;
        margin-top: 2.5vw;
        
    }

    .access-detail1{
        margin-top: 16vw;
        padding-right: 18vw;
    }

    .access-detail2{
        margin-top: 8vw;
    }

}


/*------------------------------------------------
  FOOTER
--------------------------------------------------*/

.triangle-arrow{
    width: 1.27vw;
    height: 1.45vw;
    background-color: #fff;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    margin: 0 auto;
    
}

.top-btn{
    color: #fff;
    font-size: 1.25vw;
    line-height: 2vw;
}

.top-btn-circle{
   width: 6.94vw;
   height: 6.94vw;
   background-color: #6F5549;
   border-radius: 50%;
   text-align: center;
   padding-top: 1.8vw;
   margin: 0 3vw 0 auto;
    position: relative;
    bottom: 0;
}

.footer-img4{
    background-image: url(../images/contact-footer-img-pc2.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    width: 100%;
    height: 40vw;
    padding-top: 30vw;
}

.footer-contents-container{
    background-color: #6F5549;
    padding: 2vw 5vw 2vw 0;
    color: #fff;
}

.footer-sns-btn{
    display: flex;
    align-items: center;
    gap: 2.8vw;
    padding-left: 3.9vw;
}

.footer-sns-img1{
    width: 3.2vw;
}

.footer-sns-img2{
    width: 2.62vw;
}

.footer-sns-img3{
    width: 7.4vw;
    position: relative;
    bottom: 0.6vw;
    right: 1.3vw;
}

.footer-detail{
   margin-top: 3.47vw;
   padding-left: 3.9vw; 
}

.footer-detail-title1, .footer-detail-title2, .footer-detail-title3{
    font-weight: 400;
    margin-top: 2.5vw;
}

.sitemap-date-txt{
    font-weight: 400; 
}

.footer-detail-txt1, .footer-detail-txt2, .footer-detail-txt3{
    margin-top: 1.1vw;
}

.footer-contents-container{
    display: flex;
    gap: 14.9vw;
}

.sitemap{
    display: flex;
    gap: 6.2vw;
}

.footer-logo-img{
    width: 3.6vw;
}

.footer-title-wrapper{
    display: flex;
    align-items: center;
}

.footer-title{
    font-family: "komorebi gothic", sans-serif;
    width: 27vw;
}



.asterisk{
    font-family: "Castoro Titling", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
}

.sitemap-date{
    margin-bottom: 2.5vw;
    font-weight: 300;
    padding-top: 0.8vw;
}

.sitemap-detail{
    margin-top: 1.25vw;
    padding-left: 0.1vw;
}

.footer-title{
    font-size: 1.53vw;
    margin-left: 0.3vw;
    position: relative;
    top: 0.1vw;
}

.footer-title-wrapper{
    margin-top: 7.5vw;
}

.copyright{
    font-size: 0.83vw;
    margin-left: 6.2vw;
    position: relative;
    top: 0.2vw;
}

.copyright-sp{
    display: none;
}

.sitemap-sp-wrapper{
    display: none;
}

.sitemap-sp-line{
    display: none;
}

.footer-br-sp{
    display: none;
}

.sitemap-menu{
    display: none;
}

/*------------------------ FOOTER / SP ------------------------*/

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

    .footer-img4{
        background-image: url(../images/contact-footer-img-sp.jpg);
        height: 62vw;
        position: relative;
        margin-top: 38vw;
    } 

    .sitemap{
        display: none;
    }

    .sitemap-sp-wrapper{
        cursor: pointer;
    }

    .footer-contents-container{
        display: block;
    }

    .copyright{
        display: none;
    }

    .copyright-sp{
        display: block;
    }

    .sitemap-sp-wrapper{
        display: block;
        margin-top: 20vw;
        text-align: center;
    }

    .sitemap-sp{
        font-size: 3.73vw;
    }

    .sitemap-sp-line{
        display: block;
        width: 23vw;
        margin: 0 auto;
        margin-top: 1vw;
        height: 0.4vw;
        
    }

    .footer-sns-img1{
        width: 8vw;
    }

    .footer-sns-img2{
        width: 6.8vw;
    }

    .footer-sns-img3{
        width: 19.2vw;
        bottom: 1.4vw;
        right: 2.8vw;
    }

    .footer-contents-container{
        padding: 7vw 0 17vw 0;
    }

    .footer-sns-btn{
        gap: 5vw;
        padding-left: 7vw;
    }

    .footer-detail{
        font-size: 3.7vw;
        padding-left: 7vw;
    }

    .footer-detail-txt1, .footer-detail-txt2, .footer-detail-txt3{
        margin-top: 5.2vw;
        line-height: 1.7;
    }

    .footer-br-sp{
        display: block;
    }

    .footer-detail-title1, .footer-detail-title2, .footer-detail-title3{
        margin-top: 11vw;
        font-size: 4vw;
    }
    
    .footer-logo-wrpper{
        width: 8vw;
        margin-right: 2vw;
    }

    .footer-logo-img{
        width: 8vw;
    }

    .footer-title-wrapper{
        justify-content: center;
        margin-top: 20vw;
    }

    .footer-title{
        font-size: 4.27vw;
        width: 26vw;
    }

    .copyright-sp{
        text-align: center;
        font-size: 2.93vw;
        margin-top: 5.4vw;
    }

    .asterisk{
        font-size: 3.73vw;
        font-family: "Castoro Titling", serif;
        font-weight: 400;
        font-style: normal;
    }

    .top-btn-circle{
        width: 13.4vw;
        height: 13.4vw;
        vertical-align: middle;
        position: absolute;
        top: 42vw;
        right: 2vw;
    }

    .top-btn{
        font-size: 3.2vw;
        margin-top: 2vw;
    }

    .triangle-arrow{
        width: 3.2vw;
        height: 3.73vw;
    }

}

/*------------------------ FOOTER-SITEMAP / SP ------------------------*/

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

    .sitemap-menu{
        display: block;
        font-size: 3.73vw;
        padding: 9.08vw 0 14vw 0;
        background-color: #6F5549;
        color: #fff;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        z-index: 110;
        height: 100vh;
        overflow: auto;
    }

    .footer-sitemap-title-wrapper{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20vw;
    }

    .footer-sitemap-title{
        font-family: "komorebi gothic", sans-serif;
        font-size: 4.27vw;
        position: relative;
        top: 0.1vw;
    }

    .footer-sitemap-logo-wrpper{
        width: 8vw;
        margin-right: 2vw;
    }

    .footer-sitemap-logo-img{
        width: 8vw;
    }

    .sitemap-menu-title{
        font-size: 6.4vw;
        padding-left: 10vw;
    }

    .home-btn{
        font-size: 4.8vw;
        padding-left: 10vw;
        margin-top: 20vw;
        cursor: pointer;
    }

    .home-btn-line{
        width: 15vw;
        margin-left: 10vw;
        margin-bottom: 12.4vw;
    }

    .sitemap-menu-dl{
        padding-left: 10vw;
    }

    .sitemap-menu-date{
        margin-top: 13.5vw;
        margin-bottom: 6.8vw;
        font-size: 4.8vw;
        font-weight: 300;
    }

    .sitemap-menu-detail{
        margin-top: 4.8vw;
    }

    .sitemap-menu{
        display: none !important;
    }
    .sitemap-menu.open{
        display: block !important;
    }

    .sitemap-sp-wrapper{
        font-size: 3.73vw;
    }
}
