@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&display=swap');
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;} img {max-width: 100%;height: auto;}
* {
    box-sizing: border-box;
}
body {
    font-feature-settings : "palt";
	letter-spacing: 1px;
    color: #000;
    -webkit-touch-callout: none;
    font-family: "Noto Sans JP", sans-serif; font-weight: 300;
    box-sizing: border-box;
}
a{text-decoration: none;}

:root {
    --blackColor: rgba(0,0,0,1);
    --whiteColor: rgba(255,255,255,1);
}

/*------------------------------------------------*/

/* 768 */
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) , print { /*PC&TB*/
}

/* 1600 */
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1600px) { /*TB*/
}
@media screen and (min-width:1601px) , print { /*PC*/
}

/* 1660 */
@media screen and (max-width:767px) { /*SP*/
}
@media screen and (min-width:768px) and ( max-width:1500px) { /*TB*/
}
@media screen and (min-width:1501px) and ( max-width:1660px) { /*TB*/
}
@media screen and (min-width:1661px) , print { /*PC*/
}

/*------------------------------------------------*/

/* cmmmon */
@media screen and (max-width:767px) { /*SP*/
    header,main,footer{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        overflow: hidden;
    }
    section{
        /* margin: 0 0 300px 0; */
        margin: 0 0 32.46vw 0;
        /* border: 1px solid rgba(0,0,0,0.1); */
        /* border: 0.24vw solid rgba(0,0,0,0.1); */
    }
    .COMMON_logo{
        /* width: 95px; */
        width: 22.95vw;
        /* margin: 0 70px 0 10px; */
        margin: 0 16.91vw 0 2.42vw;
        transition: 0.3s;
    }
    .COMMON_logo:hover{
        opacity: 0.5;
    }
    .comingsoon_01{
        /* width: calc( 100% - 50px ); */
        width: calc( 100% - 12.08vw );
        /* border-radius: 50px; */
        border-radius: 12.08vw;
        /* font-size: 14px; */
        font-size: 3.38vw;
        font-weight: 400;
        background-color: #666;
        color: #fff;
        /* padding: 15px 0 18px 0; */
        padding: 3.62vw 0 4.35vw 0;
        pointer-events: none;
        text-align: center;
        /* margin: 40px 0 0 0; */
        margin: 9.66vw 0 0 0;
    }
    .top_link_01{
        /* width: calc( 100% - 50px ); */
        width: calc( 100% - 12.08vw );
        position: relative;
        /* border-radius: 50px; */
        border-radius: 12.08vw;
        /* font-size: 16px; */
        font-size: 3.86vw;
        font-weight: 400;
        background-color: #E48FBA;
        color: #fff;
        /* padding: 15px 0 18px 0; */
        padding: 3.62vw 0 4.35vw 0;
        text-align: center;
        /* margin: 40px 0 0 0; */
        margin: 9.66vw 0 0 0;
    }
    .top_link_01:after {
        content: ""; 
        display: block;
        /* width: 21px; */
        width: 5.07vw;
        /* height: 17px; */
        height: 4.11vw;
        background-image: url('/chintai/new/c_yogabajikoen/img/TOP_link.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        /* right: 15px; */
        right: 3.62vw;
        /* top: 15px; */
        top: 3.62vw;
    }

    .pc_ON{display: none;}
    .sp_ON{display: block;}

    #Breadcrumb{
        /* width: 414px; */
        width: 100.00vw;
        text-align: left;
        /* margin: 60px 0 0 20px; */
        margin: 14.49vw 0 0 4.83vw;
        /* font-size: 14px; */
        font-size: 3.38vw;
        font-weight: 400;
    }
    #Breadcrumb a{
        color: #DC499E;
        text-decoration: underline solid #ccc;
        /* text-underline-offset: 5px; */
        text-underline-offset: 1.21vw;
        transition: 0.3s;
    }
    #Breadcrumb a:hover{
        opacity: 0.5;
    }
    #Breadcrumb span{
        display: inline-block;
        /* margin: 0 5px; */
        margin: 0 1.21vw;
        /* font-size: 12px; */
        font-size: 2.90vw;
    }
}
@media screen and (min-width:768px) and ( max-width:1600px) { /*TB*/
    header,main,footer{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        overflow: hidden;
    }
    section{
        /* margin: 0 0 300px 0; */
        margin: 0 0 20.00vw 0;
        /* border: 1px solid rgba(0,0,0,0.1); */
        /* border: 0.07vw solid rgba(0,0,0,0.1); */
    }
    .COMMON_logo{
        /* width: 160px; */
        width: 10.00vw;
        /* margin: 0 70px 0 0; */
        margin: 0 4.38vw 0 0;
        transition: 0.3s;
    }
    .COMMON_logo:hover{
        opacity: 0.5;
    }
    .comingsoon_01{
        /* border-radius: 50px; */
        border-radius: 3.33vw;
        /* font-size: 16px; */
        font-size: 1.07vw;
        font-weight: 400;
        background-color: #666;
        color: #fff;
        /* padding: 15px 30px 18px 30px; */
        padding: 1.00vw 2.00vw 1.20vw 2.00vw;
        pointer-events: none;
        /* margin: 20px 0 0 0; */
        margin: 1.33vw 0 0 0;
    }
    .top_link_01{
        position: relative;
        /* border-radius: 50px; */
        border-radius: 3.13vw;
        /* font-size: 16px; */
        font-size: 1.00vw;
        font-weight: 400;
        background-color: #E48FBA;
        color: #fff;
        /* padding: 15px 50px 18px 30px; */
        padding: 0.94vw 3.13vw 1.13vw 1.88vw;
        transition: opacity 0.3s;
    }
    .top_link_01:after {
        content: ""; 
        display: block;
        /* width: 21px; */
        width: 1.31vw;
        /* height: 17px; */
        height: 1.06vw;
        background-image: url('/chintai/new/c_yogabajikoen/img/TOP_link.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        /* right: 15px; */
        right: 0.94vw;
        /* top: 15px; */
        top: 0.94vw;
    }
    .top_link_01:hover{opacity: 0.75;}

    .pc_ON{display: block;}
    .sp_ON{display: none;}

    #Breadcrumb{
        /* width: 1400px; */
        width: 87.50vw;
        text-align: left;
        /* margin: 100px 0 0 0; */
        margin: 6.25vw 0 0 0;
        /* font-size: 16px; */
        font-size: 1.00vw;
        font-weight: 400;
    }
    #Breadcrumb a{
        color: #DC499E;
        text-decoration: underline solid #ccc;
        /* text-underline-offset: 5px; */
        text-underline-offset: 0.31vw;
        transition: 0.3s;
    }
    #Breadcrumb a:hover{
        opacity: 0.5;
    }
    #Breadcrumb span{
        display: inline-block;
        /* margin: 0 5px; */
        margin: 0 0.31vw;
        /* font-size: 12px; */
        font-size: 0.75vw;
    }
}
@media screen and (min-width:1601px) , print { /*PC*/
    header,main,footer{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        overflow: hidden;
    }
    section{
        margin: 0 0 300px 0;
        /* border: 1px solid rgba(0,0,0,0.1); */
    }
    .COMMON_logo{
        width: 160px;
        margin: 0 70px 0 0;
        transition: 0.3s;
    }
    .COMMON_logo:hover{
        opacity: 0.5;
    }
    .comingsoon_01{
        border-radius: 50px;
        font-size: 16px;
        font-weight: 400;
        background-color: #666;
        color: #fff;
        padding: 15px 30px 18px 30px;
        pointer-events: none;
        margin: 20px 0 0 0;
    }
    .top_link_01{
        position: relative;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 400;
        background-color: #E48FBA;
        color: #fff;
        padding: 15px 50px 18px 30px;
        transition: opacity 0.3s;
    }
    .top_link_01:after {
        content: ""; 
        display: block;
        width: 21px;
        height: 17px;
        background-image: url('/chintai/new/c_yogabajikoen/img/TOP_link.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        right: 15px; 
        top: 15px;
    }
    .top_link_01:hover{opacity: 0.75;}

    .pc_ON{display: block;}
    .sp_ON{display: none;}

    #Breadcrumb{
        width: 1400px;
        text-align: left;
        margin: 100px 0 0 0;
        font-size: 16px;
        font-weight: 400;
    }
    #Breadcrumb a{
        color: #DC499E;
        text-decoration: underline solid #ccc;
        text-underline-offset: 5px;
        transition: 0.3s;
    }
    #Breadcrumb a:hover{
        opacity: 0.5;
    }
    #Breadcrumb span{
        display: inline-block;
        margin: 0 5px;
        font-size: 12px;
    }
}

