@charset 'utf-8';

/* ==========================================================================

	TOP

   ========================================================================== */

/*--------------------------------
    基本レイアウト
--------------------------------*/

/* スクロールでヘッダー表示 */

header {
	-webkit-transition: 0.3s;
	transition: 0.3s;
	/*-webkit-transform: translate(0, -100%);*/
	/*transform: translate(0, -100%);*/
    background-color: rgba(251, 249, 242, 0);
}

header.show {
	/*-webkit-transform: translate(0, 0);*/
	/*transform: translate(0, 0);*/
    background-color: rgba(251, 249, 242, 0.95);
}

@media only screen and (max-width: 812px) {
    header {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*--------------------------------
    メインビジュアル
--------------------------------*/

#mainvisual {
	position: relative;
    width: 100vw;
    height: calc(100vh + 180px);
	text-align: center;
    padding:0;
    margin: 0 auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#mainvisual .mainvisual {
    width: 100%;
    height: 100%;
}

#mainvisual .top_copy {
    position: absolute;
    top: calc(185px + 100px + 1em);
    left: 10%;
    font-size: 4.0rem;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.075em;
}

/* スクロール */

#mainvisual .btn_scroll {
    display: block;
    position: absolute;
    bottom: 230px;
    right: 50px;
    font-size: 1.1rem;
    padding-right: 13px;
}

#mainvisual .btn_scroll a:link,
#mainvisual .btn_scroll a:visited { color:#48864e; }
#mainvisual .btn_scroll a:hover,
#mainvisual .btn_scroll a:active { color:#48864e; opacity: 0.5; }

#mainvisual .btn_scroll span {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 1;
}

#mainvisual .btn_scroll svg {
    display: block;
    width: 12px;
    height: 85px;
    fill: #48864e;
    margin: 0 auto;
    -webkit-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite;
}

#mainvisual .btn_scroll:hover svg {
    fill: #48864e; opacity: 0.5;
}

@-webkit-keyframes scroll {
    0% { opacity: 0; -webkit-transform:translate(0, -15px); }
    40% { opacity: 1; }
    80% { opacity: 1; -webkit-transform:translate(0, 15px); }
    100% { opacity: 0; -webkit-transform:translate(0, 15px); }
}

@keyframes scroll {
    0% { opacity: 0; transform:translate(0, -15px); }
    40% { opacity: 1; }
    80% { opacity: 1; transform:translate(0, 15px); }
    100% { opacity: 0; transform:translate(0, 15px); }
}

@media only screen and (max-width: 812px) {
    
    #mainvisual {
        /*padding-top: 60px;*/
        margin: 0 auto 50px;
    }

    #mainvisual .top_copy {
        font-size: 2.3rem;
        top: calc(100px + 50px + 1em);
        left: 5%;
    }

    /* スクロール */

    #mainvisual .btn_scroll {
        font-size: 1.0rem;
    }

    #mainvisual .btn_scroll a:link,
    #mainvisual .btn_scroll a:visited { color:#48864e; }
    #mainvisual .btn_scroll a:hover,
    #mainvisual .btn_scroll a:active { color:#48864e; }

    #mainvisual .btn_scroll:hover svg {
        fill: #48864e;
    }
}


/*--------------------------------
	全画面ボックス + タイトル
--------------------------------*/

.heading_gr1 {
    margin-top: 0;
}

.heading_img {
    width: 100%;
    height: 50vh;
	margin: 0 auto 60px;
    padding: 0 5%;
    background: url(../images/sample.png) no-repeat center center;
    background-size:cover;
}

.heading_img a {
    width: 100%;
    height: 100%;
    /* Flex */
    display: -webkit-flex; /* Safari */
    display: flex; /* Chrome, Firefox, IE11 */
    /* 左右センター */
    -webkit-justify-content: center;
    justify-content: center;
    /* 上下センター */
    -webkit-align-items: center;
    align-items: center;
}

.heading_img .heading_gr1 {
	width: auto;
    margin: 0 auto;
	text-align: center;
    /* Flex */
    -ms-flex:0 1 auto; /* IE default => 0 0 auto */
    flex:0 1 auto;
    max-width:100%;
}

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

    .heading_img {
        height: 30vh;
        margin: 0 auto 30px;
        background: url(../images/sample_sp.png) no-repeat center center;
    }

}

#SCROLLNEXT {
    position: relative;
    display: block;
    transform: translateY(-100px);
}


/*--------------------------------
    じいちゃんちとは
--------------------------------*/

