@charset "utf-8";

.sliderbox {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.slider_wave {
    position: absolute;
    z-index: 1002;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(images/slider_wave.png) no-repeat bottom left;
    background-size: 100% auto;*/
}

.slider_bus {
    position: absolute;
    z-index: 1003;
    bottom: 2%;
    left: 10%;
    width: 30%;
    display: none;
}

.slider_bus img {
    max-width: 360px;
    width: 100%;
}

.sliderbox h2 {
    position: absolute;
    z-index: 1004;
    /*top: 20%;スライドの上に波とバスがあった場合*/
    top: 60%;
    left: 5%;
    color: #fff;
    font-size: 27px;
    font-size: 2.7rem;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
    border-bottom: none;
}

.sliderbox h2 span {
    display: block;
    margin: 0;
    padding: 0 0 1em;
    color: rgb(210,176,113);
    text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
    font-weight: bold;
}

.top_sns {
    width: 100%;
    margin: 0;
    padding: 2em 0;
}

.btn_info {
    float: right;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.btn_info a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 2px 10px;
    text-decoration: none;
    background: rgba(12, 51, 136, 1);
    line-height: 1.0;
}
.btn_info a:hover {
    background: rgba(0, 91, 171, 1);
}

.top_info_date {
    color: rgba(12, 51, 136, 1);
}

ul.top_info {
    height: 400px;
    overflow-y: auto;
}

ul.top_info li {
    margin: 0 0 1.5em;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

.top_bus {
    text-align: center;
    background: #B5DCF2;
    padding: 0 0 3em;
}

.top_bus h2 {
    color: #000;
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0;
    padding: 1.5em 0 0;
    border-bottom: none;
}

.top_bus h3 {
    color: #000;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 0 0 1.5em;
}

.top_bus .column02 {
    position: relative;
}

.top_bus_1 {
    background: url(images/top_bus_1.jpg) no-repeat bottom right;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}
.top_bus_2 {
    background: url(images/top_bus_2.jpg) no-repeat bottom right;
    background-size: cover;
    height: 100%;
    overflow: hidden;
}

.top_bus_1 a,
.top_bus_2 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top_bus_1:hover,
.top_bus_2:hover {
    opacity: 0.7;
}

.top_bus_1 div,
.top_bus_2 div {
    background: rgba(255,255,255,.6);
    width: 50%;
    margin: 8% auto;
    padding: 7% 0;
    display: block;
}

.top_bus_1 h4,
.top_bus_2 h4 {
    color: #000;
    font-size: 31px;
    font-size: 3.1rem;
    border-bottom: 1px solid #000;
    margin: 0 0 .5em;
    padding: 0 .5em;
    display: inline-block;
    line-height: 1.2;
}

.top_bus_1 h5,
.top_bus_2 h5 {
    color: #000;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0 1em;
    line-height: 1.2;
}

.top_anzen {
    text-align: center;
    background: #2CA6E0 url(images/top_anzen_bg.png) no-repeat center center;
    background-size: auto 100%;
    padding: 3em 0 5em;
}

.top_anzen h2 {
    color: #fff;
    font-size: 36px;
    font-size: 3.6rem;
    margin: 0 0 .5em;
    padding: 0;
    border-bottom: none;
}

.top_anzen h3 {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 0 0 2em;
}

.top_anzen h4 {
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 1em 0 0;
    padding: 0;
    line-height: 1.2;
    height: 2.4em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_anzen h5 {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
    padding: 0 2em;
    height: 5.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_anzen p a {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    margin: 0;
    padding: 2px 1em;
    border: 1px solid #fff;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
}

.top_anzen p a:hover {
    background: rgba(0, 91, 171, 1);
}

.top_co_1 {
    background: url(images/top_co_1.jpg) no-repeat;
    background-size: cover;
    height: 100%;
}
.top_co_2 {
    background: url(images/top_co_2.jpg) no-repeat right bottom;
    background-size: cover;
    height: 100%;
}

.top_co {
    text-align: center;
}

.top_co .column02 {
    position: relative;
}

.top_co_1 a,
.top_co_2 a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.top_co_1:hover,
.top_co_2:hover {
    opacity: 0.7;
}

.top_co_1 div,
.top_co_2 div {
    /*width: 44.2%;*/
    margin: 0 auto;
    padding: 15% 0;
    display: block;
}

.top_co_1 h2,
.top_co_2 h2 {
    color: #fff;
    font-size: 36px;
    font-size: 3.6rem;
    border-bottom: none;
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.top_co_1 h3,
.top_co_2 h3 {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    padding: 0;
    line-height: 1.2;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.pc_only {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.top_bus_br {
    display: none;
}



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


@media screen and (max-width: 1200px) {
    .header_top {
        width: 90%;
    }
    .top_bus_1 h4,
    .top_bus_2 h4 {
        font-size: 1.8rem;
    }
    .top_bus_1 h5,
    .top_bus_2 h5 {
        font-size: 1.4rem;
    }
    .top_co_1 h2,
    .top_co_2 h2 {
        color: #fff;
        font-size: 2.4rem;
    }
    .top_co_1 h3,
    .top_co_2 h3 {
        color: #fff;
        font-size: 1.2rem;
    }
}

@media screen and (max-width: 1024px) {
    .sliderbox h2 {
        font-size: 21px;
        font-size: 2.1rem;
        /*top: 15%;スライド画像の上に白波とバスがあった場合*/
    }
    .top_bus_1 h4,
    .top_bus_2 h4 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 768px) {
    .sliderbox h2 {
        /* スライド画像の上に白波とバスがない場合 */
        font-size: 18px;
        font-size: 1.8rem;
        top: 52%;
    }
    .top_bus h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .top_bus_1,
    .top_bus_2 {
        width: 100% !important;
        margin: 0 auto;
    }
    .top_anzen {
        padding: 3em 0 0;
    }
    .top_anzen h2 {
        font-size: 21px;
        font-size: 2.1rem;
    }
    .top_anzen h3 {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .top_anzen h4 {
        font-size: 16px;
        font-size: 1.6rem;
        margin: 1em 0;
        height: auto;
    }
    .top_anzen h5 {
        font-size: 14px;
        font-size: 1.4rem;
        height: auto;
    }
    .top_anzen p {
        padding-bottom: 4em;
    }
}

@media screen and (max-width: 480px) {
    .sliderbox h2 {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.4;
        top: 35%;
    }
    .sliderbox h2 span {
        padding: 0 0 .5em;
    }
    .top_bus_1 div, .top_bus_2 div {
        width: 70%;
    }
    .top_anzen h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .top_co_1 h2,
    .top_co_2 h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
    .top_bus h2 {
        font-size: 24px;
        font-size: 2.4rem;
    }
}

@media screen and (max-width: 320px) {
    .header_top {
        width: 100%;
    }
    .sliderbox h2 {
        font-size: 10px;
        font-size: 1.0rem;
    }
}