@charset "utf-8";

/* ##### font-family ##### */
@font-face {
    font-family: 'sorbonne';
    src: url(/import/tenant_1/153.126.159.6/html/font/sorbonne.woff) format('woff'),
        url(/import/tenant_1/153.126.159.6/html/font/sorbonne.otf) format('otf'),
        url(/import/tenant_1/153.126.159.6/html/font/sorbonne.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

.sorbonne {
    font-family: 'sorbonne';
    font-size: 5.5rem;
    letter-spacing: 0.3rem;
    color: #565656;
    text-align: center;
}

@media (max-width: 1024px) {
    .sorbonne {
        font-size: 4rem;
        letter-spacing: 0.2rem;
    }
}

/* ##### font-family end ##### */

/* ##### reset overwrite ##### */
.gr221 {
    margin: 0 2% 3% 2%;
}

.mainimg .uk-slidenav-position:after {
    padding-top: 40%;
}

.map:after {
    padding-top: 25%;
}

@media (max-width: 1024px) {
    .map:after {
        padding-top: 35%;
    }
}

@media (max-width: 599px) {
    .map:after {
        padding-top: 75%;
    }
}

/* ##### reset overwrite end ##### */

/* ##### common ##### */
figure,
figcaption {
    margin: 0;
    padding: 0;
}

.goth {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.box {
    width: 100%;
    margin: 3rem 0;
}

.text {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.center-text {
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.logo {
    width: 18rem;
    margin: 1.5rem auto 3rem auto;
}

.logo a {
    display: block;
}

.logo a span {
    display: block;
}

.logo-mark {
    width: 40%;
    margin: 0 auto 1.5rem auto;
}

.sp-nav .logo {
    width: 12rem;
    margin: 0 auto 3rem auto;
    padding-top: 1.5rem;
}

.small {
    font-size: 60%;
}

.deco-heading {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5rem 0 0 0;
}

.deco-heading:after {
    content: "";
    display: inline-block;
    width: 11rem;
    height: 4.5rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_002.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 1.5rem auto;
}

.deco-heading .deco {
    display: block;
    font-size: 1.8rem;
    line-height: 100%;
    position: relative;
    margin: 1.5rem 0;
    padding: 0 8rem;
}

.deco-heading .deco:before {
    content: "";
    display: block;
    width: 6.5rem;
    height: 2rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_001.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.deco-heading .deco:after {
    content: "";
    display: block;
    width: 6.5rem;
    height: 2rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_001.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotateY(180deg) translateY(-50%);
    transform: rotateY(180deg) translateY(-50%);
    margin: auto;
}

.deco-heading2 {
    width: 100%;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    margin: 3rem auto;
}

.deco-heading2:before {
    content: "";
    display: block;
    width: 25rem;
    max-width: 90%;
    height: 2.5rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_005.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 1.5rem auto;
}

.deco-white {
    color: #fff;
}

.deco-white:before {
    content: "";
    display: block;
    width: 25rem;
    max-width: 90%;
    height: 2.5rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_003.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 1.5rem auto;
}

.butterfly-heading {
    color: #fff;
    text-align: center;
    font-size: 3rem;
    font-weight: normal;
    letter-spacing: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.butterfly-heading:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 3rem 0;
}

.butterfly-heading .small {
    display: block;
    letter-spacing: 0.2rem;
}

.butterfly-heading .butterfly {
    padding: 0 12rem;
    position: relative;
}

.butterfly-heading .butterfly:before {
    content: "";
    display: block;
    width: 9rem;
    height: 6rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/butterfly.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
}

.butterfly-heading .butterfly:after {
    content: "";
    display: block;
    width: 9rem;
    height: 6rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/butterfly.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    right: 0;
}

.num-heading {
    position: relative;
    margin-bottom: 3rem;
    padding-left: 4.5rem;
}

.num {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    color: #fff;
    background-color: #e8c58b;
    font-size: 2.4rem;
    line-height: 100%;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 1.5rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.heart-heading {
    width: 100%;
    font-size: 2.4rem;
    position: relative;
    margin-bottom: 3rem;
    padding-left: 5rem;
}

.heart-heading:before {
    content: "";
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/icon-heart.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 1.75rem;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.border-heading {
    font-size: 1.4rem;
    border-left: 5px solid #e8c58b;
    margin-bottom: 1.5rem;
    padding-left: 0.5rem;
}

.border-heading span {
    font-size: 1.8rem;
    font-weight: 600;
}

.s-more {
    width: 12.5rem;
    max-width: 80%;
    margin: 1.5rem auto;
}

.s-more a {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.8rem;
    display: block;
    border: 1px solid #fff;
    padding: 0.5rem 2rem 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.s-more a:after {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.s-more a:hover {
    opacity: 1;
    background-color: #fff;
    color: #696969;
}

.r-more {
    width: 20rem;
    max-width: 80%;
    height: 4rem;
    margin: 3rem auto;
}

.r-more a {
    width: 100%;
    height: 100%;
    font-size: 2rem;
    border: 1px solid #c2ab70;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    --moz-border-radius: 4rem;
    background-color: #fff;
    padding: 0.8rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #c2ab70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.r-more a:hover {
    opacity: 1;
    background-color: #c2ab70;
    color: #fff;
}

.more-acc {
    width: 20rem;
    max-width: 80%;
    height: 3rem;
    margin: 1rem auto;
}

.more-acc span {
    width: 100%;
    height: 100%;
    font-size: 2rem;
    border: 1px solid #c2ab70;
    border-radius: 4rem;
    -webkit-border-radius: 4rem;
    --moz-border-radius: 4rem;
    background-color: #fff;
    padding: 0.8rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #c2ab70;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.more-acc span:hover {
    cursor: pointer;
    opacity: 1;
    background-color: #c2ab70;
    color: #fff;
}

.bg-image {
    padding: 5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/top/background_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

figure {
    position: relative;
    width: 100%;
    -webkit-perspective: 1500px;
    perspective: 1500px;
    -webkit-perspective-origin: 0 50%;
    perspective-origin: 0 50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

figure div {
    overflow: hidden;
}

figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition: -webkit-transform .4s, opacity .1s .3s;
    -webkit-transition: opacity .1s .3s, -webkit-transform .4s;
    transition: opacity .1s .3s, -webkit-transform .4s;
    transition: transform .4s, opacity .1s .3s;
    transition: transform .4s, opacity .1s .3s, -webkit-transform .4s;
    opacity: 0;
}

figcaption h3 {
    text-align: left;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    color: #fff;
    font-size: 2rem;
    font-weight: normal;
    width: 90%;
}

figure:hover figcaption {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition: -webkit-transform .4s, opacity .1s;
    -webkit-transition: opacity .1s, -webkit-transform .4s;
    transition: opacity .1s, -webkit-transform .4s;
    transition: transform .4s, opacity .1s;
    transition: transform .4s, opacity .1s, -webkit-transform .4s;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

figure:hover figcaption h3 {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
    opacity: 1;
}

.deco-box1,
.deco-box2,
.deco-box3,
.deco-box4,
.deco-box5,
.deco-box6 {
    margin: 5rem auto;
    padding: 3rem 0;
    position: relative;
}

.deco-box1:before,
.deco-box1:after {
    content: "";
    display: block;
    width: 32rem;
    height: 3rem;
    max-width: 80%;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_016.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 3rem auto;
}

.deco-box2 {
    padding: 5rem 0;
}

.deco-box2:before,
.deco-box2:after {
    content: "";
    display: block;
    width: 59rem;
    height: 7.6rem;
    max-width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    position: absolute;
}

.deco-box2:before {
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_013.png);
    top: 0;
    left: 0;
}

.deco-box2:after {
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_014.png);
    bottom: 0;
    left: 0;
}

.deco-box3 {
    width: 90%;
    padding: 4rem 0;
}

.deco-box4 {
    padding: 4rem 12rem;
}

.deco-box5 {
    padding: 5rem 3rem;
}

.deco-box6 {
    padding: 12rem 3rem;
}

.deco-box3:before {
    content: "";
    display: block;
    width: 100%;
    height: 8.5rem;
    background-image:
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_001.png),
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_002.png);
    background-size: 8.5rem 8.5rem;
    background-repeat: no-repeat;
    background-position:
        top left,
        top right;
    position: absolute;
    top: 0;
    left: 0;
}

.deco-box3:after {
    content: "";
    display: block;
    width: 100%;
    height: 8.5rem;
    background-image:
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_003.png),
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_004.png);
    background-size: 8.5rem 8.5rem;
    background-repeat: no-repeat;
    background-position:
        bottom left,
        bottom right;
    position: absolute;
    bottom: 0;
    left: 0;
}

.deco-box4:before {
    content: "";
    display: block;
    width: 100%;
    height: 11.5rem;
    background-image:
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_009.png),
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_010.png);
    background-size: 11.5rem 11.5rem;
    background-repeat: no-repeat;
    background-position:
        top left,
        top right;
    position: absolute;
    top: 0;
    left: 0;
}

.deco-box4:after {
    content: "";
    display: block;
    width: 100%;
    height: 11.5rem;
    background-image:
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_011.png),
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_012.png);
    background-size: 11.5rem 11.5rem;
    background-repeat: no-repeat;
    background-position:
        bottom left,
        bottom right;
    position: absolute;
    bottom: 0;
    left: 0;
}

.deco-box5:before,
.deco-box5:after {
    content: "";
    display: block;
    width: 100%;
    height: 7.6rem;
    max-width: 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: auto;
    position: absolute;
    z-index: 1;
}

.deco-box5:before {
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_017.png);
    top: 0;
    left: 0;
}

.deco-box5:after {
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_018.png);
    bottom: 0;
    left: 0;
}

