@charset "UTF-8";
html {
    font-size: 62.5%;
    line-height: 2;
    color: #222;
    letter-spacing: 0.2em;
}

body {
    font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", "Meiryo", sans-serif;
    font-feature-settings: "palt" 1;
}

.ly_inner {
    width: 1200px;
    margin-inline: auto;
    padding: 80px 0;
}

.ly_header_inner {
    width: 100%;
    margin-inline: auto;
    padding: 40px 0;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
}

.ly_footer_inner {
    width: 1200px;
    height: auto;
    margin-inline: auto;
}

.hp_bgcBase {
    background-color: #f2f0e9;
}

.el_btn {
    display: flex;
    width: 182px;
    max-width: 100%;
    line-height: 1;
    border: 2px solid #007f5c;
    color: #fff;
    background-color: #007f5c;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}

.el_btn:focus,
.el_btn:hover {
    background-color: #fff;
    border-color: currentColor;
    color: #007f5c;
}

.el_large_btn {
    width: 100%;
    border-radius: 8px;
    padding: 16px 0;
}

.bl_top_cont_ttlWrap {
    margin-bottom: 32px;
}

.bl_page_cont_ttlWrap {
    margin: 80px 0 32px;
}

.bl_top_cont_ttl {
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 8rem;
    color: #007f5c;
    line-height: 1;
    margin-bottom: 32px;
}

.bl_top_cont_subttl {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1;
}

.hp_bg_blue {
    background-color: #0080ff;
}

.hp_bg_orange {
    background-color: #ff8000;
}

.bl_cont_wrap {
    width: 100%;
    height: auto;
    padding: 80px;
}

.hp_large_ttl {
    font-size: 3.6rem !important;
}

.hp_bold {
    font-weight: bold !important;
}

.hp_mb_80 {
    margin-bottom: 80px !important;
}

.hp_center {
    margin-inline: auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.hp_small_font {
    font-size: 80% !important;
}

.hp_mb40 {
    margin-bottom: 40px !important;
}

@media (max-width: 1200px) {
    .ly_inner {
        width: 96%;
        margin-inline: auto;
    }
    .ly_footer_inner {
        width: 96%;
        margin-inline: auto;
    }
}
@media (max-width: 1025px) {
    .bl_cont_wrap {
        padding: 60px;
    }
}
@media (max-width: 820px) {
    .bl_cont_wrap {
        padding: 60px 20px;
    }
}
@media (max-width: 640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .bl_top_cont_ttlWrap {
        margin-bottom: 32px;
    }
    .bl_top_cont_ttl {
        font-size: 4rem;
        color: #007f5c;
        line-height: 1;
        margin-bottom: 16px;
    }
    .bl_top_cont_subttl {
        font-size: 2.4rem;
    }
    .ly_inner {
        padding: 60px 0;
        width: 90%;
    }
    .ly_footer_inner {
        width: 90%;
    }
    .bl_cont_wrap {
        padding: 20px 0;
    }
    .hp_large_ttl {
        font-size: 2.4rem !important;
    }
    .hp_mb_80 {
        margin-bottom: 40px !important;
    }
    .bl_page_cont_ttlWrap {
        margin: 0 0 32px;
    }
    .hp_mb20 {
        margin-bottom: 20px !important;
    }
}
html {
    font-size: 62.5%;
    line-height: 2;
    color: #222;
    letter-spacing: 0.2em;
}

body {
    font-family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN",
        "Hiragino Sans", "Meiryo", sans-serif;
    font-feature-settings: "palt" 1;
}

.ly_inner {
    width: 1200px;
    margin-inline: auto;
    padding: 80px 0;
}

.ly_header_inner {
    width: 100%;
    margin-inline: auto;
    padding: 40px 0;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
}

.ly_footer_inner {
    width: 1200px;
    height: auto;
    margin-inline: auto;
}

.hp_bgcBase {
    background-color: #f2f0e9;
}

.el_btn {
    display: flex;
    width: 182px;
    max-width: 100%;
    line-height: 1;
    border: 2px solid #007f5c;
    color: #fff;
    background-color: #007f5c;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 6px 0;
    text-align: center;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
}

.el_btn:focus,
.el_btn:hover {
    background-color: #fff;
    border-color: currentColor;
    color: #007f5c;
}

.el_large_btn {
    width: 100%;
    border-radius: 8px;
    padding: 16px 0;
}

.bl_top_cont_ttlWrap {
    margin-bottom: 32px;
}

.bl_page_cont_ttlWrap {
    margin: 80px 0 32px;
}

.bl_top_cont_ttl {
    font-family: "Caprasimo", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 8rem;
    color: #007f5c;
    line-height: 1;
    margin-bottom: 32px;
}

.bl_top_cont_subttl {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1;
}

.hp_bg_blue {
    background-color: #0080ff;
}

.hp_bg_orange {
    background-color: #ff8000;
}

.bl_cont_wrap {
    width: 100%;
    height: auto;
    padding: 80px;
}

.hp_large_ttl {
    font-size: 3.6rem !important;
}

.hp_bold {
    font-weight: bold !important;
}

.hp_mb_80 {
    margin-bottom: 80px !important;
}

.hp_center {
    margin-inline: auto;
}

.pc {
    display: block;
}

.sp {
    display: none;
}

.hp_small_font {
    font-size: 80% !important;
}

.hp_mb40 {
    margin-bottom: 40px !important;
}

@media (max-width: 1200px) {
    .ly_inner {
        width: 96%;
        margin-inline: auto;
    }
    .ly_footer_inner {
        width: 96%;
        margin-inline: auto;
    }
}
@media (max-width: 1025px) {
    .bl_cont_wrap {
        padding: 60px;
    }
}
@media (max-width: 820px) {
    .bl_cont_wrap {
        padding: 60px 20px;
    }
}
@media (max-width: 640px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .bl_top_cont_ttlWrap {
        margin-bottom: 32px;
    }
    .bl_top_cont_ttl {
        font-size: 4rem;
        color: #007f5c;
        line-height: 1;
        margin-bottom: 16px;
    }
    .bl_top_cont_subttl {
        font-size: 2.4rem;
    }
    .ly_inner {
        padding: 60px 0;
        width: 90%;
    }
    .ly_footer_inner {
        width: 90%;
    }
    .bl_cont_wrap {
        padding: 20px 0;
    }
    .hp_large_ttl {
        font-size: 2.4rem !important;
    }
    .hp_mb_80 {
        margin-bottom: 40px !important;
    }
    .bl_page_cont_ttlWrap {
        margin: 0 0 32px;
    }
    .hp_mb20 {
        margin-bottom: 20px !important;
    }
}
/*-----toggle ハンバーガーメニュー------*/
.header-nav-sm {
    display: block;
}

#sm-toggle {
    opacity: 0;
    position: fixed;
}

label .toggle-line {
    position: fixed;
    top: 50px;
    right: 16%;
    z-index: 10;
    width: 40px;
    height: 16px;
}

label .toggle-line::before,
label .toggle-line::after {
    position: absolute;
    right: 50%;
    width: 100%;
    height: 2px;
    border-radius: 5px;
    background-color: #007f5c;
    content: "";
    transition: all 0.5s;
}

label .toggle-line::before {
    top: 0;
    transform-origin: top right;
}

label .toggle-line::after {
    bottom: 0;
    transform-origin: bottom right;
}

#menu {
    position: fixed;
    top: 5%;
    left: 0;
    bottom: 0;
    z-index: 5;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    width: 100%;
}