@media screen and (max-width:767px) { /*SP*/
    .COMMON_arr_top{
        /* width: 51px; */
        width: 12.32vw;
        position: fixed;
        /* bottom: 80px; */
        bottom: 19.32vw;
        /* right: 25px; */
        right: 6.04vw;
        transition: 0.3s;
    }
    .COMMON_arr_top:hover{
        opacity: 0.5;
    }
}
@media screen and (min-width:768px) and ( max-width:1500px) { /*TB*/
    .COMMON_arr_top{
        /* width: 51px; */
        width: 3.40vw;
        position: fixed;
        /* bottom: 200px; */
        bottom: 13.33vw;
        /* right: 30px; */
        right: 2.00vw;
        transition: 0.3s;
    }
    .COMMON_arr_top:hover{
        opacity: 0.5;
    }
}
@media screen and (min-width:1501px) , print { /*PC*/
    .COMMON_arr_top{
        width: 51px;
        position: fixed;
        bottom: 200px;
        right: calc( ( ( 100vw - 1500px ) / 2 ) - 8px );
        transition: 0.3s;
    }
    .COMMON_arr_top:hover{
        opacity: 0.5;
    }
}

/* lowNotes */
@media screen and (max-width:767px) { /*SP*/
    #lowNotes{
        position: relative;
        width: 100%;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        margin: 0 0 0 0;
    }
    .lowNotes_box{
        /* width: 414px; */
        width: 100.00vw;
        /* font-size: 13px; */
        font-size: 3.14vw;
        /* line-height: 22px; */
        line-height: 5.31vw;
        margin: 0 0 0 0;
        /* padding: 0 20px; */
        padding: 0 4.83vw;
    }
    .lowNotes_tx_01{
        /* text-indent: -14px; */
        text-indent: -3.38vw;
        /* padding-left: 14px; */
        padding-left: 3.38vw;
    }
}
@media screen and (min-width:768px) and ( max-width:1600px) { /*TB*/
    #lowNotes{
        position: relative;
        /* width: 1600px; */
        width: 100.00vw;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        margin: 0 0 0 0;
    }
    .lowNotes_box{
        /* width: 1200px; */
        width: 75.00vw;
        /* font-size: 13px; line-height: 1.4em; font-weight: 400; */
        font-size: 0.81vw; line-height: 1.4em; font-weight: 400;
        margin: 0 0 0 0;
    }
    .lowNotes_tx_01{
        /* text-indent: -14px; */
        text-indent: -0.88vw;
        /* padding-left: 14px; */
        padding-left: 0.88vw;
    }
}
@media screen and (min-width:1601px) , print { /*PC*/
    #lowNotes{
        position: relative;
        width: 1600px;
        display: flex; flex-direction: column; justify-content: flex-start; align-items: center;
        margin: 0 0 0 0;
    }
    .lowNotes_box{
        width: 1200px;
        font-size: 13px; line-height: 1.4em; font-weight: 400;
        margin: 0 0 0 0;
    }
    .lowNotes_tx_01{
        text-indent: -14px;
        padding-left: 14px;
    }
}

