@charset "utf-8";


/* ==================================================================
    reserve_information.css

=================================================================== */

/* ==================================================================
   ■ 共通指定
=================================================================== */
.contents .text._s {
    margin-bottom: 0;
}
.contents .text._l {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 20px;
}
.contents .asterisk {
    margin-top: 5px;
}

.contents .buttonStyle.light-blue,
.contents .buttonStyle.white {
    max-width: 348px;
    margin: 0 auto;
}
    .contents .buttonStyle.light-blue a,
    .contents .buttonStyle.white a {
        width: 100%;
        font-size: 1.6rem;
        padding: 17px 32px;
        text-align: center;
    }
    .contents .buttonStyle.light-blue a:hover,
    .contents .buttonStyle.white a:hover {
        opacity: 1;
    }
    .contents .buttonStyle.white {
        margin-top: 20px;
    }
    .contents .buttonStyle.white a {
        color: #7993BA;
        border: 1px solid #7993BA;
    }
    .contents .buttonStyle.white a:hover {
            color: #fff;
            background-color: #7993BA;
            opacity: 1;
        }

/* --------------------------------
   □  accent
-------------------------------- */
#reserve_information .accent {
    height: 390px;
    background-image: url(../../images/reserve_information/accent_pc.jpg);
}
#reserve_information .accent .txtArea {
    color: #fff;
}
    #reserve_information .accent .heading {
        text-transform: capitalize;
        margin-bottom: 20px;
    }
    #reserve_information .accent .heading span {
        line-height: 1.5;
    }

/* --------------------------------
   □  about
-------------------------------- */
#about {
    padding-top: 0;
}
#about ul.list.col4 {
    margin: 60px auto 30px;
}
#about ul.list.col4 > li {
    max-width: 360px;
}
#about dl dt {
    border: 1px solid #EFEFEF
}
#about dl dd .text {
    color: #808080;
    margin-bottom: 10px;
}
#about p.text {
    margin-bottom: 0;
}

/* --------------------------------
   □  flow
-------------------------------- */
#flow {
    padding-top: 0;
}
#flow .container > .inner {
    max-width: 1128px;
    margin: auto;
}
#flow .container > .inner ul.list {
    margin-bottom: 60px;
}


@media (max-width: 1600px) and (min-width: 768px) {
}


@media (max-width: 1200px) and (min-width: 768px) {
}


/* タブレット用
-------------------------------------------- */
@media (max-width: 999px) and (min-width: 768px) {
}


@media only screen and (max-width : 767px) {
    /* ==================================================================
       ■ 共通指定
    =================================================================== */
    .contents .text,
    .contents .text._s {
        margin-bottom: 0;
    }
    .contents .text._l {
        font-size: 1.8rem;
    }

    .contents .buttonStyle.light-blue,
    .contents .buttonStyle.white {
        width: 100%;
        max-width: 280px;
        margin-top: 20px;
    }
        .contents .buttonStyle.light-blue a,
        .contents .buttonStyle.white a {
            font-size: 1.4rem;
            padding: 12px 32px;
        }

    /* --------------------------------
       □  accent
    -------------------------------- */
    #reserve_information .accent {
        background: none;
        height: auto;
    }
    #reserve_information .accent.bg.sp {
        min-height: 200px;
        height: 50vw;
        background-image: url(../../images/reserve_information/accent_sp.jpg);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
    #reserve_information .accent .txtArea {
        position: static;
        transform: none;
        -webkit-transform: none;
        width: 92%;
        margin: auto;
        padding: 30px 0 0 0;
        color: #111;
    }

    /* --------------------------------
       □  about
    -------------------------------- */
    #about ul.list.col4 {
        margin-top: 30px;
    }
    #about ul.list.col4 > li {
        width: 48%!important;
    }

    /* --------------------------------
       □  flow
    -------------------------------- */
    #flow .container > .inner ul.list {
        margin-bottom: 30px;
    }

}