/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";
#l-main {
    display: block;
    visibility: visible;
    overflow: hidden;
    background-color: #fff
}

.cm-under__mv {
    height: 560px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 8px
}

@media screen and (max-width:768px) {
    .cm-under__mv {
        height: calc(741/750*100vw)
    }
}

.cm-under__mv:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, .2)
}


/*
.cm-under__mv:after {
    content: "";
    display: block;
    width: 50px;
    height: 8px;
    background-color: #3ac6d5;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px;
    z-index: 2
}
*/

.cm-under__mvBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: url("../img/bronze_statue-header.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.cm-under__mvBody {
    position: relative;
    z-index: 2;
    font-size: 24px;
    /*
    margin-top: calc(54em/24);
    */
    margin-top: -5em;
}

@media screen and (max-width:768px) {
    .cm-under__mvBody {
        font-size: calc(28/750*100vw)
    }
}

@media screen and (max-width:415px) {
    .cm-under__mvBody {
        font-size: calc(28/640*100vw)
    }
}

.cm-under__mvBodyParent {
    position: absolute;
    font-size: calc(18em/24);
    color: #fff;
    letter-spacing: .08em;
    line-height: 1;
    text-align: left
}

.cm-under__mvBodyParent .u-vt {
    width: 1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    font-family: 'Kiwi Maru', serif;
}


/*
.cm-under__mvBodyParent:after {
    content: "";
    display: block;
    position: absolute;
    width: calc(23em/18);
    height: 5px;
    background-color: #fffaf0;
}
*/

.cm-under__mvBodyParent.is-about {
    position: relative;
    top: 5em;
    right: -9em;
}


/*
.cm-under__mvBodyParent.is-about {
    top: calc(-54em/18);
    right: calc(-42em/18)
}
*/

.cm-under__mvBodyParent.is-about:after {
    bottom: calc(47em/18);
    left: calc(-32em/18)
}

.cm-under__mvBodyParent.is-other:after {
    bottom: calc(30em/18);
    left: calc(-34em/18)
}

.cm-under__mvBodyTitle .txt {
    color: #fff;
    display: block;
    line-height: 1
}

.cm-under__mvBodyTitle .txt:nth-of-type(1) {
    font-size: calc(34em/24);
    letter-spacing: .15em;
    text-indent: .15em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cm-under__mvBodyTitle .txt:nth-of-type(1) .u-vt {
    width: 1em;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    font-family: 'Noto Sans JP', sans-serif;
}

.cm-under__mvBodyTitle .txt:nth-of-type(2) {
    letter-spacing: .2em;
    text-indent: .2em;
    margin-top: 1em;
    text-transform: capitalize;
    font-size: calc(20em/34)
}

@media screen and (max-width:768px) {
    .cm-under__mvBodyTitle .txt:nth-of-type(1) {
        font-size: calc(44em/48);
    }
    .cm-under__mvBodyTitle .txt:nth-of-type(2) {
        font-size: calc(20em/48);
    }
    .cm-under__mvBodyParent.is-about {
        right: -7em;
    }
}

.u-jpmin {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 500
}

.u-jpmin.is-bold {
    font-weight: 600
}

.u-jpmin.is-vt {
    font-family: 'Shippori Mincho B1', serif;
}

.u-en {
    font-family: 'Benne', serif;
    font-weight: normal;
}

.u-en.is-italic {
    font-style: italic
}

.u-entxt {
    font-family: 'Benne', serif;
    font-weight: 600
}


/******/


/* body */

.box-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1180px;
    padding-left: 40px;
    padding-right: 40px;
}

.sct-intro {
    font-size: 2rem;
    padding-bottom: 75px;
    padding-top: 75px;
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
    color: #96514d;
    font-weight: 600;
}

.sct-intro img {
    max-width: 100%;
    width: 15%;
}

.garden-sct {
    margin-bottom: 98px;
}

.garden-sct ul {
    list-style: none;
}

.garden-sct p {
    color: #302833;
    font-family: 'Shippori Mincho B1', serif;
    font-size: 1.6rem;
    line-height: 2.3;
    position: relative;
}

.list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: 'Shippori Mincho B1', serif;
}

.list-tag li {
    border: 1px solid #333631;
    font-size: 1.45rem;
    line-height: 1;
    padding: 8px 13px 6px;
    text-align: center;
    color: #333631;
    font-weight: 700;
}

.list-tag .tag-important {
    background-color: #333631;
    border: 1px solid #333631;
    color: #FFF;
    margin-right: -1px;
    position: relative;
    z-index: 5;
}

