@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;600;700&family=Tangerine:wght@400;700&display=swap');



/*===================================
基本設定
===================================*/

/* html */

html {
    color: #7b4029;
    font-family: 'Noto Serif JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', serif;
}

dt,
dd {
    font-weight: normal;
}

[data-element-id] #wrapper {
    padding-top: 0 !important;
}

/* inner */

@media (max-width: 1024px) {

    .inner500,
    .inner600,
    .inner700,
    .inner800,
    .inner900,
    .inner,
    .inner1100,
    .inner1200,
    .inner1300,
    .inner1400,
    .inner1500 {
        width: 94%;
    }
}



/* font */

.font-gothic {
    font-family: 'Noto Sans JP', sans-serif;
}

.font-mincho {
    font-family: 'Noto Serif JP', serif;
}



/* show hide */

.show\@pc {
    display: block;
}

.hide\@pc {
    display: none;
}

[data-element-id] .show\@tb {
    display: block;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@tb:after {
    display: block;
    content: "モバイル用です。";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
}

[data-element-id] .show\@sp {
    display: block;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@sp:after {
    display: block;
    content: "モバイル用です。";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
}

@media (max-width: 1024px) {
    .show\@tb {
        display: block;
    }

    .hide\@tb {
        display: none;
    }
}

@media (max-width: 599px) {
    .show\@sp {
        display: block;
    }

    .hide\@sp {
        display: none;
    }
}



/* fead */

.fead-mv.mv {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.fead-up.mv {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}



/* 画像 動画 */

.img {
    text-align: center;
}

.pic {
    text-align: center;
}

.pic img {
    width: 100%;
}

.alt01 {
    display: none;
}

[class*="up-ofi"] {
    height: 100%;
}

.youtube {
    position: relative;
}

.youtube:before {
    display: block;
    content: "";
    padding-top: 56.25%;
}

.youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}



/* color */

.color-black {
    color: #000;
}

.color-white {
    color: #fff;
}



/*背景*/

.back-type-01 {
    background: url(/upload/tenant_1/c598f9f5220fafc05ba8cb3637622d90.webp) no-repeat;
    background-size: cover;
}

.back-type-02 {
    background: url(/upload/tenant_1/be04f92066dbd9285ed17841b8a8a942.webp) no-repeat;
    background-size: cover;
}

.back-type-03 {
    background: url(/upload/tenant_1/19d53f8b55e93165d86b3cec80cd36d1.webp) no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}

.back-type-04 {
    background: url(/import/tenant_1/160.16.239.150/html/images/common/back4.png) no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}

.back-type-05 {
    background: url(/import/tenant_1/160.16.239.150/html/images/common/back5.png) no-repeat;
    background-position: bottom;
    background-size: 100% auto;
}

.back-type-06 {
    background: #faf3ea;
    padding: 60px;
    position: relative;
}

.back-type-06:before {
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 3px #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 0;
}

.back-type-06 > * {
    position: relative;
    z-index: 2;
}

@media (max-width: 1024px) {
    .back-type-06 {
        padding: 45px 35px;
    }
}

@media (max-width: 599px) {
    .back-type-06 {
        padding: 35px 25px;
    }
}



/* 共通コンテンツ間隔 */

[class*="section-m"], [class*="section-p"] {
    --section-xlarge: 140px;
    --section-large: 120px;
    --section-medium: 100px;
    --section-small: 80px;
    --section-xsmall: 60px;
}

.section-my-xlarge {
    margin-top: var(--section-xlarge);
    margin-bottom: var(--section-xlarge);
}

.section-mt-xlarge {
    margin-top: var(--section-xlarge);
}

.section-mb-xlarge {
    margin-bottom: var(--section-xlarge);
}

.section-my-large {
    margin-top: var(--section-large);
    margin-bottom: var(--section-large);
}

.section-mt-large {
    margin-top: var(--section-large);
}

.section-mb-large {
    margin-bottom: var(--section-large);
}

.section-my-medium {
    margin-top: var(--section-medium);
    margin-bottom: var(--section-medium);
}

.section-mt-medium {
    margin-top: var(--section-medium);
}

.section-mb-medium {
    margin-bottom: var(--section-medium);
}

.section-my-small {
    margin-top: var(--section-small);
    margin-bottom: var(--section-small);
}

.section-mt-small {
    margin-top: var(--section-small);
}

.section-mb-small {
    margin-bottom: var(--section-small);
}

.section-my-xsmall {
    margin-top: var(--section-xsmall);
    margin-bottom: var(--section-xsmall);
}

.section-mt-xsmall {
    margin-top: var(--section-xsmall);
}

.section-mb-xsmall {
    margin-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.8);
        margin-bottom: vcalc(var(--section-large) * 0.8);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.8);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.8);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.8);
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.8);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.8);
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.8);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.8);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-my-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-mt-xlarge {
        margin-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-mb-xlarge {
        margin-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-my-large {
        margin-top: calc(var(--section-large) * 0.6);
        margin-bottom: vcalc(var(--section-large) * 0.6);
    }

    .section-mt-large {
        margin-top: calc(var(--section-large) * 0.6);
    }

    .section-mb-large {
        margin-bottom: calc(var(--section-large) * 0.6);
    }

    .section-my-medium {
        margin-top: calc(var(--section-medium) * 0.6);
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-mt-medium {
        margin-top: calc(var(--section-medium) * 0.6);
    }

    .section-mb-medium {
        margin-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-my-small {
        margin-top: calc(var(--section-small) * 0.6);
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-mt-small {
        margin-top: calc(var(--section-small) * 0.6);
    }

    .section-mb-small {
        margin-bottom: calc(var(--section-small) * 0.6);
    }

    .section-my-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-mt-xsmall {
        margin-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-mb-xsmall {
        margin-bottom: calc(var(--section-xsmall) * 0.6);
    }
}

.section-py-xlarge {
    padding-top: var(--section-xlarge);
    padding-bottom: var(--section-xlarge);
}

.section-pt-xlarge {
    padding-top: var(--section-xlarge);
}

.section-pb-xlarge {
    padding-bottom: var(--section-xlarge);
}

.section-py-large {
    padding-top: var(--section-large);
    padding-bottom: var(--section-large);
}

.section-pt-large {
    padding-top: var(--section-large);
}

.section-pb-large {
    padding-bottom: var(--section-large);
}

.section-py-medium {
    padding-top: var(--section-medium);
    padding-bottom: var(--section-medium);
}

.section-pt-medium {
    padding-top: var(--section-medium);
}

.section-pb-medium {
    padding-bottom: var(--section-medium);
}

.section-py-small {
    padding-top: var(--section-small);
    padding-bottom: var(--section-small);
}

.section-pt-small {
    padding-top: var(--section-small);
}

.section-pb-small {
    padding-bottom: var(--section-small);
}

.section-py-xsmall {
    padding-top: var(--section-xsmall);
    padding-bottom: var(--section-xsmall);
}

.section-pt-xsmall {
    padding-top: var(--section-xsmall);
}

.section-pb-xsmall {
    padding-bottom: var(--section-xsmall);
}

@media (max-width: 1024px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.8);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.8);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.8);
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.8);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.8);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.8);
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.8);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.8);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.8);
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.8);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.8);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.8);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.8);
    }
}

