@charset "utf-8";

/* -----------------------------------------------------------
## 共通
----------------------------------------------------------- */

:root{
    --fontA: "Shippori Mincho", serif;
	--fontB: "Pinyon Script", cursive;
    --fontC: "Cormorant Garamond", serif;
}

#root {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

body {
    position: relative;
    width: 100%;
    -webkit-text-size-adjust: ('none' '100%' 'auto');
    font-family: var(--fontA);
    font-weight: 500;
    font-style: normal;
    background: #fff;
    letter-spacing: 0.05em;
    line-height: 2;
    transition: all ease .3s;
}

p{
	color: #111;
    letter-spacing: 0.05em;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.row {
    margin: 0 !important;
}

.telWrap {
    color: inherit;
}

.telWrap:hover {
    color: inherit;
    text-decoration: underline;
}

a {
    display: block;
}

.transition01{
    transition: all ease .3s;
}

.inWrap{
    width: 100%;
    margin: 50px 0 0 0;
}

.inArea01{
    width: 100%;
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
}

.inArea02{
    width: 100%;
    max-width: 830px;
    padding: 0 15px;
    margin: 0 auto;
}

.inBtm{
    padding: 0 0 120px 0;
}

.mt-30{
    margin-top: 15px;
}

.mt-50{
    margin-top: 25px;
}

.mt-100{
    margin-top: 50px;
}

/* +++++++++++++フォント+++++++++++++ */

.fontA {
    font-family: var(--fontA);
    font-weight: 400;
    font-style: normal;
}

.fontB {
    font-family: var(--fontB);
    font-weight: 400;
    font-style: normal;
}

.fontC{
    font-family: var(--fontC);
    font-weight: 400;
    font-style: normal;
  }

/* -------------フォント------------- */


/* +++++++++++++テキストテンプレ+++++++++++++ */

.txt01{
    font-size: 15px;
    line-height: 2.22;
}

.txt02{
    font-size: 15px;
    line-height: 2.5;
}

.txt03{
    font-size: 16px;
    line-height: 2.5;
}

.txt04{
    font-size: 17px;
    line-height: 2.5;
}

.txt05{
    font-size: 20px;
}

.txt06{
    font-size: 14px;
}

.tit01{
    font-size: 27px;
    line-height: 1;
    letter-spacing: 0.05em;
    line-height:1.25em;
}

.tit01Line{
    line-height:1.25em;
}

.tit02{
    font-size: 28px;
    line-height: 1.45em;
    letter-spacing: 0.05em;
}

.tit03{
    font-size: 24px;
    line-height: 1.45em;
    letter-spacing: 0.05em;
}

.line-height-145{
    line-height: 1.45;
}

.line-height-15{
    line-height: 1.5;
}

.line-height-18{
    line-height: 1.8;
}

.line-height-20{
    line-height: 2;
}

.line-height-25{
    line-height: 2.5;
}


/* -------------テキストテンプレ------------- */

.color01{
    color: #111;
}

.color02{
    color: #fff;
}

.color03{
    color: #B18F3B;
}

/* +++++++++++++テキストその他+++++++++++++ */
.nowrap {
    white-space: nowrap;
}

.wm-vrl {
    writing-mode: vertical-rl;
}

.of-hidden {
    overflow: hidden;
}

.uBar strong {
    position: relative;
    padding: 0 0 1px 0;
    font-weight: 500 !important;
    border-bottom: 1px solid #fff;
}

.dotsH strong {
    font-weight: 500 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(3px 3px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 5px;
}

.dotsH02 strong {
    font-weight: 700 !important;
    background-position: top left 0px;
    background-repeat: repeat-x;
    background-size: 1.0em .3em;
    background-image: radial-gradient(1.5px 1.5px at center center, #fff, #fff 100%, transparent, transparent);
    padding-top: 2px;
}

.text-hd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* -------------テキストその他------------- */

/* +++++++++++++サイズ+++++++++++++ */

/* -------------サイズ------------- */

/* +++++++++++++間隔+++++++++++++ */


.pB {
    padding: 0 0 60px 0;
}

/* -------------間隔------------- */

/* +++++++++++++br系+++++++++++++ */

.brSpR br {
    display: block;
}

.brSpM br{
    display: none;
}

.brSpM br{
    display: block;
}

.brSpL br{
    display: none;
}

.brSpLR br{
    display: block;
}

.br-sm-none br {
    display: block;
}

/* -------------br系------------- */

/* +++++++++++++hover+++++++++++++ */

.hvrDef {
    color: #482508;
}

.hvrDef:hover {
    color: #482508;
}

.hvrWhite {
    color: #fff;
}

.hvrWhite:hover {
    color: #fff;
}

.hvrCommon {
    color: #141418;
}

.hvrCommon:hover {
    color: #141418;
}

.hvrLight{
    transition: all ease .3s;
}

.hvrLight:hover{
    filter: brightness(1.2); 
}

.hvrW {
    position: relative;
}

.hvrW::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    background-color: #fff;
    opacity: 0;
    z-index: 1;
    transition-duration: .3s;
}

.hvrW:hover::before {
    opacity: .2;
    pointer-events: none;
}

.hvrOpa4,
.hvrOpa5,
.hvrOpa7 {
    transition: all ease .3s;
}

.hvrOpa7:hover {
    opacity: .7;
}

.hvrOpa5:hover {
    opacity: .5;
}

.hvrOpa4:hover {
    opacity: .4;
}

.cmnA{
    color: #333;
    transition: all ease .3s;
}

.cmnA:hover{
    color: #8a8a8a;
}

.opa-white{
    position: relative;
    transition: all ease .3s;
}

.opa-white:hover{
    opacity: .7;
}

.opa-white::before{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1 ;
    background-color: #fff;    
}


/* -------------hover------------- */

/* +++++++++++++z-index+++++++++++++ */
.z-1 {
    z-index: 1;
}

.z-2 {
    z-index: 5;
}

.z-n1 {
    z-index: -1;
}

.z-n2 {
    z-index: -2;
}

.z-max{
    z-index: 99;
}

/* -------------z-index------------- */



/* +++++++++++++ボタン+++++++++++++ */
.btn01 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 141.5px;
    background-color: transparent;
    transition: all ease .3s;
}

.btn01 p {
    padding: 0 10px 5.5px 0;
    font-family: var(--fontC);
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2em;
    color: #B18F3B;
    transition: all ease .3s;
}

.btn01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 17.5px;
    height: 13.5px;
    margin: auto;
    background-image: url(/system_panel/uploads/images/arrow01_gold.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease .3s;
}

.btn01::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:#B18F3B;
    opacity: 0;
    transition: all ease .3s;
}

