.mv img {
    max-width: 260px;
}

section {
    border-bottom: 10px solid #f2f2f2;
    padding-top: 100px;
}

.wrap {
    max-width: 940px;
}

.h2 {
    padding: 24px 0;
}

.read_title {
    margin-bottom: 40px;
}

.read_title span {
    font-weight: bold;
}

.read_text {
    letter-spacing: 4px;
    margin-bottom: 25px;
}

.attention {
    margin-bottom: 80px;
}

.attention p {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 2px;
}

.attention p:not(last-child) {
    margin-bottom: 10px;
}

.facility_list li {
    max-width: 285px;
    margin-top: 65px;
}

.facility_list li p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    letter-spacing: 2px;
    text-align: left;
}

.facility_list li p span {
    font-weight: 900;
}

.facility_list li.facility01 p span {
    color: #3eb438;
}

.facility_list li.facility02 p span {
    color: #00b084;
}

.facility_list li.facility03 p span {
    color: #8fb947;
}

.facility_list li.facility01 .icon_img,
.facility_list li.facility02 .icon_img {
    max-width: 14px;
    margin-left: 10px;
    margin-bottom: 2px;
}

.facility_list li.facility03 .icon_img {
    max-width: 13px;
    margin-left: 8px;
    margin-bottom: 2px;
}

.facility_list li.facility03 .attention {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6;
    margin: 15px 0 0;
}

.facility_box {
    border: 3px solid #e5e5e5;
    padding: 30px;
    margin: 50px 0 80px;
}

.facility_box ul {
    margin-bottom: 20px;
}

.facility_box li img {
    max-width: 25px;
    margin-right: 2px;
}

.facility_box li p {
    margin: 0 50px 0 18px;
    font-weight: 500;
    letter-spacing: 2px;
}

.facility_box .small_text {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    text-align: left;
}

.reservation {
    background-color: #f2f9f5;
    padding: 60px 62.5px;
}

.reservation .h2 {
    background: url(../img/facility/h2_bg_reservation.jpg) no-repeat center / contain;
    font-size: 30px;
    padding: 13px 0;
 }

.reservation .btn {
    /* margin-top: 50px; */
    margin: 0 60px;
}

.reservation .btn a {
    width: 46%;
    font-size: 18px;
    color: #222222;
    padding: 27px 20px;
    border: 3px solid #008d54;
    margin: 0;
}

.reservation .btn a.event,
.reservation .btn a.mail {
    padding: 30px 20px 27px 20px;
}

.reservation .btn svg {
    position: inherit;
    max-width: 36px;
    margin-bottom: 23px;
}

.reservation .btn .event svg{
    margin-bottom: 20px;
}

.reservation .btn .car svg {
    max-width: 48px;
    margin: 0 auto 16px;
}

.reservation .btn .car svg.blank {
    margin-bottom: 0;
}

.reservation .btn .calender svg {
    margin-bottom: 17px;
}

.reservation .btn .mail svg{
    max-width: 36px;
}
 
.reservation a:hover #btn_icon {
     fill: #fff;
 }

 .reservation .btn p {
     line-height: 1.2;
 }

 .reservation .btn .blank_icon {
     width: 13px;
 }

 .reservation .btn a:hover {
     color: #fff;
 }

 .reservation .reservation_text {
     margin-top: 40px;
     font-size: 16px;
     font-weight: bold;
     line-height: 1.8;
     letter-spacing: 2px;
 }

 .reservation .reservation_text a {
     color: #008d54;
     text-decoration: underline;
     text-underline-offset: 0.5em;
     
 }

 .reservation .reservation_text a:hover {
    text-decoration: none;
    opacity: 1;
}

.h2_wrap {
    padding-top: 130px;
    margin-top: -130px;
}

.space01 .h2 {
    background: url(../img/facility/bg_h2_01.jpg) no-repeat center / contain;
} 

.space02 .h2 {
    background: url(../img/facility/bg_h2_02.jpg) no-repeat center / contain;
} 

.read_text02 {
    margin: 50px 0 95px;
}

.slide_wrap {
    margin: 100px 0 80px;
    position: relative;
}

.slick-list {
    overflow: hidden;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #222;
    width: 5rem;
    height: 5rem;
    cursor: pointer;
    z-index: 5;
    background-color: #fff;
    border-radius: 5px;
    border: 2px solid #222;
}

.slick-arrow::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #222;
    border-right: solid 2px #222;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 48%;
    left: 33%;
    margin-top: -4px;
}

.slick-arrow.slider-prev::before {
    -ms-transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
    transform: rotate(230deg);
    left: 42%;
}

.slider-prev {
    left: -2.3rem;
}

.slider-next {
    right: -2.3rem;
}

.slick-dots-00-01 {
    text-align: center;
    margin-top: 20px;
}

.slick-dots-00-01 li {
    display: inline-block;
    margin: 0 15px;
}

.slick-dots-00-01 li button {
    position: relative;
    text-indent: -9999px;
}

.slick-dots-00-01 li button::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
    font-size: 1rem;
    color: #e5e5e5;
    text-indent: 0px;
}

.space01 .slick-dots-00-01 .slick-active button::before {
    color: #3eb438;
}

.space02 .slick-dots-00-01 .slick-active button::before {
    color: #00b084;
}

.space01 .h3 {
    border-left: 4px solid #3eb438;
}

.space_info {
    margin: 40px 0 60px;
}

.space_info .img_content {
    width: 46.334%;
}

.space_info dl {
    width: 44.445%;
}