#about {
    position: relative;
    padding: 180px 0 45px;
    margin-top: -310px;
    z-index: 3;
}
#about .container {
    width: 67%;
    padding: 0;
    background-color: #e0ebd5;
    border-radius: 0 40px 40px 0 / 0 40px 40px 0;
    margin: 0;
}
#about .container .inner {
    padding: 0;
    min-width: 0;
    max-width: 100%;
    padding: 83px 83px 125px 210px;
    position: relative;
    /* background: url(/images/about_bg.png) no-repeat bottom left; */
}
#about .container .inner h2 {
    position: absolute;
    top: -3.0rem;
    left: 2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    color: #48864e;
    font-weight: 600;
}
#about .container .inner h3 {
    font-size: 2.0rem;
    margin: 0 0 1em;
    font-weight: 500;
}
#about .container .inner p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0;
    font-weight: 400;
}

#about .container .inner .about_image1,
#about .container .inner .about_image2 {
    position: absolute;
}

#about .container .inner .about_image1 {
    bottom: -80px;
    right: 63px;
}
#about .container .inner .about_image1 .rellax {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
#about .container .inner .about_image2 {
    bottom: -27px;
    right: -344px;
}
#about .container .inner .about_image2 .rellax {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

@media only screen and (min-width: 813px) and (max-width: 1080px) {
    #about .container .inner .about_image2 {
        width: 34vw;
        right: -31.8518518518519vw;
    }
}

@media only screen and (max-width: 812px) {
    #about {
        padding: 80px 0 calc(35vw - 60px);
        margin-top: -260px;
    }
    #about .container {
        width: 95%;
        border-radius: 0 20px 20px 0 / 0 20px 20px 0;
    }
    #about .container .inner {
        /* padding: 20px 5% 35vw 5%; */
        padding: 20px 5% 40px 5%;
    }
    #about .container .inner h2 {
        position: relative;
        top: auto;
        left: auto;
        writing-mode: horizontal-tb;
        margin-bottom: 1em;
        font-size: 22px;
        text-align: center;
    }
    #about .container .inner h3 {
        font-size: 2.0rem;
    }
    #about .container .inner p {
        font-size: 1.4rem;
    }
    #about .container .inner .about_image1 {
        width: 30vw;
        right: auto;
        bottom: -15vw;
        left: 15%;
    }
    #about .container .inner .about_image2 {
        width: 50vw;
        right: -5%;
    }
}


/*--------------------------------
    施設の使いかた
--------------------------------*/

#howtouse {
    padding: 180px 0 0;
}
#howtouse .container {
    width: 100%;
    padding: 0;
    margin: 0 0 85px;
    display: flex;
    flex-flow: row-reverse nowrap;
}
#howtouse .container .inner {
    width:  67%;
    padding: 0;
    min-width: 0;
    max-width: 67%;
    /* padding: 83px 210px 100px 83px; */
    padding: 5em 12em 5em 5em;
    position: relative;
    background-color: #cfe5e5;
    border-radius: 40px 0 0 40px / 40px 0 0 40px;
    margin: 0;
}
#howtouse .container .inner h2 {
    position: absolute;
    top: -3.0rem;
    right: 2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    color: #356a6a;
    font-weight: 600;
}
#howtouse .container .inner h3 {
    font-size: 2.0rem;
    margin: 0 0 1em;
    font-weight: 500;
    text-align: right;
}
#howtouse .container .inner p {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 0 3em;
    font-weight: 400;
    color: #356a6a;
}
#howtouse .container .inner p.black {
    color: #000;
}
#howtouse .container .inner h4 {
    font-size: 2.4rem;
    margin: 0 0 1.5em;
    font-weight: 500;
    text-align: left;
    color: #356a6a;
}
#howtouse .container .inner h5 {
    font-size: 1.8rem;
    margin: 0 0 1.5em;
    font-weight: 500;
    text-align: left;
    background-color: #e7f2f2;
    padding: 0.5em 1em;
    color: #356a6a;
}
#howtouse .container .inner ul.howtouse_list {
    margin-bottom: 3em;
}
#howtouse .container .inner ul.howtouse_list li {
    font-size: 1.8rem;
    margin: 0 0 1em;
    font-weight: 500;
    /* text-align: right; */
    color: #356a6a;
    position: relative;
    padding-left: 6.0rem;
}
#howtouse .container .inner ul.howtouse_list li a {
    text-decoration: underline;
    color: #356a6a;
}

#howtouse .container .inner ul.howtouse_list li .howtouse_list_number {
    color: #356a6a;
    width: 3.24rem;
    height: 3.24rem;
    border-radius: 50%;
    overflow: hidden;
    background-color: #e7f2f2;
    display: inline-block;
    text-align: center;
    line-height: 3rem;
    position: absolute;
    top: 0;
    left: 0.4rem;
}

#howtouse .container .inner dl.howtouse_price_list {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 320px;
    flex-wrap: wrap;
    margin-bottom: 4em;
}
#howtouse .container .inner dl.howtouse_price_list dt {
    width: 180px;
    font-size: 1.8rem;
    color: #356a6a;
}
#howtouse .container .inner dl.howtouse_price_list dd {
    width: 140px;
    font-size: 2.4rem;
    color: #356a6a;
}