.btn01:hover::after {
    opacity: 1;
}

.btn01:hover p{
    padding: 0 0 5.5px 0;
}

.btn01R {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 150px;
    background-color: transparent;
    transition: all ease .3s;
}

.btn01R p {
    padding: 0 0 5.5px 0;
    font-family: var(--fontC);
    font-size: 22px;
    font-weight: 500;
    color: #B18F3B;
    transition: all ease .3s;
}

.btn01R:hover p{
    padding: 0 10px 5.5px 0;
}

.btn01R::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 17.5px;
    height: 13.5px;
    margin: auto;
    background-image: url(/system_panel/uploads/images/arrow01_gold.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transform: scaleX(-1);
    transition: all ease .3s;
}

.btn01R::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:#B18F3B;
    opacity: 0;
    transition: all ease .3s;
}

.btn01R:hover::after {
    opacity: 1;
}

.btnBorder--work p{
    padding: 0;
}

.btnBorder--work:hover::after{
    opacity: 0;
}

.btn02 {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 131.5px;
    background-color: transparent;
    transition: all ease .3s;
}

.btn02 p {
    padding: 0 0 5.5px 0;
    font-family: var(--fontC);
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    transition: all ease .3s;
}

.btn02::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    width: 17.5px;
    height: 13.5px;
    margin: auto;
    background-image: url(/system_panel/uploads/images/arrow01_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease .3s;
}

.btn03{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 65px;
    background-color: transparent;
    border: 1px #fff solid;
    transition: all ease .3s;
}

.btn03 > div{
    width: 100%;
    max-width: 27.5px;
    height: 20px;
    margin: 0 7px 0 0;
    background-image: url(/system_panel/uploads/images/mail_icon_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease .3s;
}

.btn03 > p{
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all ease .3s;
}

.btn03:hover{
    background-color: #fff;
}

.btn03:hover > div{
    background-image: url(/system_panel/uploads/images/mail_icon_gold.svg);
}

.btn03:hover > p{
    color: #B18F3B
}

.btn04{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    height: 40px;
    background-color: transparent;
    border: 1px #fff solid;
    transition: all ease .3s;
}

.btn04:hover{
    background-color: #fff;
}

.btn04 div{
    width: 17px;
    height: 15px;
    margin: 0 5px 0 0;
    background-image: url(/system_panel/uploads/images/mail_icon_white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease .3s;
}

.btn04:hover div{
    background-image: url(/system_panel/uploads/images/mail_icon_black.svg);
}

.btn04 p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    transition: all ease .3s;
}

.btn04:hover p{
    color: #111;
}

.btn05{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 160px;
    height: 40px;
    background-color: transparent;
    border: 1px #111 solid;
    transition: all ease .3s;
}

.btn05:hover{
    background-color: #111;
}

.btn05 div{
    width: 17px;
    height: 15px;
    margin: 0 5px 0 0;
    background-image: url(/system_panel/uploads/images/mail_icon_black.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all ease .3s;
}

.btn05:hover div{
    background-image: url(/system_panel/uploads/images/mail_icon_white.svg);
}

.btn05 p{
    font-size: 14px;
    font-weight: 500;
    color: #111;
    transition: all ease .3s;
}

.btn05:hover p{
    color: #fff;
}


/* -------------ボタン------------- */

.f-wrap {
    flex-wrap: wrap;
}

.radius-10 {
    border-radius: 10px;
}

.radius-20 {
    border-radius: 10px;
}

.radius-40 {
    border-radius: 15px;
}

.radius-80 {
    border-radius: 20px;
}

.coverBlack01{
    position: relative;
}

.coverBlack01::before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #201A0B;
    opacity: .5;
    z-index: 1;
}

.coverBlue01 {
    position: relative;
}

.coverBlue01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #353E96;
    opacity: .8;
}