.deco-box6:before {
    content: "";
    display: block;
    width: 100%;
    height: 6.5rem;
    background-image:
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_005.png),
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_006.png);
    background-size: 6.5rem 6.5rem;
    background-repeat: no-repeat;
    background-position:
        top left,
        top right;
    position: absolute;
    top: 0;
    left: 0;
}

.deco-box6:after {
    content: "";
    display: block;
    width: 100%;
    height: 6.5rem;
    background-image:
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_007.png),
        url(/import/tenant_1/153.126.159.6/html/images/common/corner_008.png);
    background-size: 6.5rem 6.5rem;
    background-repeat: no-repeat;
    background-position:
        bottom left,
        bottom right;
    position: absolute;
    bottom: 0;
    left: 0;
}

.numbering-list {
    margin: 10rem 0;
}

.numbering-list li {
    margin-bottom: 5rem;
}

.numbering-list li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.half-list li {
    margin-bottom: 5rem;
}

.half-list li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.border-list {
    margin: 3rem 0;
}

.border-list li {
    margin-bottom: 3rem;
}

.disc-list {
    padding-left: 3rem;
}

.disc-list li {
    list-style: disc;
    list-style-position: outside;
    margin-bottom: 1.5rem;
}

.bnr-box {
    width: 100%;
    position: relative;
    padding: 0;
}

.inner-bnr-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    padding: 5rem 0;
    z-index: 1;
}

.bnr-box:before {
    content: "";
    display: block;
    width: 98%;
    height: 8rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_011.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 1%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.bnr-box:after {
    content: "";
    display: block;
    width: 98%;
    height: 8rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_011.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin: 0 1%;
    position: absolute;
    bottom: 0;
}

.inner-bnr-box .butterfly-heading {
    font-size: 4.5rem;
}

.inner-bnr-box .butterfly-heading:after {
    display: none;
}

.bkimage img {
    width: 100%;
}

.bkimage {
    position: relative;
}

.bkimage:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}

.bg-mask {
    background-color: rgba(255, 255, 255, 0.8);
}

.bg-mask-black {
    background-color: rgba(0, 0, 0, 0.5);
}

.inner-bnr-box .r-more {
    margin: 1.5rem auto;
}

.inpagenav {
    width: 90%;
    margin: auto;
    margin-bottom: 5rem;
}

