@charset "utf-8";

/*********************************************************************
*
*  For HOME
*
*********************************************************************/

/* ---------------------------------------------------- */
/* contents_wrap */
/* ---------------------------------------------------- */
@media (min-width: 768px) {
    .contents_wrap {
        padding-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .contents_wrap {
        padding-bottom: 0;
    }
}


/* ---------------------------------------------------- */
/* sec_mv_wrap */
/* ---------------------------------------------------- */
.sec_mv_wrap .mv {
    position: absolute;
    left: calc(50% + 110px);
    top: 50%;
    transform: translateY(-50%);
    width: 480px;
    z-index: 2;
}

.sec_mv_wrap .sec_copy {
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: 0.5rem;
}

.sec_mv_wrap .sec_ttl {
    margin-bottom: 20px;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.5rem;
    color: #095F9F;
}

.sec_mv_wrap .btn_more>div {
    min-width: 400px;
}

.sec_mv_wrap .swiper-container {
    margin-top: 0;
    height: 600px;
}

.sec_mv_wrap .swiper-container .swiper-slide .bg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

@media (max-width: 767px) {
    .sec_mv_wrap .mv {
        left: 20px;
        width: calc(100% - 40px)
    }

    .sec_mv_wrap .sec_copy {
        margin-bottom: 10px;
        font-size: 1.2rem;
        line-height: 2.0;
    }

    .sec_mv_wrap .sec_ttl {
        margin-bottom: 15px;
        font-size: 1.8rem;
        line-height: 1.7;
        letter-spacing: 0.3rem;
    }

    .sec_mv_wrap .btn_wrap {
        text-align: center;
    }

    .sec_mv_wrap .btn_more {
        background-color: rgba(21, 149, 210, 0.7);
    }

    .sec_mv_wrap .btn_more>div {
        min-width: auto;
    }
    .sec_mv_wrap .swiper-container {
        height: auto;
    }
    
    .sec_mv_wrap .swiper-container .swiper-slide .bg {
        height: 0;
        padding-top: 100%;
    }
}

/* ---------------------------------------------------- */
/* sec_topics_wrap */
/* ---------------------------------------------------- */
.sec_topics_wrap {
    margin-top: -50px;
    margin-bottom: 80px;
    z-index: 3;
}

.sec_topics_wrap .box {
    margin: 0 auto;
    padding: 50px 110px;
    width: 1000px;
    background-color: #FFF;
    border-radius: 15px;
}

.sec_topics_wrap .sec_ttl {
    margin-bottom: 30px;
}

.sec_topics_wrap .archive li {
    text-align: center;
}

.sec_topics_wrap .archive li+li {
    margin-top: 20px;
}

.sec_topics_wrap .archive a {
    display: inline-block;
    color: #095F9F;
    text-decoration: none;
}

@media (max-width: 767px) {
    .sec_topics_wrap {
        margin-top: -25px;
        margin-bottom: 60px;
    }

    .sec_topics_wrap .box {
        padding: 45px 20px;
        width: auto;
        border-radius: 10px;
    }

    .sec_topics_wrap .archive li+li {
        margin-top: 15px;
    }
}

/* ---------------------------------------------------- */
/* sec_therapy_wrap */
/* ---------------------------------------------------- */
.sec_therapy_wrap {
    margin-bottom: 60px;
}

.sec_therapy_wrap .flex_wrap {
    display: flex;
    justify-content: space-between;
}

.sec_therapy_wrap .flex_wrap .block:nth-of-type(1) {
    flex: none;
    width: 440px;
}

.sec_therapy_wrap .flex_wrap .block:nth-of-type(2) {
    flex: none;
    width: 623px;
}

.sec_therapy_wrap .sec_ttl {
    margin-bottom: 80px;
}

.sec_therapy_wrap .sec_desc {
    font-size: 1.8rem;
}

.sec_therapy_wrap .img_1 {
    width: 800px;
}

.sec_therapy_wrap .img_2 {
    margin-top: -60px;
    width: 623px;
}

@media (max-width: 767px) {
    .sec_therapy_wrap .flex_wrap {
        display: block;
    }

    .sec_therapy_wrap .flex_wrap .block:nth-of-type(1) {
        width: auto;
    }

    .sec_therapy_wrap .flex_wrap .block:nth-of-type(2) {
        margin-top: 30px;
        width: auto;
    }

    .sec_therapy_wrap .sec_ttl {
        margin-bottom: 30px;
        text-align: center;
    }

    .sec_therapy_wrap .sec_desc {
        font-size: 1.6rem;
    }

    .sec_therapy_wrap .img_1 {
        margin: 0 -20px 30px;
        width: auto;
    }

    .sec_therapy_wrap .img_2 {
        margin-top: 0;
        width: auto;
    }
}

/* ---------------------------------------------------- */
/* sec_about_wrap */
/* ---------------------------------------------------- */
.sec_about_wrap {
    padding-bottom: 150px;
}

.sec_about_wrap .sec_ttl {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .sec_about_wrap {
        padding-bottom: 60px;
    }

    .sec_about_wrap .sec_ttl {
        margin-bottom: 30px;
    }
}

/* ---------------------------------------------------- */
/* sec_symptoms_wrap */
/* ---------------------------------------------------- */
.sec_symptoms_wrap {
    margin-top: -80px;
    margin-bottom: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}

.sec_symptoms_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 100%;
    height: 500px;
    background-image: url(../img/symptoms_bg_1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.sec_symptoms_wrap .box {
    margin: 0 auto;
    padding: 50px 110px;
    width: 1000px;
    background-color: #FFF;
    border-radius: 15px;
}

.sec_symptoms_wrap .sec_ttl {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .sec_symptoms_wrap {
        margin-top: 0;
        margin-bottom: 60px;
        padding-top: 80px;
        padding-bottom: 60px;
        background-color: #1C5572;
        background-image: url(../img/symptoms_bg_1_sp.jpg);
        background-size: 100% auto;
        background-position: center top;
        background-repeat: no-repeat;
        overflow: visible;
    }

    .sec_symptoms_wrap::before {
        display: none;
    }

    .sec_symptoms_wrap .box {
        padding: 60px 20px;
        width: auto;
        border-radius: 10px;
    }

    .sec_symptoms_wrap .sec_ttl {
        margin-bottom: 15px;
    }

}

/* ---------------------------------------------------- */
/* sec_message_wrap */
/* ---------------------------------------------------- */
.sec_message_wrap {
    margin-bottom: 50px;
}

.sec_message_wrap .sec_inner:nth-of-type(2) {
    padding-top: 120px;
    margin-bottom: 20px;
    min-height: 784px;
}

.sec_message_wrap .bg img {
    position: absolute;
    left: 310px;
    top: 50px;
    width: 874px;
    z-index: 1;
}

.sec_message_wrap .bg::before {
    content: "";
    position: absolute;
    right: 730px;
    top: 0;
    display: block;
    width: 2000px;
    height: 780px;
    background-color: #a9dce6;
}

.sec_message_wrap .box {
    position: relative;
    padding: 100px 70px;
    width: 590px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
}

.sec_message_wrap .ttl {
    margin-bottom: 30px;
}

.sec_message_wrap .desc {
    margin-bottom: 40px;
}

@media (max-width: 767px) {

    .sec_message_wrap .sec_inner:nth-of-type(2) {
        padding-top: 30px;
        margin-bottom: 50px;
        min-height: auto;
    }

    .sec_message_wrap .bg {
        position: static;
        transform: translateX(0);
        margin: 0 -20px 30px;
        width: auto;
    }
    .sec_message_wrap .bg img {
        position: static;
        left: auto;
        top: auto;
        width: auto;
    }
    
    .sec_message_wrap .bg::before {
        display: none;
    }

    .sec_message_wrap .box {
        padding: 0 0;
        width: auto;
    }

    .sec_message_wrap .ttl {
        margin-bottom: 30px;
    }

    .sec_message_wrap .desc {
        margin-bottom: 30px;
    }

    .sec_message_wrap .btn_wrap_1 {
        text-align: center;
    }

    .sec_message_wrap .btn_wrap_2 a {
        display: block;
        width: calc(50% - 10px);
        min-width: auto;
        margin-top: 0 !important;
        border-radius: 10px;
    }

    .sec_message_wrap .btn_wrap_2 a+a {
        margin-left: 20px;
    }

    .sec_message_wrap .btn_wrap_2 a>div {
        position: relative;
        min-height: 130px;
        padding: 10px 5px;
    }

    .sec_message_wrap .btn_wrap_2 a i {
        position: absolute;
        left: 50%;
        bottom: 10px;
        transform: translateX(-50%);
        margin: 0;
    }
}


/* ---------------------------------------------------- */
/* sec_books_wrap */
/* ---------------------------------------------------- */
.sec_books_wrap {
    padding-top: 70px;
    margin-bottom: 60px;
}

.sec_books_wrap .archive a {
    box-shadow: none;
}

.sec_books_wrap .btn_wrap {
    margin-top: 60px;
}

@media (max-width: 767px) {
    .sec_books_wrap {
        padding-top: 60px;
        margin-bottom: 40px;
    }

    .sec_books_wrap .btn_wrap {
        margin-top: 40px;
    }

}

/* ---------------------------------------------------- */
/* sec_news_wrap */
/* ---------------------------------------------------- */
.sec_news_wrap {
    padding-bottom: 80px;
}

.sec_news_wrap .box {
    display: flex;
    margin: 0 auto;
    padding: 50px 50px;
    background-color: #FFF;
    border-radius: 15px;
}

.sec_news_wrap .box>.block:nth-of-type(1) {
    flex: none;
    width: 300px;
}

.sec_news_wrap .box>.block:nth-of-type(2) {
    flex: auto;
    width: auto;
}


.sec_news_wrap .sec_ttl {
    margin-bottom: 30px;
    font-size: 2.0rem;
    font-weight: 700;
}

@media (max-width: 767px) {
    .sec_news_wrap {
        padding-bottom: 60px;
    }

    .sec_news_wrap .box {
        display: block;
        padding: 50px 20px;
    }

    .sec_news_wrap .box>.block:nth-of-type(1) {
        width: auto;
    }

    .sec_news_wrap .box>.block:nth-of-type(2) {
        width: auto;
    }

    .sec_news_wrap .sec_ttl {
        margin-left: 20px;
    }

    .sec_news_wrap .btn_wrap {
        margin-top: 30px;
        text-align: center;
    }
}

/* ---------------------------------------------------- */
/* sec_calendar_wrap */
/* ---------------------------------------------------- */
.sec_calendar_wrap {
    padding-top: 60px;
    padding-bottom: 60px;
}

.sec_calendar_wrap .sec_ttl {
    margin-bottom: 80px;
}

.sec_calendar_wrap .desc {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.sec_calendar_wrap .time {
    margin-bottom: 10px;
    line-height: 1.4;
}

.sec_calendar_wrap .time dt {
    float: left;
    padding: 2px;
    margin-bottom: 5px;
    width: 72px;
    color: #FFF;
    font-size: 1.1rem;
    text-align: center;
    background-color: #c1c1c1;
    border-radius: 2px;
    clear: both;
}

.sec_calendar_wrap .time dt:last-of-type {
    margin-bottom: 0;
}

.sec_calendar_wrap .time dd {
    margin-bottom: 5px;
    padding: 1px 2px 2px 80px;
    font-size: 1.4rem;
}

.sec_calendar_wrap .time dd:last-of-type {
    margin-bottom: 0;
}

.sec_calendar_wrap .note {
    font-size: 1.2rem;
}

.sec_calendar_wrap .calendar {
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    padding: 60px;
    width: 570px;
    background-color: #FFF;
    border-radius: 15px;
    z-index: 2;
    transform: translateY(-50%);
}

.sec_calendar_wrap .xo-event-calendar .holiday-titles {
    display: none;
}

.sec_calendar_wrap .xo-event-calendar table.xo-month {
    border-color: #FFF;
}

.sec_calendar_wrap .xo-event-calendar table.xo-month th,
.sec_calendar_wrap .xo-event-calendar table.xo-month td {
    border-color: #FFF;
}

.sec_calendar_wrap .xo-event-calendar p.holiday-title span {
    border-color: #FFF;
}

.sec_calendar_wrap .xo-event-calendar table.xo-month>thead th.saturday {
    color: #333;
}

.sec_calendar_wrap .xo-event-calendar table.xo-month .month-dayname td div.today {
    color: #008CCE;
}

@media (max-width: 767px) {
    .sec_calendar_wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .sec_calendar_wrap .sec_ttl {
        margin-bottom: 30px;
        text-align: center;
    }

    .sec_calendar_wrap .desc {
        font-size: 1.2rem;
    }

    .sec_calendar_wrap .time dd {
        font-size: 1.2rem;
    }

    .sec_calendar_wrap .calendar {
        position: static;
        margin-bottom: 20px;
        padding: 20px;
        width: auto;
        transform: translateY(0);
    }
}

/* ---------------------------------------------------- */
/* sec_reservation_wrap */
/* ---------------------------------------------------- */
.sec_reservation_wrap {
    margin-bottom: 80px;
    padding-top: 110px;
    padding-bottom: 110px;
    background-image: url(../img/reservation_bg_1.jpg);
    background-size: cover;
    background-position: center;
}

.sec_reservation_wrap .list {
    display: flex;
    justify-content: center;
}

.sec_reservation_wrap .list li {
    margin: 0 90px;
    width: 430px;
}

.sec_reservation_wrap .list .box {
    padding: 50px 40px;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.8);
}

.sec_reservation_wrap .list .ttl {
    margin-bottom: 20px;
    font-size: 2.0rem;
    font-weight: 700;
    text-align: center;
}

.sec_reservation_wrap .list .ttl::after {
    content: "";
    display: block;
    margin: 5px auto 0;
    width: 20px;
    height: 1px;
}

.sec_reservation_wrap .list li:nth-child(1) .ttl::after {
    background-color: #1595D2;
}

.sec_reservation_wrap .list li:nth-child(2) .ttl::after {
    background-color: #DE587B;
}

.sec_reservation_wrap .list .desc {
    margin-bottom: 20px;
    text-align: center;
}

.sec_reservation_wrap .list .note {
    margin-top: 20px;
    font-size: 1.2rem;
    text-align: center;
}

.sec_reservation_wrap .list .link_fiast {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    padding-left: 20px;
    color: #333;
    font-weight: 700;
    text-decoration: none;
}

.sec_reservation_wrap .list .link_fiast::before,
.sec_reservation_wrap .list .link_fiast::after {
    content: "";
    position: absolute;
    display: block;
}

.sec_reservation_wrap .list .link_fiast::before {
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    background-image: url(../../common/img/ico/btn_first_2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}

.sec_reservation_wrap .list .link_fiast::after {
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

@media (min-width: 768px) {
    .sec_reservation_wrap .sec_ttl {
        color: #FFF;
    }
}

@media (max-width: 767px) {
    .sec_reservation_wrap {
        margin-bottom: 60px;
        padding-top: 0;
        padding-bottom: 0;
        background-image: none;
    }

    .sec_reservation_wrap .list {
        display: block;
    }

    .sec_reservation_wrap .list li {
        margin: 0 -20px;
        padding: 40px 20px;
        width: auto;
        background-size: cover;
        background-position: center;
    }

    .sec_reservation_wrap .list li:nth-child(1) {
        background-image: url(../img/reservation_bg_2_sp.jpg);
    }

    .sec_reservation_wrap .list li:nth-child(2) {
        background-image: url(../img/reservation_bg_3_sp.jpg);
    }

    .sec_reservation_wrap .list .box {
        padding: 35px 20px;
        border-radius: 15px;
    }

    .sec_reservation_wrap .list .desc {
        font-size: 1.4rem;
    }
}

/* ---------------------------------------------------- */
/* sec_pickup_wrap */
/* ---------------------------------------------------- */
.sec_pickup_wrap {
    margin-bottom: 80px;
}

.sec_pickup_wrap .list {
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -30px;
}

.sec_pickup_wrap .list li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(33.33% - 30px);
}

.sec_pickup_wrap .list a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .sec_pickup_wrap {
        margin-bottom: 60px;
    }

    .sec_pickup_wrap .list {
        margin-right: 0;
        margin-bottom: -20px;
    }

    .sec_pickup_wrap .list li {
        margin-right: 0;
        margin-bottom: 20px;
        width: 100%;
    }
}

/* ---------------------------------------------------- */
/* sec_access_wrap */
/* ---------------------------------------------------- */
.sec_access_wrap .map {
    width: 960px;
}

.sec_access_wrap .box {
    position: absolute;
    right: 0;
    bottom: -150px;
    padding: 40px 60px;
    width: 400px;
    background-color: #FFF;
    border-radius: 15px;
    z-index: 2;
}

.sec_access_wrap .sec_ttl {
    margin-bottom: 20px;
}

.sec_access_wrap .desc {
    margin-bottom: 30px;
}

.sec_access_wrap .link_access {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    padding-left: 20px;
    font-weight: 700;
    text-decoration: none;
}

.sec_access_wrap .link_access::before,
.sec_access_wrap .link_access::after {
    content: "";
    position: absolute;
    display: block;
}

.sec_access_wrap .link_access::before {
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    background-image: url(../../common/img/ico/access_3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translateY(-50%);
}

.sec_access_wrap .link_access::after {
    right: 0;
    top: 50%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #095F9F;
    border-right: 2px solid #095F9F;
    transform: translateY(-50%) rotate(45deg);
}

@media (max-width: 767px) {
    .sec_access_wrap {
        background-color: #00456B;
    }

    .sec_access_wrap .map {
        margin: 0 -20px;
        width: auto;
    }

    .sec_access_wrap .box {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: -25px;
        padding: 50px 20px;
        width: auto;
    }
}