.container {
    width: 1050px;
    margin: 0 auto;
}

.facility-top {
    margin-top: 160px;
}

.facility-top__feature {
    display: block;
    margin: 0 auto;
}

.facility-top__title {
    margin-top: 25px;
    display: block;
    text-align: center;
    font-size: 38px;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
    font-weight: 400;
}

.facility-top__lead {
    margin: 48px auto 0;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.8px;
    max-width: 1050px;
    font-family: dnp-shuei-mincho-pr6n, sans-serif;
}

.facility-top__movie-btn {
    margin: 40px 0;
    text-align: center;
}

/*
.btn--movie {
    display: inline-block;
    min-width: 292px;
    padding: 10px 49px 8px;
    border: 2px solid #FCE300;
    cursor: pointer;
    font-size: 18px;
    line-height: 21px;
    position: relative;
}
.btn--movie:before {
    content: url(/assets/img/play_icon.svg);
    vertical-align: middle;
    margin-right: 10px;
}
*/
.btn--movie {
    border: 2px solid #FCE300;
    padding: 10px;
    display: block;
    width: 292px;
    margin: 0 auto;
    cursor: pointer;
    background-color: #FCE300;
    /* 20200526追加 */
    width: 400px;
    /* 20200526追加 */
    padding: 20px 10px;
    /* 20200526追加 */
}

.movie--icon {
    vertical-align: middle;
    margin-right: 10px;
}

.movie--label {
    vertical-align: middle;
}

.btn--link {
    display: inline-block;
    min-width: 292px;
    padding: 14px 49px;
    border: 2px solid #FCE300;
    cursor: pointer;
    font-size: 18px;
    line-height: 21px;
    position: relative;
}

.facility-top+.facility-section {
    margin-top: 120px;
    margin-top: 0px;
    padding-top: 120px;
}

.facility-section {
    margin: 180px auto 0;
}

.facility-block+.facility-block {
    margin-top: 40px;
}

.facility-col {
    display: flex;
    justify-content: space-between;
}

.facility-col--rev {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.facility-col__left {
    margin-right: 30px;
}

.facility-col--rev .facility-col__left {
    margin-right: 0px;
    margin-left: 30px;
}

.facility-col__title {
    font-size: 28px;
    line-height: 35px;
}

.facility-col__title--option {
    font-size: 14px;
    padding: 0px 8px;
    background-color: #E4E4E4;
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 6px;
}

.facility-col__text {
    font-size: 16px;
    line-height: 32px;
    margin-top: 48px;
}

.facility-col__text--annotation {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
    padding-left: 1.2em;
    text-indent: -1.2em;
}

.facility-block__button {
    display: block;
    border: 2px solid #FCE300;
    width: 100%;
    max-width: 292px;
    padding: 16px;
    text-align: center;
    margin: 40px auto;
    line-height: 1.2em;
}

.facility__block--opening-hours {
    margin-top: 40px;
}

.facility__block--opening-hours__title {
    font-size: 20px;
    font-weight: 400;
    margin-left: 6px;
}

.facility__block--opening-hours__season {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
}

.facility__block--opening-hours__time {
    display: block;
    font-size: 22px;
    margin-top: 6px;
    font-weight: 400;
}

.facility__block--price {
    margin-top: 40px;
}

.facility__block--price__img {
    height: 20px;
}

.facility__block--price__title {
    font-size: 20px;
    font-weight: 400;
    margin-left: 6px;
}

.facility__block--price__price {
    margin-top: 22px;
    font-size: 22px;
}

.facility__block--price__time {
    font-size: 15px;
}

.facility-block__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    height: 30px;
    vertical-align: middle;
}

.facility-block__title__label {
    margin-left: 8px;
    vertical-align: middle;
}

/* 2021/3/21 追加 st */
.facility-block__title__label__price {
    font-size: 14px;
    vertical-align: top;
}

/* 2021/3/21 追加 ed */
.facility-block__text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
}

.facility-block__text--annotation {
    font-size: 12px;
    line-height: 18px;
    padding-left: 1.2em;
    text-indent: -1.2em;
    margin-top: 10px;
}

.facility-block__text--annotation.-first {
    margin-top: 20px;
}

.red {
    color: #e74b2a;
}

.mt50 {
    margin-top: 50px;
}

.mt00 {
    margin-top: 0 !important;
}

.annotation-link {
    text-decoration: underline;
}

.facility-section.note {
    margin-top: 170px;
    border: 2px solid #FCE300;
    /* 2020/5/26 追加 */
    padding: 35px;
    /* 2020/5/26 追加 */
}

.facility-section.note .facility-block__title {
    margin-bottom: 20px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
}

/* 2020/5/26 追加 st */
.facility-section.note .facility-block__text--annotation {
    font-size: 13px;
}

/* 2020/5/26 追加 ed */

/* 2022/2/7 追加 st */
.facility-attention {
    margin-top: 48px;
    border: 2px solid #e74b2a;
    /* 2020/5/26 追加 */
    padding: 35px;
    /* 2020/5/26 追加 */
}

.facility-attention p {
    font-size: 14.5px;
    line-height: 29px;
    color: #e74b2a;
    font-weight: bold;
}

/* 2022/2/7 追加 ed */

.facility-block__table {
    margin: 20px 0;
    width: 100%;
    line-height: 1.25em;
}

.facility-block__table th {
    font-size: 16px;
    font-weight: 700;
    height: 69px;
    vertical-align: middle;
}

.facility-block__table td {
    font-size: 16px;
    font-weight: 700;
    padding: 17px 13px 16px 13px;
    vertical-align: middle;
}

.facility-block__table td:nth-child(n+2) {
    text-align: center;
    font-weight: 400;
    padding: 16px 0;
    width: 90px;
}

.facility-block__table td:nth-child(1) {
    width: 162px;
    height: 74px;
}

.facility-block__table td:nth-child(4) {
    width: 125px;
}

.facility-block__table td:nth-child(n+5) {
    width: 120px;
}

.facility-block__table .price {
    font-size: 22px;
    margin-right: 2px;
}

.facility-block__table .price.price2 {
    margin-top: 0.5em;
    display: inline-block;
}

.facility-block__table .price.price2+br+small {
    display: inherit !important;
    margin-top: 0 !important;
}

.facility-block__table__thead {
    background-color: #F8F8F8;
}

.facility-block__table__tbody--a {
    background-color: rgba(184, 208, 45, 0.1);
}

.facility-block__table__tbody--b {
    background-color: rgba(253, 174, 90, 0.1);
}

.facility-block__table__tbody--a1 {
    background-color: rgba(184, 208, 45, 0.25);
}

.facility-block__table__tbody--b1 {
    background-color: rgba(253, 174, 90, 0.25);
}

.facility-block .facility-block__table,
.facility-block__table td,
.facility-block__table th {
    border-collapse: collapse;
    border: 1px solid #DBDBDB;
}

.facility-block__reservation-btn {
    display: block;
    width: 400px;
    height: 80px;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    background-color: #FFF233;
    padding: 24px 0;
}

.facility-block__reservation-btn__label {
    margin: 0 4px 0 8px;
}

