@charset "utf-8";

.modal {
    opacity: 0;
    visibility: hidden
}

body.open_popup .modal {
    opacity: 1;
    visibility: visible
}

.modal {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s
}

.modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 3.6rem;
    height: 5.6rem
}

.modal .modal-content .close-button {
    color: #aaaaaa;
    float: right;
    font-size: 0.3rem;
    font-weight: bold;
    position: absolute;
    right: 0rem;
    top: -0.5rem
}

.modal .modal-content .close-button:hover,
.modal .modal-content .close-button:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.modal .modal-content .modal-image img {
    width: 3.6rem !important;
    height: auto
}

#top .top_wrapper {
    background: #fff
}

#top #mv {
    position: relative;
    height: 100vh
}

@media screen and (max-width: 640px) {
    #top #mv {
        width: 100%;
        height: 115.38462vw;
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        padding-top: 0.75rem
    }
}

#top #mv .mv_slider {
    margin-inline: auto;
    overflow: hidden
}

#top #mv img {
    width: 100%
}

#top #mv .slick-slide {
    height: 100vh
}

@media screen and (max-width: 640px) {
    #top #mv .slick-slide {
        height: 115.38462vw;
        overflow: hidden
    }
}

#top #mv .slick-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#top #mv .slick-slide img._img_bottom {
    -o-object-position: center bottom;
    object-position: center bottom
}

#top #mv .dots {
    bottom: 0.2rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 0.4rem;
    width: 100%
}

@media screen and (max-width: 640px) {
    #top #mv .dots {
        bottom: 0.1rem;
        padding-right: 0.15rem
    }
}

#top #mv .dots li {
    margin: 0 0.05rem
}

#top #mv .dots li button {
    width: 0.07rem;
    height: 0.07rem;
    border-radius: 50%;
    background: #fff
}

#top #mv .dots li.slick-active button {
    background: #dca341
}

#top #mv .catch_wrapper {
    position: absolute;
    top: 1.97rem;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center
}

@media screen and (max-width: 640px) {
    #top #mv .catch_wrapper {
        top: 1.2rem
    }
}

#top #mv .catch_wrapper li.fadeIn {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0
}

@-webkit-keyframes fadeInAnime {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeInAnime {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

#top #mv .catch_wrapper .catch {
    text-align: center
}

#top #mv .catch_wrapper .catch>span {
    display: inline-block;
    position: relative;
    font-size: .24rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1;
    padding-bottom: 0.4em
}

@media screen and (max-width: 640px) {
    #top #mv .catch_wrapper .catch>span {
        font-size: .18rem
    }
}

#top #mv .catch_wrapper .catch>span:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media screen and (max-width: 640px) {
    #top #mv .catch_wrapper .catch>span>span:nth-child(2) {
        font-size: .14rem
    }
}

#top #mv .catch_wrapper .catch2 {
    font-size: .712rem;
    letter-spacing: 0.02em;
    margin-top: 0.25rem
}

@media screen and (max-width: 640px) {
    #top #mv .catch_wrapper .catch2 {
        font-size: .333rem;
        margin-top: 0.15rem
    }
}

#top #intro {
    overflow-x: hidden
}

#top #intro .intro_wrapper {
    padding: 1.24rem 0 1.4rem;
    position: relative
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper {
        padding: 0.28rem 0 0.6rem
    }
}

#top #intro .intro_wrapper:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background: #fefaf4;
    width: 100%;
    height: 41%;
    top: 33%;
    left: 0
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper:before {
        height: 1.4rem;
        top: auto;
        bottom: 1.2rem
    }
}

#top #intro .intro_wrapper picture {
    display: block
}

#top #intro .intro_wrapper img {
    display: block
}

#top #intro .intro_wrapper .div1 {
    width: 12.6rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding: 0 0.4rem;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div1 {
        width: 100%;
        display: block;
        padding: 0
    }
}

#top #intro .intro_wrapper .div1 .div1_left {
    width: 7.4rem
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div1 .div1_left {
        width: 100%
    }
}

#top #intro .intro_wrapper .div1 .div1_right {
    text-align: center
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div1 .div1_right {
        margin-bottom: 0.55rem
    }
}

#top #intro .intro_wrapper .div1 .div1_right .logo {
    margin: 0 auto 0.15rem;
    width: 0.82rem
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div1 .div1_right .logo {
        width: 0.75rem;
        margin: 0 auto 0.08rem
    }
}

#top #intro .intro_wrapper .div1 .div1_right .logo img {
    display: inline-block
}

#top #intro .intro_wrapper .div1 .div1_right h3 {
    color: #73a470;
    font-size: .27rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.259;
    margin-bottom: 0.3rem
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div1 .div1_right h3 {
        font-size: .28rem;
        letter-spacing: 0;
        margin-bottom: 0.3rem
    }
}

#top #intro .intro_wrapper .div1 .div1_right h3 span {
    font-size: .21rem
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div1 .div1_right h3 span {
        font-size: .18rem
    }
}

#top #intro .intro_wrapper .div1 .div1_right p {
    font-size: .17rem;
    letter-spacing: 0;
    line-height: 1.94
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div1 .div1_right p {
        font-size: .16rem
    }
}

#top #intro .intro_wrapper .div2 {
    width: 12.6rem;
    margin: 0 auto;
    padding-top: 0.75rem;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div2 {
        width: 100%;
        padding-top: 0;
        margin-top: 0.3rem
    }
}

#top #intro .intro_wrapper .div2 .img1 {
    margin-left: 2.4rem;
    z-index: 1;
    width: 5.7rem
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div2 .img1 {
        position: relative;
        width: 3rem;
        margin-left: 0.15rem;
        z-index: 2
    }
}