#menu p {
    border-bottom: 1px solid #4db993;
    width: 70%;
    display: flex;
    flex-direction: column;
}

#menu::before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: #f2f0e9;
    content: "";
    transform: translateY(-200%);
    transform-origin: top left;
    transition: transform 0.3s;
}

#menu a {
    margin: 0.8rem 0;
    padding: 0.2rem 3rem;
    font-size: 2.4rem;
    line-height: 3;
    font-weight: bold;
    color: #007f5c;
    text-decoration: none;
    transform: translateX(-100%);
    transition: all 0.15s, transform 0.5s;
    text-align: center;
}
#menu a:hover {
    opacity: 0.4;
}

.el_resBtn {
    display: block;
    background-color: #007f5c;
    color: #fff !important;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 0 20px !important;
    margin-top: 40px !important;
}

#menu .flex-colum a {
    line-height: 1.5;
}

.pt_10 {
    padding-top: 20px !important;
}

#menu .sub-menu {
    color: #6f7579;
}

.h-btn {
    display: flex;
    align-items: baseline;
    margin: 20px 0 0 20px;
    padding: 5px 10px;
    border-radius: 7px;
}

#menu .smbtn a {
    color: #ffffff;
}

#sm-toggle:checked + label .toggle-line::before,
#sm-toggle:checked + label .toggle-line::after {
    width: 100%;
    background-color: #007f5c;
}