.facility-nav {
    margin: 128px auto 0;
    max-width: 1050px;
}

.facility-nav__link-wrapper {
    display: flex;
    justify-content: space-between;
}

.facility-nav__link {
    min-width: 186px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dotted #888;
}

.facility-nav__link a {
    position: relative;
    display: block;
}

.facility-nav__link.invisible {
    display: none;
}

.facility-nav__link__icon {
    width: 186px;
    height: 107px;
    position: relative;
}

.facility-nav__link__icon--img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.facility-nav__link__label {
    font-size: 20px;
}

.facility-nav__link__label__arrow {
    display: inline-block;
    padding: 5px 0 5px 4px;
    display: none;
}

.facility-nav__link__label--span:after {
    content: "";
    background-image: url(/assets/img/text-right-arrow.svg);
    background-size: 6px 14px;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    position: absolute;
    width: 20px;
    height: 20px;
}

.facility-block--center__title {
    font-size: 28px;
}

.facility-block--center__image {
    margin-top: 28px;
    width: 100%;
}

.facility-block--center__image img {
    width: 100%;
}

.facility-block--center__thumbnail {
    margin-top: 28px;
}

.facility-block--center__text {
    margin-top: 30px;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
}

.block--center__wrapper--flex {
    display: flex;
    margin-top: 22px;
}

.block--center__wrapper--flex.type2 {
    margin-top: 62px;
}

.block--center__left {
    padding-right: 15px;
    width: 50%;
}

.block--center__right {
    padding-left: 15px;
    width: 50%;
}

.block--center__left.progress {
    width: auto;
}

.block--center__right.progress {
    width: auto;
}

.block--center__wrapper {
    margin-top: 12px;
}

.facility__block--inner {
    margin-top: 62px;
}

.facility__block__inner__wrapper {
    margin-top: 10px;
}

.facility__block__inner--title {
    margin-top: 32px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
}

/* 2020/5/26追加 st*/
.facility__block__inner--title small {
    font-size: smaller;
}

/* 2020/5/26追加 ed*/

.facility__block__inner--text,
.facility__block--center__text2,
.facility__block__inner--text2 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.facility__block__inner--title+.facility__block__inner--text,
.facility__block__inner--title+.facility__block--center__text2,
.facility__block__inner--title+.facility__block__inner--text2 {
    margin-top: 18px;
}

.facility__block__inner--price {
    font-size: 22px;
    font-weight: 400;
    line-height: 16px;
}

.facility__block__inner--time {
    margin-top: 18px;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}

/* 20200608 追加 st*/
.facility__block__inner--time>small {
    font-size: 16px;
}

/* 20200608 追加 ed*/

.facility__block__inner--annotation {
    margin-top: 12px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
}

.block--center__wrapper__h3 {
    font-size: 24px;
    margin-top: 180px;
}

.hyphen {
    display: inline-block;
    border: 2px solid;
    width: 15px;
    vertical-align: middle;
    margin-right: 13px;
    color: #FFF233;
}

.block--center__text {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.sp-only {
    display: none;
}



.facility__title-right-note {
    position: relative;
}

.facility__title-right-note__label {
    position: absolute;
    top: 0;
    left: 0;
}

#log-house-with-garden-terrace {
    padding-top: 120px;
    margin-top: 60px;
}

.kidspoll-fontsize-adjust {
    letter-spacing: -2px;
    font-size: 25px;
}



/*  rental-shop */

.rental-shop {
    max-width: 1600px;
    min-width: 1110px;
    width: 100%;
    margin: 160px auto 0;
    padding: 0 30px;
}

.rental-shop .heading {
    width: 100%;
}

.rental-shop .heading__title {
    font-size: 38px;
    text-align: center;
}

.rental-shop .heading__btns {
    display: flex;
    justify-content: center;
    margin: 120px auto 0;
}

.rental-shop .heading__btn {
    display: block;
    width: 250px;
    height: 70px;
    font-size: 18px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #DBDBDB;
    background-color: #fff;
    color: #000;
    margin: 0 2px;
}

.rental-shop .heading__btn.-stay {
    border: none;
    background-color: #FFF232;
    pointer-events: none;
}

.rental-shop .heading-btn__arrow {
    display: none;
}

.rental-shop .heading-btn__arrow.-stay {
    display: block;
    margin: 0 auto;
    width: 10px;
}

.rental-shop .content {
    max-width: 1050px;
    margin: 0 auto;
}

.rental-shop .content.-invisible {
    display: none;
}

.rental-shop .content__splitter {
    display: block;
    border-top: 1px solid #D9D9D9;
    height: 1px;
    margin: 80px 0;
}

.rental-shop .content__title {
    margin-top: 136px;
    font-size: 28px;
}

.rental-shop .group__title {
    margin-top: 45px;
}

.rental-shop .group__title__svg {
    height: 48px;
}

.rental-shop .group__title__label {
    font-size: 20px;
    line-height: 48px;
    font-weight: 400;
}

.rental-shop .group-items {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rental-shop .group-items:after {
    content: "";
    display: block;
    width: 330px;
    height: 1px;
}

.rental-shop .group-items__item {
    display: block;
    width: 330px;
    margin: 20px 0;
}

.rental-shop .item__img {
    width: 100%;
}

.rental-shop .item__hr {
    display: block;
    border: 2px solid #FFF232;
    width: 15px;
    margin: 10px 0;
}

.rental-shop .item__name {
    font-size: 16px;
    line-height: 22px;
}

.rental-shop .item__price {
    margin-top: 10px;
    font-size: 22px;
}

.rental-shop .item_unit {
    font-size: 16px;
}







.access {
    max-width: 1600px;
    min-width: 1110px;
    width: 100%;
    margin: 160px auto 0;
    padding: 0 30px;
}

.access .access__wrapper {
    max-width: 1050px;
    margin: 0 auto;
}

.access .title {
    font-size: 38px;
    text-align: center;
}

.access .googlemap {
    width: 1050px;
    height: 435px;
    margin: 120px auto 0;
}

.access address {
    font-style: normal;
}

.access .address__facility {
    margin-top: 60px;
    font-size: 20px;
    line-height: 28px;
}

.access .address__place {
    margin-top: 14px;
    font-size: 16px;
    line-height: 28px;
}

.access .address__map-btn {
    margin-top: 18px;
    display: block;
    width: 330px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #FCE300;
}

.access .directions {
    margin-top: 4px;
    display: flex;
    flex-wrap: wrap;
}

.access .directions__item {
    width: 333px;
    margin-top: 120px;
}

.access .directions__item--bus {
    width: 100%;
    margin-top: 120px;
}

.access .direction-title__img {
    height: 43px;
    width: 43px;
    margin-right: 4px;
}

.access .direction-title__label {
    font-size: 22px;
    line-height: 43px;
    font-weight: 400;
}

.access .direction-map {
    margin: 38px 0 0 12px;
}

.access p+.direction-map {
    margin: 28px 0 0 12px;
}

.access .direction-annotation {
    font-size: 12px;
    margin: 20px 0 0 12px;
}

.access .directions-bus {
    display: flex;
    flex-wrap: wrap;
}

.access .directions-bus__item {
    width: 333px;
    margin-top: 40px;
    font-size: 18px;
    font-weight: 700;
}



.about {
    max-width: 1600px;
    min-width: 1110px;
    width: 100%;
    margin: 160px auto 0;
    padding: 0 30px;
}

.about .about__wrapper {
    max-width: 1050px;
    margin: 160px auto;
}

.about .title {
    font-size: 38px;
    line-height: 52px;
    font-weight: 200;
    text-align: center;
    margin: -7px 0;
}

.about .title-caption {
    margin: 40px auto -8px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    display: block;
    width: 100%;
}

.about .block__img {
    margin: 0px calc(50% - 50vw) 0;
    width: 100vw;
}

.about .block__wrapper {
    margin-top: 60px;
    display: flex;
}

.about .block__left {
    display: block;
    width: 292px;
}

.about .block__title {
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
    margin: -10px 0;
}

.about .block__right {
    display: block;
    width: 732px;
}

.about .block__caption {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin: -8px 0;
}

.about .block__links {
    margin-top: 44px;
    border-bottom: 1px dashed #444;
}

.about .block__link {
    display: block;
    height: 57px;
    font-size: 15px;
    line-height: 57px;
    border-top: 1px dashed #444;

    padding-left: 22px;
    background: url(/assets/img/dot.png) left 4px top 24px no-repeat;
    background-size: 10px auto;
    position: relative;
}

.about .block__link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 57px;
    background: url(/assets/img/text-right-arrow.svg) right 0 top 24px no-repeat;
}