@media (max-width: 599px) {
    .section-py-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-pt-xlarge {
        padding-top: calc(var(--section-xlarge) * 0.6);
    }

    .section-pb-xlarge {
        padding-bottom: calc(var(--section-xlarge) * 0.6);
    }

    .section-py-large {
        padding-top: calc(var(--section-large) * 0.6);
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-pt-large {
        padding-top: calc(var(--section-large) * 0.6);
    }

    .section-pb-large {
        padding-bottom: calc(var(--section-large) * 0.6);
    }

    .section-py-medium {
        padding-top: calc(var(--section-medium) * 0.6);
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-pt-medium {
        padding-top: calc(var(--section-medium) * 0.6);
    }

    .section-pb-medium {
        padding-bottom: calc(var(--section-medium) * 0.6);
    }

    .section-py-small {
        padding-top: calc(var(--section-small) * 0.6);
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-pt-small {
        padding-top: calc(var(--section-small) * 0.6);
    }

    .section-pb-small {
        padding-bottom: calc(var(--section-small) * 0.6);
    }

    .section-py-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }

    .section-pt-xsmall {
        padding-top: calc(var(--section-xsmall) * 0.6);
    }

    .section-pb-xsmall {
        padding-bottom: calc(var(--section-xsmall) * 0.6);
    }
}



/*===================================
共通ブロック
==================================*/

.backImgWrap {
    position: relative;
    overflow: hidden;
}

.backImgWrap > * {
    position: relative;
    z-index: 5;
}

.backImgWrap .backImg {
    width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.backImgWrap .backImg:before {
    display: block;
    content: "";
    width: 100%;
    height: 25%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.backImgWrap .backImg img {
    width: 100%;
}

.imgClip {
  /*   -webkit-mask-image: url(/import/tenant_1/160.16.239.150/html/images/common/imgClip.png), none;
  mask-image: url(/import/tenant_1/160.16.239.150/html/images/common/imgClip.png), none; */
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    position: relative;
    z-index: 5;
}

.imgClip + * {
    padding-top: 20%;
    margin-top: -15%;
}

.imgFilter {
    position: relative;
}
/* 
.imgFilter:before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/import/tenant_1/160.16.239.150/html/images/common/imgfilter.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.imgFilter:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/import/tenant_1/160.16.239.150/html/images/common/wave.png) bottom no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
 */
@media (max-width: 1024px) {
  .backImgWrap .backImg img {
    object-fit: cover;
    height: 100%;
  }
}

@media (max-width: 599px) {
    .imgClip + * {
        padding-top: 25%;
    }
}

_:-ms-lang(x)::-ms-backdrop, .imgClip {
    -webkit-mask-image: none;
    mask-image: none;
}

_:-ms-lang(x)::-ms-backdrop, .imgFilter:after {
    display: none;
}



/* concept-type-01 */

.concept-type-01 .attention {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 60px;
    text-align: center;
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

.concept-type-01 .box {
    max-width: 850px;
    background: #fff;
    padding: 100px;
    margin: auto;
    position: relative;
}

.concept-type-01 .box .heading02 {
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 2;
    text-align: center;
}

.concept-type-01 .box .txt {
    line-height: 2;
}

.concept-type-01 .box .list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

.concept-type-01 .box .btnbox {
    width: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

@media (max-width: 1024px) {
    .concept-type-01 .attention {
        font-size: 16px;
    }

    .concept-type-01 .box {
        padding: 60px;
    }

    .concept-type-01 .box .heading02 {
        font-size: 18px;
        margin-bottom: 40px;
    }
}

@media (max-width: 599px) {
    .concept-type-01 .attention {
        font-size: 16px;
        margin-bottom: 30px;
        text-align: left;
    }

    .concept-type-01 .box {
        padding: 10px;
    }

    .concept-type-01 .box .heading02 {
        font-size: 16px;
        text-align: left;
    }

    .concept-type-01 .box .txt {
        font-size: 14px;
    }

    .concept-type-01 .box .btnbox {
        margin-top: 40px;
        position: static;
        -webkit-transform: none;
        transform: none;
    }
}

/* concept-type-02 */

.concept-type-02 .box {
    max-width: none;
    background: rgba(255, 255, 255, 0.9);
}



/* list-type-01 */

.list-type-01 li {
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 1.5em;
    position: relative;
}

.list-type-01 li:before {
    display: inline-block;
    content: "\f14a";
    color: #a7aa4b;
    font-family: "font awesome 5 free";
    position: absolute;
    top: 0;
    left: 0;
}

.list-type-01 li:not(:last-of-type) {
    margin-bottom: 20px;
}



/* list-type-02 */

.list-type-02 li {
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 1.5em;
    position: relative;
}

.list-type-02 li:before {
    display: inline-block;
    content: "◆";
    color: #a7aa4b;
    position: absolute;
    top: 0;
    left: 0;
}

.list-type-02 li:not(:last-of-type) {
    margin-bottom: 10px;
}



/* list-type-03 */

.list-type-03 dl:not(:last-of-type) {
    margin-bottom: 20px;
}

.list-type-03 dt {
    font-size: 18px;
    padding-left: 1.5em;
    margin-bottom: 10px;
    position: relative;
}

.list-type-03 dt:before {
    display: inline-block;
    content: "◆";
    color: #a7aa4b;
    position: absolute;
    top: 0;
    left: 0;
}

.list-type-03 dd {
    color: #8f7a71;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 28px;
}



/* item-type-01 */

.item-type-01 .item .tit {
    font-size: 18px;
    margin: 20px 0;
    text-align: center;
}

.item-type-01 .item .txt {
    line-height: 2;
}



/* item-type-02 */

.item-type-02 .item {
    height: 100%;
    padding: 0 15px;
}

.item-type-02 .col > div:nth-of-type(2n+1) .item:before {
    display: block;
    content: "";
    width: 1px;
    height: 100%;
    background: #7a242d;
    position: absolute;
    top: 0;
    right: 0;
}

.item-type-02 .item .pic iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.item-type-02 .item .step {
    color: #a0a33d;
    font-size: 40px;
    font-family: Tangerine, sans-serif;
    margin: 0 10px;
}

.item-type-02 .item .tit {
    font-size: 18px;
    line-height: 2;
    margin-top: 20px;
    text-align: center;
}

.item-type-02 .item .tit:after {
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    background: #a0a33d;
    margin: 15px auto 0;
}

.item-type-02 .item .txt {
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 20px;
    line-height: 2;
    text-align: center;
}

@media (max-width: 599px) {
    .item-type-02 .col > div:nth-of-type(2n+1) .item:before {
        display: none;
    }

    .item-type-02 .col > div:not(:last-of-type) .item:before {
        display: block;
        content: "";
        width: 100%;
        height: 1px;
        background: #7a242d;
        position: absolute;
        top: auto;
        bottom: 0;
    }

    .item-type-02 .item {
        padding: 30px 0;
    }

    .item-type-02 .item .tit {
        font-size: 16px;
    }

    .item-type-02 .item .txt {
        font-size: 14px;
        text-align: left;
    }
}



/* item-type-03 */

.item-type-03 .item {
    height: 100%;
    background: #faf3ea;
}

.item-type-03 .item .pic iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.item-type-03 .item .tbox {
    padding: 10px;
}

.item-type-03 .item .step {
    color: #a0a33d;
    font-size: 40px;
    font-family: Tangerine, sans-serif;
    line-height: 1.2;
}

.item-type-03 .item .tit {
    font-weight: 600;
    margin-top: 10px;
}

.item-type-03 .item .txt {
    color: #8f7a71;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 15px;
}



/* item-type-04 */

.item-type-04 .item:not(:last-of-type) {
    margin-bottom: 60px;
}

.item-type-04 .item:nth-of-type(2n+2) .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.item-type-04 .item .left {
    width: 30%;
}

.item-type-04 .item .left .pic {
    padding-left: 15px;
    padding-bottom: 15px;
    position: relative;
}

.item-type-04 .item .left .pic:before {
    display: block;
    content: "";
    width: calc(100% - 15px);
    height: calc(100% - 15px);
    background: -webkit-gradient(linear, left top, right top, from(rgba(127, 45, 53, 1)), to(rgba(238, 149, 77, 1)));
    background: linear-gradient(to right, rgba(127, 45, 53, 1) 0%, rgba(238, 149, 77, 1) 100%);
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.item-type-04 .item .left .pic .ofi {
    border-radius: 100%;
    overflow: hidden;
}

.item-type-04 .item .right {
    width: 65%;
    margin-top: 30px;
}

.item-type-04 .item .right .tit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.item-type-04 .item .right .txt {
    color: #8f7a71;
    font-family: "Noto Sans JP", sans-serif;
}

.item-type-04 .item .right .mini {
    font-size: 14px;
    margin: 20px 0;
}

@media (max-width: 599px) {
    .item-type-04 .item .left {
        width: 70%;
        margin: auto;
    }

    .item-type-04 .item .right {
        width: 100%;
    }
}



/* item-type-05 */

.item-type-05 .item {
    height: 100%;
    background: #fff;
    border: solid 1px #7b4029;
}

.item-type-05 .item .left {
    width: 40%;
}

.item-type-05 .item .right {
    width: 55%;
}

.item-type-05 .item .right .tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 2;
}

.item-type-05 .item .txt {
    color: #8f7a71;
    font-family: "Noto Sans JP", sans-serif;
    padding: 10px;
}

@media (max-width: 1024px) {
    .item-type-05 .item .right .tit {
        font-size: 16px;
    }
}



/* item-type-06 */

.item-type-06 .item:not(:last-of-type) {
    margin-bottom: 60px;
}

.item-type-06 .item:nth-of-type(2n+2) .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.item-type-06 .item .left {
    width: 40%;
}

.item-type-06 .item .left .pic {
    position: relative;
    overflow: hidden;
}

.item-type-06 .item .left .pic:before {
    display: block;
    content: "";
    width: 15%;
    height: calc(100% + 4px);
    background: url(/import/tenant_1/160.16.239.150/html/images/common/subclip1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -2px;
    right: -2px;
    z-index: 1;
}

.item-type-06 .item:nth-of-type(2n+2) .left .pic:before {
    background: url(/import/tenant_1/160.16.239.150/html/images/common/subclip2.png) no-repeat;
    background-size: 100% 100%;
    right: auto;
    left: -2px;
}

.item-type-06 .item .right {
    width: 50%;
    max-width: 600px;
    margin-top: 30px;
    margin-left: 5%;
    margin-right: auto;
}

.item-type-06 .item:nth-of-type(2n+2) .right {
    margin-left: auto;
    margin-right: 5%;
}

.item-type-06 .item .right .tit {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.item-type-06 .item .right .txt {
    color: #8f7a71;
    font-family: "Noto Sans JP", sans-serif;
    margin-top: 10px;
}

.item-type-06 .item .right .list {
    margin-top: 10px;
}

.item-type-06 .item .right .list li {
    color: #8f7a71;
}

@media (max-width: 599px) {
    .item-type-06 .item .left {
        width: 100%;
    }

    .item-type-06 .item .left .pic:before {
        width: calc(100% + 4px);
        height: 30%;
        background: url(/import/tenant_1/160.16.239.150/html/images/common/subclip1_sp.png) no-repeat;
        background-size: 100% 100%;
        top: auto;
        bottom: -2px;
    }

    .item-type-06 .item:nth-of-type(2n+2) .left .pic:before {
        background: url(/import/tenant_1/160.16.239.150/html/images/common/subclip2_sp.png) no-repeat;
        background-size: 100% 100%;
    }

    .item-type-06 .item .right {
        width: 94%;
        max-width: none;
        margin-top: 20px;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}



/* item-type-07 */

.item-type-07 .item {
    height: calc(100% - 30px);
    background: #fff;
    border: solid 1px #7b4029;
    padding: 0 20px 20px;
    margin-top: 30px;
}

.item-type-07 .item .titbox {
    margin-bottom: -10px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.item-type-07 .item .titbox .circle {
    width: 120px;
    height: 120px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 45, 53, 1)), to(rgba(238, 149, 77, 1)));
    background: linear-gradient(to bottom, rgba(127, 45, 53, 1) 0%, rgba(238, 149, 77, 1) 100%);
    border-radius: 100%;
    text-align: center;
}

.item-type-07 .item .titbox .tit {
    width: calc(100% - 140px);
    font-size: 18px;
    font-weight: 600;
    background: #faf3ea;
    border-bottom: solid 1px #8f7a71;
    padding: 2px 10px;
}

.item-type-07 .item .txt {
    color: #8f7a71;
    font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 599px) {
    .item-type-07 .item {
        padding: 0 10px 10px;
    }

    .item-type-07 .item .titbox .circle {
        font-size: 14px;
        width: 100px;
        height: 100px;
    }

    .item-type-07 .item .titbox .tit {
        width: calc(100% - 110px);
        font-size: 16px;
    }
}



/* item-type-08 */

.item-type-08 .item .tit {
    margin-top: 15px;
    text-align: center;
}



/* item-type-09 */

.item-type-09 .item {
    max-width: 700px;
    margin: auto;
}

.item-type-09 .item .pic {
    position: relative;
}

.item-type-09 .item .pic .label {
    font-size: 40px;
    font-family: 'Tangerine';
    letter-spacing: 5px;
    text-shadow: 0 0 15px #fff, 0 0 15px #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.item-type-09 .item .col > *:not(:last-of-type) .pic:before {
    display: block;
    content: "\f101";
    color: #a0a33d;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: -23%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item-type-09 .item .tit {
    font-size: 18px;
    font-weight: 600;
    margin-top: 40px;
}

.item-type-09 .item .txt {
    color: #8f7a71;
    font-family: 'Noto Sans JP', sans-serif;
    margin-top: 15px;
}

@media (max-width: 1024px) {
    .item-type-09 .item .col > *:not(:last-of-type) .pic:before {
        right: -15%;
    }

    .item-type-09 .item .pic .label {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
}

@media (max-width: 599px) {
    .item-type-09 .item {
        max-width: 350px;
    }

    .item-type-09 .item .pic {
        width: 90%;
        margin: auto;
    }

    .item-type-09 .item .col > *:not(:last-of-type) .pic:before {
        right: -25%;
    }
}



/* item-type-10 */

.item-type-10 .item {
    height: calc(100% - 30px);
    background: #fff;
    padding: 0 20px 20px;
    margin-top: 30px;
}

.item-type-10 .item .circle {
    width: 120px;
    height: 120px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 45, 53, 1)), to(rgba(238, 149, 77, 1)));
    background: linear-gradient(to bottom, rgba(127, 45, 53, 1) 0%, rgba(238, 149, 77, 1) 100%);
    border-radius: 100%;
    margin-bottom: -10px;
    text-align: center;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.item-type-10 .item .titbox .tit {
    width: calc(100% - 140px);
    font-size: 18px;
    font-weight: 600;
    background: #faf3ea;
    border-bottom: solid 1px #8f7a71;
    padding: 2px 10px;
}

.item-type-10 .item .txt {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
    text-align: center;
}

.item-type-10 .item .point {
    font-size: 18px;
    font-weight: 500;
}

.item-type-10 .item .line {
    font-weight: bold;
    margin-top: 10px;
}

.item-type-10 .item .sub {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 600;
    margin-top: 10px;
}

.item-type-10 .item .yen {
    color: #a0a33d;
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
    margin-top: 10px;
}

@media (max-width: 599px) {
    .item-type-10 .item {
        padding: 0 10px 10px;
    }

    .item-type-10 .item .titbox .circle {
        font-size: 14px;
        width: 100px;
        height: 100px;
    }

    .item-type-10 .item .titbox .tit {
        width: calc(100% - 110px);
        font-size: 16px;
    }
}



/* table-type-01 */

.table-type-01 {
    background: #fff;
    border: solid 1px #7b4029;
    padding: 20px;
}

.table-type-01 dl {
    border-bottom: solid 1px #7b4029;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.table-type-01 dl:last-of-type {
    margin-bottom: 0;
}

.table-type-01 dt {
    width: 150px;
    font-family: "Noto Sans JP", sans-serif;
}

.table-type-01 dd {
    width: calc(100% - 150px);
    font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 599px) {
    .table-type-01 {
        padding: 10px;
    }

    .table-type-01 dt {
        width: 100%;
    }

    .table-type-01 dd {
        width: 100%;
        margin-top: 5px;
    }
}



/* table-type-02 */

.table-type-02 dl {
    border-bottom: solid 1px #7b4029;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.table-type-02 dl:last-of-type {
    margin-bottom: 0;
}

.table-type-02 dt {
    width: 80px;
}

.table-type-02 dd {
    width: calc(100% - 100px);
    font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 599px) {
    .table-type-02 dt {
        width: 100%;
    }

    .table-type-02 dd {
        width: 100%;
        margin-top: 5px;
    }
}



/* voice-type-01 */

.voice-type-01 .item {
    display: block;
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 4px 15px #ccc;
    box-shadow: 2px 4px 15px #ccc;
}

.voice-type-01 .item .tbox {
    padding: 10px;
}

.voice-type-01 .item .tbox .name {
    margin-bottom: 10px;
    text-align: right;
}



/* voice-type-02 */

.voice-type-02 .item {
    display: block;
}

.voice-type-02 .item .pic {
    border: solid 1px #aaaaaa;
}

.voice-type-02 .item .name {
    font-size: 18px;
    margin-top: 10px;
    text-align: right;
}

.voice-type-02 .item .txt {
    margin-top: 10px;
}

/*===================================
共通タイトル
===================================*/

[class*="heading-type-"] {
    --heading-mb-xlarge: 70px;
    --heading-mb-large: 60px;
    --heading-mb-medium: 50px;
    --heading-mb-small: 40px;
    --heading-mb-xsmall: 30px;
}

/* heading-type-01 */

.heading-type-01 {
    margin-bottom: var(--heading-mb-medium);
    text-align: center;
}

.heading-type-01 span {
    display: block;
}

.heading-type-01 .en {
    color: #a0a33d;
    font-size: 70px;
    font-family: 'Tangerine', cursive;
    letter-spacing: 8px;
    line-height: 1.2;
}

.heading-type-01 .ja {
    font-size: 18px;
    margin-top: 10px;
}

@media (max-width: 1024px) {
    .heading-type-01 {
        margin-bottom: calc(var(--heading-mb-medium) * 0.8);
    }

    .heading-type-01 .en {
        font-size: 63px;
    }
}

@media (max-width: 599px) {
    .heading-type-01 {
        margin-bottom: calc(var(--heading-mb-medium) * 0.6);
    }

    .heading-type-01 .en {
        font-size: 56px;
    }
}



/* heading-type-02 */

.heading-type-02 {
    margin-bottom: var(--heading-mb-medium);
    text-align: center;
}

.heading-type-02 span {
    display: block;
}

.heading-type-02 .lead {
    color: #2e160c;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
    position: relative;
}

.heading-type-02 .lead:before {
    display: block;
    content: "";
    width: 350px;
    height: 150px;
    background: url(/import/tenant_1/160.16.239.150/html/images/common/heading-type-02.png) no-repeat;
    background-size: 100%;
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.heading-type-02 .sub {
    line-height: 2;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .heading-type-02 {
        margin-bottom: calc(var(--heading-mb-medium) * 0.8);
    }
}

@media (max-width: 599px) {
    .heading-type-02 {
        margin-bottom: calc(var(--heading-mb-medium) * 0.6);
    }

    .heading-type-02 .lead {
        font-size: 20px;
    }

    .heading-type-02 .lead:before {
        width: 250px;
        height: 110px;
    }

    .heading-type-02 .sub {
        text-align: left;
    }
}



/* heading-type-03 */

.heading-type-03 {
    margin-bottom: var(--heading-mb-medium);
    text-align: center;
}

.heading-type-03 span {
    display: block;
}

.heading-type-03 .lead {
    color: #2e160c;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 5px;
    position: relative;
}

@media (max-width: 1024px) {
    .heading-type-03 {
        margin-bottom: calc(var(--heading-mb-medium) * 0.8);
    }
}

@media (max-width: 599px) {
    .heading-type-03 {
        margin-bottom: calc(var(--heading-mb-medium) * 0.6);
    }

    .heading-type-03 .lead {
        font-size: 20px;
    }
}



/* 共通タイトル上書き */

.heading-mb-xlarge {
    margin-bottom: var(--heading-mb-xlarge);
}

.heading-mb-large {
    margin-bottom: var(--heading-mb-large);
}

.heading-mb-medium {
    margin-bottom: var(--heading-mb-medium);
}

.heading-mb-small {
    margin-bottom: var(--heading-mb-small);
}

.heading-mb-xsmall {
    margin-bottom: var(--heading-mb-xsmall);
}

.heading-mb-none {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .heading-mb-xlarge {
        margin-bottom: calc(var(--heading-mb-xlarge) * 0.8);
    }

    .heading-mb-large {
        margin-bottom: calc(var(--heading-mb-large) * 0.8);
    }

    .heading-mb-medium {
        margin-bottom: calc(var(--heading-mb-medium) * 0.8);
    }

    .heading-mb-small {
        margin-bottom: calc(var(--heading-mb-small) * 0.8);
    }

    .heading-mb-xsmall {
        margin-bottom: calc(var(--heading-mb-xsmall) * 0.8);
    }

    .heading-mb-none {
        margin-bottom: 0;
    }
}

@media (max-width: 599px) {
    .heading-mb-xlarge {
        margin-bottom: calc(var(--heading-mb-xlarge) * 0.6);
    }

    .heading-mb-large {
        margin-bottom: calc(var(--heading-mb-large) * 0.6);
    }

    .heading-mb-medium {
        margin-bottom: calc(var(--heading-mb-medium) * 0.6);
    }

    .heading-mb-small {
        margin-bottom: calc(var(--heading-mb-small) * 0.6);
    }

    .heading-mb-xsmall {
        margin-bottom: calc(var(--heading-mb-xsmall) * 0.6);
    }

    .heading-mb-none {
        margin-bottom: 0;
    }
}

.heading-left {
    text-align: left;
}

.heading-center {
    text-align: center;
}

.heading-right {
    text-align: right;
}



/*===================================
共通ボタン
===================================*/

[class*="btn-type-"], .btnbox {
    --btn-mt-xlarge: 70px;
    --btn-mt-large: 60px;
    --btn-mt-medium: 50px;
    --btn-mt-small: 40px;
    --btn-mt-xsmall: 30px;
}

/* btn-type-01 */

.btn-type-01 {
    margin-top: var(--btn-mt-medium);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-type-01 > * {
    display: inline-block;
    width: 200px;
    max-width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    background: -webkit-gradient(linear, left top, right top, from(rgba(127, 45, 53, 1)), to(rgba(238, 149, 77, 1)));
    background: linear-gradient(to right, rgba(127, 45, 53, 1) 0%, rgba(238, 149, 77, 1) 100%);
    border: none;
    border-radius: 50px;
    padding: 10px;
    letter-spacing: 2px;
    line-height: inherit;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn-type-01 > *:hover {
    opacity: 1;
}

.btn-type-01 > *:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(238, 149, 77, 1)), to(rgba(127, 45, 53, 1)));
    background: linear-gradient(to right, rgba(238, 149, 77, 1) 0%, rgba(127, 45, 53, 1) 100%);
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.btn-type-01 > *:hover:after {
    opacity: 1;
}

.btn-type-01 > * .btntxt {
    color: #fff;
    position: relative;
    z-index: 5;
}

@media (max-width: 1024px) {
    .btn-type-01 {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }
}

@media (max-width: 599px) {
    .btn-type-01 {
        margin-top: calc(var(--btn-mt-medium) * 0.6);
    }
}



.btn-type-02 {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-type-02 a {
    display: inline-block;
    width: 270px;
    max-width: 100%;
    font-size: 24px;
    background: #fff;
    background-image: url(/import/tenant_1/160.16.239.150/html/images/common/appli.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    border: solid 2px #7b4029;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .btn-type-02 {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }
}

@media (max-width: 599px) {
    .btn-type-02 {
        margin-top: calc(var(--btn-mt-medium) * 0.6);
    }
}



/* btn-type-03 */

.btn-type-03 {
    margin-top: var(--btn-mt-medium);
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-type-03 > * {
    width: 200px;
    max-width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 45, 53, 1)), to(rgba(238, 149, 77, 1)));
    background: linear-gradient(to bottom, rgba(127, 45, 53, 1) 0%, rgba(238, 149, 77, 1) 100%);
    border-radius: 50px;
    padding: 10px;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-type-03 > *:hover {
    opacity: 1;
}

.btn-type-03 > *:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(238, 149, 77, 1)), to(rgba(127, 45, 53, 1)));
    background: linear-gradient(to bottom, rgba(238, 149, 77, 1) 0%, rgba(127, 45, 53, 1) 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.btn-type-03 > *:hover:after {
    opacity: 1;
}

.btn-type-03 > * .btntxt {
    color: #fff;
    position: relative;
    z-index: 5;
}

@media (max-width: 1024px) {
    .btn-type-03 {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }
}

@media (max-width: 599px) {
    .btn-type-03 {
        margin-top: calc(var(--btn-mt-medium) * 0.6);
    }
}



/* 共通ボタン上書き */

.btn-type-download > *:before {
    display: block;
    content: url(/import/tenant_1/160.16.239.150/html/images/common/download.png);
    line-height: 1;
    margin-right: 10px;
    position: relative;
    z-index: 3;
}

.btnbox {
    margin-top: var(--btn-mt-medium);
}

.btnbox [class*="btn-type-"] {
    margin-top: 0;
}

.btn-mt-xlarge {
    margin-top: var(--btn-mt-xlarge);
}

.btn-mt-large {
    margin-top: var(--btn-mt-large);
}

.btn-mt-medium {
    margin-top: var(--btn-mt-medium);
}

.btn-mt-small {
    margin-top: var(--btn-mt-small);
}

.btn-mt-xsmall {
    margin-top: var(--btn-mt-xsmall);
}

.btn-mt-none {
    margin-top: 0;
}

@media (max-width: 1024px) {
    .btnbox {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }

    .btn-mt-xlarge {
        margin-top: calc(var(--btn-mt-xlarge) * 0.8);
    }

    .btn-mt-large {
        margin-top: calc(var(--btn-mt-large) * 0.8);
    }

    .btn-mt-medium {
        margin-top: calc(var(--btn-mt-medium) * 0.8);
    }

    .btn-mt-small {
        margin-top: calc(var(--btn-mt-small) * 0.8);
    }

    .btn-mt-xsmall {
        margin-top: calc(var(--btn-mt-xsmall) * 0.8);
    }

    .btn-mt-none {
        margin-top: 0;
    }

    .btnbox [class*="btn-type-"] {
        margin-top: 0;
    }
}

@media (max-width: 599px) {
    .btnbox {
        margin-top: calc(var(--btn-mt-medium) * 0.6);
    }

    .btn-mt-xlarge {
        margin-top: calc(var(--btn-mt-xlarge) * 0.6);
    }

    .btn-mt-large {
        margin-top: calc(var(--btn-mt-large) * 0.6);
    }

    .btn-mt-medium {
        margin-top: calc(var(--btn-mt-medium) * 0.6);
    }

    .btn-mt-small {
        margin-top: calc(var(--btn-mt-small) * 0.6);
    }

    .btn-mt-xsmall {
        margin-top: calc(var(--btn-mt-xsmall) * 0.6);
    }

    .btn-mt-none {
        margin-top: 0;
    }

    .btnbox [class*="btn-type-"] {
        margin-top: 0;
    }
}

.btn-w-full > * {
    width: 100%;
}

.btn-w-xlarge > * {
    width: 400px;
}

.btn-w-large > * {
    width: 350px;
}

.btn-w-medium > * {
    width: 300px;
}

.btn-w-small > * {
    width: 250px;
}

.btn-w-xsmall > * {
    width: 200px;
}


.btn-left {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.btn-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}



/*===================================
共通要素
===================================*/

/* header */

[data-element-id] #header {
    position: static;
}

#header {
    width: 100%;
    padding: 10px 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#header.fixed {
    background: rgba(255, 255, 255, 0.5);
}

#header h1 {
    font-size: 12px;
    margin-bottom: 10px;
}

#header .add {
    font-size: 12px;
    margin-bottom: 10px;
    text-align: right;
}

#header .header-inner .logo img {
    max-width: 250px;
}

#header .header-inner .info li {
    margin-left: 15px;
}

#header .header-inner .info .facebook a {
    display: block;
}

