@charset "utf-8";
/* reset.css */
*, *::before, *::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
    }
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, figure, figcaption {
    margin: 0;
    padding: 0
    }
img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    border: 0
    }
li {
    list-style: none
    }
a {
    text-decoration: none
    }
input, textarea, button, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
    }
input[type=submit] {
    -webkit-appearance: none;
    border-radius: 0
    }
/* ============================
 base
===============================*/
@-ms-viewport {
    width: device-width;
    initial-scale: 1;
    }
html {
    font-size: 62.5%;
    -ms-overflow-style: auto
    }
body {
    font-size: 1.4rem;
    line-height: 1.857143;
    color: #0C0C0C;
    font-family: "Noto Sans JP", sans-serif;
    word-break: normal;
    line-break: strict;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hanging-punctuation: none;
    background: #fff;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.03em
    }
@media screen and (min-width: 992px) {
    body {
        letter-spacing: 0.05em
        }
    }
.container {
    padding-right: 10px;
    padding-left: 10px
    }
@media screen and (min-width: 992px) {
    .container {
        max-width: 1012px;
        margin: 0 auto
        }
    }
.container02 {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 620px;
    margin: 0 auto
    }
@media screen and (min-width: 992px) {
    .container02 {
        max-width: 900px
        }
    }
.max-width_1400 {
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto
    }
a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0)
    }
@media screen and (min-width: 992px) {
    a {
        -webkit-transition: 0.25s;
        transition: 0.25s
        }
    }
a:hover {
    opacity: 0.7
    }
.pc-none {
    display: block
    }
@media screen and (min-width: 992px) {
    .pc-none {
        display: none
        }
    }
.sp-none {
    display: none
    }
@media screen and (min-width: 992px) {
    .sp-none {
        display: block
        }
    }
.inline-block {
    display: inline-block
    }
/*===============================
 header
 ===============================*/
.header {
    width: 100%;
    height: auto;
    margin-bottom: 40px
    }
@media screen and (min-width: 992px) {
    .header {
        margin-bottom: 160px
        }
    }
/*===============================
 footer
 ===============================*/
.footer-top {
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 40px
    }
@media screen and (min-width: 992px) {
    .footer-top {
        max-width: 1030px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 80px
        }
    }
.footer__title {
    font-size: 2.8rem;
    line-height: 1.428571;
    font-weight: bold;
    color: #56C385;
    text-align: center;
    margin-bottom: 35px
    }
@media screen and (min-width: 992px) {
    .footer__title {
        margin-bottom: 60px
        }
    }
@media screen and (min-width: 992px) {
    .footer-top__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
        }
    }
.footer-top__item {
    margin-bottom: 20px;
    width: 312px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto
    }
@media screen and (min-width: 992px) {
    .footer-top__item {
        margin-right: 3.495146%;
        margin-bottom: 20px;
        width: 30.291262%
        }
    }
@media screen and (min-width: 992px) and (min-width: 992px) {
    .footer-top__item:nth-child(3n) {
        margin-right: 0
        }
    }
.footer-top__link {
    display: block;
    width: 100%;
    padding: 20px;
    border: 2px solid #56C385;
    border-radius: 35px;
    font-size: 1.8rem;
    line-height: 1.444444;
    color: #56C385;
    text-align: center;
    text-decoration: none;
    font-weight: 500;
    position: relative
    }
.footer-top__link:hover {
    color: #fff;
    background: #56C385;
    opacity: 1
    }
@media screen and (min-width: 992px) {
    .footer-top__link {
        -webkit-transition: 0.25s;
        transition: 0.25s
        }
    }
.footer-top__link::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 25px;
    top: 50%;
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%)
    }
.footer-top__link--spa {
    display: inline-block
    }
.footer-top__link--spa::before {
    width: 23px;
    height: 19px;
    background: url(../images/top/icon_spa.png) center center/cover no-repeat
    }
.footer-top__link--spa:hover::before {
    background: url(../images/top/icon_spa-white.png) center center/cover no-repeat
    }