.about .content-h3 {
    margin-top: 100px;
}

.about .content-h3__title {
    font-size: 22px;
    line-height: 28px;
    margin: -2px 0;
}

.about .content-h3__title:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    border-top: 3px solid #FCE300;
    margin-right: 13px;
}

.about .content-h3__wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.about .content-h3__list {
    width: 505px;
}

.about .content-h3__list__img {
    width: 100%;
    margin-top: 24px;
}

.about .content-h4__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin: 35px 0 -5px;
}

.about .content-h4__caption {
    margin: 12px 0 -8px;
    font-size: 16px;
    line-height: 32px;
}

.about .content-h4__table {
    margin-top: 24px;
    width: 100%;
}

.about .content-h4__table th {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    width: 92px;
}

.about .content-h4__table td,
.about .content-h4__table th {
    padding: 10px 0;
    line-height: 25px;
}

.about .content-h4__a {
    border-bottom: 2px solid #FCE300;
}

.about .content-h3__spliter {
    width: 100%;
    border-bottom: 1px solid #888;
    margin: 80px 0;
}

.about .support {
    position: relative;
    width: 100%;
    min-height: 360px;
}

.about .support__title {
    position: relative;
    margin: 20px 0 0 360px;
}

.about .support__img {
    position: absolute;
    top: 5px;
    left: 0;
}

.about .support__caption {
    position: relative;
    margin: 38px 0 0 360px;
    font-size: 16px;
    line-height: 32px;
}












.experience {
    max-width: 1600px;
    min-width: 1110px;
    width: 100%;
    margin: 160px auto 0;
    padding: 0 30px;
}

.experience .experience__wrapper {
    max-width: 1050px;
    margin: 0 auto;
}

.experience .heading__title {
    font-size: 38px;
    line-height: 52px;
    margin: -7px 0;
    text-align: center;
    font-weight: 400;
}

.experience .heading__caption {
    font-size: 16px;
    line-height: 32px;
    margin: -8px 0;
    text-align: center;
    font-weight: 400;
    width: 100%;
    max-width: 1050px;
    margin-top: 60px;
}

.experience .list-nav {
    margin-top: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.experience .list-nav__item {
    width: 170px;
    border-left: 1px solid #aaa;
    height: 20px;
    position: relative;
    border-right: 1px solid #aaa;
    margin-left: -1px;
}

.experience .list-nav__a {
    display: inline-block;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    height: 54px;
    text-align: center;
    position: relative;
    top: -8px;
    font-size: 18px;
    line-height: 18px;
    cursor: pointer;
}

.experience .list-nav__season {
    display: block;
    margin: 5px auto;
    font-size: 12px;
}

.experience .list-nav__a.-all {
    padding-top: 8px;
}

.experience .list-nav__a.-stay {
    pointer-events: none;
    border-bottom: 4px solid #FFF232;
}

.experience .item-list {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.experience .item-list.-limited .item:nth-child(n+9) {
    display: none;
}

.experience .item {
    width: 505px;
}

.experience .item.invisible {
    display: none;
}

.experience .item.hide {
    display: none;
}

.experience .item__title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-top: 20px;
}

.experience .item__caption {
    font-size: 16px;
    line-height: 32px;
    margin-top: 10px;
}

.experience .item__season {
    font-size: 14px;
    font-weight: 700;
    color: #aaa;
    line-height: 30px;
    margin-top: 10px;
}

.experience .view-more {
    margin-top: 80px;
    text-align: center;
    cursor: pointer;
}

.experience .view-more.invisible {
    display: none;
}

.experience .view-more__a {
    display: inline-block;
    margin: 0 auto;
    border-bottom: 2px solid #FFF232;
    position: relative;
}

.experience .item__img {
    margin-top: 80px;
}

.view-more__a:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 33px;
    background: url(/assets/img/header_arrow.svg) left 50% bottom 0 no-repeat;
}