#header .header-inner .info .facebook a:before {
    display: block;
    content: "\f082";
    color: #78222c;
    font-size: 32px;
    font-family: "font awesome 5 brands";
    font-weight: bold;
    line-height: 1;
}

#header .header-inner .info .instagram a {
    display: block;
}

#header .header-inner .info .instagram a:before {
    display: block;
    content: "\f16d";
    color: #78222c;
    font-size: 32px;
    font-family: "font awesome 5 brands";
    font-weight: bold;
    line-height: 1;
}

#header .header-inner .info .mail a {
    display: block;
}

#header .header-inner .info .mail a:before {
    display: block;
    content: "\f0e0";
    color: #78222c;
    font-size: 32px;
    font-family: "font awesome 5 free";
    font-weight: bold;
    line-height: 1;
}

@media (max-width: 599px) {
    #header {
        padding: 10px;
    }

    #header h1 {
        width: 125%;
        font-size: 10px;
        transform: translateX(-10%) scale(0.8);
        -webkit-transform: translateX(-10%) scale(0.8);
    }

    #header .header-inner .logo img {
        max-width: 150px;
    }

    #header .header-inner .info > :not(.toggle) {
        display: none;
    }
}



/* gnav */

#gnav .logo {
    width: 100%;
    margin-bottom: 50px;
}