#sm-toggle:checked + label .toggle-line::before {
    transform: translateY(-13px) rotate(-45deg);
}

#sm-toggle:checked + label .toggle-line::after {
    transform: rotate(45deg);
}

#sm-toggle:checked ~ #menu {
    opacity: 1;
    visibility: visible;
}

#sm-toggle:checked ~ #menu::before {
    transform: translateX(0);
}

#sm-toggle:checked ~ #menu a {
    transform: translateX(0);
}

#sm-toggle:checked ~ .mask {
    background-color: #000;
    opacity: 0.5;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}

@media (max-width: 1000px) {
    label .toggle-line {
        position: fixed;
        top: 40px;
        right: 40px;
    }
}
@media (max-width: 680px) {
    label .toggle-line {
        position: fixed;
        top: 40px;
        right: 20px;
        z-index: 10;
        width: 30px;
        height: 10px;
    }
    #menu a {
        font-size: 1.6rem;
        line-height: 2.5;
    }
    .el_resBtn {
        display: block;
        font-size: 1.6rem;
        padding: 0 20px !important;
        margin-top: 40px !important;
    }
}
/*======================
Header
======================*/
.ly_header_logo {
    margin-right: 24px;
    position: absolute;
    top: 40px;
    left: 8%;
}
.ly_header_logo a:hover {
    opacity: 0.5;
}

.bl_pc_nav {
    font-size: 1.6rem;
    font-weight: bold;
    width: 1000px;
}

.bl_pc_nav_listWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    padding: 0 40px;
    margin-inline: auto;
}

.bl_pc_nav_list > a:hover {
    color: #ff8000;
}

.ly_hero_wrap {
    position: relative;
    width: 1000px;
    height: 980px;
    margin-inline: auto;
    top: -200px;
    z-index: -1;
}

.bl_hero_wrap {
    height: 100%;
}

.el_catchCopy {
    font-size: 4rem;
    font-weight: bold;
    color: #007f5c;
    background-color: #fff;
    padding: 10px;
    writing-mode: vertical-rl;
    position: absolute;
    top: 240px;
    right: 80px;
    z-index: 2;
    line-height: 1;
}

.ly_reserve_wrap {
    position: relative;
    z-index: 2;
}

.ly_reserve_item {
    position: fixed;
    right: 10%;
    bottom: 16%;
}
.ly_reserve_item:hover {
    opacity: 0.5;
}
.ly_reserve_item img {
    width: 80px;
    height: auto;
}

.bl_topic_wrap {
    width: 1000px;
    margin-inline: auto;
    margin-bottom: 80px;
}