#top #intro .intro_wrapper .div2 .img2 {
    position: relative;
    margin-left: 3.43rem;
    z-index: 2;
    width: 4.7rem
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div2 .img2 {
        margin-left: auto;
        margin-top: 0.2rem;
        width: 2.4rem
    }
}

#top #intro .intro_wrapper .div2 .img3 {
    position: absolute;
    margin-left: auto;
    right: 0.4rem;
    top: 0;
    z-index: 3;
    width: 3.4rem
}

@media screen and (max-width: 640px) {
    #top #intro .intro_wrapper .div2 .img3 {
        position: relative;
        margin-left: auto;
        right: 0;
        margin-right: 0.15rem;
        margin-top: -0.1rem;
        width: 2rem;
        z-index: 1
    }
}

#top #top_bnr_area1 {
    padding-bottom: 1.37rem;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 640px) {
    #top #top_bnr_area1 {
        padding-bottom: 0.6rem
    }
}

#top #top_bnr_area1 .bnr_area_wrapper {
    position: relative;
    z-index: 2;
    width: 11rem;
    margin: 0 auto
}

@media screen and (max-width: 640px) {
    #top #top_bnr_area1 .bnr_area_wrapper {
        width: 100%;
        padding: 0 0.15rem
    }
}

#top #top_bnr_area1 .bnr_area_wrapper a {
    display: block
}

#top #fair {
    padding-bottom: 0.7rem;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 640px) {
    #top #fair {
        padding-bottom: 0.3rem
    }
}

#top #fair:before {
    content: '';
    display: block;
    position: absolute;
    top: -5.63rem;
    left: 0;
    z-index: 1;
    width: 8.06rem;
    height: 10.15rem;
    background-image: url("../img/top/kage_left.png");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (max-width: 640px) {
    #top #fair:before {
        width: 2.34rem;
        height: 2.96rem;
        top: -1.3rem
    }
}

#top #fair:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 68%;
    background: #f5f9f5
}

#top #fair .fair_wrapper {
    position: relative;
    z-index: 5
}

#top .bnr_oricon {
    margin: 0.7rem auto 0;
    width: 8.36rem
}

@media screen and (max-width: 640px) {
    #top .bnr_oricon {
        margin: 0.5rem auto 0;
        width: 3.3rem
    }
}

#top #top_bnr_area2 {
    padding-top: 0.7rem;
    position: relative;
    z-index: 2
}

@media screen and (max-width: 640px) {
    #top #top_bnr_area2 {
        padding-top: 0.6rem
    }
}

#top #top_bnr_area2 .bnr_area_wrapper {
    width: 11rem;
    margin: 0 auto
}

@media screen and (max-width: 640px) {
    #top #top_bnr_area2 .bnr_area_wrapper {
        width: 100%;
        padding: 0 0.3rem
    }
}

#top #top_bnr_area2 .bnr_area_wrapper a {
    display: block
}

#top #top_bnr_area2 .bnr_area_wrapper a img {
    display: block
}

#top #concept {
    padding-top: 1.2rem;
    padding-bottom: 1.4rem;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 640px) {
    #top #concept {
        padding-top: 0.75rem;
        padding-bottom: 0.6rem;
        margin-top: -0.15rem
    }
}

#top #concept:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    background-image: url("../img/top/kage_right.png");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 8.44rem;
    height: 8.67rem;
    top: -2.08rem;
    right: 0
}

@media screen and (max-width: 640px) {
    #top #concept:before {
        background-image: url("../img/top/kage_right_sp.png");
        width: 2.77rem;
        height: 2.81rem;
        top: 4.14rem
    }
}

#top #concept .concept_wrapper {
    overflow: hidden;
    position: relative;
    z-index: 5
}

#top #concept .concept_wrapper .div1 {
    width: 12.6rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 1
}

@media screen and (max-width: 640px) {
    #top #concept .concept_wrapper .div1 {
        width: 100%;
        display: block;
        padding: 0
    }
}

#top #concept .concept_wrapper .div1 .div1_left {
    margin-left: -1.7rem;
    width: 8rem
}

@media screen and (max-width: 640px) {
    #top #concept .concept_wrapper .div1 .div1_left {
        margin: 0 auto;
        width: 100%
    }
}

#top #concept .concept_wrapper .div1 .div1_right {
    width: 4.8rem;
    padding-top: 0.86rem
}

@media screen and (max-width: 640px) {
    #top #concept .concept_wrapper .div1 .div1_right {
        width: 2.75rem;
        padding-top: 0.3rem;
        margin: 0 auto
    }
}

#top #concept .concept_wrapper .div1 .div1_right .section_en {
    margin-left: -0.7rem
}

@media screen and (max-width: 640px) {
    #top #concept .concept_wrapper .div1 .div1_right .section_en {
        margin-left: -0.3rem
    }
}

#top #concept .concept_wrapper .div1 .div1_right p {
    margin-top: 0.3rem
}

@media screen and (max-width: 640px) {
    #top #concept .concept_wrapper .div1 .div1_right p {
        margin-top: 0.2rem
    }
}

#top #concept .concept_wrapper .div1 .div1_right .btn {
    margin-top: 0.6rem
}

@media screen and (max-width: 640px) {
    #top #concept .concept_wrapper .div1 .div1_right .btn {
        text-align: center;
        margin-top: 0.3rem
    }
}

#top #concept .concept_wrapper .div2 {
    width: 12.6rem;
    margin: -1.16rem auto 0;
    position: relative;
    z-index: 10
}

@media screen and (max-width: 640px) {
    #top #concept .concept_wrapper .div2 {
        width: 100%;
        margin-top: 0.3rem
    }
}