#gnav .logo .txt {
    font-size: 14px;
    margin-top: 10px;
}

#gnav li {
    margin-bottom: 30px;
}

#gnav li a {
    display: inline-block;
    color: #333;
    /* font-family: 'Noto Sans JP', sans-serif; */
    letter-spacing: 3px;
}

#gnav li a > span {
    display: block;
}

#gnav li a .en {
    font-size: 24px;
}

#gnav li a .ja {
    font-size: 14px;
    margin-top: 5px;
}

#gnav .dropdown {
    position: relative;
}

#gnav .dropdown > a .en {
    padding-right: 40px;
    position: relative;
}

#gnav .dropdown > a .en:before {
    display: block;
    content: "\f067";
    font-size: 80%;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#gnav .dropdown > a.active .en:before {
    content: "\f068";
}

[data-element-id] #gnav .dropdown > ul {
    opacity: 1;
    visibility: visible;
    left: calc(100% + 100px);
}

#gnav .dropdown > ul {
    width: 400px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: calc(100% + 50px);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

#gnav .dropdown > ul.active {
    opacity: 1;
    visibility: visible;
    left: calc(100% + 100px);
}

#gnav .dropdown > ul > li:last-of-type {
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    #gnav li {
        margin-bottom: 20px;
    }

    #gnav li a .en {
        font-size: 18px;
    }

    #gnav li a .ja {
        font-size: 12px;
    }

    #gnav .dropdown > ul {
        width: 100%;
        height: 0;
        padding-left: 25px;
        position: static;
    }

    #gnav .dropdown > ul.active {
        height: auto;
        margin-top: 20px;
    }
}

@media (max-width: 599px) {
    #gnav .logo {
        text-align: center;
    }
    
    #gnav .logo .txt {
        font-size: 12px;
    }
}



/* barger */

.toggle {
    position: relative;
    z-index: 251;
}

.toggle .txt {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    text-align: center;
}

.toggleBtn {
    width: 40px;
    height: 30px;
    margin: auto;
    cursor: pointer;
    opacity: 0.8;
    position: relative;
}

.toggleBtn .bar {
    width: 40px;
    height: 4px;
    background: #78222c;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0;
    margin-top: -2px;
    text-indent: 9999px;
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
}

.toggleBtn .bar:before, .toggleBtn .bar:after {
    display: block;
    content: '';
    width: 40px;
    height: 4px;
    background: #78222c;
    position: absolute;
    left: 0;
}

.toggleBtn .bar:before {
    top: -13px;
}

.toggleBtn .bar:after {
    top: 13px;
}

.toggle.active .bar {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.toggle.active .bar:after,
.toggle.active .bar:before {
    top: 0;
    left: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

[data-element-id] .barger-body {
    height: auto;
    position: static;
    opacity: 1;
    visibility: visible;
}

.barger-body {
    width: 100%;
    height: 100vh;
    background: #faf3ea;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 250;
}

.barger-body.active {
    opacity: 1;
    visibility: visible;
}

.barger-inner {
    max-width: 1200px;
    padding: 100px 15px 100px;
    margin: auto;
}

.overlay {
    width: 100%;
    height: 100vh;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 249;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
}

.overlay.active {
    opacity: 0.3;
    visibility: visible;
}

@media (max-width: 599px) {
    .toggle .txt {
        display: none;
    }
}



/* footer */

#footer {
    background: #faf3ea;
}

[data-element-id] .footmenu {
    display: block;
}

.footmenu {
    display: none;
}

[data-element-id] .footmenu .btn {
    position: relative;
    bottom: 0;
    right: 0;
}

.footmenu .btn {
    /* width: 60px; */
    width: 100%;
    height: 60px;
    /* border-radius: 100%; */
    background: -webkit-gradient(linear, left top, right top, from(rgba(127, 45, 53, 1)), to(rgba(238, 149, 77, 1)));
    background: linear-gradient(to right, rgba(127, 45, 53, 1) 0%, rgba(238, 149, 77, 1) 100%);
    -webkit-box-shadow: 1px 2px 10px;
    box-shadow: 1px 2px 10px;
    cursor: pointer;
    position: fixed;
    /* bottom: 20px; */
    bottom: 0;
    /* right: 20px; */
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/* .footmenu .btn:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(/import/tenant_1/160.16.239.150/html/images/common/footmenu-open.png) no-repeat;
    background-size: 100%;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
} */

/* .footmenu .btn:before {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    background: url(/import/tenant_1/160.16.239.150/html/images/common/footmenu-open.png) no-repeat;
    background-size: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 30%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
 */
.footmenu .btn.active:before {
    background: url(/import/tenant_1/160.16.239.150/html/images/common/footmenu-close.png) no-repeat;
    background-size: 100%;
}

/* .footmenu .btn .txt {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
    letter-spacing: 2px;
} */

.footmenu .btn .txt {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    left: 38%;
    bottom: 18px;
}

[data-element-id] .footmenu .menu-body {
    max-width: 400px;
    opacity: 1;
    visibility: visible;
    position: static;
}

.footmenu .menu-body {
    background: #faf3ea;
    border-radius: 5px;
    -webkit-box-shadow: 5px 5px 20px;
    box-shadow: 5px 5px 20px;
    padding: 15px;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 90px;
    right: 15px;
    z-index: 100;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.footmenu .menu-body.active {
    opacity: 1;
    visibility: visible;
}

.footmenu .menu-body li {
    margin-top: 20px;
}

.footmenu .menu-body li:first-of-type {
    margin-top: 0;
}

#footer .menu-body .tel a {
    font-size: 32px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 3px;
    line-height: 1;
}

#footer .menu-body .tel a:before {
    display: inline-block;
    content: "\f879";
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-right: 5px;
}

#footer .map:after {
    padding-top: 300px;
}

