@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");

.josefin {
    font-family: "Josefin Sans", sans-serif;
}

/* base.css上書き */
html {
    color: #726558;
    letter-spacing: 1px;
    background-color: white;
}

.map:after {
    padding-top: 40%;
}

@media (max-width: 1024px) {
    .map::after {
        padding-top: 40%;
    }
}

@media (max-width: 599px) {
    html {
        font-size: 14px;
    }

    .map::after {
        padding-top: 50%;
    }
}

/* common */
h1 {
    padding: 5px;
    font-size: 10px;
}

.logo {
    width: 200px;
    max-width: 80%;
    margin: 0;
}

.color-white {
    color: white;
}

.bgc-white {
    background-color: white;
}

.all-white * {
    color: white;
}

.up-lh-25 {
    line-height: 2.5;
}

@media (max-width: 1024px) {
    .wrapper {
        padding-top: 0 !important;
    }

    h1 {
        text-align: center;
    }

    .logo {
        width: 180px;
    }
}

@media (max-width: 599px) {
    .logo {
        width: 160px;
    }
}

/* icon */
[class^="icon-brands"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Brands";
    font-weight: 900;
}

[class^="icon-free"]::before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.icon-brands-facebook::before {
    content: "\f082";
}

.icon-brands-instagram::before {
    content: "\f16d";
}

.icon-brands-line::before {
    content: "\f3c0";
}

.icon-free-map::before {
    content: "\f3c5";
}

.icon-free-cal::before {
    content: "\f073";
}

.icon-free-cal::before {
    content: "\f073";
}

.icon-free-contact::before {
    content: "\f1d8";
}

/* parts */
.color-01 {
    color: #cca57e;
}

.color-02 {
    color: #c8b682;
}

.color-03 {
    color: #847661;
}

.color-04 {
    color: #f3efe9;
}

.color-05 {
    color: #e5e2e0;
}

.color-06 {
    color: #fffff5;
}

.color-07 {
    color: #d7d3d0;
}

.color-08 {
    color: #a57a43;
}

.color-09 {
    color: #e3e0de;
}

.color-10 {
    color: #d4d0cd;
}

.bgc-01 {
    background-color: #cca57e;
}

.bgc-02 {
    background-color: #c8b682;
}

.bgc-03 {
    background-color: #847661;
}

.bgc-04 {
    background-color: #c8b682;
}

.bgc-04-01 {
    background-color: #f3efe9;
}

.bgc-05 {
    background-color: #e5e2e0;
}

.bgc-06 {
    background-color: #c8b682;
}

.bgc-07 {
    background-color: #d7d3d0;
}

.bgc-08 {
    background-color: rgb(204, 165, 126);
}

.bgc-09 {
    background-color: #f3efe9;
}

.bgc-10 {
    background-color: #d4d0cd;
}

.box-border {
    padding: 30px 20px;
}

.box-border.-c01 {
    border: 1px solid #726558;
}

.box-menu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.box-menu .title-02 {
    padding-right: 30px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
}

