/**********************
add 210207080852 yamamoto
common start
this file is Common Setting And Common Place Css Only
***********************/
.sp-only{
    display: none;
}
.pc-only{
    display: block;
}
*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;/*rem算出をしやすくするために*/
    height: 100%;
}

body {
    font-size: 1.4rem; /* -> 14px; */
    color:#333333;
}
@-moz-document url-prefix() {
    /* Firefoxのみ調整 */
    html {
        font-size: 57%; /* -> 10px; */
    }
}
_::-webkit-full-page-media, _:future, :root html{
    /* Safariのみ調整 */
    font-size: 50%; /* -> 10px; */
}
.hidden{
    display: none;
}
.h2 {
    text-align: center;
    font-size: var(--d-font-size-3);
}
.h3 {
    text-align: center;
    font-size: var(--d-font-size-3);
    margin: 0 0 1.5em 0;
}
.h4 {
    font-size: calc( var(--d-font-size-3)* 0.8);
    font-weight: var(--d-font-weight-bold);
    margin: 0 0 .35em 0;
}

blockquote, body, caption, div, fieldset, h1, h2, h3, h4, h5, h6, input, p, preform, td, textarea, th {
    margin: 0;
    padding: 0;
    line-height: 2;
    letter-spacing: 1px;
    font-family: Meiryo, メイリオ, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, sans-serif
}

select{
    padding-right: 0.5em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

dd, dl, dt, li, ol, ul {
    margin: 0;
    padding: 0;
    line-height: 2;
    letter-spacing: 1px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: var(--d-font-weight);
}
strong{
    font-weight:  var(--d-font-weight);
}
p, dt, dd,figcaption, li{
    margin: 0;
    padding: 0;
    line-height: 2;
    font-size: var(--d-font-size);
}

ol, ul {
    list-style: none
}

fieldset, img {
    border: 0
}

caption, th {
    text-align: left
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

q {
    font-style: italic
}

.cl {
    zoom: 100%
}

.cl:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden
}

* html .iepngfix {
    behavior: expression(IEPNGFIX.fix(this))
}

table {
    clear: both
}
th{
    font-weight: var(--d-font-weight);
}
th,td{
    font-size: var(--d-font-size);
}

a {
    outline: 0;
    color: #333333;
}

a:link, a:visited {
    text-decoration: none
}

a:active, a:hover {
    text-decoration: underline
}

a img {
    border-style: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease
}

a:hover img {
    filter: Alpha(Opacity=50);
    -moz-opacity: .5;
    opacity: .5
}
.title_box .h3,
.title_box p.h3{
    font-size: var(--d-font-size-4);
    font-family: var(--font-f-en);
    text-align: center;
    margin: 0;
}
.title_box h3{
    font-size: var(--d-font-size-1);
    text-align: center;
    font-family: var(--font-f-mincho);
}
.title_box{
    text-align: center;
    padding: 3em 1.5em;
}
.title_box .description{
    font-size: var(--d-font-size-min-1);
}
.title_box p:last-child{
    margin:0;
}
.center {
    margin: 0 auto
}

.text_left {
    text-align: left
}

.text_right {
    text-align: right
}

.text_center {
    text-align: center
}

.clear {
    clear: both
}

body {
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.logo {
    margin: 0 1em 0.5em 0;
    float:left;
}
.logo_text {
    margin: 0 1em 0.4em 0;
    display: flex;
}
.logo_text li{
    margin: 0 1em 0 0;
}
.footer_logo {
    width: 100%;
    text-align: center;
    margin: 0 auto 1em;
}
.footer_logo li img{
    text-align: center;
    margin: 0.5em auto;
}
.footer_logo li{
    width: 50%;
    margin: 0 auto;
}
footer li {
    font-size: var(--d-font-size-min-1);
    line-height: 2.2;
}
/**********************
margin
***********************/
.mt10 {margin: 1em 0 0}
.mt12 {margin: 1.2em 0 0}
.mt15 {margin: 1.5em 0 0}
.mt20 {margin: 2em 0 0}
.mt30 {margin: 3em 0 0}
.mb10 {margin: 0 0 1em 0}
.mb25 {margin: 0 0 2.5em 0}
.mb30 {margin: 0 0 3em 0}
.mb60 {margin: 0 0 6em 0}
.mr10 {margin: 0 1em 0 0}

/**********************
text
***********************/
.txt_center {
    text-align: center
}
.center {
    margin: 0 auto
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}
/********************************************
Place CSS Start
*********************************************/
/**********************
footer start
***********************/
footer .brown_list{
    text-align: center;
    font-family: 'Ropa Sans',ヒラギノ角ゴ Pro W3, ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, sans-serif;
    font-size: 1.5rem;
}

footer .brown_list li{
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding: 1em 0;
}

footer .brown_list li a{
    padding:0.8em;
    color: var(--d-brand-color);
    text-decoration: none;
    transition :all .3s;
}

footer .brown_list li i{
    margin: 0 0.5em 0 0;
}
footer .time_box{
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
footer .time_box dt,
footer .time_box dd{
    font-size: var(--d-font-size-min-3);
    float: left;
}
footer .time_box dt{
    clear: left;
    width: 40%;
}
.time_box i{
    margin: 0 0.5em 0 0;
}
.footer{
    background: var(--d-brand-color);
    padding: 3em 0 0 0;
}
.footer_head{
    display: flex;
}
#footer_navi_wrap{
    display: flex;
    width: 100%;
    justify-content: center;
}
.footer_navi{
    justify-content: space-around;
    width: 70%;
}
.footer_navi li .title{
    font-family: 'Ropa Sans',ヒラギノ角ゴ Pro W3, ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, sans-serif;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: left;
}
.footer_navi li a{
    color: #FFFFFF;
}
.footer_navi .text p{
    color: #FFFFFF;
    font-size: 1.2rem;
}

.footer_head{
    padding: 1em;
}
#footer_navi_wrap .sms_box{
    width: 96%;
    margin: 1em 0 1em 1em;
    display: flex;
    color: #FFFFFF;
    background: #67BFBF;
    padding: 2em;
    border: solid 1px #67BFBF;
    border-radius: 5px;
    align-items: center;
}
#footer_navi_wrap .sms_box p{
    padding: 0 1em 0 0;
    width: 80%;
    font-size: var(--d-font-size-min-1);
}
#footer_navi_wrap .sms_box .sms_logo{
    border-left: solid 1px var(--d-brand-color-thin-2) ;
    padding: 0 0 0 2em;
}
.footer_other_links{
    background: var(--d-brand-color);
    padding: 0 0 6em 0;
}
.footer_other_links li a{
    color: #FFFFFF;
}
footer .contact_box{
    width: 25%;
    text-align: center;
}

