@charset "UTF-8";
/************************************
component
************************************/
/** pagenavi **/
.wp-pagenavi {
    text-align: center;
}
.wp-pagenavi span,
.wp-pagenavi a {
    margin: 0 10px;
    font-size: 20px;
    font-weight: 500;
}
.wp-pagenavi .current,
.wp-pagenavi a:hover {
    text-decoration: underline;
}

/** page共通 **/
#page .page_headline {
    padding: 80px 0;
}
#page .page_headline h1 {
    position: relative;
    font-size: 42px;
    text-align: center;
}
#page .page_headline h1::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #005271;
}

.page_section {
    padding: 50px 0;
}


/************************************
index
************************************/
/** 共通 **/
#index section {
    padding: 50px 0;
}
#index section h2 {
    font-family: "M PLUS 1", sans-serif;
    font-size: 32px;
    font-weight: bold;
    color: #005271;
    border-bottom: 1px solid #3e3a39;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
#index section h2 .en {
    font-family: "Source Sans 3", sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 1;
}
#index section h2 .jp {
    font-size: 24px;
    font-weight: 500;
    color: #3e3a39;
}

/** main_vis **/
.main_vis_inner {
    position: relative;
    width: 100%;
    height: auto;
}
.main_vis_inner .main_img {
    width: 100%;
    height: 100%;
}
.main_vis_inner a {
    display: block;
    position: absolute;
    top: 5%;
    right: 5%;
    width: 35%;
}
.main_vis_inner a:hover {
    opacity: 0.8;
}
.main_vis_inner .open_banner {
    position: absolute;
    right: 5%;
    bottom: 5%;
    width: 25%;
}
.main_vis_copy {
    font-family: "M PLUS Rounded 1c", sans-serif;
    background: #00a0e9;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: clamp(10px, 2.8vw, 42px);
}


/** schedule **/

/** info **/
.info_list {
    padding: 0 5%;
    margin-bottom: 50px;
}
.info_list li a {
    padding: 20px 5%;
    border-bottom: 1px solid #3e3a39;
    font-size: 24px;
    font-weight: 500;
}
.info_list li a time {
    width: 120px;
}
.info_list li a div {
    width: calc(100% - 120px);
}
.info_list li a:hover {
    opacity: 0.8;
}

.link_btn {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}
.link_btn :hover {
    opacity: 0.8;
}

/** message **/
.message_content {
    padding: 0 5%;
    font-size: 18px;
    line-height: 1.8;
}
.message_content div {
    margin-top: 20px;
    text-align: right;
}
.message_content div span {
    font-size: 22px;
    font-weight: 500;
}

/** features **/
.feature_nav_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 0;
    list-style: none;
    margin-bottom: 50px;
}
.feature_nav_list li {
    width: calc((100% - 150px)/6);
}
.feature_nav_list li a {
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    font-weight: 500;
}
.feature_nav_list li a img {
    display: block;
    margin-bottom: 10px;
}
.feature_nav_list li a:hover {
    opacity: 0.8;
}

.feature_notes {
    text-align: right;
    margin-bottom: 50px;
}
.feature_desc_list .feature_desc {
    font-family: "Zen Maru Gothic", sans-serif;
    color: #231815;
    margin-bottom: 50px;
}
.feature_desc_list .feature_desc img {
    width: 120px;
}
.feature_desc_list .feature_desc div {
    width: calc(100% - 150px);
}
.feature_desc_list .feature_desc div h3 {
    font-size: 32px;
    border-bottom: 4px solid;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.feature_desc_list .feature_desc.feature_desc_y div h3 {
    border-color: #f8b62d;
}
.feature_desc_list .feature_desc.feature_desc_g div h3 {
    border-color: #8fc31f;
}
.feature_desc_list .feature_desc div p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8;
}


/** map **/
.map_inner {
    padding: 0 5%;
}
.map_inner iframe {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    margin-bottom: 30px;
}
.address_wrap {
    width: 45%;
}
.address_wrap p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.address_wrap .parking img {
    display: block;
}
.address_wrap .parking .car_icon {
    width: 100px;
    margin-right: 20px;
}
.address_wrap .parking .parking_img {
    width: calc(100% - 120px);
}
.direction {
    width: 50%;
}
.direction div {
    width: 100%;
    background: #005271;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    padding: 5px 5%;
    border-radius: 20px;
    margin-bottom: 10px;
}
.direction div:last-of-type {
    margin-bottom: 0;
}