.box-menu-item {
    padding: 30px 20px;
    background-color: white;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.box-menu-item+.box-menu-item {
    margin-top: 30px;
}

.box-recruit01 .bg-cont {
    min-height: 30vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 30px;
}

.box-recruit01 .bg-cont>* {
    width: 100%;
}

.box-white {
    padding: 50px 30px;
    background-color: white;
}

.grid {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: 0.5fr;
}

.grid-item {
    min-width: 0;
}

.grid-item .img {
    overflow: hidden;
    border: 3px solid white;
    border-radius: 30px;
}

.grid-01 {
    -webkit-transform: translate(13%, 20%);
    transform: translate(13%, 20%);
}

.grid-03 {
    -webkit-transform: translate(-10%, 12%);
    transform: translate(-10%, 12%);
}

.grid-04 {
    -webkit-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
}

.grid-04 .img02 {
    -webkit-transform: translate(-10%, -10%);
    transform: translate(-10%, -10%);
}

.grid-05 {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.grid-06 {
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
}

.grid-06 .img02 {
    -webkit-transform: translate(10%, -10%);
    transform: translate(10%, -10%);
}

.grid-07 {
    -webkit-transform: translate(5%, -25%);
    transform: translate(5%, -25%);
}

.grid-09 {
    -webkit-transform: translate(-5%, -25%);
    transform: translate(-5%, -25%);
}

.btn-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.btn-bottom>* {
    width: 100%;
}

.btn-bottom [class*="btn"] {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.frame {
    position: relative;
}

.frame::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #726558;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
}

.block01 .bg-cont {
    min-height: 600px;
}

.table-like dl {
    padding: 20px 5px;
}

.table-like dl+dl {
    border-top: 1px solid #d7d3d0;
}

.table-like dl dt {
    font-weight: bold;
}

@media (max-width: 1024px) {
    .box-recruit01 .bg-cont {
        padding: 30px 20px;
    }

    .grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .grid-item {
        width: calc(94% / 3);
        margin: 1%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .grid-04,
    .grid-06 {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .grid-04 [class*="img"],
    .grid-06 [class*="img"] {
        width: calc(94% / 3);
        margin: 1%;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .grid-04 {
        margin-top: -10%;
    }

    .grid-05 {
        width: 100%;
        padding: 30px 10px;
    }

    .grid-06 {
        margin-bottom: -10%;
        z-index: 1;
    }

    .block01 .bg-cont {
        min-height: 400px;
    }
}

@media (max-width: 599px) {
    .box-menu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .grid-item .img {
        border: 3px solid white;
    }
}

/* title */
.title-01 {
    margin-bottom: 50px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 40px;
    letter-spacing: 0.1em;
}

.title-02 {
    margin-bottom: 30px;
    padding: 15px;
    font-weight: bold;
    font-size: 22px;
}

.title-03 {
    margin-bottom: 15px;
    padding: 10px 5px;
    font-family: "Josefin Sans", sans-serif;
    font-weight: bold;
    font-size: 20px;
}

.title-04 {
    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: 30px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 36px;
    letter-spacing: 0.25em;
    text-align: center;
}

.title-04::before,
.title-04::after {
    content: "";
    width: 40px;
    height: 2px;
    margin: 0 20px;
    background-color: #726558;
}

.title-04.-white::before,
.title-04.-white::after {
    background-color: white;
}

.title-05 {
    margin-bottom: 15px;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    background-color: #847661;
}

.title-06 {
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
    color: white;
    letter-spacing: 0.1em;
    text-align: center;
    background-color: #847661;
}

@media (max-width: 1024px) {
    .title-01 {
        margin-bottom: 40px;
        font-size: 32px;
    }

    .title-02 {
        padding: 12px;
        font-size: 20px;
    }

    .title-03 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .title-04 {
        font-size: 29px;
    }

    .title-04::before,
    .title-04::after {
        width: 32px;
        height: 1px;
        margin: 0 16px;
    }

    .title-05 {
        padding: 5px 15px;
        font-size: 18px;
    }
}

@media (max-width: 599px) {
    .title-01 {
        margin-bottom: 30px;
        font-size: 24px;
    }

    .title-04 {
        font-size: 22px;
    }

    .title-04::before,
    .title-04::after {
        width: 24px;
        margin: 0 12px;
    }
}

/* list */
.list-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
}

.list-sns li a {
    font-size: 24px;
}

.list-sns li+li {
    margin-left: 15px;
}

.list-dash li:nth-of-type(even) {
    margin-top: 30px;
}

.list-check li {
    padding-left: 30px;
    font-size: 18px;
    position: relative;
}

.list-check li+li {
    margin-top: 10px;
}

.list-check li::before {
    content: "\f00c";
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 24px;
    font-size: inherit;
    color: #cca57e;
    line-height: 1;
    position: absolute;
    top: 5px;
    left: 0;
}

.list-salon .salon-name {
    padding: 5px;
    font-weight: bold;
    font-size: 20px;
}

.list-salon .salon-address {
    margin: 5px 0;
    font-size: 14px;
}

.list-grid {
    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;
}

.list-grid li {
    width: calc((100% - 6px) / 3);
    margin: 1px;
}

.list-grid li figure {
    position: relative;
}

.list-grid li figure figcaption {
    width: 100%;
    padding: 20px 5px 10px;
    color: white;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(132, 118, 97, 0)), to(#847661));
    background: linear-gradient(to bottom, rgba(132, 118, 97, 0) 0%, #847661 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00847661', endColorstr='#847661', GradientType=0);
    position: absolute;
    bottom: 0;
    left: 0;
}

.list-menu {
    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;
    padding: 20px 5px;
}

.list-menu+.list-menu {
    border-top: 1px solid #e5e2e0;
}

.list-menu dt {
    font-weight: bold;
}

.list-menu .note {
    width: 100%;
    margin-top: 5px;
    font-size: 12px;
}

.list-flow li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: white;
    position: relative;
}

.list-flow li+li {
    margin-top: 20px;
}

.list-flow li .num {
    padding: 5px 20px;
    font-size: 20px;
    color: white;
    letter-spacing: 2px;
    text-align: center;
    background-color: #726558;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.list-flow li .img {
    width: 20%;
}

.list-flow li .item {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    padding: 10px;
}

.list-days li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
    position: relative;
}

.list-days li+li {
    margin-top: 80px;
}

.list-days li+li::after {
    content: "";
    width: 2px;
    height: calc(100% + 80px);
    display: inline-block;
    background-color: #847661;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: absolute;
    top: 125px;
    left: 50px;
    z-index: -1;
}

.list-days-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 10px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}

.list-days-time {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    letter-spacing: 0.1em;
    -webkit-transform: translate(-25px, -25px);
    transform: translate(-25px, -25px);
    z-index: 2;
}

.list-days-time .square-inner {
    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-weight: bold;
    font-size: 24px;
    color: #847661;
    border: 2px solid #847661;
    border-radius: 100%;
    background-color: white;
}

.list-days-img {
    width: 30%;
}

.list-days-content {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 30px 15px;
}

.list-table dt,
.list-table dd {
    padding: 10px;
}

.list-table dt {
    background-color: #f3efe9;
}

.list-table dd {
    margin-left: 0;
    border-top: 1px solid #f3efe9;
    border-bottom: 1px solid #f3efe9;
    border-right: 1px solid #f3efe9;
}

.list-table+.list-table dt {
    border-top: 1px solid white;
}

.list-table+.list-table dd {
    border-top: none;
}

.list-table.blank {
    display: none;
}

.list-table dd {
    font-size: 14px;
}

.list-insta {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-top: 15px;
}

.list-insta dt {
    width: auto;
    min-width: auto !important;
    background-color: transparent;
}

.list-insta dt,
.list-insta dd {
    padding: 0;
}

.list-insta dd {
    margin-left: 10px;
    border: none !important;
}

.list-insta dd a {
    font-size: 30px;
}

@media (max-width: 1024px) {
    .list-sns {
        margin: 10px auto;
    }

    .list-sns li a {
        font-size: 34px;
    }

    .list-sns li+li {
        margin-left: 30px;
    }

    .list-check li {
        padding-left: 24px;
        font-size: 16px;
    }

    .list-flow li+li {
        margin-top: 15px;
    }

    .list-flow li .num {
        padding: 5px 15px;
        font-size: 15px;
    }

    .list-flow li .img {
        width: 30%;
    }

    .list-days li+li::after {
        top: 95px;
        left: 60px;
    }

    .list-days-time {
        width: 120px;
        height: 120px;
        -webkit-transform: translate(0, -25px);
        transform: translate(0, -25px);
    }

    .list-days-time .square-inner {
        font-size: 19px;
    }

    .list-days-img {
        width: 100%;
    }

    .list-days-content {
        padding: 20px 10px;
    }

    .list-table dd {
        border: 1px solid #f3efe9;
    }
}

@media (max-width: 599px) {
    .list-salon .list-inner {
        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;
    }

    .list-salon .img {
        width: 30%;
        height: 100%;
    }

    .list-salon .item {
        width: 65%;
    }

    .list-grid li {
        width: calc((100% - 4px) / 2);
    }

    .list-flow li .img {
        width: 100%;
    }

    .list-flow li .item {
        margin-left: 0;
    }

    .list-days li+li::after {
        height: 80px;
        margin: auto;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
        top: 0;
        left: 0;
        right: 0;
    }

    .list-days-time {
        width: 100px;
        height: 100px;
        position: absolute;
        top: -10px;
        left: -5px;
    }
}

/* button */
.btn {
    width: 300px;
    max-width: 90%;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}

.btn a,
.btn button {
    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: 10px 40px 10px 10px;
    font-family: "Josefin Sans", sans-serif;
    color: white;
    letter-spacing: 4px;
    border: 2px solid #847661;
    background-color: #847661;
    position: relative;
}

.btn a::after,
.btn button::after {
    content: "\f054";
    display: inline-block;
    margin: auto;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    line-height: 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
}

.btn a:hover,
.btn button:hover {
    color: #847661;
    background-color: white;
    opacity: 1;
}

.btn.-c01 a,
.btn.-c01 button {
    border: 2px solid #cca57e;
    background-color: #cca57e;
}

.btn.-c01 a:hover,
.btn.-c01 button:hover {
    color: #cca57e;
    background-color: white;
}

.btn.-c02 a,
.btn.-c02 button {
    border: 2px solid #c8b682;
    background-color: #c8b682;
}

.btn.-c02 a:hover,
.btn.-c02 button:hover {
    color: #c8b682;
    background-color: white;
}

.btn.-c03 a,
.btn.-c03 button {
    border: 2px solid #847661;
    background-color: #847661;
}

.btn.-c03 a:hover,
.btn.-c03 button:hover {
    color: #847661;
    background-color: white;
}

.btn.-c04 a,
.btn.-c04 button {
    border: 2px solid #f3efe9;
    background-color: #f3efe9;
}

.btn.-c04 a:hover,
.btn.-c04 button:hover {
    color: #f3efe9;
    background-color: white;
}

.btn.-c05 a,
.btn.-c05 button {
    border: 2px solid #e5e2e0;
    background-color: #e5e2e0;
}

.btn.-c05 a:hover,
.btn.-c05 button:hover {
    color: #e5e2e0;
    background-color: white;
}

.btn.-c06 a,
.btn.-c06 button {
    border: 2px solid #fffff5;
    background-color: #fffff5;
}

.btn.-c06 a:hover,
.btn.-c06 button:hover {
    color: #fffff5;
    background-color: white;
}

.btn.-c07 a,
.btn.-c07 button {
    border: 2px solid #d7d3d0;
    background-color: #d7d3d0;
}

.btn.-c07 a:hover,
.btn.-c07 button:hover {
    color: #d7d3d0;
    background-color: white;
}

.btn.-c08 a,
.btn.-c08 button {
    border: 2px solid #e3e0de;
    background-color: #e3e0de;
}

.btn.-c08 a:hover,
.btn.-c08 button:hover {
    color: #e3e0de;
    background-color: white;
}

.btn.-c09 a,
.btn.-c09 button {
    border: 2px solid #d4d0cd;
    background-color: #d4d0cd;
}

.btn.-c09 a:hover,
.btn.-c09 button:hover {
    color: #d4d0cd;
    background-color: white;
}

.btn.-text {
    width: auto;
    max-width: none;
}

.btn.-text a,
.btn.-text button {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 5px 30px 5px 5px;
    color: #cca57e;
    border: none;
    background-color: transparent;
}

.btn.-text.-right {
    text-align: right;
}

.btn.-back a,
.btn.-back button {
    padding: 10px 10px 10px 40px;
}

.btn.-back a::after,
.btn.-back button::after {
    content: "\f053";
    left: 10px;
    right: auto;
}

.btn.-small {
    width: 240px;
}

.btn.-small a,
.btn.-small button {
    font-size: 14px;
}

.btn.-large {
    width: 420px;
}

.btn.-large a,
.btn.-large button {
    padding: 15px 45px 15px 15px;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 6px;
}

.btn.-exlarge {
    width: 100%;
    max-width: 100%;
}

.btn.-exlarge a,
.btn.-exlarge button {
    font-size: 20px;
}

.btn.-w-100\% {
    width: 100%;
    max-width: 100%;
}

.btn.-mt-0 {
    margin-top: 0;
}

.btn.-mt-exsmall {
    margin-top: 10px;
}

.btn.-mt-small {
    margin-top: 30px;
}

.btn.-mt-middle {
    margin-top: 50px;
}

.btn.-mt-large {
    margin-top: 80px;
}

.btn.-left {
    margin-left: 0;
    margin-right: auto;
}

.btn.-right {
    margin-left: auto;
    margin-right: 0;
}

@media (max-width: 1024px) {
    .btn.-small a,
    .btn.-small button,
    .btn.-small\@tb a,
    .btn.-small\@tb button {
        font-size: 14px;
    }

    .btn.-middle,
    .btn.-middle\@tb {
        width: 150px;
    }

    .btn.-middle a,
    .btn.-middle button,
    .btn.-middle\@tb a,
    .btn.-middle\@tb button {
        font-size: 14px;
    }

    .btn.-large a,
    .btn.-large button,
    .btn.-large\@tb a,
    .btn.-large\@tb button {
        font-size: 16px;
    }

    .btn.-exlarge a,
    .btn.-exlarge button,
    .btn.-exlarge\@tb a,
    .btn.-exlarge\@tb button {
        font-size: 18px;
    }

    .btn.-mt-0\@tb {
        margin-top: 0;
    }

    .btn.-mt-small\@tb {
        margin-top: 30px;
    }

    .btn.-mt-middle\@tb {
        margin-top: 50px;
    }

    .btn.-mt-large\@tb {
        margin-top: 80px;
    }

    .btn.-left\@tb {
        margin-left: 0;
    }

    .btn.-right\@tb {
        margin-left: auto;
        margin-right: 0;
    }
}

@media (max-width: 599px) {
    .btn.-small a,
    .btn.-small button,
    .btn.-small\@sp a,
    .btn.-small\@sp button {
        font-size: 14px;
    }

    .btn.-middle,
    .btn.-middle\@sp {
        width: 150px;
    }

    .btn.-middle a,
    .btn.-middle button,
    .btn.-middle\@sp a,
    .btn.-middle\@sp button {
        font-size: 14px;
    }

    .btn.-large a,
    .btn.-large button,
    .btn.-large\@sp a,
    .btn.-large\@sp button {
        font-size: 16px;
    }

    .btn.-exlarge a,
    .btn.-exlarge button,
    .btn.-exlarge\@sp a,
    .btn.-exlarge\@sp button {
        font-size: 18px;
    }

    .btn.-mt-0\@sp {
        margin-top: 0;
    }

    .btn.-mt-small\@sp {
        margin-top: 30px;
    }

    .btn.-mt-middle\@sp {
        margin-top: 50px;
    }

    .btn.-mt-large\@sp {
        margin-top: 80px;
    }

    .btn.-left\@sp {
        margin-left: 0;
        margin-right: auto;
    }

    .btn.-right\@sp {
        margin-left: auto;
        margin-right: 0;
    }
}

/* header */
header {
    width: 100%;
    padding: 10px 5%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: relative;
    top: 0;
    left: 0;
    z-index: 11;
}

.header-common {
    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;
}

.header-address {
    padding: 5px;
    font-size: 10px;
}

.scrolled header {
    background-color: rgba(255, 255, 255, 0.8);
    -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 {
        width: 65%;
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow: visible;
        margin-left: 0;
        padding: 10px 5% 70px 5%;
        background-color: #f3efe9;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        position: fixed !important;
        top: 0;
        left: auto;
        right: 0;
        z-index: 15;
    }

    .header-common {
        height: 10%;
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .header-common .logo {
        margin: 5px auto;
    }

    .header-address {
        text-align: center;
    }

    .scrolled header {
        background-color: #f3efe9;
    }

    .active header {
        -webkit-box-shadow: -2px 0px 15px -5px #000;
        box-shadow: -2px 0px 15px -5px #000;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@media (max-width: 599px) {
    header {
        width: 85%;
    }
}

/* nav */
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    overflow: hidden;
    margin-left: 30px;
}

nav:hover {
    overflow: visible;
}

nav .mobile-nav-info {
    display: none;
}

.nav-list {
    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;
}

.nav-list>li a,
.nav-list>li span {
    display: inline-block;
    padding: 5px 10px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 2px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.nav-list>li a:hover,
.nav-list>li span:hover {
    opacity: 0.5;
    cursor: pointer;
}

.nav-list>li+li {
    margin-left: 15px;
}

.megamenu-btn {
    position: relative;
}

.megamenu-btn::after {
    content: "";
    width: 150%;
    height: 30px;
    display: block;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    position: absolute;
    bottom: 0;
    left: -25%;
    z-index: 1;
}

.megamenu-box {
    width: 100%;
    height: auto;
    visibility: hidden;
    margin: auto;
    background-color: #847661;
    -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);
    opacity: 0;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.megamenu-box-list {
    width: 1200px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 50px auto;
}

.megamenu-box-list li {
    width: calc((100% - 80px) / 4);
    margin: 10px;
}

.megamenu-box-list li a {
    height: 100%;
    display: block;
    padding: 30px 10px;
    text-align: center;
    background-color: white;
}

.megamenu-box-list li a .megamenu-box-list-icon {
    width: 70%;
    display: block;
    margin: 15px auto;
    padding: 0;
}

.megamenu-menu {
    overflow: hidden;
}

.megamenu-menu:hover {
    overflow: visible;
}

.megamenu-menu:hover .megamenu-box {
    visibility: visible;
    opacity: 1;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.dropdown-box {
    width: 300px;
    height: auto;
    visibility: hidden;
    margin: 30px auto 0;
    padding: 30px 20px;
    background-color: #847661;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    position: absolute;
    top: 100%;
    left: -150px;
    right: -150px;
    z-index: 2;
}

.dropdown-box::before {
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    margin: auto;
    border-width: 0 7px 7px 7px;
    border-style: solid;
    border-color: transparent transparent #847661 transparent;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
}

.dropdown-box::after {
    content: "";
    width: 100%;
    height: 30px;
    display: block;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    position: absolute;
    top: 0;
    left: 0;
}

.dropdown-box-list a {
    color: white;
}

.dropdown-menu {
    overflow: hidden;
    position: relative;
}

.dropdown-menu:hover {
    overflow: visible;
}

.dropdown-menu:hover .dropdown-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (max-width: 1024px) {
    .menu-trigger span {
        -webkit-box-shadow: 1px 1px 1px 1px rgb(255, 255, 255, 0.5);
        box-shadow: 1px 1px 1px 1px rgb(255, 255, 255, 0.5);
    }


    .active .menu-trigger span {
        border-top: 2px solid white;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    nav {
        width: 100%;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-x: hidden;
        margin-left: 0;
    }

    nav:hover {
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .nav-list {
        width: 100%;
        height: auto;
        display: block;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        margin: 30px 10px;
    }

    .nav-list>li>a,
    .nav-list>li>span {
        display: block;
        padding: 5px 40px 5px 10px;
        font-size: 16px;
    }

    .nav-list>li+li {
        margin-top: 10px;
        margin-left: 0;
    }

    .megamenu-menu:hover {
        overflow: hidden;
    }

    .megamenu-btn::before {
        content: "\f103";
        display: inline-block;
        margin: auto;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: inherit;
        color: #847661;
        line-height: 1;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .megamenu-btn::after {
        display: none;
    }

    .megamenu-btn.action::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .megamenu-box {
        width: 100%;
        visibility: visible;
        margin: 10px 0;
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .megamenu-box-list {
        width: 100%;
        margin: 0;
    }

    .megamenu-box-list li {
        width: 100%;
        margin: 0;
    }

    .megamenu-box-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 10px;
        font-size: 15px;
        text-align: left;
    }

    .megamenu-box-list li a .megamenu-box-list-icon {
        width: 15%;
    }

    .megamenu-box-list li a .megamenu-box-list-title {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 10px;
    }

    .dropdown-btn::before {
        content: "\f103";
        display: inline-block;
        margin: auto;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: inherit;
        color: #847661;
        line-height: 1;
        -webkit-transition: 0.3s linear;
        transition: 0.3s linear;
        position: absolute;
        top: 10px;
        right: 10px;
    }

    .dropdown-btn::after {
        display: none;
    }

    .dropdown-btn.action::before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown-box {
        width: 100%;
        visibility: visible;
        margin: 10px 0;
        padding: 0;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        position: static;
    }

    .dropdown-box-list {
        width: 100%;
        margin: 0;
    }

    .dropdown-box-list li {
        width: 100%;
        margin: 0;
    }

    .dropdown-box-list li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
        padding: 10px;
        font-size: 15px;
        color: inherit;
        text-align: left;
        background-color: white;
    }

    .dropdown-box-list li a .dropdown-box-list-icon {
        width: 15%;
    }

    .dropdown-box-list li a .dropdown-box-list-title {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 10px;
    }

    .dropdown-box::before,
    .dropdown-box::after {
        display: none;
    }
}

/* footer */
.totop {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 3;
}

.totop a {
    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: 13px 10px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    border: none !important;
    background-color: #7e7367;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

.totop a::before {
    content: "\f077";
    display: inline-block;
    margin-bottom: 5px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1;
}

.fixed-bnr {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: fixed;
    top: 20%;
    right: -1px;
    z-index: 10;
}

.fixed-bnr a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 10px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    color: white;
    letter-spacing: 2px;
    border: 1px solid #726558;
    background-color: #726558;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}

.fixed-bnr a:hover {
    color: #726558;
    background-color: white;
    opacity: 1;
}

.fixed-bnr .type-b a {
    border: 1px solid #947151;
    background-color: #947151;
}

.fixed-bnr .type-b a:hover {
    color: #947151;
    background-color: white;
}

.fixed-bnr a .icon-reserve {
    width: 50px;
    height: 50px;
    margin-left: 10px;
}

.fixed-bnr a:hover .icon-reserve img {
    width: 100%;
    height: auto;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.footer-upper {
    background-color: #d7d3d0;
}

.footer-middle-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 50px 0;
}

.footer-middle-block .block {
    width: 48%;
    margin: 1%;
}

.footer-list-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin-left: auto;
}

.footer-list-upper li a [class*="icon"]::before {
    margin-right: 10px;
}

.footer-list-upper li+li {
    margin-left: 30px;
}

.footer-list-middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.footer-list-middle li {
    width: calc(100% / 3);
}

.footer-list-middle li a {
    display: inline-block;
    padding: 10px;
}

.footer-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 30px 10px;
}

.footer-middle .bg-img::before {
    background-color: rgba(255, 255, 255, 0.7);
}

.copy {
    padding: 20px;
    font-size: 14px;
    color: white;
    text-align: center;
    background-color: #434343;
}

@media (max-width: 1024px) {
    .fixed-bnr {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        top: auto;
        bottom: 30px;
    }
}

@media (max-width: 599px) {
    .fixed-bnr {
        bottom: 0;
    }

    .fixed-bnr a {
        padding: 10px 20px 10px 40px;
        font-size: 16px;
        border-radius: 15px 0 0;
    }

    .fixed-bnr a .icon-reserve {
        width: 40px;
        height: 40px;
    }

    .footer-middle-block .block {
        width: 100%;
        margin: 0;
    }

    .footer-middle-block .block+.block {
        margin-top: 30px;
    }

    .footer-list-upper {
        margin-top: 15px;
        margin-left: 0;
    }

    .footer-head {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .copy {
        padding-bottom: 80px;
    }
}

/* google calendar */
.fc-toolbar-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
}

.fc-toolbar-chunk+.fc-toolbar-chunk+.fc-toolbar-chunk {
    display: none !important;
}

#google_cal .fc-daygrid,
#google_cal .fc-scrollgrid,
#google_cal .fc-scroller-harness {
    width: 100%;
    height: 100%;
}

.fc-col-header {
    width: 100% !important;
}

.fc-daygrid-body.fc-daygrid-body-unbalanced {
    width: 100% !important;
}

table.fc-scrollgrid-sync-table {
    width: 100% !important;
    table-layout: fixed;
}

#google_cal .fc-scrollgrid th,
#google_cal .fc-scrollgrid td {
    padding: 10px 5px;
    font-size: 12px;
}

#google_cal .fc-scrollgrid thead th {
    font-weight: bold;
    text-align: center;
}

#google_cal .fc-scrollgrid td {
    vertical-align: top;
    font-weight: 500;
    text-align: right;
}

#google_cal a.fc-event {
    display: block;
    padding: 2px;
    color: white;
    line-height: 1;
    text-align: center;
    background-color: #c9b988;
}

/* main visual */
.hero-section {
    position: relative;
}

.hero-section .scroll {
    font-size: 14px;
    color: white;
    letter-spacing: 2px;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    bottom: 3%;
    right: 5%;
    z-index: 2;
}

.hero-section .scroll::after {
    content: "";
    width: 10px;
    height: 100px;
    display: inline-block;
    margin-top: 10px;
    border-bottom: 1px solid white;
    border-left: 1px solid white;
    -webkit-box-shadow: -4px 6px 5px -3px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 6px 5px -3px rgba(0, 0, 0, 0.2);
    -webkit-transform: skewY(-45deg);
    transform: skewY(-45deg);
}

.hero-section .scroll:hover {
    opacity: 0.6;
    cursor: pointer;
}

.hero-section-lower {
    position: relative;
}

.hero-section-lower .img {
    width: 100%;
    display: block;
    position: relative;
}

.hero-section-lower .img::after {
    content: "";
    display: block;
    padding-top: 40%;
}

.hero-section-lower .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%;";
    position: absolute;
    top: 0;
    left: 0;
}