#howtouse .container .inner ul.howtouse_buttons {
    display: flex;
    position: relative;
}

#howtouse .container .inner ul.howtouse_buttons li {
    height: 60px;
    width: 320px;
    border-radius: 30px;
    overflow: hidden;
    margin-right: 20px;
}
#howtouse .container .inner ul.howtouse_buttons li a {
    background-color: #486f53;
    color: #FFFFFF;
    display: flex;
    height: 60px;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 30px;
}
#howtouse .container .inner ul.howtouse_buttons li:last-child {
    margin-right: 0px;
}
#howtouse .container .inner ul.howtouse_buttons li a svg {
    width: 18px;
    height: 7px;
    fill: #FFFFFF;
    display: block;
}
#howtouse .container .inner ul.howtouse_buttons li a span {
    padding-left: 15px;
    display: block;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
}


#howtouse .howtouse_examples {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 90px;
}
#howtouse .howtouse_examples .howtouse_example_text {
    position: absolute;
    top: -20px;
    left: 30px;
}
#howtouse .howtouse_examples ul {
    display: flex;
    padding: 0 30px;
}
#howtouse .howtouse_examples ul li {
    box-sizing: border-box;
    width: 320px;
    padding: 0 10px;
    display: flex;
    flex-flow: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#howtouse .howtouse_examples ul li img {
    /* height: 180px; */
}
#howtouse .howtouse_examples ul li p {
    font-size: 1.7rem;
    line-height: 2;
    text-align: center;
    width: 100%;
}

#howtouse .howtouse_illust1 {
    position: absolute;
    width: 412px;
    top: 50px;
    left: 0;
}

#howtouse .howtouse_illust2 {
    position: absolute;
    width: 120px;
    top: 300px;
    left: 13%;
}

#howtouse .howtouse_illust2 img {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
}

#howtouse .howtouse_illust3 {
    position: absolute;
    width: 98px;
    top: 460px;
    left: 6%;
}

#howtouse .howtouse_illust3 img {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}


#howtouse .howtouse_image {
    position: relative;
    width: 70%;
    max-width: 980px;
    /* margin: -46px auto 0; */
    margin: 0 auto;
    z-index: 1;
}
#howtouse .howtouse_image .howtouse_map {
    width: 100%;
    border-radius: 50px;
    overflow: hidden;
}
#howtouse .howtouse_illust4 {
    position: absolute;
    width: 352px;
    bottom: 144px;
    /* right: -212px; */
    right: 0;
    z-index: 2;
}
#howtouse .howtouse_illust5 {
    position: absolute;
    width: 168px;
    bottom: 0px;
    left: -15%;
}

#howtouse .howtouse_image .howtouse_illust5 img {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}

@media only screen and (min-width: 813px) {
    #howtouse .container .inner ul.howtouse_buttons li a:hover {
        background-color: #FFFFFF;
    }
    #howtouse .container .inner ul.howtouse_buttons li a:hover svg {
        fill: #486f53;
    }
    #howtouse .container .inner ul.howtouse_buttons li a:hover span {
        color: #486f53;
    }
    .howtouse_buttons li a:hover svg {
        transform: translateX(6px);
    }
}

@media only screen and (min-width: 813px) and (max-width: 1200px) {
    #howtouse .container .inner {
        width: 90%;
        max-width: 90%;
    }
    #howtouse .container .inner ul.howtouse_buttons {
        display: block;
    }
    #howtouse .container .inner ul.howtouse_buttons li:first-child {
        margin-bottom: 1em;
    }
    #howtouse .howtouse_examples ul li p {
        font-size: 1.1rem;
    }
}

