#wrapper {
    background-image: url(../img/bg_main01.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#mainSlideWrap {
    width: 100%;
    height: 611px;
    margin: 30px auto 0;
    margin-bottom: 49px;
}

#mainSlide {
    width: 100%;
    height: 611px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#mainSlide h2 {
    width: 2000px;
    position: absolute;
    left: 50%;
    margin-left: -1000px;
    top: 0;
    z-index: 1000;
}

#slider {
    width: 2000px !important;
    position: absolute;
}

#slider li {
    width: 100% !important;
    position: absolute !important;
    height: 611px;
    left: -19.45% !important;
    top: 0 !important;
    z-index: 200;
    margin-left: 139px;
    background-color: none !important;
}

#slider li .txt {
    height: 210px;
    width: 364px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 40px;
    left: 57%;
}

#mainSlideBg {
    width: 2000px;
    height: 611px;
    position: absolute;
    left: -19.45%;
    top: 0;
    background-image: url(../img/bg_mv01.png);
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 500;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    left: 83.23%;
    top: 46px;
    width: 100%;
    z-index: 9999;
}

@media (max-width: 1560px) {
    .bx-wrapper .bx-pager {
        left: 91%;
    }
}

@media (max-width: 1300px) {
    .bx-wrapper .bx-pager {
        left: 97%;
    }
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #fff !important;
    text-indent: -9999px;
    display: block;
    width: 10px !important;
    height: 10px !important;
    margin-bottom: 20.4px !important;
    outline: 1px solid #7a6a56 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #7a6a56 !important;
}

#movieBtn {
    max-width: 1575px;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
}

#movieBtn .fukidashi {
    position: absolute;
    right: 40px;
    bottom: 177px;
    z-index: 1000;
}

#js-openMovie {
    width: 152px;
    height: 152px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    right: 40px;
    bottom: 15px;
    z-index: 1000;
}

#js-openMovie .txt {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    animation: rotation 15s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ポップアップ */
.movieBox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.movieBox.is-open {
    display: flex;
}

.movieBox_inner {
    position: relative;
    width: min(90vw, 900px);
    background: #000;
}

.movieBox_content video {
    width: 100%;
    height: auto;
    display: block;
}

.movieBox_close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 32px;
    color: #fff;
    background: none;
    border: none;
    cursor: pointer;
}

#infoTop {
    width: 1000px;
    margin: 100px auto 100px;
    padding: 50px 60px 60px;
    border: solid 1px #a3d183;
    text-align: left;
    overflow: hidden;
}

#infoTop .tit {
    margin-bottom: 20px;
    font-size: 140%;
    color: #2da479;
    text-align: center;
}

#infoTop .reservation {
    /* width: 650px; */
    margin: 40px auto 0;
    padding: 20px 20px 0;
    display: flex;
    justify-content: center;
    background-color: #f5fafa;
}

#infoTop .notice {
    margin: 20px 0;
    padding: 35px 50px;
    background-color: #fbfbfb;
}

#infoTop .notice .subTit {
    position: relative;
    margin-bottom: 13px;
    padding-left: 25px;
    font-size: 110%;
    color: #7a6a56;
}

#infoTop .notice .subTit::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #abce05;
    position: absolute;
    left: 0;
    bottom: 8px;
}

#bnrBox {
    width: 1000px;
    margin: 100px auto 25px;
    overflow: hidden;
    text-align: center;
}

#bnrBox a img {
    display: inline;
}

#headerLogo ul li:nth-child(2) {
    position: absolute;
    left: 349px;
}

#headerLogo ul li:nth-child(3) {
    position: absolute;
    left: 554px;
}

/* guidance
-------------------------------------- */
#guidance {
    width: 1020px;
    margin: 0 auto;
    overflow: hidden;
}

#guidanceLeft {
    width: 108px;
    margin-left: 8px;
    float: left;
    overflow: hidden;
}

#guidanceLeft h2 {
    float: left;
}

#guidanceLeft p {
    font-size: 14px;
    margin-top: 75px;
    float: right;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
}

#guidanceRight {
    float: right;
    margin-right: 10px;
}

#guidanceNavi {
    margin-top: 73px;
    width: 892px;
}

#guidanceNaviTop {
    margin-bottom: 20px !important;
}

#guidanceNavi ul {
    width: 892px;
    overflow: hidden;
    margin: 0 auto;
    text-decoration: none;
    display: flex;
    justify-content: center;
}

#guidanceNavi li {
    float: left;
    margin-right: 20px;
}

#guidanceNavi li:last-child {
    margin-right: 0;
}

