@charset "UTF-8";
/* font */

@import url("https://fonts.googleapis.com/css2?family=Gabriela&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");

@font-face {
    font-family: "aquarion";
    src: url(/import/tenant_1/160.16.152.154/html/fonts/aquarion/aquarion.woff) format("woff"), url(/import/tenant_1/160.16.152.154/html/fonts/aquarion/aquarion.otf) format("otf"), url(/import/tenant_1/160.16.152.154/html/fonts/aquarion/aquarion.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Candara";
    src: url(/import/tenant_1/160.16.152.154/html/fonts/Candara/Candara.woff) format("woff"), url(/import/tenant_1/160.16.152.154/html/fonts/Candara/Candara.otf) format("otf"), url(/import/tenant_1/160.16.152.154/html/fonts/Candara/Candara.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Candara_Bold";
    src: url(/import/tenant_1/160.16.152.154/html/fonts/Candara_Bold/Candara_Bold.woff) format("woff"), url(/import/tenant_1/160.16.152.154/html/fonts/Candara_Bold/Candara_Bold.otf) format("otf"), url(/import/tenant_1/160.16.152.154/html/fonts/Candara_Bold/Candara_Bold.ttf) format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "Candara_Bold_Italic";
    src: url(/import/tenant_1/160.16.152.154/html/fonts/Candara_Bold_Italic/Candara_Bold_Italic.woff) format("woff"), url(/import/tenant_1/160.16.152.154/html/fonts/Candara_Bold_Italic/Candara_Bold_Italic.otf) format("otf"), url(/import/tenant_1/160.16.152.154/html/fonts/Candara_Bold_Italic/Candara_Bold_Italic.ttf) format("truetype");
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "Candara_Italic";
    src: url(/import/tenant_1/160.16.152.154/html/fonts/Candara_Italic/Candara_Italic.woff) format("woff"), url(/import/tenant_1/160.16.152.154/html/fonts/Candara_Italic/Candara_Italic.otf) format("otf"), url(/import/tenant_1/160.16.152.154/html/fonts/Candara_Italic/Candara_Italic.ttf) format("truetype");
    font-weight: normal;
    font-style: italic;
}

.aquarion {
    font-family: "aquarion";
}

.candara {
    font-family: "Candara";
}

.candara_bold {
    font-family: "Candara_Bold";
}

.candara_bold_italic {
    font-family: "Candara_Bold_Italic";
}

.candara_italic {
    font-family: "Candara_Italic";
}

.gabriola {
    font-family: "Gabriela", serif;
}

.pinyon {
    font-family: "Pinyon Script", cursive;
}

/* base.css上書き */
html {
    font-family: "メイリオ", Meiryo, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #404040;
    letter-spacing: 1px;
    background-color: white;
}

@media (max-width: 1024px) {
    html {
        font-size: 14px;
    }
}

/* common */
.common-h1 {
    font-size: 10px;
    color: #986868;
}

section {
    background-color: white;
}

.logo {
    width: 230px;
    max-width: 90%;
}

.logo a {
    width: 100%;
    display: block;
}

.logo a img {
    width: 100%;
}

.logo-header {
    width: 120px;
    max-width: 100%;
}

.map::after {
    padding-top: 40%;
}

.color-black {
    color: black;
}

.color-white {
    color: white;
}

.color-01 {
    color: #daa;
}

.color-02 {
    color: #fff1eb;
}

.color-03 {
    color: #986868;
}

.color-04 {
    color: #e89e9e;
}

.color-05 {
    color: #ead7d7;
}

.color-06 {
    color: #817269;
}

.bd-top-black {
    border-top: 1px solid black;
}

.bd-top-white {
    border-top: 1px solid white;
}

.bd-top-01 {
    border-top: 1px solid #daa;
}

.bd-bottom-black {
    border-bottom: 1px solid black;
}

.bd-bottom-white {
    border-bottom: 1px solid white;
}

.bd-bottom-01 {
    border-bottom: 1px solid #daa;
}

.bd-left-black {
    border-left: 1px solid black;
}

.bd-left-white {
    border-left: 1px solid white;
}

.bd-left-01 {
    border-left: 1px solid #daa;
}

.bd-right-black {
    border-right: 1px solid black;
}

.bd-right-white {
    border-right: 1px solid white;
}

.bd-right-01 {
    border-right: 1px solid #daa;
}

.bgc-black {
    background-color: black;
}

.bgc-white {
    background-color: white;
}

.bgc-gray {
    background-color: #f2f2f2;
}

.bgc-pink {
    background-color: #f5ebeb;
}

.bgc-01 {
    background-color: #daa;
}

.bgc-half {
    position: relative;
}

.bgc-half.-pink::after {
    content: "";
    width: 100%;
    height: 60%;
    display: block;
    background-color: #ead7d7;
    position: absolute;
    bottom: 0;
    left: 0;
}

.all-white {
    color: white;
}

.noinner500-right {
    width: 100%;
    max-width: 500px;
    margin-right: auto;
}

.noinner500-left {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
}

.noinner600-right {
    width: 100%;
    max-width: 600px;
    margin-right: auto;
}

.noinner600-left {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
}

.scale-img a .img {
    overflow: hidden;
}

.scale-img a .img img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.scale-img:hover a {
    opacity: 0.9;
}

.scale-img:hover a .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.filter {
    width: 100%;
    height: 100%;
}

.filter::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.filter.-black {
    position: relative;
}

.filter.-black::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.filter.-white {
    position: relative;
}

.filter.-white::before {
    background-color: rgba(255, 255, 255, 0.8);
}

.filter.-beige {
    position: relative;
}

.filter.-beige::before {
    background-color: rgba(255, 249, 234, 0.5);
}

.filter.-sepia img {
    -webkit-filter: sepia(70%);
    filter: sepia(70%);
}

.filter.-scale-gray {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.filter.-scale-gray-iframe iframe {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.fead-cover {
    overflow: hidden;
    position: relative;
}

.fead-cover::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background-color: #daa;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 4;
}

.fead-cover.mv::before {
    width: 0;
    -webkit-transition: 1s;
    transition: 1s;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.shadow-pink {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(221, 170, 170, 0.4);
    box-shadow: 0px 0px 10px 5px rgba(221, 170, 170, 0.4);
}

@media (max-width: 1024px) {
    .common-h1 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 5px 5px 0;
    }

    .tel-item .tel a {
        font-size: 20px;
    }

    .tel-item.-inline .tel a {
        font-size: 20px;
    }

    .color-black\@tb {
        color: black;
    }

    .color-white\@tb {
        color: white;
    }

    .color-01\@tb {
        color: #daa;
    }

    .bd-top-black\@tb {
        border-top: 1px solid black;
    }

    .bd-top-white\@tb {
        border-top: 1px solid white;
    }

    .bd-top-01\@tb {
        border-top: 1px solid #daa;
    }

    .bd-bottom-black\@tb {
        border-bottom: 1px solid black;
    }

    .bd-bottom-white\@tb {
        border-bottom: 1px solid white;
    }

    .bd-bottom-01\@tb {
        border-bottom: 1px solid #daa;
    }

    .bd-left-black\@tb {
        border-left: 1px solid black;
    }

    .bd-left-white\@tb {
        border-left: 1px solid white;
    }

    .bd-left-01\@tb {
        border-left: 1px solid #daa;
    }

    .bd-right-black\@tb {
        border-right: 1px solid black;
    }

    .bd-right-white\@tb {
        border-right: 1px solid white;
    }

    .bd-right-01\@tb {
        border-right: 1px solid #daa;
    }

    .bgc-black\@tb {
        background-color: black;
    }

    .bgc-white\@tb {
        background-color: white;
    }

    .bgc-gray\@tb {
        background-color: #f2f2f2;
    }

    .bgc-pink\@tb {
        background-color: #f5ebeb;
    }

    .bgc-01\@tb {
        background-color: #daa;
    }

    .all-white\@tb {
        color: white;
    }

    .filter.-black\@tb {
        position: relative;
    }

    .filter.-black\@tb::before {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .filter.-white\@tb {
        position: relative;
    }

    .filter.-white\@tb::before {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .filter.-beige\@tb {
        position: relative;
    }

    .filter.-beige\@tb::before {
        background-color: rgba(255, 249, 234, 0.5);
    }

    .filter.-scale-gray\@tb {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
}

@media (max-width: 599px) {
    .map::after {
        padding-top: 80%;
    }

    .color-black\@sp {
        color: black;
    }

    .color-white\@sp {
        color: white;
    }

    .color-01\@sp {
        color: #daa;
    }

    .bd-top-black\@sp {
        border-top: 1px solid black;
    }

    .bd-top-white\@sp {
        border-top: 1px solid white;
    }

    .bd-top-01\@sp {
        border-top: 1px solid #daa;
    }

    .bd-bottom-black\@sp {
        border-bottom: 1px solid black;
    }

    .bd-bottom-white\@sp {
        border-bottom: 1px solid white;
    }

    .bd-bottom-01\@sp {
        border-bottom: 1px solid #daa;
    }

    .bd-left-black\@sp {
        border-left: 1px solid black;
    }

    .bd-left-white\@sp {
        border-left: 1px solid white;
    }

    .bd-left-01\@sp {
        border-left: 1px solid #daa;
    }

    .bd-right-black\@sp {
        border-right: 1px solid black;
    }

    .bd-right-white\@sp {
        border-right: 1px solid white;
    }

    .bd-right-01\@sp {
        border-right: 1px solid #daa;
    }

    .bgc-black\@sp {
        background-color: black;
    }

    .bgc-white\@sp {
        background-color: white;
    }

    .bgc-gray\@sp {
        background-color: #f2f2f2;
    }

    .bgc-pink\@sp {
        background-color: #f5ebeb;
    }

    .bgc-01\@sp {
        background-color: #daa;
    }

    .all-white\@sp {
        color: white;
    }

    .filter.-black\@sp {
        position: relative;
    }

    .filter.-black\@sp::before {
        background-color: rgba(0, 0, 0, 0.3);
    }

    .filter.-white\@sp {
        position: relative;
    }

    .filter.-white\@sp::before {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .filter.-beige\@sp {
        position: relative;
    }

    .filter.-beige\@sp::before {
        background-color: rgba(255, 249, 234, 0.5);
    }

    .filter.-scale-gray\@sp {
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
    }
}

/* icon */
.icon-phone {
    width: 38px;
    height: 28px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-phone.-ver001 {
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/icon_001.png);
}

.icon-phone.-ver002 {
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/icon_002.png);
}

.icon-home {
    width: 20px;
    height: 20px;
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/icon_003.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

/* parts */
.list-padding {
    padding: 15px 5px;
}

.pattern-three {
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.pattern-three-block {
    width: calc(100% / 3);
}

.pattern-three-block.-one {
    width: calc(35% - 4vw);
    margin: 0 2vw;
}

.pattern-three-block.-two {
    width: 40%;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.pattern-three-block.-three {
    width: 25%;
}

.mark-triangle {
    padding-left: 1.5em;
    position: relative;
}

.mark-triangle::before {
    content: "▲";
    display: inline-block;
    color: #e89e9e;
    position: absolute;
    top: 0;
    left: 0;
}

.tel-item .tel a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-family: "Candara", "Candara_Bold", "Candara_Bold_Italic", "Candara_Italic";
    font-weight: normal;
    font-size: 1.8vw;
}

.tel-item .tel a::before {
    content: "";
    width: 38px;
    height: 28px;
    display: inline-block;
    margin-right: 0.5em;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.tel-item.-icon-white .tel a::before {
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/icon_001.png);
}

.tel-item.-icon-black .tel a::before {
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/icon_002.png);
}

.tel-item.-inline {
    display: inline;
}

.tel-item.-inline .tel {
    display: inline;
}

.tel-item.-inline .tel a {
    display: inline;
}

.tel-item.-noicon .tel a::before {
    display: none;
}

.banner-02 .banner-img {
    width: 20%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 1;
}

.banner-02 .banner-img.-parts01 {
    left: 0;
}

.banner-02 .banner-img.-parts02 {
    right: 0;
}

.banner-02 .banner-img-child {
    width: 48%;
    margin: 1%;
}

.banner-03 .banner-img {
    width: 15%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    opacity: 0.8;
    position: absolute;
    top: 0;
    z-index: 1;
}

.banner-03 .banner-img.-parts01 {
    left: 0;
}

.banner-03 .banner-img.-parts02 {
    right: 0;
}

.banner-03 .banner-img-child {
    width: 98%;
    margin: 1%;
}

.deco-01 {
    padding: 45px;
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/deco_002-01.png), url(/import/tenant_1/160.16.152.154/html/images/common/deco_002-02.png), url(/import/tenant_1/160.16.152.154/html/images/common/deco_002-03.png), url(/import/tenant_1/160.16.152.154/html/images/common/deco_002-04.png);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: top left, top right, bottom right, bottom left;
    position: relative;
}

.deco-01::before {
    content: "";
    width: 96.5%;
    height: 92%;
    display: block;
    margin: auto;
    border: 2px solid #fce4e5;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}

.deco-02 {
    position: relative;
}

.deco-02-img {
    width: 137px;
    height: 173px;
    display: inline-block;
    -webkit-transform: translate(25%, 25%);
    transform: translate(25%, 25%);
    position: absolute;
    bottom: 0;
    right: 0;
}

.deco-03 {
    position: relative;
}

.deco-03-img {
    width: 220px;
    height: 220px;
    display: inline-block;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    position: absolute;
    bottom: 5%;
    left: 5%;
}

.deco-title {
    margin: auto;
    font-family: "Gabriela", serif;
    font-size: 8vw;
    opacity: 0.4;
    position: absolute !important;
}

.deco-title.-left {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: 0;
}

.deco-title.-right {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 0;
}

.deco-title.-top {
    top: 25%;
}

.deco-title.-bottom {
    top: 75%;
}

.deco-title-parent {
    position: relative;
}

.deco-box-01 {
    padding: 30px;
    font-size: 14px;
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/deco_004-01.png), url(/import/tenant_1/160.16.152.154/html/images/common/deco_004-02.png);
    background-size: 53px 53px;
    background-repeat: no-repeat;
    background-position: top 5px left 5px, bottom 5px right 5px;
    background-color: #f5ebeb;
}

.transform-center-35 {
    -webkit-transform: translate(17.5%, 0);
    transform: translate(17.5%, 0);
}

.transform-none {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.slider-01-img {
    margin-left: 20px;
    margin-right: 20px;
}

.slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 15px 0;
}

.slick-dots li {
    margin: 5px;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    text-indent: -999rem;
    border: 1px solid white;
    border-radius: 100%;
    background-color: white;
}

.slick-dots li.slick-active button {
    border: 1px solid #e89e9e;
    background-color: #e89e9e;
}

.border-white {
    padding: 5px;
    background-color: white;
}

.box-pink {
    background-color: #f5ebeb;
}

.box-white {
    padding: 30px;
    background-color: white;
}

.overlap-content {
    margin-right: -10%;
    z-index: 2;
}

.overlap-img {
    position: relative;
}

.overlap-img::before {
    content: "";
    width: 40%;
    height: 100%;
    display: block;
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 1024px) {
    .tel-item .tel a {
        font-size: 20px;
    }

    .tel-item.-inline .tel a {
        font-size: 20px;
    }

    .list-padding {
        padding: 10px 3px;
    }

    .pattern-three-block.-one {
        width: 100%;
    }

    .pattern-three-block.-two {
        width: calc(50% - 2px);
        margin: 1px 1px 30px;
    }

    .pattern-three-block.-three {
        width: calc(50% - 2px);
        margin: 1px 1px 30px;
    }

    .tel a {
        font-size: 3vw;
    }

    .banner-02 .banner-img {
        width: 30%;
    }

    .banner-03 .banner-img {
        width: 20%;
    }

    .deco-02-img {
        width: 110px;
        height: 138px;
    }

    .deco-03-img {
        width: 176px;
        height: 176px;
    }

    .transform-center-35\@tb {
        -webkit-transform: translate(17.5%, 0);
        transform: translate(17.5%, 0);
    }

    .transform-none\@tb {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .slider-01-img {
        margin-left: 10px;
        margin-right: 10px;
    }

    .box-white {
        padding: 20px 10px;
    }
}

@media (max-width: 599px) {
    .tel-item .tel a {
        font-size: 20px;
    }

    .tel-item.-inline .tel a {
        font-size: 20px;
    }

    .deco-01 {
        padding: 27px;
        background-size: 60px 60px;
    }

    .deco-01::before {
        border: 1px solid #fce4e5;
    }

    .banner-02 .banner-img {
        width: 40%;
        opacity: 0.4;
    }

    .banner-03 .banner-img {
        width: 30%;
        opacity: 0.4;
    }

    .deco-02-img {
        width: 82px;
        height: 104px;
    }

    .deco-03-img {
        width: 132px;
        height: 132px;
    }

    .transform-center-35\@sp {
        -webkit-transform: translate(17.5%, 0);
        transform: translate(17.5%, 0);
    }

    .transform-none\@sp {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .overlap-content {
        margin-bottom: -10%;
        margin-right: 0;
        z-index: 2;
    }

    .overlap-img::before {
        width: 100%;
        height: 40%;
        background: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
        background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
        top: -2px;
    }

    .illust-bg\@sp {
        position: relative;
    }

    .target-bg {
        opacity: 0.5;
        position: absolute;
        bottom: 5%;
        right: 5%;
        z-index: -1;
    }
}

/* calendar */
.cal {
    height: 100%;
}

.cal.fc .fc-view-harness {
    height: auto !important;
}

.cal.fc .fc-view-harness-active>.fc-view {
    position: static !important;
}

.cal.fc .fc-scroller-liquid-absolute {
    overflow: auto !important;
    position: static !important;
}

.cal .fc-toolbar-title {
    font-family: "Pinyon Script", cursive;
    font-weight: normal;
    font-size: 1.8vw;
}

.cal.fc .fc-button {
    border-color: #daa !important;
    background-color: #daa !important;
}

.cal .fc-col-header {
    background-color: #f19585;
}

.cal.fc .fc-col-header-cell-cushion {
    font-family: "Candara", "Candara_Bold", "Candara_Bold_Italic", "Candara_Italic";
    font-weight: normal;
    font-size: 13px;
    color: white;
}

.cal.fc .fc-daygrid-day-number {
    font-family: "Candara", "Candara_Bold", "Candara_Bold_Italic", "Candara_Italic";
    font-weight: normal;
}

.cal .fc-h-event {
    font-size: 11px;
    border: 1px solid #986868;
    background-color: #986868;
}

@media (max-width: 1024px) {
    .cal .fc-toolbar-title {
        font-size: 28px;
    }
}

@media (max-width: 599px) {
    .cal .fc-toolbar-title {
        font-size: 5.5vw;
    }
}

/* table */
.table-wrap {
    width: auto;
}

.table-time {
    max-width: 300px;
    border-radius: 15px;
    background-color: white;
}

.table-time tr th,
.table-time tr td {
    padding: 5px;
    font-size: 10px;
    color: #404040;
    text-align: center;
}

.table-time tr th {
    font-family: "Candara", "Candara_Bold", "Candara_Bold_Italic", "Candara_Italic";
}

.table-time tr td {
    font-weight: bold;
    font-size: 14px;
}

.table-time tr td.colored {
    color: #e89e9e;
}

@media (max-width: 1024px) {

    .table-time tr th,
    .table-time tr td {
        padding: 5px 3px;
    }
}

/* title */
.title-01 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 2px 15px;
    font-family: "Candara", "Candara_Bold", "Candara_Bold_Italic", "Candara_Italic";
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 2px;
    border-right: 4px solid #e89e9e;
}

.title-02 {
    margin-bottom: 30px;
    font-family: "Candara", "Candara_Bold", "Candara_Bold_Italic", "Candara_Italic";
    font-size: 22px;
}

.title-02 .main,
.title-02 .sub {
    display: block;
}

.title-02 .sub {
    font-size: 50%;
}

.title-03 {
    margin-bottom: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 34px;
    color: #986868;
    letter-spacing: 2px;
}

.title-04 {
    margin-bottom: 50px;
    font-family: "Candara", "Candara_Bold", "Candara_Bold_Italic", "Candara_Italic";
    font-weight: normal;
    font-size: 34px;
    letter-spacing: 2px;
    text-align: center;
}

.title-04::after {
    content: "";
    width: 35px;
    height: 5px;
    display: block;
    margin: 5px auto;
    background-color: #e89e9e;
}

.title-05 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
    padding: 35px;
    font-size: 22px;
    letter-spacing: 2px;
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/deco_003-01.png), url(/import/tenant_1/160.16.152.154/html/images/common/deco_003-02.png);
    background-size: 75px 75px;
    background-repeat: no-repeat;
    background-position: top left, bottom right;
}

.title-06 {
    margin-bottom: 30px;
    padding: 15px;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    border-bottom: 2px solid #daa;
}

.title-06 .main,
.title-06 .sub {
    display: block;
}

.title-06 .sub {
    font-size: 60%;
    color: #986868;
}

.title-07 {
    margin-bottom: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 32px;
    color: #817269;
    letter-spacing: 2px;
}

.title-08 {
    font-size: 22px;
    text-align: center;
}

.title-09 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    font-size: 28px;
    text-align: center;
    position: relative;
}

.title-09::before,
.title-09::after {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/deco_005.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.title-09::before {
    margin-right: 10px;
}

.title-09::after {
    margin-left: 10px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.title-10 {
    margin-bottom: 50px;
    font-size: 28px;
}

.title-11 {
    margin-bottom: 10px;
    font-family: "Gabriela", serif;
    font-size: 20px;
    color: #daa;
}

.title-normal {
    margin-bottom: 10px;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .title-01 {
        padding: 2px 12px;
        font-size: 27px;
        letter-spacing: 1px;
        border-right: 3px solid #daa;
    }

    .title-02 {
        font-size: 20px;
    }

    .title-03 {
        font-size: 27px;
        letter-spacing: 1px;
    }

    .title-04 {
        margin-bottom: 30px;
        font-size: 27px;
        letter-spacing: 1px;
    }

    .title-04::after {
        width: 28px;
        height: 4px;
        margin: 3px auto;
    }

    .title-05 {
        padding: 28px;
        font-size: 20px;
        letter-spacing: 1px;
        background-size: 60px 60px;
    }

    .title-06 {
        padding: 12px;
        font-size: 22px;
    }

    .title-07 {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .title-08 {
        font-size: 20px;
    }

    .title-09 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .title-09::before,
    .title-09::after {
        width: 24px;
        height: 24px;
    }

    .title-09::before {
        margin-right: 8px;
    }

    .title-09::after {
        margin-left: 8px;
    }

    .title-10 {
        margin-bottom: 30px;
        font-size: 22px;
    }

    .title-11 {
        margin-bottom: 5px;
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .title-03 {
        font-size: 20px;
    }

    .title-04 {
        margin-bottom: 30px;
        font-size: 27px;
        letter-spacing: 1px;
    }

    .title-04::after {
        width: 28px;
        height: 4px;
        margin: 3px auto;
    }

    .title-05 {
        padding: 21px;
        font-size: 18px;
        background-size: 45px 45px;
    }

    .title-06 {
        padding: 9px;
        font-size: 17px;
    }

    .title-07 {
        font-size: 19px;
    }

    .title-08 {
        font-size: 18px;
    }

    .title-09 {
        font-size: 17px;
    }

    .title-10 {
        font-size: 17px;
    }
}

/* list */
.list-bd-bottom-white li {
    border-bottom: 1px solid white;
}

.list-bd-bottom-01 li {
    border-bottom: 1px solid #daa;
}

.list-faq {
    min-height: 110px;
    padding-top: 30px;
    padding-left: 120px;
    position: relative;
}

.list-faq .faq-num {
    width: 110px;
    height: 110px;
    font-family: "Gabriela", serif;
    font-size: 40px;
    color: white;
    line-height: 1;
    background-color: #daa;
    position: absolute;
    top: 0;
    left: 0;
}

.list-faq .faq-num-inner {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    margin: 5px;
    border: 1px solid white;
    position: relative;
}

.list-faq .faq-num-inner::before {
    content: "";
    width: 90%;
    height: 1px;
    display: block;
    margin: auto;
    background-color: white;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
    transform: rotate(-45deg) translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.list-faq .faq-num-inner .q {
    position: absolute;
    top: 5px;
    left: 5px;
}

.list-faq .faq-num-inner .num {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

.list-faq dt,
.list-faq dd {
    padding: 10px;
}

.list-faq dt {
    padding-right: 3em;
    border-bottom: 1px solid #daa;
    position: relative;
}

.list-faq dt::after {
    content: "\f0d7";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 150%;
    color: #daa;
    line-height: 1;
    line-height: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 10px;
    right: 0.7em;
}

.list-faq dt:hover {
    cursor: pointer;
}

.list-faq.action dt::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.list-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px 5px;
    border-bottom: 1px solid #daa;
}

.list-menu.-no-border {
    border-bottom: none;
}

.list-menu dt {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: bold;
}

.list-menu dd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1em;
    font-weight: bold;
}

.list-menu dd+.list-menu-note {
    margin-top: 5px;
}

.list-menu-note {
    width: 100%;
    padding-left: 0.5em;
    font-size: 80%;
    color: #a7a3a3;
}

.list-menu-02 {
    overflow: hidden;
    padding: 10px 25% 10px 10px;
    border: 3px solid #daa;
    position: relative;
}

.list-menu-02 dt {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.list-menu-02 dd {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 1em;
}

.list-menu-02 dd+.list-menu-note {
    margin-top: 5px;
}

.list-menu-02-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.list-menu-02 .list-menu-btn {
    width: 80px;
    height: 30px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 1;
}

.list-menu-02 .list-menu-btn a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    font-size: 12px;
    border: 1px solid #404040;
    border-radius: 15px;
    background-color: white;
}

.list-menu-02 .list-menu-btn-box {
    width: calc(35% + 3px);
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
}

.list-menu-02 .list-menu-btn-box-inner {
    width: 100%;
    height: 100%;
    position: relative;
}

.list-menu-02 .list-menu-btn-box-inner::before {
    content: "";
    width: 101%;
    height: 130%;
    display: block;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(49.9%, transparent), color-stop(50.1%, white));
    background: linear-gradient(to top left, transparent 49.9%, white 50.1%);
    position: absolute;
    top: 0;
    left: -30px;
}

.list-menu-02 .list-menu-btn-img {
    width: 100%;
    height: 100%;
}

.list-menu-02 .list-menu-btn-img img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    font-family: "object-fit: cover; object-position: 50% 50%;";
}

.list-balloon li {
    padding-left: 50px;
    position: relative;
}

.list-balloon li::before {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/icon_004.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: -10px;
    left: 0;
}

.list-triangle li {
    padding-left: 1.2em;
    position: relative;
}

.list-triangle li::before {
    content: "\f0da";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 140%;
    color: #e89e9e;
    line-height: 1;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.list-rhombus li {
    padding-left: 1.5em;
    position: relative;
}

.list-rhombus li::before {
    content: "◆";
    display: inline-block;
    color: #daa;
    position: absolute;
    top: 0;
    left: 0;
}

.list-rhombus li+li {
    margin-top: 10px;
}

.list-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.list-01 li {
    width: calc(20% + 40px);
    margin: 2% 40px;
}

.list-01 li a {
    display: block;
}

.list-01 li .box {
    padding: 20px;
}

.list-01 li .item {
    border: 1px solid #daa;
}

.list-01 li .item::before {
    content: "";
    display: block;
    padding-top: 130%;
}

.list-01 li .element {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    padding: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.list-01 .heading {
    width: 100%;
    font-family: "Gabriela", serif;
    font-size: 30px;
    color: #daa;
    letter-spacing: 2px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.list-01 .btn-02 {
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: white;
}

@media (max-width: 1024px) {
    .list-faq {
        min-height: 88px;
        padding-top: 24px;
        padding-left: 96px;
    }

    .list-faq dt,
    .list-faq dd {
        padding: 8px;
        padding-right: 3em;
    }

    .list-faq .faq-num {
        width: 88px;
        height: 88px;
        font-size: 32px;
    }

    .list-faq .faq-num-inner {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        margin: 2px;
    }

    .list-faq .faq-num-inner .q {
        top: 2px;
        left: 2px;
    }

    .list-faq .faq-num-inner .num {
        bottom: 2px;
        right: 2px;
    }

    .list-balloon li {
        padding-left: 40px;
    }

    .list-balloon li::before {
        width: 32px;
        height: 32px;
        top: -8px;
    }

    .list-01 li {
        width: calc((88% / 3));
        margin: 2%;
    }

    .list-01 li .box {
        padding: 10px;
    }

    .list-01 .heading {
        font-size: 24px;
    }
}

@media (max-width: 599px) {
    .list-faq {
        min-height: 66px;
        padding-top: 18px;
        padding-left: 72px;
    }

    .list-faq dt,
    .list-faq dd {
        padding: 6px;
        padding-right: 3em;
    }

    .list-faq .faq-num {
        width: 66px;
        height: 66px;
        font-size: 24px;
    }

    .list-01 li {
        width: calc((92% / 2));
    }

    .list-01 .heading {
        font-size: 18px;
    }
}

/* button */
.btn-01 {
    width: 140px;
    margin-top: 50px;
}

.btn-01 a,
.btn-01 button {
    width: 100%;
    height: 100%;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 2em;
    color: #986868;
    border: 1px solid #404040;
    border-radius: 15px;
    background-color: white;
    position: relative;
}

.btn-01 a::after,
.btn-01 button::after {
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    position: absolute;
    top: 14px;
    right: 0.5em;
}

.btn-01 a:hover,
.btn-01 button:hover {
    color: white;
    border: 1px solid #986868;
    background-color: #986868;
    opacity: 1;
}

.btn-01.-back a::after,
.btn-01.-back button::after {
    content: "\f053";
    left: 0.5em;
    right: auto;
}

.btn-02 {
    margin-top: 15px;
}

.btn-02::before {
    content: "▼";
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.btn-03 {
    margin-top: 15px;
}

.btn-03 a::before {
    content: "▼";
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.btn-04 {
    width: 200px;
    margin-top: 50px;
}

.btn-04 a,
.btn-04 button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    color: #817269;
    border: 1px solid #817269;
    position: relative;
}

.btn-04 a::before,
.btn-04 button::before {
    content: "";
    width: 0;
    height: 100%;
    display: block;
    background-color: #817269;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.btn-04 a .btn-inner,
.btn-04 button .btn-inner {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    z-index: 1;
}

.btn-04 a:hover a,
.btn-04 a:hover button,
.btn-04 button:hover a,
.btn-04 button:hover button {
    opacity: 1;
}

.btn-04 a:hover::before,
.btn-04 button:hover::before {
    width: 100%;
}

.btn-04 a:hover .btn-inner,
.btn-04 button:hover .btn-inner {
    color: white;
}

.btn-05 {
    margin-top: 15px;
}

.btn-05 a {
    color: #986868;
}

.btn-05 a::before {
    content: "▶︎";
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
}

.btn-06 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 360px;
    max-width: 90%;
    margin-top: 50px;
}

.btn-06 a,
.btn-06 button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 3em;
    color: #986868;
    border: 1px solid #daa;
    border-radius: 50px;
    background-color: #f5ebeb;
    position: relative;
}

.btn-06 a::after,
.btn-06 button::after {
    content: "\f054";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    position: absolute;
    top: 15px;
    right: 1em;
}

@media (max-width: 599px) {
    .btn-06 {
        min-width: 90%;
        margin-top: 30px;
    }

    .btn-06 a,
    .btn-06 button {
        padding: 10px 2em;
        font-size: 12px;
    }

    .btn-06 a::after,
    .btn-06 button::after {
        top: 14px;
    }
}

/* header */
header {
    width: 100%;
    padding: 10px;
    background-color: #fff1eb;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.header-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5em 3em;
}

.scrolled header {
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
    header {
        height: 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header-content {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        padding: 5px;
    }
}

/* nav */
nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
}

.nav-header {
    max-width: 660px;
    display: none;
    margin: 10px auto;
    padding: 10px;
}

.nav-header .logo-nav {
    margin: 5px auto;
}

.nav-header-info {
    text-align: center;
}

.nav-list li+li {
    margin-left: 1.5em;
}

.nav-list li a,
.nav-list li .dropdown-btn {
    padding: 5px;
    font-family: "Candara", "Candara_Bold", "Candara_Bold_Italic", "Candara_Italic";
    color: #986868;
    border-bottom: 3px solid transparent;
}

.nav-list li .mobile-only {
    display: none;
}

.nav-list li.current a {
    border-bottom: 3px solid #986868;
}

.dropdown-box {
    width: 200px;
    left: -120px;
    right: 0;
}

.dropdown-box-list li+li {
    margin-left: 0;
}

@media (max-width: 1024px) {
    nav {
        background-color: #ead7d7;
    }

    .nav-inner {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 45px;
        background-image: url(/import/tenant_1/160.16.152.154/html/images/common/deco_002-01.png), url(/import/tenant_1/160.16.152.154/html/images/common/deco_002-02.png), url(/import/tenant_1/160.16.152.154/html/images/common/deco_002-03.png), url(/import/tenant_1/160.16.152.154/html/images/common/deco_002-04.png);
        background-size: 75px 75px;
        background-repeat: no-repeat;
        background-position: top 5px left 5px, top 5px right 5px, bottom 5px right 5px, bottom 5px left 5px;
        position: relative;
    }

    .nav-inner::before {
        content: "";
        width: 94.5%;
        height: 96.5%;
        display: block;
        margin: auto;
        border: 2px solid #fce4e5;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        z-index: -1;
    }

    .nav-header {
        display: block;
        margin: 0;
        padding: 0;
    }

    .nav-header .logo-nav {
        width: 200px;
    }

    .nav-header .tel a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .nav-list {
        height: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .nav-list li a,
    .nav-list li .dropdown-btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 0 10px;
        font-size: 16px;
        line-height: 1.2;
        border-bottom: none;
        border-left: 3px solid transparent;
    }

    .nav-list li a [class^="icon"],
    .nav-list li .dropdown-btn [class^="icon"] {
        margin-right: 10px;
    }

    .nav-list li.current a {
        border-bottom: none;
        border-left: 3px solid #986868;
    }

    .nav-list li .mobile-only {
        display: block;
    }

    .nav-list li+li {
        margin-top: 15px;
        margin-left: 0;
    }
}

@media (max-width: 599px) {
    .nav-list {
        padding: 20px 10px;
    }
}

/* footer */
.footer-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px;
}

.footer-content .table-time {
    max-width: 100%;
}

.footer-parallax {
    min-height: 15vh;
    padding: 50px;
}

.footer-parallax-img {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-nav li {
    margin: 5px;
}

.footer-nav li a {
    padding: 5px 10px;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.footer-nav li+li::before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
    color: white;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
}

.copy {
    padding: 10px;
    font-size: 12px;
    color: #b39999;
    text-align: center;
    background-color: white;
}

.fixed-content {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 5;
}

.fixed-content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fixed-phone {
    width: auto;
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.reserve-btn {
    width: 200px;
    height: 200px;
    position: relative;
}

.reserve-btn::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.reserve-btn-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.reserve-btn-inner a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    border-radius: 100%;
    background-color: #d6c5c4;
    position: relative;
}

.reserve-btn-inner a::after {
    content: "";
    width: 96%;
    height: 99%;
    display: block;
    margin: auto;
    background-image: url(/upload/tenant_1/c03fbdaf77f84ec129b1d26ca2634901.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-filter: drop-shadow(1px 1px 1px #dcdcdc);
    filter: drop-shadow(1px 1px 1px #dcdcdc);
    -webkit-transform: translate(0, -50%) scale(1.2);
    transform: translate(0, -50%) scale(1.2);
    position: absolute;
    top: 50%;
    left: 6px;
    right: 0;
}

.reserve-btn-inner a .main {
    font-size: 60%;
    color: white;
}

.reserve-btn-inner a .sub {
    color: #9f6d69;
}

.type-b .reserve-btn-inner a {
    background-color: #daa;
}

@media (max-width: 1024px) {
    .footer-content {
        padding: 50px 20px;
    }

    .copy {
        padding: 8px 8px 70px;
        font-size: 10px;
    }

    .fixed-content {
        width: 600px;
        max-width: 90%;
        border-radius: 20px 0 0 0;
        bottom: 0;
        right: 0;
    }

    .fixed-content-inner {
        padding-left: 20px;
        position: relative;
    }

    .fixed-content-inner::before {
        content: "";
        width: 80px;
        height: 28px;
        display: block;
        margin: auto;
        background-image: url(/import/tenant_1/160.16.152.154/html/images/common/deco_004.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-filter: drop-shadow(1px 1px 1px #dcdcdc);
        filter: drop-shadow(1px 1px 1px #dcdcdc);
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1);
        position: absolute;
        top: auto;
        bottom: 10px;
        left: -35px;
        right: auto;
    }

    .fixed-phone {
        display: block;
    }

    .fixed-phone .tel-item,
    .fixed-phone .tel-item .tel {
        height: 100%;
    }

    .fixed-phone .tel-item .tel a {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top: 2px solid #d6c5c4;
        border-left: 2px solid #d6c5c4;
        border-radius: 20px 0 0 0;
        background-color: white;
        -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
        box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 20%);
    }

    .fixed-phone+div {
        width: 50%;
    }

    .reserve-btn {
        width: 100%;
        height: auto;
    }

    .reserve-btn::before {
        padding-top: 20%;
    }

    .reserve-btn-inner a {
        border-radius: 0;
        -webkit-box-shadow: 5px 0px 5px 0px rgb(0 0 0 / 20%);
        box-shadow: 5px 0px 5px 0px rgb(0 0 0 / 20%);
    }

    .reserve-btn-inner a::after {
        display: none;
    }
}

@media (max-width: 599px) {
    .footer-parallax {
        padding: 50px 20px;
    }

    .footer-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-nav li {
        width: 48%;
        margin: 2% 1%;
    }

    .footer-nav li+li::before {
        display: none;
    }

    .footer-nav li a {
        display: block;
        padding: 10px 0;
        font-size: 12px;
    }

    .fixed-content {
        max-width: 95%;
    }

    .fixed-content-inner {
        padding-left: 10px;
    }

    .fixed-content-inner::before {
        display: none;
    }

    .reserve-btn-inner a::after {
        width: 60px;
        height: 21px;
    }

    .fixed-phone .tel-item .tel a {
        font-size: 16px;
    }

    .fixed-phone .tel-item .tel a::before {
        width: 23px;
        height: 18px;
    }

    .reserve-btn::before {
        padding-top: 25%;
    }

    .reserve-btn-inner a {
        font-size: 15px;
    }
}

/* hero section */
.hero-section {
    position: relative;
}

.hero-section-logo {
    width: 330px;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-section-logo img {
    -webkit-filter: drop-shadow(1px 1px 1px #696969);
    filter: drop-shadow(1px 1px 1px #696969);
}

.hero-section-content {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.hero-section-block {
    position: relative;
}

.hero-section-block::before {
    content: "";
    width: 100%;
    height: 115%;
    background: -webkit-gradient(linear, left bottom, right top, color-stop(49.9%, rgba(152, 104, 104, 0.9)), color-stop(50.2%, transparent));
    background: linear-gradient(to top right, rgba(152, 104, 104, 0.9) 49.9%, transparent 50.2%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.hero-section-block::after {
    content: "";
    width: 60%;
    height: 90%;
    background: -webkit-gradient(linear, right bottom, left top, color-stop(49.9%, rgba(152, 104, 104, 0.9)), color-stop(50.2%, transparent));
    background: linear-gradient(to top left, rgba(152, 104, 104, 0.9) 49.9%, transparent 50.2%);
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -2;
}

.hero-section-item {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 2em 1.5em 0.5em;
}

.hero-section-info .address {
    font-family: "Candara", "Candara_Bold", "Candara_Bold_Italic", "Candara_Italic";
    font-size: 14px;
}

.hero-section.-lower .hero-section-img .img img {
    position: absolute;
    top: 0;
    left: 0;
}

.hero-section.-lower .hero-section-img .img::after {
    content: "";
    display: block;
    padding-top: 30%;
}

.hero-section.-lower .hero-section-block {
    padding-left: 4em;
}

.hero-section.-lower .hero-section-block::after {
    background: -webkit-gradient(linear, right bottom, left top, color-stop(49.9%, rgba(255, 241, 235, 0.8)), color-stop(50.2%, transparent));
    background: linear-gradient(to top left, rgba(255, 241, 235, 0.8) 49.9%, transparent 50.2%);
}

.hero-section.-lower .hero-section-item {
    min-height: 150px;
    padding-left: calc(50% - 600px);
}

.hero-section.-lower .hero-section-title {
    font-family: "Candara";
    font-size: 38px;
    color: white;
    letter-spacing: 2px;
}

.hero-section.-lower .hero-section-title::after {
    content: "";
    width: 100px;
    height: 35px;
    display: block;
    background-image: url(/import/tenant_1/160.16.152.154/html/images/common/deco_004.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

@media (max-width: 1024px) {
    .hero-section-logo {
        width: 230px;
    }

    .hero-section-item {
        width: 100%;
        padding: 4em 1.5em 0.5em;
    }

    .hero-section.-lower .hero-section-img .img::after {
        padding-top: 40%;
    }

    .hero-section.-lower .hero-section-block {
        padding-left: 0;
    }

    .hero-section.-lower .hero-section-block::before {
        height: 100%;
    }

    .hero-section.-lower .hero-section-block::after {
        height: 80%;
    }

    .hero-section.-lower .hero-section-item {
        min-height: 120px;
        padding: 3em 1.5em 0.5em 3em;
    }

    .hero-section.-lower .hero-section-title {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .hero-section.-lower .hero-section-title::after {
        width: 80px;
        height: 28px;
        -webkit-transform: translate(-25%, 0);
        transform: translate(-25%, 0);
    }
}

@media (max-width: 599px) {
    .hero-section-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
        -ms-flex-align: start;
        padding: 2.5em 1em 0.5em;
    }

    .hero-section.-lower .hero-section-img .img::after {
        padding-top: 60%;
    }

    .hero-section.-lower .hero-section-item {
        min-height: 100px;
        padding: 2.5em 1.5em 0.5em 2em;
    }

    .hero-section.-lower .hero-section-title {
        font-size: 23px;
    }

    .hero-section.-lower .hero-section-title::after {
        width: 60px;
        height: 21px;
    }
}

/* custom contents */
.date {
    font-family: "Candara";
    font-size: 12px;
}

.category span {
    display: inline-block;
    margin: 2px;
    padding: 2px 10px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    border-radius: 5px;
    background-color: #986868;
}

.category.-hash span {
    margin: 2px 5px;
    padding: 0;
    color: #a9a9a9;
    border-radius: 0;
    background-color: transparent;
}

.category.-hash span::before {
    content: "#";
    display: inline-block;
}

.position {
    font-size: 12px;
}

.name-main {
    font-family: "Gabriela", serif;
    font-weight: bold;
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: 4px;
}

.name-main::after {
    content: "";
    width: 30px;
    height: 5px;
    display: block;
    background-color: #e89e9e;
}

.cc-list-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cc-list-01 dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1em;
}

.cc-list-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cc-list-02 li {
    width: 35%;
    margin: 0 5% 2%;
    padding: 10px;
    background-color: #f2f2f2;
}

.cc-list-04>li {
    margin-left: -999rem;
    margin-right: -999rem;
    padding-left: 999rem;
    padding-right: 999rem;
    background-color: #f5ebeb;
}

.cc-list-05 li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.cc-list-05 li .img {
    width: 90%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.cc-list-05 li .category {
    width: auto;
    padding: 5px;
    font-family: "Candara";
    font-size: 12px;
    font-size: 12px;
    color: #a9a9a9;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}

.cc-list-06 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cc-list-06 dt {
    min-width: 30%;
    font-family: "Gabriela", serif;
    font-size: 30px;
    color: #daa;
}

.cc-list-06 dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1em;
    padding: 10px 0;
}

.cc-list-dynamic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cc-list-dynamic li a {
    padding: 2px 5px;
    font-family: "Gabriela", serif;
    color: #daa;
}

.cc-list-dynamic li+li {
    margin-left: 1.5em;
}

.cc-list-dynamic li.current a {
    border-bottom: 3px solid #daa;
}

.cc-list-news li {
    padding: 50px 30px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.cc-list-news li:hover {
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(221, 170, 170, 0.4);
    box-shadow: 0px 0px 10px 5px rgba(221, 170, 170, 0.4);
}

.cc-list-news li [class^="btn"] {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.cc-list-news-title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 20px;
}

.cc-title-01 {
    font-size: 14px;
}

.cc-gallery-detail-box .slider-02 {
    padding: 0 10%;
    position: relative;
}

.cc-gallery-detail-box .slider-02-img .img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
}

.cc-gallery-detail-box .slider-02-img.slick-current .img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.cc-gallery-detail-box .slider-02 .slick-arrow {
    border: none;
    background-color: transparent;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
}

.cc-gallery-detail-box .slider-02 .slick-prev {
    left: 0;
}

.cc-gallery-detail-box .slider-02 .slick-prev::before {
    content: "\f0d9";
    display: inline-block;
    margin-right: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 120%;
}

.cc-gallery-detail-box .slider-02 .slick-next {
    right: 0;
}

.cc-gallery-detail-box .slider-02 .slick-next::after {
    content: "\f0da";
    display: inline-block;
    margin-left: 0.5em;
    margin-right: 0.5em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 120%;
}

.cc-staff-block {
    padding-top: 8em;
    position: relative;
}

.cc-staff-block:nth-of-type(even) .cc-staff-item {
    margin-left: 3em;
    margin-right: auto;
}

.cc-staff-img {
    position: absolute;
    top: 0;
    left: 0;
}

.cc-staff-item {
    width: 48%;
    overflow: hidden;
    margin-left: auto;
    margin-right: 3em;
    padding: 80px 50px;
    background-color: white;
    position: relative;
    z-index: 1;
}

.cc-staff-name .main,
.cc-staff-name .sub {
    display: block;
    line-height: 1.2;
}

.cc-staff-name .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    font-family: "Gabriela", serif;
    font-size: 3vw;
    color: #daa;
}

.cc-staff-name .main::after {
    content: "";
    width: 10%;
    height: 1px;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0.5em;
    margin-right: -999rem;
    padding-right: 999rem;
    background-color: #daa;
}

.cc-staff-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cc-staff-list dt,
.cc-staff-list dd {
    color: #a9a9a9;
}

.cc-staff-list dt {
    width: 25%;
}

.cc-staff-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1em;
}

.cc-staff-comment .text {
    font-size: 14px;
}

.cc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cc-content {
    width: 70%;
}

.cc-side {
    width: 25%;
}

.cc-side-block {
    padding: 30px;
    border: 1px solid #daa;
}

.cc-side-title {
    margin-bottom: 30px;
    font-family: "Candara";
    font-size: 26px;
    text-align: center;
}

.cc-side-list li a {
    display: block;
    padding-left: 1em;
    position: relative;
}

.cc-side-list li a::before {
    content: "#";
    position: absolute;
    top: 0;
    left: 0;
}

.cc-side-list li+li {
    margin-top: 10px;
}

.cc-detail-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.cc-detail-box-item .category {
    margin-left: 1em;
}

.cc-detail-title {
    width: 100%;
    padding: 15px 5px;
    font-size: 22px;
    border-bottom: 3px solid #daa;
}

.cc-detail-content h2 {
    margin: 30px 0;
    padding: 5px;
    font-size: 20px;
    border-bottom: 2px solid #986868;
}

.cc-detail-content h2::first-letter {
    font-weight: bold;
    font-size: 120%;
    color: #986868;
}

.cc-detail-content h3 {
    margin: 25px 0;
    padding: 4px;
    font-size: 18px;
    border-bottom: 2px solid #ead7d7;
}

.cc-detail-content h3::first-letter {
    font-weight: bold;
    font-size: 120%;
    color: #ead7d7;
}

.cc-detail-content h4 {
    margin: 20px 0;
    padding: 3px;
    font-size: 17px;
    border-bottom: 2px solid #f5ebeb;
}

.cc-detail-content h4::first-letter {
    font-weight: bold;
    font-size: 120%;
    color: #f5ebeb;
}

.pager-list li {
    width: auto;
    height: auto;
}

.pager-list li a,
.pager-list li .now {
    padding: 10px;
    font-family: "Candara";
}

.pager-list li a:hover,
.pager-list li .now {
    color: #daa;
    border-radius: 0;
    background-color: transparent;
}

.pager-list .arrow a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.pager-list .arrow a::before {
    margin-right: 1em;
}

.pager-list .arrow.-prev a::before {
    content: "\f0d9";
}

.pager-list .arrow.-next a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.pager-list .arrow.-next a::before {
    content: "\f0da";
    margin-left: 1em;
    margin-right: 0;
}

@media (max-width: 1024px) {
    .cc-list-02 li {
        width: 40%;
    }

    .cc-list-06 dt {
        min-width: 35%;
        font-size: 24px;
    }

    .cc-gallery-detail-box .slider-02-img .img {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    .cc-gallery-detail-box .slider-02 .slick-arrow {
        font-size: 0.8em;
    }

    .cc-staff-item {
        padding: 50px 30px;
    }

    .cc-staff-name .main {
        font-size: 30px;
    }

    .cc-staff-comment .text {
        font-size: 13px;
    }

    .cc-content {
        width: 100%;
    }

    .cc-side {
        width: 100%;
    }

    .cc-side-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 50px;
    }

    .cc-side-block {
        width: 48%;
    }

    .cc-side-title {
        font-size: 24px;
    }

    .cc-detail-title {
        padding: 10px 5px;
        font-size: 20px;
    }

    .cc-detail-content h2 {
        margin: 25px 0;
        padding: 4px;
        font-size: 18px;
    }

    .cc-detail-content h3 {
        margin: 20px 0;
        padding: 3px;
        font-size: 17px;
    }

    .cc-detail-content h4 {
        margin: 15px 0;
        padding: 2px;
        font-size: 16px;
    }
}

@media (max-width: 599px) {
    .card a {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .card-img {
        width: 35%;
    }

    .card-content {
        width: 10%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .cc-list-01 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cc-list-01 dd {
        width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .cc-list-02 li {
        width: 90%;
    }

    .cc-list-02 li+li {
        margin-top: 30px;
    }

    .cc-list-04>li {
        padding-top: 30px;
    }

    .cc-list-06 dt {
        width: 100%;
        min-width: 100%;
        font-size: 18px;
    }

    .cc-list-06 dd {
        width: 100%;
        padding: 0;
    }

    .cc-list-news li {
        padding: 15px 15px 30px;
    }

    .cc-list-news-title {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .cc-gallery-detail-box .slider-02 {
        padding: 0 18%;
    }

    .cc-staff-block {
        padding-top: 16em;
    }

    .cc-staff-block:nth-of-type(even) .cc-staff-item {
        margin-left: 1em;
        margin-right: auto;
    }

    .cc-staff-item {
        width: 85%;
        margin-left: auto;
        margin-right: 1em;
        padding: 30px 10px;
    }

    .cc-staff-name .main {
        font-size: 30px;
    }

    .cc-staff-comment .text {
        font-size: 13px;
    }

    .cc-side-block {
        width: 100%;
        padding: 20px 15px;
    }

    .cc-side-title {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .cc-detail-content h2 {
        margin: 25px 0;
        padding: 4px;
        font-size: 18px;
    }

    .cc-detail-content h3 {
        margin: 20px 0;
        padding: 3px;
        font-size: 16px;
    }

    .cc-detail-content h4 {
        margin: 15px 0;
        padding: 2px;
        font-size: 15px;
    }

    .pager-list .arrow a {
        font-size: 12px;
    }
}

/* form */
.contact-item dt .must {
    margin-top: 0;
}

.contact-item dd input,
.contact-item dd textarea {
    background-color: #fdf5f5;
}

.contact-item dd.radiobtn input+label {
    width: 48%;
    margin: 1%;
    margin-left: 0;
}

.contact-btns li {
    width: 180px;
}

.contact-btns li button::after {
    top: 12px;
}

@media (max-width: 599px) {
    .contact-item dd.radiobtn input+label {
        width: 98%;
    }

    .contact-btns li button {
        font-size: 14px;
    }
}

/* 見たまま編集 */
[data-element-id] header {
    position: static;
}

[data-element-id] .mobile-only,
[data-element-id] .nav-list li .mobile-only {
    display: block;
    border: 2px solid #ff8c00;
}

[data-element-id] .mobile-only::before,
[data-element-id] .nav-list li .mobile-only::before {
    content: "モバイルのみ表示";
    width: 100%;
    display: block;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #ff8c00;
}

[data-element-id] nav,
[data-element-id] .dropdown-menu {
    overflow: visible;
}

[data-element-id] .dropdown-menu .dropdown-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[data-element-id] .slider-01 div[data-collection-list-content] {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: scroll;
}

[data-element-id] .footer-parallax {
    background-color: #f5deb3;
}

[data-element-id] .footer-parallax-img {
    width: 50%;
    height: auto;
    margin: 50px auto;
    border: 2px solid #ff8c00;
    position: relative;
    z-index: 1;
}

[data-element-id] .footer-parallax-img::before {
    content: "フッターのパララックス画像です。大きめで正方形に近い形の画像が推奨です。表示されるのは一部分となります。";
    width: 100%;
    display: block;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #ff8c00;
}

[data-element-id] .fixed-content {
    border: 2px solid #ff8c00;
    background-color: white;
    position: absolute;
    bottom: 50px;
    right: 10px;
}

[data-element-id] .fixed-content::before {
    content: "右下に固定表示されるボタンです。電話番号はモバイルのみ表示されます。";
    width: 100%;
    display: block;
    padding: 2px 5px;
    font-weight: bold;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #ff8c00;
}

[data-element-id] .fixed-content-inner {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px;
}

[data-element-id] .fixed-phone {
    display: block;
    margin: 10px;
}

[data-element-id] .slider-01-img {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 1%;
}

[data-element-id] .cc-list-02 div[data-collection-list-content] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

[data-element-id] .cc-list-04>div[data-collection-list-content]>li {
    margin-left: -45%;
    margin-right: -45%;
    padding-left: 45%;
    padding-right: 45%;
    background-color: #f5ebeb;
}

[data-element-id] .cc-list-dynamic div[data-collection-filtered-content] {
    width: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1.5em;
}

[data-element-id] .slider-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    overflow-y: scroll;
}

[data-element-id] .cc-gallery-detail-box .slider-02-img {
    width: 30%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 1%;
}

[data-element-id] .cc-gallery-detail-box .slider-02-img .img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.instagram-icon a:before {
    content: "\f16d";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

.facebook-icon a:before {
    content: "\f09a";
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

.star-list .item:before {
    content: "\f005";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.star-list.star-1 .item:nth-of-type(2) {
    display: none;
}

.star-list.star-1 .item:nth-of-type(3) {
    display: none;
}

.star-list.star-1 .item:nth-of-type(4) {
    display: none;
}

.star-list.star-1 .item:nth-of-type(5) {
    display: none;
}

.star-list.star-2 .item:nth-of-type(3) {
    display: none;
}

.star-list.star-2 .item:nth-of-type(4) {
    display: none;
}

.star-list.star-2 .item:nth-of-type(5) {
    display: none;
}

.star-list.star-3 .item:nth-of-type(4) {
    display: none;
}

.star-list.star-3 .item:nth-of-type(5) {
    display: none;
}

.star-list.star-4 .item:nth-of-type(5) {
    display: none;
}