.footer-top__link--meal {
    display: inline-block
    }
.footer-top__link--meal::before {
    width: 18px;
    height: 23px;
    background: url(../images/top/icon_meal.png) center center/cover no-repeat
    }
.footer-top__link--meal:hover::before {
    background: url(../images/top/icon_meal-white.png) center center/cover no-repeat
    }
.footer-top__link--camp {
    display: inline-block
    }
.footer-top__link--camp::before {
    width: 29px;
    height: 23px;
    background: url(../images/top/icon_camp.png) center center/cover no-repeat
    }
.footer-top__link--camp:hover::before {
    background: url(../images/top/icon_camp-white.png) center center/cover no-repeat
    }
.footer-top__link--stop-spa {
    display: inline-block
    }
.footer-top__link--stop-spa::before {
    width: 28px;
    height: 23px;
    background: url(../images/top/icon_stop-spa.png) center center/cover no-repeat
    }
.footer-top__link--stop-spa:hover::before {
    background: url(../images/top/icon_stop-spa-white.png) center center/cover no-repeat
    }
.footer-top__link--apple {
    display: inline-block
    }
.footer-top__link--apple::before {
    width: 21px;
    height: 23px;
    background: url(../images/top/icon_apple.png) center center/cover no-repeat
    }
.footer-top__link--apple:hover::before {
    background: url(../images/top/icon_apple-white.png) center center/cover no-repeat
    }
.footer-top__link--shoes {
    display: inline-block
    }
.footer-top__link--shoes::before {
    width: 24px;
    height: 21px;
    background: url(../images/top/icon_shoes.png) center center/cover no-repeat
    }
.footer-top__link--shoes:hover::before {
    background: url(../images/top/icon_shoes-white.png) center center/cover no-repeat
    }
.footer-bottom {
    width: 100%;
    height: auto;
    background: #56C385;
    padding: 20px;
    max-width: 2000px;
    margin-right: auto;
    margin-left: auto
    }
.copy-right {
    font-size: 1.3rem;
    line-height: 1;
    font-family: "Arial", "ã¡ã¤ãªãª", Meiryo, sans-serif;
    text-align: center;
    color: #fff
    }
/*===============================
 intro
 ===============================*/
.section {
    margin-bottom: 120px
    }
@media screen and (min-width: 992px) {
    .section {
        margin-bottom: 160px
        }
    }
.intro {
    width: 78.25%;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    position: relative
    }
@media screen and (min-width: 992px) {
    .intro {
        width: 48%
        }
    }
.intro::after {
    position: absolute;
    top: 0;
    right: -8px;
    content: "";
    display: inline-block;
    width: 20px;
    height: 32px;
    background: url(../images/top/img_intro-decoration01.svg) center center/cover no-repeat
    }
@media screen and (min-width: 992px) {
    .intro::after {
        right: -140px;
        width: 60px;
        height: 94px
        }
    }
.intro::before {
    position: absolute;
    bottom: -25px;
    left: -18.5px;
    content: "";
    display: inline-block;
    width: 16px;
    height: 25.5px;
    background: url(../images/top/img_intro-decoration02.svg) center center/cover no-repeat
    }
@media screen and (min-width: 992px) {
    .intro::before {
        bottom: 30px;
        left: -217px;
        width: 32px;
        height: 53px
        }
    }
.intro-title {
    font-size: 1.8rem;
    line-height: 2;
    font-weight: bold;
    color: #56C385;
    margin-bottom: 30px;
    text-align: center
    }
@media screen and (min-width: 992px) {
    .intro-title {
        font-size: 2.8rem;
        line-height: 1.928571;
        margin-bottom: 53px
        }
    }
.intro-title__text {
    display: inline-block;
    background: url(../images/top/img_border.png) center bottom/contain repeat-x
    }
.intro__text {
    font-size: 1.4rem;
    line-height: 1.857143
    }
@media screen and (min-width: 992px) {
    .intro__text {
        font-size: 1.6rem;
        line-height: 2.125
        }
    }
/*===============================
 recommend
 ===============================*/