#guidanceNavi li a {
    display: block;
    height: 132px;
    width: 132px;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    background-image: url(../img/guidance_navi.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

#guidanceNavi li#guidanceNavi01 a {
    background-position: 0 top;
}

#guidanceNavi li#guidanceNavi02 a {
    background-position: -152px top;
}

#guidanceNavi li#guidanceNavi03 a {
    background-position: -304px top;
}

#guidanceNavi li#guidanceNavi04 a {
    background-position: -456px top;
}

#guidanceNavi li#guidanceNavi05 a {
    background-position: -608px top;
}

#guidanceNavi li#guidanceNavi06 a {
    background-position: -760px top;
}

#guidanceNavi li#guidanceNavi07 a {
    background-position: 0 -152px;
}

#guidanceNavi li#guidanceNavi08 a {
    background-position: -152px -152px;
}

#guidanceNavi li#guidanceNavi09 a {
    background-position: -304px -152px;
}

#guidanceNavi li#guidanceNavi10 a {
    background-position: -456px -152px;
}

#guidanceNavi li#guidanceNavi11 a {
    background-position: -608px -152px;
}

#guidanceNavi li#guidanceNavi12 a {
    background-position: -760px -152px;
}


/* hover */

#guidanceNavi li#guidanceNavi01 a:hover {
    background-position: 0 -304px;
}

#guidanceNavi li#guidanceNavi02 a:hover {
    background-position: -152px -304px;
}

#guidanceNavi li#guidanceNavi03 a:hover {
    background-position: -304px -304px;
}

#guidanceNavi li#guidanceNavi04 a:hover {
    background-position: -456px -304px;
}

#guidanceNavi li#guidanceNavi05 a:hover {
    background-position: -608px -304px;
}

#guidanceNavi li#guidanceNavi06 a:hover {
    background-position: -760px -304px;
}

#guidanceNavi li#guidanceNavi07 a:hover {
    background-position: 0 bottom;
}

#guidanceNavi li#guidanceNavi08 a:hover {
    background-position: -152px bottom;
}

#guidanceNavi li#guidanceNavi09 a:hover {
    background-position: -304px bottom;
}

#guidanceNavi li#guidanceNavi10 a:hover {
    background-position: -456px bottom;
}

#guidanceNavi li#guidanceNavi11 a:hover {
    background-position: -608px bottom;
}

#guidanceNavi li#guidanceNavi12 a:hover {
    background-position: -760px bottom;
}

/* message
-------------------------------------- */

#message {
    width: 1020px;
    margin: 0 auto 70px;
}

#messageIn {
    margin: 0 9px;
    overflow: hidden;
    text-align: left;
}

#messageTitImg {
    margin-bottom: 16px;
}

#messageBox {
    overflow: hidden;
    margin-bottom: 60px;
}

.messageLeft {
    width: 500px;
    float: left;
}

.messageRight {
    width: 500px;
    float: right;
}

#messageImg01 {
    float: right;
    margin-left: 50px;
}

#messageImg02 {
    float: left;
    margin-right: 50px;
    margin-bottom: 25px;
    margin-top: 5px;
}

#message h2 {
    margin-bottom: 47px;
}

.messageRight p {
    margin-left: 50px;
}

#messageBtn {
    margin-top: 39px;
    float: right;
}

.checkBox01 {
    position: relative;
    padding: 40px;
    overflow: hidden;
}

.checkBox01:before {
    content: "";
    height: 80%;
    width: 80%;
    border-left: 1px solid #abce05;
    border-top: 1px solid #abce05;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg_check01.png) left top no-repeat;
}

.checkBox01:after {
    content: "";
    height: 80%;
    width: 80%;
    border-right: 1px solid #abce05;
    border-bottom: 1px solid #abce05;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/bg_check02.png) right bottom no-repeat;
}

.checkBox01 li:before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #abce05;
    position: absolute;
    left: 0;
    bottom: 8px;
}

.checkBox01 li {
    padding: 3px 0 0 25px;
    line-height: 150%;
    margin-bottom: 23px;
    margin-left: 15px;
    position: relative;
    font-size: 18px;
    color: #7a6a56;
    font-weight: bold;
}

.checkBox01 li:last-child {
    margin-bottom: 0;
}

/* features
-------------------------------------- */

#featuresWrap {
    background-image: url(../img/bg_main02.png);
    background-repeat: no-repeat;
    background-position: top center;
}

#features {
    width: 1020px;
    margin: 0 auto 80px;
}

