@charset "UTF-8";

/* common
   ========================================================================== */

#yurakucho_special {
    position: relative;
    z-index: 0;
}

.wrap {
    width: 100%;
    position: relative;
    z-index: -4;
}

.container {
    width: 100%;
    position: relative;
    z-index: -4;
}

.sec_wrap {
    min-width: 960px;
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.inr {
    width: 1024px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 0;
}

.lead {
    font-size: 18px;
    font-weight: 600;
}

h3 {
    letter-spacing: 5px;
}


@media screen and (max-width : 750px) {

    .sec_wrap {
        min-width: 100%;
        max-width: 1180px;
        margin: 0 auto;
        position: relative;
        z-index: 0;
    }

    .sec_wrap {
        min-width: 100%;
        max-width: 100%;
    }

    .inr {
        width: 90%;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 0;
    }

    .lead {
        font-size: 3.4vw;
    }






}



/* ==========================================================================

sec_kv

========================================================================== */

.sec_kv .sec_wrap {
    width: 100%;
    max-width: 100%;
    height: 754px;
    max-height: 754px;
    padding: 50px 0 0;
    background: url(../img/common/kv_bg_pc.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}

.kv {
    width: 784px;
    height: 654px;
    margin: 0 auto;
    padding: 70px 0 0;
    background: url(../img/common/kv-ttl_bg_pc.png) no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 1;
}

.kv h1 {
    width: 350px;
    height: auto;
    margin: 0 auto 50px;
    font-size: 0;
}

.kv .lead {
    color: #595757;
    letter-spacing: 0.2rem;
}

.catch {
    margin: 0 auto 30px;
    color: #595757;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.25rem;
}

ul.nav {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-evenly;
    flex-wrap: wrap;
    width: 470px;
    margin: 0 auto 70px;
}

ul.nav li {
    width: 222px;
    height: 166px;
    margin: 0;
    padding: 15px 0;
    box-sizing: border-box;
}

.nav li a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.nav li a img {
    width: 110px;
}

.nav li a span {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.nav li a:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
}

.nav li a:hover:after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    margin: 0 auto;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 0;
    left: 0;
    bottom: -2px;
}

.btn_entame {
    background: #dd7684;
}

.btn_rainy {
    background: #5e96c1;
    display: none;
}


@media screen and (max-width : 750px) {

    .sec_kv .sec_wrap {
        width: 100%;
        max-width: 100%;
        height: 0;
        max-height: unset;
        padding: 40px 0 160%;
        background: url(../img/common/kv_bg_sp.jpg) no-repeat;
        background-position: center top;
        background-size: cover;
        overflow: hidden;
    }

    .kv {
        width: 93%;
        height: 0;
        margin: 0 auto;
        padding: 15vw 0 182.81%;
        background: url(../img/common/kv-ttl_bg_sp.png) no-repeat;
        background-size: 100%;
        position: relative;
        z-index: 1;
    }

    .kv h1 {
        width: 58vw;
        margin: 0 auto 13vw;
    }

    .kv .lead {
        margin: 0 auto 4vw;
        color: #595757;
        line-height: 1;
        letter-spacing: 0.1em;
    }

    .catch {
        margin: 0 auto 5vw;
        font-size: 4.5vw;
        letter-spacing: 0.1em;
    }

    ul.nav li {
        width: 70%;
        height: 42vw;
        margin: 0;
        padding: 15px 0;
    }

    ul.nav {
        width: 74%;
        margin: 0 auto 70px;
    }

    .nav li a img {
        width: 20.5vw;
    }

    .nav li a span {
        font-size: 4vw;
        line-height: 1.5;
        letter-spacing: 0.2vw;
    }




}


/* ==========================================================================

main

========================================================================== */
main {
    padding: 100px 0 90px;
    background: #f4f4f4;
    position: relative;
    z-index: -3;
}

main .inr {
    padding: 70px 110px 65px;
    background: #ffffff;
}

h2 {
    display: inline-block;
    margin-bottom: 50px;
    font-size: 43px;
    font-weight: bold;

}

main .ttl_img {
    width: 200px;
    margin: 0 auto 50px;
}

main .lead {
    margin: 0 auto 80px;
    letter-spacing: 1px;
    font-weight: 700;
}

.notes {
    width: 1024px;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
}








@media screen and (max-width : 750px) {

    main {
        padding: 18vw 0 15vw;
    }

    main .inr {
        padding: 73px 7vw 50px;
    }

    main .ttl_img {
        width: 35vw;
        margin: 0 auto 8vw;
    }

    main .lead {
        margin: 0 auto 14vw;
        font-weight: 700;
        text-align: left;
    }

    h2 {
        margin-bottom: 8vw;
        font-size: 7.5vw;
    }

    .notes {
        width: 88%;
    }


}

/* ==========================================================================

shop共通

========================================================================== */
.shop {
    margin: 0 auto;
    padding: 85px 0 0;
    position: relative;
}

.shop h3 {
    display: inline-block;
    margin: 0 auto 80px;
    font-size: 28px;
    font-family: interstate, sans-serif;
    font-weight: 700;
    letter-spacing: 4px;
}

.shop h3 span {
    display: block;
    padding: 10px 0 0;
    font-size: 14px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

.shop .ac_inner {
    display: block;
    width: 100%;
}

.shop ul {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.shop ul li {
    width: 48%;
    margin: 0 0 35px;
    font-size: 0;
    text-align: left;
    line-height: 1.3;
    vertical-align: top;
    background: #ffffff;
    box-sizing: border-box;
}

.shop ul li:nth-child(2n+1):last-child {}

.shop .half ul {
    width: 48%;
    float: left;
}

.shop .lumine2.half ul {
    margin-right: 2%;
}

.shop .lumineStreet.half ul {
    margin-left: 2%;
}

.shop .half ul li {
    width: 100%;
}

.shop ul li .logo {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    box-sizing: border-box;
    background: #f4f4f4;
}

.shop ul li .info {
    display: inline-block;
    width: 55%;
    padding: 0 10px;
    box-sizing: border-box;
}

.shop ul li .info .name {
    font-size: 17px;
    margin: 0 0 5px;
}

.shop ul li .info .icon {
    display: inline-block;
    margin: 0 0 5px;
    color: #ffffff;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    font-size: 11px;
    letter-spacing: 0.1em;
}

.shop ul li .info .building {
    display: inline-block;
    padding: 1px 8px 1px;
}

.shop ul li .info .building.narrow {
    letter-spacing: 0.07em;
    padding: 1px 5px 1px;
}

.shop ul li .info .floor {
    display: inline-block;
    padding: 1px 8px 1px;
    background: #000000;
}

.shop ul li .info .tel {
    display: inline-block;
    margin: 0 0 5px;
    font-size: 13px;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    text-align: right;
    letter-spacing: 0.02em;
    position: relative;
    float: right;
}

.shop ul li .tel:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 14px;
    background: url(../img/common/tel.png) no-repeat;
    background-size: 70%;
    position: absolute;
    left: -9px;
    bottom: -1px;
}

.shop ul li .info .service {
    padding: 5px 0 0;
    font-size: 14px;
    font-weight: 400;
    clear: both;
}


@media screen and (max-width : 750px) {

    .shop {
        padding: 17vw 0 0;
    }

    .shop h3 {
        margin: 0 auto 15vw;
        font-size: 7vw;

        letter-spacing: 2px;
    }

    .ac-box .ac_inner {
        display: none;
    }

    .shop ul {
        width: 100%;
        padding: 10px 0 0;
    }

    .shop ul li {
        width: 100%;
        margin: 0 auto 35px;
    }

    .shop ul li .info {
        padding: 0 0 0 10px;
    }

    .shop .half ul {
        width: 100%;
        float: none;
    }

    .shop .lumine2.half ul {
        margin-right: 0;
    }

    .shop .lumineStreet.half ul {
        margin-left: 0;
    }

    .shop ul li .info .name {
        font-size: 3.8vw;
        margin: 0 0 3px;
    }

    .shop ul li .info .building.pc {
        display: none;
    }

    .shop ul li .info .tel {
        margin-left: 15px;
        font-size: 3.5vw;
        float: none;
    }

    .shop ul li .info .service {
        padding: 5px 0 0;
        font-size: 3.2vw;
        line-height: 1.5;
    }


    .shop .btn {
        display: table;
        width: 100%;
        height: 60px;
        margin: 0 auto 10px;
        background: #ffffff;
        position: relative;
        cursor: pointer;
    }

    .shop .btn span {
        display: table-cell;
        font-size: 4.3vw;
        line-height: 1.2;
        letter-spacing: 2px;
        vertical-align: middle;
        background: #ffffff;
    }

    .shop .btn.active span {
        color: #ffffff !important;
    }

    .shop .btn:before {
        display: block;
        content: "";
        width: 17px;
        height: 2px;
        transform: rotate(90deg);
        transition: all .3s ease-in-out;
        position: absolute;
        right: 20px;
        bottom: 50%;
    }

    .shop .btn:after {
        display: block;
        content: "";
        width: 17px;
        height: 2px;
        transition: all .2s ease-in-out;
        position: absolute;
        right: 20px;
        bottom: 50%;
    }

    .shop .btn.active:after {
        display: block;
        content: "";
        width: 17px;
        height: 2px;
        background: #fff !important;
        transition: all .2s ease-in-out;
        position: absolute;
        right: 20px;
        bottom: 50%;
    }

}


/* ==========================================================================

sec_entame

========================================================================== */

.sec_entame h2 {
    background: linear-gradient(transparent 70%, #dd7684 0%);
}

.sec_entame .notes {
    margin: 0 auto 150px;
    padding: 10px 0 0;
}

.sec_entame .notes span {
    display: inline-block;
    /*line-height: 1.8;*/
    vertical-align: top;
}

.sec_entame .notes p {
    display: inline-block;
    width: 95%;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    vertical-align: top;
    float: right;
}

@media screen and (max-width : 750px) {

    .sec_entame h2 {
        letter-spacing: 0.05em;
    }

    .sec_entame .notes {
        margin: 0 auto 100px;
        font-size: 3vw;
    }

    .sec_entame .notes span {
        line-height: 1.4;
    }

    .sec_entame .notes p {
        display: inline;
        width: 100%;
        text-indent: 0;
        padding-left: 0;
        line-height: 1.4;
        float: none;
    }







}



/* how-to
   ========================================================================== */

.how-to {
    margin: 0 auto 30px;
}

.how-to h3 {
    display: inline-block;
    margin: 0 auto 50px;
    font-size: 22px;
    font-weight: bold;
}

.how-to ul {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
}

.how-to ul li {
    width: 30%;
    padding: 30px 30px 25px;
    background: #f8e4e6;
    box-sizing: border-box;
    position: relative;
}

.how-to ul li:after {
    content: "";
    top: 43%;
    right: -35px;
    border: 20px solid transparent;
    border-left: 25px solid #f8e4e6;
    position: absolute;
}

.how-to ul li:nth-of-type(3):after {
    display: none;
}

.how-to ul li .step {
    width: 74px;
    height: 74px;
    padding: 8px 0;
    color: #ffffff;
    font-size: 27px;
    font-family: interstate, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    background: #dd7684;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -25px;
    top: -25px;
}

.how-to ul li .step .small {
    font-size: 14px;
}

.how-to ul li .step-ttl {
    padding-bottom: 30px;
    font-size: 20px;
    letter-spacing: 0.1em;
}

.how-to ul li:nth-of-type(3) .step-ttl {
    padding-bottom: 15px;
    font-size: 20px;
}

.how-to ul li .step-ttl .small {
    display: block;
    padding-bottom: 12px;
    font-size: 15px;
    line-height: 1.7;
}

.how-to ul li .step-ttl .more-small {
    display: block;
    padding-bottom: 10px;
    font-size: 13.5px;
    line-height: 1.7;
}

.how-to ul li .step-ttl .more-small02 {
    font-size: 10px;
    line-height: 0;
}

.how-to ul li .img {
    width: 100%;
    max-width: 156px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.how-to ul li .img .comment {
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    position: absolute;
}


@media screen and (max-width : 750px) {

    .how-to {
        margin: 0 auto;
    }

    .how-to ul {
        width: 88%;
        margin: 0 auto;
    }

    .how-to ul li {
        width: 100%;
        height: 240px;
        margin: 0 auto 14vw;
        padding: 8vw 0 6vw;
        background: #f8e4e6;
        box-sizing: border-box;
        position: relative;
    }

    .how-to ul li:nth-of-type(3) {
        padding: 7vw 0 6vw;
    }

    .how-to ul li .step-ttl {
        padding-bottom: 6vw;
        font-size: 5.3vw;
    }

    .how-to ul li:nth-of-type(3) .step-ttl {
        padding-bottom: 5vw;
        font-size: 5.2vw;
    }

    .how-to ul li .step-ttl .small {
        padding-bottom: 3vw;
        font-size: 4vw;
        line-height: 1.5;
    }

    .how-to ul li .step-ttl .more-small {
        padding-bottom: 4vw;
        font-size: 3.6vw;
        line-height: 1.5;
    }

    .how-to ul li .step-ttl .more-small02 {
        padding-bottom: 4vw;
        font-size: 2vw;
        line-height: 1.5;
    }

    .how-to ul li .img .comment {
        font-size: 3.8vw;
    }

    .how-to ul li:after {
        content: "";
        width: 20px;
        margin: 0 auto;
        top: unset;
        bottom: -25px;
        right: 0;
        left: 0;
        border: 10px solid transparent;
        border-top: 15px solid #f8e4e6;
    }
}


/* facility
   ========================================================================== */

.facility {
    width: 100%;
    margin: 0 auto;
    padding: 20px 12px 0;
    background: #f4f4f4;
    position: relative;
}

.facility h3 {
    padding-left: 5px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 2px;
}

.facility ul {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0 0;
}

.facility ul::after {
    content: "";
    display: block;
    width: 32.5%;
    height: 0;
}

.facility ul li {
    width: 32.5%;
    margin: 0 0 12px;
    padding: 10px 8px 5px;
    text-align: left;
    line-height: 1.5;
    background: #ffffff;
    box-sizing: border-box;
    cursor: pointer;
}

.facility ul li:hover,
.facility ul li:active {
    color: #ffffff;
    background: #dd7684;
}

.facility ul li:hover .tel:before,
.facility ul li:active .tel:before {
    background: url(../img/common/tel_wh.png) no-repeat;
    background-size: 70%;
}

.facility ul li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
}

.facility ul li .name {
    font-size: 13px;
    letter-spacing: -0.02em;
}

.facility ul li .floor {
    font-size: 12px;
    font-weight: 500;
}

.facility ul li .tel {
    font-size: 13px;
    font-family: din-2014, sans-serif;
    font-weight: 00;
    text-align: right;
    letter-spacing: 0.03em;
    position: relative;
    float: right;
}

.facility ul li .tel:before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 14px;
    background: url(../img/common/tel.png) no-repeat;
    background-size: 70%;
    position: absolute;
    left: -10px;
    bottom: 0;
}

@media screen and (max-width : 750px) {


    .facility {
        width: 100%;
    }

    .facility ul li {
        width: 100%;
    }

    .facility ul li .name {
        font-size: 3.65vw;
    }

}


/* shop
   ========================================================================== */


.sec_entame .shop ul li .info .building {
    background: #dd7684;
}

@media screen and (max-width : 750px) {


    .sec_entame .shop .btn {
        border: 3px solid #dd7684;
    }

    .sec_entame .shop .btn span {
        color: #dd7684;
        font-family: din-2014, sans-serif;
        font-weight: 800;

    }

    .sec_entame .shop .btn.active {
        background: #dd7684;
    }

    .sec_entame .shop .btn.active span {
        background: #dd7684;
    }

    .sec_entame .shop .btn:before {
        background: #dd7684;
    }

    .sec_entame .shop .btn:after {
        background: #dd7684;
    }


}


/* ==========================================================================

sec_rainy

========================================================================== */

.sec_rainy {
    display: none;
}

.sec_rainy .sec_wrap {
    padding-bottom: 30px;
}

.sec_rainy h2 {
    background: linear-gradient(transparent 70%, #5e96c1 0%);
}

.sec_rainy .notes {
    margin: 0 auto;
    padding: 10px 0 0;
}

.sec_rainy .notes p {
    display: inline-block;
    width: 100%;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
    float: right;
}

@media screen and (max-width : 750px) {

    .sec_rainy h2 {
        letter-spacing: 0.05em;
    }

    .sec_rainy .notes {
        font-size: 3vw;
    }

    .sec_rainy .notes p {
        display: inline;
        width: 100%;
        padding-left: 0;
        text-indent: 0;
        line-height: 1.4;
        float: none;
    }

}

/* route
   ========================================================================== */

.route {
    padding: 50px 45px 45px;
    background: #dfeaf3;
    position: relative;
}

.route h3 {
    display: inline-block;
    margin: 0 auto 50px;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 4px;
}

.route>ul {
    width: 352px;
    margin: 0 auto 50px;
    padding: 20px 25px;
    background: #ffffff;
    box-sizing: border-box;
}

.route>ul li {
    width: 100%;
    font-size: 15px;
    text-align: left;
    line-height: 1.8;
    position: relative;
}

.route>ul li span {
    display: inline-block;
    width: 18px;
    margin-right: 8px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

@media all and (-ms-high-contrast: none) {
    .route>ul li span {
        font-size: 11px;
    }
}

.route>ul li:after {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: #5e96c1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: 0;
}

.route .img {
    width: 510px;
    float: right;

}

.route .ruoute-photo {
    width: 180px;
    float: left;
}

.route .ruoute-photo li {
    margin: 0 auto 20px;
}


@media screen and (max-width : 750px) {

    .route {
        padding: 30px 10px 38px;
    }

    .route h3 {
        margin: 0 auto 6vw;
        font-size: 5vw;
        line-height: 1.3;
    }

    .route>ul {
        width: 96%;
        margin: 0 auto 6.5vw;
        padding: 10px 12px 8px;
        background: #ffffff;
        box-sizing: border-box;
    }

    .route>ul li {
        width: 100%;
        font-size: 11px;
        font-size: 3vw;
        text-align: left;
        line-height: 1.8;
        position: relative;
    }

    .route>ul li span {
        display: inline-block;
        width: 16px;
        margin-right: 8px;
        color: #ffffff;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        position: relative;
        z-index: 1;
    }

    .route>ul li:after {
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        background: #5e96c1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: 0;
        z-index: 0;
    }

    .route .img {
        width: 100%;
        float: none;
        margin: 0 auto 20px;
    }

    .route .ruoute-photo {
        width: 180px;
        float: left;
    }

    .route .ruoute-photo {
        width: 100%;
        float: none;
    }

    .route .ruoute-photo ul {
        display: -webkit-box;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }

    .route .ruoute-photo li {
        width: 46%;
        margin: 0 auto;
    }
}


/* shop
   ========================================================================== */

.sec_rainy .tab ul {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 40px;
}

.sec_rainy .tab ul li {
    display: table;
    width: 19%;
    height: 60px;
    margin: 0;
    padding: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
    background: #5e96c1;
    border: 3px solid #5e96c1;
    box-sizing: border-box;
}

.sec_rainy .tab ul li a {
    display: table-cell;
    padding: 2px 0 0;
    vertical-align: middle;
    color: #5e96c1;
    background: #ffffff;
}

.sec_rainy .tab ul li a.active {
    color: #ffffff;
    background: #5e96c1;
}

.sec_rainy .shop ul li .info .building {
    background: #5e96c1;
}

.sec_rainy .shop ul li .logo {
    padding: 38px 0;
}





@media screen and (max-width : 750px) {

    .sec_rainy .shop .btn {
        border: 3px solid #5e96c1;
    }

    .sec_rainy .shop .btn span {
        color: #5e96c1;
    }

    .sec_rainy .shop .btn.active {
        background: #5e96c1;
    }

    .sec_rainy .shop .btn.active span {
        background: #5e96c1;
    }

    .sec_rainy .shop .btn:before {
        background: #5e96c1;
    }

    .sec_rainy .shop .btn:after {
        background: #5e96c1;
    }

    .sec_rainy .shop ul li .logo {
        padding: 18px 0;
        background: #f4f4f4;
    }


}


/* ==========================================================================

sec_sns

========================================================================== */

.sec_sns .inr {
    margin: 35px auto 30px;
}

.sec_sns h3 {
    display: inline-block;
    margin: 0 auto 25px;
    font-size: 17px;
    font-weight: bold;
}

.link_area ul {
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100px;
    margin: 0 auto;
    height: 30px;
}

.link_area ul li {
    width: 30%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.ver_fit {
    height: 100%;
    width: auto;
}




/* ==========================================================================

footer

========================================================================== */

footer {
    padding: 60px 0 30px;
    background: #faf9f2;
}

footer p {
    line-height: 1;
}

.luminelogo {
    width: 140px;
    margin: 0 auto 60px;
}

.copyright {
    font-size: 13px;
    font-family: interstate, sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
}


@media screen and (max-width : 750px) {

    footer {
        padding: 40px 0 25px;
    }

    .luminelogo {
        width: 140px;
        margin: 0 auto 35px;
    }

    .copyright {
        font-size: 10px;
    }



}


/* ==========================================================================

pagetop

========================================================================== */

#pagetop {
    display: block;
    content: "";
    width: 45px;
    height: 45px;
    background: #000000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    float: right;
    position: fixed;
    right: 2vw;
    bottom: 30px;
    z-index: 0;
    cursor: pointer;
}

#pagetop.set {
    position: relative;
    bottom: 400px;
}

#pagetop a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

#pagetop a:after {
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: 0.15rem solid #ffffff;
    border-left: 0.15rem solid #ffffff;
    -webkit-transform: rotate(225deg);
    transform: rotate(45deg);
    position: absolute;
    right: 40%;
    top: 19px;
}


@media screen and (max-width : 750px) {

    #pagetop.set {
        bottom: 85vw;
    }

}