@charset "utf-8";

html {
    font-size: 100%;
}

body {
    font-family: sans-serif;
}

img {
    display: block;
    width: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
}

.container-button__box {
    background-image: url(../img/pc/button_bg.jpg);
    background-size: cover;
    padding-bottom: 40px;
    padding-top: 10px;
}

.container-button__box2 {
    background-image: unset;
    margin-top: -45vw;
    position: relative;
}

.container-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-button__title {
    width: 106px;
    margin: 0 auto;
    padding: 2.78vw 0;
}

.button {
    margin: 0 2vw;
}

.button img {
    width: 20vw;
}

.logo:hover,
.header-button a:hover,
.button:hover,
.access-img:hover,
.name:hover {
    opacity: 0.7;
    transition: 0.5s;
}

/* ----------------------------------------------
header
---------------------------------------------- */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5vw 3vw;
}

.logo img {
    width: 14vw;
}

#sp_cta,
.sp_cta_btn {
    display: none;
}

.header-button__box {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.header-button__box .header-button {
    display: flex;
    align-items: center;
    margin-left: 30px;
}
.header-button__box .header-button .header-button__box__logo {
    width: 80px;
    margin-right: 15px;
}
.header-button__box .header-button a {
    width: 21vw;
    max-width: 400px;
}

/* ----------------------------------------------
section2
---------------------------------------------- */
.section2-img {
    position: relative;
}

.section2 .button {
    position: absolute;
    bottom: 7vw;
    margin: 0;
}

.section2 .button.web {
    left: 15vw;
}

.section2 .button.line {
    left: 50%;
    transform: translateX(-50%);
}

.section2 .button.tel {
    right: 15vw;
}

/* ----------------------------------------------
section4
---------------------------------------------- */
/* .section4 .container-button {
    background-image: none;
    height: 20vw;
} */

.section4 {
    background-image: url(../img/pc/sec4_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section4 .container-button__box {
    background-image: unset;
}

.section4-img {
    padding: 5% 8% 2%;
}

/* ----------------------------------------------
section5
---------------------------------------------- */
.section5 {
    background-color: #c9cbd3;
}

.title-section {
    padding: 6.5vw;
}

.title-section img {
    width: 20%;
    margin: auto;
}

.container-section {
    padding: 0 19.5vw;
    margin-bottom: 7vw;
}

.wrapper-item {
    margin-bottom: 1.5vw;
}

.item-title {
    margin-bottom: 3vw;
}

.item-title img {
    width: 25vw;
}

.container-item {
    display: flex;
    margin-bottom: 4vw;
}

.item img:nth-child(1) {
    width: 26vw;
    height: 16.5vw;
    margin-bottom: 2vw;
}

.before,
.after {
    margin: auto;
}

.before {
    width: 8vw;
}

.arrow {
    position: relative;
    width: 100%;
}

.arrow img {
    width: 2vw;
    position: absolute;
    top: 7vw;
    left: 50%;
    transform: translateX(-50%);
}

.after {
    width: 6vw;
}

/* ----------------------------------------------
section6
---------------------------------------------- */
.section6 {
    background-color: #a1bdce;
}

.section6-img {
    margin-bottom: 10vw;
}

.section6-img img {
    width: 75vw;
    margin: auto;
}

/* ----------------------------------------------
section8
---------------------------------------------- */
.section8 {
    margin-bottom: 7vw;
}

/* ----------------------------------------------
access
---------------------------------------------- */
.access {
    background-color: #c9cad2;
}

.title-access {
    padding: 5vw 0;
    margin-bottom: 1.5vw;
}

.title-access img {
    width: 20%;
    margin: auto;
}

.container-access {
    padding: 0 7vw;
    display: flex;
    justify-content: space-between;
}

.column {
    width: 47%;
    margin-bottom: 8vw;
}

.access-img img {
    margin-bottom: 3vw;
    height: 25vw;
}

.container-info {
    min-height: 36vw;
    margin: 2vw 0;
    font-family: "Noto Serif JP";
}

.name {
    font-size: 2.2vw;
    letter-spacing: 2px;
    margin-bottom: 2vw;
    display: inline-block;
}

.name a {
    color: #826733;
}

.info {
    display: flex;
    flex-wrap: wrap;
}

.info dt,
.info dd {
    margin-bottom: 1vw;
    font-size: 1.4vw;
}

.info dt {
    width: 24%;
    padding-right: 4%;
}

.info dd {
    width: 72%;
}

.googlemap iframe {
    max-width: 100%;
    height: 23vw;
}

/* ----------------------------------------------
sp
---------------------------------------------- */
@media screen and (max-width: 767px) {

    body {
        font: 16px/1.5 "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "メイリオ", "meiryo", "ＭＳ Ｐゴシック", sans-serif;
        color: #3a3a3a;
    }

    /* ----------------------------------------------
    btn sp
    ---------------------------------------------- */
    #sp_cta {
        display: block;
        z-index: 110;
    }

    header .sp_cta {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
    }

    header .sp_cta ul {
        display: flex;
        height: 55px;
        overflow: hidden;
    }

    header .sp_cta ul li {
        width: calc(100% / 4);
        font-size: 80%;
    }

    header .sp_cta ul li:last-child {
        font-size: 70%;
    }

    header .sp_cta ul li a {
        display: block;
        color: #fff;
        font-weight: bold;
        background-color: #886817;
        text-align: center;
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-position: center 5px;
        padding: 30px 0 20px;
    }

    header .sp_cta ul li:first-child a {
        background-color: #f33708;
        background-image: url(../img/sp/cal_icon.png);
    }

    header .sp_cta ul li:nth-child(2) a {
        background-color: #06c755;
        background-image: url(../img/sp/line_icon.png);
        background-size: 30px auto;
        background-position: center top;
    }

    header .sp_cta ul li:last-child a {
        background-image: url(../img/sp/tel_white.png);
    }

    header #sp_cta ul {
        display: flex;
        height: 55px;
        overflow: hidden;
    }

    header #sp_cta ul li {
        width: calc(100% / 3);
        font-size: 80%;
    }

    header #sp_cta ul li {
        display: block;
        color: #fff;
        font-weight: bold;
        background-color: #886817;
        text-align: center;
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-position: center 5px;
        padding: 30px 0 20px;
    }

    header #sp_cta ul li:first-child {
        background-color: #f33708;
        background-image: url(../img/sp/cal_icon.png);
    }

    header #sp_cta ul li:nth-child(2) {
        background-color: #06c755;
        background-image: url(../img/sp/line_icon.png);
        background-size: 30px auto;
        background-position: center top;
    }

    header #sp_cta ul li:last-child {
        background-image: url(../img/sp/tel_white.png);
    }

    .sp_cta_btn {
        position: fixed;
        bottom: 55px;
        left: 0;
        width: 100vw;
        z-index: 100;
        background: #886817;
        display: block;
        transform: translateY(100%);
        transition: 0.5s;
    }

    .btnWeb {
        background: #f33708;
    }

    .btnLine {
        background: #06c755;
    }

    .sp_cta_btn a {
        position: relative;
        padding: 9px 20px;
        display: block;
        border-bottom: 1px solid #fff;
        display: flex;
        align-items: center;
        background-image: url(../img/sp/ya.png);
        background-repeat: no-repeat;
        background-size: 10px auto;
        background-position: 10px center;
        color: #fff;
    }

    .sp_cta_btn a p {
        margin: 0 0 0 8px;
    }

    .sp_cta_btn a p:last-of-type {
        border: none;
    }

    .btnWeb.open,
    .btnLine.open,
    .btnTel.open {
        transform: translateY(0);
    }

    .header-button__box .header-button {
        margin-left: 10px;
    }
    .header-button__box .header-button .header-button__box__logo {
        width: 8vw;
        margin-right: 8px;
    }
    .header-button__box .header-button a {
        width: 21vw;
    }

    /* ----------------------------------------------
    button
    ---------------------------------------------- */
    .button {
        margin: 0 1vw;
    }

    .button img {
        width: 30vw;
    }

    .section2 .button.web {
        left: 2vw;
    }

    .section2 .button.tel {
        right: 2vw;
    }

    /* ----------------------------------------------
    section5
    ---------------------------------------------- */
    .container-section {
        padding: 0 10vw;
    }

    .item-title img {
        width: 35vw;
    }

    .item img:nth-child(1) {
        width: 35vw;
        height: 22.5vw;
    }

    .before {
        width: 10vw;
    }

    .arrow img {
        width: 3vw;
        top: 9vw;
    }

    .after {
        width: 8vw;
    }

    /* ----------------------------------------------
    access
    ---------------------------------------------- */
    .access {
        padding-bottom: 55px;
    }

    .container-access {
        flex-direction: column;
    }

    .column {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 16vw;
    }

    .access-img img {
        width: 90%;
        height: 20vh;
        margin: 0 auto;
    }

    .container-info {
        min-height: 29vw;
        margin: 8vw 0;
    }

    .name {
        font-size: 100%;
    }

    .info dt,
    .info dd {
        font-size: 90%;
    }

    .googlemap {
        width: 90%;
        margin: 0 auto;
    }

    .googlemap iframe {
        height: 15vh;
    }

    .container-button__title {
        width: 11.2vw;
        margin: 0 auto;
        padding: 10px 0;
    }

    .container-button__box {
        padding-bottom: 20px;
    }

    .container-button__box2 {
        margin-top: -62vw;
    }
}