footer .contact_box a{
    color: var(--d-brand-sub-color);
}
.circle-half-top{
    display: inline-block;
    width: 300px;
    height: 154px;
    border-radius: 50% / 100% 100% 0 0;
    background: #FFFFFF;
    margin: 0;
    padding: 0;
}
.circle-half-bottom{
    display: inline-block;
    width: 300px;
    height: 150px;
    border-radius: 50% / 0 0 100% 100%;
    background: var(--d-color-thin-3);
    margin: 0;
    padding: 0;
}
.store_name{
    font-size: var(--d-font-size-min-4);
    line-height: var(--d-font-line-h-min-2);
    padding:0 2em;
}
.button_tell a{
    background: #FFFFFF;
}
.copy_right span{
    display: block;
    font-size: var(--d-font-size-min-1);
    font-family: var(--font-f-gothic);
    line-height: 1;
}
.copy_right{
    text-align: center;
    color: #FFFFFF;
    font-family: var(--font-f-en);
    padding: 2em 0;
    background: var(--d-brand-color);
}
.copy_right a{
    color: #FFFFFF;
    font-family: var(--font-f-gothic);
    font-size: var(--d-font-size-min-0)
}
/**********************
footer end
***********************/

/**********************
header start
***********************/
#head_wrap:before {
    position: relative;
}
#head_wrap.first{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0.5em;
    transition :all .3s;
}
#head_wrap{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    padding: 0.5em;
    background: none;
    transition :all .3s;
}
#head_wrap.page{
    background: white;
    box-shadow:var(--shadow);
}
#head_wrap:hover{
    opacity: 1;
}

