
@charset "UTF-8";

html,
body {
    background-color: #fff;
    font-size: 62.5%;
    font-style: normal;
    font-feature-settings: 'palt';
    background-color: #ffffff;
    -webkit-font-feature-settings: 'pkna';
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    box-sizing: border-box;
    letter-spacing: 3px;
}




.cf:before,
.cf:after {
    content: "";
    display: block;
    clear: both;
}

.cf {
    *zoom: 1;
    display: block;
}


/*横幅1081px以上からのcss*/
.pc {
    display: block !important;
}

.tab {
    display: none;
}

.sp {
    display: none!important;
}



/*横幅1080pxまでのcss*/
@media screen and (max-width: 1080px) {
    .pc {
        display: none!important;
    }

    .tab {
        display: block !important;
    }

    .sp {
        display: none;
    }
}




/*横幅640pxまでのcss*/
@media screen and (max-width: 640px) {
    .pc {
        display: none!important;
    }

    .tab {
        display: none;
    }

    .sp {
        display: block !important;
    }
}



a {
    text-decoration: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
}


a {
    cursor: pointer;
}

/* -----------header----------- */

header {
    max-width: 1920px;
    margin: 0 auto;
    height: 54px;
    margin-bottom: 50px;
    padding:16px 0 10px 40px;
    display: flex;
    justify-content: space-between;
    gap:10px;
    align-items: center;
    font-family :YuMincho,'Yu Mincho','BIZ UDPMincho',serif;

}

.header_logo{
    max-width:196px;

}
.header_menu ul{
    display: flex;
    justify-content: space-between;
    gap:56px;
}
.header_menu ul li a{
    font-size:1.8rem;
    color:#585858;
}

.header_reservation img{
    max-width:220px;
}

.header_menu a:hover{
    opacity: 0.7;
}
@media screen and (max-width: 1330px) {
    .header_menu ul{
        gap:40px;
    }
}
@media screen and (max-width: 1250px) {
    .header_menu ul{
        gap:20px;
    }
    .header_logo{
        max-width:12%;
    }
}

@media screen and (max-width: 1080px) {
    header {
        max-width: 100%;
    }
    .header_logo{
        max-width:35%;
    }

    .header_menu ul li a{
        font-size:1.8rem;
        color:#585858;
    }

    .header_reservation img{
        max-width:200px;
    }

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

    header{
        padding:16px 0 10px 20px;
    }
    .header_menu ul{
        gap:16px;
    }
    .header_menu ul li a{
        font-size:1.4rem;
        color:#585858;
    }
    .header_reservation img{
        max-width:180px;
    }
}

@media screen and (max-width: 800px) {
    header{
        padding:6px 0 10px 10px;
    }

    .header_reservation img{
        max-width:150px;
    }
}

@media screen and (max-width: 640px) {
    header{
        padding:6px 0 10px 20px;
    }
    .header_logo{
        max-width:25%;
    }

}

/* -----------//header----------- */

/* -----------mainview----------- */

.sec__1__hl img{
    max-width:70px;
    margin:0 auto 40px;
}

.mainView_image{
    max-width: 800px;
    margin:0 0 0 auto;
}

@media screen and (max-width: 820px) {
    .mainView_image{
        max-width: 700px;
    }
}

@media screen and (max-width: 640px) {
    .sec__1__hl img{
        max-width:40px;
        margin:0 auto 140px;
    }
}

/* -----------//mainview----------- */

/* -----------section video----------- */




.video {
    max-width: 1920px;
    margin: 100px auto 0;
}


.movie{
    max-width: 1920px;
    position:absolute;
    left: 0;
    right: 0;
    margin: auto;
}


.video-wrap {
    position: relative;
}
.video-btn {
    content: "";
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:40px; /*コントローラー分下部に余白を*/
    z-index: 2; /*ボタンが前面になるようにする*/
}

.R2{
    max-width: 1920px;
    margin:10px auto;
    padding-right:10px;
}

.R2 p{
    font-size:1.2rem;
    color:#000000;
    text-align: right;
    font-family : 'SatsukiGendaiMincho-M', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
}

@media screen and (max-width: 1080px) {
    .video {
        max-width: 100%;
        margin: 140px auto 0;
    }
}

@media screen and (max-width: 640px) {
    .video {
        margin: 80px auto 0;
    }
}

/* -----------//section video----------- */


/* -----------section about----------- */

    .sec__about{
        width:1000px;
        margin:100px auto 0;
        text-align: center;
        font-family : 'SatsukiGendaiMincho-M', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
    }