/*  top  */
.top {
    /*    max-width: 1600px; */
    min-width: 1110px;
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.top__wrapper {
    padding: 0 30px;
}

.top .heading {
    position: relative;
    width: 100%;
}

.top .heading__kvwrapper {
    width: 100%;
    position: relative;
    /*    height: calc( 100vw * 0.699 );
    max-height: 1120px; */
    background-color: #000;
}

.top .heading__kvimg {
    width: 100%;
}

.top .heading__kvlogo {
    z-index: 90;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.heading__kv-caption {
    display: block;
    margin: 80px auto;
}

.top .top-content {
    max-width: 1050px;
    margin: 0 auto;
}

.top .top-content__title {
    margin-top: 187px;
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    position: relative;
}

.top .top-content__caption {
    margin-top: 60px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    position: relative;
}

.top .top-content__title:after {
    content: "";
    display: block;
    position: absolute;
    top: -41px;
    left: 50%;
    transform: translate(-50%);
    width: 100px;
    height: 33px;
    background: url(/assets/img/top/top_h2_logo.svg) left 50% bottom 0 no-repeat;
}

.top .top-content__movie-thumb {
    display: block;
    margin: 80px auto 0;
}

.top .top-content__about-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top .about-list {
    margin-top: 80px;
    width: 326px;
}

.top .about-list__title {
    font-size: 22px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 400;
}

.top .about-list__readmore {
    display: inline-block;
    margin-top: 28px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    border-bottom: 2px solid #FFF232;
    cursor: pointer;
}

.top .facility-map {
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 80px auto;
}

.top .facility-map__base {
    width: 100%;
}

.top .facility-map__dogrun {
    cursor: pointer;
    position: absolute;
    top: 24%;
    left: 1.5%;
}

.top .facility-map__loghouse {
    cursor: pointer;
    position: absolute;
    top: 11.9%;
    left: 11.8%;
}

.top .facility-map__kids {
    cursor: pointer;
    position: absolute;
    top: 7.0%;
    left: 29.8%;
}

.top .facility-map__center {
    cursor: pointer;
    position: absolute;
    top: 0%;
    left: 39.3%;
}

.top .facility-map__forest {
    cursor: pointer;
    position: absolute;
    top: 9.9%;
    left: 68.7%;
}

.top .facility-map__sea {
    cursor: pointer;
    position: absolute;
    top: 44%;
    left: 62%;
}

.top .facility-map__other {
    position: absolute;
    top: 29.5%;
    left: 38.8%;
}



.top .facility-list-wrapper {
    margin-top: 60px;
}

.top .facility-list {
    position: relative;
    margin-top: 32px;
}

.top .facility-list__left {
    width: 150px;
    margin-left: calc((100% - 1050px) / 2);
    height: calc(((100vw - 1050px) / 2 + 862px) * 0.35);
    min-height: 358px;
    max-height: 398px;
    text-align: center;
}

.top .facility-list__right {
    position: absolute;
    left: calc(50% - 337px);
    top: 0;
    width: calc((100vw - 1050px) / 2 + 862px);
    min-width: 862px;
    max-width: 1137px;
}

.top .facility-list__kv {
    position: absolute;
}

.top .facility-list__icon {
    margin-top: 60px;
}

.top .facility-list__name {
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 20px;
}

.top .facility-list__readmore {
    display: inline-block;
    border-bottom: 2px solid #FFF232;
    margin: 70px auto 0;
    cursor: pointer;
}

.top .top-content__experience {
    display: flex;
    justify-content: space-between;
}

.top .top-content__btn--link {
    margin-top: 60px;
    text-align: center;
}

.top .experience__item {
    margin-top: 80px;
    width: 505px;
}

.top .experience__img {
    width: 100%;
}

.top .experience__title {
    font-size: 20px;
    line-height: 20px;
    margin-top: 20px;
}

.top .experience__caption {
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    font-weight: 400;
}

.top .experience__season {
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    color: #AAAAAA;
}

.top .swiper-slide img {
    width: 100%;
}

.top .swiper-slide a:hover {
    opacity: 1;
}

.top .top-content__btn--link {
    display: none;
}

.top .experience--3col .experience__item {
    margin-top: 80px;
    width: 330px;
}

.top .experience--3col .experience__item img {
    width: 100%;
}

.top .experience--3col-no-caption .experience__item {
    margin-top: 80px;
    width: 330px;
}

.top .experience--3col-no-caption .experience__item img {
    width: 100%;
}

.top .experience--3col-no-caption .experience__title {
    font-weight: 400;
}

.top .experience--3col-no-caption .experience__caption,
.top .experience--3col-no-caption .experience__season {
    display: none;
}

.top .experience--3col-no-caption .top-content__btn--link {
    display: block;
}

.top .swiper-container {
    overflow: visible;
}

.top .swiper-container-horizontal>.swiper-pagination-bullets,
.top .swiper-pagination-custom,
.top .swiper-pagination-fraction {
    bottom: initial;
    top: 0px;
    left: -24px;
    width: 15px;
}

.top .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    background: #FCE300;
    opacity: 1.0;
}

.top .swiper-pagination-bullet-active {
    opacity: 1.0;
    width: 10px;
    height: 10px;
    background: #000;
}

.top .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 16px 0;
}

.top .swiper-wrapper picture {
    display: block;
    overflow: hidden;
}

.top .swiper-container--ready {
    opacity: 0;
}

.top .swiper-container--go {
    animation: kv-fade 3s linear;
}

.top .heading__kvwrapper .swiper-wrapper .swiper-slide-duplicate-prev img,
.top .heading__kvwrapper .swiper-wrapper .swiper-slide-duplicate-active img,
.top .heading__kvwrapper .swiper-wrapper .swiper-slide-prev img,
.top .heading__kvwrapper .swiper-wrapper .swiper-slide-active img {
    animation: kv-animation 10s linear;
}

@keyframes kv-animation {
    0% {
        transform: scale(1.0);
    }

    100% {
        transform: scale(1.1);
    }
}

@keyframes kv-fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.reserver-btn {
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 2;
    cursor: pointer;
}



