.ttl01 {
    font-size: 3.7rem;
    line-height: 1;
    margin-bottom: 36px;
    text-align: center;
    font-family: 'Shippori Mincho B1', serif;
    color: #664032;
}

.ttl01 span {
    font-size: 2rem;
}

.garden-slider {
    margin-bottom: 50px;
}

.garden-slider-main {
    margin-bottom: 50px;
}

.garden-slider-main img {
    height: auto;
    width: 100%;
}

.garden-slider-nav-wrap {
    margin: 0 auto;
    width: 77.2727272727%;
}

.garden-slider-nav-wrap .slick-list {
    padding-bottom: 5px;
    padding-top: 5px;
}

.garden-slider-nav-item.slick-current span {
    outline: 8px solid #38b48b;
    outline-offset: -5px;
}

.garden-slider-nav-item span {
    cursor: pointer;
    display: block;
    margin-left: 6.6%;
    margin-right: 6.6%;
}

.art-sct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 75px;
}

.art-sct.-large .art-sct-img {
    width: 57.3636363636%;
}

.art-sct.-large .art-sct-img-list.-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.art-sct.-large .art-sct-img-list.-small li {
    margin-right: 3.2488114105%;
    width: 48.3359746434%;
}

.art-sct.-large .art-sct-img-list.-small li:nth-child(2n) {
    margin-right: 0;
}

.overlay-link {
    display: block;
    position: relative;
}

.art-sct.-large .art-sct-img-list.-small img {
    height: auto;
    line-height: 1;
    max-width: 100%;
    vertical-align: top;
}

.art-sct.-large .art-sct-text {
    padding-left: 6.8181818182%;
    width: 42.6363636364%;
}

.art-sct.-large .art-sct-name {
    line-height: 1.25;
    margin-top: 18px;
    font-size: 35px;
    font-size: 3.5rem;
}

.art-sct .art-sct-text p {
    font-size: 14px;
    font-size: 1.4rem;
}

.about-cont.-medium {
    margin-top: 75px;
    margin-bottom: 5%;
}

.about-cont.-medium .about-cont-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.about-cont-set:first-child {
    margin-top: 0;
}

.about-cont-set {
    margin-top: 42px;
}

.about-cont.-medium .about-cont-visual {
    width: 35.4545454545%;
}

.about-cont.-medium .about-cont-visual img {
    height: auto;
    line-height: 1;
    max-width: 100%;
    vertical-align: top;
}