.about_title{
    font-size:4rem;
    text-align: center;
    color:#585858;
    letter-spacing: 15px;
    margin:40px 0 80px;
}

.sec__about_flex{
    display:flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: flex-start;
}

.sec__about_flex p{
    flex-direction: row;
    align-items: flex-start;
    font-size: 1.6rem;
    letter-spacing: 4px;
    color: #3e3a39;
    vertical-align: top;
    height: 600px;  
    line-height: 6rem;  
}

@media screen and (max-width:1080px) {
    .sec__about{
        width:100%;
    }

    .sec__about_flex p{
        line-height: 5rem;  
    }
}

@media screen and (max-width:820px) {
    .sec__about_flex p{
        line-height: 4rem;  
    }
}

@media screen and (max-width: 640px) {
    .sec__about{
        margin:80px auto 0;
    }

    .about_sp{
        width:88%;
        margin:0 auto 80px;
        text-align: left;
        line-height: 3.5rem;
    }

    .about_sp p{
        margin-bottom:40px;
        font-size:1.4rem;
    }


    .about_title{
        font-size:2.5rem;
        margin:20px 0 40px;
    }

    .sec__3_h2 {
        font-size: 1.5rem;
        letter-spacing: 2px;
        color: #3e3a39;
        margin-left:20px;
        line-height: 3rem;
    }
}








.vertical {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: inline-block;
    line-height: 5rem;
    text-align: start;
}
@media screen and (max-width: 640px) {
    .vertical {
        font-size: 1.4rem;
        line-height: 4rem;

    }
}
@media screen and (max-width: 400px) {
    .vertical {
        line-height: 3.5rem;

    }
}


.vertical2 {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: inline-block;
    line-height: 5rem;
    text-align: start;
}
@media screen and (max-width: 640px) {
    .vertical2 {
        line-height: 3rem;

    }
}
@media screen and (max-width: 400px) {
    .vertical2 {
        line-height: 2rem;

    }
}








/* -----------//section  about----------- */

/* -----------sec__gallery----------- */

.sec__images{
    max-width: 1920px;
    margin:0 auto;
}


/* -----------//sec__gallery----------- */



/* -----------sec__mori----------- */


.sec__mori{
    max-width:1920px;
    margin:66px auto;
    background-color: #E4E5E5;
    padding:64px 0;
    font-family : 'SatsukiGendaiMincho-M', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;

}

.mori_top{
    background-color: #E4E5E5;
    max-width: 1400px;
    margin:0 auto;
}

.sec__mori a:hover{
    opacity: 0.7;
}

.sec__mori_flex{
    display: flex;
    justify-content: space-between;
    max-width: 1400px;
    margin:0 auto;
    align-items: center;

}

.sec__mori_flex p{
    font-size: 4rem;
    letter-spacing: 3rem;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: inline-block;
    line-height: 5rem;
    text-align: start;
}
.sec__mori_flex img{
    max-width: 800px;
}

.sec__morinoslide_flex{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    margin:0 auto 40px;
}

a.anchor{
    display: block;
    padding-right: 1000px;
    margin-right: -1000px;
}

.sec__morinoslide_flex02{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
    margin: 0 auto 40px;
}

.sec__morinoslide_flex h3{
    font-size: 4rem;
    letter-spacing: 3rem;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: inline-block;
    line-height: 5rem;
    text-align: start;
}
.harukakanata-title h3{
    font-size: 4rem;
    letter-spacing: 3rem;
    text-align: center;
    line-height: 6rem;
}

.harukakanata-title{
    margin-right:auto;
    display: inline-block;
    margin-bottom:80px;
}
.harukakanata_titleArea{
    margin-bottom:160px;
}
.sec__morinoslide_flex img{
    max-width: 600px;
}
.sec__morinoslide_flex02 img{
    max-width: 600px;
}
.slide_title_flex{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    gap:60px;
}
.slide_title_flex p{
    font-size: 1.6rem;
    line-height: 5rem;
    padding-bottom: 17px;
}
.slide_title_flex p span{
    font-size:1.2rem;
}