#top #concept .concept_wrapper .div2 .img1 {
    position: relative;
    margin-left: 3.43rem;
    z-index: 2;
    width: 4rem
}

@media screen and (max-width: 640px) {
    #top #concept .concept_wrapper .div2 .img1 {
        margin-left: auto;
        width: 3rem
    }
}

#top #concept .concept_wrapper .div2 .img2 {
    position: absolute;
    right: 0;
    top: -1.1rem;
    z-index: 3;
    width: 4.6rem
}

@media screen and (max-width: 640px) {
    #top #concept .concept_wrapper .div2 .img2 {
        position: relative;
        width: 1.8rem;
        left: 0.15rem;
        right: auto;
        top: 0;
        margin-top: -0.46rem
    }
}

#top #topics {
    margin-top: 1.15rem;
    padding: 0.5rem 0;
    background: #fefaf4
}

@media screen and (max-width: 640px) {
    #top #topics {
        margin-top: 0.6rem;
        padding: 0.4rem 0 0.35rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top #topics .topics_wrapper {
        width: 12.15rem;
        margin: 0 auto
    }
}

@media print,
screen and (min-width: 641px) {
    #top #topics .topics_wrapper .topics_slider .topics_item {
        width: 4.05rem;
        padding: 0 0.25rem
    }
}

@media screen and (max-width: 640px) {
    #top #topics .topics_wrapper .topics_slider .topics_item {
        width: 100vw;
        padding: 0 0.6rem
    }
}

#top #topics .topics_wrapper .topics_slider .topics_item a {
    display: block
}

#top #topics .topics_wrapper .topics_slider .topics_item a figure {
    width: 100%;
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-bottom: 70.42%;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.25rem
}

#top #topics .topics_wrapper .topics_slider .topics_item a figure .bg {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#top #topics .topics_wrapper .topics_slider .topics_item a .date {
    color: #73a470;
    font-size: .2rem;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0.03rem
}

#top #topics .topics_wrapper .topics_slider .topics_item a .ttl {
    font-size: .16rem;
    letter-spacing: 0
}

@media screen and (max-width: 640px) {
    #top #topics .topics_wrapper .topics_slider .slide_arrow {
        top: 0.83rem
    }
}

#top #topics .topics_wrapper .btn {
    margin-top: 0.6rem
}

@media screen and (max-width: 640px) {
    #top #topics .topics_wrapper .btn {
        margin-top: 0.33rem
    }
}

#top #gaikan {
    height: 1.8rem;
    overflow: hidden;
    position: static;
    background: none;
    z-index: 1
}

@media print,
screen and (min-width: 641px) {
    #top #gaikan {
        height: 70vh
    }
}

#top #gaikan:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    background-image: url("../img/top/top_gaikan.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width: 640px) {
    #top #gaikan:before {
        background-image: url("../img/top/top_gaikan_sp.jpg");
        background-position: center bottom
    }
}

#top #gaikan .logo {
    width: 3.56rem;
    margin-top: 0.16rem;
    margin-left: 0.23rem
}

@media screen and (max-width: 640px) {
    #top #gaikan .logo {
        margin-top: 0.08rem;
        margin-left: 0.14rem;
        width: 0.853rem
    }
}

#top #gaikan.hide:before,
#top #gaikan.hide2:before {
    opacity: 0
}

#top .section_area {
    width: 100%;
    background: #fff
}

#top .section_area .section {
    padding-top: 1.4rem;
    position: relative;
    z-index: 5
}

@media screen and (max-width: 640px) {
    #top .section_area .section {
        padding-top: 0.79rem
    }
}

@media screen and (max-width: 640px) {
    #top .section_area .section:before {
        content: '';
        display: block;
        position: absolute;
        z-index: 1;
        width: 3.59rem;
        height: calc(100% - 1.6rem);
        top: 2.09rem
    }
}

@media screen and (max-width: 640px) {
    #top .section_area .section:nth-child(2n-1):before {
        background: #f5f9f5;
        right: 0;
        border-bottom-left-radius: 1.77rem
    }
}

@media screen and (max-width: 640px) {
    #top .section_area .section:nth-child(2n):before {
        background: #fefaf4;
        left: 0;
        border-bottom-right-radius: 1.77rem
    }
}

#top .section_area .section .section_wrapper {
    width: 12.6rem;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

@media screen and (max-width: 640px) {
    #top .section_area .section .section_wrapper {
        width: 100%;
        padding: 0 0.15rem
    }
}

#top .section_area .section .section_wrapper img {
    display: block
}

@media print,
screen and (min-width: 641px) {
    #top .section_area .section .section_wrapper .div1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

#top .section_area .section .section_wrapper .div1 .section_info {
    padding-top: 0.5rem;
    width: 4.2rem
}

@media screen and (max-width: 640px) {
    #top .section_area .section .section_wrapper .div1 .section_info {
        padding-top: 0.15rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem;
        width: 100%
    }
}

#top .section_area .section .section_wrapper .div1 .section_info .main_ttl {
    margin-bottom: 0.5rem
}

@media screen and (max-width: 640px) {
    #top .section_area .section .section_wrapper .div1 .section_info .main_ttl {
        margin-bottom: 0.1rem
    }
}

#top .section_area .section .section_wrapper .div1 .section_info .btn {
    margin-top: 0.6rem
}

@media screen and (max-width: 640px) {
    #top .section_area .section .section_wrapper .div1 .section_info .btn {
        text-align: center;
        margin: 0.2rem auto 0
    }

    #top .section_area .section .section_wrapper .div1 .section_info .btn a {
        padding-left: 0.27rem;
        padding-right: 0.27rem
    }
}