.about-cont-set p {
    text-align: justify;
    margin-bottom: .75em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.about-cont.-medium .about-cont-detail {
    padding-left: 6.8181818182%;
    position: relative;
    width: 64.4545454545%;
}

.about-cont.-medium .about-cont-detail h4 {
    font-family: 'Shippori Mincho B1', serif;
    color: #0d0015;
    font-weight: 700;
    font-size: 1.5rem;
}

.about-cont-name {
    margin-top: 17px;
    font-family: 'Shippori Mincho B1', serif;
    color: #0d0015;
}

.about-cont-set p {
    text-align: justify;
    margin-bottom: .75em;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.about-cont-name-heading {
    margin-bottom: 5px !important;
    font-size: 14px;
    font-size: 1.4rem;
}

.about-cont.-medium .about-cont-name-ttl {
    line-height: 1.25;
    font-size: 3.5rem;
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 800;
}

.about-cont.-medium .btn-place {
    position: absolute;
    right: 0;
    top: 0;
}

.btn-place {
    text-align: right;
}

.btn-place a {
    background-color: #f0f0f0;
    border-radius: 20px;
    display: inline-block;
    min-width: 155px;
    padding: 7px 20px 6px;
    text-align: center;
}

.btn-place span::before {
    background: url(../img/icon_pin_bl.png) no-repeat left top;
    background-size: auto;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    position: relative;
    top: -3px;
    vertical-align: middle;
    width: 16px;
}

.about-cont.-small .btn-place {
    position: absolute;
    right: 0;
    top: 0;
}

.about-cont.-small .about-cont-set p {
    margin-bottom: 0;
}

.about-cont-set p {
    text-align: justify;
    margin-bottom: .75em;
    font-size: 1.6rem;
    line-height: 1.75;
    font-family: 'Shippori Mincho B1', serif;
    color: #0d0015;
}

.btn-place span {
    position: relative;
}

.slick-slide img {
    height: auto;
    width: 100%;
    line-height: 1;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    .sp-pdg {
        padding-left: 4vw;
        padding-right: 4vw;
    }
    .sct-intro {
        font-size: 4.57vw;
        line-height: 2.05;
        padding-bottom: 8.53vw;
        padding-top: 8.8vw;
        text-align: center;
    }
    .sct-intro img {
        width: 30%;
    }
    .garden-sct {
        margin-bottom: 13.33vw;
    }
    .garden-sct p {
        font-size: 1.8rem;
        line-height: 1.8;
    }
    .list-tag li {
        font-size: 3.2vw;
        padding: 1.33vw 3.47vw 1.6vw;
    }
    .ttl01 {
        font-size: 5.87vw;
        margin-bottom: 4.8vw;
        margin-top: 3vw;
    }
    .garden-slider {
        margin-bottom: 6.67vw;
    }
    .garden-slider-main {
        margin-bottom: 4vw;
    }
    .garden-slider-nav-wrap {
        width: 100%;
    }
    .garden-slider-nav-wrap .slick-list {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .garden-slider-nav-item.slick-current span {
        outline: 0.9vw solid #38b48b;
        outline-offset: -0.8vw;
    }
    .garden-slider-nav-item span {
        margin-left: 2.13vw;
        margin-right: 2.13vw;
    }
    .art-sct.-large {
        position: relative;
        padding-bottom: 10.67vw;
    }
    .art-sct {
        display: block;
        margin-bottom: 10.67vw;
    }
    .art-sct.-large::after {
        background: -webkit-gradient(linear, left top, right top, color-stop(15%, white), color-stop(50%, #d5d5d5), color-stop(85%, white));
        background: -o-linear-gradient(left, white 15%, #d5d5d5 50%, white 85%);
        background: linear-gradient(to right, white 15%, #d5d5d5 50%, white 85%);
        content: '';
        display: block;
        height: 0.27vw;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .art-sct.-large .art-sct-img {
        margin-bottom: 4vw;
        width: 100%;
    }
    .art-sct.-large .art-sct-text {
        padding-left: 0;
        width: 100%;
    }
    .art-sct.-large .art-sct-name {
        font-size: 6.67vw;
        margin-top: 4.8vw;
    }
    .art-sct .art-sct-text p {
        font-size: 3.47vw;
    }
    .about-cont.-medium {
        margin-top: 10.67vw;
    }
    .about-cont:not(.-large) .about-cont-set:after {
        background: -webkit-gradient(linear, left top, right top, color-stop(15%, white), color-stop(50%, #2f5d50), color-stop(85%, white));
        background: -o-linear-gradient(left, white 15%, #2f5d50 50%, white 85%);
        background: linear-gradient(to right, white 15%, #2f5d50 50%, white 85%);
        content: '';
        display: block;
        height: 0.54vw;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .about-cont.-medium .about-cont-set {
        display: block;
    }
    .about-cont:not(.-large) .about-cont-set {
        padding-bottom: 10.67vw;
        position: relative;
    }
    .about-cont-set {
        margin-top: 10.67vw;
    }
    .about-cont.-medium .about-cont-visual {
        margin: 0 auto;
        width: 67.73vw;
    }
    .about-cont-set p {
        font-size: 3.47vw;
    }
    .about-cont.-medium .about-cont-detail {
        margin-top: 4vw;
        padding-left: 0;
        padding-top: 1.33vw;
        width: 100%;
    }
    .about-cont.-medium .about-cont-detail h4 {
        font-size: 1.85rem;
    }
    .about-cont-name {
        /*
        padding-left: 42.13vw;
        */
        margin-top: 5.33vw;
    }
    .about-cont-set p {
        font-size: 3.47vw;
    }
    .about-cont-name-heading {
        font-size: 3.73vw;
        margin-bottom: 1.07vw;
    }
    .about-cont.-medium .about-cont-name-ttl {
        font-size: 6.67vw;
    }
    .btn-place {
        font-size: 3.2vw !important;
    }
    .btn-place a {
        border-radius: 4vw;
        min-width: 33.07vw;
        padding: 1.6vw 5.33vw 1.87vw;
    }
    .btn-place span::before {
        height: 4.27vw;
        margin-right: 0.8vw;
        top: -0.53vw;
        width: 3.47vw;
    }
    .about-cont.-small .btn-place {
        padding-top: 0 !important;
        right: auto;
        padding-left: 42.13vw;
        position: relative;
    }
    .about-cont-set p {
        font-size: 3.47vw;
    }
}