.inpagenav-list li {
    width: calc(100% / 6);
    margin-bottom: 1.5rem;
    text-align: center;
    border-right: 1px solid #c2ab70;
}

.inpagenav-list li a {
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    position: relative;
}

.inpagenav-list li a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 1rem 0;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    position: absolute;
    bottom: -2rem;
    left: 0;
}

.inpagenav-list li a:hover {
    opacity: 1;
}

.inpagenav-list li a:hover:after {
    background-color: #000;
}

.pagenav {
    margin: 3rem 0;
}

.pagenav ul li {
    margin: 0 1rem;
}

.pagenav ul li a,
.pagenav ul li .now {
    display: block;
    font-size: 2rem;
    padding: 0.5rem 1rem;
}

.pagenav ul li a:hover,
.pagenav ul li .now,
.pagenav ul li a:hover span:before {
    opacity: 1;
    background-color: #c2ab70;
    color: #fff;
}

.pagenav ul .prev,
.pagenav ul .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pagenav ul .prev-arrow:before {
    content: "\f104";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 2rem;
    color: #c2ab70;
}

.pagenav ul .next-arrow:before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    font-size: 2rem;
    color: #c2ab70;
}

.must {
    color: #c2ab70;
    display: inline-block;
    font-size: 2rem;
    margin: 0 1rem;
    line-height: 100%;
}

.dynamic-category {
    width: 100%;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.dynamic-category:after {
    content: "";
    display: block;
    width: 2.2rem;
    height: 2.2rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/icon-heart.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 1rem auto;
}

.dynamic-list-wrap {
    margin-bottom: 5rem;
}

.dynamic-list li {
    margin-bottom: 1rem;
    padding: 1rem 1rem 1rem 3rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}

.dynamic-list li:before {
    content: "-";
    display: block;
    font-size: 2rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.new-mark {
    width: 100%;
    display: none;
    color: #fff;
    text-align: center;
    background-color: #c2ab70;
    padding: 0.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: -25%;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg) translate(50%, -50%);
}

@media (max-width: 1024px) {
    .logo {
        margin: 1.5rem auto 3rem auto;
    }

    .deco-heading2 {
        font-size: 2.5rem;
    }

    .heart-heading {
        font-size: 2rem;
    }

    .deco-box4 {
        padding: 6rem 8rem;
    }

    .deco-box6 {
        padding: 3rem;
    }

    .deco-box4:before,
    .deco-box4:after {
        height: 10rem;
        background-size: 10rem 10rem;
    }

    .inner-bnr-box {
        padding: 0;
    }

    .inner-bnr-box .butterfly-heading {
        font-size: 3.5rem;
    }

    .inner-bnr-box:before,
    .inner-bnr-box:after {
        display: none;
    }

    .bnr-box:before,
    .bnr-box:after {
        display: none;
    }

    .inner-bnr-box .r-more {
        width: 25%;
        height: 3rem;
        margin: 0.5rem auto;
    }

    .inpagenav-list li {
        width: calc(100% / 3 - 2%);
    }
}

@media (max-width: 599px) {
    .butterfly-heading {
        font-size: 1.8rem;
    }

    .butterfly-heading .butterfly {
        padding: 0 4rem;
    }

    .butterfly-heading .butterfly:before,
    .butterfly-heading .butterfly:after {
        width: 3rem;
        height: 2rem;
    }

    .deco-heading img {
        width: 70%;
        margin: auto;
    }

    .deco-heading2 {
        font-size: 2rem;
    }

    .heart-heading {
        font-size: 1.8rem;
    }

    .deco-box4 {
        padding: 4.5rem 2.5rem;
    }

    .deco-box4:before,
    .deco-box4:after {
        height: 6rem;
        background-size: 6rem 6rem;
    }

    .inner-bnr-box .butterfly-heading {
        font-size: 1.8rem;
    }

    .inner-bnr-box .r-more {
        width: 40%;
    }

    .inpagenav-list li {
        width: calc(100% / 2 - 2%);
    }

    .pagenav ul li {
        margin: 0 0.5rem;
    }

    .new-mark {
        font-size: 1rem;
        right: 5px;
    }
}

/* ##### common end ##### */

/* ##### header ##### */
.inner-header,
.inner-footer {
    padding: 0;
    position: relative;
}

.float-btn {
    width: 8.5rem;
    position: fixed;
    top: 25rem;
    right: 2rem;
    z-index: 2;
}

.float-btn ul li {
    width: 100%;
    margin-bottom: 2rem;
}

.float-btn ul .floattelnum .tel[data-element-id] {
    display: block !important;
}

.float-btn ul li:last-of-type {
    margin-bottom: 0;
}

.float-btn ul li a {
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    display: block;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #333333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    --moz-border-radius: 50%;
}

.float-btn ul li a .pic {
    width: 60%;
    margin: auto;
}

.sns-link {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.sns-link li {
    margin: 0 1rem;
}

.instagram-icon:before {
    content: "\f16d";
    font-family: FontAwesome;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    color: #c2ab70;
}

.facebook-icon:before {
    content: "\f082";
    font-family: FontAwesome;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    color: #c2ab70;
}

.twitter-icon:before {
    content: "\f081";
    font-family: FontAwesome;
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 2.5rem;
    color: #c2ab70;
}

@media (max-width: 1024px) {
    .float-btn {
        width: 7rem;
        top: inherit;
        bottom: 1rem;
        right: 1rem;
    }

    .float-btn ul li {
        margin-bottom: 1rem;
    }

    .float-btn ul li a {
        font-size: 1rem;
    }
}

@media (max-width: 599px) {
    .inner-footer .sns-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
      width: 50%;
      margin: auto;
    }
  
    .sns-link {
        position: static;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .float-btn {
        width: 100%;
        bottom: 0;
        right: 0;
        -webkit-box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.4);
        box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.4);
    }

    .float-btn ul li {
        width: calc(100% / 4);
        margin-bottom: 0;
        border-right: 1px solid #fff;
    }

    .float-btn ul li:last-of-type {
        border-right: none;
    }

    .float-btn ul li a {
        padding: 0.5rem;
        line-height: 110%;
        border-radius: 0;
        -webkit-border-radius: 0;
        --moz-border-radius: 0;
    }

    .float-btn ul li a .pic {
        width: 30%;
    }
}

