/* --------------------
 Komo - komorebi
-------------------- */
.komo__overview {
    margin: 0 0 120px;
    overflow: hidden;
    padding: 0;
}

.komo__overview-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.komo__overview__item {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 auto 40px;
    max-width: 940px;
}

.komo__overview__item__main {
    padding: 80px 0 0 0;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__overview__item__main {
        padding-right: 15px;
        padding-top: 50px;
        width: 61.70213%;
    }
}

@media (min-width: 992px) {
    .komo__overview__item__main {
        padding-right: 20px;
    }
}

.komo__overview__item__main__content {
    position: relative;
}

.komo__overview__item__main__content:before {
    background-image: url(../images/commons/com-title-deco-1.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 130px 58px;
    content: "";
    display: block;
    height: 58px;
    left: -15px;
    position: absolute;
    right: auto;
    top: -60px;
    width: 130px;
}

@media (min-width: 768px) {
    .komo__overview__item__main__content:before {
        background-size: 260px 116px;
        height: 116px;
        left: -90px;
        top: -80px;
        width: 260px;
    }
}

@media (min-width: 992px) {
    .komo__overview__item__main__content:before {
        left: -140px;
        top: -100px;
    }
}

.komo__overview__item__main__content p {
    font-size: 1.4rem;
    letter-spacing: .2em;
    line-height: 3.1;
    margin: 0 0 1em;
}

@media (min-width: 768px) {
    .komo__overview__item__main__content p {
        font-size: 1.6rem;
    }
}

.komo__overview__item__main__content p:last-child {
    margin-bottom: 0;
}

.komo__overview__item__photo {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__overview__item__photo {
        text-align: right;
        width: 38.29787%;
    }
}

.komo__overview__menu {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 20px 10px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 770px;
}

.komo__overview__menu__item {
    width: 100%;
}

@media (min-width: 768px) {
    .komo__overview__menu__item {
        width: calc(50% - 10px);
    }
}

.komo__komorebi {
    margin: 0 0 60px;
    padding: 70px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .komo__komorebi {
        margin-bottom: 120px;
        padding-top: 140px;
    }
}

.komo__komorebi:before {
    background-image: url(../images/commons/com-leaf-1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 44px 67px;
    content: "";
    height: 67px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -25px;
    width: 44px;
    z-index: 1;
}

@media (min-width: 768px) {
    .komo__komorebi:before {
        background-size: 88px 134px;
        height: 134px;
        width: 88px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .komo__komorebi:before {
        background-image: url(../images/commons/com-leaf-1@2x.png);
    }
}

.komo__komorebi__title {
    margin: 0 0 50px;
    text-align: center;
}

.komo__komorebi__title__ja {
    color: #328f49;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .komo__komorebi__title__ja {
        font-size: 3.2rem;
        letter-spacing: .5em;
    }
}

.komo__komorebi__title__ja .small {
    font-size: 1.8rem;
    letter-spacing: .2em;
}

@media (min-width: 768px) {
    .komo__komorebi__title__ja .small {
        font-size: 2.0rem;
        letter-spacing: .5em;
    }
}

.komo__komorebi__title__en {
    color: #328f49;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .komo__komorebi__title__en {
        font-size: 2.0rem;
    }
}

.komo__komorebi__overview {
    margin: 0 0 60px;
}

.komo__komorebi__overview-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__komorebi__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.komo__komorebi__overview__main {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .komo__komorebi__overview__main {
        margin-bottom: 70px;
        min-height: 350px;
    }
}

@media (min-width: 992px) {
    .komo__komorebi__overview__main {
        min-height: 450px;
    }
}

.komo__komorebi__overview__main-inner {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .komo__komorebi__overview__main-inner {
        width: 55%;
    }
}

@media (min-width: 992px) {
    .komo__komorebi__overview__main-inner {
        padding-top: 40px;
        width: 100%;
    }
}

.komo__komorebi__overview__main__title {
    color: #3e3a39;
    font-size: 1.8rem;
    letter-spacing: .1em;
    line-height: 2;
    margin: 0 0 20px;
    padding: 0;
}

@media (min-width: 768px) {
    .komo__komorebi__overview__main__title {
        font-size: 2.4rem;
        letter-spacing: .4em;
    }
}

@media (min-width: 992px) {
    .komo__komorebi__overview__main__title {
        font-size: 2.6rem;
    }
}

.komo__komorebi__overview__main__content {
    margin: 0 0 30px;
    padding: 0;
}

.komo__komorebi__overview__main__content p {
    font-size: 1.4rem;
    letter-spacing: .2em;
    line-height: 2.1;
    margin: 0 0 1em;
}

@media (min-width: 768px) {
    .komo__komorebi__overview__main__content p {
        font-size: 1.6rem;
    }
}

.komo__komorebi__overview__main__content p:last-child {
    margin-bottom: 0;
}

.komo__komorebi__overview__main__photo {
    margin: 0 0 0 -50%;
    padding: 0;
    position: relative;
    text-align: right;
    width: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .komo__komorebi__overview__main__photo {
        bottom: auto;
        left: 0;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }
}

@media (min-width: 992px) {
    .komo__komorebi__overview__main__photo {
        width: auto;
    }
}

@media (max-width: 767px) {
    .komo__komorebi__overview__main__photo img {
        width: 100%;
    }
}

.komo__komorebi__overview__gallery {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 480px;
}

@media (min-width: 768px) {
    .komo__komorebi__overview__gallery {
        max-width: none;
    }
}

.komo__komorebi__overview__gallery__item {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__komorebi__overview__gallery__item {
        width: calc(33.33333% - 13.33333px);
    }
}

@media (max-width: 767px) {
    .komo__komorebi__overview__gallery__item img {
        width: 100%;
    }
}

.komo__komorebi__detail {
    background-color: rgba(235, 240, 230, .5);
    padding: 40px 0;
    position: relative;
}

@media (min-width: 768px) {
    .komo__komorebi__detail {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.komo__komorebi__detail:before {
    background-image: url(../images/commons/com-bg-1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .komo__komorebi__detail:before {
        background-image: url(../images/commons/com-bg-1@2x.png);
    }
}

.komo__komorebi__detail-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__komorebi__detail-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1040px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.komo__komorebi__detail__title {
    align-items: center;
    color: #328f49;
    display: flex;
    flex-flow: row nowrap;
    font-size: 2.0rem;
    justify-content: center;
    letter-spacing: .3em;
    line-height: 1.2;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .komo__komorebi__detail__title {
        font-size: 2.4rem;
    }
}

.komo__komorebi__detail__title__text {
    display: block;
    padding: 0 0 0 40px;
    position: relative;
}

.komo__komorebi__detail__title__text:before {
    background-image: url(../images/icons/icon-leaf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 40px;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 26px;
}

.komo__komorebi__detail__list {
    align-items: stretch;
    display: flex;
    flex-flow: column wrap;
    gap: 30px;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto 40px;
    max-width: 300px;
    padding: 0;
}

@media (min-width: 768px) {
    .komo__komorebi__detail__list {
        flex-direction: row;
        max-width: none;
        row-gap: 40px;
    }
}

.komo__komorebi__detail__list__item {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 0 45px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__komorebi__detail__list__item {
        font-size: 1.6rem;
        padding-left: 55px;
        width: calc(33.33333% - 20px);
    }
}

.komo__komorebi__detail__list__item:before {
    background-image: url(../images/icons/icon-checkmark-bg-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 27px;
    bottom: 0;
    content: "";
    display: block;
    height: 27px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    transform: translateY(-3px);
    width: 30px;
}

@media (min-width: 768px) {
    .komo__komorebi__detail__list__item:before {
        background-size: 40px 36px;
        height: 36px;
        transform: translateY(-5px);
        width: 40px;
    }
}

.komo__komorebi__detail__note p {
    color: #328f49;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.1;
    margin: 0 0 1em;
}

@media (min-width: 768px) {
    .komo__komorebi__detail__note p {
        font-size: 1.6rem;
    }
}

.komo__komorebi__detail__note p:last-child {
    margin-bottom: 0;
}

.komo__komorebi__price {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .komo__komorebi__price {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

.komo__komorebi__price-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__komorebi__price-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.komo__komorebi__price__title {
    margin: 0 0 50px;
}

.komo__komorebi__price__title__ja {
    color: #328f49;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .komo__komorebi__price__title__ja {
        font-size: 3.2rem;
        letter-spacing: .5em;
    }
}

.komo__komorebi__price__title__en {
    color: #328f49;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .komo__komorebi__price__title__en {
        font-size: 2.0rem;
    }
}

.komo__komorebi__price__table-wrapper {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .komo__komorebi__price__table-wrapper {
        overflow-x: auto;
        white-space: nowrap;
    }
}

.komo__komorebi__price__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.komo__komorebi__price__table > thead > tr > th, .komo__komorebi__price__table > thead > tr > td {
    border-bottom: 1px solid #328f49;
    border-right: 1px solid #328f49;
    border-top: 1px solid #328f49;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .2em;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .komo__komorebi__price__table > thead > tr > th, .komo__komorebi__price__table > thead > tr > td {
        font-size: 1.6rem;
        padding: 20px 5px;
    }
}

.komo__komorebi__price__table > thead > tr > th:first-child, .komo__komorebi__price__table > thead > tr > td:first-child {
    border-left: 1px solid #328f49;
}

.komo__komorebi__price__table > tbody > tr > th, .komo__komorebi__price__table > tbody > tr > td {
    border-bottom: 1px solid #328f49;
    border-right: 1px solid #328f49;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 2.0;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .komo__komorebi__price__table > tbody > tr > th, .komo__komorebi__price__table > tbody > tr > td {
        font-size: 1.6rem;
        padding: 35px 5px;
    }
}

.komo__komorebi__price__table > tbody > tr > td span{
	font-size: 1.4rem;
	letter-spacing: .1em;
}

.komo__komorebi__price__table > tbody > tr > th:first-child, .komo__komorebi__price__table > tbody > tr > td:first-child {
    border-left: 1px solid #328f49;
}

.komo__komorebi__price__table > tbody > tr > th {
    white-space: nowrap;
}

.komo__komorebi__price__note {
    margin: 0 auto;
    max-width: 900px;
}

.komo__komorebi__price__note p {
    color: #328f49;
    font-size: 1.4rem;
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 0 0 1em;
}

@media (min-width: 768px) {
    .komo__komorebi__price__note p {
        font-size: 1.6rem;
    }
}

.komo__komorebi__price__note p:last-child {
    margin-bottom: 0;
}

.komo__komorebi__access {
    background-color: #e8efd5;
    padding: 50px 0;
    position: relative;
}

@media (min-width: 768px) {
    .komo__komorebi__access {
        padding-bottom: 100px;
    }
}

.komo__komorebi__access:before {
    background-image: url(../images/commons/com-bg-1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .komo__komorebi__access:before {
        background-image: url(../images/commons/com-bg-1@2x.png);
    }
}

.komo__komorebi__access-container {
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .komo__komorebi__access-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.komo__komorebi__access__title {
    margin: 0 0 50px;
    text-align: center;
}

.komo__komorebi__access__title__ja {
    color: #328f49;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .komo__komorebi__access__title__ja {
        font-size: 3.2rem;
        letter-spacing: .5em;
    }
}

.komo__komorebi__access__title__en {
    color: #328f49;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .komo__komorebi__access__title__en {
        font-size: 2.0rem;
    }
}

.komo__komorebi__access__map {
    height: 300px;
    margin: 0 0 40px;
    position: relative;
}

@media (min-width: 768px) {
    .komo__komorebi__access__map {
        height: 500px;
    }
}

.komo__komorebi__access__map iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.komo__komorebi__access__table-wrapper {
    margin: 0 -6px;
}

.komo__komorebi__access__table {
    border: none;
    border-collapse: separate;
    border-spacing: 6px;
    margin: 0 0 60px;
    width: 100%;
}

.komo__komorebi__access__table > tbody > tr > th, .komo__komorebi__access__table > tbody > tr > td {
    border-bottom: 1px solid #328f49;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 2.0;
    padding: 12px 5px;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .komo__komorebi__access__table > tbody > tr > th, .komo__komorebi__access__table > tbody > tr > td {
        font-size: 1.6rem;
        padding: 15px 30px;
    }
}

.komo__komorebi__access__table > tbody > tr > th {
    white-space: nowrap;
    width: 100px;
}

@media (min-width: 768px) {
    .komo__komorebi__access__table > tbody > tr > th {
        width: 180px;
    }
}

.komo__komorebi__access__table > tbody > tr > td {
    width: auto;
}

.komo__komorebi__access__table > tbody > tr > td a {
    color: #000000;
    text-decoration: none;
}

@media (max-width: 767px) {
    .komo__komorebi__access__action .com-button {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .komo__komorebi__access__action .com-button {
        max-width: 650px;
    }
}

.komo__zama {
    margin: 0;
    padding: 70px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .komo__zama {
        padding-top: 140px;
    }
}

.komo__zama:before {
    background-image: url(../images/commons/com-leaf-3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 44px 67px;
    content: "";
    height: 67px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -25px;
    width: 44px;
    z-index: 1;
}

@media (min-width: 768px) {
    .komo__zama:before {
        background-size: 88px 134px;
        height: 134px;
        width: 88px;
    }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .komo__zama:before {
        background-image: url(../images/commons/com-leaf-3@2x.png);
    }
}

.komo__zama__title {
    margin: 0 0 50px;
    text-align: center;
}

.komo__zama__title__ja {
    color: #328f49;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .komo__zama__title__ja {
        font-size: 3.2rem;
        letter-spacing: .5em;
    }
}

.komo__zama__title__ja .small {
    font-size: 1.8rem;
    letter-spacing: .2em;
}

@media (min-width: 768px) {
    .komo__zama__title__ja .small {
        font-size: 2.0rem;
        letter-spacing: .5em;
    }
}

.komo__zama__title__en {
    color: #328f49;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .komo__zama__title__en {
        font-size: 2.0rem;
    }
}

.komo__zama__overview {
    margin: 0 0 60px;
}

.komo__zama__overview-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__zama__overview-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.komo__zama__overview__main {
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

@media (min-width: 768px) {
    .komo__zama__overview__main {
        margin-bottom: 70px;
        min-height: 350px;
    }
}

@media (min-width: 992px) {
    .komo__zama__overview__main {
        min-height: 450px;
    }
}

.komo__zama__overview__main-inner {
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) {
    .komo__zama__overview__main-inner {
        width: 55%;
    }
}

@media (min-width: 992px) {
    .komo__zama__overview__main-inner {
        padding-top: 40px;
        width: 100%;
    }
}

.komo__zama__overview__main__title {
    color: #3e3a39;
    font-size: 1.8rem;
    letter-spacing: .1em;
    line-height: 2;
    margin: 0 0 20px;
    padding: 0;
}

@media (min-width: 768px) {
    .komo__zama__overview__main__title {
        font-size: 2.4rem;
        letter-spacing: .4em;
    }
}

@media (min-width: 992px) {
    .komo__zama__overview__main__title {
        font-size: 2.6rem;
    }
}

.komo__zama__overview__main__content {
    margin: 0 0 30px;
    padding: 0;
}

@media (min-width: 768px) {
    .komo__zama__overview__main__content {
        max-width: 560px;
    }
}

.komo__zama__overview__main__content p {
    font-size: 1.4rem;
    letter-spacing: .2em;
    line-height: 2.1;
    margin: 0 0 1em;
}

@media (min-width: 768px) {
    .komo__zama__overview__main__content p {
        font-size: 1.6rem;
    }
}

.komo__zama__overview__main__content p:last-child {
    margin-bottom: 0;
}

.komo__zama__overview__main__photo {
    margin: 0 0 0 -50%;
    padding: 0;
    position: relative;
    text-align: right;
    width: auto;
    z-index: 0;
}

@media (min-width: 768px) {
    .komo__zama__overview__main__photo {
        bottom: auto;
        left: 0;
        margin-left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 0;
    }
}

@media (min-width: 992px) {
    .komo__zama__overview__main__photo {
        width: auto;
    }
}

@media (max-width: 767px) {
    .komo__zama__overview__main__photo img {
        width: 100%;
    }
}

.komo__zama__overview__gallery {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 480px;
}

@media (min-width: 768px) {
    .komo__zama__overview__gallery {
        max-width: none;
    }
}

.komo__zama__overview__gallery__item {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__zama__overview__gallery__item {
        width: calc(33.33333% - 13.33333px);
    }
}

@media (max-width: 767px) {
    .komo__zama__overview__gallery__item img {
        width: 100%;
    }
}

.komo__zama__detail {
    background-color: rgba(235, 240, 230, .5);
    padding: 40px 0;
    position: relative;
}

@media (min-width: 768px) {
    .komo__zama__detail {
        padding-bottom: 60px;
        padding-top: 60px;
    }
}

.komo__zama__detail:before {
    background-image: url(../images/commons/com-bg-1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .komo__zama__detail:before {
        background-image: url(../images/commons/com-bg-1@2x.png);
    }
}

.komo__zama__detail-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__zama__detail-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1040px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.komo__zama__detail__title {
    align-items: center;
    color: #328f49;
    display: flex;
    flex-flow: row nowrap;
    font-size: 2.0rem;
    justify-content: center;
    letter-spacing: .3em;
    line-height: 1.2;
    margin: 0 0 50px;
    text-align: center;
}

@media (min-width: 768px) {
    .komo__zama__detail__title {
        font-size: 2.4rem;
    }
}

.komo__zama__detail__title__text {
    display: block;
    padding: 0 0 0 40px;
    position: relative;
}

.komo__zama__detail__title__text:before {
    background-image: url(../images/icons/icon-leaf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px 40px;
    content: "";
    display: block;
    height: 40px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 26px;
}

.komo__zama__detail__list {
    align-items: stretch;
    display: flex;
    flex-flow: column wrap;
    gap: 30px;
    justify-content: flex-start;
    list-style: none;
    margin: 0 auto 40px;
    max-width: 300px;
    padding: 0;
}

@media (min-width: 768px) {
    .komo__zama__detail__list {
        flex-direction: row;
        max-width: none;
        row-gap: 40px;
    }
}

.komo__zama__detail__list__item {
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 1.6;
    margin: 0;
    padding: 0 0 0 45px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__zama__detail__list__item {
        font-size: 1.6rem;
        padding-left: 55px;
        width: calc(33.33333% - 20px);
    }
}

.komo__zama__detail__list__item:before {
    background-image: url(../images/icons/icon-checkmark-bg-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px 27px;
    bottom: 0;
    content: "";
    display: block;
    height: 27px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    transform: translateY(-3px);
    width: 30px;
}

@media (min-width: 768px) {
    .komo__zama__detail__list__item:before {
        background-size: 40px 36px;
        height: 36px;
        transform: translateY(-5px);
        width: 40px;
    }
}

.komo__zama__detail__note p {
    color: #328f49;
    font-size: 1.4rem;
    letter-spacing: .1em;
    line-height: 2.1;
    margin: 0 0 1em;
}

@media (min-width: 768px) {
    .komo__zama__detail__note p {
        font-size: 1.6rem;
    }
}

.komo__zama__detail__note p:last-child {
    margin-bottom: 0;
}

.komo__zama__price {
    padding: 60px 0;
}

@media (min-width: 768px) {
    .komo__zama__price {
        padding-bottom: 100px;
        padding-top: 100px;
    }
}

.komo__zama__price-container {
    margin: 0;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .komo__zama__price-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1140px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.komo__zama__price__title {
    margin: 0 0 50px;
}

.komo__zama__price__title__ja {
    color: #328f49;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .komo__zama__price__title__ja {
        font-size: 3.2rem;
        letter-spacing: .5em;
    }
}

.komo__zama__price__title__en {
    color: #328f49;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .komo__zama__price__title__en {
        font-size: 2.0rem;
    }
}

.komo__zama__price__table-wrapper {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .komo__zama__price__table-wrapper {
        overflow-x: auto;
        white-space: nowrap;
    }
}

.komo__zama__price__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    max-width: 900px;
    width: 100%;
}

.komo__zama__price__table > thead > tr > th, .komo__zama__price__table > thead > tr > td {
    border-bottom: 1px solid #328f49;
    border-right: 1px solid #328f49;
    border-top: 1px solid #328f49;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .2em;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .komo__zama__price__table > thead > tr > th, .komo__zama__price__table > thead > tr > td {
        font-size: 1.6rem;
        padding: 20px 5px;
    }
}

.komo__zama__price__table > thead > tr > th:first-child, .komo__zama__price__table > thead > tr > td:first-child {
    border-left: 1px solid #328f49;
}

.komo__zama__price__table > tbody > tr > th, .komo__zama__price__table > tbody > tr > td {
    border-bottom: 1px solid #328f49;
    border-right: 1px solid #328f49;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 2.0;
    padding: 15px 10px;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .komo__zama__price__table > tbody > tr > th, .komo__zama__price__table > tbody > tr > td {
        font-size: 1.6rem;
        padding: 35px 5px;
    }
}

.komo__zama__price__table > tbody > tr > td span{
	font-size: 1.4rem;
	letter-spacing: .1em;
}


.komo__zama__price__table > tbody > tr > th:first-child, .komo__zama__price__table > tbody > tr > td:first-child {
    border-left: 1px solid #328f49;
}

.komo__zama__price__table > tbody > tr > th {
    white-space: nowrap;
}

.komo__zama__price__note {
    margin: 0 auto;
    max-width: 900px;
}

.komo__zama__price__note p {
    color: #328f49;
    font-size: 1.4rem;
    letter-spacing: .2em;
    line-height: 1.6;
    margin: 0 0 1em;
}

@media (min-width: 768px) {
    .komo__zama__price__note p {
        font-size: 1.6rem;
    }
}

.komo__zama__price__note p:last-child {
    margin-bottom: 0;
}

.komo__zama__access {
    background-color: #e8efd5;
    padding: 50px 0;
    position: relative;
}

@media (min-width: 768px) {
    .komo__zama__access {
        padding-bottom: 100px;
    }
}

.komo__zama__access:before {
    background-image: url(../images/commons/com-bg-1.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    mix-blend-mode: multiply;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .komo__zama__access:before {
        background-image: url(../images/commons/com-bg-1@2x.png);
    }
}

.komo__zama__access-container {
    margin: 0;
    padding: 0 20px;
    position: relative;
    width: 100%;
    z-index: 1;
}

@media (min-width: 768px) {
    .komo__zama__access-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.komo__zama__access__title {
    margin: 0 0 50px;
    text-align: center;
}

.komo__zama__access__title__ja {
    color: #328f49;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    .komo__zama__access__title__ja {
        font-size: 3.2rem;
        letter-spacing: .5em;
    }
}

.komo__zama__access__title__en {
    color: #328f49;
    font-size: 1.6rem;
    font-style: italic;
    font-weight: 300;
    letter-spacing: .1em;
    line-height: 1.2;
    margin: 0;
}

@media (min-width: 768px) {
    .komo__zama__access__title__en {
        font-size: 2.0rem;
    }
}

.komo__zama__access__map {
    height: 300px;
    margin: 0 0 40px;
    position: relative;
}

@media (min-width: 768px) {
    .komo__zama__access__map {
        height: 500px;
    }
}

.komo__zama__access__map iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.komo__zama__access__table-wrapper {
    margin: 0 -6px;
}

.komo__zama__access__table {
    border: none;
    border-collapse: separate;
    border-spacing: 6px;
    margin: 0 0 60px;
    width: 100%;
}

.komo__zama__access__table > tbody > tr > th, .komo__zama__access__table > tbody > tr > td {
    border-bottom: 1px solid #328f49;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .2em;
    line-height: 2.0;
    padding: 12px 5px;
    text-align: left;
    vertical-align: middle;
}

@media (min-width: 768px) {
    .komo__zama__access__table > tbody > tr > th, .komo__zama__access__table > tbody > tr > td {
        font-size: 1.6rem;
        padding: 15px 30px;
    }
}

.komo__zama__access__table > tbody > tr > th {
    white-space: nowrap;
    width: 100px;
}

@media (min-width: 768px) {
    .komo__zama__access__table > tbody > tr > th {
        width: 180px;
    }
}

.komo__zama__access__table > tbody > tr > td {
    width: auto;
}

.komo__zama__access__table > tbody > tr > td a {
    color: #000000;
    text-decoration: none;
}

@media (max-width: 767px) {
    .komo__zama__access__action .com-button {
        font-size: 1.4rem;
    }
}

@media (min-width: 768px) {
    .komo__zama__access__action .com-button {
        max-width: 650px;
    }
}