@media screen and (max-width: 767px) {
    .sp-only {
        display: block;
    }

    .pc-only {
        display: none !important;
    }

    .container {
        width: 100%;
        padding: 0 20px;
        max-width: 414px;
        min-width: 320px;
        margin: 97px auto 0;
    }

    .btn--movie {
        width: 100%;
    }

    .facility-top__feature {
        height: 100px;
    }

    .facility-top__title {
        margin-top: 22px;
        font-size: 24px;
    }

    .facility-top__lead {
        margin-top: 40px;
        text-align: left;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 0.8px;
    }

    .facility-section {
        width: 100%;
        margin: 100px auto 60px;
    }

    .facility-col {
        display: block;
        position: relative;
    }

    .facility-col__right {
        position: absolute;
        width: 100%;
    }

    .facility-col__image {
        margin-top: 24px;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;

    }

    .facility-col__text {
        font-size: 14px;
        line-height: 28px;
        margin-top: 20px;
    }

    .facility-col--rev .facility-col__left {
        margin-right: 0;
        margin-left: 0;
    }

    .facility-col__left {
        margin-right: 0px;
        margin-left: 0px;
    }

    .facility-col__image.sp-only img {
        width: 100%;
    }

    .facility-block__title {
        font-size: 17px;
    }

    .facility-block__title.multi-line {
        position: relative;
        height: 50px;
    }

    .facility__block--price__title.multi-line {
        display: block;
        position: absolute;
        top: 0;
        left: 36px;
    }


    .facility-block__text {
        margin-top: 15px;
        font-size: 15px;
        line-height: 30px;
    }

    .facility-block table {
        width: 100%;
    }

    .facility-block table tr {
        display: block;
        float: left;
    }

    .facility-block table tr td,
    table tr th {
        display: block;
        height: 40px;
    }

    .facility-block table thead {
        display: block;
        float: left;
        width: 30%;
    }

    .facility-block table thead tr {
        width: 100%;
    }

    .facility-block table tbody {
        display: block;
        float: left;
        width: 70%;
    }

    .facility-block table tbody tr {
        width: 50%;
    }

    .facility-block table.col1 thead {
        width: 40%;
    }

    .facility-block table.col1 tbody {
        width: 60%;
    }

    .facility-block table.col1 tbody tr {
        width: 100%;
    }

    .facility-block table.facility-block__table,
    .facility-block .facility-block__table td,
    .facility-block .facility-block__table th {
        border: none;
        height: 75px;
    }

    .facility-block__table td:nth-child(1) {
        width: auto;
    }

    .facility-block .facility-block__table th {
        padding: 18px 12px;
        text-align: left;
    }

    .facility-block table.facility-block__table {
        border-right: 1px solid #DBDBDB;
        border-bottom: 1px solid #DBDBDB;
    }

    .facility-block table.facility-block__table th,
    .facility-block table.facility-block__table td {
        border-top: 1px solid #DBDBDB;
        border-left: 1px solid #DBDBDB;
    }

    .facility-block td.facility-block__table__tbody--a1 {
        text-align: center;
        line-height: 1.5em;
        font-size: 14px;
        font-weight: 700;
        padding: 16px 0;
    }

    .facility-block td.facility-block__table__tbody--b1 {
        text-align: center;
        line-height: 1.5em;
        font-size: 14px;
        font-weight: 700;
        padding: 16px 0;
    }

    .facility-block__reservation-btn {
        width: 100%;
    }

    .facility-section.note {
        margin-top: 140px;
        border: 1px solid #FCE300;
        /* 2020/5/26 追加 */
        padding: 15px;
        /* 2020/5/26 追加 */
    }

    /* 2022/2/7 追加 st */
    .facility-attention {
        margin-top: 25px;
        border: 1px solid #e74b2a;
        /* 2020/5/26 追加 */
        padding: 15px;
        /* 2020/5/26 追加 */
    }

    .facility-attention p {
        font-size: 13px;
        line-height: 26px;
    }

    /* 2022/2/7 追加 ed */
    .facility-nav__link-wrapper {
        display: block;
        border-top: 1px dotted #888;
    }

    .facility-nav__link__icon {
        width: 78px;
        padding: 10px;
        height: 70px;
    }

    .facility-nav__link__icon--img {
        width: 55px;
    }

    .facility-nav__link {
        width: 100%;
        height: 70px;
        position: relative;
        min-width: 280px;
        text-align: left;
        border-bottom: 1px dotted #888;
        padding: 0;
    }

    .facility-nav__link__label {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
    }

    .facility-nav__link__label--span {
        position: absolute;
        left: 78px;
        top: 27px;
        font-size: 17px;
        width: calc(100% - 78px);
    }

    .facility-nav__link__label--span:after {
        position: absolute;
        width: 10px;
        height: 20px;
        right: 0;
        top: -3px;
    }

    .facility-nav__link__label__arrow {
        display: block;
        padding: 0;
        position: absolute;
        right: 20px;
        top: 27px;
    }

    .facility-block--center__title {
        font-size: 20px;
        line-height: 28px;
    }

    .facility-block--center__image {
        margin-top: 24px;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .block--center__wrapper--flex {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .facility-block--center__thumbnail img {
        width: 100%;
    }

    .facility-block--center__text {
        margin-top: 25px;
        font-size: 14px;
        line-height: 28px;
    }

    .facility__block--inner {
        margin-top: 0;
    }

    .block--center__left {
        padding: 0;
        width: 100%;
        margin-top: 50px;
    }

    .block--center__right {
        padding: 0;
        width: 100%;
        margin-top: 50px;
    }

    .block--center__wrapper {
        margin-top: 50px;
    }

    .facility__block--price__img {
        height: 17px;
    }

    .facility__block--opening-hours__title,
    .facility__block--price__title {
        font-size: 17px;
        font-weight: 700;
    }

    .facility__block__inner--text {
        font-size: 16px;
        line-height: 34px;
        margin-top: 8px;
    }

    .facility__block--center__text2,
    .facility__block__inner--text2 {
        margin-top: 24px;
        font-size: 14px;
        line-height: 25.5px;
    }

    .block--center__left.progress {
        width: 100%;
        margin-top: 24px;
    }

    .block--center__left.progress img {
        width: 100%;
    }

    .block--center__right.progress {
        margin-top: 0;
    }

    .block--center__wrapper__h3 {
        /*font-size: 18px;*/
        font-size: 17px;
        /* 2020/5/26 追加 */
        margin-top: 60px;
    }

    .facility-block--center__thumbnail {
        margin-top: 24px;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

    .block--center__text {
        font-size: 14px;
        margin-top: 20px;
        line-height: 28px;
    }

    .mt0 {
        margin-top: 0;
    }

    .tblr-wrapper {
        position: relative;
        padding: 0;
    }

    .tblr {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        text-align: center;
    }

    .tbl {
        display: block;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 80%;
        text-align: left;
        font-size: 15px;
    }

    .facility-block__table td {
        font-size: 12px;
    }

    .facility-block__table td:nth-child(n+2) {
        width: auto;
    }

    .facility-block__table td:nth-child(5) {
        width: auto;
    }

    .facility-block__table td:nth-child(n+6) {
        width: auto;
    }

    .facility-block__table .price {
        font-size: 19px;
    }


    /* rental-shop */
    .rental-shop {
        max-width: 414px;
        min-width: 320px;
        width: 100%;
        margin: 97px auto 0;
        padding: 0 20px;
    }

    .rental-shop .heading__title {
        font-size: 24px;
    }

    .rental-shop .heading__btns {
        margin: 78px auto 0;
    }

    .rental-shop .heading__btn__wrapper {
        width: 50%;
        padding: 0 2px;
    }

    .rental-shop .heading__btn__wrapper a.heading__btn:hover {
        opacity: 1;
    }

    .rental-shop .heading__btn {
        width: initial;
    }

    .rental-shop .heading__btn {
        width: 100%;
        height: 62px;
        font-size: 15px;
        line-height: 62px;
    }

    .rental-shop .content__title {
        margin-top: 60px;
        font-size: 22px;
    }

    .rental-shop .group__title {
        margin-top: 30px;
    }

    .rental-shop .group__title__label {
        font-size: 17px;
    }

    .rental-shop .group-items__item {
        width: 47%;
        margin: 20px 0;
    }

    .rental-shop .group-items:after {
        width: 47%;
    }

    .rental-shop .content__splitter {
        margin: 60px 0;
    }

    .rental-shop .heading-btn__arrow.-stay {
        height: 16px;
    }

    /* access */
    .access {
        max-width: 414px;
        min-width: 320px;
        width: 100%;
        margin: 97px auto 0;
        padding: 0 20px;
    }

    .access .title {
        font-size: 24px;
        line-height: 30px;
    }

    .access .googlemap {
        height: 282px;
        margin: 40px calc(50% - 50vw);
        width: 100vw;
    }

    .access .address__facility {
        margin-top: 20px;
        font-size: 18px;
        line-height: 18px;
    }

    .access .address__place {
        margin-top: 10px;
        font-size: 15px;
        line-height: 28px;
    }

    .access .directions__item {
        width: 100%;
        margin-top: 80px;
    }

    .access .directions__item--bus {
        margin-top: 80px;
    }

    .access .direction-map {
        margin: 24px 0 0 12px;
    }

    .access .address__map-btn {
        width: 167px;
        margin: 24px auto 0;
    }

    /* about */

    .about {
        max-width: 414px;
        min-width: 320px;
        width: 100%;
        margin: 97px auto 0;
        padding: 0 20px;
    }

    .about .title {
        font-size: 24px;
        line-height: 34px;
        margin: -5px 0;
    }

    .about .title-caption {
        margin: 33px auto -7px;
        font-size: 14px;
        line-height: 28px;
    }

    .about .block__img {
        margin: 100px calc(50% - 50vw) 0;
        width: 100vw;
    }

    .about .block__wrapper {
        margin-top: 48px;
        display: block;
    }

    .about .block__left,
    .about .block__right {
        width: 100%;
    }

    .about .block__title {
        font-size: 20px;
        line-height: 30px;
        margin: -5px 0;
    }

    .about .block__caption {
        font-size: 14px;
        line-height: 28px;
        margin: 21px 0 -7px 0;
    }

    .about .content-h3 {
        margin-top: 80px;
    }

    .about .content-h4__title {
        font-size: 16px;
        line-height: 30px;
        margin: 14px 0 -7px;
    }

    .about .content-h4__caption {
        margin: 13px 0 -7px;
        font-size: 14px;
        line-height: 28px;
    }

    .about .content-h3__spliter {
        margin: 40px 0;
    }

    .about .content-h3__title.sp-margin {
        margin: 80px 0 40px;
    }

    .about .support__title {
        margin-left: 0;
        text-indent: -1.6em;
        padding-left: 2em;
        line-height: 28px;
        font-size: 18px;
    }

    .about .support__img {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 24px;
        width: 100%;
    }

    .about .support__caption {
        margin: 38px 0 0 0;
    }

    /* experience */
    .experience {
        max-width: 414px;
        min-width: 320px;
        width: 100%;
        margin: 97px auto 0;
        padding: 0 20px;
    }

    .experience .heading__title {
        font-size: 24px;
        line-height: 34px;
        margin: -5px 0;
    }

    .experience .heading__caption {
        margin: 33px auto -7px;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
    }

    .experience .list-nav {
        margin-top: 50px;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .experience .list-nav__item {
        width: 33%;
        margin-bottom: 60px;
        border-left: 1px solid #aaa;
        height: 20px;
        position: relative;
    }

    .experience .item-list {
        margin-top: 0px;
        flex-wrap: wrap;
    }

    .experience .item {
        width: 100%;
    }

    .experience .item__title {
        font-size: 16px;
        line-height: 24px;
        margin-top: 24px;
    }

    .experience .item__caption {
        font-size: 14px;
        line-height: 28px;
    }

    .experience .item__img {
        margin-top: 60px;
        width: 100%;
    }

    .experience .item:first-child .item__img {
        margin-top: 50px;
    }

    .experience .list-nav__a {
        font-size: 15px;
    }

    .experience .list-nav__season {
        font-size: 13px;
    }

    /* top */
    .top {
        max-width: 414px;
        min-width: 320px;
        width: 100%;
        margin: 0 auto;
    }

    .top .heading__kvwrapper {
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .top .top-content {
        padding: 0 20px;
    }

    .top .heading__kvlogo img {
        width: 255px;
    }

    .top .heading__title {
        font-size: 20px;
        line-height: 40px;
        margin-top: 100px;
        text-align: center;
    }

    .top .heading__caption {
        margin-top: 40px;
        font-size: 15px;
        line-height: 32px;
        text-align: center;
    }

    .top .heading__caption_2 {
        margin-top: 28px;
        font-size: 15px;
        line-height: 32px;
        text-align: center;
    }

    .top .top-content__title {
        font-size: 20px;
        margin-top: 187px;
    }

    .top .facility-list__icon {
        margin-top: 30px;
        width: 60px;
    }

    .top .facility-list__name {
        font-size: 18px;
        line-height: 26px;
        margin-top: 10px;
    }

    .top .facility-top__feature {
        height: 100px;
        margin: 0;
        width: 56px;
        height: auto;
    }

    .top .facility-list__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .top .facility-list__readmore {
        line-height: 1em;
        margin: 0;
        padding: 0;
        cursor: pointer;
        font-size: 14px;
    }

    .top .top-content__caption {
        margin-top: 40px;
        font-size: 14px;
        line-height: 28px;
    }

    .top .about-list__title {
        font-size: 18px;
    }

    .top .about-list__readmore {
        margin-top: 12px;
        font-size: 14px;
        line-height: 14px;
    }

    .top .about-list {
        margin-top: 60px;
        width: 100%;
    }

    .top .about-list img {
        width: 100%;
    }

    .top .top-movie-btn {
        margin: 40px auto 0;
        text-align: center;
    }

    .top .top-movie-btn__a {
        display: inline-block;
        padding: 14px 49px;
        border: 1px solid #888;
        min-width: auto;
        width: 100%;
    }

    .top .top-movie-btn__img {}

    .top .top-movie-btn__span {
        font-size: 18px;
        line-height: 24px;
        margin-left: 8px;
    }

    .top .top-content__movie-thumb {
        width: 100%;
    }

    .top .facility-list__left {
        width: 100%;
        height: auto;
        min-height: auto;
        max-height: auto;
        text-align: left;
        padding: 0 20px;
        margin-left: 0;
    }

    .top .facility-list__right {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        min-width: auto;
        max-width: none;
        margin-top: 20px;
    }

    .top .swiper-container-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
        left: 0;
        width: 100%;
        top: initial;
        bottom: -35px;
        text-align: right;
    }

    .top .experience__title {
        font-size: 16px;
        line-height: 30px;
        margin-top: 24px;
    }

    .top .experience__caption {
        font-size: 14px;
        line-height: 28px;
    }

    .top .swiper-pagination-bullet {
        display: inline-block;
    }

    .top .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 10px;
    }

    .top .top-content__experience {
        display: block;
        justify-content: space-between;
    }

    .top .experience__item,
    .top .top-content__experience--3col .experience__item,
    .top .top-content__experience--3col-no-caption .experience__item {
        width: 100%;
        margin-top: 80px;
    }

    .top .experience__img {
        width: 100%;
    }

    .top .facility-map-wrapper {
        overflow-x: scroll;
        width: 100vw;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }

    .top .facility-map {
        position: relative;
        width: 1050px;
        width: 840px;
        padding: 0 20px;
        margin: 40px auto 0;
    }

    .top .facility-list {
        margin-top: 62px;
    }

    .top .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

    .top .swiper-pagination-bullet-active {
        width: 6px;
        height: 6px;
    }


    .top .facility-map__dogrun {
        top: 18%;
        left: 4%;
    }

    .top .facility-map__loghouse {
        top: 6.9%;
        left: 12%;
    }

    .top .facility-map__kids {
        top: 0%;
        left: 27%;
    }

    .top .facility-map__center {
        top: -7%;
        left: 38%;
    }

    .top .facility-map__forest {
        top: 6%;
        left: 66%;
    }

    .top .facility-map__sea {
        top: 42%;
        left: 65%;
    }

    .top .facility-map__other {
        position: absolute;
        top: 26%;
        left: 32%;
        transform: scale(0.75);
    }


    .exhandling-margin01 {
        margin-top: 58px;
    }
}

/* 2020/5/26 追加 st */
.about__wrapper .facility-block__text--annotation {
    margin-top: 15px;
}

.top-content.about__wrapper.facility-section h3 {
    margin-top: 20px;
    font-weight: normal;
    display: inline-block;
    padding: 7px 10px 5px;
    font-size: 16px;
    background: #FCE300;
    font-weight: bold;
}

.top-content.about__wrapper.facility-section h3:first-of-type {
    margin-top: 0;
}

.about__wrapper .facility-block__text--annotation dt:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 8px;
    border-top: 4px solid #FCE300;
    margin-right: 10px;
}

.about__wrapper .facility-block__text--annotation dt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0.7em;
}

.about__wrapper .facility-block__text--annotation dd {
    font-size: 14px;
    margin-bottom: 0.5em;
    padding-left: 1em;
    line-height: 1.7;
}

.about__wrapper p.facility-block__text--annotation {
    font-size: 15px !important;
    font-weight: bold;
    text-indent: 0 !important;
}

@media screen and (max-width: 767px) {
    .top-content.about__wrapper.facility-section {
        box-sizing: border-box;
        padding: 15px;
        border: 2px solid #FCE300;
        border-left: none;
        border-right: none;
    }

    .about__wrapper .facility-block__text--annotation dd {
        font-size: 13px;
        /*padding-left: 0.5em;*/
    }

    .about__wrapper p.facility-block__text--annotation {
        padding-left: 0;
    }
}

.info_02 {
    margin: 40px auto;
    width: 875px;
    box-sizing: border-box;
    border: 2px double #FCE300;
    padding: 30px;
}

.info_02 dt {
    font-weight: bold;
    margin-bottom: 2em;
    text-align: center;
    position: relative;
    font-size: 19px;
    line-height: 1.3;
}

.info_02 dt:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1em;
    display: inline-block;
    width: 50px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FCE300;
}