@media (max-width: 1300px) {
    .bl_pc_nav_listWrap {
        display: none;
    }
}
@media (max-width: 1000px) {
    .ly_hero_wrap {
        width: 100%;
        height: auto;
        top: -100px;
    }
    .el_heroimg {
        width: 100%;
        height: auto;
    }
    .bl_topic_wrap {
        width: 90%;
        margin-inline: auto;
        margin-bottom: 80px;
        margin-top: 40px;
    }
}
@media (max-width: 770px) {
    .el_catchCopy {
        font-size: 3.2rem;
        font-weight: bold;
        color: #007f5c;
        background-color: #fff;
        padding: 10px;
        writing-mode: vertical-rl;
        position: absolute;
        top: 40px;
        right: 80px;
        z-index: 2;
        line-height: 1;
    }
    .ly_header_logo {
        margin-right: 0;
        top: 10px;
        left: 10px;
    }
    .ly_header_logo img {
        width: 50%;
        height: auto;
    }
    .ly_hero_wrap {
        top: 20px;
        height: 80vh;
        text-align: center;
    }
    .el_heroimg {
        width: 90%;
        height: auto;
        margin-inline: auto;
        border-radius: 10px;
    }
}
@media (max-width: 640px) {
    .el_catchCopy {
        font-size: 2.4rem;
        top: 40px;
        right: 32px;
        line-height: 1.2;
        text-align: left;
    }
    .ly_hero_wrap {
        top: 20px;
        height: 78vh;
        text-align: center;
        padding: 0 10px;
    }
    .bl_topic_wrap {
        margin-top: -100px;
    }
    .ly_reserve_item {
        position: fixed;
        left: 50%;
        bottom: 4%;
        transform: translateX(-50%);
        width: 60px;
    }
    .ly_reserve_item img {
        width: 100%;
        height: auto;
    }
}
/*======================
Top Event
======================*/
.bl_cardUnit_3col {
    padding: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bl_cardUnit_3col::after {
    display: block;
    content: "";
    width: 32%;
}

.bl_info_item {
    width: 32%;
    display: block;
}
.bl_info_item:hover {
    opacity: 0.5;
}

.bl_info_item_date {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 8px;
    line-height: 1;
}

.bl_info_item_imgWrap {
    position: relative;
    border-radius: 20px;
    margin-bottom: 16px;
}
.bl_info_item_imgWrap img {
    width: 100%;
    height: auto;
}

.el_info_label {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 20px 0 0;
    width: 100px;
    height: 27px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
}

.bl_info_item_ttl {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}

@media (max-width: 820px) {
    .bl_cardUnit_3col {
        padding: 20px;
    }
}
@media (max-width: 640px) {
    .bl_cardUnit_3col {
        padding: 0;
        flex-direction: column;
    }
    .bl_info_item {
        width: 100%;
        margin-bottom: 60px;
    }
}
/*======================
Top about
======================*/
.bl_unit_2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.bl_unit_2col_item {
    width: 48%;
    height: auto;
}

.bl_unit_2col_imgWrap {
    margin-bottom: 24px;
}
.bl_unit_2col_imgWrap img {
    width: 100%;
    height: auto;
}

.el_unit_2col_ttl {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 24px;
}

.bl_unit_2col_txt {
    font-size: 1.8rem;
    margin-bottom: 24px;
}

.bl_fullImage_wrap {
    width: 100%;
    height: auto;
    text-align: center;
}
.bl_fullImage_wrap img {
    width: 100%;
    height: auto;
}

@media (max-width: 640px) {
    .bl_unit_2col {
        flex-direction: column;
    }
    .bl_unit_2col_item {
        width: 100%;
        height: auto;
        margin-bottom: 80px;
    }
    .bl_unit_2col_item:last-child {
        margin-bottom: 0;
    }
    .bl_unit_2col_txt {
        font-size: 1.6rem;
        margin-bottom: 16px;
    }
}
/*======================
Top Rental
======================*/
.bl_card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
}