#footer .logo {
    margin-bottom: 50px;
}

#footer .footinfo {
    width: 45%;
}

#footer .footinfo .name {
    font-size: 20px;
}

#footer .footinfo .txt {
    margin-top: 10px;
}

#footer .footinfo .tel {
    margin-top: 20px;
}

#footer .footnav {
    width: 50%;
}

#footer .footnav li a {
    font-weight: 600;
    letter-spacing: 1px;
}

#footer .copy {
    font-size: 12px;
    background: #ed8e42;
    padding: 15px 10px;
    text-align: center;
}

@media (max-width: 1024px) {
    .footmenu {
        display: block;
    }
    
    #footer .footfix {
        display: block;
        width: 100%;
        padding: 0 10px;
        position: fixed;
        bottom: 15px;
        left: 0;
        z-index: 100;
    }
}

@media (max-width: 599px) {
    #footer {
        padding-bottom: 70px;
    }
    #footer .logo {
        margin-bottom: 30px;
    }

    #footer .footinfo {
        width: 100%;
    }

    #footer .footinfo .name {
        font-size: 16px;
    }

    #footer .footinfo .txt {
        font-size: 14px;
    }

    #footer .footnav {
        width: 100%;
        margin-top: 40px;
    }

    #footer .footnav li a {
        font-size: 14px;
    }
}



/* A-BiSUスライダー用 */