.recommend {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto
    }
@media screen and (min-width: 992px) {
    .recommend {
        max-width: none;
        margin-right: 0;
        margin-left: 0
        }
    }
.recommend-title {
    max-width: 748px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px
    }
@media screen and (min-width: 992px) {
    .recommend-title {
        margin-bottom: 60px
        }
    }
@media screen and (min-width: 992px) {
    .card01__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
        }
    }
.card01 {
    margin-bottom: 60px
    }
@media screen and (min-width: 992px) {
    .card01 {
        width: 26.612903%;
        margin-right: 2.419355%
        }
    }
.card01:nth-of-type(3n) {
    margin-right: 0
    }
@media screen and (min-width: 992px) {
    .card01--size-l {
        width: 41.935484%
        }
    }
.card01__img-wrapper {
    margin-bottom: 20px;
    position: relative;
    width: 65%;
    margin-right: auto;
    margin-left: auto
    }
@media screen and (min-width: 992px) {
    .card01__img-wrapper {
        width: 100%
        }
    }
.label01 {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
    width: 56px;
    padding: 6px 10px;
    color: #fff;
    font-weight: bold;
    background: #56C385;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    position: absolute;
    bottom: -16px;
    left: 10px
    }
@media screen and (min-width: 992px) {
    .label01 {
        width: 57px;
        padding: 6px 11px;
        bottom: -7px
        }
    }
.card01--size-l .card01__img-wrapper {
    width: 82.368421%
    }
@media screen and (min-width: 992px) {
    .card01--size-l .card01__img-wrapper {
        width: 100%
        }
    }
.card01__title {
    font-size: 1.8rem;
    line-height: 1.777778;
    color: #56C385;
    font-weight: bold;
    margin-bottom: 14px;
    text-align: center
    }
@media screen and (min-width: 992px) {
    .card01__title {
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 16px;
        text-align: left
        }
    }
.card01__text {
    font-size: 1.4rem;
    line-height: 1.857143
    }
@media screen and (min-width: 992px) {
    .card01__text {
        font-size: 1.6rem;
        line-height: 1.875
        }
    }
/*===============================
 course
 ===============================*/
.course {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto
    }
@media screen and (min-width: 992px) {
    .course {
        max-width: none;
        margin-right: 0;
        margin-left: 0
        }
    }
.course-title {
    text-align: center;
    color: #56C385;
    font-weight: bold;
    margin-bottom: 40px;
    position: relative
    }
@media screen and (min-width: 992px) {
    .course-title {
        margin-bottom: 60px
        }
    }
.course-title::after {
    position: absolute;
    top: 0;
    right: 17px;
    content: "";
    display: inline-block;
    width: 18px;
    height: 27px;
    background: url(../images/top/img_course-decoration01.svg) center center/cover no-repeat
    }
@media screen and (min-width: 992px) {
    .course-title::after {
        right: 145px;
        width: 46px;
        height: 70px
        }
    }
.course-title::before {
    position: absolute;
    top: 17px;
    left: 3px;
    content: "";
    display: inline-block;
    width: 21px;
    height: 27px;
    background: url(../images/top/img_course-decoration02.svg) center center/cover no-repeat
    }
@media screen and (min-width: 992px) {
    .course-title::before {
        left: 150px;
        width: 44px;
        height: 58px
        }
    }
.course-title__inner {
    display: block
    }
.course-title__size-l {
    font-size: 2.5rem;
    line-height: 1.48
    }
@media screen and (min-width: 992px) {
    .course-title__size-l {
        font-size: 4.4rem;
        line-height: 1.477273
        }
    }
.course-title__size-m {
    font-size: 2.3rem;
    line-height: 1.478261
    }
@media screen and (min-width: 992px) {
    .course-title__size-m {
        font-size: 4.3rem;
        line-height: 1.488372
        }
    }
.course-title__size-s {
    font-size: 2rem;
    line-height: 1.45
    }
@media screen and (min-width: 992px) {
    .course-title__size-s {
        font-size: 3.4rem;
        line-height: 1.470588
        }
    }