#top .section_area .section .section_wrapper .div1 .section_info .txtR {
    margin-top: 0.3rem
}

@media screen and (max-width: 640px) {
    #top .section_area .section .section_wrapper .div1 .section_info .txtR {
        margin-top: 0.2rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area .section .section_wrapper .div1._rvs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

#top .section_area .section .section_wrapper .div2 {
    position: relative
}

@media screen and (max-width: 640px) {
    #top .section_area .section .section_wrapper .div2 {
        margin-top: 0.25rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    #top .section_area .section .section_wrapper .div2>* {
        width: 49.2%
    }
}

@media screen and (max-width: 640px) {
    #top .section_area #chapel {
        padding-top: 0.6rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #chapel:before {
        content: '';
        display: block;
        width: 100%;
        height: 15.48rem;
        background: #f5f9f5;
        position: absolute;
        top: 3.19rem;
        left: 0;
        z-index: 1
    }
}

@media screen and (max-width: 640px) {
    #top .section_area #chapel:before {
        top: 1.9rem;
        height: calc(100% - 1.41rem)
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #chapel .section_wrapper .div1 .section_img {
        width: 8.15rem;
        margin-right: -0.4rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #chapel .section_wrapper .div1 .section_info {
        padding-left: 0.4rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #chapel .section_wrapper .div2 {
        margin-top: -0.82rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #chapel .section_wrapper .div2 .img1 {
        margin-left: -0.69rem;
        width: 5rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #chapel .section_wrapper .div2 .img2 {
        margin-left: 3.26rem;
        margin-top: -0.8rem;
        width: 4rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #chapel .section_wrapper .div2 .img3 {
        margin-left: 8.22rem;
        margin-top: -4.04rem;
        width: 3.5rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #party .section_wrapper .div1 .section_img {
        width: 9.44rem;
        margin-left: -1.7rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #party .section_wrapper .div1 .section_info {
        padding-left: 0.15rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #party .section_wrapper .div2 {
        margin-top: 0.5rem;
        padding-bottom: 1.65rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #party .section_wrapper .div2 .img1 {
        margin-left: -1.7rem;
        width: 5rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #party .section_wrapper .div2 .img2 {
        margin-top: -3.96rem;
        margin-left: 3.8rem;
        width: 5rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #party .section_wrapper .div2 .img3 {
        margin-left: 9.74rem;
        margin-top: -5.73rem;
        width: 3.24rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #garden:before {
        content: '';
        display: block;
        width: 12.87rem;
        height: 5.44rem;
        background: #fefaf4;
        position: absolute;
        top: 3.17rem;
        left: 0;
        z-index: 1
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #garden .section_wrapper .div1 .section_img {
        width: 8.15rem;
        margin-right: -0.4rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #garden .section_wrapper .div1 .section_info {
        padding-left: 0.4rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #garden .section_wrapper .div2 {
        margin-top: -1.05rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #garden .section_wrapper .div2 .img1 {
        margin-left: 1.28rem;
        width: 4.85rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #garden .section_wrapper .div2 .img2 {
        margin-left: 8.04rem;
        margin-top: -1.71rem;
        width: 6.25rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #cuisine:before {
        content: '';
        display: block;
        width: 100%;
        height: 7.53rem;
        background: #f5f9f5;
        position: absolute;
        top: 3.23rem;
        left: 0;
        z-index: 1
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #cuisine .section_wrapper .div1 .section_img {
        width: 8.15rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #cuisine .section_wrapper .div1 .section_info {
        padding-left: 0.53rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #cuisine .section_wrapper .div2 {
        margin-top: -0.46rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #cuisine .section_wrapper .div2 .img1 {
        margin-left: 6.95rem;
        width: 5.67rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #cuisine .section_wrapper .div2 .img2 {
        margin-top: -2.47rem;
        margin-left: -1.7rem;
        width: 6.28rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #cuisine .section_wrapper .div2 .img3 {
        margin-left: 9.74rem;
        margin-top: -5.73rem;
        width: 3.24rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #dress:before {
        content: '';
        display: block;
        width: 10.54rem;
        height: 4.79rem;
        background: #fefaf4;
        position: absolute;
        top: 6.46rem;
        right: 0;
        z-index: 1
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #dress .section_wrapper .div1 .section_img {
        width: 9.45rem;
        margin-right: -1.7rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #dress .section_wrapper .div1 .section_info {
        padding-left: 0.4rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #dress .section_wrapper .div2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 13.25rem;
        margin-top: 0.5rem;
        margin-left: -1.7rem
    }
}

@media screen and (max-width: 640px) {
    #top .section_area #dress .section_wrapper .div2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #dress .section_wrapper .div2 .img1 {
        width: 3.91rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #dress .section_wrapper .div2 .img2 {
        width: 4.44rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top .section_area #dress .section_wrapper .div2 .img3 {
        width: 3.89rem
    }
}

#top .section_area .dress_list {
    margin: 0 auto
}

@media print,
screen and (min-width: 641px) {
    #top .section_area .dress_list {
        width: 7rem;
        padding: 0.1rem 0 0
    }
}

@media screen and (max-width: 640px) {
    #top .section_area .dress_list {
        width: 100%;
        padding: 0.5rem 0.15rem 0
    }
}

#top #hospitality {
    background: #fff
}

@media print,
screen and (min-width: 641px) {
    #top #hospitality {
        padding-top: 1rem
    }
}

@media screen and (max-width: 640px) {
    #top #hospitality {
        padding-top: 0.3rem
    }
}

#top #hospitality .hospitality_wrapper {
    margin: 0 auto
}

@media print,
screen and (min-width: 641px) {
    #top #hospitality .hospitality_wrapper {
        width: 12.6rem
    }
}