@media only screen and (max-width: 812px) {
    #howtouse {
        padding: 80px 0 0;
    }
    #howtouse .container {
        
    }
    #howtouse .container .inner {
        width: 95%;
        max-width: 95%;
        /* padding: 20px 5% 20vw 5%; */
        padding: 20px 5% 40px 5%;
        border-radius: 20px 0 0 20px / 20px 0 0 20px;
    }
    #howtouse .container .inner h2 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        writing-mode: horizontal-tb;
        margin-bottom: 1em;
        text-align: right;
        font-size: 22px;
        text-align: center;
    }
    #howtouse .container .inner h3 {
        font-size: 2.0rem;
        letter-spacing: 0.1em;
        text-align: left;
    }
    #howtouse .container .inner h4 {
        font-size: 1.8rem;
        letter-spacing: 0.1em;
        text-align: left;
    }
    #howtouse .container .inner h5 {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        text-align: left;
    }
    #howtouse .container .inner p {
        font-size: 1.4rem;
    }
    #howtouse .container .inner ul.howtouse_list li {
        font-size: 1.4rem;
        padding-left: 4.0rem;
    }
    
    #howtouse .container .inner ul.howtouse_list li .howtouse_list_number {
        width: 2.52rem;
        height: 2.52rem;
        line-height: 2.4rem;
        left: 0.4rem;
    }
    #howtouse .container .inner dl.howtouse_price_list {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        margin-bottom: 4em;
    }
    #howtouse .container .inner dl.howtouse_price_list dt {
        width: 11em;
        font-size: 1.4rem;
        color: #356a6a;
        margin-right: 1em;
    }
    #howtouse .container .inner dl.howtouse_price_list dd {
        width: calc(100% - 13em);
        font-size: 1.4rem;
        font-weight: bold;
        color: #356a6a;
    }
    #howtouse .container .inner ul.howtouse_buttons {
        display: block;
    }
    #howtouse .container .inner ul.howtouse_buttons li:last-child {
        margin-top: 1em;
    }
    #howtouse .howtouse_examples {
        position: relative;
        max-width: 1280px;
        margin: 0 auto 20vw;
        padding: 0 5%;
    }
    #howtouse .howtouse_examples .howtouse_example_text {
        top: -25px;
        left: 5vw;
    }
    #howtouse .howtouse_examples ul {
        flex-wrap: wrap;
        padding: 0;
    }
    #howtouse .howtouse_examples ul li {
        box-sizing: border-box;
        width: 50%;
        padding: 0 20px;
    }
    #howtouse .howtouse_examples ul li img {
        height: 100px;
    }
    #howtouse .howtouse_examples ul li p {
        font-size: 1.0rem;
    }
    /* #howtouse .howtouse_examples ul li p br {
        display: none;
    } */
    #howtouse .howtouse_illust1 {
        width: 50vw;
        top: 50px;
        left: 0;
    }
    #howtouse .howtouse_illust2 {
        width: 105px;
        top: 300px;
        left: auto;
        right: 30px;
        
        display: none;
    }
    
    #howtouse .howtouse_illust3 {
        position: absolute;
        width: 100px;
        top: 420px;
        left: 60px;
        
        display: none;
    }
    
    #howtouse .howtouse_illust4 {
    }
    #howtouse .howtouse_illust5 {
        display: none;
    }
    #howtouse .howtouse_image {
        border-radius: 0;
        width: 100%;
    }
    #howtouse .howtouse_image .howtouse_map {
        border-radius: 0;
        width: 100%;
    }
    #howtouse .howtouse_illust4 {
        width: 30vw;
    }
}


/*--------------------------------
    施設紹介
--------------------------------*/

#facility {
    padding: 180px 0 0;
    margin-top: -15px;
}
#facility .container {
    padding: 0 60px;
}
#facility .container .inner {
    width: 100%;
    padding: 0;
    /* background-color: #e1e6f0; */
    max-width: 100%;
    min-width: 100%;
    position: relative;
}
#facility .container .inner h2 {
    position: absolute;
    top: -3.0rem;
    left: 2.5vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    color: #4a447d;
    font-weight: 600;
    z-index: 2;
}
#facility .container .inner .slide {
    width: 88%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}
#facility .container .inner .slide_wrapper {
}
#facility .container .inner .slide_controls {
    display: flex;
    justify-content: right;
    height: 50px;
    width: 88%;
    padding-top: 20px;
}
#facility .container .inner .slide_prev {
    width: 27px;
    height: 10px;
    cursor: pointer;
    transform: translateY(2px);
    transition: transform 0.1s linear;
}
#facility .container .inner .slide_prev svg {
    width: 27px;
    height: 10px;
}
#facility .container .inner .slide_dots {
    margin: 0 20px;
}
#facility .container .inner .slide_dots .slick-dots {
    position: relative;
    display: inline-block;
    width: auto;
    bottom: auto;
}
#facility .container .inner .slide_dots .slick-dots li {
    margin: 0;
}
#facility .container .inner .slide_next {
    width: 27px;
    height: 10px;
    cursor: pointer;
    transform: translateY(2px);
    transition: transform 0.1s linear;
}
#facility .container .inner .slide_next svg {
    width: 27px;
    height: 10px;
}
#facility .container .inner .slide_info_container {
    background-color: #dcdaec;
    border-radius: 20px;
    padding: 32px;
    width: 420px;
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 2;
}
#facility .container .inner .slide_info {
    display: none;
}
#facility .container .inner .slide_info .slide_info_title {
    font-weight: bold;
}
#facility .container .inner .slide_info p {
    margin-top: 1em;
    margin-bottom: 0;
}
#facility .container .inner .slide_info.active {
    display: block;
}
#facility .container .inner .slide_info .slide_info_link {
    text-align: right;
    margin-top: 1em;
}
#facility .container .inner .slide_info .slide_info_link a {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}
#facility .container .inner .slide_info .slide_info_link a svg {
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    /*transform: translateY(-50%);*/
    width: 18px;
    height: 7px;
}
#facility .container .inner .slide_info .slide_info_link a span {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
}

