* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    font-size: 0.78125vw;
    height: 100%;
}
body {
    font: 1rem/1.6 "Helvetica Neue" , "Arial" , "Hiragino Sans", "Hiragino Kaku Gothic ProN" , "Meiryo" , sans-serif;
    height: 100%;
}
body p {
    font-size: max(1.6rem, 16px);
}

/* 画像（スライド） */
.main_slide {
    width: 100%;
    height: 100%;
}
.slider_item {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slider_img {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.slider_img1 {
    background-image: url(../img/img_main1.jpg);
}
.slider_img2 {
    background-image: url(../img/img_main2.jpg);
}
.slider_img3 {
    background-image: url(../img/img_main3.jpg);
}
.slider_img4 {
    background-image: url(../img/img_main4.jpg);
}
.slider_img5 {
    background-image: url(../img/img_main5.jpg);
}
.slider_img6 {
    background-image: url(../img/img_main6.jpg);
}
.slider_img7 {
    background-image: url(../img/img_main7.jpg);
}
.slider_img8 {
    background-image: url(../img/img_main8.jpg);
}
.slider_img9 {
    background-image: url(../img/img_main9.jpg);
}

/* スライドカウンター */
.slick-num {
    position: absolute;
    font-size: max(1.6rem, 14px);
    right: 0;
    color: #000000;
    z-index: 998;
}
.now-count {
    font-size: max(1.6rem, 14px);
    color: #000000;
}

/* メイン文章 */
.main_message {
    margin-top: max(5rem, 50px);
    margin-left: min(4rem + 0.625vw, 180px);
}
.main_message span {
    font-size: max(1.8rem, 16px);
    color: #5bab39;
}

/* 新着情報 */
.notice {
    width: 98%;
    margin: 0 auto;
}
.notice .notice_main {
    width: 100%;
    border: solid #5bab39 1px;
    border-radius: 5px;
}
.notice li {
    list-style: none;
    cursor: pointer;
    font-size: max(1.6rem, 16px);
}
.notice li:hover {
    background-color: #eef6eb;
}
.notice .notice_child {
    display: none;
    position: relative;
    width: 100%;
    height: max(1.6rem * 5, 94px);
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    border-bottom: solid #5bab39 1px;
}
.notice .notice_child .box_img {
    display: inline-block;
    width: max(5vw, 70px);
    height: max(5vw, 70px);
    overflow: hidden;
    vertical-align: text-top;
    text-align: center;
}
.notice .notice_child .box_img img {
    height: 100%;
}
.notice .notice_child .box {
    display: inline-block;
    width: calc(100% - 15vw);
    padding-left: 10px;
    vertical-align: top;
}
.notice .create_date {
    display: inline-block;
    height: 25px;
}
.notice .notice_flg {
    display: inline-block;
    width: max(6vw, 80px);
    align-items: center;
    text-align: center;
    margin-left: 5px;
    font-size: max(1.4rem, 14px);
}
.notice .new_flg {
    display: inline-block;
    width: max(5.5rem, 48px);
    margin-left: 5px;
    font-size: max(1.4rem, 14px);
    align-items: center;
    text-align: center;
    color: red;
    animation: new_flg 2s ease infinite;
}
@keyframes new_flg {
    0% {
        color: red;
        border: solid 2px red;
    }
    25% {
        color: Magenta;
        border: solid 2px Magenta;
    }
    50% {
        color: yellow;
        border: solid 2px yellow;
    }
    75% {
        color: Cyan;
        border: solid 2px Cyan;
    }
    100% {
        color: Magenta;
        border: solid 2px Magenta;
    }
}
.notice .end_flg {
    display: inline-block;
    width: max(5.5rem, 48px);
    margin-left: 5px;
    font-size: max(1.4rem, 14px);
    align-items: center;
    text-align: center;
    color: #ffffff;
    background-color: #5bab39;
    border: solid 2px #ffffff;
}
.notice .headline {
    display: inline-block;
    width: 80%;
}
.notice .headline p {
    overflow: hidden;
}
.notice .headline span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.notice .next img{
    position: absolute;
    width: 2vw;
    top: 40%;
    right: max(1rem, 10px);
}
.s_event {
    background-color: #f0908d;
}
.s_hall {
    background-color: #006e54;
    color: #ffffff;
}
.s_other {
    background-color: #dccb18;
}
.notice .notice_all {
    padding-top: max(0.7rem, 7px);
    padding-right: max(0.5rem, 5px);
    padding-bottom: max(0.5rem, 5px);
    text-align: right;
}
.notice .notice_all span {
    border-bottom: 1px dashed #5bab39;
    font-size: max(1.4rem, 14px);
}
.notice .notice_all span:hover {
    cursor: pointer;
    background-color: #eef6eb;
}
.notice .notice_all span:nth-of-type(2) {
    display: none;
}

/* 利用料金 */
.price {
    width: 85%;
    text-align: center;
    margin: 0 auto;
}
.price table {
    border-collapse: collapse;
    border-spacing: 0;
}
.price th, td {
    font-size: max(1.6rem, 16px);
    width: 10%;
    height: 40px;
}
.price th {
    border: 1px solid #ffffff;
    background-color: #5bab39;
    color: #ffffff;
    font-weight: normal;
}
.price td {
    border: 1px solid #5bab39;
}

/* 区切り線 */
.separator {
    border: 1px solid #5bab39;
}

/* フッター */
footer {
    width: 100%;
    background: #5bab39;
}
footer .footer_main {
    display: inline-block;
}
footer .footer_p {
    display: block;
}
footer .footer_s {
    display: none;
}
footer .footer_nav {
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    z-index: 20;
}
footer .footer_nav li {
    display: inline-block;
    padding: 26px 10px 20px 10px;
    font-size: max(1.2rem, 11px);
    cursor: pointer;
}
footer .footer_nav li a {
    text-decoration: none;
    color: #ffffff;
}
footer .footer_nav li span {
    color: #ffffff;
}

.copyright p {
    font-size: max(1.2rem, 12px);
    text-align: right;
    margin-top: 5px;
    margin-right: 5px;
    color: #ffffff;
}

/* PC版 */
.pc_main {
    width: 100%;
    height: 100vh;
    max-height: 100%;
}
.pc_main1 {
    display: inline-block;
    position: fixed;
    vertical-align: top;
    width: 40%;
    height: 100%;
    margin-top: 2px;
    background-color: #ffffff;
}
.pc_main .aria1 {
    width: 100%;
}
.pc_main1 .aria1 .main_img {
    width: 100%;
    height: 80%;
}
//.pc_main1 .aria2 {
    height: 20px;
//}
.pc_main1 .aria3_fixed {
//    position: fixed;
    width: 100%;
    height: 20%;
    min-height: 154px;
    bottom: 0;
}
.pc_main1 .aria3 {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 154px;
    background-color: #ffffff;
}
.pc_main1 .aria3 img {
    display: inline-block;
    vertical-align: top;
    height: 60%;
    margin-top: 15px;
    margin-left: 5px;
}
.pc_main1 .aria3 .logo_text {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 5px;
    text-align: left;
}
.pc_main1 .aria3 .logo_text span {
    font-size: max(1.6rem, 16px);
    color: #5bab39;
}

.pc_main2 {
    position: relative;
    vertical-align: top;
    width: calc(60% - 5px);
    height: 100%;
    margin-left: 40%;
    background-color: #ffffff;
    z-index: 100;
}

.pc_main2 .aria_table {
    width: 100%;
    height: 100%;
}
.pc_main2 .aria1 {
    width: 50%;
    height: 50%;
    background-image: url(../img/img_main2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    }
.pc_main2 .aria2 {
    width: 50%;
    height: 50%;
    background-image: url(../img/img_main6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pc_main2 .aria3 {
    width: 50%;
    height: 100%;
    background-image: url(../img/img_main3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.fadein{
    animation-name: fadein;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pc_header {
    position: relative;
    width: calc(100% - 5px);
    height: 20vh;
    margin-top: 28vh;
    padding-top: 5vh;
    margin-left: 2px;
    margin-bottom: max(2rem, 20px);
    border-bottom: solid #5bab39 5px;
}
.pc_header .pc_header_img {
    position: absolute;
    right: 0px;
    bottom: -5px;
    width: max(25vh, 250px);
    height: max(25vh, 250px);
    z-index: 100;
}
.pc_header .img1 {
    background-image: url(../img/img_main11.jpg);
//    background-position: left bottom;
    background-size: cover;
}
.pc_header .img2 {
    background-image: url(../img/img_main10.jpg);
//    background-size: max(20vh, 250px) max(20vh, 250px);
    background-size: cover;
    background-repeat: no-repeat;

}
.pc_header .img3 {
    background-image: url(../img/facilities.jpg);
    background-size: cover;
}
.pc_header .img4 {
    background-image: url(../img/img_main7.jpg);
    background-size: cover;
}
.pc_header .img5 {
    background-image: url(../img/access.jpg);
    background-size: cover;
}
.pc_header span {
    margin-top: 10px;
//    margin-left: min(4rem + 0.625vw, 80px);
    margin-left: min(4rem + 0.625vw, 180px);
    font-size: max(2.5rem, 22px);
}
.pc_header p {
//    margin-left: min(4rem + 0.625vw, 80px);
    margin-left: min(4rem + 0.625vw, 180px);
    font-size: max(1.5rem, 12px);
    color: #5bab39;
}

/* スマートフォン用 */
.smart_main {
    display: none;
}
.s_main {
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: 100%;
    height: auto;
}
.main1 {
    position: relative;
    width: 30%;
}
.main1_child {
    width: 100%;
    text-align: center;
}
.main1 .main1_child .logo img {
    margin-top: 20vw;
    max-width: 80%;
    height: auto;
}
.main1 .main1_child .logo p {
    margin-left: 3vw;
    font-size: max(1.8rem, 15px);
    color: #5bab39;
    text-align: left;
}
.main2 {
    position: relative;
    width: 70%;
}
.s_header {
    margin-left: 3vw;
    font-size: max(2.5rem, 22px);
}
.s_header p {
    font-size: max(1.5rem, 12px);
    color: #5bab39;
}


/* レスポンシブ対応 */
@media screen and (max-width: 1000px) { /* 幅が1000px以下の時 */
.pc_header .pc_header_img {
    width: 150px;
    height: 150px;
}
}

@media screen and (max-width: 701px) {   /* 幅が700px以下のとき */
.pc_main {
    display: none;
}
.smart_main {
    display: block;
}
.slick-num {
    top: auto;
    right: 2vw;
    bottom: 0;
    z-index: auto;
//    font-size: 3vw;
}
.now-count {
//    font-size: 3vw;
}

.notice {
    margin-top: 3vw;
}
.main_message {
    margin-left: 20px;
    margin-bottom: 50px;
}
.notice .notice_child {
    height: max(17rem, 80px);
    padding: 5px 5px 5px 5px;
}
.notice .notice_child .box_img {
    width: max(5vw, 65px);
    height: max(5vw, 65px);
}
.notice .notice_child .box {
    width: 79%;
}
.notice .notice_child .box1 {
    display: block;
    width: 100%;
    font-size: max(1.2rem, 12px);
}
.notice .notice_child .headline {
    width: 100%;
    font-size: max(1.4rem, 14px);
}
.notice .notice_child .headline p {
    font-size: max(1.4rem, 14px);
}
.notice .next {
    display: none;
}
.price {
    width: 98%;
}
footer .footer_p {
    display: none;
}
footer .footer_s {
    display: block;
}
}
@media screen and (max-width: 370px) { /* 幅が370px以下のとき */
.main_message {
    margin-left: 1px;
}
footer .footer_nav li {
    display: list-item;
    padding: 0 0 0 0;
    margin-top: 10px;
    margin-left: 10px;
}
}
@media screen and (max-width: 300px) { /* 幅が300px以下のとき */
.main1 .main1_child .logo p {
    font-size: 14px;
}
.notice .notice_child .box_img {
    display: none;
}
.notice .notice_child .box {
    width: 100%;
}
}

@media screen and (max-height: 650px) {  /* 高さが650px以下のとき */
.pc_main1 {
    height: 650px;
}
.pc_main1 .aria2_fixed {
    position: fixed;
}
.pc_main1 .aria2 {
    width: 40%;
}

.pc_main2 .aria_table {
    height: 650px;
}
}