#top #hospitality .hospitality_wrapper .div1 {
    position: relative
}

@media print,
screen and (min-width: 641px) {
    #top #hospitality .hospitality_wrapper .div1 .hospitality_img {
        width: 11.2rem;
        margin-left: -1.7rem
    }
}

@media screen and (min-width: 1051px) and (max-width: 1600px) {
    #top #hospitality .hospitality_wrapper .div1 .hospitality_img {
        width: 70vw;
        margin-left: calc(calc(50vw - 6.3rem) * -1)
    }
}

#top #hospitality .hospitality_wrapper .div1 .hospitality_img img {
    display: block
}

#top #hospitality .hospitality_wrapper .div1 .hospitality_info {
    background: #fff
}

@media print,
screen and (min-width: 641px) {
    #top #hospitality .hospitality_wrapper .div1 .hospitality_info {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        width: 5.14rem;
        padding-top: 0.9rem;
        padding-left: 0.86rem
    }
}

@media screen and (max-width: 640px) {
    #top #hospitality .hospitality_wrapper .div1 .hospitality_info {
        margin-top: 0.3rem;
        padding: 0 0.3rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top #hospitality .hospitality_wrapper .div1 .hospitality_info .section_en {
        position: absolute;
        top: 0;
        left: -0.5rem;
        -webkit-transform: translateY(-50%) rotate(-2deg);
        transform: translateY(-50%) rotate(-2deg)
    }
}

@media screen and (max-width: 640px) {
    #top #hospitality .hospitality_wrapper .div1 .hospitality_info .section_en {
        -webkit-transform: rotate(-2deg);
        transform: rotate(-2deg)
    }
}

#top #hospitality .hospitality_wrapper .div1 .hospitality_info .section_en h2 {
    letter-spacing: 0;
    line-height: 1
}

@media print,
screen and (min-width: 641px) {
    #top #hospitality .hospitality_wrapper .div1 .hospitality_info .section_en h2 {
        font-size: .79rem
    }
}

@media screen and (max-width: 640px) {
    #top #hospitality .hospitality_wrapper .div1 .hospitality_info .section_en h2 {
        font-size: .35rem
    }
}

@media screen and (max-width: 640px) {
    #top #hospitality .hospitality_wrapper .div1 .hospitality_info p {
        padding: 0 0.3rem;
        margin-top: 0.3rem
    }
}

#top #hospitality .hospitality_wrapper .div1 .hospitality_info .btn {
    margin-top: 0.55rem
}

@media screen and (max-width: 640px) {
    #top #hospitality .hospitality_wrapper .div1 .hospitality_info .btn {
        margin-top: 0.3rem;
        text-align: center
    }
}

#top #hospitality .hospitality_wrapper .div2 {
    width: 100%;
    max-width: 16rem;
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media screen and (min-width: 1601px) {
    #top #hospitality .hospitality_wrapper .div2 {
        margin-left: -1.7rem;
        width: 16rem
    }
}

@media screen and (max-width: 640px) {
    #top #hospitality .hospitality_wrapper .div2 {
        margin-top: 0.3rem;
        padding: 0.15rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#top #hospitality .hospitality_wrapper .div2>div {
    width: 19%
}

@media screen and (max-width: 640px) {
    #top #hospitality .hospitality_wrapper .div2>div {
        width: 32%;
        margin-right: 2%
    }

    #top #hospitality .hospitality_wrapper .div2>div:nth-child(3n) {
        margin-right: 0
    }

    #top #hospitality .hospitality_wrapper .div2>div:nth-child(n+4) {
        margin-top: 0.07rem
    }
}

#top #hospitality .hospitality_wrapper .div2>div img {
    display: block
}

#top #facility {
    background: #fff
}

@media print,
screen and (min-width: 641px) {
    #top #facility {
        padding-top: 1.8rem;
        padding-bottom: 1.4rem
    }
}

@media screen and (max-width: 640px) {
    #top #facility {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }
}

#top #facility .facility_wrapper {
    margin: 0 auto
}

@media print,
screen and (min-width: 641px) {
    #top #facility .facility_wrapper {
        width: 12.6rem
    }
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .div1 {
        padding: 0.36rem 0 0.24rem;
        background: #fefaf4
    }
}

@media print,
screen and (min-width: 641px) {
    #top #facility .facility_wrapper .main_ttl {
        margin-bottom: 0.7rem
    }
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .main_ttl {
        margin-bottom: 0.15rem
    }
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .txtL {
        font-size: .14rem
    }
}

#top #facility .facility_wrapper .facility_list {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .facility_list {
        margin-top: 0.2rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top #facility .facility_wrapper .facility_list li {
        width: 2.9rem;
        margin-left: 0.3rem
    }

    #top #facility .facility_wrapper .facility_list li:nth-child(4n+1) {
        margin-left: 0
    }

    #top #facility .facility_wrapper .facility_list li:nth-child(n+5) {
        margin-top: 1rem
    }
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .facility_list li {
        padding: 0 0.57rem
    }
}

#top #facility .facility_wrapper .facility_list li figure {
    display: block
}

#top #facility .facility_wrapper .facility_list li figure img {
    display: block
}

#top #facility .facility_wrapper .facility_list li figure figcaption {
    text-align: center;
    display: block;
    font-size: .2rem;
    line-height: 1.2;
    letter-spacing: 0.12em;
    margin-top: 0.3rem
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .facility_list li figure figcaption {
        margin-top: 0.2rem;
        font-size: .14rem
    }
}

#top #facility .facility_wrapper .facility_list li figure figcaption span {
    font-size: .17rem
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .facility_list li figure figcaption span {
        margin-top: 0.2rem;
        font-size: .12rem
    }
}