#facility .container .inner .facility_illust1 {
    position: absolute;
    width: 283px;
    bottom: 280px;
    left: -60px;
    pointer-events: none;
    z-index: 3;
}
#facility .container .inner .facility_illust2 {
    position: absolute;
    width: 200px;
    bottom: -72px;
    right: 35%;
    pointer-events: none;
    z-index: 4;
}
/*
#facility .container .inner .facility_illust2 img {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
*/

@media only screen and (min-width: 813px) {
    #facility .container .inner .slide_prev:hover,
    #facility .container .inner .slide_next:hover {
        opacity: 0.5;
    }
    #facility .container .inner .slide_info .slide_info_link a:hover svg {
        transform: translateX(6px);
    }
}
@media only screen and (max-width: 812px) {
    #facility {
        padding: 20vw 0 0;
        margin-top: 0;
    }
    #facility .container {
        padding: 0 5%;
    }
    #facility .container .inner h2 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        writing-mode: horizontal-tb;
        margin-bottom: 1em;
        text-align: right;
        font-size: 22px;
        text-align: center;
    }
    #facility .container .inner .slide {
        width: 100%;
        border-radius: 20px 20px 0 0 / 20px 20px 0 0;
        overflow: hidden;
        position: relative;
    }
    #facility .container .inner .slide_controls {
        display: flex;
        justify-content: center;
        height: 40px;
        width: 100%;
        padding-top: 10px;
    }
    #facility .container .inner .slide_prev {
        width: 19px;
        height: 7px;
        vertical-align: top;
    }
    #facility .container .inner .slide_prev svg {
        width: 19px;
        height: 7px;
    }
    #facility .container .inner .slide_dots {
        
    }
    #facility .container .inner .slide_dots .slick-dots {
        position: relative;
        display: inline-block;
        width: auto;
        bottom: auto;
    }
    #facility .container .inner .slide_info_container {
        background-color: #dcdaec;
        border-radius: 0 0 20px 20px / 0 0 20px 20px;
        padding: 32px;
        width: 100%;
        position: relative;
        right: auto;
        bottom: auto;
    }
    #facility .container .inner .slide_info {
        display: none;
    }
    #facility .container .inner .slide_info .slide_info_title {
        font-weight: bold;
    }
    #facility .container .inner .slide_info p {
        margin-bottom: 0;
    }
    #facility .container .inner .facility_illust1 {
        position: absolute;
        width: 150px;
        bottom: 280px;
        left: -5%;
    }
    #facility .container .inner .facility_illust2 {
        position: absolute;
        width: 100px;
        bottom: -72px;
        right: 35%;
        pointer-events: none;
        
        display: none;
    }
}

/*--------------------------------
    カレンダー
--------------------------------*/

#calender {
    padding: 180px 0 0;
    /* margin-top: -15px; */
    margin-bottom: 180px;
}
#calender .container {
    padding: 0 0 0 60px;
}
#calender .container .inner {
    width: 100%;
    padding: 83px 15vw 113px 60px;
    background-color: #e1e6f0;
    border-radius: 40px 0 0 40px / 40px 0 0 40px;
    max-width: 100%;
    min-width: 100%;
    position: relative;
}
#calender h2 {
    position: absolute;
    top: -3.0rem;
    right: 5vw;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    color: #134a9e;
    font-weight: 600;
}
#calender iframe {
    width: 100%;
    max-width: 980px;
    height: 580px;
    margin: 0 auto;
    display: block;
}

#calender .container .inner .calender_button {
    background-color: #274630;
    color: #FFFFFF;
    display: flex;
    width: 478px;
    height: 108px;
    font-size: 1.8rem;
    font-weight: bold;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: center;
    border-radius: 54px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 30px);
    transform: translate(-50%, 50%);
    z-index: 100;
}
#calender .container .inner .calender_button svg {
    width: 18px;
    height: 7px;
    fill: #FFFFFF;
    display: block;
}
#calender .container .inner .calender_button span {
    padding-left: 15px;
    display: block;
    line-height: 60px;
    height: 60px;
    vertical-align: middle;
}

#calender .container .inner .calender_illust {
    position: absolute;
    width: 254px;
    bottom: -150px;
    right: 160px;
}

#calender .container .inner .calendar_link {
    margin-top: 1em;
    text-align: center;
}

#calender .container .inner .calendar_link a {
    padding-left: 30px;
    position: relative;
    display: inline-block;
    font-size: 15px;
}
#calender .container .inner .calendar_link a svg {
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    /*transform: translateY(-50%);*/
    width: 18px;
    height: 7px;
}

@media only screen and (min-width: 813px) {
    #calender .container .inner .calender_button:hover {
        background-color: #FFFFFF;
    }
    #calender .container .inner .calender_button:hover svg {
        fill: #486f53;
    }
    #calender .container .inner .calender_button:hover span {
        color: #486f53;
    }
}