.info_02 dd {
    width: 650px;
    margin: 0 auto;
}

.info_02 dd ol {
    /*list-style: none;*/
}

.info_02 dd li {
    font-size: 14px;
    margin: 0.7em 0 0;
    line-height: 1.6;
    /* padding-left: 3em; */
    padding-top: 0.7em;
    border-top: 1px dotted #FCE300;
}

.info_02 dd li:first-of-type {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.info_02 dd li small {
    font-size: smaller;
}

.info_02>dd li:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 8px;
    border-top: 4px solid #FCE300;
    margin-right: 10px;
}

.info_02 dd p {
    /*text-align: center;*/
    line-height: 1.6;
    font-size: 14px;
    /*margin-bottom: 10px;*/
    margin-top: 5px;
}
.info_02 dd p a {
    text-decoration: underline;
    text-decoration-color: #FCE300;
}

/* 2023/3 info_03 st*/
.info_03 {
    margin: 40px auto 0;
    box-sizing: border-box;
    border: 2px double #FCE300;
    padding: 30px;
    width: 875px;
}

.info_03>dt {
    font-weight: bold;
    margin-bottom: 2em;
    text-align: center;
    position: relative;
    font-size: 17px;
    line-height: 1.3;
}

.info_03>dt:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1em;
    display: inline-block;
    width: 50px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #FCE300;
}