#top #facility .facility_wrapper .facility_list .slide_arrow {
    top: 1.15rem
}

#top #facility .facility_wrapper .facility_list .slide_arrow.prev {
    left: 0.17rem
}

#top #facility .facility_wrapper .facility_list .slide_arrow.next {
    right: 0.17rem
}

#top #facility .facility_wrapper .btn {
    margin-top: 0.6rem
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .btn {
        margin-top: 0.2rem
    }

    #top #facility .facility_wrapper .btn a {
        display: inline-block
    }
}

#top #facility .facility_wrapper .fcl_bnr {
    border: 1px solid #767676;
    padding: 0.3rem;
    margin: 1.4rem auto 0
}

@media print,
screen and (min-width: 641px) {
    #top #facility .facility_wrapper .fcl_bnr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 9.7rem
    }
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .fcl_bnr {
        width: 3.3rem;
        margin: 0.6rem auto 0;
        padding: 0.2rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top #facility .facility_wrapper .fcl_bnr .img_area {
        width: 4rem
    }
}

#top #facility .facility_wrapper .fcl_bnr .txt_area {
    text-align: center
}

@media print,
screen and (min-width: 641px) {
    #top #facility .facility_wrapper .fcl_bnr .txt_area {
        width: 4.8rem
    }
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .fcl_bnr .txt_area {
        margin-top: 0.1rem
    }
}

#top #facility .facility_wrapper .fcl_bnr .txt_area .ttl {
    font-size: .25rem;
    letter-spacing: 0;
    position: relative;
    padding-bottom: 0.2rem;
    color: #73a470
}

#top #facility .facility_wrapper .fcl_bnr .txt_area .ttl:after {
    content: '';
    display: block;
    height: 1px;
    width: 3rem;
    background: #3c3c3c;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#top #facility .facility_wrapper .fcl_bnr .txt_area .catch {
    font-size: .2rem;
    letter-spacing: 0;
    margin-top: 0.2rem;
    font-weight: 500
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .fcl_bnr .txt_area .catch {
        font-size: .16rem;
        margin-top: 0;
        line-height: 1.4
    }
}

#top #facility .facility_wrapper .fcl_bnr .txt_area .txt {
    font-size: .16rem;
    letter-spacing: 0;
    margin-top: 0.1rem;
    text-align: center;
    font-weight: 500
}

@media screen and (max-width: 640px) {
    #top #facility .facility_wrapper .fcl_bnr .txt_area .txt {
        font-size: .14rem;
        margin-top: 0.05rem;
        line-height: 1.4
    }
}

#top #SPmovie {
    position: relative;
    cursor: pointer
}

@media print,
screen and (min-width: 641px) {
    #top #SPmovie:hover .img {
        background-color: #544A18
    }

    #top #SPmovie:hover .img img {
        opacity: .7
    }
}

#top #SPmovie .spmovie_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    height: 80%;
    max-width: 12.6rem
}

#top #SPmovie .en2 {
    color: #fff;
    text-align: left
}

#top #SPmovie h2.en2 {
    line-height: 1.53;
    letter-spacing: 0.08em;
    font-size: .58rem
}

@media screen and (max-width: 640px) {
    #top #SPmovie h2.en2 {
        font-size: .17rem
    }
}

#top #SPmovie p.en2 {
    line-height: 1;
    letter-spacing: 0.08em;
    font-size: .3rem;
    text-align: right
}

@media screen and (max-width: 640px) {
    #top #SPmovie p.en2 {
        font-size: .13rem
    }
}

#top #SPmovie .img {
    background-color: #000;
    -webkit-transition: all .4s;
    transition: all .4s
}

#top #SPmovie .img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .8;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (max-width: 640px) {
    #top #SPmovie .img img {
        height: 1.8rem
    }
}

#top #SPmovie .arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    opacity: .5
}

@media screen and (max-width: 640px) {
    #top #SPmovie .arrow {
        width: .6rem;
        height: .6rem
    }
}

#top #report {
    background: #fff;
    position: relative;
    overflow: hidden
}

@media print,
screen and (min-width: 641px) {
    #top #report {
        padding: 1.4rem 0
    }
}

@media screen and (max-width: 640px) {
    #top #report {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem
    }
}

#top #report:before {
    content: '';
    display: block;
    position: absolute;
    top: -0.19rem;
    left: 0;
    z-index: 1;
    width: 9.35rem;
    height: 8.555rem;
    background-image: url("../img/top/kage_left2.png");
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat
}

@media screen and (max-width: 640px) {
    #top #report:before {
        background-image: url("../img/top/kage_left_sp.png");
        width: 2.17rem;
        height: 1.98rem;
        top: 0rem
    }
}

#top #report .report_wrapper {
    margin: 0 auto;
    position: relative;
    z-index: 10
}

@media print,
screen and (min-width: 641px) {
    #top #report .report_wrapper {
        width: 11.65rem
    }
}

@media screen and (max-width: 640px) {
    #top #report .report_wrapper .report_list {
        margin: 0 auto
    }
}

@media print,
screen and (min-width: 641px) {
    #top #report .report_wrapper .report_list .report_sld {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media print,
screen and (min-width: 641px) {
    #top #report .report_wrapper .report_list .report_sld .report_item {
        width: 3.55rem;
        margin-right: 0.5rem
    }

    #top #report .report_wrapper .report_list .report_sld .report_item:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width: 640px) {
    #top #report .report_wrapper .report_list .report_sld .report_item {
        padding: 0 0.57rem
    }
}

#top #report .report_wrapper .report_list .report_sld .report_item a {
    display: block;
    text-align: center;
    position: relative
}