#featuresIn {
    margin: 0 8px;
    text-align: left;
    font-size: 14px;
    padding-bottom: 69px;
    position: relative;
    /* background-image: url(../img/bg_features.png); */
    background-position: left top;
    background-repeat: no-repeat;
}

#featuresIn:before {
    content: "";
    display: block;
    width: 270px;
    height: 310px;
    background: url(../img/bg_img01.png) center center no-repeat;
    position: absolute;
    left: -238px;
    top: -74px;
}

#featuresIn:after {
    content: "";
    display: block;
    clear: both;
}

#features h2 img {
    margin: 0 auto 56px;
}

#featureList01 li,
#featureList02 li {
    width: 300px;
    float: left;
    margin-right: 51px;
}

#featureList01 li:last-child,
#featureList02 li:last-child {
    margin-right: 0;
    margin-left: -1px;
}

#featureList01 li {
    margin-bottom: 63px;
}

#featureList02 {
    margin-left: 175px;
}

#features p {
    margin-bottom: 26px;
}

#featuresBtn img {
    margin: 0 auto;
}


/* topic
-------------------------------------- */

#topicWrap {
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 110px;
}

#topic01 {
    background: url(../img/bg_topic01.png) center top no-repeat;
}

#topic02 {
    background: url(../img/bg_topic02.png) center top no-repeat;
}

#topic03 {
    background: url(../img/bg_topic03.png) center top no-repeat;
}

.topicIn {
    width: 1000px;
    margin: 0 auto 90px;
    position: relative;
}

.topicIn:after {
    content: "";
    display: block;
    clear: both;
}

.topic h2 {
    position: relative;
    z-index: 100;
}

.topic:nth-of-type(odd) h2 {
    margin-left: -50px;
}

.topicText {
    width: 540px;
    text-align: left;
}

.topic:nth-of-type(even) .topicText {
    padding-left: 460px;
}

.topicImgBox {
    position: absolute;
    top: 0;
    z-index: 0;
    padding: 30px;
}

.topic:nth-of-type(odd) .topicImgBox {
    right: 0;
}

.topic:nth-of-type(even) .topicImgBox {
    left: 0;
}

.topic .topicImgBox .btn_topic_more01 {
    position: absolute;
    bottom: 0;
}

.topic:nth-of-type(odd) .topicImgBox .btn_topic_more01 {
    right: 0;
}

.topic:nth-of-type(even) .topicImgBox .btn_topic_more01 {
    left: 0;
}


/* info
-------------------------------------- */

#contents {
    margin-bottom: 120px;
}

.infoContent {
    margin: 0 0 90px 0;
}

.infoContent:last-child {
    margin: 0 0 0 0;
}

.infoContent h2 {
    height: 40px;
    position: relative;
    border-bottom: 1px solid #796a57;
    margin-bottom: 33px;
}

.btn_blog_more01 {
    position: absolute;
    top: 0;
    right: 0;
}

.feedBox {
    max-height: 420px;
    overflow-x: auto;
}

.feedBoxIn {
    padding: 0 0px 0 0;
}

.feedBox dl {
    margin-bottom: 13px;
    padding: 0 0 0px;
    overflow: hidden;
}

.feedBox dl dt {
    width: 18%;
    float: left;
    font-size: 13px;
    font-weight: bold;
    color: #7a6a56;
}

.feedBox dl dd {
    width: 79%;
    float: left;
    font-size: 13px;
}

.feedBoxIn,
.feedBox dl {
    border-color: rgba(0, 0, 0, .3);
}


/* calender
-------------------------------------- */


/* calender table */

.table_calneder01 {
    width: 100%;
    border-collapse: separate;
    text-align: center;
    overflow: hidden;
    margin: 0 0 10px 0;
    border-spacing: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table_calneder01 thead th {
    background: #86c05e;
    padding: 5px 0;
    font-weight: bold;
    color: #fff;
    position: relative;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.table_calneder01 thead th:after {
    content: "";
    display: block;
    width: 1px;
    height: 14px;
    background: #c2e0ae;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.table_calneder01 thead th:last-child:after {
    display: none;
}

.table_calneder01 thead th:last-child {
    border-right: none;
}

.table_calneder01 tbody td {
    border-spacing: 0px;
    padding: 5px 0;
    border-top: 1px solid #796a57;
    border-left: 1px solid #796a57;
}

.table_calneder01 tbody td:last-child {
    border-right: 1px solid #796a57;
}

.table_calneder01 tbody tr:last-child td {
    border-bottom: 1px solid #796a57;
}

.close {
    color: #d5696c;
}

.other {
    color: #fff;
    background-color: #52B894;
}

.green_box {
    min-width: 20px;
    height: 12px;
    background-color: #52B894;
    display: inline-block;
    margin-right: 5px;
    margin-top: 7px;
}

.text {
    line-height: 15px;
}

.txtCalender01 .close {
    display: inline-block;
    width: 20px;
    height: 12px;
    position: relative;
    top: 7px;
}


/* calender */

.calenderTab {
    overflow: hidden;
    border: 1px solid #86c05e;
}

.calenderTab li {
    width: 50%;
    float: left;
}

.calenderTab li a {
    display: block;
    text-align: center;
    padding: 4px;
    color: #d4e7c8;
    font-size: 15px;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}

.calenderTab li a.current {
    background: #86c05e;
    color: #fff;
}

#calenderBox h3 {
    height: 70px;
}

#calenderBoxIn {
    overflow: hidden;
}