.course-title__size-ss {
    font-size: 1.8rem;
    line-height: 1.5
    }
@media screen and (min-width: 992px) {
    .course-title__size-ss {
        font-size: 3.4rem;
        line-height: 1.470588
        }
    }
@media screen and (min-width: 992px) {
    .card02__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: -60px
        }
    }
.card02 {
    margin-bottom: 30px;
    border: 2px solid #56C385;
    border-radius: 10px;
    padding: 16px 27px
    }
@media screen and (min-width: 992px) {
    .card02 {
        width: 47.580645%;
        margin-right: 4.83871%;
        margin-bottom: 60px
        }
    }
.card02:nth-of-type(2n) {
    margin-right: 0
    }
.card02__title {
    font-size: 2rem;
    line-height: 1.75;
    color: #56C385;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7px
    }
@media screen and (min-width: 992px) {
    .card02__title {
        margin-bottom: 14px
        }
    }
.card02__sub-title {
    display: block;
    font-size: 1.4rem;
    font-weight: normal
    }
.num {
    border: 1px solid #56C385;
    padding: 0 5px;
    margin-left: 5px
    }
.card02__img-wrapper {
    margin-bottom: 10px;
    width: 100%
    }
@media screen and (min-width: 992px) {
    .card02__img-wrapper {
        margin-bottom: 16px
        }
    }
.card02-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 232px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 17px
    }
@media screen and (min-width: 992px) {
    .card02-content {
        max-width: 287px
        }
    }
.card02-content__inner {
    margin-right: 14.655172%;
    -ms-flex-preferred-size: 46.982759%;
    flex-basis: 46.982759%
    }
@media screen and (min-width: 992px) {
    .card02-content__inner {
        margin-right: 13.937282%;
        -ms-flex-preferred-size: 47.38676%;
        flex-basis: 47.38676%
        }
    }
.card02-content__img {
    margin-bottom: 7px
    }
@media screen and (min-width: 992px) {
    .card02-content__img {
        margin-bottom: 12px
        }
    }
.label02__wrapper {
    text-align: center;
    line-height: 1
    }
.label02 {
    display: inline-block;
    font-size: 1.3rem;
    line-height: 1;
    width: 93px;
    margin-right: auto;
    margin-left: auto;
    padding: 3.5px 5px 3.7px;
    color: #fff;
    font-weight: bold;
    background: #56C385;
    border-radius: 11px;
    text-align: center;
    font-family: "Arial", "ã¡ã¤ãªãª", Meiryo, sans-serif
    }
@media screen and (min-width: 992px) {
    .label02 {
        width: 116px;
        padding: 6.5px 5px 5.5px
        }
    }
.card02__lists {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
    }
.card02__lists > *:last-child {
    margin-bottom: 0
    }
.card02__lists > *:last-child::after {
    content: none
    }
.card02__list {
    font-size: 1.3rem;
    line-height: 1;
    color: #56C385;
    margin-bottom: 24px;
    position: relative
    }
@media screen and (min-width: 992px) {
    .card02__list {
        font-size: 1.6rem
        }
    }
.card02__list::after {
    position: absolute;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
    content: "";
    display: inline-block;
    width: 8px;
    height: 4px;
    background: url(../images/top/icon_arrow-bottom.svg) center center/cover no-repeat
    }
@media screen and (min-width: 992px) {
    .card02__list::after {
        width: 10px;
        height: 5px
        }
    }
.card02__btn-wrapper {
    text-align: center
    }
.card02__btn {
    display: inline-block;
    padding: 9px 9px 12px;
    font-size: 1.4rem;
    line-height: 2;
    color: #fff;
    width: 259px;
    max-width: 100%;
    background: #56C385;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-weight: bold;
    border-radius: 5px
    }
@media screen and (min-width: 992px) {
    .card02__btn {
        -webkit-transition: 0.25s;
        transition: 0.25s;
        width: 322px;
        padding: 12px;
        font-size: 1.8rem;
        line-height: 2
        }
    }
