body {
    font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    /* 追加 */
    background: #000;
    color: #fff;
}

.flex {
    display: flex;
}

.sp_only {
    display: none;
}

#sec01 {
    background: -moz-linear-gradient(top, #003c5b, #000);
    background: -webkit-linear-gradient(top, #003c5b, #000);
    background: linear-gradient(to bottom, #003c5b, #000);
}

#sec01 .box {
    background-image: url(../image/top_shinai.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: relative;
}

#sec01 .box .mitsuboshi_logo {
    position: absolute;
    top: 2%;
    right: 2%;
    width: 10%;
}

#logo {
    text-align: center;
    padding: 5% 0;
}

#sub {
    position: absolute;
    top: 15%;
    left: 15%;
}

#sec02 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 15% 7%;
    font-size: 130%;
    background: url(../image/nagasaki.png) no-repeat top left 10%;
    background-size: contain;
    margin-top: 3rem;
}

#sec02 div:first-child {
    width: 100%;
}

#sec02 .box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
}

#sec02 .box div p:first-child {
    margin-bottom: 1.5rem;
}

#sec02 .box div p:first-child img {
    width: 90%;
}

#sec02 .box span {
    color: #f5eda8;
}

#sec03 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 15% 10%;
    font-size: 130%;
    background: url(../image/nagasaki02.png) no-repeat top right 10%;
    background-size: contain;
}

#sec03 .box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
    width: 50%;
}

#sec03 .box div p:first-child {
    margin-bottom: 1.5rem;
}

#sec03 .box div p:first-child img {
    width: 60%;
}

#sec04 {
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding: 5% 20%;
    font-size: 130%;
    background: url(../image/mei01.png) no-repeat top left 30%;
    background-size: contain;
    margin-bottom: 5rem;
}

#sec04 div:first-child {
    width: 50%;
    margin-right: 5%;
}

#sec04 .box {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    -webkit-justify-content: center;
    /* 横方向中央揃え（Safari用） */
    justify-content: center;
    /* 横方向中央揃え */
    width: 50%;
}

#sec05 {
    margin: 2rem 0;
    color: #000;
    background: #fff url(../image/shinai.png) no-repeat top left 5%;
    background-size: contain;
    padding: 3rem 5%;
    margin-bottom: 5rem;
}

#sec05 div:nth-child(2) {
    width: 40%;
    margin: 1.5rem auto;

}

#sec05 div:nth-child(2) img {
    width: 100%;
}

#sec05 div:nth-child(2) p:first-child {
    margin-right: 2rem;
}

#sec05 .annotation {
    margin: 0 auto 1rem;
    width: 50%;
}

#sec05 .annotation img {
    width: 100%;
}

#sec05 .reserv_period {
    color: #fff;
    font-size: 200%;
    font-weight: bold;
    width: 50%;
    margin: 0 auto 0.8rem;
    padding: 1rem;
    line-height: 1.5;
    background: #000;
    border-radius: 10px;
}

#sec05 .purchase_btn {
    width: 500px;
    height: 80px;
    line-height: 80px;
    margin: 20px auto;
}

#sec05 .purchase_btn a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: #D90D26;
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 4px 4px 1px 0px #DEDEDE;
}

#sec05 .purchase_btn a:hover {
    background: #FF4759;
    color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    box-shadow: none;
}

#sec05 div:nth-child(2) p:first-child {
    margin-right: 1.5rem;
}

#sec05 div:first-child {
    text-align: center;
}

#sec05 .pc_price {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

#sec05 .pc_price img {
    width: 100%;
}

#sec05 .purchase_bnr {
    padding: 0.8rem 2rem 1rem;
    background: #000;
    color: #fff;
    width: 50%;
    margin: 1rem auto 1rem;
}

#mail_midashi {
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    color: #fff;
    display: none;
}

#mail_form {
    display: none;
}

#sec06 {
    display: block;
    text-align: center;
    padding: 5% 15% 1%;
    font-size: 90%;
    color: #fff;
}

#sec06 p:first-child {
    margin-bottom: 1rem;
}

#sec06 img {
    width: 10%;
}

footer {
    border-top: 1px solid #fff;
    padding-top: 2rem;
    width: 95%;
    margin: 1rem auto 0;
    color: #fff;
    text-align: center;
}

footer p:first-child img {
    width: 10%;
    margin-bottom: 1rem;
}

address {
    padding: 1rem 0;
    background: #fff;
    color: #000;
    margin-top: 2rem;
    text-align: center;
}


/* 768px以下の設定 */

@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }

    #logo img {
        width: 40%;
    }

    #sub {
        position: absolute;
        top: 5%;
        left: 5%;
    }

    #sub img {
        width: 40%;
    }

    #sec01 .box {
        background-position: right 0 top 0;
    }

    #sec02 {
        display: block;
        margin-top: 4rem;
        padding: 15% 5%;
        font-size: 100%;
        /* filter: drop-shadow(1px 1px 2px rgba(0,0,0,1));*/
    }

    #sec02 .box p:first-child {
        text-align: center;
    }

    #sec03 {
        display: block;
        padding: 15% 5% 5%;
        font-size: 100%;
        /* filter: drop-shadow(1px 1px 2px rgba(0,0,0,1));*/
    }

    #sec03 .box {
        width: 100%;
        margin: 2rem auto;
    }

    #sec03 div p:first-child {
        width: 100%;
        text-align: center;
    }

    #sec03 div p:first-child img {
        width: 100%;
    }

    #sec04 {
        display: block;
        padding: 15% 5% 0;
        font-size: 100%;
        color: #fff;
        background: none;
        margin-bottom: 3rem;
    }

    #sec04 div:first-child {
        margin: 0 auto 1rem;
        width: 80%;
        padding: 0;
    }

    #sec04 div:first-child img {
        width: 100%;
    }

    #sec04 .box {
        width: 100%;
    }

    .bx-wrapper {
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        border: 5px solid #fff;
        background: #222;
    }

    /*
    .bx-viewport {
        overflow: visible !important;
    }
*/
    .bxslider li {
        display: none;
    }

    .bx-viewport .bxslider li {
        display: block !important;
    }

    .slider {
        text-align: center;
    }

    .slider img {
        margin: 0 auto;
    }

    #sec05 {
        display: block;
        padding: 5% 10%;
        font-size: 100%;
        background-image: none;
    }

    #sec05 .annotation {
        width: 100%;
    }


    #sec05 .reserv_period {
        width: 90%;
        font-size: 130%;
        margin: 0 auto 1rem;
    }

    #sec05 .purchase_btn {
        width: 95%;
    }


    #sec05 div:nth-child(2) {
        width: 90%;
        margin: 1.5rem auto;
    }

    #sec05 div:nth-child(2) p:first-child {
        margin-right: 1.5rem;
    }

    #sec05 p {
        font-size: 100%;
    }

    #sec05 .sp_only {
        text-align: center;
        margin-bottom: 1rem;

    }

    #sec05 .sp_only img {
        width: 90%;
    }

    #sec05 .purchase_bnr {
        width: 90%;
        margin: 1rem auto 1rem;
        padding: 0.6rem 0.5rem;
    }

    .sp_only {
        display: block;
    }

    #sec06 {
        padding: 5% 5% 1%;
    }

    #sec06 img {
        width: 30%;
    }

    footer {
        font-size: 90%;
    }

    footer p:first-child {
        margin-bottom: 1rem;
    }

    footer p:first-child img {
        width: 30%;
    }

    address {
        font-size: 80%;
    }
}