.info_03>dd {
    margin: 0 auto;
}

.info_03>dd p {
    /*text-align: center;*/
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 10px;
}

.info_03>dd dl {
    list-style: none;
}

.info_03>dd dl:first-of-type {
    margin-bottom: 10px;
}

.info_03>dd dl dt {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 5px;
    font-weight: bold;
    position: relative;
}

.info_03>dd dl dt:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 8px;
    border-top: 4px solid #FCE300;
    margin-right: 10px;
}

.info_03>dd dl dd {
    text-align: left;
    font-size: 14px;
    line-height: 1.6;
}

/* 2023/3 info_03 ed*/

@media screen and (max-width: 767px) {
    .info_02 {
        width: auto;
        margin: 100px 0 1em;
        padding: 20px;
        border-left: none;
        border-right: none;
    }

    .info_02 dt {
        font-size: 16px;
        line-height: 1.8;
    }

    .info_02 dd {
        width: auto;
    }
    .info_02 dd p {
        line-height: 1.8;
    }

    .info_02 dd li {
        font-size: 14.5px;
        line-height: 1.5;
        /*font-size: 4.5vw;*/
        /*border: none;
        padding: 0;*/
        padding: 1em 0;
        margin: 0;
    }

    /*.info_02 dd li:before {
        content: "";
        display: block;
        border-top: 1px dotted #FCE300;
        width: 100%;
        margin: 10px 0;
    }*/

    /*.info_02 dd li:first-of-type:before {
        border: none;
        margin: 0;
    }*/

    /* 2023/3 info_03 st*/
    .info_03 {
        width: auto;
        margin: 40px -20px 0;
        padding: 20px;
        border-left: none;
        border-right: none;
    }

    .info_03>dt {
        font-size: 16px;
        line-height: 1.8;
    }
    .info_03>dd p,
    .info_03>dd dl dt,
    .info_03>dd dl dd {
        font-size: 13px;
        line-height: 1.8;
    }
}

.facility-map>p {
    margin: 20px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .facility-map>p {
        font-size: 12px;
    }
}

.top-content.about__wrapper {
    margin-top: 120px;
}

.facility-block__table small {
    font-size: 14px;
    display: inline-block;
    margin: 0.5em 0 0.1em;
}

.facility-block__table small:first-of-type {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    .facility-block__table small {
        font-size: 12px;
    }

    .height-l {
        height: 120px !important;
    }

    .height-Xl {
        height: 170px !important;
    }

    .hyphen {
        /*display: block;
        margin-bottom: 0.5em;*/
        margin-right: 8px;
        width: 10px;
    }
}

.item__name small {
    font-size: smaller;
}

#attention {
    margin-top: -60px;
    padding-top: 60px;
}

/* 2020/5/26 追加 ed */

/* 2020/6/23 追加 st */
.strikethrough {
    text-decoration: line-through;
}

.bold {
    font-weight: bold;
}

/* 2020/6/23 追加 ed */