/*===============================
 detail
 ===============================*/
.detail {
    background: #D7EFE0;
    border-radius: 10px;
    padding: 20px 8px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto
    }
@media screen and (min-width: 992px) {
    .detail {
        padding: 60px 190px;
        max-width: none
        }
    }
.detail__text {
    background: #fff;
    color: #56C385;
    font-size: 1.4rem;
    line-height: 1.428571;
    font-weight: bold;
    text-align: center;
    border-radius: 27px;
    margin-bottom: 15px;
    max-width: 363px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 5px
    }
@media screen and (min-width: 400px) {
    .detail__text {
        padding: 10px 12px
        }
    }
@media screen and (min-width: 992px) {
    .detail__text {
        font-size: 2.2rem;
        line-height: 1.5;
        margin-bottom: 9px;
        max-width: 612px;
        padding: 11px 11px 10px
        }
    }
.detail__title {
    font-size: 3rem;
    line-height: 1.5;
    color: #56C385;
    margin-bottom: 15px;
    text-align: center
    }
@media screen and (min-width: 992px) {
    .detail__title {
        font-size: 4.6rem;
        line-height: 1.478261;
        margin-bottom: 50px
        }
    }
.detail__link {
    display: block;
    width: 90.697674%;
    margin-right: auto;
    margin-left: auto
    }
@media screen and (min-width: 992px) {
    .detail__link {
        width: 99.324324%;
        max-width: none
        }
    }
/*===============================
 info
 ===============================*/
.info {
    background: #56C385;
    color: #fff;
    padding: 30px 10px
    }
@media screen and (min-width: 992px) {
    .info {
        padding: 60px 10px
        }
    }
.info__title {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px
    }
@media screen and (min-width: 992px) {
    .info__title {
        font-size: 4.1rem;
        line-height: 1.487805;
        margin-bottom: 6px
        }
    }
.page__wrapper {
    text-align: center;
    margin-bottom: 26px
    }
@media screen and (min-width: 992px) {
    .page__wrapper {
        margin-bottom: 60px
        }
    }
.page {
    font-size: 1.6rem;
    line-height: 1.5
    }
@media screen and (min-width: 992px) {
    .page {
        font-size: 2.2rem;
        line-height: 1.5
        }
    }
.media {
    position: relative;
    padding-top: 128px;
    margin-bottom: 30px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto
    }
@media screen and (min-width: 992px) {
    .media {
        padding-top: 0;
        margin-bottom: 60px;
        max-width: 992px;
        margin-right: auto;
        margin-left: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
        }
    }
.media__img-wrapper {
    margin-bottom: 40px;
    width: 56.052632%;
    margin-right: auto;
    margin-left: auto
    }
@media screen and (min-width: 992px) {
    .media__img-wrapper {
        margin-bottom: 0;
        width: 37.096774%;
        -ms-flex-preferred-size: 37.096774%;
        flex-basis: 37.096774%;
        margin-right: 4.83871%;
        margin-left: 0
        }
    }
@media screen and (min-width: 992px) {
    .media__body {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
        }
    }
.media__text {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.4rem;
    line-height: 1.857143
    }
@media screen and (min-width: 992px) {
    .media__text {
        position: static;
        font-size: 1.8rem;
        line-height: 1.888889;
        font-weight: bold;
        margin-bottom: 44px
        }
    }
.profile {
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 20px 16px
    }
@media screen and (min-width: 992px) {
    .profile {
        padding: 24px
        }
    }
.profile-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 28px
    }
@media screen and (min-width: 992px) {
    .profile-head {
        margin-bottom: 16px
        }
    }
.profile-head__img-wrapper {
    max-width: 119px
    }
.profile-head__term01 {
    font-size: 1.4rem;
    line-height: 1.428571;
    margin-bottom: 4px;
    font-weight: 500
    }
@media screen and (min-width: 992px) {
    .profile-head__term01 {
        display: inline-block;
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 8px;
        margin-right: 16px
        }
    }
.profile-head__term02 {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 500
    }