@media only screen and (max-width: 812px) {
    #calender {
        padding: 80px 0 20vw;
        margin-top: 0;
        margin-bottom: 0;
    }
    #calender .container {
        padding: 0 0 0 5%;
    }
    #calender .container .inner {
        width: 100%;
        max-width: 100%;
        padding: 20px 10% 20vw 5%;
        border-radius: 20px 0 0 20px / 20px 0 0 20px;
    }
    #calender .container .inner h2 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        writing-mode: horizontal-tb;
        margin-bottom: 1em;
        text-align: right;
        font-size: 22px;
        text-align: center;
    }
    #calender iframe {
        height: 400px;
    }
    #calender .container .inner .calender_button {
        width: 250px;
        height: 50px;
        border-radius: 25px;
        left: calc(50% - 2.5vw);
    }
    #calender .container .inner .calender_illust {
        width: 100px;
        bottom: -150px;
        right: auto;
        left: 50px;
    }
}


/*--------------------------------
    じいちゃんち日誌
--------------------------------*/

#information {
    /* padding: 180px 0 0; */
    padding: 0;
    z-index: 2;
    position: relative;
}
#information .container {
    padding: 0 140px 0 0;
}
#information .container .inner {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    /* padding: 60px 70px 60px 210px; */
    padding: 5em 5em 5em 11em;
    position: relative;
    background-color: #edecdc;
    /* background: #edecdc url(/images/information_bg.png) no-repeat top left; */
    background-size: 100% auto;
    border-radius: 0 40px 40px 0 / 0 40px 40px 0;
    margin: 0;
}

#information .container .inner .information_illust {
    position: absolute;
    /* width: 230px;
    top: -121px;
    right: 95px; */
    width: 300px;
    top: -170px;
    right: 5em;
    pointer-events: none;
}

#information .container .inner h2 {
    position: absolute;
    top: -3.0rem;
    left: 2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    color: #736f37;
    font-weight: 600;
}
#information .container .inner h2 em {
    font-size: 1.4rem;
    padding-top: 3.6rem;
}
#information .container .inner .post_list {

}

#information .container .inner .information_footer {
    width: 100%;
    text-align: right;
}

#information .container .inner .information_more_link {
    padding-left: 30px;
    position: relative;
    display: inline-block;
}
#information .container .inner .information_more_link svg {
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    /*transform: translateY(-50%);*/
    width: 18px;
    height: 7px;
}
#information .container .inner .information_more_link span {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1;
}

@media only screen and (min-width: 813px) {
    #information .container .inner .information_more_link:hover svg {
        transform: translateX(6px);
    }
}

@media only screen and (min-width: 813px) and (max-width: 1100px) {
    #information .container .inner .information_illust {
        position: absolute;
        width: 230px;
        top: -121px;
    }
}

@media only screen and (min-width: 813px) and (max-width: 1200px) {
    #information .container {
        padding: 0 10vw 0 0;
    }
    #information .container .inner .post_list.cardType li {
        width: 48%;
        max-width: 48%;
        flex: 0 0 48%;
        margin: 0 2% 3em 0;
    }
}

@media only screen and (max-width: 812px) {
    #information {
        padding: 0;
    }
    #information .container {
        padding: 0 5% 0 0;
    }
    #information .container .inner {
        width: 100%;
        max-width: 100%;
        padding: 20px 5% 5vw 10%;
        border-radius: 0 20px 20px 0 / 0 20px 20px 0;
    }
    #information .container .inner .information_illust {
        position: absolute;
        width: 120px;
        top: -75px;
        right: 15px;
    }
    #information .container .inner h2 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        writing-mode: horizontal-tb;
        margin-bottom: 1em;
        text-align: left;
        font-size: 22px;
        text-align: center;
    }
    #information .container .inner h2 em {
        display: block;
        padding-top: 0;
        font-size: 1.4rem;
        text-align: center;
    }
}

/*--------------------------------
    history
--------------------------------*/
#history {
    padding: 180px 0 0;
}
#history .container {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row-reverse nowrap;
}
#history .container .inner {
    width: 80%;
    padding: 0;
    min-width: 0;
    max-width: 80%;
    padding: 4em 11em 5em 5em;
    position: relative;
    background-color: #edecdc;
    /* background: #edecdc url(/images/history_bg.png) no-repeat center center; */
    background-size: cover;
    border-radius: 40px 0 0 40px / 40px 0 0 40px;
    margin: 0;
}
#history .container .inner p {
    font-size: 1.8rem;
    line-height: 2;
    margin: 0 0 45px;
    font-weight: 400;
}
#history .container .inner .history_button {
    display: block;
    height: 185px;
    width: 100%;
    max-width: 800px;
    background: #94946e;
    color: #fff;
    text-align: center;
    font-size: 2.5rem;
    line-height: 185px;
}
#history .container .inner .history_button::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #94946e url(/images/history_button_bg.png) no-repeat center center;
    background-size: cover;
    transition: opacity 0.1s linear;
}
#history .container .inner .history_button span {
    position: relative;
}
#history .container .inner .history_button svg {
    position: absolute;
    bottom: 25px;
    right: 26px;
    width: 103px;
    height: 18px;
}
#history .container .inner .history_illust1 {
    position: absolute;
    width: 350px;
    bottom: -40px;
    right: 0;
}
#history .container .inner .history_illust2 {
    position: absolute;
    width: 139px;
    bottom: -85px;
    right: 95%;
}
/*
#history .container .inner .history_illust2 img {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}
*/