/* 2020/7/23 facebooktimeline追加 st */
.infomation {
    width: 890px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.fb-info {
    width: 430px;
    margin: 0px auto;
}

.info {
    width: 430px;
    margin: 0 auto;
    border: 1px solid #e74b2a;
    box-sizing: border-box;
    padding: 20px;
}

.info dl {
    margin-top: 1.2em;
    font-size: 14px;
}

.info dl:first-of-type {
    margin-top: 0;
}

.info dl dt {
    font-weight: bold;
    margin-bottom: 0.5em;
    line-height: 1.5;
    position: relative;
}

.info dt:before {
    content: "";
    display: inline-block;
    width: 9px;
    height: 8px;
    border-top: 4px solid #e74b2a;
    margin-right: 10px;
}

.info dl dd {
    line-height: 1.5;
    margin-bottom: 0.3em;
}

.info dl dd a {
    /*font-weight: bold;*/
    text-decoration: underline;
}

.infobtn {
    box-sizing: border-box;
    margin: 30px auto;
}

.infobtn a {
    box-sizing: border-box;
    display: block;
    background: #FCE300;
    padding: 20px 30px;
    text-align: center;
}

.infobtn a span {
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
}

/* スマホ用 */
@media screen and (max-width: 767px) {
    .infomation {
        width: 100%;
        margin: 40px 0;
    }

    .fb-info {
        width: 100%;
        max-width: 500px;
    }

    .info {
        width: auto;
        max-width: 500px;
        margin: 40px 0 1em;
        padding: 20px;
        border-left: none;
        border-right: none;
    }

    .info dl dt {
        font-size: 15px;
    }

    .infobtn a {
        padding: 15px;
    }
}

/* 2020/7/23 facebooktimeline追加 st */
.attention-red {
    margin-top: 20px;
    border: 1px solid #e74b2a;
    display: inline-block;
    padding: 0.7em;
    color: #e74b2a;
}

.block--center__left.width100 {
    width: 100% !important;
}

.block--center__left.width100>.facility__block--inner+.facility__block--inner {
    margin-top: 50px;
}

.rental-shop h2 span {
    font-size: 17px;
    display: inline-block;
}

@media screen and (max-width: 767px) {

.tblr-wrapper-l .tblr {
    width: 100% !important;
}

/* 2023/5/9 3周年記念イベント追加 */
.event {
    font-size: 15px;
    font-weight: bold;
}

.nb {
    border-top: 0 !important; 
}
}

/* 2023/6/2 */

@media screen and (max-width: 767px) {
    .th_height {
        height: 120px !important;
    }
    
}

/* 20230612　サイトポリシー追加 */

.site_policy {
    max-width: 1600px;
    min-width: 1110px;
    width: 100%;
    margin: 160px auto 84px;
    padding: 0 30px;
}

.site_policy__wrapper {
    max-width: 1050px;
    margin: 160px auto;
}

.site_policy .title {
    font-size: 38px;
    line-height: 52px;
    font-weight: 200;
    text-align: center;
    margin: -7px 0;
}

.section_sp {
    width: 875px;
    margin: 0 auto;
}

.site_policy_h3 {
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom:1px dashed #444;
    font-weight: bold;
}

.site_policy_h3:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 10px;
    border-top: 3px solid #FCE300;
    margin-right: 13px;
}

.site_policy_p {
    font-size: 15px;
    line-height: 1.6;
}

.site_policy_p a{
    font-size: 14px;
    text-decoration: underline;
}

.txtBlock01_sp {
    margin-bottom: 25px;
}

.txtBlock01_sp dt {
    font-weight: bold;
    margin-bottom: 12px;
}

dt.txtBlock01_sp {
    font-weight: bold;
}

.h4_txtBlock01_sp {
    margin-bottom: 12px;
}

.site_policy_small {
    font-size: 11px;
}

.mt30 {
    margin-top: 30px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt15 {
    margin-top: 15px;
}

.site_policy_pc {
    display: block !important;
}

.site_policy_pc_item {
    max-width:1600px;
    min-width:1110px;
    width:100%;
    margin: 160px auto 0;
    padding: 0 30px;
}

.site_policy_mb100 {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .site_policy_pc_item {
        max-width:414px;
        min-width:320px;
        width:100%;
        margin: 97px auto 0;
        padding: 0 20px;
    }
    
}

/* 20230824　森サイト文言追記*/

.image {
    margin: 7px 0 0 5px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .image {
        margin-left: 0 !important;
        padding: 0 20px;
    }
}

/* 202410　採用ページ追加*/

.recruit .block__wrapper {
    margin-top: 60px;
}

.recruit {
    max-width: 1600px;
    min-width: 1110px;
    width: 100%;
    margin: 160px auto 0;
    padding: 0 30px;
}

.recruit .recruit__wrapper {
    max-width: 1050px;
    margin: 160px auto;
}

.recruit .title {
    font-size: 38px;
    line-height: 52px;
    font-weight: 200;
    text-align: center;
    margin: -7px 0;
}

.recruit .title-caption {
    margin: 40px auto -8px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    display: block;
    width: 100%;
}

.recruit .block__img {
    margin: 0px calc(50% - 50vw) 0;
    width: 100vw;
}

.recruit .block__left {
    display: block;
    width: 292px;
}

.recruit .block__title {
    font-size: 24px;
    line-height: 44px;
    font-weight: 400;
    margin: -10px 0;
}

.recruit .block__right {
    display: block;
    width: 732px;
}

.recruit .block__caption {
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    margin: -8px 0;
}

.recruit .block__links {
    margin-top: 44px;
    border-bottom: 1px dashed #444;
}

.recruit .block__link {
    display: block;
    height: 57px;
    font-size: 15px;
    line-height: 57px;
    border-top: 1px dashed #444;

    padding-left: 22px;
    background: url(/assets/img/dot.png) left 4px top 24px no-repeat;
    background-size: 10px auto;
    position: relative;
}

.recruit .block__link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 57px;
    height: 57px;
    background: url(/assets/img/text-right-arrow.svg) right 0 top 24px no-repeat;
}


.recruit .support {
    position: relative;
    width: 100%;
    min-height: 360px;
}

.recruit .support__title {
    position: relative;
    margin: 20px 0 0 360px;
}

.recruit .support__img {
    position: absolute;
    top: 5px;
    left: 0;
}

.recruit .support__caption {
    position: relative;
    margin: 38px 0 0 360px;
    font-size: 16px;
    line-height: 32px;
}
.recruit .mb15{
margin-bottom:15px;
}

.recruit .facility-block__table td:nth-child(1) {
    width: 30%;
}
.recruit .facility-block__table td:nth-child(n+2){
width: 70%;
text-align: left;
padding-left:20px;
}

.recruit__link {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {

    .recruit {
        max-width: 414px;
        min-width: 320px;
        width: 100%;
        margin: 97px auto 0;
        padding: 0 20px;
    }

    .recruit .title {
        font-size: 24px;
        line-height: 34px;
        margin: -5px 0;
    }

    .recruit .title-caption {
        margin: 33px auto -7px;
        font-size: 14px;
        line-height: 28px;
    }

    .recruit .block__img {
        margin: 100px calc(50% - 50vw) 0;
        width: 100vw;
    }

    .recruit .block__wrapper {
        margin-top: 48px;
        display: block;
    }

    .recruit .block__left,
    .recruit .block__right {
        width: 100%;
    }

    .recruit .block__title {
        font-size: 20px;
        line-height: 30px;
        margin: -5px 0;
    }

    .recruit .block__caption {
        font-size: 14px;
        line-height: 28px;
        margin: 21px 0 -7px 0;
    }


    .recruit .support__title {
        margin-left: 0;
        text-indent: -1.6em;
        padding-left: 2em;
        line-height: 28px;
        font-size: 18px;
    }

    .recruit .support__img {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 24px;
        width: 100%;
    }

    .recruit .support__caption {
        margin: 38px 0 0 0;
    }

    .recruit .facility-block table.col1 tbody {
        width: 100%;
    }
    .recruit .facility-block__table td:nth-child(n+2) {
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }
    .recruit .facility-block__table td:nth-child(1) {
        width: 100%;
    }
    .facility-block .facility-block__table td.h200   {
        border-left: 1px solid #DBDBDB;
        height: 200px;
    }
    .facility-block .facility-block__table td.h160   {
        border-left: 1px solid #DBDBDB;
        height: 160px;
    }
    .facility-block .facility-block__table td.h130   {
        border-left: 1px solid #DBDBDB;
        height: 130px;
    }
    .facility-block .facility-block__table td.h90   {
        border-left: 1px solid #DBDBDB;
        height: 90px;
    }
    .tblr {
        text-align: left;
    }

}