@charset "UTF-8";

html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    /*16px×62.5%=10px*/
}
body {
    background-color: #FFF;
    font-size: 1.6rem;
    color: #000;
    text-align: left;
    text-size-adjust: 100%;
    font-family: shippori-mincho, "Noto Serif JP", serif;
    font-weight: 400;
}
h1, h2 {
    line-height: 1.4;
}
.text-center {
    text-align: center;
}
.pc{
    display: none;
}
/*==========================
web font
===========================*/
.Shippori_MinchoR {
    font-family: shippori-mincho, serif;
    font-weight: 400;
}

.Shippori_MinchoM {
    font-family: shippori-mincho, serif;
    font-weight: 500;
}

.Shippori_MinchoSB {
    font-family: shippori-mincho, serif;
    font-weight: 600;
}

.Shippori_MinchoB {
    font-family: shippori-mincho, serif;
    font-weight: 700;
}

.Proxima {
    font-family: proxima-sera, serif;
    font-weight: 200;
}

/* --------------------------
  header
---------------------------- */
.logo_wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
}
.logo {
    display: flex;
}
.logo_wrap .logo img {
    width: clamp(200px, 16vw, 300px);
}

.logo_wrap .logo h1 {
    font-size: 1.2rem;
    font-weight: 500;
    margin-left: 10px;
    line-height: 1.5;
    color: #000;
}
.logo_wrap .rink a {
    background-color: #131d3d;
    color: #fff;
    font-size: 1.6rem;
    display: block;
    padding: 10px 20px;
    font-weight: 500;
    line-height: 1.1;
    transition: all 0.4s;
}

.logo_wrap .rink a:hover {
    background-color: #6c7584;
}
/*=============================
#contact
============================*/
#contact {
    background-color: #131d3d;
    padding: 6vw 0 6vw 0;
    text-align: center;
}

#contact h5 {
    color: #FFF;
    font-size: clamp(22px, 3vw, 3vw);
    line-height: 1.7em;
    letter-spacing: 0.1em;
    padding-bottom: 0.8em;
}

#contact p.en {
    color: #FFF;
    font-size: clamp(16px, 1.5vw, 1.5vw);
    line-height: 1.7em;
}

#contact .box {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(196, 196, 196, 1) 100%);
    display: block;
    width: 62.5vw;
    margin: 3vw auto 0 auto;
    padding: 2.5vw 0 4vw 0;
}

#contact .box p {
    font-size: clamp(13px, 1.3vw, 1.3vw);
    line-height: 1.7em;
    font-weight: 500;
}

#contact .box .logo {
    margin: 1.8vw auto 0px auto;
}

#contact .box .logo img {
    height: 1.8vw;
    width: auto;
}

#contact .box p.tel {
    font-size: clamp(18px, 3.5vw, 3.5vw);
    line-height: 1.5em;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
}
#contact .box p.tel a{
    color: #131d3d;
}
#contact .box p.tel:before {
    content: '';
    display: inline-block;
    width: 3vw;
    height: 3vw;
    background-image: url("../image/tel.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: relative;
    top: -8px;
    margin-right: 10px;
}

#contact .box .bt {
    margin: 20px auto 0 auto;
}

#contact .box .bt a {
    color: #FFF;
    background-color: #131d3d;
    text-decoration: none;
    font-size: clamp(14px, 1.5vw, 1.5vw);
    line-height: 1.5em;
    text-align: center;
    display: block;
    padding: 0.4em 0 0.4em 0;
    width: 26vw;
    margin: 0px auto 0 auto;
}

#contact .box .bt a:hover {
    background-color: #6c7584;
}

/*==========================
footer
===========================*/

.pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    text-align: center;
    z-index: 8000;
    cursor: pointer;
}
.pagetop span {
    display: block;
    border-radius: 50%;
    background: #9fb7d4;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    text-decoration: none;
    font-weight: bold;
    height: 100%;
    width: 100%;
    line-height: 2.5;
    font-family: Arial, Helvetica, sans-serif;
}

.pagetop span:hover {
    background-color: #8a969e;
}
#footer {
    text-align: center;
    padding: 6vw 0;
}
#footer .logo {
    max-width: 490px;
    width: 34vw;
    margin: auto;
    margin-bottom: 3vw;
}

#footer p {
    font-size: clamp(14px, 1.2vw, 1.2vw);
    line-height: 1.5em;
    font-weight: 500;
}

#footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 3vw;
    margin: 6vw auto 3vw auto;
}

#footer ul li a {
    color: #000;
    text-decoration: none;
    font-size: clamp(14px, 1.2vw, 1.2vw);
    line-height: 1.5em;
}

#footer ul li a:hover {
    text-decoration: underline;
}

#footer p.copyright {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(12px, 0.8vw, 0.8vw);
    color: #999;
    line-height: 150%;
    padding-top: 10px;
    padding-bottom: 3px;
}

@media screen and (min-width: 640px) {
    #footer_bt {
        display: none !important;
    }
}


/*-------------------------
 *ここから640px以下
 --------------------------*/
@media screen and (max-width:640px){
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
    /*-------------------------
     *お問合せ
     --------------------------*/
    #contact {
        background-color: #131d3d;
        margin: 50px auto 0 auto;
        padding: 20px 0 20px 0;
        text-align: center;
    }

    #contact h5 {
        color: #FFF;
        font-size: 18px;
        line-height: 1.5em;
        letter-spacing: 0em;
        padding-bottom: 0.8em;
    }

    #contact p.en {
        color: #FFF;
        font-size: 14px;
        line-height: 1.5em;
    }

    #contact .box {
        display: none;
    }
    .box{
        display: none;
    }
    .pagetop {
        bottom: 60px;
        right: 10px;
        width: 38px;
        height: 38px;
    }

    .pagetop span {
        font-size: 14px;
        line-height: 2.5;
    }
    #footer {
        padding: 40px 0 100px;
    }
    #footer .logo{
        width: 75%;
        margin-bottom: 30px;
    }
    #footer ul{
        width: 80%;
        margin: 20px auto 30px;
    }

    #footer_bt {
        width: 100%;
        position: fixed;
        bottom: 0;
        z-index: 7000;
    }
    #footer_bt ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: stretch;
        width: 100%;
        border-top: 1px solid #FFF;
    }

    #footer_bt ul li {
        width: 43%;
        line-height: 0;
        display: block;
        display: flex;
        align-items: stretch;
    }
    #footer_bt ul li:nth-of-type(2) {
        width: 57%;
    }
    #footer_bt ul li a {
        color: #FFF;
        width: 100%;
        text-align: center;
        text-decoration: none;
        display: block;
        font-weight: 600;
        font-size: 15px;
        line-height: 1.2em;
    }
    #footer_bt ul li a:before {
        content: '';
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        margin-right: 5px;
        position: relative;
        top: -2px;
    }
    #footer_bt ul li:nth-of-type(1) {
        border-right: 1px solid #FFF;
        box-sizing: border-box;
    }
    #footer_bt ul li.tel a {
        background-color: #4e5d72;
        color: #FFF;
        font-family: shippori-mincho, sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: 18px;
        padding: 0.6em 0 0.4em 0;
    }
    #footer_bt ul li.tel a:before {
        background-image: url("../image/icon_tel.png");
        width: 15px;
        height: 15px;
    }
    #footer_bt ul li.mail a {
        background-color: #131d3d;
        padding: 0.8em 0 0.3em 0;
    }
    #footer_bt ul li.mail a:before {
        background-image: url("../image/icon_mail.png");
        width: 15px;
        height: 12px;
    }
}