#head {
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.head_left {
    flex: 0.7;
    margin: 1em 0 0;
}
.head_left .head_catch{
    font-size: 1rem;
    line-height: 1.3;
}
.head_right{
    margin: 0 0.5em 0 auto;
}
#head .time_box{
    padding: 0;
    float: right;
}
#head .time_box dt,
#head .time_box dd{
    float: left;
    font-size: var(--d-font-size-min-3);
}
#head .time_box dt{
    color: var(--d-color-thin-2);
}
#head .time_box dt{
    margin: 0 0.5em 0 0;
}
#head .time_box dd{
    margin: 0 1em 0 0;
}
#head .time_box dd:last-child{
    margin: 0;
}
#head .nav-space{
    clear: both;
    flex: 1;
    display: flex;
    justify-content: flex-end;
    margin-top: 2em;
}
#head_wrap.first .time_box dd,
#head_wrap.first .time_box dt{
    color: #FFFFFF;
}
#head_wrap.first .head_right a{
    /*color:#FFFFFF; */
}
#head_wrap .head_right a{
    color:var(--d-brand-sub-color);
}
#head_wrap.first .head_right ul.brown_list{
    border-radius: 50px;
    text-align: center;
    font-family: 'Ropa Sans',ヒラギノ角ゴ Pro W3, ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, sans-serif;
    font-size: var(--d-font-size);
    margin: 0;
    padding: 0.1em 1em;
}
#head_wrap .head_right ul.brown_list{
    background: var(--d-brand-sub-color);
    border: solid 1px var(--d-brand-sub-color);
    border-radius: 50px;
    text-align: center;
    font-family: 'Ropa Sans',ヒラギノ角ゴ Pro W3, ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, sans-serif;
    font-size: var(--d-font-size);
    margin: 0;
    padding: 0.1em 1em;
}
.head_right ul.brown_list li:first-child:before,
.head_right ul.brown_list li:last-child:before{
    position: absolute;
    top: -0.05em;
    left: -0.3em;
    font-family: fontAwesome;
    z-index: 0;
}
.head_right ul.brown_list li:first-child,
.head_right ul.brown_list li:last-child
{
    position: relative;
    margin: 0 0 0 0.4em;
}
.head_right ul.brown_list li:first-child:before
{
    content: '\f274';
}
.head_right ul.brown_list li:last-child:before
{
    content: '\f0e0';
    left: -0.5em;
}
#head_wrap.first .head_right ul.brown_list li:first-child:before,
#head_wrap.first .head_right ul.brown_list li:last-child:before
{
    /*color: var(--d-brand-color);*/
    transition:all .3s
}

#head_wrap.first .head_right ul.brown_list li a{
    padding:0.8em;
    /*color: #51B3B1;*/
    text-decoration: none;
    transition :all .3s;
}
#head_wrap .head_right ul.brown_list li{
    color: #FFFFFF;
    transition :all .3s;
}
#head_wrap .head_right ul.brown_list li a{
    padding:0.8em;
    color: #FFFFFF;
    text-decoration: none;
    transition :all .3s;
}
.head_right ul.brown_list li a:hover{
}
.head_right ul.brown_list li{
    text-align: center;
    display: inline-block;
    font-size: 1.55rem;
}

/**********************
header end
***********************/
#content_wrap{
    background-color: var(--d-contents-background-color);
}



/**********************
global header nav start
***********************/
header nav .menu{
    font-family: 'Ropa Sans',ヒラギノ角ゴ Pro W3, ＭＳ\ ゴシック, MS Gothic, Osaka－等幅, Osaka-mono, sans-serif;
    font-size: var(--d-font-size);
    display: flex;
}
header nav .menu li{
    margin: 0.2em 0.5em 0 0 ;
    font-size: var(--d-font-size);
}
header nav .menu li a{
    text-decoration: none;
    padding: 1em;
}
/**********************
global header nav end
***********************/

/* google recaptcha badge 非表示へ */
.grecaptcha-badge { visibility: hidden; }

/********************************************
Place CSS End
**********************************************/