.div_calender01 {
    display: none;
}

#tabContents01 {
    display: block;
}

/* movie
-------------------------------------- */
#movie {
    width: 1020px;
    margin: 0 auto 100px;
    overflow: hidden;
}

#movieLeft {
    width: 70px;
    margin-left: 8px;
    margin-top: 70px;
    float: left;
    overflow: hidden;
}

#movieLeft h2 {
    float: left;
}

#movieRight {
    float: right;
    background: url(../img/bg_movie01.png) no-repeat top left, url(../img/bg_movie02.png) no-repeat bottom right;
    width: 920px;
    padding: 130px 0 50px;
}

/* 追加
-------------------------------------- */
.nameleft {
    margin-left: 790px;
    text-align: right;
    line-height: 120%;
}

.h3_ti03 {
    font-size: 22px;
    padding: 0px 0 10px 0;
    font-weight: bold;
    text-align: center;
    width: 50%;
    line-height: 150%;
    margin: 25px auto 0;
    position: relative;
    background: url(../common/img/bg_h3_03.png) right bottom no-repeat;
    color: #49c1ba;
    font-weight: normal;
}

.h3_ti03:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #49c1ba;
}

#messageBox02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.div_boxMin01 {
    margin-bottom: 40px;
    position: relative;
    padding: 40px 30px;
    width: 260px;
}

.div_boxMin01 p {
    margin-bottom: 30px;
}

/*
.div_boxMin01:before {
    content: "";
    height: 70px;
    width: 225px;
    border-left: 1px solid #49c1ba;
    border-top: 1px solid #49c1ba;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.div_boxMin01:after {
    content: "";
    height: 70px;
    width: 150px;
    border-right: 1px solid #49c1ba;
    border-bottom: 1px solid #49c1ba;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}*/

#messageBox02 .h4_ti01 {
    font-size: 24px;
    color: #49c1ba;
    font-weight: normal;
    line-height: 160%;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#caseWrap {
    width: 1000px;
    border: solid 1px #a3d183;
    margin: 0 auto 100px;
    padding-bottom: 100px;
}

#caseWrap h2 img {
    margin: -23px auto 50px;
}

#caseWrap .contents {
    width: 840px;
    margin: 0 auto;
}

#caseWrap .contents .case {
    background-color: #eaf2c0;
    padding: 60px 0;
    width: 840px;
}

#caseWrap .contents .case img {
    margin: 0 auto;
}

/*アコーディオンタイトル*/
.case_btn {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 5px 15px 5px 0px;
    ;
    transition: all .5s ease;
    color: #85c258;
    background-color: #fff;
    width: 160px;
    margin: 20px auto 0;
}


.case_btn::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #85c258 2px solid;
    border-right: #85c258 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 19px;
    top: 0;
    bottom: 15%;
    margin: auto;
}

/*　closeというクラスがついたら形状変化　*/
.case_btn.close::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #85c258 2px solid;
    border-right: #85c258 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 19px;
    top: 7%;
    bottom: 0;
    margin: auto;
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    /*はじめは非表示*/
    width: 660px;
    margin: 30px auto 0;
}

.slick-next {
    right: 9px;
    top: 240px;
}

.slick-prev {
    left: -29px;
    top: 240px;
    z-index: 99;
}

.slick-prev:before {
    content: url(../img/arrow_left.png);
}

.slick-next:before {
    content: url(../img/arrow_right.png);
}

/*テーブルスタイル01*/

.table_case {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #7a6a56;
}

.table_case tr {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #7a6a56;
}

.table_case th {
    padding: 10px 25px 10px 25px;
    vertical-align: top;
    text-align: left;
    color: #7a6a56;
}

.table_case td {
    padding: 10px 25px 10px 25px;
    vertical-align: top;
    text-align: left;
    font-weight: 600;
}