.bl_card_imgWrap img {
    width: 100%;
    height: auto;
}

.bl_card_body {
    margin: 24px 0;
    border-bottom: 1px solid #222;
    padding-bottom: 24px;
}

.bl_cardUnit {
    display: flex;
    flex-wrap: wrap;
}

.bl_cardUnit .bl_cardUnit_3col {
    margin-bottom: -24px;
}

.bl_cardUnit_3col > .bl_card {
    width: 30.707%;
    margin-right: 2.43902%;
    margin-bottom: 24px;
}

.bl_cardUnit_3col > .bl_card:nth-of-type(3n) {
    margin-right: 0;
}

.bl_card_ttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 24px;
}

.bl_card_txt {
    font-size: 1.6rem;
    line-height: 1.8;
}

.bl_card_foot_txt {
    font-size: 1.6rem;
}

@media (max-width: 640px) {
    .bl_cardUnit_3col > .bl_card {
        width: 100%;
        margin-bottom: 24px;
    }
    .bl_card_ttl {
        font-size: 2rem;
        margin-bottom: 16px;
    }
}
/*======================
Gppgle Map
======================*/
.bl_map {
    width: 996px;
    margin-inline: auto;
}
.bl_map .map {
    width: 100%;
}

@media (max-width: 996px) {
    .bl_map {
        width: 100%;
    }
}
/*======================
Topics
======================*/
.ly_top_topicWrap {
    text-align: center;
    font-size: 1.8rem;
}

.bl_top_topic_txt {
    margin-top: 60px;
}

@media (max-width: 640px) {
    .ly_top_topicWrap {
        font-size: 1.6rem;
        text-align: left;
    }
    .bl_top_topic_txt {
        margin-top: 20px;
    }
}
/*======================
Event page
======================*/
.bl_info_cont_wrap {
    width: 792px;
    height: auto;
    margin-inline: auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #222;
    margin-bottom: 80px;
}

.bl_info_cont_labelWrap {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    margin-bottom: 32px;
}

.el_info_category {
    display: inline-block;
    padding: 10px 16px;
    color: #fff;
    margin-right: 20px;
    line-height: 1;
    border-radius: 4px;
}

.el_info_date {
    font-size: 2rem;
}

.bl_info_cont_ttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 32px;
}

.bl_info_cont_txt {
    font-size: 1.8rem;
}

@media (max-width: 1200px) {
    .bl_info_cont_wrap {
        width: 95%;
        height: auto;
        margin-inline: auto;
        padding-bottom: 40px;
        border-bottom: 1px solid #222;
    }
}
@media (max-width: 640px) {
    .bl_info_cont_ttl {
        font-size: 2rem;
    }
    .bl_info_cont_txt {
        font-size: 1.6rem;
    }
    .bl_info_cont_wrap {
        margin-bottom: 60px;
    }
}
/*======================
About page
======================*/
.bl_about_mapWrap {
    padding: 0 80px 80px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
}

.bl_page_cont_ttl {
    font-size: 4.8rem;
    font-weight: bold;
    color: #007f5c;
}

.bl_tile_list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

.bl_tile_list_item {
    display: block;
    padding: 24px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 48%;
    height: auto;
}

.el_tile_item_ttl {
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 24px;
}

.el_tile_item_txt {
    font-size: 1.8rem;
}

.bl_access_infoWrap {
    width: 750px;
    height: auto;
    margin-inline: auto;
}

.bl_access_infoWrap_item {
    margin-bottom: 60px;
    font-size: 1.8rem;
}

.bl_access_info_ttl {
    font-weight: bold;
}

.bl_access_info_list_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bl_nbhFacility_item {
    margin-bottom: 80px;
}