/************************************
info
************************************/


/************************************
single_info
************************************/

#single_info .btn_wrap {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
}
#single_info .btn_wrap a {
    display: block;
    width: 100%;
    background: #005271;
    border: 3px solid #00a0e9;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 5%;
    border-radius: 15px;
}
#single_info .btn_wrap a:hover {
    opacity: 0.8;
}


/************************************
standard
************************************/
#standard .page_section {
    padding: 0;
}
#standard .standard_inner {
    border-bottom: 1px solid;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
#standard .page_section:first-of-type {
    padding-top: 50px;
}
#standard .page_section:last-of-type .standard_inner {
    border-bottom: none;
}
#standard .page_section h2 {
    margin-bottom: 30px;
}
#standard .page_section p {
    margin-bottom: 20px;
}
#standard .page_section ul li {
    display: flex;
    line-height: 1.8;
}

/************************************
contact
************************************/



@media screen and (max-width:767px){
    /************************************
    component
    ************************************/
    /** page共通 **/
    #page .page_headline {
        padding: 50px 0;
    }
    #page .page_headline h1 {
        font-size: 32px;
    }
    #page .page_headline h1::after {
        width: 60px;
    }

    .page_section {
        padding: 30px 0;
    }


    /************************************
    index
    ************************************/
    /** 共通 **/
    #index section {
        padding: 30px 0;
    }
    #index section h2 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    #index section h2 .en {
        font-size: 34px;
    }
    #index section h2 .jp {
        font-size: 16px;
    }

    /** main_vis **/
    .main_vis_inner a {
        top: 3%;
        width: 40%;
        font-size: 10px;
    }
    .main_vis_inner .open_banner {
        width: 20%;
    }
    .main_vis_copy {
        padding: 10px 0;
    }
    .main_vis_copy img {
        width: 95%;
    }

    /** schedule **/
    .schedule img {
        width: 90%;
        margin: 0 auto;
    }



    /** info **/
    .info_list {
        padding: 0;
        margin-bottom: 30px;
    }
    .info_list li a {
        display: block;
        padding: 15px 5%;
        font-size: 16px;
    }
    .info_list li a time {
        display: block;
        width: 100%;
        margin-bottom: 5px;
    }
    .info_list li a div {
        width: 100%;
    }

    .link_btn {
        max-width: 250px;
    }


    /** message **/
    .message_content {
        padding: 0;
        font-size: 16px;
    }
    .message_content div span {
        font-size: 20px;
    }


    /** features **/
    .feature_nav_list {
        margin-bottom: 30px;
    }
    .feature_nav_list li {
        width: calc((100% - 150px)/6);
    }
    .feature_nav_list li a {
        font-size: 12px;
    }
    .feature_nav_list li a img {
        margin-bottom: 5px;
    }

    .feature_notes {
        text-align: right;
        margin-bottom: 50px;
    }

    .feature_desc_list .feature_desc {
        margin-bottom: 30px;
    }
    .feature_desc_list .feature_desc img {
        width: 60px;
    }
    .feature_desc_list .feature_desc div {
        width: calc(100% - 80px);
    }
    .feature_desc_list .feature_desc div h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .feature_desc_list .feature_desc div p {
        font-size: 16px;
    }


    /** map **/
    .map_inner {
        padding: 0;
    }
    .map_inner iframe {
        margin-bottom: 20px;
    }
    .map_content {
        display: block;
    }
    .address_wrap {
        width: 100%;
        margin-bottom: 20px;
    }
    .address_wrap p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .address_wrap .parking .car_icon {
        width: 60px;
        margin-right: 20px;
    }
    .address_wrap .parking .parking_img {
        width: calc(100% - 80px);
        max-width: 320px;
    }
    .direction {
        width: 100%;
    }
    .direction div {
        font-size: 16px;
        border-radius: 20px;
        margin-bottom: 10px;
    }


    /************************************
    single_info
    ************************************/

    #single_info .btn_wrap {
        max-width: 250px;
    }
    #single_info .btn_wrap a {
        font-size: 16px;
    }






}


@media screen and (max-width:575px){
    /************************************
    component
    ************************************/


    /************************************
    index
    ************************************/
    /** schedule **/
    .schedule img {
        width: 100%;
    }

    /** features **/
    .feature_nav_list {
        gap: 20px;
    }
    .feature_nav_list li {
        width: calc((100% - 60px)/4);
    }

    .feature_desc_list .feature_desc div p {
        font-size: 14px;
    }

}