.mori_text_flex{
    max-width: 1400px;
    margin: 48px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mori_text_flex p{
    max-width: 600px;
    font-size: 1.6rem;
    line-height: 5rem;
}
.mori_text_flex img{
    max-width: 400px;
}

.morinoslide_text_flex{
    max-width: 1400px;
    margin: 48px auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:400px;
}

.morinoslide_text_flex p{
    max-width: 600px;
    font-size: 1.6rem;
    line-height: 5rem;
}
.morinoslide_text_flex img{
    max-width: 400px;
}
.morinoslide_slide_flex{
    max-width: 700px;
    margin: 48px auto 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 80px;
}

.morinoslide_slide_flex p{
    max-width: 600px;
    font-size: 1.6rem;
    line-height: 4rem;
    letter-spacing: 1px;
}

.morinoslide_text_border{
    border-right:1px solid #000;
    height: 130px;
}
.slide_text p{
    font-size:1.6rem;
    line-height: 4rem;
    letter-spacing: 4px;
    margin-top: 80px;

}
.morinoslide_slide_flex img{
    max-width: 400px;
}
.slide_block_link{
    font-size:2.6rem;
    letter-spacing: 10px;
    font-weight: 100;

}

.harukakanata_text{
    font-size: 1.6rem;
    line-height: 5rem;
    padding-bottom: 17px;
}

/* 横スライドセクション */




/* 横スクロールセクション */
/* .vertical-slider__wrap{
    width: fit-content;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}
.vertical-area{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

  /*矢印が右に移動する*/
  .btnarrow4{
    /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
    /*形状*/
    display: inline-block;
  padding: 20px;
    color: #333;
    text-decoration: none;
    outline: none;
}

/*矢印と下線の形状*/
.btnarrow4::before{
    content: '';
    position: absolute;
    bottom: -9px;
    left: -10%;
    width: 155%;
    height: 1px;
    background: #333;
    transition: all .3s;
}

.btnarrow4::after{
    content: '';
    position: absolute;
    bottom: 11px;
    right: -105px;
    width: 70px;
    height: 1px;
    background: #333;
    transform: rotate(35deg);
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow4:hover::before{
    left:20%;
}

.btnarrow4:hover::after{
    right:-78%;
}
@media screen and (max-width: 1250px) {
    .morinoslide_text_flex{
        max-width: 1400px;
        gap:200px;
    }
    .sec__morinoslide_flex{
        max-width: 80%;
    }
    .sec__morinoslide_flex02{
        max-width: 80%;
    }

}

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

    .sec__mori_flex{
        gap:40px;
    }
    .mori_text_flex p{
        max-width: 90%;
        font-size: 1.4rem;
    }

    .morinoslide_text_flex p {
        max-width: 360px;
    }

    .morinoslide_text_flex {
        gap: 80px;
    }

    .slide_text p{
        width: 400px;
        padding-right: 40px;
        margin-top: 20px;
    }

    .harukakanata_titleArea{
        margin-bottom: 40px;
    }

    .btnarrow4::before{
        bottom: 0px;
        left: 0%;
        width: 125%;
    }
    
    .btnarrow4::after{
        bottom: 11px;
        right: -60px;
        width: 40px;
    }
    /*hoverした際の移動*/
    .btnarrow4:hover::before{
        left:20%;
    }

    .btnarrow4:hover::after{
        right:-46%;
    }



}

@media screen and (max-width: 900px) {
    .morinoslide_text_flex p {
        max-width: 260px;
    }

    .slide_text p {
        width: 320px;
    }

    .morinoslide_text_flex {
        gap: 30px;
    }

}


@media screen and (max-width: 640px) {
    .sec__mori{
        max-width:100%;
        margin:40px auto;
        padding: 80px 30px 40px;
    }
    .sec__mori_flex img{
        max-width: 90%;
        margin:0 0 0 auto;
    }
    .mori_text_flex{
        max-width: 100%;
        margin: 48px auto;
        display: block;
    }

    .morinoslide_text_flex{
        max-width: 100%;
        margin: 48px auto;
        display: block;
    }

    .sec__morinoslide_flex{
        display: block;
        max-width: 85%;
    }

    .sec__morinoslide_flex02{
        display: block;
        max-width: 85%;
    }


    .mori_text_flex img{
        max-width: 300px;
        margin: 0 auto;
    }
    .morinoslide_text_flex img{
        max-width: 300px;
        margin: 0 auto;
    }

    .slide_text p {
        font-size: 1.4rem;
        line-height: 2.7rem;
        letter-spacing: 2px;
        margin: 20px 0;
    }

    .sec__mori_flex p{
        font-size: 2.5rem;
        line-height: 1rem;
        letter-spacing: 2rem;
    }
    .slide_title_flex h3{
        font-size: 2.5rem;
        line-height: 3.5rem;
        letter-spacing: 2rem;
    }

    .harukakanata-title{
        margin:0 auto 20px;
        display: block;
    }

    .harukakanata_titleArea{
        margin-bottom:0;
    }

    .harukakanata-title h3{
        font-size: 2.5rem;
        line-height: 3.5rem;
        letter-spacing: 2rem;
    }
    .morinoslide_slide_flex {
        max-width: 690px;
        margin: 20px auto 40px;
        display: flex;
        gap: 20px;
    }
    .mori_text_flex p{
        max-width: 100%;
        margin:-20px 0 40px;
        line-height: 3.5rem;
    }
    .morinoslide_text_flex p {
        max-width: 90%;
        margin: -40px auto 40px;
        line-height: 3.5rem;
    }

    .slide_block_link{
        font-size:1.4rem;
        letter-spacing: 10px;
        text-align: center;
    }

    .morinoslide_slide_flex p {
        max-width: 600px;
        font-size: 1.4rem;
        line-height: 2.5rem;
        letter-spacing: 1px;
        text-align: left;
    }
    
    .slide_text p{
        width: 90%;
    }
    .slide_title_flex p{
        font-size: 1.4rem;
        line-height: 4rem;

    }

    .harukakanata_text {
        font-size: 1.4rem;
        line-height: 4rem;

    }

    .btnarrow4::before {
        bottom: -9px;
        left: -10%;
        width: 135%;
        
    }
    .btnarrow4::after {
        bottom: 5px;
        right: -45px;
        width: 50px;
        
    }


    /*hoverした際の移動*/
    .btnarrow4:hover::before{
        pointer-events: none;
    }

    .btnarrow4:hover::after{
        pointer-events: none;
    }

}





/* -----------//sec__mori----------- */


/* -----------sec__mori02----------- */


.sec__mori02{
    max-width:1920px;
    margin:66px auto 0;
    background-color: #efefef;
    padding:64px 0;
    font-family : 'SatsukiGendaiMincho-M', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
}

.sec__mori02_flex{
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    margin:0 auto 40px;
    align-items: center;
}
.sec__mori02_title01{
    font-size: 4rem;
    letter-spacing: 3rem;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: inline-block;
    line-height: 7rem;
    text-align: start;
    margin-bottom:200px;
}
.sec__mori02_title{
    font-size: 3rem;
    letter-spacing: 2.5rem;
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    display: inline-block;
    line-height: 7rem;
    text-align: start;
    margin-bottom:80px;
}
.sec__mori02_text{
    max-width: 600px;
    font-size: 1.6rem;
    line-height: 5rem;
}

.sec__mori02_flex img{
    max-width:600px;
}

@media screen and (max-width: 1080px) {
    .mori_top{
        max-width: 80%;
    }

    .sec__mori02_flex img{
        max-width:600px;
    }
    .sec__mori02_flex{
        max-width: 80%;
        gap: 30px;
    }
    .mori_text_flex img{
        width:250px;
    }
    .morinoslide_text_flex img {
        width: 250px;
    }
}


@media screen and (max-width: 640px) {
    .sec__mori02{
        padding:80px 40px;
        margin:0 auto;
    }

    .sec__mori02_flex{
        max-width: 80%;
        display: block;
        margin:0 auto;
        text-align: center;
    }

    .sec__mori02_title{
        font-size: 2.5rem;
        margin:0 auto 40px;
        text-align: center;
        letter-spacing: 1.5rem;
    }

    .sec__mori02_text{
        font-size:1.4rem;
        margin-bottom:40px;
        text-align: left;
        line-height: 3.5rem;
    }
    .sec__mori02_title01{
        font-size:3rem;
        margin-bottom:20px;
        margin-left: -20px;
    }
}


/* -----------//sec__mori02----------- */

/* -----------section access----------- */

.sec__access{
    max-width: 1920px;
    margin:0 auto;
    background-color: #EFEEE9;
    padding:150px 0 100px;
    font-family :YuMincho,'Yu Mincho','BIZ UDPMincho',serif;
}

.sec__access h2{
    font-size: 4rem;
    text-align: center;
    color: #585858;
    letter-spacing: 15px;
    margin: 0px 0 80px;

}

.access_text{
    font-size:1.6rem;
    text-align: center;
    line-height: 4rem;
    letter-spacing: 4px;
    margin-bottom:80px;
}

.access_text p a{
    color:#585858
}

.googlemap_btn{
    max-width: 400px;
    margin: 40px auto;
    padding:10px;
    background-color: #3e3e3e;
    text-align: center;
    font-size:2rem;
}

.sec__access a{
    color: #fff;
}

.sec__access a:hover{
    opacity: 0.7;
}

.access_box{
    max-width: 1000px;
    margin:80px auto;
}

.access_car h4{
    font-size:3rem;
    text-align: left;
    color:#585858;
}
.access_img{
    max-width:900px;
    margin: 80px 0 80px auto;
}
.access_car img{
    margin:0 0 0 auto;
}

.access_car p{
    font-size:1.4rem;
    color:#585858;
    margin-top:32px;
}

.access_public{
    max-width: 1000px;
    margin:160px auto;
}

.access_public h4{
    font-size:3rem;
    text-align: left;
    color:#585858;
}

.access_public_subTitle{
    font-size:2.5rem;
    color:#585858;
    line-height: 8rem;
}

.access_public_text{
    font-size:1.4rem;
    color:#585858;
    line-height: 3rem;
}

.train{
    margin-top:80px;
}

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

    .access_box{
        max-width: 80%;
    }


    .access_img{
        max-width:800px;
        margin: 80px 0 80px auto;
    }

    .access_public{
        margin:160px auto 80px;
    }
}

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

    .sec__access{
        padding:100px 0 40px 0;
    }

    .sec__access h2{
        font-size: 2.5rem;
        margin: 0 0 60px;
    }

    .access_text{
        font-size:1.4rem;
        line-height: 3rem;
    }
    .googlemap_btn{
        max-width: 60%;
        font-size:1.6rem;
    }
    .access_car h4{
        font-size:1.8rem;
        text-align: left;
        color:#585858;
    }
    .access_img{
        margin: 20px 0 40px auto;
    }
    .access_car p{
        font-size:1.3rem;
        line-height: 2.5rem;
    }
    .access_public{
        margin:80px auto 40px;
    }
    .access_public h4 {
        font-size: 1.8rem;
    }
    .access_public_subTitle{
        font-size: 1.5rem;
        color: #585858;
        line-height: 8rem;
    }
    .train {
        margin-top: 40px;
    }
}