/*------------------------------------------------*/

/* NAV */
@media screen and (max-width:767px) { /*SP*/
    #NAV{
        position: relative;
        width: 100%;
        display: flex; justify-content: space-between; align-items: center;
        position: fixed; top: 0;
        background-color: #fff;
        z-index: 2;
    }
    .NAV_box_01{
        display: flex; justify-content: flex-start; align-items: center;
        /* width: 300px; height: 50px; */
        width: 72.46vw; height: 12.08vw;
        transition: 0.3s;
    }
    .NAV_link{
        font-family: "Noto Serif JP", serif; font-weight: 400;
        /* font-size: 18px; */
        font-size: 4.35vw;
        /* line-height: 32px; */
        line-height: 7.73vw;
        color: var(--blackColor);
        text-align: left;
        /* margin: 0 40px 0 0; */
        margin: 0 9.66vw 0 0;
        display: none;
    }
    .NAV_link span{
        display: inline-block;
        background-image: linear-gradient(90deg, var(--blackColor), var(--blackColor));
        background-repeat: no-repeat;
        background-position: left bottom;
        /* background-size: 0 3px; */
        background-size: 0 0.72vw;
        transition: background-size 0.3s;
    }
    .NAV_link:hover{opacity: 1;}
    .NAV_link:hover span{
        opacity: 1;
        /* background-size: 100% 3px; */
        background-size: 100% 0.72vw;
    }
    .NAV_link_01{
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        width: 127px;
        height: 40px;
        background-color: #fccf00;
        border-radius: 30px;
        transition: 0.3s;
        display: none;
    }
    .NAV_link_01:hover{
        opacity: 0.5;
    }
    .NAV_link_01 img{
        width: 96px;
    }
    .NAV_link_sp_menu{
        /* width: 22px; */
        width: 5.31vw;
        /* margin: 0 15px 0 0; */
        margin: 0 3.62vw 0 0;
    }
    .NAV_sp{
        position: fixed;
        /* top: 50px; left: 0; */
        top: 12.08vw; left: 0;
        width: 100%; height: 100%;
        background-color: #fff; z-index: 2;
        display: flex; flex-direction: column; align-items: center;
        opacity: 0;
        display: none;
    }
    .NAV_link_sp{
        font-family: "Noto Serif JP", serif; font-weight: 400;
        /* font-size: 18px; */
        font-size: 4.35vw;
        /* line-height: 32px; */
        line-height: 7.73vw;
        color: #000;
        /* margin: 10px 0; */
        margin: 2.42vw 0;
    }
    .NAV_link_sp img{
        margin: 0 0 0 0;
        /* width: 86px; */
        width: 20.77vw;
    }
    .NAV_jkknet{
        /* width: 200px; height: 50px; */
        width: 48.31vw; height: 12.08vw;
        background-color: #fccf00;
        /* border-radius: 30px; */
        border-radius: 7.25vw;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
    }
    .NAV_link_active span{
        display: inline-block;
        background-image: linear-gradient(90deg, var(--blackColor), var(--blackColor));
        background-repeat: no-repeat;
        background-position: left bottom;
        /* background-size: 0 3px; */
        background-size: 0 0.72vw;
        transition: background-size 0.3s;
        /* background-size: 100% 3px; */
        background-size: 100% 0.72vw;
        opacity: 1;
    }
    .NAV_height_short{
        height: 12.08vw;
    }
    .NAV_stop{
        pointer-events: none;
        color: #ccc;
    }
}
@media screen and (min-width:768px) and ( max-width:1500px) { /*TB*/
    #NAV{
        position: relative;
        width: 100%; background-color: #fff;
        display: flex; justify-content: center; align-items: center;
        position: fixed; top: 0;
        background-color: #fff;
        z-index: 1;
    }
    .NAV_wrap{
        position: relative;
        /* width: 1500px; */
        width: 100.00vw;
        display: flex; justify-content: space-between; align-items: center;
    }
    .NAV_box_01{
        display: flex; justify-content: flex-start; align-items: center;
        /* width: 1050px; height: 90px; */
        width: 70.00vw; height: 6.00vw;
        transition: 0.3s;
    }
    .NAV_link{
        font-family: "Noto Serif JP", serif; font-weight: 400;
        /* font-size: 18px; */
        font-size: 1.20vw;
        /* line-height: 32px; */
        line-height: 2.13vw;
        color: var(--blackColor);
        text-align: left;
        /* margin: 0 40px 0 0; */
        margin: 0 2.67vw 0 0;
    }
    .NAV_link span{
        display: inline-block;
        background-image: linear-gradient(90deg, var(--blackColor), var(--blackColor));
        background-repeat: no-repeat;
        background-position: left bottom;
        /* background-size: 0 3px; */
        background-size: 0 0.20vw;
        transition: background-size 0.3s;
    }
    .NAV_link:hover{opacity: 1;}
    .NAV_link:hover span{
        opacity: 1;
        /* background-size: 100% 3px; */
        background-size: 100% 0.20vw;
    }
    .NAV_link_01{
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* width: 127px; */
        width: 8.47vw;
        /* height: 40px; */
        height: 2.67vw;
        background-color: #fccf00;
        /* border-radius: 30px; */
        border-radius: 2.00vw;
        transition: 0.3s;
    }
    .NAV_link_01:hover{
        opacity: 0.5;
    }
    .NAV_link_01 img{
        /* width: 96px; */
        width: 6.40vw;
    }
    .NAV_link_sp_menu,.NAV_sp{ display: none; }
    .NAV_height_short{
        height: 4.00vw;
    }
    .NAV_stop{
        pointer-events: none;
        color: #ccc;
    }
    .NAV_link_active span{
        display: inline-block;
        background-image: linear-gradient(90deg, var(--blackColor), var(--blackColor));
        background-repeat: no-repeat;
        background-position: left bottom;
        /* background-size: 0 3px; */
        background-size: 0 0.20vw;
        transition: background-size 0.3s;
        /* background-size: 100% 3px; */
        background-size: 100% 0.20vw;
        opacity: 1;
    }
}
@media screen and (min-width:1501px) , print { /*PC*/
    #NAV{
        position: relative;
        width: 100%; background-color: #fff;
        display: flex; justify-content: center; align-items: center;
        position: fixed; top: 0;
        background-color: #fff;
        z-index: 1;
    }
    .NAV_wrap{
        position: relative;
        width: 1500px;
        display: flex; justify-content: space-between; align-items: center;
    }
    .NAV_box_01{
        display: flex; justify-content: flex-start; align-items: center;
        width: 1050px; height: 90px;
        transition: 0.3s;
    }
    .NAV_link{
        font-family: "Noto Serif JP", serif; font-weight: 400;
        font-size: 18px;
        line-height: 32px;
        color: var(--blackColor);
        text-align: left;
        margin: 0 40px 0 0;
    }
    .NAV_link span{
        display: inline-block;
        background-image: linear-gradient(90deg, var(--blackColor), var(--blackColor));
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 3px;
        transition: background-size 0.3s;
    }
    .NAV_link:hover{opacity: 1;}
    .NAV_link:hover span{
        opacity: 1;
        background-size: 100% 3px;
    }
    .NAV_link_01{
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        width: 127px;
        height: 40px;
        background-color: #fccf00;
        border-radius: 30px;
        transition: 0.3s;
    }
    .NAV_link_01:hover{
        opacity: 0.5;
    }
    .NAV_link_01 img{
        width: 96px;
    }
    .NAV_link_sp_menu,.NAV_sp{ display: none; }
    .NAV_height_short{
        height: 60px;
    }
    .NAV_stop{
        pointer-events: none;
        color: #ccc;
    }
    .NAV_link_active span{
        display: inline-block;
        background-image: linear-gradient(90deg, var(--blackColor), var(--blackColor));
        background-repeat: no-repeat;
        background-position: left bottom;
        background-size: 0 3px;
        transition: background-size 0.3s;
        background-size: 100% 3px;
        opacity: 1;
    }
}

