@charset 'UTF-8';

/* ---------------------------------------------------------------------------------------------

　   MV

--------------------------------------------------------------------------------------------- */
#mv .mv_logo,
#mv .mv_txt {
    text-align: center;
}
.copy_img {
    text-align: center;
}
#access .access_txt,
.intro_price,
.intro_txt {
    text-align: center;
}
#covid {
    background: url(../img/index/dot_bg_top.png) repeat-x top left / 16px,url(../img/index/dot_bg_bottom.png) repeat-x bottom left / 16px #d6eefb;
}
#covid .covid_tit {
    text-align: center;
    font-weight: bold;
    letter-spacing: .15em;
}
#covid li {
    border-right: dotted 3px #727171;
}
#covid li:last-child {
    border-right: none;
}
#covid li p {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3em;
    height: 3.9em;
    margin-bottom: 10px;
}
#covid li p span {
    text-align: center;
}
.covid_icon {
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and ( max-width : 767px ) {
    #mv {
        background: url(../img/index/mv_sp.jpg) no-repeat center bottom / 100% #1291d3;
        height: 130vw;
        padding-top: 8vw;
    }
    #mv .mv_logo {
        margin-bottom: 8vw;
    }
    #mv .mv_logo img {
        width: 90vw;
    }
    #mv .mv_txt img {
        width: 70vw;
    }
    #copy {
        padding: 20px 0;
    }
    .copy_img img {
        max-width: 84%;
    }
    #access {
        background: url(../img/index/access_bg_sp.jpg) no-repeat center / cover;
        padding: 15px 0;
        position: relative;
    }
    #access:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: rgba(23,35,42, .75);
    }
    #access .access_txt {
        position: relative;
        z-index: 2;
        height: 60vw;
    }
    #access .access_txt img {
        max-width: 80%;
    }
    #intro {
        padding: 20px 0;
    }
    #intro li {
        width: 49%;
        margin-top: 10px;
    }
    #intro li:nth-child(1),
    #intro li:nth-child(2) {
        margin-top: 0;
    }
    .intro_price,
    .intro_txt {
        margin-bottom: 30px;
    }
    #covid {
        padding: 30px 0;
    }
    #covid .covid_tit {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #covid li {
        padding: 20px;
        width: 50%;
        border-top: 3px dotted #727171;
    }
    #covid li:nth-child(1),
    #covid li:nth-child(2) {
        border-top: none;
    }
    #covid li:nth-child(2n) {
        border-right: none;
    }
    #covid li:nth-child(1) .covid_icon img {
        max-width: 70px;
    }
    #covid li:nth-child(2) .covid_icon img {
        max-width: 80px;
    }
    #covid li:nth-child(3) .covid_icon img {
        max-width: 120px;
    }
    #covid li:nth-child(4) .covid_icon img {
        max-width: 120px;
    }
    #covid li p {
        font-size: 12px;
    }
    .covid_icon {
        height: 80px;
    }
}

@media print, screen and ( min-width : 768px ) {
    #mv {
        background: url(../img/index/mv_pc.jpg) no-repeat center bottom / cover;
        height: 100vw;
        padding-top: 10vw;
    }
    #mv .mv_logo {
        margin-bottom: 8vw;
    }
    #mv .mv_logo img {
        width: 67vw;
        max-width: 900px;
    }
    #mv .mv_txt img {
        width: 60vw;
        max-width: 800px;
    }
    #copy {
        padding: 30px 0;
    }
    .copy_img img {
        max-width: 800px;
        width: 58vw;
    }
    #access {
        background: url(../img/index/access_bg_pc.jpg) no-repeat center / cover;
    }
    #access .container {
        display: flex;
        justify-content: center;
        height: 22vw;
    }
    #access .access_txt {
        width: 46vw;
        max-width: 650px;
        padding: 0 4vw;
        background: rgba(23,35,42, .75);
    }
    #intro {
        padding: 40px 0;
    }
    #intro li {
        width: 23.5%;
    }
    .intro_price,
    .intro_txt {
        margin-bottom: 40px;
    }
    #covid {
        padding: 60px 0;
    }
    #covid .covid_tit {
        font-size: 24px;
        margin-bottom: 30px;
    }
    #covid li {
        flex: 1;
        padding: 0 20px;
    }
    #covid li p {
        font-size: 13px;
    }
}
@media print, screen and ( min-width : 992px ) {
    #access .access_txt {
        padding: 0 40px;
    }
}
@media print, screen and ( min-width : 1500px ) {
    #mv {
        max-height: 1500px;
    }
    #mv {
        padding-top: 120px;
    }
    #mv .mv_logo {
        margin-bottom: 80px;
    }
}
@media print, screen and ( min-width : 1920px ) {
    #mv {
        max-height: 1700px;
    }
}

/* ---------------------------------------------------------------------------------------------

　   XXX

--------------------------------------------------------------------------------------------- */
#yokoku {
    background: #235378;
    color: #fff;
    padding: 20px 0;
    border-bottom: 2px solid #fff;
}
#yokoku .yokoku_tit {
    font-weight: bold;
    font-size: 20px;
}
#yokoku .yokoku_tit span {
    border-right: 1px solid #fff;
    display: inline-block;
    line-height: 1em;
    padding-right: .3em;
    margin-right: .3em;
}
#yokoku .yokoku_tit span:last-child {
    border-right: none;
}
#yokoku .yokoku_txt {
    font-size: 12px;
}
.yokoku_sup {
    font-size: 11px;
    margin-top: 15px;
}
@media only screen and ( max-width : 767px ) {
    #yokoku .yokoku_tit {
        margin-bottom: 15px;
    }
}

@media print, screen and ( min-width : 768px ) {
    #yokoku .yokoku_tit {
        width: 8em;
    }
    #yokoku .yokoku_txt {
        width: calc(100% - 8em);
    }
}