/* -----------//section  access----------- */

/* -----------footer----------- */

.footer a:hover{
    opacity: 0.7;
}

.footer_flex{
    max-width: 1400px;
    margin: 100px auto;
    display: flex;
    justify-content: space-between;
    color:#585858;
    font-family :YuMincho,'Yu Mincho','BIZ UDPMincho',serif;
}

.footer_menu_flex .footer_menu_flex_ul01{
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    gap:32px;
}
.footer_menu_flex .footer_menu_flex_ul01 li a{
    font-size:1.8rem;
    color:#585858;
}

.footer_menu_flex .footer_menu_flex_ul01 li p{
    font-size:1.4rem;
    color:#585858;
    margin-top:40px;
}

.footer_gallery{
    margin-top:80px;
    font-size:1.8rem;
}

.footer_gallery a{
    color:#585858;
}

.footer_link .link{
    color:#585858;
    font-size: 1.6rem;
}

.footer_R2{
    font-size: 1.2rem;
    color: #585858;
    line-height: 3rem;
    letter-spacing: 2px;
}

.footer_facebook img{
    width:24px;
    height: auto;
}

.footer_instagram img{
    width: 24px;
    height: auto;
}

.footer_sns{
    display: flex;
    gap:40px;
    margin:80px 0;
}