#top #report .report_wrapper .report_list .report_sld .report_item a figure {
    display: block;
    width: 100%;
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    overflow: hidden;
    position: relative;
    padding-bottom: 70.42%;
    margin-bottom: 0.25rem
}

@media screen and (max-width: 640px) {
    #top #report .report_wrapper .report_list .report_sld .report_item a figure {
        margin-bottom: 0.12rem
    }
}

#top #report .report_wrapper .report_list .report_sld .report_item a figure span {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

#top #report .report_wrapper .report_list .report_sld .report_item a .ttl {
    font-size: .21rem;
    letter-spacing: 0;
    color: #73a470;
    margin-bottom: 0.05rem
}

@media screen and (max-width: 640px) {
    #top #report .report_wrapper .report_list .report_sld .report_item a .ttl {
        font-size: .17rem;
        margin-bottom: 0
    }
}

#top #report .report_wrapper .report_list .report_sld .report_item a .info {
    font-size: .15rem;
    letter-spacing: 0
}

@media screen and (max-width: 640px) {
    #top #report .report_wrapper .report_list .report_sld .report_item a .info {
        font-size: .12rem
    }
}

#top #report .report_wrapper .report_list .report_sld .report_item a .icon {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5
}

#top #report .report_wrapper .report_list .report_sld .report_item a .icon span {
    display: inline-block;
    padding: 0.07rem 0.13rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #fff;
    background: #73a470;
    margin-right: 0.05rem;
    font-size: .11rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: 400;
    font-style: normal
}

#top #report .report_wrapper .report_list .report_sld .report_item a .cate {
    text-align-last: center;
    margin-top: 0.1rem
}

#top #report .report_wrapper .report_list .report_sld .report_item a .cate span {
    display: inline-block;
    padding: 0.07rem 0.13rem;
    margin: 0 0.05rem 0.09rem;
    line-height: 1;
    letter-spacing: 0.08em;
    color: #fff;
    background: #73a470;
    font-size: .11rem;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: 400;
    font-style: normal
}

#top #report .report_wrapper .report_list .slide_arrow {
    top: 0.88rem
}

#top #report .report_wrapper .report_list .slide_arrow.prev {
    left: 0.17rem
}

#top #report .report_wrapper .report_list .slide_arrow.next {
    right: 0.17rem
}

#top #report .report_wrapper .btn {
    margin-top: 0.6rem
}

@media screen and (max-width: 640px) {
    #top #report .report_wrapper .btn {
        margin-top: 0.3rem
    }

    #top #report .report_wrapper .btn a {
        display: inline-block
    }
}

#top #forguest {
    background-image: url("../img/top/forguest_bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.1rem 0 0.9rem;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media print,
screen and (min-width: 641px) {
    #top #forguest {
        min-height: 4.8rem
    }
}

@media screen and (max-width: 640px) {
    #top #forguest {
        background-image: url("../img/top/forguest_bg_sp.jpg");
        padding: 0.45rem 0 0.25rem;
        min-height: 2.2rem
    }
}

#top #forguest .forguest_wrapper .ttl {
    font-size: .72rem;
    letter-spacing: 0.03em;
    line-height: 1;
    padding-right: 0.7em
}

@media screen and (max-width: 640px) {
    #top #forguest .forguest_wrapper .ttl {
        font-size: .27rem
    }
}

#top #forguest .forguest_wrapper p {
    font-size: .18rem;
    letter-spacing: 0.3em;
    line-height: 1
}

@media screen and (max-width: 640px) {
    #top #forguest .forguest_wrapper p {
        font-size: .15rem;
        letter-spacing: 0.26em
    }
}

#top #forguest .forguest_wrapper .btn {
    margin-top: 0.6rem
}

@media screen and (max-width: 640px) {
    #top #forguest .forguest_wrapper .btn {
        margin-top: 0.25rem
    }

    #top #forguest .forguest_wrapper .btn a {
        display: inline-block
    }
}

#top #news {
    padding-top: 1.4rem;
    background: #fff
}

@media screen and (max-width: 640px) {
    #top #news {
        padding-top: 0.6rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top #news .news_wrapper {
        width: 11rem;
        margin: 0 auto
    }
}

@media screen and (max-width: 640px) {
    #top #news .news_wrapper {
        padding: 0 0.3rem
    }
}

@media screen and (max-width: 640px) {
    #top #news .news_wrapper .main_ttl {
        margin-bottom: 0.2rem
    }
}

#top #news .news_wrapper .news_list article {
    display: block;
    border-top: 1px solid #73a470
}

#top #news .news_wrapper .news_list article:last-child {
    border-bottom: 1px solid #73a470
}

#top #news .news_wrapper .news_list article>a,
#top #news .news_wrapper .news_list article>.no_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.35rem 0
}

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

    #top #news .news_wrapper .news_list article>a,
    #top #news .news_wrapper .news_list article>.no_link {
        padding: 0.15rem 0;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

#top #news .news_wrapper .news_list article>a .date,
#top #news .news_wrapper .news_list article>.no_link .date {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
    line-height: 1.64
}

@media print,
screen and (min-width: 641px) {

    #top #news .news_wrapper .news_list article>a .date,
    #top #news .news_wrapper .news_list article>.no_link .date {
        font-size: .15rem;
        width: 1.62rem
    }
}

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

    #top #news .news_wrapper .news_list article>a .date,
    #top #news .news_wrapper .news_list article>.no_link .date {
        font-size: .14rem;
        width: 1.1rem;
        line-height: 1
    }
}

#top #news .news_wrapper .news_list article>a .category,
#top #news .news_wrapper .news_list article>.no_link .category {
    font-weight: 600;
    color: #dca341;
    letter-spacing: 0.08em;
    line-height: 1.3
}