/* ##### header end ##### */

/* ##### nav ##### */
.sp-nav {
    display: none;
}

.sp-nav[data-element-id] {
    display: block;
}

nav {
    background-color: #fff;
}

nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -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);
    z-index: 2;
}

nav.fixed[data-element-id] {
    position: static;
}

nav ul {
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

nav ul .sp-only {
    display: none;
}

nav ul li.now-location {
    background-color: #eee;
}

nav ul li a {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

nav ul li a:hover {
    opacity: 1;
    background-color: #eee;
}

nav ul li a .grey {
    width: 100%;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    color: #bebebe;
}

/* include footer */

.nav-heading {
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.nav-heading .small {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    display: inline-block;
    margin-left: 1rem;
}

.cloud-mark {
    position: relative;
    padding-left: 1rem;
}

.cloud-mark:before {
    content: "";
    display: block;
    width: 3.5rem;
    height: 2.2rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/icon-cloud.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: -3rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
}

.inner-footer-nav,
.inner-sp-nav {
    width: 95%;
    margin-top: -1rem;
    margin-left: 5%;
    padding: 3rem 0 0 1.5rem;
    border-left: 1px solid #c2ab70;
}

.inner-footer-nav li,
.inner-sp-nav li {
    margin-bottom: 1rem;
}

.inner-footer-nav li a,
.inner-sp-nav li a {
    letter-spacing: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 1.7rem;
}

.inner-footer-nav li a .small,
.inner-sp-nav li a .small {
    display: inline-block;
    margin-left: 1rem;
}

/* include footer end */

@media (max-width: 1024px) {

    /* hamburger */
    .hamburger {
        position: fixed;
        top: 0;
        right: 50rem;
        z-index: 110;
        width: 4rem;
        height: 3.5rem;
        padding: 4px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .hamburger a,
    .hamburger a:hover,
    .hamburger a:focus {
        opacity: 1;
    }

    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .menu-trigger {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #fff;
        -webkit-box-shadow: 1px 1px 1px #4e4540;
        box-shadow: 1px 1px 1px #4e4540;
        border-radius: 3px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 12px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .active .menu-trigger span:nth-of-type(1),
    .active .menu-trigger span:nth-of-type(3) {
        width: 16px;
    }

    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translate(18px, 7px) rotate(45deg);
        transform: translate(18px, 7px) rotate(45deg);
    }

    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translate(18px, -7px) rotate(-45deg);
        transform: translate(18px, -7px) rotate(-45deg);
    }

    /* hamburger end */
    .sp-nav {
        display: block;
        height: 100vh;
    }

    nav .nav-list {
        display: none;
    }

    .sp-nav-header {
        display: block;
        margin: 1.5rem 0;
    }

    .sp-nav-header .logo {
        width: 50%;
    }

    nav {
        width: 50rem;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -webkit-transform: translate(50rem);
        transform: translate(50rem);
        z-index: 110;
    }

    nav.fixed {
        left: inherit;
        width: 50rem;
    }

    nav .sp-nav-list {
        -ms-flex-line-pack: start;
        align-content: flex-start;
        width: 100%;
        height: calc(100% - 18rem);
        padding: 1.5rem 0.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translate3d(0, 0, 0) !important;
    }

    .inner-sp-nav {
        margin-top: 0;
        padding: 0 1rem;
    }

    nav .cloud-mark {
        padding-left: 4rem;
    }

    nav .cloud-mark:before {
        left: 0.5rem;
    }

    nav .sp-nav-list>li {
        width: 48%;
        margin-bottom: 1.5rem;
        padding: 1%;
    }

    .inner-sp-nav li {
        margin-bottom: 0;
    }

    nav .sp-nav-list li:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    nav .sp-nav-list li:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    nav .sp-nav-list li:nth-of-type(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    nav .sp-nav-list li:nth-of-type(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    nav ul li {
        width: 100%;
        padding: 0.5rem;
    }

    nav ul li a {
        margin-bottom: 0;
        padding: 0.5rem;
    }

    .inner-sp-nav {
        padding-top: 1.5rem;
    }

    nav .sp-nav-list li:nth-of-type(1) {
        margin-bottom: 0.5rem;
    }

    .inner-sp-nav li {
        padding: 0;
    }

    .inner-sp-nav li a {
        font-size: 1.4rem;
    }

    .active nav {
        -webkit-transform: translate(0);
        transform: translate(0);
        height: 100vh;
    }

    .sp-nav .nav-heading {
        margin-bottom: 0;
        font-size: 1.4rem;
    }

    .overlay {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
        display: none;
        width: 100%;
        height: 100%;
        background-color: rgba(78, 69, 64, 0.4);
    }

    .active .overlay {
        display: block;
    }
}

@media (max-width: 599px) {
    nav {
        width: 28rem;
        -webkit-transform: translate(28rem);
        transform: translate(28rem);
    }

    nav.fixed {
        width: 28rem;
    }

    .hamburger {
        right: 28rem;
    }

    nav .sp-nav-list>li {
        width: 98%;
    }
}

/* ##### nav end ##### */

/* ##### footer ##### */
.address-box {
    margin: 3rem 0;
}

.address-box span {
    display: block;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-bottom: 1rem;
}

.footer-nav>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2rem;
}

.footer-nav>li:nth-of-type(n+2) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.copy {
    text-align: center;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.copy:before {
    content: "";
    display: block;
    width: 100%;
    height: 1.5rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_008.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 1rem;
}

@media (max-width: 1024px) {
    .footer-nav>li {
        width: 48%;
        margin-bottom: 3rem;
        padding: 0 1.5rem;
    }

    .footer-nav>li:nth-of-type(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .footer-nav>li:nth-of-type(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .footer-nav>li:nth-of-type(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .footer-nav>li:nth-of-type(4) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .nav-heading {
        padding-left: 3rem;
    }

    .cloud-mark {
        padding-left: 1rem;
    }

    .cloud-mark:before {
        left: -3rem;
    }
}

@media (max-width: 599px) {
    footer {
        padding-bottom: 6.1rem;
    }

    .footer-nav>li {
        width: 100%;
        margin-bottom: 1rem;
    }

    .nav-heading {
        padding-left: 2rem;
    }

    .cloud-mark {
        padding-left: 2rem;
    }

    .cloud-mark:before {
        left: -2rem;
    }
}

/* ##### footer end ##### */

/* ##### slide ##### */
.mainimg .uk-slideshow {
    width: 100%;
}

.uk-dotnav {
    padding-bottom: 1rem;
}

.uk-dotnav>*>* {
    width: 1rem;
    height: 1rem;
}

.uk-dotnav-contrast>*>* {
    background: #eee;
}

.uk-dotnav-contrast>.uk-active>* {
    background: #333;
}

.uk-dotnav>.uk-active>* {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-dotnav-contrast>*>:hover {
    background: rgba(238, 238, 238, 1);
}

.uk-dotnav-contrast>*>:hover,
.uk-dotnav-contrast>*>:focus {
    opacity: 1;
}

/* ##### slide end ##### */

/* ##### top-service ##### */
.top-service ul li a {
    display: block;
}

.top-service ul li a .brown-box {
    background-color: #e6e0d3;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3.5rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.top-service ul li a .brown-box:before {
    content: "";
    display: inline-block;
    width: calc(100% - 10px);
    height: 3.5rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_009.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    top: 5px;
    left: 5px;
}

.top-service ul li a .brown-box:after {
    content: "";
    display: inline-block;
    width: calc(100% - 10px);
    height: 3.5rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_010.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.top-service ul li a .brown-box .pic {
    width: 35%;
}

.top-service ul li a .brown-box span {
    color: #ae9366;
    font-size: 2rem;
}

.top-service .center-text {
    letter-spacing: 0.2rem;
    font-size: 1.8rem;
}

@media (max-width: 1024px) {
    .top-service ul li a .brown-box span {
        font-size: 1.8rem;
        width: 100%;
        text-align: center;
    }

    .top-service .text {
        font-size: 1.2rem;
    }
}

@media (max-width: 599px) {
    .top-service .center-text {
        font-size: 1.6rem;
    }
}

/* ##### top-service end ##### */

/* ##### top-solution ##### */
.top-solution {
    padding: 5rem 0;
}

.top-solution .pegion-box {
    width: 37rem;
    max-width: 95%;
    height: 37rem;
    margin: auto;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/frame_001.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.top-solution .pegion-box a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-solution .pegion-box a:before {
    content: "";
    display: block;
    width: 12rem;
    height: 2rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_004.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 1.5rem 0;
}

.top-solution .pegion-box a:after {
    content: "";
    display: block;
    width: 12rem;
    height: 2rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_004.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    margin: 1.5rem 0;
}

.top-solution .pegion-box a .pic {
    display: block;
    margin: 1.5rem auto;
    width: 8.5rem;
}

.top-solution .pegion-box a .pegion-heading {
    font-size: 2.4rem;
    color: #515765;
    text-align: center;
}

.top-solution .center-text {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
    line-height: 200%;
}

@media (max-width: 1024px) {
    .top-solution .center-text {
        font-size: 1.6rem;
    }
}

@media (max-width: 599px) {
    .top-solution {
        padding: 3rem 0;
    }

    .top-solution .pegion-box a:before,
    .top-solution .pegion-box a:after {
        content: "";
        width: 9rem;
        height: 2rem;
    }

    .top-solution .center-text {
        font-size: 1.4rem;
    }

    .top-solution .pegion-box a .pegion-heading {
        font-size: 2rem;
    }
}

/* ##### top-solution end ##### */

/* ##### top-style ##### */
.top-style .center-text {
    font-size: 1.8rem;
    letter-spacing: 0.2rem;
}

.top-style ul {
    width: 100%;
}

.top-style ul li {
    width: 25%;
}

.top-style ul .style-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c6b588;
}

.top-style ul .style-more h3 {
    text-align: center;
    color: #fff;
    letter-spacing: 0.4rem;
    margin-top: 8rem;
}

.top-style .style-medium .style-more {
    background-color: #b4b49c;
}

.style-bob .style-more {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.style-bob li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.style-bob li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.style-bob li:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

@media (max-width: 1024px) {
    .top-style ul {
        margin-bottom: 1.5rem;
    }

    .top-style ul li {
        width: calc(100% / 3);
    }

    .top-style ul .style-more {
        width: 100%;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .style-bob .style-more {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .style-bob li:nth-of-type(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .style-bob li:nth-of-type(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .style-bob li:nth-of-type(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .top-style ul .style-more h3 {
        font-size: 2.5rem;
        margin-top: 0;
    }

    .top-style ul .style-more .s-more {
        margin: 1rem auto;
    }
}

@media (max-width: 599px) {
    .top-style .center-text {
        font-size: 1.4rem;
    }

    .top-style ul .style-more {
        padding: 0.5rem;
    }

    .top-style ul .style-more h3 {
        font-size: 2rem;
    }

    .top-style ul .style-more .s-more {
        margin: 0.5rem auto;
    }

    .top-style ul li {
        width: 50%;
    }

    .top-style ul .style-more {
        width: 50%;
    }

    .style-bob .style-more {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .style-bob li:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .style-bob li:nth-of-type(3) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .style-bob li:nth-of-type(4) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
}

/* ##### top-style end ##### */

/* ##### top-product ##### */
.top-product {
    padding: 5rem 0;
}

.top-product .text {
    font-size: 1.6rem;
    color: #fff;
    line-height: 200%;
}

@media (max-width: 1024px) {
    .top-product .text {
        font-size: 1.4rem;
    }
}

@media (max-width: 599px) {
    .top-product {
        padding: 3rem 0;
    }
}

/* ##### top-product end ##### */

/* ##### top-info ##### */
.top-info .info-box {
    border: 1px solid #c2ab70;
    padding: 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.top-info .info-heading {
    font-size: 2.4rem;
    letter-spacing: 0.4rem;
    margin-bottom: 3rem;
    padding-left: 6rem;
    position: relative;
}

.top-info .info-heading:before {
    content: "";
    display: block;
    width: 4.5rem;
    height: 2.5rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/icon-crown.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-info .info-heading .big {
    display: inline-block;
    margin-left: 1.5rem;
}

.top-info ul li {
    margin-bottom: 1.5rem;
}

.top-info ul li>a {
    display: block;
    width: 30%;
}

.top-info ul li>a .pic {
    border: 1px solid #c2ab70;
}

.top-info ul li .top-infobox {
    width: 65%;
    -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;
}

.top-info ul li .top-infobox .top-info-date {
    letter-spacing: 0.2rem;
}

.top-info ul li .top-infobox h3 {
    font-size: 1.8rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media (max-width: 1024px) {
    .top-info ul li .top-infobox h3 {
        font-size: 1.6rem;
    }
}

@media (max-width: 599px) {
    .top-info ul li {
        margin-bottom: 3rem;
    }

    .top-info ul li>a {
        width: 60%;
    }

    .top-info ul li .top-infobox {
        width: 100%;
        padding: 0.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

/* ##### top-info end ##### */

/* ##### concept ##### */
.concept-box {
    background-image: url(/import/tenant_1/153.126.159.6/html/images/concept/concept_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.concept-box .center-text {
    font-size: 1.8rem;
}

/* ##### concept end ##### */

/* ##### information ##### */
.info-box {
    margin: 8rem auto;
}

.info-box .deco-box2 {
    width: 60rem;
    max-width: 100%;
    margin: auto;
}

.info-list {
    width: calc(100% - 15.6rem);
    margin: 0 auto 1.5rem auto;
}

.info-list dt {
    width: 14rem;
    background-color: #000;
    color: #fff;
    padding: 0.5rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem;
    text-align: center;
}

.info-list dd {
    width: calc(100% - 14rem);
    padding: 0.5rem 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.8rem;
}

.info-map .map:after {
    padding-top: 42%;
}

.inner_padding {
    padding: 0;
}

@media (max-width: 1024px) {
    .info-list {
        width: 85%;
    }
}

@media (max-width: 599px) {
    .info-list {
        width: 70%;
    }

    .info-list dt,
    .info-list dd {
        width: 100%;
    }

    .info-list dd {
        padding: 0.5rem;
    }

    .info-map .map:after {
        padding-top: 60%;
    }
}

.info_margin {
    margin: 0 auto !important;
}

/* ##### information end ##### */

/* ##### staff ##### */
.staff-position {
    display: block;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a3a3a3;
}

.staff-name-list li {
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.staff-name {
    font-size: 2rem;
    text-align: right;
}

.staff-kana {
    font-size: 1.4rem;
    text-align: right;
}

.acc-cont {
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
}

.acc-list {
    padding: 0 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
}

.acc-list .item {
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #a3a3a3;
}

.acc-list .item-cont {
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    text-align: right;
}

.acc-list .item-message {
    text-align: left;
}

.acc-list .item-cont:last-of-type {
    border-bottom: none;
}

@media (max-width: 599px) {
    .staff-list .pic {
        width: 80%;
        margin: auto;
    }
}

/* ##### staff end ##### */

/* ##### menu ##### */
.menu-heading {
    letter-spacing: 0.5rem;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 5rem;
}

.menu-heading:after {
    content: "";
    display: block;
    margin: 1.5rem auto;
    width: 5.2rem;
    height: 3.5rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/butterfly.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.menu-item {
    border-bottom: 1px solid #dcdcdc;
}

.menu-item dt {
    width: calc(100% - 10rem);
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #eac994;
    font-size: 1.6rem;
}

.menu-item dd {
    width: 10rem;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: right;
}

.menu-notice {
    display: block;
    padding: 0.5rem 1rem 1rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.multiple-menu dt {
    width: calc(100% - 28rem);
}

.multiple-menu dd {
    width: 28rem;
}

.multiple-menu2 dt,
.multiple-menu2 dd {
    width: 100%;
}

.sub-menu {
    width: 100%;
}

.sub-menu dl {
    margin: 0 auto 1rem auto;
}

.sub-menu dt,
.sub-menu dd {
    font-size: 1.6rem;
}

.sub-menu dt {
    color: #eac994;
}

@media (max-width: 1024px) {

    .multiple-menu dt,
    .multiple-menu dd {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .menu-item {
        height: auto !important;
    }

    .menu-item dt,
    .menu-item dd {
        width: 100%;
    }
}

/* ##### menu end ##### */

/* ##### eyelash,antiaging,quality,brilliant,removal ##### */
.content-text {
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 1.5rem;
    line-height: 180%;
}

.content-box {
    margin-bottom: 10rem;
}

.content-cont {
    margin: 5rem 0;
}

.last-text {
    font-size: 1.8rem;
}

.content-box:nth-of-type(even) .half-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

/* ##### eyelash,antiaging,quality,brilliant,removal end ##### */

/* ##### quality ##### */
.quality .disc-list {
    width: 85%;
    margin: 1rem auto;
}

.quality .bnr-box {
    width: 80%;
}

.quality .inner-bnr-box {
    padding: 4rem 0;
}

@media (max-width: 1024px) {
    .quality .bnr-box {
        width: 100%;
    }
}

/* ##### quality end ##### */

/* ##### removal-box ##### */
.removal-box .text {
    margin-bottom: 3rem;
}

/* ##### removal-box end ##### */

/* ##### coupon ##### */
.coupon-list li {
    border: 1px solid #eee;
}

.coupon-category {
    display: block;
    width: 100%;
    background-color: #eee;
    text-align: center;
    padding: 0.2rem 0;
}

.coupon-heading {
    width: calc(100% - 2rem);
    font-size: 1.6rem;
    margin: 1rem 1rem 3rem 1rem;
}

.coupon-price {
    width: calc(100% - 2rem);
    color: #c2ab70;
    font-size: 3rem;
    text-align: center;
    display: block;
    margin: 1rem auto;
}

.coupon-price:after {
    content: "";
    display: block;
    width: 25rem;
    height: 1.8rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/deco_015.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 1rem auto;
}

.coupon-tag {
    width: calc(100% - 2rem);
    margin: 1rem 1rem 3rem 1rem;
}

.coupon-tag span {
    font-size: 1.2rem;
    line-height: 2rem;
    border: 1px solid #c2ab70;
    height: 2rem;
    margin: 0.5rem;
    padding: 0 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    --moz-border-radius: 1rem;
}

.coupon-comment {
    width: calc(100% - 2rem);
    margin: 1rem;
    border-top: 1px solid #eee;
}

/* ##### coupon end ##### */

/* ##### stylegallery ##### */
.stylegallery-list li {
    width: 18%;
    margin: 1%;
}

@media (max-width: 1024px) {
    .stylegallery-list li {
        width: calc(100% / 3 - 2%);
    }
}

@media (max-width: 599px) {
    .stylegallery-list li {
        width: calc(100% / 2 - 2%);
    }
}

/* ##### stylegallery end ##### */

/* ##### stylegallery_detail ##### */
.thumbs {
    width: 100%;
    margin-top: 3rem;
}

.thumbs li {
    width: calc(100% / 3 - 2%);
}

.thumbs li:nth-of-type(2) {
    margin: 0 3%;
}

.thumbs li:hover {
    cursor: pointer;
}

.style-title {
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 5rem;
}

.style-box {
    margin-bottom: 5rem;
}

.style-sub-title {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    color: #fff;
    background-color: #c2ab70;
    margin-bottom: 1.5rem;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.style-data-list {
    margin-bottom: 1rem;
}

.style-data-list dt {
    border: 1px solid #c2ab70;
    width: 10rem;
    height: 2rem;
    margin-right: 1rem;
    padding: 0.2rem 1rem;
    text-align: center;
    line-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    --moz-border-radius: 1rem;
}

.style-stylist-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.stylist-position {
    display: block;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.4rem;
    border-bottom: 1px solid #c2ab70;
}

.stylist-name {
    font-size: 2.4rem;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recommend-box {
    width: 100%;
    margin-top: 5rem;
}

@media (max-width: 1024px) {
    .recommend-box .stylegallery-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 599px) {
    .main-image {
        width: 80%;
        margin: auto;
    }

    .thumbs {
        width: 80%;
    }

    .style-title {
        margin: 3rem 0;
    }

    .style-stylist-box .pic {
        width: 60%;
        margin: auto;
    }
}

/* ##### stylegallery_detail end ##### */

/* ##### recruit ##### */
.staffdays-flow li {
    width: 100%;
    margin-bottom: 8rem;
}

.staffdays-flow li .time {
    width: 15%;
}

.staffdays-flow li .flow-cont {
    width: 85%;
}

.time {
    position: relative;
}

.time:after {
    content: "";
    display: block;
    width: 2px;
    height: calc(100% + 8rem);
    background-color: #e8c58b;
    position: absolute;
    bottom: -8rem;
    left: 50%;
    right: 50%;
}

.staffdays-flow li:last-of-type .time:after {
    display: none;
}

.time-circle {
    width: 12rem;
    height: 12rem;
    margin: auto;
    background-color: #e8c58b;
    color: #fff;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    --moz-border-radius: 50%;
    position: relative;
}

.flow-heading {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #e8c58b;
}

.flow-cont .w55 {
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.flow-for-interview-list li {
    width: calc(100% / 4 - 2%);
    margin: 1%;
}

.flow-for-interview-list li .text {
    color: #fff;
}

.frame-wrap {
    width: 100%;
    position: relative;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/frame_002.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}

.frame-wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.inner-frame-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.crown {
    width: 12rem;
    height: 5.8rem;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/common/icon-crown.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 1rem;
}

.flow-interview-title {
    font-size: 3rem;
    color: #fff;
    padding: 1.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.interview-list li:nth-of-type(odd) .recruit-name-wrap {
    margin-left: -999rem;
    padding-left: 999rem;
}

.interview-list li:nth-of-type(even) .recruit-name-wrap {
    margin-right: -999rem;
    padding-right: 999rem;
}

.recruit-name-wrap {
    border-bottom: 1px solid #e8c58b;
    margin-bottom: 3rem;
    padding-bottom: 1.5rem;
}

.indate {
    display: inline-block;
    padding: 0 1rem 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0.2rem;
}

.recruit-name {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recruit-position {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.rectuit-requirements {
    background-image: url(/import/tenant_1/153.126.159.6/html/images/recruit/recruit_002.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.recuruit-list {
    margin-bottom: 3rem;
}

.recuruit-list dt,
.recuruit-list dd {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
}

.recuruit-list dt {
    width: 20%;
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.recuruit-list dd {
    width: 80%;
    padding: 0 1.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recuruit-list dt:after {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% + 3rem);
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 1.5rem;
}

@media (max-width: 1024px) {
    .time-circle {
        width: 8rem;
        height: 8rem;
        font-size: 2rem;
    }

    .flow-heading {
        font-size: 2rem;
    }

    .crown {
        width: 8rem;
        height: 4rem;
        font-size: 1.2rem;
        padding-bottom: 0;
    }

    .flow-interview-title {
        font-size: 2rem;
        padding: 0.5rem;
    }

    .recuruit-list dt {
        width: 35%;
    }

    .recuruit-list dd {
        width: 65%;
    }
}

@media (max-width: 599px) {
    .time-circle {
        width: 7.5rem;
        height: 7.5rem;
        font-size: 1.6rem;
    }

    .staffdays-flow li .time {
        width: 25%;
    }

    .staffdays-flow li .flow-cont {
        width: 75%;
    }

    .flow-for-interview-list li {
        width: 96%;
        margin: 0 2% 8% 2%;
    }

    .frame-wrap {
        width: 60%;
        margin: 0 auto 1rem auto;
    }

    .crown {
        width: 12rem;
        height: 6rem;
        font-size: 1.4rem;
        padding-bottom: 1rem;
    }

    .flow-interview-title {
        font-size: 2.4rem;
    }

    .recuruit-list {
        margin-bottom: 1.5rem;
        padding-bottom: 0.5rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    }

    .recuruit-list:last-of-type {
        border-bottom: none;
    }

    .recuruit-list dt,
    .recuruit-list dd {
        width: 100%;
        padding: 0.5rem 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .recuruit-list dt {
        padding-bottom: 0;
    }

    .recuruit-list dd {
        padding-left: 2.8rem;
    }

    .recuruit-list dt:after {
        display: none;
    }
}

/* ##### recruit end ##### **/

/* ##### product ##### */
.product .inpagenav-list li {
    width: calc(100% / 5);
}

.product-name {
    display: block;
    width: calc(100% - 2rem);
    font-size: 1.4rem;
    margin: 0.5rem 1rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.product-list .text {
    font-weight: normal;
    margin: 1rem 0;
    padding: 1rem 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
}

.product-price {
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product-price dt {
    width: 50%;
    color: #aaa;
    font-size: 1.2rem;
}

.product-price dd {
    width: 50%;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.souryou {
    padding-bottom: 50px;
    margin: auto;
}

@media (max-width: 1024px) {
    .product .inpagenav-list li {
        width: calc(100% / 3);
    }
}

@media (max-width: 599px) {
    .product-list .pic {
        width: 80%;
        margin: auto;
    }

    .product .inpagenav-list li {
        width: calc(100% / 2);
    }
}

/* ##### product end ##### */

/* ##### voice ##### */
.voice-name-box {
    margin-bottom: 3rem;
    padding: 1rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #c2ab70;
}

.voice-name {
    font-size: 2.4rem;
}

.voice-age {
    font-size: 1.6rem;
}

.voice-list {
    margin-bottom: 1.5rem;
}

.voice-list dt {
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    color: #fff;
    text-align: center;
    background-color: #c2ab70;
    padding: 0.5rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.voice-list dd {
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ##### voice end ##### */

/* ##### faq ##### */
.faq-list {
    margin-bottom: 5rem;
}

.faq-list dt {
    margin-bottom: 1.5rem;
    padding: 1rem 3rem 1rem 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc;
    font-size: 2rem;
    position: relative;
}

.faq-list dd {
    padding: 1rem 1rem 1rem 5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.faq-list dt:hover {
    cursor: pointer;
}

.faq-list dt:before,
.faq-list dd:before {
    content: "Q";
    display: block;
    width: 4rem;
    height: 4rem;
    background-color: #e8c58b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: 0.5rem;
    left: 0;
}

.faq-list dd:before {
    content: "A";
    background-color: #eee;
}

.faq-list dt:after {
    font-size: 3rem;
    content: "\f0d7";
    font-family: FontAwesome;
    display: inline-block;
    color: #e8c58b;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    margin: auto;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.faq-list dt.action:after {
    -webkit-transform: rotate(180deg) translate(-50%, 50%);
    transform: rotate(180deg) translate(-50%, 50%);
}

@media (max-width: 1024px) {
    .faq-list dt {
        font-size: 1.6rem;
    }
}

/* ##### faq end ##### */

/* ##### contact ##### */
.contact-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(/import/tenant_1/153.126.159.6/html/images/contact/contact_001.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.form {
    width: 75%;
    margin: auto;
}

.contact-list {
    margin-bottom: 5rem;
}

.contact-list dt {
    width: 25%;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-list dd {
    width: 75%;
}

.form input,
.form textarea {
    width: 100%;
    border: 1px solid #c2ab70;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form textarea {
    height: 20rem;
}

.contact-btn li {
    width: 50%;
    text-align: center;
}

.contact-btn button {
    width: 25rem;
    max-width: 80%;
    font-size: 1.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #c2ab70;
    color: #fff;
    margin: 1rem auto;
    padding: 1rem;
    box-sizing: border-box;
    border: 1px solid #c2ab70;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.contact-btn button:hover {
    cursor: pointer;
    background-color: #fff;
    color: #c2ab70;
}

@media (max-width: 1024px) {

    .contact-list dt,
    .contact-list dd {
        width: 100%;
    }
}

@media (max-width: 599px) {
    .form {
        width: 100%;
    }

    .contact-btn li {
        width: 100%;
    }

    .contact-btn button {
        padding: 0.5rem;
    }
}

/* ##### contact end ##### */

/* ##### blog,news ##### */
.cc-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cc-list a {
    display: block;
}

.cc-date {
    display: block;
    padding: 0.5rem;
    letter-spacing: 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.cc-category {
    height: 2.4rem;
    display: inline-block;
    background-color: #c2ab70;
    color: #fff;
    padding: 0.2rem 1.5rem;
    letter-spacing: 0.2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 1.7rem;
    -webkit-border-radius: 1.7rem;
    --moz-border-radius: 1.7rem;
}

.cc-text {
    margin: 5rem 0;
}

.recommend-box .cc-category {
    margin-top: 0.5rem;
}

.cc-title {
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    margin-bottom: 1rem;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #c2ab70;
}

.cc-title span {
    display: block;
}

.cc-list .two-line {
    width: 95%;
    margin: 0 2.5%;
}

.cc-img {
    position: relative;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .cc-cont {
        width: 65%;
    }

    .dynamic {
        width: 30%;
    }
}

@media (max-width: 599px) {
    .cc-cont {
        width: 100%;
    }

    .dynamic {
        width: 100%;
    }

    .cc-list li {
        margin-bottom: 3rem;
    }

    .cc-img {
        width: 50%;
        margin: 0 auto 0 5%;
    }

    .cc-box {
        width: 100%;
    }
}

/* ##### blog,news end ##### */

/* ##### blog_detail ##### */
.cc-detail-title {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 1rem;
    padding: 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}

/* ##### blog_detail end ##### */


/* 2023/11/14 */
.form .txt {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
}

@media (max-width:599px) {
  .form .txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