@media only screen and (min-width: 813px) {
    #history .container .inner .history_button:hover::before {
        opacity: 0.6;
    }
    #history .container .inner .history_button:hover svg {
        transform: translateX(6px);
    }
}

@media only screen and (min-width: 813px) and (max-width: 1200px) {
    #history .container .inner {
        width: 90%;
        padding: 0;
        min-width: 0;
        max-width: 90%;
        padding: 4em 5em 5em;
    }
}

@media only screen and (max-width: 812px) {
    #history {
        padding: 20vw 0 0;
    }
    #history .container .inner {
        width: 95%;
        max-width: 95%;
        padding: 20px 5% 20vw 5%;
        border-radius: 20px 0 0 20px / 20px 0 0 20px;
    }
    #history .container .inner p {
        font-size: 1.4rem;
        margin-bottom: 1.5em;
    }
    #history .container .inner p br {
        display: none;
    }
    #history .container .inner .history_button {
        font-size: 1.5rem;
        height: 100px;
        line-height: 100px;
    }
    #history .container .inner .history_button svg {
        position: absolute;
        bottom: 10px;
        right: 10px;
        width: 52px;
        height: 9px;
        fill: #fff;
    }
    #history .container .inner .history_illust1 {
        position: absolute;
        width: 150px;
        bottom: -40px;
        right: 0;
    }
    #history .container .inner .history_illust2 {
        position: absolute;
        width: 100px;
        bottom: -145px;
        left: 30px;
        
        display: none;
    }
}

/*--------------------------------
    メンバー紹介
--------------------------------*/

#members {
    padding: 180px 0 0;
    z-index: 2;
    position: relative;
}
#members .container {
    padding: 0;
}
#members .container .inner {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 5em 0px 0px 0;
    position: relative;
    /* background-color: #e0ecec; */
    /* border-radius: 0 40px 40px 0 / 0 40px 40px 0; */
    margin: 0;
}

#members .container .inner .members_illust {
    position: absolute;
    width: 323px;
    top: -121px;
    right: 95px;
}

#members .container .inner .members_bg {
    background-color: #e0ecec;
    border-radius: 0 40px 40px 0 / 0 40px 40px 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 75vw;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    /* background: #e0ecec url(/images/members_illust2.png) no-repeat bottom right;
    background-size: 227px 201px; */
}
#members .container .inner .members_bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    /* background: url(/images/members_illust1.png) no-repeat center left; */
    background-size: contain;
}
#members .container .inner .members_bg::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(/images/members_illust2.png) no-repeat;
    background-size: 300px 155px;
    background-position: calc(100% - 50px) 100%;
}

#members .container .inner h2 {
    position: absolute;
    top: -3.0rem;
    left: 2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    color: #376262;
    font-weight: 600;
}

#members .container .inner .members_text {
    position: relative;
    padding: 0 210px;
    max-width: 1256px;
    font-size: 1.8rem;
    font-weight: 500;
    margin: 0 auto 2em;
}

#members .container .inner .member_list {
    width: 100%;
    max-width: 1256px;
    display: -webkit-flex;
    display: flex;
    /* -webkit-justify-content: center;
    justify-content: center; */
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 110px 120px;
    margin: 0 auto;
}

#members .container .inner .members_illust3 {
    position: absolute;
    width: 110px;
    bottom: -72px;
    right: 5%;
    pointer-events: none;
    z-index: 4;
}

.member {
    box-sizing: border-box;
    width: 33.3%;
    /* max-width: 312px; */
    padding: 0 40px;
    margin-bottom: 4em;
    vertical-align: top;
    position: relative;
}
.member .member_image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 1.5em;
}
.member .member_post {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 1em;
}
.member .member_post span {
    font-size: 1.3rem;
    margin-left: -0.5em;
}
.member .member_name {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 1.2em;
}
.member p {
    font-size: 1.4rem;
}

@media only screen and (min-width: 813px) {
    #members .container .inner .information_more_link:hover svg {
        transform: translateX(6px);
    }
}

@media only screen and (min-width: 813px) and (max-width: 1000px) {
    #members .container .inner .members_text {
        padding: 0 0 0 210px;
    }
}

@media only screen and (min-width: 813px) and (max-width: 1200px) {
    .member {
        width: 50%;
    }
}