.mainimg {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.mainimg .uk-slidenav-position {
    height: 100% !important;
}

.mainimg .uk-slideshow {
    height: 100% !important;
}

.mainimg .uk-slideshow > li {
    height: 100% !important;
}

/* .mainimg .uk-slideshow > li > div {
    height: 100% !important;
} */

.mainimg .uk-slideshow > li > div > img {
    width: 100%;
    height: 100%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}



/*===================================
トップページ
===================================*/

/* mainimg */

.mainimg .pic {
    height: 90vh;
}

.mainimg .heading {
    color: #2e160c;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
    position: absolute;
    top: 40%;
    right: 5%;
    z-index: 5;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mainimg .heading > span {
    display: block;
}

.mainimg .heading .sub {
    font-size: 2vw;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.mainimg .heading .lead {
    font-size: 2.4vw;
    letter-spacing: 5px;
}

.mainimg .heading .lead .big {
    font-size: 120%;
}

@media (max-width: 1024px) {
    .mainimg .pic {
        height: 55vh;
    }
    
    .mainimg .heading {
        top: 45%;
        text-align: right;
    }
    
    .mainimg .heading .sub {
        font-size: 26px;
        letter-spacing: 8px;
    }
    
    .mainimg .heading .lead {
        font-size: 30px;
        letter-spacing: 3px;
    }
}

@media (max-width: 599px) {
    .mainimg .pic {
        height: 50vh;
    }
    
    .mainimg .heading {
        top: 50%;
    }
    
    .mainimg .heading .sub {
        font-size: 18px;
        letter-spacing: 5px;
    }
    
    .mainimg .heading .lead {
        font-size: 20px;
        letter-spacing: 1px;
    }
}

_:-ms-lang(x)::-ms-backdrop, .mainimg .heading {
    top: 50%;
}



/* banner */

.bannerList .item {
    display: block;
    background: #000;
    height: 100%;
    position: relative;
}

.bannerList .item:before {
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 2px #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

[data-element-id] .bannerList .item:before {
    display: none;
}

.bannerList .item .pic {
    max-height: 200px;
    opacity: 0.6;
}

.bannerList .item .tit {
    width: 95%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bannerList .item .tit span {
    display: block;
    color: #fff;
}

.bannerList .item .tit .en {
    font-size: 46px;
    letter-spacing: 10px;
    margin-bottom: 5px;
}

.bannerList .item .tit .ja {
    font-size: 24px;
    font-style: italic;
    letter-spacing: 3px;
}

.bannerList .item .tit .num {
    font-family: 'Tangerine', sans-serif;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 5px;
}

.bannerList .item .tit .num:before {
    display: inline-block;
    content: "TEL";
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    margin-right: 10px;
}

.bannerList .item .tit .btn {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .bannerList .item .tit .en {
        font-size: 34px;
    }

    .bannerList .item .tit .ja {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .bannerList .item .tit .en {
        font-size: 32px;
    }

    .bannerList .item .tit .ja {
        font-size: 20px;
    }

    .bannerList .item .tit .num {
        font-size: 42px;
        margin-top: 5px;
    }

    .bannerList .item .tit .num:before {
        font-size: 16px;
        margin-right: 5px;
    }
}




/*===================================
下層ページ
===================================*/

/*メインビジュアル*/

.subimg .imgFilter:before {
    background: url(/import/tenant_1/160.16.239.150/html/images/common/subimgFilter.png) no-repeat;
    background-size: cover;
}

.subimg .pic {
    height: 800px;
}

.subimg h2 {
    color: #2e160c;
    font-size: 2.4vw;
    font-weight: bold;
    letter-spacing: 8px;
    text-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
    position: absolute !important;
    top: 40%;
    right: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

@media (max-width: 1300px) {
    .subimg .pic {
        height: 600px;
    }
}

@media (max-width: 1024px) {
    .subimg .pic {
        height: 450px;
    }

    .subimg h2 {
        font-size: 36px;
        top: 45%;
        right: 5%;
        letter-spacing: 5px;
    }
}

@media (max-width: 599px) {
    .subimg .pic {
        height: 300px;
    }

    .subimg h2 {
        font-size: 20px;
        top: 50%;
        right: 10px;
    }
}



/* breadcrumb */

.breadcrumb li {
    display: inline-block;
    color: #2e160c;
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
}

.breadcrumb li:not(:first-of-type):before {
    display: inline-block;
    content: "\f054";
    font-family: "font awesome 5 free";
    font-weight: bold;
    margin-right: 10px;
}

.breadcrumb li:not(:last-of-type) {
    margin-right: 5px;
}



/* concept */

.concept03 .right .tit {
    margin-top: 20px;
}

.concept03 .right .tit span {
    display: block;
}

.concept03 .right .tit .en {
    color: #a0a33d;
    font-size: 40px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 5px;
    line-height: 1;
}

@media (max-width: 599px) {
    .concept03 .right .tit .en {
        font-size: 32px;
    }
}



/* first */

.first01 .box {
    background: #faf3ea;
    position: relative;
}

.first01 .left {
    width: 30%;
}

.first01 .left .pic {
    height: 100%;
}

.first01 .right {
    width: 70%;
    padding: 5%;
    position: relative;
}

.first01 .right .tit {
    font-size: 20px;
    margin-bottom: 20px;
}

.first01 .btn {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

@media (max-width: 599px) {
    .first01 .box {
        padding-bottom: 40px;
    }

    .first01 .left {
        width: 100%;
    }

    .first01 .right {
        width: 100%;
    }

    .first01 .btn {
        position: static;
        -webkit-transform: none;
        transform: none;
    }
}



/* application */

.appli03 .box02 .item .tit {
    color: #a0a33d;
    font-size: 50px;
    font-family: 'Tangerine', sans-serif;
    border-bottom: solid 2px #fff;
    letter-spacing: 5px;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}



/* column */

.column2-wrap {
    overflow: hidden;
}

.column2-wrap .column2-main {
    width: calc(100% - 250px);
}

.column2-wrap .column2-side {
    width: 220px;
}

.column2-wrap .column2-side dl:not(:last-of-type) {
    margin-bottom: 30px;
}

.column2-wrap .column2-side dt {
    color: #a0a33d;
    font-size: 40px;
    font-family: 'Tangerine';
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.column2-wrap .column2-side dd {
    color: #2e160c;
    font-family: "Noto Sans JP", sans-serif;
}

.column2-wrap .column2-side dd:not(:last-of-type) {
    margin-bottom: 10px;
}

.column2-wrap .column2-side dd a {
    display: inline-block;
    padding-left: 1.5em;
    position: relative;
}

.column2-wrap .column2-side dd a:before {
    display: block;
    content: "∟";
    position: absolute;
    top: 0;
    left: 0;
}

.newsblog-wrap .column2-wrap .column2-side {
    width: 260px;
}

.newsblog-wrap .column2-wrap .column2-main {
    width: calc(100% - 310px);
}

.newsblog-wrap.detail-wrap .column2-wrap .column2-main {
    width: 100%;
}

.newsblog-wrap.detail-wrap .column2-wrap .column2-side {
    width: 100%;
}

@media (max-width: 1024px) {
    .column2-wrap .column2-main {
        width: 100% !important;
    }

    .column2-wrap .column2-side {
        width: 100% !important;
        margin-top: 30px;
    }
}



/* pagenav */

.pagenav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.pagenav li {
    font-size: 70px;
    font-family: 'Tangerine';
    line-height: 1;
    margin: 0 15px;
}

.pagenav .prev a:before,
.pagenav .next a:after {
    display: block;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    margin-top: 15px;
}

.pagenav .prev a:before {
    content: "\f100";
}

.pagenav .next a:after {
    content: "\f101";
}

@media (max-width: 599px) {
  .pagenav li {
      font-size: 56px;
      margin: 0 10px;
  }

  .pagenav .prev a:before, .pagenav .next a:after {
      font-size: 18px;
      margin-top: 10px;
  }
}



/* backbtn */

.backbtn ul {
    text-align: center;
    position: relative;
}

[data-element-id] .backbtn li {
    position: static;
}

.backbtn li {
    display: inline-block;
}

.backbtn li a {
    color: #2e160c;
    font-size: 30px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 3px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 3px;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

.backbtn .prev, .backbtn .next {
    position: absolute;
    top: 0;
}

.backbtn .prev {
    left: 0;
}

.backbtn .next {
    right: 0;
}

.backbtn .prev a:before, .backbtn .next a:after {
    display: inline-block;
    content: "";
    font-size: 14px;
    font-family: "font awesome 5 free";
    font-weight: bold;
    vertical-align: text-bottom;
}

.backbtn .prev a:before {
    content: "\f100";
    margin-right: 15px;
}

.backbtn .next a:after {
    content: "\f101";
    margin-left: 15px;
}



/* before-after */

.baList .item {
    margin-bottom: 60px;
    position: relative;
}

.baList .item:before {
    display: block;
    content: "";
    width: 120%;
    height: 100%;
    background: url(/import/tenant_1/160.16.239.150/html/images/common/baList.png) no-repeat;
    background-size: cover;
    background-position: bottom;
    position: absolute;
    top: 0;
    right: -65%;
}

.baList .item .left {
    width: 63%;
}

.baList .item .left .pic {
    position: relative;
}

.baList .item .left .beforePic:before {
    display: block;
    content: "\f101";
    color: #a0a33d;
    font-size: 22px;
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    position: absolute;
    top: 50%;
    right: -9%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.baList .item .left .label {
    color: #a0a33d;
    font-size: 40px;
    font-family: 'Tangerine', sans-serif;
    text-align: left;
    letter-spacing: 5px;
    line-height: 1;
    margin-top: 10px;
}

.baList .item .right {
    width: 32%;
}

.baList .item .right .tit {
    font-size: 18px;
    margin-bottom: 15px;
}

.baList .item .right .txt {
    font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 599px) {
    .baList .item {
        margin-bottom: 40px;
    }

    .baList .item:before {
        right: -30px;
    }

    .baList .item .left {
        width: 100%;
    }

    .baList .item .left .beforePic {
        width: 85%;
    }

    .baList .item .left .beforePic:before {
        right: -15%;
    }

    .baList .item .left .label {
        font-size: 32px;
    }

    .baList .item .right {
        width: 100%;
        margin-top: 20px;
    }
}



/* faq */

.faqList dl:not(:last-of-type) {
    border-bottom: solid 1px #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.faqList dt {
    font-size: 18px;
    padding-top: 20px;
    padding-left: 60px;
    position: relative;
}

.faqList dt .q {
    color: #a0a33d;
    font-size: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

.faqList dd {
    color: #8f7a71;
    font-family: 'Noto Sans JP', sans-serif;
    padding-left: 60px;
    margin-top: 15px;
}

@media (max-width: 599px) {
    .faqList dl:not(:last-of-type) {
        padding-bottom: 20px;
        margin-bottom: 5px;
    }

    .faqList dt {
        padding-top: 15px;
        padding-left: 40px;
    }

    .faqList dt .q {
        font-size: 30px;
    }

    .faqList dd {
        padding-left: 42px;
    }
}



/* menu */

.couponList .item {
    height: calc(100% - 30px);
    background: url(/import/tenant_1/160.16.239.150/html/images/common/couponList.png) no-repeat;
    background-size: cover;
    padding: 0 20px 20px;
    margin-top: 30px;
}

.couponList .item .titbox {
    margin-bottom: -20px;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}

.couponList .item .titbox .circle {
    width: 120px;
    height: 120px;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 45, 53, 1)), to(rgba(238, 149, 77, 1)));
    background: linear-gradient(to bottom, rgba(127, 45, 53, 1) 0%, rgba(238, 149, 77, 1) 100%);
    border-radius: 100%;
    text-align: center;
}

.couponList .item .titbox .tit {
    width: calc(100% - 140px);
    color: #2e160c;
    font-size: 20px;
    font-weight: 600;
}

.couponList .item .pribox {
    text-align: center;
}

.couponList .item .pribox .normal {
    display: inline-block;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.couponList .item .pribox .big {
    display: inline-block;
    color: #a0a33d;
    font-size: 80px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 5px;
    line-height: 1;
    margin-left: 20px;
    vertical-align: sub;
}

@media (max-width: 1024px) {
    .couponList .item .titbox .tit {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width: 599px) {
    .couponList .item {
        padding: 0 10px 10px;
    }

    .couponList .item .titbox .circle {
        font-size: 14px;
        width: 100px;
        height: 100px;
    }

    .couponList .item .titbox .tit {
        width: calc(100% - 110px);
        font-size: 16px;
        margin-top: 0;
        text-align: left;
    }
}

.menuList {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.menuList .item {
    background: #fff;
    border: solid 1px #7b4029;
    padding: 20px;
    margin-bottom: 40px;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
}

.menuList .itemin:not(:last-of-type) {
    margin-bottom: 30px;
}

.menuList .item .tit {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.menuList .item .desc {
    margin-bottom: 15px;
}

.menuList .item .list dl {
    border-bottom: solid 1px #8f7a71;
    padding: 5px 10px;
}

.menuList .item .list dl:nth-of-type(2n+1) {
    background: #faf3ea;
}

.menuList .item .list dt {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    margin-right: 5px;
}

.menuList .item .list dd {
    max-width: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.menuList .item .list li {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}

.menuList .item .list li:not(:last-of-type) {
    margin-bottom: 10px;
}

@media (max-width: 599px) {
    .menuList {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }

    .menuList .item {
        padding: 10px;
        margin-bottom: 20px;
    }

    .menuList .item .tit {
        font-size: 18px;
    }

    .menuList .item .desc {
        font-size: 14px;
    }

    .menuList .item .list dt {
        font-size: 14px;
    }

    .menuList .item .list dd {
        font-size: 14px;
    }
}



/* product */

.productList .item {
    background: url(/import/tenant_1/160.16.239.150/html/images/common/productList.png) no-repeat;
    background-size: cover;
    padding: 40px;
    margin-bottom: 60px;
}

.productList .item .left {
    width: 30%;
}

.productList .item .right {
    width: 65%;
    margin-top: 30px;
}

.productList .item .right .tit {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.productList .item .right .cate {
    margin-bottom: 20px;
}

.productList .item .right .cate dt {
    display: inline-block;
    width: 60px;
    color: #8f7a71;
    font-size: 24px;
    font-family: 'Tangerine', sans-serif;
    line-height: 1;
    vertical-align: baseline;
}

.productList .item .right .cate dd {
    display: inline-block;
    width: calc(100% - 70px);
    color: #8f7a71;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    vertical-align: middle;
}

.productList .item .right .info {
    margin-top: 30px;
}

.productList .item .right .info dl:not(:last-of-type) {
    margin-bottom: 10px;
}

.productList .item .right .info dt {
    display: inline-block;
    width: 60px;
    font-size: 24px;
    font-family: 'Tangerine', sans-serif;
    line-height: 1;
    vertical-align: baseline;
}

.productList .item .right .info dd {
    display: inline-block;
    width: calc(100% - 70px);
    font-family: 'Noto Sans JP', sans-serif;
    vertical-align: middle;
}

@media (max-width: 599px) {
    .productList .item {
        padding: 15px;
        margin-bottom: 30px;
    }

    .productList .item .left {
        width: 60%;
        margin: auto;
    }

    .productList .item .right {
        width: 100%;
    }
}



/* staff */

.staffList .item {
    display: block;
    height: 100%;
    background: #faf3ea;
    padding: 20px;
}

.staffList .item:hover {
    opacity: 1;
}

.staffList .item .pic {
    border-radius: 100%;
    overflow: hidden;
    position: relative;
}

.staffList .item .pic:before {
    content: "view more";
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 30px;
    font-family: 'Tangerine', sans-serif;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(127, 45, 53, 1)), to(rgba(238, 149, 77, 1)));
    background: linear-gradient(to bottom, rgba(127, 45, 53, 1) 0%, rgba(238, 149, 77, 1) 100%);
    border-radius: 100%;
    letter-spacing: 3px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.staffList .item:hover .pic:before {
    opacity: 0.75;
}

.staffList .item .ja {
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

.staffList .item .en {
    font-size: 14px;
    color: #8f7a71;
    margin-top: 15px;
    text-align: center;
}



/* staff_detail */

.staffSingle .box01 .left {
    width: 30%;
}

.staffSingle .box01 .left .pic {
    position: relative;
}

.staffSingle .box01 .left .pic .ofi {
    border-radius: 100%;
    overflow: hidden;
}

.staffSingle .box01 .left .pic .en {
    width: 100%;
    color: #a0a33d;
    font-size: 50px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 5px;
    line-height: 1;
    text-shadow: 0 0 20px #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}

.staffSingle .box01 .left .btn.url_blank {
    display: none;
}

.staffSingle .box01 .right {
    width: 65%;
}

.staffSingle .box01 .right .name {
    margin-bottom: 30px;
}

.staffSingle .box01 .right .name dt {
    color: #8f7a71;
    font-size: 28px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 3px;
}

.staffSingle .box01 .right .name dd {
    font-size: 18px;
}

.staffSingle .box01 .right .info dl {
    padding: 5px 10px;
}

.staffSingle .box01 .right .info dl:nth-of-type(2n+1) {
    background: #faf3ea;
    border-bottom: solid 1px #8f7a71;
}

.staffSingle .box01 .right .info dt {
    width: 150px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.staffSingle .box01 .right .info dd {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.staffSingle .box02 .txt {
    font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 1024px) {
    .staffSingle .box01 .left .pic .en {
        font-size: 40px;
    }
}

@media (max-width: 599px) {
    .staffSingle .box01 .left {
        width: 80%;
        margin: auto;
    }

    .staffSingle .box01 .right {
        width: 100%;
        margin-top: 30px;
    }

    .staffSingle .box01 .right .name {
        margin-bottom: 20px;
    }

    .staffSingle .box01 .right .info dt {
        width: 120px;
        font-size: 14px;
    }

    .staffSingle .box01 .right .info dd {
        font-size: 14px;
    }
}



/* voice */

[data-element-id] .voiceSlider ul {
    display: flex;
    flex-wrap: wrap;
}

[data-element-id] .voiceSlider li {
    width: 25%;
}

.voiceList .item {
    height: 100%;
    background: #faf3ea;
    padding: 30px;
}

.voiceList .item dl {
    margin-top: 15px;
    margin-bottom: 20px;
}

.voiceList .item dt {
    font-family: 'Noto Sans JP', sans-serif;
    margin-bottom: 10px;
}

.voiceList .item dd {
    font-size: 18px;
    font-family: 'Noto Sans JP', sans-serif;
}

@media (max-width: 1024px) {
    .voiceList .item {
        padding: 20px;
    }
}

@media (max-width: 599px) {
    .voiceList .item {
        padding: 10px;
    }
}



/* voice_detail */

.voiceSingle .left {
    width: 40%;
}

.voiceSingle .left .pic {
    border: solid 1px #aaaaaa;
}

.voiceSingle .right {
    width: 55%;
}

.voiceSingle .right .info dl {
    padding: 10px;
}

.voiceSingle .right .info dl:nth-of-type(2n+1) {
    background: #faf3ea;
    border-bottom: solid 1px #8f7a71;
}

.voiceSingle .right .info .flex dt {
    width: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.voiceSingle .right .info :not(.flex) dt {
    margin-bottom: 10px;
}

@media (max-width: 599px) {
    .voiceSingle .left {
        width: 70%;
        margin: auto;
    }

    .voiceSingle .right {
        width: 100%;
        margin-top: 20px;
    }
}



/* blog */

.blogList01 {
    background: #faf3ea;
    padding: 50px 40px;
}

.blogList01 .pic {
    border: solid 1px #aaaaaa;
}

.blogList01 .date {
    font-size: 14px;
    margin-top: 15px;
}

.blogList01 .tit {
    font-weight: 600;
    margin-top: 5px;
}

@media (max-width: 599px) {
    .blogList01 {
        padding: 50px 10px;
    }
}

.blogList02 .pic {
    border: solid 1px #aaaaaa;
}

.blogList02 .date {
    font-size: 14px;
    margin-top: 15px;
}

.blogList02 .tit {
    font-weight: 600;
    margin-top: 5px;
}

.newsblogLink ul {
    text-align: right;
}

.newsblogLink li {
    display: inline-block;
    margin-left: 20px;
}

.newsblogLink li a {
    color: #2e160c;
    font-size: 34px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 5px;
    line-height: 1;
}

.newsblogList .item {
    background: url(/import/tenant_1/160.16.239.150/html/images/common/newsblogList.png) no-repeat;
    background-size: cover;
    padding: 40px;
    margin-bottom: 40px;
}

.newsblogList .item .left {
    width: 30%;
}

.newsblogList .item .right {
    width: 65%;
}

.newsblogList .item .right .tit {
    font-size: 18px;
    font-weight: 600;
}

.newsblogList .item .right .info {
    margin-top: 20px;
}

.newsblogList .item .right .info dl:not(:last-of-type) {
    margin-bottom: 10px;
}

.newsblogList .item .right .info dt {
    display: inline-block;
    width: 70px;
    color: #8f7a71;
    font-size: 24px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 1px;
    line-height: 1;
    vertical-align: baseline;
}

.newsblogList .item .right .info dd {
    display: inline-block;
    width: calc(100% - 80px);
    color: #8f7a71;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    vertical-align: middle;
}

.newsblogList .item .right .info dd span {
    display: inline-block;
}

.newsblogList .item .right .info dd span:not(:last-of-type):after {
    display: inline-block;
    content: "/";
    margin: 0 5px;
}

@media (max-width: 599px) {
    .newsblogList .item {
        padding: 10px;
    }

    .newsblogList .item .left {
        width: 100%;
    }

    .newsblogList .item .right {
        width: 100%;
        margin-top: 20px;
    }
}



/* news_blog_detail */

.newsblogSingle {
    background: url(/import/tenant_1/160.16.239.150/html/images/common/newsblogSingle.png) no-repeat;
    background-size: cover;
    /* padding: 60px; */
    padding: 10px;
}

.newsblogSingle .info {
    margin-bottom: 40px;
}

.newsblogSingle .info dl:not(:last-of-type) {
    margin-bottom: 10px;
}

.newsblogSingle .info dt {
    display: inline-block;
    width: 70px;
    color: #8f7a71;
    font-size: 24px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 1px;
    line-height: 1;
    vertical-align: baseline;
}

.newsblogSingle .info dd {
    display: inline-block;
    width: calc(100% - 80px);
    color: #8f7a71;
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    vertical-align: middle;
}

.newsblogSingle .info dd span {
    display: inline-block;
}

.newsblogSingle .info dd span:not(:last-of-type):after {
    display: inline-block;
    content: "/";
    margin: 0 5px;
}

.newsblogSingle .tit {
    font-size: 18px;
    font-weight: 600;
    border-bottom: solid 2px #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.newsblogSingle .txt {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 3;
}

.newsblogSingle .txt ol {
    padding-left: 1em;
}

.newsblogSingle .txt ol li {
    list-style: decimal;
}

.newsblogSingle .txt ul {
    padding-left: 1em;
}

.newsblogSingle .txt ul li {
    list-style: disc;
}

.newsblogSingle .txt h1 {
    font-size: 30px;
    font-weight: 500;
    border-top: solid 3px;
    border-bottom: solid 3px;
    line-height: 1.5;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: center;
}

.newsblogSingle .txt h2 {
    font-size: 26px;
    font-weight: 500;
    border-bottom: solid 3px;
    line-height: 1.5;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.newsblogSingle .txt h3 {
    font-size: 24px;
    font-weight: 500;
    border-left: solid 4px;
    line-height: 1.5;
    padding-left: 10px;
    margin-bottom: 20px;
}

.newsblogSingle .txt h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-left: 25px;
    position: relative;
}

.newsblogSingle .txt h4:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #7b402a;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 0;
}

.newsblogSingle .txt #toc_container {
    display: table;
    width: auto;
    background: #fff;
    border: 1px solid #aaa;
    padding: 10px;
    margin-bottom: 20px;
}

.newsblogSingle .txt #toc_container .toc_title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.newsblogSingle .txt #toc_container .toc_list > li:not(:last-of-type) {
    margin-bottom: 15px;
}

.newsblogSingle .txt #toc_container .toc_list > li > ul {
    margin-left: 20px;
}

.newsblogSingle .txt #toc_container .toc_list > li > ul > li > ul {
    margin-left: 20px;
}

.recoBlog .newsblogList .item {
    height: 100%;
    padding: 20px;
    margin-bottom: 0;
}

.recoBlog .newsblogList .item .left {
    width: 100%;
}

.recoBlog .newsblogList .item .right {
    width: 100%;
    margin-top: 10px;
}

.recoBlog .newsblogList .item .right .date {
    font-size: 14px;
}

.recoBlog .newsblogList .item .right .tit {
    font-size: 14px;
    margin-top: 5px;
}

@media (max-width: 1024px) {
    .newsblogSingle {
        /* padding: 40px; */
    }
    
    .newsblogSingle .txt h1 {
        font-size: 28px;
    }
    
    .newsblogSingle .txt h2 {
        font-size: 24px;
    }
    
    .newsblogSingle .txt h3 {
        font-size: 22px;
    }
    
    .newsblogSingle .txt h4 {
        font-size: 20px;
    }
}

@media (max-width: 599px) {
    .newsblogSingle {
        /* padding: 20px; */
        margin-left: -3%;
        margin-right: -3%;
    }
    
    .newsblogSingle .txt h1 {
        font-size: 26px;
    }
    
    .newsblogSingle .txt h2 {
        font-size: 23px;
    }
    
    .newsblogSingle .txt h3 {
        font-size: 20px;
    }
    
    .newsblogSingle .txt h4 {
        font-size: 18px;
    }
}



/* recruit */

[data-element-id] .recbanner .item:before {
    display: none;
}

.recbanner .item {
    display: block;
    background: #000;
    height: 100%;
    position: relative;
}

.recbanner .item:before {
    display: block;
    content: "";
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border: solid 2px #fff;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
}

.recbanner .item .pic {
    height: 300px;
    opacity: 0.6;
}

.recbanner .item .tit {
    width: 95%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}

.recbanner .item .tit span {
    display: block;
    color: #fff;
}

.recbanner .item .tit .en {
    font-size: 46px;
    letter-spacing: 10px;
    margin-bottom: 5px;
}

.recbanner .item .tit .ja {
    font-size: 24px;
    font-style: italic;
    letter-spacing: 3px;
}

.recbanner .item .tit .num {
    font-family: 'Tangerine', sans-serif;
    font-size: 70px;
    line-height: 1;
    letter-spacing: 5px;
}

.recbanner .item .tit .num:before {
    display: inline-block;
    content: "TEL";
    font-size: 20px;
    font-family: 'Noto Serif JP', serif;
    margin-right: 10px;
}

.recbanner .item .tit .btn {
    margin-top: 20px;
}

@media (max-width: 1024px) {
    .recbanner .item .tit .en {
        font-size: 38px;
    }

    .recbanner .item .tit .ja {
        font-size: 22px;
    }
}

@media (max-width: 599px) {
    .recbanner .item .tit .en {
        font-size: 32px;
    }

    .recbanner .item .tit .ja {
        font-size: 20px;
    }

    .recbanner .item .tit .num {
        font-size: 42px;
        margin-top: 5px;
    }

    .recbanner .item .tit .num:before {
        font-size: 16px;
        margin-right: 5px;
    }
}



/* contact */

.contact01 .item {
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
}

.contact01 .item .tit span {
    display: block;
    text-align: center;
}

.contact01 .item .tit .en {
    color: #a0a33d;
    font-size: 38px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 3px;
}

.contact01 .item .tit .ja {
    font-size: 18px;
}

.contact01 .item .desc {
    color: #8f7a71;
    font-family: 'Noto Sans JP', sans-serif;
    margin: 20px 0;
    text-align: center;
}

.contact01 .item .tel {
    font-size: 46px;
    font-family: 'Tangerine', sans-serif;
    letter-spacing: 3px;
    line-height: 1;
    text-align: center;
}

.contact01 .item .tel .label {
    font-size: 14px;
    font-family: 'Noto Serif JP', serif;
    letter-spacing: 1px;
    margin-right: 5px;
}

.contact01 .item .btn a {
    font-size: 14px;
}

.formList dl {
    border-bottom: solid 1px #7b4029;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.formList dt {
    width: 230px;
}

.formList dt .label {
    color: #fff;
    font-size: 14px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(127, 45, 53, 1)), to(rgba(238, 149, 77, 1)));
    background: linear-gradient(to right, rgba(127, 45, 53, 1) 0%, rgba(238, 149, 77, 1) 100%);
    border-radius: 50px;
    padding: 1px 15px;
    margin-left: 20px;
    letter-spacing: 1px;
}

.formList dd {
    width: calc(100% - 280px);
}

.formList dd.form_shape ul {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.formList dd.form_shape li {
    width: 50%;
    margin: 5px 0;
}

.formList input[type="text"] {
    width: 100%;
    background: #faf3ea;
    border: none;
    border-radius: 0;
    outline: none;
    padding: 10px;
}

.formList input[type="radio"] {
    margin-right: 5px;
}

.formList textarea {
    width: 100%;
    height: 150px;
    background: #faf3ea;
    border: none;
    border-radius: 0;
    outline: none;
    padding: 10px;
}

@media (max-width: 1024px) {
    .contact01 {
        background: #faf3ea;
    }

    .contact01 .box {
        /* max-width: 600px;
        margin: auto; */
    }
}

@media (max-width: 599px) {
    .contact01 .item {
        padding: 10px;
    }

    .formList dt {
        width: auto;
    }

    .formList dd {
        width: 100%;
        margin-top: 10px;
    }
}

/*****2022/02/09*****/
#gnav2 {
  width: 100%;
  margin-left: 20px;
}

#gnav2 > ul {
  width: 95%;
  display: flex;
  margin: 0 auto;
  padding-top: 20px;
}

#gnav2 > ul > li {
  margin: auto;
  text-align: center;
  font-size: 16px;
}

#gnav2 li.dropdown {
    position: relative;
}

#gnav2 li ul {
    display: none;
    position: absolute;
    z-index: 10;
    width: 230px;
}

#gnav2 ul li:hover ul {
	display:block;
	list-style-type:none;
}

[data-element-id]#gnav2 li ul {
  display: block;
}

#gnav2 .dropdown ul li {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px 5px;
  border-bottom: 1px solid #513f17;
}

#gnav2 .dropdown ul li:last-child {
  border-bottom: none;
}


.pc-only {
  display: block;
}

.tab-sp-only {
  display: none;
}


@media (max-width: 1530px) {
  .pc-only {
    display: none;
  }
  
  .tab-sp-only {
    display: block;
  }
}
/*****2023/01/24*****/
@media screen and (max-width:599px) {
.up-reader5 {
 text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    }
}


/* 2023.01.30 */


.spbr01{
  display: none;
}

@media screen and (max-width:599px) {
.topconcept{
  width: 98%;
}

.topconh4{
  font-size: 14px !important;
  text-align: center !important;
}


.topconbox{
  padding: 0 !important;
}
.topcontext{
  padding: 10px;
}

.concepth4{
  font-size: 15px !important;
}

.spbr01{
  display: block;
}

.spcenter{
  text-align: center;
}
}

/*2023/07/05*/
.ecl a {
  display: block;
  background: linear-gradient(to right, rgba(127, 45, 53, 1) 0%, rgba(238, 149, 77, 1) 100%);
  width: 40%;
  margin: 50px auto;
  padding: 2% 3%;
  text-align: center;
  color: #fff;
  font-size: 18px;
  border-radius: 40px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .ecl a {
    width: 40%;
  }
}

@media (max-width: 599px) {
  .ecl a {
    width: 70%;
    padding: 4%;
    font-size: 16px;
  }
}

/* .ecl.bannerList .item .pic {
  max-height: initial;
}
.ecl a {
  width: 60%;
  margin: 50px auto;
}

@media (max-width: 599px) {
  .ecl a {
    width: 90%;
  }
  .ecl.bannerList .item:before {
    border: none;
  }
  .ecl.bannerList .item .tit {
    width: 80%;
  }
  .ecl.bannerList .item .tit .en {
    font-size: 20px;
  }
  .ecl.bannerList .item .tit .ja {
    font-size: 14px;
  }
  .newsblogSingle .ecl.bannerList .item .tit {
    padding-bottom: 10px;
  }
} */



/* 2024.08.01 */

.barger-body02{
  background: #716f6e !important;
    color: #fff !important;
}

.barger-body02 ul li a{
  color: #fff !important;
}

.top-con01{
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 2;
  color: #716f6e;
}

.top-con02{
  text-align: center;
    font-size: 17px;
    line-height: 2;
    color: #716f6e;
}

.top-reserve a, .color-member li, .color-chui, .kodawari-btn a, .top-menu div dl dt{
  font-family: 'Noto Serif JP', YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', serif !important;
} 

.onayami{
  background: #716f6e;
    padding: 70px 0;
    margin-top: 70px;
}

.top-onayami{
  color: #fff;
}

.top-onayami h3{
  text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.onayami05{
  width: 51%;
    margin: 0 auto 20px;
    font-size: 18px;
    border: 1px solid;
    border-radius: 15px;
    padding: 30px 92px;
    background: #252424;
    line-height: 2;
}

.top-nayami02{
  text-align: left;
    font-size: 16px;
    line-height: 1.8;
}

.nayami-flex{
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}

.nayami-flex div{
  width: 30%;
}

.nayami-flex div img{
  width: 100%;
}

.reason02box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.reason{
  padding: 70px 0px;
}

.reason h3{
  font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

.span06{
  font-size: 34px;
}

.reason02box p {
    background: #2f2e2d;
    color: #fff;
    padding: 25px 20px 28px;
    width: 49%;
}

.reason02box p span {
    width: 43px;
    font-size: 22px;
    background: #d3d2d2;
    color: #2f2d2d;
    padding: 5px 10px 5px 13px;
    margin-bottom: 14px;
    display: block;
}

@media (max-width: 1024px) {
  .onayami05 {
    width: 56%;
    margin: 0 auto 20px;
    font-size: 18px;
    border: 1px solid;
    border-radius: 15px;
    padding: 30px 39px;
    background: #252424;
    line-height: 2;
}
}


@media (max-width: 599px) {
    .onayami05 {
        width: 100%;
        margin: 0 auto 20px;
        font-size: 18px;
        border: 1px solid;
        border-radius: 15px;
        padding: 20px 15px;
        background: #252424;
        line-height: 2;
    }

.reason02box p {
    background: #2f2e2d;
    color: #fff;
    padding: 20px 15px 15px;
    width: 49%;
}

.reason02box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
}


/* 2024.08.09 */

.mainimg .pic {
    height: 105vh;
}

.top-special{
  background: #d5d0d0;
}

.top-staffbox{
  background: #000;
  padding: 70px 0;
  margin-top: 0px;
    margin-bottom: 0;
}

.c-w{
  color: #fff;
}

.staffList .item, .blogList01  {
    display: block;
    height: 100%;
    background: #ffffff;
}

.top-newsbox{
  background: #716f6e;
  padding: 80px 0px;
}

.couponList .item, .menuList .item .list dl:nth-of-type(2n+1) {
    background: #e7e3e3 !important;
}




@media (max-width: 599px) {
.top-con01,  .top-con02{
    font-size: 14px;
    text-align: left;
}

.onayami05 {
 font-size: 16px;
}

.top-nayami02 {
    text-align: left;
    font-size: 15px;
}

.reason02box p span {
    width: 39px;
    font-size: 18px;
}

.reason02box p {
        font-size: 14px;
        background: #2f2e2d;
        color: #fff;
        padding: 20px 15px 20px;
  
}

.logo02 img{
  max-width: 150px !important;
    }
}



.mainimg .uk-slideshow > li > div {
    height: 95% !important;
}

.onayami {
    background: #716f6e;
    padding: 70px 0;
    margin-top: -46px;
}



.imgClip {/*親div*/
  position: relative;/*相対配置*/
  }

.web-btn {
  display: none;
}

.test-body{
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.pc-none{
  display: none;
}

.top-reserve a, .color-member li, .color-chui, .kodawari-btn a, .top-menu div dl dt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif !important;
}

@media (max-width: 599px) {
.web-btn {
  display: block;
 position: absolute;
  color: white;
  left: 55%;
  right: 0;
  bottom: 9rem;
  background: linear-gradient(90deg, rgb(0 0 0), rgb(83 80 80));
  padding: 10px 0;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  }
  
  .pc-none{
    display: block;
  }
  
.triangle {
  background: #ffffff;
  height: calc(tan(60deg)* 16px / 2);
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  margin-left: 10px;
 margin-top: 3px;
 }

.btn-triangle-flex{
  display: flex;
    justify-content: center;
}
}


.top-link04{
  display: flex;
  padding-top: 15%;
    padding-bottom: 7%;
}

.link-04{
  display: block;
  width: 25%;
  margin: 0 1%;
}

.link-04 img{
  width: 100%;
    height: 170px;
    object-fit: cover;
    padding-top: 4px;
}

.link-04 p{
  background: #000;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    line-height: 1.1;
}

.link-04 span{
  font-size: 10px;
}


@media (max-width: 1024px) {
  .link-04 img {
    height: 120px;
  }
}

@media (max-width: 599px) {
 .top-link04{
   flex-wrap: wrap;
 }

.link-04 {
 width: 48%;
 margin: 0px 1% 2%;
}

.top-link04 {
    display: flex;
    padding-top: 11%;
    padding-bottom: 17%;
}
}

/* 2025/06/19 */
.list-detail{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
  border: 1px solid;
}

.list-detail li{
  width: calc((100% - 10px) / 2);
}

.list-detail.ver02{
  border: none;
}

.list-detail.ver02 li::before{
  content: "-";
}

.table-type-02.ver02 dt {
  width: 12em;
}

.table-type-02.ver02 dd {
  width: calc(100% - 12em);
}

@media(max-width:599px) {
.list-detail li{
  width: 100%;
}

.table-type-02.ver02 dt {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.table-type-02.ver02 dd {
  width: 100%;
}
}

/* 2025/06/27 */
.tel-line-wrap{
  display: flex;
  justify-content: space-between;
}

.tel-line-wrap .box{
  width: 45%;
  border: 1px solid;
  padding: 20px;
  position: relative;
}

.tel-line-wrap .box .ttl{
  background-color: #fff;
  padding: 0.5em;
  position: absolute;
  top: -1.5em;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
}


.rec-tel-box{
  display: flex;
    align-items: center;
    justify-content: center;
}
