@charset "utf-8";
/* CSS Document */

.sp {
    display: none;
}

.image{
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    
}

/* ==========================================
    common
========================================== */
.sans {
    font-family: "游ゴシック", "游ゴシック体", "YuGothic", "Yu Gothic", sans-serif;
    letter-spacing: 0;
}
img {
    vertical-align: bottom;
}
main {
    padding-top: 150px;
}


.footer-wrap {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}
.wrap {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1240px;
}
div.center {
    text-align: center;
}
.flex {
    display: flex;
}
.flex.half > * {
    width: 50%;
}
a.arrow {
    color: #a4252f;
}
a.arrow p {
    display: inline-block;
    padding-right: 3.5em;
    background: right center no-repeat url(../img/link-arrow.png);
}
a.tapcall {
    pointer-events: none;
}
.contents {
    padding-top: 40px;
}
h2 {
    font-weight: normal;
    font-size: 36px;
}
h2.ttl {
    font-weight: normal;
    text-align: center;
    padding-top: 100px;
}

h2.ttl + span {
    color: #a4252f;
    font-size: 18px;
    display: block;
    text-align: center;
    padding-bottom: 60px;
}

h2.lined {
    display: flex;
    align-items: center;
}
h2.lined > div:not(.txt) {
    flex: 1;
    height: 0;
    border-bottom: solid 1px #d2979c;
}
h2.lined .txt {
    width: 20em;
}

@media screen and (max-width: 767px) {
    
    main {
        padding-top: 70px;
    }
    body {
        font-size: 14px;
        letter-spacing: 0;
    }
    
    .wrap, .footer-wrap, .header-wrap{
        width: 100%;
        padding: 0 10px;
    }
    .contents {
        background: none !important;
        padding: 0;
    }
    h2 {
        font-size: 20px;
    }
    h2.ttl {
        padding-top: 40px;
    }
    h2.ttl + span {
        font-size: 14px;
        padding-bottom: 20px;
    }
    h2.lined .txt {
        width: 11em;
    }
    .flex {
        flex-direction: column;
    }
    .flex.half > * {
        width: 100%;
    }
    .flex li {
        width: 100%;
        padding: 0;
    }
    a.arrow p {
        background-size:auto 0.75em;
    }
}

/* ==========================================
    header
========================================== */
header {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 150px;
    padding-top: 30px;
    background: #fff;
    top: 0;
    left: 0;
    border-bottom: solid 1px #bdbdbd;
}
header .wrap.flex {
    align-items: flex-end;
    justify-content: center;
}
.header-wrap {
    width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    align-items: flex-end;
}
header h1.logo {
    width: 250px;
}
header h1.logo img {
    display: block;
    margin: 0 auto;
}
header h1.logo a {
    display: block;
    text-align: center;
}
header h1.logo p {
    font-size: 16px;
    text-align: center;
    padding-bottom: 5px;
}

header #global-nav {
    width: 700px;
    font-size: 18px;
    align-items: flex-end;
}
header #global-nav ul {
    float: right;
    padding-bottom: 10px;
    padding-right: 1em;
}
header #global-nav li {
    padding: 0 1em;
    font-weight: bold;
}
header #global-nav a {
    display: block;
    padding: 0.5em 0;
    border-bottom: solid 1px #d6a5a6;
}
header .head-tel {
    display: flex;
    width: 250px;
    color: #4b4b4b;
    align-items: flex-end;
}
header .head-tel .tel-mark {
    padding-bottom: 12px;
    text-align: center;
}
header .head-tel .tel-text {
    text-align: center;
}
header .head-tel .tel-text p {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0px;
}
header .head-tel .tel-text a {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0;
    color: #4b4b4b;
}

@media screen and (max-width: 767px) {
    header {
        height: 80px;
        padding: 0 10px;
        border-bottom: 0;
    }
    header h1 {
        height: 100%;
        padding: 10px 0;
        text-align: center;
    }
    header h1 a {
        display: inline-block;
        height: 100%;
    }
    header h1 img {
        height: auto;
        display: block;
        width: 200px;
    }
    header .sp-head {
        background: #fff;
        width: 100%;
        height: 70px;
    }

    .spmenu_b {
        display: block;
        background: transparent;
        height: 60px;
        width: 60px;
        float: right;
        cursor: pointer;
        position: fixed;
        top: 5px;
        right: 5px;
        z-index: 100;
    }

    .spmenu_line {
        display: block;
        background: #251c15;
        width: 24px;
        height: 2px;
        position: absolute;
        top: 21px;
        right: 18px;
        cursor: pointer;
        transition: all ease 0.5s;
    }

    .spmenu_line:before {
        content: '';
        display: block;
        background: #251c15;
        width: 24px;
        height: 2px;
        position: absolute;
        top: -9px;
        right: 0;
        cursor: pointer;
        transform-origin: 0 2px;
        transition: all ease 0.5s;
    }

    .spmenu_line:after {
        content: '';
        display: block;
        background: #251c15;
        width: 24px;
        height: 2px;
        position: absolute;
        top: 9px;
        right: 0;
        cursor: pointer;
        transform-origin: 0 0;
        transition: all ease 0.5s;
    }

    .spmenu_b.open .spmenu_line {
        background: transparent;
    }

    .spmenu_b.open .spmenu_line:before {
        right: -3px;
        top: -9px;
        transform: rotate(45deg);
        transform-origin: 0 2px;
    }

    .spmenu_b.open .spmenu_line:after {
        right: -3px;
        top: 9px;
        transform: rotate(-45deg);
        transform-origin: 0 0;
    }

    .spmenu_b .sp-b-inner {
        position: relative;
        height: 100%;
    }

    .spmenu_b .sp-b-inner p {
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .spmenu {
        display: block;
        position: fixed;
        background: #fff;
        width: 100vw;
        height: calc(100vh - 70px);
        top: 70px;
        left: 100%;
        z-index: 99;
        transition: all ease 0.5s;
        transform: translateX(0);
        font-size: 20px;
        line-height: 2em;
    }

    .spmenu .inner {
        padding-top: 60px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .spmenu.open {
        transform: translateX(-100%)
    }

    .spmenu a {
        display: block;
        font-size: 24px;
    }

    .spmenu * {
        text-align: center;
    }

    .spmenu li {
        margin-bottom: 2em;
    }
}


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

footer {
    font-size: 16px;
    color: #fff;
    background: center right / cover no-repeat url(../img/footer-bg.jpg);

}
footer a {
    color: #fff;
}
footer .foot-ttl {
    line-height: 2em;
    padding-top: 140px;
}
footer .foot-ttl p {
    padding-top: 1.2em;
    font-size: 22px;
    line-height: 1.6em;
}
footer ul.foot-link {
    font-size: 0;
    padding: 100px 0 200px;
}
footer ul.foot-link li {
    font-size: 18px;
    display: inline-block;
    padding: 0 2em;
    border-right: solid 1px #fff;
    font-size: 22px;
}

.logo-white{
    width: 280px;
}

footer ul.foot-link li:first-of-type {
padding-left: 0;
}
footer ul.foot-link li:last-of-type {
padding-right: 0;
    border-right: 0;
}
footer p.copy {
    padding-bottom: 1em;
}

@media screen and (max-width: 767px) {
    
    footer {
        background: bottom right / cover no-repeat url(../img/footer-bg-sp.jpg);
        font-size: 14px;
    }
    footer img {
        width: 160px;
    }
    .foot-ttl {
        padding: 60px 10px !important;
    }
    
    p.copy {
        text-align: center;
        font-size: 12px;
    }
    a.tapcall {
        pointer-events: auto;
    }
}