.coverWhite01 {
    position: relative;
}

.coverWhite01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: .6;
}

.coverGreen01 {
    position: relative;
}

.coverGreen01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #719C8B;
    opacity: .8;
}

.coverYellow01 {
    position: relative;
}

.coverYellow01::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #EAE088;
    opacity: .8;
}


.img-fit{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.hFixed{
    transition: all ease .3s;
}

.hFixed.is-hidden{
    opacity: 0;
    pointer-events: none;
}

.opa95{
    opacity: .95;
}

.shadow01{
    box-shadow: 0px 0px 10px 0px #00000016;
}

.shadow02{
    box-shadow: 2px 2px 0px 4px #B18F3B;
}

.pull{
    position: relative;
    cursor: pointer;
}

.down{
    display: none;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -60px;
    margin: 0 auto;
    padding: 40px 0 0 0;
}

.downIn{
    padding: 24px;
    width: 180px;
    height: 140px;
    background-color: #fff;
    border-radius: 5px;
}

.downIn a{
    margin: 16px 0 0 0;
}

.downIn p{
    font-size: 14px;
    line-height: 1.4em;
}

.pull:hover .down{
    visibility: visible;
    opacity: 1;
    display: block;
}

.borderB01{
    border-bottom: #ccc 1px solid;
}



.tableBorder01 .row{
    border-bottom: 1px solid #E5E5E5;
}


.tableBorder02 .row{
    border-bottom: 1px solid #E5E5E5;
}

.pointer-none{
    pointer-events: none;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

    /* +++++++++++++br+++++++++++++ */
    .br-sm-none br {
        display: none;
    }

    /* -------------br------------- */
    /* +++++++++++++hover+++++++++++++ */
    /* -------------hover------------- */


    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 544px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
 
    .inWrap{
        width: 100%;
        margin: 120px 0 0 0;
    }

    .mt-30{
        margin-top: 30px;
    }

    .mt-50{
        margin-top: 50px;
    }
    
    .mt-100{
        margin-top: 100px;
    }
 
    .txt01{
        font-size: 18px;
    }

    .txt02{
        font-size: 17px;
    }

    .txt03{
        font-size: 18px;
    }

    .txt04{
        font-size: 20px;
    }

    .txt05{
        font-size: 24px;
    }

    .txt06{
        font-size: 16px;
    }

    .tit01{
        font-size: 40px;
    }

    .tit02{
        font-size: 42px;
    }

    .tit03{
        font-size: 36px;
    }

    .tARes {
        text-align: center;
    }

    .dotsH02 strong {
        background-image: radial-gradient(3.5px 3.5px at center center, #fff, #fff 100%, transparent, transparent);
    }

    .brSpR br {
        display: none;
    }

    .radius-20 {
        border-radius: 20px;
    }

    .radius-40 {
        border-radius: 30px;
    }
    
    .radius-80 {
        border-radius: 50px;
    }

    .btn03{
        width: 395px;
        height: 75px;
    }

    .btn03 > div{
        margin: 0 14.5px 0 0;
    }

    .btn03 > p{
        font-size: 20px;
    }
    
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
    /* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

}

/* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {

    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
    /* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
 
 
    .txt02{
        font-size: 18px;
    }

    .txt03{
        font-size: 20px;
    }

    .txt04{
        font-size: 20px;
    }

    .txt05{
        font-size: 30px;
    }

    .tit01{
        font-size: 60px;
    }

    .tit02{
        font-size: 70px;
    }

    .tit03{
        font-size: 50px;
    }

    .brSpM br{
        display: block;
    }

    .brSpMR br{
        display: none;
    }

    
    .radius-40 {
        border-radius: 40px;
    }
    
    .radius-80 {
        border-radius: 80px;
    }

    .btn04{
        max-width: 180px;
        height: 45px;
    }

    .btn04 p{
        font-size: 16px;
    }

    .btn04 div{
        width: 19px;
    }

    .btn05{
        max-width: 180px;
        height: 45px;
    }

    .btn05 p{
        font-size: 16px;
    }

    .btn05 div{
        width: 19px;
    }
    
    

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}

/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.btn04{
    max-width: 205px;
    height: 50px;
}

.btn04 div{
    width: 21.5px;
    margin: 0 11.5px 0 0;
}

.btn04 p{
  font-size: 18px;
}

.btn05{
    max-width: 205px;
    height: 50px;
}

.btn05 div{
    width: 21.5px;
    margin: 0 11.5px 0 0;
}

.btn05 p{
  font-size: 18px;
}

.brSpL br{
    display: block;
}

.brSpLR br{
    display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}
/* min-width: 1440px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


.gap-2 > div {
  padding: 4px;
}