.hero-section-lower-title {
    margin: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
}

.hero-section-lower-title .lower-title {
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 36px;
    color: white;
    letter-spacing: 0.2em;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}

.uk-slidenav-position .uk-slidenav {
    display: block;
}

.uk-slidenav-position .uk-slidenav {
    width: auto;
    height: auto;
}

.uk-slidenav-position .uk-slidenav-previous {
    left: 40px;
}

.uk-slidenav-position .uk-slidenav-next {
    right: 40px;
}

.uk-slidenav-previous:before,
.uk-slidenav-next:before {
    content: "";
    width: 20px;
    height: 55px;
    display: inline-block;
    background-image: url(/upload/tenant_1/ba4d013aa1e38b550b10d98ed9114614.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.uk-slidenav-previous:before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.uk-position-bottom {
    bottom: 20px;
}

.uk-dotnav-contrast>.uk-active>* {
    background-color: rgba(255, 255, 255, 0.9);
}

.uk-dotnav-contrast>*>* {
    background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1024px) {
    .hero-section .scroll {
        bottom: 5%;
    }

    .hero-section-lower .img::after {
        padding-top: 60%;
    }

    .hero-section-lower-title .lower-title {
        font-size: 29px;
    }

    .uk-slidenav-position .uk-slidenav-previous {
        left: 30px;
    }

    .uk-slidenav-position .uk-slidenav-next {
        right: 30px;
    }
}

@media (max-width: 599px) {
    .hero-section .scroll {
        bottom: 15%;
    }

    .hero-section-lower .img::after {
        padding-top: 100%;
    }

    .hero-section-lower-title .lower-title {
        font-size: 25px;
    }

    .uk-slidenav-position .uk-slidenav-previous {
        left: 20px;
    }

    .uk-slidenav-position .uk-slidenav-next {
        right: 20px;
    }
}

/* custom contents */
.two-line,
.three-line {
    display: block;
}

.date {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 60px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    position: relative;
}

.date::before {
    content: "";
    width: 19px;
    height: 1px;
    display: inline-block;
    margin: auto;
    background-color: #726558;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
}

.category span {
    display: inline-block;
    padding: 2px 15px;
    font-size: 14px;
    font-size: 12px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #847661;
}

.category span+span {
    margin-left: 2px;
}

.inpage-nav {
    margin: 30px 0;
}

.inpage-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.inpage-nav-list li {
    margin: 10px;
}

.inpage-nav-list li a {
    display: inline-block;
    padding: 2px 10px;
    background-color: #f3efe9;
}

.inpage-nav-list_02 li a {
    color: white;
    background-color: #c8b682;
}

.cc-wrap {
    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;
}

.cc-content {
    width: 70%;
}

.cc-side {
    width: 25%;
}

.cc-side-title {
    margin-bottom: 15px;
    padding: 10px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    text-align: center;
    background-color: #847661;
}

.cc-side-list {
    padding: 10px;
}

.cc-side-list li+li {
    margin-top: 10px;
}

.cc-side-list li a {
    padding: 5px 5px 5px 30px;
    letter-spacing: 0.1em;
    position: relative;
}

.cc-side-list li a::before {
    content: "";
    width: 20px;
    height: 1px;
    display: inline-block;
    background-color: #c8b682;
    position: absolute;
    top: 11px;
    left: 0;
}

.cc-voice-title {
    font-size: 24px;
}

.cc-voice-title-wrap {
    padding: 10px;
    border-bottom: 1px solid #847661;
}

.cc-voice-title-wrap .age {
    margin-top: 10px;
    text-align: right;
}

.cc-staff-title {
    font-weight: bold;
    font-size: 20px;
}

.detail-content {
    font-size: 14px;
}

.detail-content h2 {
    margin: 30px 0 10px;
    padding: 5px 0;
    font-weight: bold;
    font-size: 22px;
    border-bottom: 1px dotted #847661;
}

.detail-content h3 {
    margin: 20px 0 10px;
    padding: 5px 0;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px dotted #847661;
}

.detail-content h4 {
    margin: 20px 0 10px;
    padding: 5px 0;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px dotted #847661;
}

.detail-content .cc-detail-title {
    margin: 15px 0 60px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 28px;
    border-bottom: 2px solid #c8b682;
}

.detail.voice .cc-content,
.detail.voice .cc-side {
    width: 100%;
}

.detail.voice .cc-side {
    margin-top: 100px;
}

.detail.voice .cc-side-wrap {
    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;
}

.detail.voice .cc-side-box {
    width: 48%;
}

.detail.voice .cc-side-box+.cc-side-box {
    margin-top: 0;
}

.list-blog .block {
    text-align: right;
}

.list-blog .block .date {
    display: inline-block;
    margin: 10px 0;
}

.list-blog .block .cc-title {
    font-weight: bold;
    text-align: left;
}

.list-voice .info {
    margin-top: 5px;
}

.list-voice .info .cc-title {
    display: block;
    overflow: hidden;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-product02 .cc-product-title {
    margin-bottom: 10px;
    padding: 2px 5px;
    font-weight: bold;
    color: #c8b682;
    border-bottom: 1px solid #c8b682;
}

.list-product02 .product-price {
    margin: 5px 0;
    font-size: 14px;
    text-align: right;
}

.list-product02 .text {
    font-size: 13px;
}

.list-staff02 .staff-item {
    margin-top: 15px;
}

.list-style02 li a:hover {
    opacity: 1;
}

.list-style02 figure {
    position: relative;
}

.list-style02 figure figcaption {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.list-staff figure figcaption {
    background-color: rgba(0, 0, 0, 0.4);
}

.list-style02 figure figcaption .category {
    font-weight: bold;
    font-size: 20px;
}

.list-style02 figure figcaption .staff-position {
    font-size: 12px;
    text-align: right;
}

.list-style02 figure figcaption .style-info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -ms-flex-align: start;
}

.list-style02 figure figcaption .style-info-list dt {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    padding: 2px 10px;
    font-size: 10px;
    letter-spacing: 0.1em;
    border: 1px solid #726558;
    border-radius: 20px;
}

.list-style02 figure figcaption .style-info-list dd {
    width: 10%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 12px;
}

.list-staff figure figcaption * {
    color: white;
}

.list-style02 figure:hover figcaption {
    opacity: 1;
    z-index: 1;
}

.staff-item .staff-shop {
    padding: 2px 5px;
    font-size: 14px;
    color: #cca57e;
    text-align: center;
    border: 1px solid #cca57e;
}

.staff-item .position {
    color: #cca57e;
}

.staff-by {
    padding: 30px;
    border: 1px solid #726558;
}

.staff-by>.parallel>.block {
    padding: 30px;
}

.staff-by>.parallel>.block+.block {
    border-left: 1px solid #726558;
}

.thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.thumbs li {
    width: calc((100% - 20px) / 3);
}

.thumbs li+li {
    margin-left: 10px;
}

.style-detail-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.style-detail-block>* {
    width: 100%;
}

.style-detail-block .box-white {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.style-detail-block .category {
    font-weight: bold;
}

.style-detail-block .style-title {
    margin: 10px 0 30px;
    padding: 10px 5px;
    font-weight: bold;
    font-size: 20px;
    color: #cca57e;
    border-bottom: 1px solid #cca57e;
}

@media (max-width: 1024px) {
    .cc-content,
    .cc-side {
        width: 100%;
    }

    .cc-side {
        margin-top: 50px;
    }

    .cc-side-wrap {
        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;
    }

    .cc-side-box {
        width: 48%;
    }

    .cc-side-title {
        font-size: 16px;
    }

    .cc-staff-title {
        font-size: 16px;
    }

    .detail-content h2 {
        margin: 20px 0 10px;
        font-size: 20px;
    }

    .detail-content h3 {
        margin: 15px 0 10px;
        font-size: 18px;
    }

    .detail-content h4 {
        margin: 10px 0 10px;
        font-size: 16px;
    }

    .detail-content .cc-detail-title {
        margin: 10px 0 50px;
        font-size: 26px;
    }

    .detail.voice .cc-side {
        margin-top: 80px;
    }

    .list-style02 figure {
        position: relative;
    }

    .list-style02 figure figcaption {
        padding: 10px;
    }

    .list-style02 figure figcaption .category {
        font-size: 16px;
    }

    .list-style02 figure figcaption .style-info-list dt {
        margin-right: 5px;
        padding: 1px 5px;
    }

    .staff-by {
        padding: 20px;
    }

    .staff-by>.parallel>.block {
        padding: 20px;
    }
}

@media (max-width: 599px) {
    .date {
        font-size: 12px;
    }

    .category span {
        font-size: 12px;
    }

    .cc-side-box {
        width: 100%;
    }

    .detail.voice .cc-side-box {
        width: 100%;
    }

    .detail.voice .cc-side-box+.cc-side-box {
        margin-top: 30px;
    }

    .detail-content .cc-detail-title {
        margin: 10px 0 40px;
        font-size: 24px;
    }

    .list-blog li a {
        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;
    }

    .list-blog li a .img {
        width: 30%;
    }

    .list-blog li a .block {
        width: 65%;
        text-align: left;
    }

    .staff-by>.parallel>.block {
        padding: 30px 15px;
    }

    .staff-by>.parallel>.block+.block {
        border-top: 1px solid #726558;
        border-left: none;
    }
}

/* 見たまま編集 */
[data-element-id] .mobile-only {
    display: block;
    border: 1px solid #ff8c00;
}

[data-element-id] .mobile-only::before {
    content: "スマホ時に表示";
    display: block;
    padding: 2px;
    font-size: 10px;
    color: white;
    line-height: 1.2;
    text-align: center;
    background-color: #ff8c00;
}

[data-element-id] .uk-dotnav-contrast>*>* {
    border: none !important;
}

[data-element-id] header {
    position: relative !important;
}

[data-element-id] nav {
    overflow: visible;
}

[data-element-id] .megamenu-menu .megamenu-box {
    width: 70%;
    visibility: visible;
    margin-left: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

[data-element-id] .megamenu-box-list {
    width: auto;
    margin: 5px;
}

[data-element-id] .megamenu-box-list li a {
    padding: 5px;
}

[data-element-id] .dropdown-menu {
    overflow: visible;
    position: static;
}

[data-element-id] .dropdown-menu .dropdown-box {
    visibility: visible;
    margin-top: 0;
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    left: auto;
    right: 30px;
}

[data-element-id] .bg-cont {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

[data-element-id] .totop {
    position: absolute;
}

[data-element-id] .fixed-bnr {
    position: absolute;
}

[data-element-id] .block01.bg-parent {
    padding: 20%;
}

[data-element-id] .block01 .bg-cont {
    min-height: auto;
}

[data-element-id] .hero-section .scroll.text-editable {
    position: absolute !important;
}

[data-element-id] .list-flow li .num.text-editable {
    position: absolute !important;
}

/*****2022/03/10*****/

.youko-box ul {
  display: flex;
  flex-wrap: wrap;
}
.youko-box ul li {
  width: 45%;
  margin: 20px auto;
}

@media (max-width: 1024px) {
  .youko-box ul li.btn.-large {
    width: 48%;
  }
}

@media (max-width: 599px) {
  .youko-box ul li.btn.-large {
    width: 90%;
    margin: 10px auto;
  }
}