@media screen and (min-width: 992px) {
    .profile-head__term02 {
        display: inline-block;
        font-size: 2rem;
        line-height: 1.45;
        margin-bottom: 8px
        }
    }
.profile-head__description {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5
    }
@media screen and (min-width: 992px) {
    .profile-head__description {
        font-size: 3rem;
        line-height: 1.5
        }
    }
.profile-body__list > *:last-child {
    margin-bottom: 0
    }
.profile-body__inner {
    margin-bottom: 26px
    }
@media screen and (min-width: 992px) {
    .profile-body__inner {
        margin-bottom: 30px
        }
    }
.profile-body__term01 {
    font-size: 1.6rem;
    line-height: 1.125;
    font-family: "Arial", "ã¡ã¤ãªãª", Meiryo, sans-serif;
    margin-bottom: 10px;
    font-weight: bold
    }
@media screen and (min-width: 992px) {
    .profile-body__term01 {
        font-size: 1.8rem;
        line-height: 1.166667
        }
    }
.profile-body__term02 {
    font-size: 1.6rem;
    line-height: 1.125;
    margin-bottom: 10px;
    font-weight: 500
    }
@media screen and (min-width: 992px) {
    .profile-body__term02 {
        font-size: 1.8rem;
        line-height: 1.166667
        }
    }
.profile-body__description {
    font-size: 1.3rem;
    line-height: 1.538462
    }
@media screen and (min-width: 992px) {
    .profile-body__description {
        font-size: 1.4rem;
        line-height: 1.428571
        }
    }
.info__btn-wrapper {
    text-align: center
    }
.info__btn {
    display: inline-block;
    padding: 16px;
    font-size: 1.6rem;
    line-height: 2;
    color: #56C385;
    width: 312px;
    max-width: 100%;
    background: #fff;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: none;
    font-weight: bold;
    border-radius: 10px
    }
@media screen and (min-width: 992px) {
    .info__btn {
        -webkit-transition: 0.25s;
        transition: 0.25s;
        width: 338px;
        padding: 19px 19px 18px;
        font-size: 1.8rem;
        line-height: 1.777778
        }
    }
/*===============================
 map
 ===============================*/
.map-top {
    margin-bottom: 60px
    }
@media screen and (min-width: 992px) {
    .map-top {
        margin-bottom: 100px
        }
    }
.map__title {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 500;
    color: #fff;
    padding: 12px;
    background: #56C385;
    margin-bottom: 20px;
    text-align: center
    }
@media screen and (min-width: 992px) {
    .map__title {
        font-size: 2.4rem;
        line-height: 1.5;
        padding: 10px 10px 7px
        }
    }
.map__lists {
    border: 1px solid #A2A2A2;
    margin-bottom: 20px
    }
@media screen and (min-width: 992px) {
    .map__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
        }
    }
.map__term {
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    padding: 13px
    }
@media screen and (min-width: 992px) {
    .map__term {
        font-size: 1.8rem;
        line-height: 1.555556;
        padding: 20px;
        -ms-flex-preferred-size: 17.272727%;
        flex-basis: 17.272727%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
        }
    }
.bg-color-blue {
    background: #A4D2F8
    }
.bg-color-pink {
    background: #F9B0AD
    }
.bg-color-purple {
    background: #D4B2F6
    }
.bg-color-orange {
    background: #FFCA9B
    }
.bg-color-green {
    background: #85DFAF
    }
.map__description {
    padding: 16px
    }
@media screen and (min-width: 992px) {
    .map__description {
        padding: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
        }
    }
.map__items {
    font-size: 1.3rem;
    line-height: 2.153846
    }
@media screen and (min-width: 992px) {
    .map__items {
        font-size: 1.6rem;
        line-height: 1.75
        }
    }
.map__items > *:last-child {
    margin-bottom: 0
    }
.map-item {
    margin-bottom: 14px
    }
@media screen and (min-width: 992px) {
    .map-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 8px
        }
    }
@media screen and (min-width: 992px) {
    .map-item__term {
        margin-right: 8px
        }
    }