/*------------------------------------------------*/

/* FOT */
@media screen and (max-width:767px) { /*SP*/
    #FOT{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .FOT_wrap{
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* padding: 90px 0 20px 0; */
        padding: 21.74vw 0 4.83vw 0;
    }
    .FOT_box_01{
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        /* margin: 0 0 30px 0; */
        margin: 0 0 7.25vw 0;
    }
    .FOT_logo{
        display: inline-block;
        /* width: 222px; */
        width: 53.62vw;
    }
    .FOT_box_02l{
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin: 0 0 30px 0; */
        margin: 0 0 7.25vw 0;
        width: 100%;
    }
    .FOT_box_02r{
        /* width: 364px; */
        width: 87.92vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
    .FOT_box_03{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        /* margin: 0 0 20px 0; */
        margin: 0 0 4.83vw 0;
        /* font-size: 16px; font-weight: 400; */
        font-size: 3.86vw; font-weight: 400;
        /* border: 1px solid #000; */
        border: 0.24vw solid #000;
        width: 100%;
        /* padding: 9px 0 10px 0; */
        padding: 2.17vw 0 2.42vw 0;
        color: #000;
        transition: 0.3s;
    }
    .FOT_box_03:hover{opacity: 0.5;}
    .FOT_box_03 img{
        /* width: 15px; */
        width: 3.62vw;
        /* margin: 1px 0 0 10px; */
        margin: 0.24vw 0 0 2.42vw;
    }
    .FOT_text_01{
        /* font-size: 30px; */
        font-size: 7.25vw;
        font-weight: bold;
        /* margin: 0 0 15px 0; */
        margin: 0 0 3.62vw 0;
        color: #000;
    }
    .FOT_text_01 span{
        /* font-size: 13px; font-weight: bold; */
        font-size: 3.14vw; font-weight: bold;
    }
    .FOT_text_02{
        /* font-size: 15px; font-weight: normal; */
        font-size: 3.62vw; font-weight: normal;
        /* margin: 0 0 10px 0; */
        margin: 0 0 2.42vw 0;
    }
    .FOT_text_03{
        /* font-size: 12px; */
        font-size: 2.90vw;
        font-weight: 400;
        /* margin: 0 0 10px 0; */
        margin: 0 0 2.42vw 0;
        /* line-height: 16px; */
        line-height: 3.86vw;
    }
    .FOT_text_04{
        /* font-size: 10px; */
        font-size: 2.42vw;
        font-weight: 400;
        /* margin: 0 0 10px 0; */
        margin: 0 0 2.42vw 0;
    }
    .FOT_text_05{
        /* font-size: 13px; font-weight: 400; */
        font-size: 3.14vw; font-weight: 400;
    }

    /* footer add start */
    .FOT_box_02lr{
        position: relative;
        display: flex; flex-direction: column; align-items: flex-start;
    }
    .FOT_linkimg{
        /* width: 15px; margin: 0 5px 0 0; */
        width: 3.62vw; margin: 0 1.21vw 0 0;
    }
    .FOT_box_02ab{
        /* width: 364px; */
        width: 87.92vw;
        position: relative;
        display: flex; flex-direction: column; align-items: flex-start;
        /* margin: -50px 0 50px 0; */
        margin: -12.08vw 0 12.08vw 0;
        /* padding: 50px 0 50px 0; */
        padding: 12.08vw 0 12.08vw 0;
        /* border-top: 1px solid #ccc; */
        border-top: 0.24vw solid #ccc;
        /* border-bottom: 1px solid #ccc; */
        border-bottom: 0.24vw solid #ccc;
    }
    .FOT_box_02a,.FOT_box_02b,.FOT_box_02c{
        position: relative;
        /* width: 364px; */
        width: 87.92vw;
        display: flex; flex-direction: column; align-items: flex-start;
        /* padding: 0 0 20px 10px; */
        padding: 0 0 4.83vw 2.42vw;
    }
    .FOT_box_02a a,.FOT_box_02b a,.FOT_box_02c a{
        /* font-size: 16px; */
        font-size: 3.86vw;
        color: #000; font-weight: 400;
        text-decoration: underline solid #ccc;
        /* text-underline-offset: 4px; */
        text-underline-offset: 0.97vw;
        /* margin: 0 0 20px 0; */
        margin: 0 0 4.83vw 0;
        transition: 0.3s;
    }
    .FOT_box_02a a:hover,.FOT_box_02b a:hover{
        opacity: 0.5;
    }
    .FOT_box_02a a:last-child,.FOT_box_02b a:last-child,.FOT_box_02c a:last-child{
        margin: 0;
      }
    .FOT_stop{
        pointer-events: none;
        color: #ccc!important;
    }
    .FOT_attention{
        /* font-size: 14px; line-height: 20px; */
        font-size: 3.38vw; line-height: 4.83vw;
        color: #DC499E;
        /* margin: 10px 0 0 7px; */
        margin: 2.42vw 0 0 1.69vw;
    }
    /* footer add end */
}
@media screen and (min-width:768px) and ( max-width:1600px) { /*TB*/
    #FOT{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .FOT_wrap{
        position: relative;
        /* width: 1500px; */
        width: 100.00vw;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* border-top: 1px solid #969596; */
        border-top: 0.07vw solid #969596;
        /* padding: 100px 0 50px 0; */
        padding: 6.67vw 0 3.33vw 0;
    }
    .FOT_box_01{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        /* margin: 0 0 50px 0; */
        margin: 0 0 3.33vw 0;
    }
    .FOT_logo{
        display: inline-block;
        /* width: 282px; */
        width: 18.80vw;
        transition: 0.3s;
    }
    .FOT_logo:hover{
        opacity: 0.5;
    }
    .FOT_box_02l{
        display: flex; justify-content: center; align-items: center;
        /* width: 280px; */
        width: 17.50vw;
    }
    .FOT_box_02r{
        display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        /* margin: 0 0 0 50px; */
        margin: 0 0 0 3.13vw;
        /* width: 440px; */
        width: 27.50vw;
    }
    .FOT_box_03{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        /* margin: 0 0 20px 0; */
        margin: 0 0 1.33vw 0;
        /* font-size: 16px; font-weight: 400; */
        font-size: 1.07vw; font-weight: 400;
        /* border: 1px solid #000; */
        border: 0.07vw solid #000;
        /* width: 320px; */
        width: 21.33vw;
        /* padding: 5px 0 7px 0; */
        padding: 0.33vw 0 0.47vw 0;
        color: #000;
        transition: 0.3s;
    }
    .FOT_box_03:hover{opacity: 0.5;}
    .FOT_box_03 img{
        /* width: 15px; */
        width: 1.00vw;
        /* margin: 1px 0 0 10px; */
        margin: 0.07vw 0 0 0.67vw;
    }
    .FOT_box_03 img{
        /* width: 15px; */
        width: 1.00vw;
        /* margin: 4px 5px 0 0; */
        margin: 0.27vw 0.33vw 0 0;
    }
    .FOT_text_01{
        /* font-size: 30px; font-weight: bold; */
        font-size: 2.00vw; font-weight: bold;
        /* margin: 0 0 20px 0; */
        margin: 0 0 1.33vw 0;
        transition: 0.3s;
        color: #000;
    }
    .FOT_text_01:hover{opacity: 0.5;}
    .FOT_text_01 span{
        /* font-size: 13px; font-weight: bold; */
        font-size: 0.87vw; font-weight: bold;
    }
    .FOT_text_02{
        /* font-size: 15px; font-weight: normal; */
        font-size: 1.00vw; font-weight: normal;
        /* margin: 0 0 10px 0; */
        margin: 0 0 0.67vw 0;
    }
    .FOT_text_03{
        /* font-size: 15px; font-weight: 400; */
        font-size: 1.00vw; font-weight: 400;
        /* margin: 0 0 10px 0; */
        margin: 0 0 0.67vw 0;
        white-space: nowrap;
        /* line-height: 24px; */
        line-height: 1.60vw;
    }
    .FOT_text_04{
        /* font-size: 13px; font-weight: 400; */
        font-size: 0.87vw; font-weight: 400;
        /* margin: 0 0 10px 0; */
        margin: 0 0 0.67vw 0;
    }
    .FOT_text_05{
        /* font-size: 13px; font-weight: 400; */
        font-size: 0.87vw; font-weight: 400;
    }

    /* footer add start */
    .FOT_box_02lr{
        position: relative;
        display: flex; flex-wrap: nowrap; align-items: flex-start;
        /* width: 770px; */
        width: 48.13vw;
    }
    .FOT_linkimg{
        /* width: 15px; margin: 0 5px 0 0; */
        width: 0.94vw; margin: 0 0.31vw 0 0;
    }
    .FOT_box_02ab{
        position: relative;
        display: flex; flex-wrap: nowrap; align-items: flex-start;
        /* margin: 0 0 0 20px; */
        margin: 0 0 0 1.25vw;
    }
    .FOT_box_02a{
        position: relative;
        /* width: 130px; */
        width: 8.13vw;
        display: flex; flex-direction: column; align-items: flex-start;
        /* border-left: 1px solid #ccc; */
        border-left: 0.06vw solid #ccc;
        /* padding: 0 0 5px 15px; */
        padding: 0 0 0.31vw 0.94vw;
    }
    .FOT_box_02b{
        position: relative;
        /* width: 190px; */
        width: 11.88vw;
        display: flex; flex-direction: column; align-items: flex-start;
        /* border-left: 1px solid #ccc; */
        border-left: 0.06vw solid #ccc;
        /* padding: 0 0 5px 15px; */
        padding: 0 0 0.31vw 0.94vw;
    }
    .FOT_box_02c{
        position: relative;
        /* width: 180px; */
        width: 11.25vw;
        display: flex; flex-direction: column; align-items: flex-start;
        /* border-left: 1px solid #ccc; */
        border-left: 0.06vw solid #ccc;
        /* padding: 0 0 5px 15px; */
        padding: 0 0 0.31vw 0.94vw;
    }
    .FOT_box_02a a,.FOT_box_02b a,.FOT_box_02c a{
        /* font-size: 16px; */
        font-size: 1.00vw;
        color: #000; font-weight: 400;
        text-decoration: underline solid #ccc;
        /* text-underline-offset: 4px; */
        text-underline-offset: 0.25vw;
        /* margin: 0 0 20px 0; */
        margin: 0 0 1.25vw 0;
        transition: 0.3s;
    }
    .FOT_box_02a a:hover,.FOT_box_02b a:hover,.FOT_box_02c a:hover{
        opacity: 0.5;
    }
    .FOT_box_02a a:last-child,.FOT_box_02b a:last-child,.FOT_box_02c a:last-child{
        margin: 0;
    }
    .FOT_stop{
        pointer-events: none;
        color: #ccc!important;
    }
    .FOT_attention{
        /* width: 300px; font-size: 14px; line-height: 20px; */
        width: 18.75vw; font-size: 0.88vw; line-height: 1.25vw;
        position: absolute;
        /* bottom: 0px; left: 187px; */
        bottom: 0.00vw; left: 11.69vw;
        color: #DC499E;
    }
    /* footer add end */
}
@media screen and (min-width:1601px) , print { /*PC*/
    #FOT{
        width: 100%;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
    }
    .FOT_wrap{
        position: relative;
        width: 1500px;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        border-top: 1px solid #969596;
        padding: 100px 0 50px 0;
    }
    .FOT_box_01{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        margin: 0 0 50px 0;
    }
    .FOT_logo{
        display: inline-block;
        width: 282px;
        transition: 0.3s;
    }
    .FOT_logo:hover{
        opacity: 0.5;
    }

    .FOT_box_02l{
        display: flex; justify-content: center; align-items: center;
        width: 280px;
    }
    .FOT_box_02r{
        display: flex; flex-direction: column; justify-content: center; align-items: flex-start;
        margin: 0 0 0 50px;
        width: 440px;
    }
    .FOT_box_03{
        display: flex; flex-wrap: nowrap; justify-content: center; align-items: center;
        margin: 0 0 20px 0;
        font-size: 16px; font-weight: 400;
        border: 1px solid #000;
        width: 320px;
        padding: 5px 0 7px 0;
        color: #000;
        transition: 0.3s;
    }
    .FOT_box_03:hover{opacity: 0.5;}
    .FOT_box_03 img{
        width: 15px;
        margin: 1px 0 0 10px;
    }
    .FOT_text_01{
        font-size: 30px; font-weight: bold;
        margin: 0 0 20px 0;
        transition: 0.3s;
        color: #000;
    }
    .FOT_text_01:hover{opacity: 0.5;}
    .FOT_text_01 span{
        font-size: 13px; font-weight: bold;
    }
    .FOT_text_02{
        font-size: 15px; font-weight: normal;
        margin: 0 0 10px 0;
    }
    .FOT_text_03{
        font-size: 15px; font-weight: 400;
        margin: 0 0 10px 0;
        white-space: nowrap;
        line-height: 24px;
    }
    .FOT_text_04{
        font-size: 13px; font-weight: 400;
        margin: 0 0 10px 0;
    }
    .FOT_text_05{
        font-size: 13px; font-weight: 400;
    }

    /* footer add start */
    .FOT_box_02lr{
        position: relative;
        display: flex; flex-wrap: nowrap; align-items: flex-start;
        width: 770px;
    }
    .FOT_linkimg{
        width: 15px; margin: 0 5px 0 0;
    }
    .FOT_box_02ab{
        position: relative;
        display: flex; flex-wrap: nowrap; align-items: flex-start;
        margin: 0 0 0 20px;
    }
    .FOT_box_02a{
        position: relative;
        width: 130px;
        display: flex; flex-direction: column; align-items: flex-start;
        border-left: 1px solid #ccc;
        padding: 0 0 5px 15px;
    }
    .FOT_box_02b{
        position: relative;
        width: 190px;
        display: flex; flex-direction: column; align-items: flex-start;
        border-left: 1px solid #ccc;
        padding: 0 0 5px 15px;
    }
    .FOT_box_02c{
        position: relative;
        width: 180px;
        display: flex; flex-direction: column; align-items: flex-start;
        border-left: 1px solid #ccc;
        padding: 0 0 5px 15px;
    }
    .FOT_box_02a a,.FOT_box_02b a,.FOT_box_02c a{
        font-size: 16px;
        color: #000; font-weight: 400;
        text-decoration: underline solid #ccc;
        text-underline-offset: 4px;
        margin: 0 0 20px 0;
        transition: 0.3s;
    }
    .FOT_box_02a a:hover,.FOT_box_02b a:hover,.FOT_box_02c a:hover{
        opacity: 0.5;
    }
    .FOT_box_02a a:last-child,.FOT_box_02b a:last-child,.FOT_box_02c a:last-child{
        margin: 0;
    }
    .FOT_stop{
        pointer-events: none;
        color: #ccc!important;
    }
    .FOT_attention{
        width: 300px; font-size: 14px; line-height: 20px;
        position: absolute;
        bottom: 0px; left: 187px;
        color: #DC499E;
    }
    /* footer add end */
}