.footer_link ul{
    display: flex;
    justify-content: space-between;
}

.footer_right img{
    max-width:80px;
}

@media screen and (max-width: 1080px) {
    .footer_flex{
        max-width: 90%;
    }
}

@media screen and (max-width: 820px) {
    .footer_menu_flex .footer_menu_flex_ul01{
        gap:16px;
    }


}
@media screen and (max-width: 640px) {
    .footer_flex{
        max-width: 80%;
        display: block;
    }
    .footer_right img {
        max-width: 40px;
        margin: 0 auto 80px;
    }

    .footer_left{
        text-align: center;
    }

    .footer_menu_flex .footer_menu_flex_ul01{
        justify-content: center;
        gap: 62px;
    }


    .footer_menu_flex .footer_menu_flex_ul01 li p {
        font-size: 1.2rem;
        margin: 20px 0 80px;
    }

    .footer_menu_flex .footer_menu_flex_ul01 li p{
        line-height: 2rem;

    }

    .footer_menu_flex .footer_menu_flex_ul02{
        display: flex;
        justify-content: center;
        gap: 65px;
    }

    .footer_menu_flex .footer_menu_flex_ul02 li a{
        font-size:1.8rem;
        color:#585858;
    }

    .footer_menu_flex .footer_menu_flex_ul02 li p {
        font-size: 1.2rem;
        margin: 20px 0 50px;
    }

    .footer_sns {
        gap: 40px;
        margin: 80px auto 160px;
        justify-content: center;
    }

    .footer_link ul{
        display: block;
    }
    .footer_link ul li{
        margin-bottom:40px;
    }
}

/* -----------//footer----------- */