.bl_nbhFacility_ttl {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.bl_nbhFacility_txt {
    font-size: 1.8rem;
}

.bl_nbhFacility_txt > a {
    text-decoration: underline;
    color: #ff8000;
}
.bl_nbhFacility_txt > a:hover {
    opacity: 0.5;
}

@media (max-width: 1040px) {
    .el_large_map {
        width: 100%;
        height: auto;
    }
    .el_small_map {
        width: 47%;
        height: auto;
    }
}
@media (max-width: 1000px) {
    .bl_about_mapWrap {
        padding: 0 60px 60px;
        gap: 20px;
    }
    .el_small_map {
        width: 45%;
        height: auto;
    }
    .bl_page_cont_ttl {
        font-size: 3.2rem;
    }
}
@media (max-width: 770px) {
    .bl_access_infoWrap {
        width: 95%;
        height: auto;
        margin-inline: auto;
    }
}
@media (max-width: 640px) {
    .bl_page_cont_ttl {
        font-size: 3rem;
    }
    .bl_about_mapWrap {
        padding: 0;
        gap: 20px;
    }
    .el_small_map {
        width: 100%;
        height: auto;
    }
    .bl_tile_list {
        flex-direction: column;
        gap: 24px;
    }
    .bl_tile_list_item {
        width: 100%;
        height: auto;
    }
    .el_tile_item_ttl {
        font-size: 3rem;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 24px;
    }
    .el_tile_item_txt {
        font-size: 1.6rem;
    }
    .bl_access_infoWrap {
        width: 100%;
    }
    .bl_access_info_list_item {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin-bottom: 40px;
    }
}
/*======================
Plan
======================*/
.bl_planWrap_item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 100px;
}
.bl_planWrap_item:last-of-type {
    margin-bottom: 0;
}

.bl_planWrap_item_imgWrap {
    width: 48%;
    height: auto;
}
.bl_planWrap_item_imgWrap img {
    width: 100%;
    height: auto;
}

.bl_planWrap_item_body {
    width: 48%;
    height: 324px;
    font-size: 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bl_planttl {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24px;
}

.bl_plan_price {
    font-weight: bold;
    color: #007f5c;
    letter-spacing: 1.6px;
}

.hp_flex_reverse {
    flex-direction: row-reverse;
}

@media (max-width: 640px) {
    .bl_planWrap_item {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .bl_planWrap_item_imgWrap {
        width: 100%;
        margin-bottom: 40px;
    }
    .bl_planWrap_item_body {
        width: 100%;
        font-size: 1.6rem;
        height: auto;
    }
    .bl_planttl {
        font-size: 2rem;
    }
    .bl_plan_txt {
        margin-bottom: 40px;
    }
}
/*======================
footer
======================*/
footer {
    background-color: #007f5c;
    color: #fff;
    font-size: 1.8rem;
}

.bl_footer_logo > a:hover {
    opacity: 0.5;
}

.bl_footer_2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 80px 0;
}

.bl_footer_addresWrap {
    margin-bottom: 32px;
}

.bl_footer_addres_ttl {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 1.5;
}

.bl_footer_addres_txt {
    font-feature-settings: "palt";
}

.bl_footer_nav li {
    margin-bottom: 10px;
}
.bl_footer_nav a:hover {
    opacity: 0.5;
}

.el_copy {
    font-size: 1.6rem;
    margin-top: 64px;
}

#back-to-top {
    position: fixed;
    right: 10%;
    bottom: 40px;
}
#back-to-top img {
    width: 80px;
    height: 80px;
}

@media (max-width: 640px) {
    footer {
        font-size: 1.6rem;
        padding-bottom: 80px;
    }
    .bl_footer_2col {
        flex-direction: column;
        padding: 40px 0;
        align-items: center;
    }
    .bl_footer_logo {
        text-align: center;
        margin-bottom: 60px;
    }
    #back-to-top {
        position: fixed;
        right: 4%;
        bottom: 4%;
    }
    #back-to-top img {
        width: 60px;
        height: 60px;
    }
} /*# sourceMappingURL=style.css.map */