/* lowMEU */
@media screen and (max-width:767px) { /*SP*/
    #lowMEU{
        /* width: 414px; */
        width: 100.00vw;
        display: flex; flex-direction: column; justify-content: center; align-items: center;
        /* margin: 100px 0 0 0; */
        margin: 24.15vw 0 0 0;
    }
    .lowMEU_link{
        /* width: 364px; */
        width: 87.92vw;
        /* height: 50px; */
        height: 12.08vw;
        /* font-size: 18px; font-weight: 500; color: #000; */
        font-size: 4.35vw; font-weight: 500; color: #000;
        /* border: 2px solid #000; */
        border: 0.48vw solid #000;
        /* border-radius: 50px; */
        border-radius: 12.08vw;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        transition: 0.3s;
        /* margin: 0 0 30px 0; */
        margin: 0 0 7.25vw 0;
    }
    .lowMEU_link:after {
        content: ""; 
        display: block;
        /* width: 21px; */
        width: 5.07vw;
        /* height: 21px; */
        height: 5.07vw;
        background-image: url('/chintai/new/c_sakurashimmachi/img/COMMON_link_01_sp.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        /* right: 15px; */
        right: 3.62vw;
        /* top: 14px; */
        top: 3.38vw;
    }
    .lowMEU_link:hover{
        opacity: 0.5;
    }
    .lowMEU_link_of{
        background-color: #E6E6E6;
        border: none;
        pointer-events: none;
    }
}
@media screen and (min-width:768px) and ( max-width:1500px) { /*TB*/
    #lowMEU{
        /* width: 1200px; */
        width: 75.00vw;
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        /* margin: 150px 0 150px 0; */
        margin: 9.38vw 0 9.38vw 0;
    }
    .lowMEU_link{
        /* width: calc( ( 100% - ( 20px * 3 ) ) / 4 ); */
        width: calc( ( 100% - ( 1.25vw * 3 ) ) / 4 );
        /* height: 80px; */
        height: 5.00vw;
        /* font-size: 24px; font-weight: 500; color: #000; */
        font-size: 1.50vw; font-weight: 500; color: #000;
        /* border: 2px solid #000; */
        border: 0.13vw solid #000;
        /* border-radius: 50px; */
        border-radius: 3.13vw;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        transition: 0.3s;
    }
    .lowMEU_link:after {
        content: ""; 
        display: block;
        /* width: 21px; */
        width: 1.31vw;
        /* height: 17px; */
        height: 1.06vw;
        background-image: url('/chintai/new/c_sakurashimmachi/img/COMMON_link_01_pc.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        /* right: 15px; */
        right: 0.94vw;
        /* top: 28px; */
        top: 1.75vw;
    }
    .lowMEU_link:hover{
        opacity: 0.5;
    }
    .lowMEU_link_of{
        background-color: #E6E6E6;
        border: none;
        pointer-events: none;
    }
}
@media screen and (min-width:1501px) , print { /*PC*/
    #lowMEU{
        width: 1200px;
        display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;
        margin: 150px 0 150px 0;
    }
    .lowMEU_link{
        width: calc( ( 100% - ( 20px * 3 ) ) / 4 );
        height: 80px;
        font-size: 24px; font-weight: 500; color: #000;
        border: 2px solid #000;
        border-radius: 50px;
        display: flex; justify-content: center; align-items: center;
        position: relative;
        transition: 0.3s;
    }
    .lowMEU_link:after {
        content: ""; 
        display: block;
        width: 21px;
        height: 17px;
        background-image: url('/chintai/new/c_sakurashimmachi/img/COMMON_link_01_pc.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        right: 15px; 
        top: 28px;
    }
    .lowMEU_link:hover{
        opacity: 0.5;
    }
    .lowMEU_link_of{
        background-color: #E6E6E6;
        border: none;
        pointer-events: none;
    }
}