.space_info dl dt {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.space_info dl dd {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #999999;
}

.space_info dl dd p {
    letter-spacing: 2px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.space_info dl dd p span {
    margin-bottom: 10px;
}

.space_info dl dd p span:nth-child(odd) {
    display: inline-block;
    width: 50%;
}

.space_info dl dd p span:last-of-type{
    margin-bottom: 0;
}

.space_info dl dd:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.space_info dl dd:last-of-type p:last-of-type {
    margin-bottom: 0;
}

.table_wrap {
    margin-bottom: 60px;
}

.space01 .table_wrap th {
    background-color: #3eb438;
}

.space01 .table_wrap .td_head {
    background-color: #f5fbf5;
}

.table_wrap .first_table td {
    width: 20.8%;
}

.table_wrap .first_table td.td_head {
    width: 16.686%;
}

.table_attention {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 10px;
    line-height: 1.4;
}

.table_wrap .second_table th:nth-child(1) {
    width: 34%;
}

.table_wrap .second_table th:nth-child(2) {
    width: 14%;
}

.table_wrap .second_table th:nth-child(3) {
    width: 20%;
}

.table_wrap .second_table td.td_head {
    text-align: left;
    padding: 21px;
    line-height: 1.4;
    line-height: 1.6;
}

.table_wrap .second_table td.text-left {
    padding: 20px;
}

.space02 {
    border-bottom: 0;
}

.space02 .h3 {
    border-left: 4px solid #00b084;
}

.space02 .table_wrap th {
    background-color: #00b084;
}

.space02 .table_wrap .td_head {
    background-color: #f2fbf9;
}

footer section {
    border-bottom: 0;
}


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

    section {
        padding: 60px 0 80px;
        margin: 0 auto;
    }

    .h2 {
        font-size: 28px;
        letter-spacing: 5px;
        padding: 12px 0;
        margin-bottom: 40px;
    }

    .read_text {
        letter-spacing: 2px;
    }

    .attention {
        margin-bottom: 60px;
    }
    
    .facility_list li {
        width: 47%;
        max-width: inherit;
        margin-top: 40px;
    }

    .facility_list li p {
        font-size: 16px;
        line-height: 1.4;
        margin-top: 15px;
    }
    
    .facility_box {
        padding: 20px;
        margin-bottom: 60px;
    }

    .facility_box ul {
        margin-bottom: 10px;
    }

    .facility_box li {
        margin-bottom: 5px;
        width: 100%;
    }

    .facility_box li p {
        margin-left: 45px;
    }

    .facility_box li:nth-child(2) p {
        margin-left: 18px;
    }

    .reservation {
        padding: 25px 20px 30px;
    }

    .reservation .h2 {
        font-size: 22px;
        margin-bottom: 20px;
        background: url(../img/facility/h2_bg_reservation.jpg) no-repeat center / 145%;
    }

    .reservation .btn.grid-x {
        display: block;
     }

     .reservation .btn {
         /* margin-top: 20px; */
         margin: 20px 0 0;
     }

     .reservation .btn a {
        width: 100%;
        max-width: inherit;
        margin-bottom: 15px;
        position: relative;
    }

    .reservation .btn a.mail {
        padding: 24px 20px 24px 50px;
    }

    .reservation .btn svg,
    .reservation .btn .mail svg {
        margin-bottom: 0;
        position: absolute;
        max-width: 24px;
        left: 18px;
        top: 30%;
    }

    .reservation .btn .calender {
        padding: 24px 20px 24px 25px;
    }

    .reservation .btn .calender svg {
        top: 20%;
    }

    .reservation .btn .car {
        padding: 24px 20px 24px 58px;
    }

    .reservation .btn .car svg {
        max-width: 32px;
        margin: 0;
        top: 40%;
        left: 15px;
    }

    .reservation .btn .car svg.blank {
        position: inherit;
    }

    .reservation .btn a p {
        display: inline-block;
        font-size: 15px;
    }

    .reservation .reservation_text {
        font-size: 15px;
        margin-top: 30px;
    }

    .h2 {
        margin-bottom: 30px;
    }

    .space01 .h2,
    .space02 .h2 {
        background-size: 160%;
    }

    .read_text {
        margin-bottom: 30px;
    }

    .read_text02 {
        margin: 20px 0 30px;
    }

    .slide_wrap {
         margin: 60px 0 40px;
    }

    .slick-arrow {
        width: 3rem;
        height: 3rem;
        border-width: 1px;
        top: inherit;
        bottom: -25px;
    }

    .slick-arrow::before {
        border-width: 1px;
        width: 8px;
        height: 8px;
        top: 50%;
        left: 32%;
    }

    .slider-next {
        right: 0;
    }

    .slider-prev {
        left: 0;
    }
    .slick-dots-00-01 {
        margin-top: 15px;
    }

    .space_info {
        display: block;
    }

    .space_info .img_content {
        width: 100%;
    }

    .space_info dl {
        width: 100%;
        margin-top: 40px;
    }

    .space01 .table_wrap th,
    .space02 .table_wrap th {
        width: 10%;
        font-size: 12px;
    }

    .space01 .table_wrap td,
    .space02 .table_wrap td {
        padding-left: 0;
    }

    .space_info dl dd.time span {
        display: block;
    }

    .equipment_box {
        border-bottom: 1px solid #c9c9c9;
    }

    .equipment_box dl {
        border-top: 1px solid #c9c9c9;
        padding: 30px 0 10px;
    }

    .equipment_box dl dt {
        font-weight: bold;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .space01 .equipment_box dl dt {
        color: #3eb438;
    }

    .space02 .equipment_box dl dt {
        color: #00b084;
    }

    .equipment_box dl dd {
        line-height: 1.6;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }






    
}