@media print,
screen and (min-width: 641px) {

    #top #news .news_wrapper .news_list article>a .category,
    #top #news .news_wrapper .news_list article>.no_link .category {
        font-size: .18rem;
        width: 1.72rem
    }
}

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

    #top #news .news_wrapper .news_list article>a .category,
    #top #news .news_wrapper .news_list article>.no_link .category {
        font-size: .12rem;
        width: calc(100% - 1.1rem);
        line-height: 1
    }
}

#top #news .news_wrapper .news_list article>a .ttl,
#top #news .news_wrapper .news_list article>.no_link .ttl {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.01rem
}

@media print,
screen and (min-width: 641px) {

    #top #news .news_wrapper .news_list article>a .ttl,
    #top #news .news_wrapper .news_list article>.no_link .ttl {
        font-size: .15rem;
        line-height: 1.9;
        width: 7.66rem
    }
}

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

    #top #news .news_wrapper .news_list article>a .ttl,
    #top #news .news_wrapper .news_list article>.no_link .ttl {
        font-size: .14rem;
        line-height: 1.6;
        margin-top: 0.13rem
    }
}

#top #news .news_wrapper .news_list article .no_link .ttl a {
    text-decoration: underline
}

#top #news .news_wrapper .news_list article a .ttl {
    text-decoration: underline
}

#top #access {
    padding: 1.4rem 0;
    background: #fff
}

@media screen and (max-width: 640px) {
    #top #access {
        padding: 0.8rem 0;
        margin-top: -0.2rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top #access .access_wrapper {
        width: 11rem;
        margin: 0 auto
    }
}

@media screen and (max-width: 640px) {
    #top #access .access_wrapper {
        padding: 0 0.3rem
    }
}

@media screen and (max-width: 640px) {
    #top #access .access_wrapper .main_ttl {
        margin-bottom: 0.3rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top #access .access_wrapper .access_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media print,
screen and (min-width: 641px) {
    #top #access .access_wrapper .access_content .map {
        width: 4.75rem
    }
}

@media screen and (max-width: 640px) {
    #top #access .access_wrapper .access_content .map {
        width: 2.8rem;
        margin: 0 auto 0.3rem
    }
}

#top #access .access_wrapper .access_content .map img {
    width: 100%;
    height: auto
}

#top #access .access_wrapper .access_content .map p {
    text-align: right;
    margin-top: 0.15rem
}

#top #access .access_wrapper .access_content .map p a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0.16rem;
    height: 0.23rem;
    background-image: url("../img/common/icon_pin_black.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 0.08rem
}

#top #access .access_wrapper .access_content .map p a span {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.05em
}

@media print,
screen and (min-width: 641px) {
    #top #access .access_wrapper .access_content .map p a span {
        font-size: .15rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top #access .access_wrapper .access_content .info {
        width: 5.5rem
    }
}

#top #access .access_wrapper .access_content .info p {
    line-height: 1.95;
    letter-spacing: 0.05em;
    margin-bottom: 0.45rem
}

@media print,
screen and (min-width: 641px) {
    #top #access .access_wrapper .access_content .info p {
        font-size: .2rem
    }
}

@media screen and (max-width: 640px) {
    #top #access .access_wrapper .access_content .info p {
        text-align: center;
        font-size: .15rem;
        margin-bottom: 0.25rem
    }
}

#top #access .access_wrapper .access_content .info dl {
    margin-bottom: 0.32rem
}

@media screen and (max-width: 640px) {
    #top #access .access_wrapper .access_content .info dl {
        margin-bottom: 0.25rem
    }
}

#top #access .access_wrapper .access_content .info dl:last-child {
    margin-bottom: 0
}

#top #access .access_wrapper .access_content .info dl dt,
#top #access .access_wrapper .access_content .info dl dd {
    letter-spacing: 0.05em;
    line-height: 1.77
}

#top #access .access_wrapper .access_content .info dl dt {
    margin-bottom: 0.1rem
}

@media print,
screen and (min-width: 641px) {
    #top #access .access_wrapper .access_content .info dl dt {
        font-size: .18rem
    }
}

@media screen and (max-width: 640px) {
    #top #access .access_wrapper .access_content .info dl dt {
        font-size: .16rem
    }
}

#top #access .access_wrapper .access_content .info dl dt span {
    display: inline-block;
    border-bottom: 1px solid #3c3c3c
}

@media print,
screen and (min-width: 641px) {
    #top #access .access_wrapper .access_content .info dl dd {
        font-size: .16rem
    }
}

@media screen and (max-width: 640px) {
    #top #access .access_wrapper .access_content .info dl dd {
        font-size: .15rem
    }
}

@media print,
screen and (min-width: 641px) {
    #top #access .access_wrapper .access_content .info dl dd span {
        font-size: .14rem
    }
}

@media screen and (max-width: 640px) {
    #top #access .access_wrapper .access_content .info dl dd span {
        font-size: .12rem;
        letter-spacing: 0
    }
}

.iziModal.iziModal_movie .iziModal-content {
    width: 90%;
    max-width: 12rem
}

@media screen and (max-width: 640px) {
    .iziModal.iziModal_movie .iziModal-content .modal_close {
        width: 0.25rem;
        top: -0.25rem
    }
}

.iziModal-overlay {
    cursor: pointer
}

.moviewrap {
    width: 100%;
    height: 6.2rem
}

@media screen and (max-width: 640px) {
    .moviewrap {
        height: 2.2rem
    }
}

.moviewrap iframe {
    display: block;
    width: 100% !important;
    height: 100% !important
}

/*# sourceMappingURL=top.min.css.map */