/* 20240530 add bt */
@media screen and (max-width:767px) { /*SP*/
    .COMMON_bt_accordion{
        /* width: 364px; */
        width: 87.92vw;
        /* height: 70px; */
        height: 16.91vw;
        /* font-size: 22px; font-weight: 500; color: #fff; */
        font-size: 5.31vw; font-weight: 500; color: #fff;
        /* border-radius: 50px; */
        border-radius: 12.08vw;
        background-color: #E48FBA;
        display: flex; justify-content: center; align-items: center;
        /* padding: 0 0 5px 0; */
        padding: 0 0 1.21vw 0;
        position: relative;
        transition: 0.3s;
        /* margin: 20px 0 0 0; */
        margin: 4.83vw 0 0 0;
    }
    .COMMON_bt_accordion:hover{
        opacity: 0.75;
        cursor: pointer;
    }
    .COMMON_bt_accordion:after {
        content: ""; 
        display: block;
        /* width: 30px; */
        width: 7.25vw;
        /* height: 30px; */
        height: 7.25vw;
        background-image: url('../img/COMMON_link_d.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        /* right: 20px; */
        right: 4.83vw;
        /* bottom: 20px; */
        bottom: 4.83vw;
    }
    .COMMON_bt_pdf{
        /* width: 364px; */
        width: 87.92vw;
        /* height: 70px; */
        height: 16.91vw;
        /* font-size: 22px; font-weight: 500; color: #333; */
        font-size: 5.31vw; font-weight: 500; color: #333;
        /* border-radius: 50px; */
        border-radius: 12.08vw;
        background-color: #BAE3E5;
        display: flex; justify-content: center; align-items: center;
        /* padding: 0 0 5px 0; */
        padding: 0 0 1.21vw 0;
        position: relative;
        transition: 0.3s;
        /* margin: 50px 0 0 0; */
        margin: 12.08vw 0 0 0;
    }
    .COMMON_bt_pdf:hover{
        opacity: 0.75;
        cursor: pointer;
    }
    .COMMON_bt_pdf:after {
        content: ""; 
        display: block;
        /* width: 30px; */
        width: 7.25vw;
        /* height: 30px; */
        height: 7.25vw;
        background-image: url('../img/COMMON_download.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        /* right: 20px; */
        right: 4.83vw;
        /* bottom: 20px; */
        bottom: 4.83vw;
    }
}
@media screen and (min-width:768px) and ( max-width:1600px) { /*TB*/
    .COMMON_bt_accordion{
        /* width: 800px; */
        width: 50.00vw;
        /* height: 90px; */
        height: 5.63vw;
        /* font-size: 26px; font-weight: 500; color: #fff; */
        font-size: 1.63vw; font-weight: 500; color: #fff;
        /* border-radius: 50px; */
        border-radius: 3.13vw;
        background-color: #E48FBA;
        display: flex; justify-content: center; align-items: center;
        /* padding: 0 0 5px 0; */
        padding: 0 0 0.31vw 0;
        position: relative;
        transition: 0.3s;
        /* margin: 30px 0 0 0; */
        margin: 1.88vw 0 0 0;
    }
    .COMMON_bt_accordion:hover{
        opacity: 0.75;
        cursor: pointer;
    }
    .COMMON_bt_accordion:after {
        content: ""; 
        display: block;
        /* width: 40px; */
        width: 2.50vw;
        /* height: 40px; */
        height: 2.50vw;
        background-image: url('../img/COMMON_link_d.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        /* right: 25px; */
        right: 1.56vw;
        /* bottom: 25px; */
        bottom: 1.56vw;
    }
    .COMMON_bt_pdf{
        /* width: 800px; */
        width: 50.00vw;
        /* height: 90px; */
        height: 5.63vw;
        /* font-size: 26px; font-weight: 500; color: #333; */
        font-size: 1.63vw; font-weight: 500; color: #333;
        /* border-radius: 50px; */
        border-radius: 3.13vw;
        background-color: #BAE3E5;
        display: flex; justify-content: center; align-items: center;
        /* padding: 0 0 5px 0; */
        padding: 0 0 0.31vw 0;
        position: relative;
        transition: 0.3s;
        /* margin: 30px 0 0 0; */
        margin: 1.88vw 0 0 0;
        /* margin: 100px 0 0 0; */
        margin: 6.25vw 0 0 0;
    }
    .COMMON_bt_pdf:hover{
        opacity: 0.75;
        cursor: pointer;
    }
    .COMMON_bt_pdf:after {
        content: ""; 
        display: block;
        /* width: 40px; */
        width: 2.50vw;
        /* height: 40px; */
        height: 2.50vw;
        background-image: url('../img/COMMON_download.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        /* right: 25px; */
        right: 1.56vw;
        /* bottom: 25px; */
        bottom: 1.56vw;
    }
}
@media screen and (min-width:1601px) , print { /*PC*/
    .COMMON_bt_accordion{
        width: 800px;
        height: 90px;
        font-size: 26px; font-weight: 500; color: #fff;
        border-radius: 50px;
        background-color: #E48FBA;
        display: flex; justify-content: center; align-items: center;
        padding: 0 0 5px 0;
        position: relative;
        transition: 0.3s;
        margin: 30px 0 0 0;
    }
    .COMMON_bt_accordion:hover{
        opacity: 0.75;
        cursor: pointer;
    }
    .COMMON_bt_accordion:after {
        content: ""; 
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('../img/COMMON_link_d.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        right: 25px; 
        bottom: 25px;
    }
    .COMMON_bt_pdf{
        width: 800px;
        height: 90px;
        font-size: 26px; font-weight: 500; color: #333;
        border-radius: 50px;
        background-color: #BAE3E5;
        display: flex; justify-content: center; align-items: center;
        padding: 0 0 5px 0;
        position: relative;
        transition: 0.3s;
        margin: 30px 0 0 0;
        margin: 100px 0 0 0;
    }
    .COMMON_bt_pdf:hover{
        opacity: 0.75;
        cursor: pointer;
    }
    .COMMON_bt_pdf:after {
        content: ""; 
        display: block;
        width: 40px;
        height: 40px;
        background-image: url('../img/COMMON_download.webp');
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute; 
        right: 25px; 
        bottom: 25px;
    }
}