@media only screen and (max-width: 812px) {
    #members {
        padding: 20vw 0 20vw;
    }
    #members .container {
        padding: 0 5% 0 0;
    }
    #members .container .inner {
        width: 100%;
        max-width: 100%;
        padding: 20px 5% 5vw 10%;
        border-radius: 0 20px 20px 0 / 0 20px 20px 0;
    }
    #members .container .inner h2 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        writing-mode: horizontal-tb;
        margin-bottom: 1em;
        text-align: left;
        font-size: 22px;
        text-align: center;
    }
    #members .container .inner .members_bg {
        border-radius: 0 20px 20px 0 / 0 20px 20px 0;
        width: 100%;
        height: 100%;
    }
    #members .container .inner .members_bg::after {
        position: absolute;
        top: auto;
        left: auto;
        bottom: 0;
        right: 10vw;
        content: "";
        display: block;
        width: 30vw;
        height: 50vw;
        background: url(/images/members_illust2.png) no-repeat bottom right;
        background-size: contain;
    }

    #members .container .inner .members_text {
        position: relative;
        padding: 0;
        margin-bottom: 2em;
        font-size: 1.6rem;
        font-weight: 500;
    }
    #members .container .inner .members_text br {
        display: none;
    }
    
    #members .container .inner .member_list {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        /* -webkit-justify-content: center;
        justify-content: center; */
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 0 50px;
    }
    
    #members .container .inner .members_illust3 {
        width: 110px;
        bottom: -72px;
        right: 5%;
        
        display: none;
    }
    
    .member {
        width: 100%;
        padding: 0;
        margin-bottom: 2em;
    }
    .member .member_image {
        width: 100px;
        height: 100px;
    }
}

/*--------------------------------
    Instagram
--------------------------------*/

#instagram {
    padding: 180px 0 0;
    margin-top: -80px;
    position: relative;
    z-index: 2;
}
#instagram .container {
    /* min-width: 100%; */
    min-width: 0;
    max-width: 1036px;
}
#instagram .container h2 {
    margin-bottom: 2em;
}
#instagram .container h2 img {
    
}
#instagram .container h2 em {
    line-height: 1;
    letter-spacing: 0;
    padding-top: 14px;
}

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

    #instagram {
        padding: 60px 0 calc(20vw - 60px);
    }
}

/*--------------------------------
    関連リンク
--------------------------------*/

#relatedlinks {
    padding: 180px 0 0;
    margin-top: -80px;
    position: relative;
    z-index: 1;
}
#relatedlinks .container {
    max-width: 1036px;
}
#relatedlinks .container h2 {
    margin-bottom: 2em;
}
#relatedlinks .container ul {
    width: calc(100% + 20px);
    margin: 0 -10px -3em;
    display: flex;
    flex-wrap: wrap;
}
#relatedlinks .container ul li {
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 3em;
}
#relatedlinks .container ul li a img {
    display: block;
    transition: 0.3s;
    will-change: opacity;
}
#relatedlinks .container ul li a h3 {
    font-size: 1.8rem;
    padding-top: 0.7em;
}
#relatedlinks .container ul li a address {
    font-size: 1.3rem;
    margin-bottom: 1em;
}   
#relatedlinks .container ul li a p {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 0;
}

@media only screen and (min-width: 601px) and (max-width: 1056px) {
    #relatedlinks .container {
        min-width: 100%;
    }
    #relatedlinks .container ul li {
        width: 50%;
    }
}

@media only screen and (min-width: 813px) {
    #relatedlinks .container ul li a:hover img {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 812px) {
    
    #relatedlinks .container ul li:first-child {
        margin-bottom: 2em;
    }
    #relatedlinks .container ul li a p {
        font-size: 1.4rem;
        line-height: 2;
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    #relatedlinks {
        padding: 60px 0 calc(20vw - 60px);
        margin-top: 0;
    }
    #relatedlinks .container ul {
        width: 100%;
        display: block;
        margin: 0 0 -3em;
    }
    #relatedlinks .container ul li {
        width: 100%;
        padding: 0;
    }

}


/*--------------------------------
    アクセス
--------------------------------*/

#access {
    padding: 180px 0 0;
    margin-top: -30px;
}
#access .container {
    position: relative;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    filter:grayscale(100%);
}
#access .container h2 {
    position: absolute;
    top: -3.0rem;
    right: 2em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    color: #48864e;
    font-weight: 600;
    z-index: 1;
}
#access .container iframe {
    display: block;
}

@media only screen and (max-width: 812px) {
    #access {
        padding-top: 60px;
        margin-top: 0px;
    }
    #access .container h2 {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        writing-mode: horizontal-tb;
        margin-bottom: 1em;
        text-align: left;
        padding-left: 5%;
        font-size: 22px;
        text-align: center;
    }
    #access .container iframe {
        height: 100vw;
    }
}