@media screen and (max-width:640px){
    /* pc から spサイズに変更した場合の上書き */
    body {
        font-family: var(--base-font);
    }
    *{
        box-sizing: border-box;
        font-family: var(--base-font);
    }
    a{
        color: black;
    }
    .sp-only{
        display: block !important;
    }
    .pc-only{
        display: none !important;
    }
    html{
        font-size: unset;
    }
    header.head_wrap .logo_text{
        padding: 0;
        display: flow-root;
    }
    header.head_wrap .logo_text li:first-of-type{
        width: 170px;
        margin-bottom: 0.3em;
    }
    header.head_wrap .logo_text li:nth-of-type(2){
        width: 100px;
    }
    .head_left .head_catch{
        display: none;
    }
    .locale-breadcrumb{
        width: 126px;
        left: 20em;
    }
    .locale-badge-space{
        position: unset;
        left: unset;
        color: unset;
        padding: unset;
        background: unset;
        border: unset;
        border-radius: unset;
        font-size: unset;
        display: unset;
        align-items: unset;
        z-index: 2 !important;
        top:4.4rem !important;
    }
    footer .flexbox.space_around{
        padding: 0;
        flex-wrap: wrap;
    }
    footer .flexbox.space_around li{
        list-style-type: none;
    }
    :root {
        /* add setting over ride  共通のrootを上書き */

        /* mobile 倍率 */

        /* mpbile用 PCで読み込む際に計算式で必要 数字に影響が出ないように1とする */
        --mobile-margin-top-balance: 1.05;
        --mobile-margin-left-balance: 1.33;
        --mobile-font-balance :1.85;
        --mobile-width-balance :1.16;

        --d-font-line-h:2;

        /* font weight */
        --d-font-weight-bold: 500;
        --d-font-weight-bold-1: 650;

        /* font size */
        --d-font-size: .85rem;

        --d-font-size-1: calc( var(--d-font-size) * 1.15 );
        --d-font-size-2: calc( var(--d-font-size) * 1.25 );
        --d-font-size-3: calc( var(--d-font-size) * 1.3 );
        --d-font-size-4: calc( var(--d-font-size) * 1.45 );
        --d-font-size-5: calc( var(--d-font-size) * 1.88 );

        --d-font-size-min-0: calc( var(--d-font-size) * 0.95 );
        --d-font-size-min-1: calc( var(--d-font-size) * 0.85 );
        --d-font-size-min-2: calc( var(--d-font-size) * 0.75 );
        --d-font-size-min-3: calc( var(--d-font-size) * 0.65 );

        /* 読み物用 size */
        --read-font-size: 1rem;
        --read-line-height: 2.2;

        /* hamburger-menu */
        --hamburger-menu-size: 57px; /* メニューの大きさ */
        --hamburger-menu-padding: 0.525em;
        --hamburger-boder-padding: 20px;
        --hamburger-menu-border-px: 2px; /* 線の太さ */
        --hamburger-menu-border-color: #FFFFFF; /* 線の色 */
        --hamburger-menu-transition: 0.3s; /* アニメーション秒数 */

        /* heroImage用 */
        --hero-height : 50vh;
    }
    /**********************
    google develop blog config
    ***********************/
    *{
        box-sizing:border-box;
    }
    body{
        color:black;
    }
    h2{
        font-size: var(--d-font-size-1);
    }
    ul{
        padding: 0;
        list-style-type: none;
    }
    ol{
        padding: 0 1em 1em 4em;
        list-style-type: decimal;
    }
    th{
        font-weight: var(--d-font-weight);
    }
    th,td{
        font-size: var(--d-font-size);
    }
    dt,dd{
        font-size: var(--d-font-size);
        line-height: var(--d-font-line-h);
    }
    dd{
        padding-left:1.5em ;
        margin-bottom:2em;
    }
    select{
        padding-right: 0.5em;
        cursor: pointer;
        text-indent: 0.01px;
        text-overflow: ellipsis;
        border: none;
        outline: none;
        background: transparent;
        background-image: none;
        box-shadow: none;
        -webkit-appearance: none;
        appearance: none;
    }
    li{
        font-size: var(--d-font-size);
        line-height: var(--d-font-line-h);
        margin: 0;
    }
    p{
        font-size: var(--d-font-size);
        line-height: var(--d-font-line-h);
        padding: 0;
        margin: 0;
    }
    div p:last-child{
        margin: 0;
    }
    .sp-only{
        display: block;
    }
    .title_box .h3,
    .title_box p.h3{
        font-size: var(--d-font-size-3);
        font-family: var(--font-f-en);
        text-align: center;
        margin: 0;
    }
    .title_box h3{
        font-size: var(--d-font-size-1);
        text-align: center;
        font-family: var(--font-f-mincho);
    }
    .title_box{
        text-align: center;
        padding: 3em 1.5em;
    }
    .title_box .description{
        font-size: var(--d-font-size-min-1);
        line-height: 1.5;
    }
    .h1{
        font-size: var(--d-font-size-2);
        margin-bottom: var(--d-font-size-2-margin-b);
        animation-name:fadeInAnime;
        animation-duration:1s;
        animation-fill-mode:forwards;
        opacity:0;
    }
    .h3{
        font-size: var(--d-font-size-4);
        margin-bottom: var(--d-font-size-4-margin-b);
    }
    /**********************
    common
    ***********************/
    .hidden{
        display: none;
    }
    html{
        height: 100%;
    }
    body {
        height: 100%;
        margin: 0;

        /*iphone フォントサイズが横にした時に変わるやつ*/
        -webkit-text-size-adjust: none;
    }
    /*
    in page main{
        padding: 0 1.2em;
    }
    */
    .menu_wraps {
        width: 100%;
        font-size: 16px;
    }
    .flexbox {
        display: flex;
    }
    img {
        width: 100%;
        height: auto;
    }

    /**********************
    header
    ***********************/
    header nav.view p{
        margin: 0;
    }


    header i.property{
        font-size: var(--d-font-size-1);
        color: var(--d-brand-color);
    }
    header.head_wrap:before{
        position: relative;
    }
    header.head_wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0.6em 1em 1em;
        /*background: var(--d-brand-color);*/
        display: flex;
        align-items: center;
        z-index: 3;
    }

    header.head_wrap nav.view{
        margin: 0 auto;
    }
    header.head_wrap nav.view .icon_contacts{
        position: relative;
        right: 16.5%;
        top: 2.5%;
    }

    header.head_wrap p.logo {
        margin: 0 0.5em 0 0;
    }
    header.head_wrap p.logo a{
        display: block;
    }
    header.head_wrap .logo_text{
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    header.head_wrap .logo_text li:nth-child(1){
        line-height: 1;
        margin: 0 0 0.25em 0;
    }
    header.head_wrap .logo_text li:nth-child(1) img{
        width: 100%;
    }
    header.head_wrap .logo_text li:nth-child(2){
        line-height: 1;
        margin: 0;
        width: 50%;
    }
    header.head_wrap .logo_text li a{
        display: block;
    }
    /**********************
    footer 上部 nav
    ***********************/
    .foot_nav{
        margin: 3em 0 0 0;
    }
    .foot_nav.no_fix_nav{
        padding:0;
    }
    .foot_nav p{
        text-align: center;
        margin: 0 ;
        padding: 0.6em 0;
        font-family: var(--font-f-en);
        font-size: var(--d-font-size-1);
    }
    .foot_nav ul{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }
    .foot_nav li a:before{
        position: relative;
        content: '\f054';
        font-family: fontAwesome;
        z-index: 0;
        font-size:var(--d-font-size-min-2);
        line-height: 1;
        color:var(--d-color-thin-3);
        margin: 0.5rem 0.5rem 0.5rem 0;
    }
    .foot_nav li{
        width: 50%;
        background: #EEE;
        margin: 0;
    }
    .foot_nav li:nth-child(even){
        border-left: solid 1px #FFF;
    }

    .foot_nav li:nth-child(n + 3) {
        border-top: solid 1px #FFF;
    }
    .foot_nav li a{
        width: 100%;
        display: block;
        text-decoration: none;
        color:var(--d-brand-color);
        padding: 0.5em 0 0.5em 0.8rem;
    }
    .foot_nav li i{
        margin: 0 1em 0 2em;
        padding: 0 0 0.5rem 0;
        color: #CCC;
    }
    .foot_nav li i.property{
        font-size: 0.5rem;
    }
    .copy_right span{
        display: block;
        font-size: var(--d-font-size-min-2);
        line-height: 1.5;
    }
    .copy_right{
        width:100%;
        margin:0 auto 1em;
        clear: both;
        padding:1em 0;
        text-align: center;
        color: var(--d-brand-sub-color);
        font-family: var(--font-f-en);
        line-height: 1.6;
        background: unset;
    }
    .copy_right a{
        color: var(--d-brand-sub-color);
        line-height: 0.2;
    }
    div.sms_box p:last-child{
        margin: 0;
    }
    .sms_box{
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sms_box p{
        font-size: var(--d-font-size-min-1);
        color:var(--d-brand-sub-color);
        text-align: left;
    }
    .sms_box p.sms_logo{
        width: 40%;
        text-align: center;
        margin: 0;
    }
    /**********************
    Fix footer nav
    ***********************/
    footer{
        width: 100%;
        background: #FFFFFF;
    }
    .foot{
        position: fixed;
        display: flex;
        background: var(--d-brand-color-deep-1);
        bottom: 0;
        width: 100%;
        margin: 0;
        padding: 0;
        list-style-type: none;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }
    .foot li{
        margin: 0;
        padding: 0;
        width: 50%;
        text-align: center;
        color: #FFFFFF;
        line-height: 1.5;
        font-size: var(--d-font-size-min-3);
    }
    .foot li:first-child,
    .foot li:last-child
    {
        border-right: solid 1px #ABE2E0;
    }
    .foot a.access:before,
    .foot a.bookings:before{
        display: block;
        font-family: fontAwesome;
        z-index: 0;
        font-size:var(--d-font-size-5);
        line-height: 1;
    }
    .foot li a{
        display: block;
        font-size: var(--d-font-size-min-3);
        text-decoration: none;
        color: #FFF;
        width: 100%;
        padding: 0.8rem 0;
    }
    .foot a.access:before{
        content: '\f3c5';

    }
    .foot a.bookings:before{
        content: '\f274';
    }

    footer .time_box{
        text-align: center;
        margin: 2em auto 9em;
        width: 70%;
    }
    footer .time_box dt,
    footer .time_box dd{
        font-size: var(--d-font-size-min-1);
        float: left;
    }
    footer .time_box dt {
        clear: left;
        width: 40%;
        margin: 0;
        padding: 0;
        text-align: left;
    }
    footer .time_box dd{
        margin: 0;
        padding: 0;
    }


    footer nav,
    footer .other-space,
    footer .copy_right{
        background: #3A3A3A !important;
    }
    footer p,
    footer li,
    footer a,
    footer dt,
    footer dd{
        color: var(--d-color-thin-3);
    }
    footer dl{
        display: flex;
        justify-content: center;
    }
    footer dt,
    footer dd{
        margin: 0;
        line-height: 1.65;
        font-size: var(--d-font-size-min-0);
    }
    .sns-space{

    }
    footer ul{
        list-style-type: none;
        padding: 0;
    }
    footer nav ul{
        width: 90%;
        margin: 0 auto;
        padding: 1em 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    footer nav ul li{
        font-size: var(--d-font-size);
        width: 48%;
        text-align: left;
        margin:0;
        padding: 0;
        line-height: 1.75;
    }
    footer nav ul li.width_100{
        width: 100%;
        text-align: center;
    }
    footer nav ul li:nth-of-type(2n+1){
        margin: 0 0 0 auto;
    }
    footer nav ul li a{
        display: block;
        padding: .75em 0;
    }
    footer .tel-space{
        background: #8CA5A7;
        padding: 2em 1em 3em;
    }
    footer .tel-space p{
        text-align: center;
        font-size: var(--d-font-size-min-0);
        line-height: 1.6;
    }
    footer .tel-space a.default-button{
        font-weight: 600;
        font-size: var(--d-font-size);
        letter-spacing: -0.1px;
        padding: 1.2rem 2rem 1.2rem 3rem;
        color: var(--d-color-thin-3);
    }
    footer .tel-space .btn_wrap {
        width: 90%;
        margin: 0 auto 3em;
        display: flex;
        justify-content: space-between;
    }
    footer .tel-space .btn_wrap p{
        margin: 0;
    }
    footer .sns-space .title{
        font-size: var(--d-font-size);
        font-family: var(--font-f-en);
        color: var(--d-color);
        margin: 0 0 .5em 0;
        text-align: center;
    }
    footer .tel-space .title{
        font-size: var(--d-font-size-3);
        font-family: var(--font-f-gothic);
    }
    footer .sns-space{
        margin: 4em 0 3em;
    }

    footer .sns-list{
        display: flex;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
    }
    footer .sns-list li{
        text-align: center;
    }
    footer .sns-list li img{
        width: 30%;
    }

    footer .ico_phone:before{
        top: 18px;
    }

    .time_box i{
        margin: 0 0.5em 0 0;
    }

    /* wave Animation position start */
    .waves {
        position:relative;
        width: 100%;
        height:15vh;
        margin-bottom:-10px; /*Fix for safari gap*/
        min-height:100px;
        max-height:150px;
    }
    /* wave Animation position end */

    .waves.footer_wave{
        position: relative;
        bottom:9vh;
        left: 0;
        width: 100%;
    }
    figure{
        margin: 0;
    }
    .sp-display-block{
        display: block;
    }
    .first-block{
        order: 1;
    }
    .second-block{
        order: 2;
    }
    .three-block{
        order: 3;
    }
    /* google recaptcha badge 非表示へ */
    .grecaptcha-badge { visibility: hidden; }
    table {
        border-collapse: collapse; /* セル間の余白をなくす */
        border-spacing: 0;         /* セルの隙間をリセット */
        margin: 0;
        padding: 0;
        width: 100%;               /* 必要に応じて */
        font-size: inherit;
        font-weight: inherit;
        color: inherit;
    }

    table th,
    table td {
        margin: 0;
        padding: 0;
        border: none;
        font-weight: normal;
        text-align: left;
        vertical-align: middle; /* 必要に応じて baseline に変更 */
    }

}