@charset "UTF-8";

/*-----------------------------------
	base
-----------------------------------*/
html {
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 16px;
}
body {
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    color: #4f4f4f;
    line-height: 1.5;
    letter-spacing: 0.05em;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 999;
}
@media screen and (max-width: 640px) {
    html {
        font-size: 13px;
    }
}

/* select */
::selection {
    background: #e3bebe;
    color: #333;
}
::-moz-selection {
    background: #e3bebe;
    color: #333;
}

/* img */
img {
    width: 100%;
    max-width: 100%;
}

a img {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a:hover img,
a:focus img {
    opacity: 0.7;
}

/*tel*/
a[href*='tel:'] {
    pointer-events: none;
}

@media screen and (max-width: 840px) {
    a[href*='tel:'] {
        pointer-events: initial;
    }
}

/* device */
.sp {
    display: none;
}

.pc {
    display: block;
}

@media screen and (max-width: 640px) {
    /* device */
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }
}

/* フレックスボックス */
.row_box {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/*コンテンツインナー
--------------------------*/
.contents_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
}

/*フォント
--------------------------*/
.fs_en {
    font-family: 'Cinzel', serif;
}

/*見出し1
--------------------------*/
.el_Centerttl {
    text-align: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 40px auto 0 auto;
    position: relative;
}

.el_Centerttl_en {
    font-size: 40px;
    color: #978069;
    font-family: 'Cinzel', serif;
    display: block;
    z-index: 2;
    position: relative;
}

.el_Centerttl_jp {
    font-size: 16px;
    z-index: 2;
    position: relative;
}

.el_Centerttl_bg {
    width: 152px;
    position: absolute;
    top: -42px;
    bottom: -6px;
    left: 33%;
    z-index: 1;
}

.el_Centerttl_pen {
    width: 340px;
    position: absolute;
    top: -32px;
    left: -54px;
    z-index: 0;
}

/*右アイコンボタン
--------------------------*/
.el_btn {
    font-size: 15px;
    display: inline-block;
    width: 260px;
    max-width: 100%;
    padding: 1em;
    background-color: #4f4f4f;
    border: none;
    color: #fff;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 5px;
}

.el_btn:hover {
    background-color: #de9292;
}

.el_btn .el_btn_append::after {
    content: url(../img/common/arrow_w.svg);
    position: absolute;
    top: 11px;
    right: 15px;
    width: 17px;
    height: 4px;
}

/*ピンクボタン
--------------------------*/
.bl_pinkBtn {
    font-size: 15px;
    width: 296px;
    font-weight: 600;
    padding: 16px 10px 20px 25px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    border-radius: 5px;
    background-color: #de9292;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bl_pinkBtn:focus,
.bl_pinkBtn:hover {
    background-color: #978069;
}

.bl_pinkBtn_body {
    display: inline-block;
    vertical-align: middle;
}

.bl_pinkBtn_before {
    content: url(../img/common/mail_w.svg);
    width: 20px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.bl_pinkBtn_append {
    content: url(../img/common/arrow_w.svg);
    width: 17px;
    height: 4px;
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}

.bg_2block {
    background: url(../img/index/service_bg.jpg) no-repeat center center/cover;
    width: 100%;
}

@media screen and (max-width: 640px) {
    .el_Centerttl {
        margin: 17px auto 0 auto;
    }

    .el_Centerttl_jp {
        font-size: 15px;
    }

    .el_Centerttl_en {
        font-size: 28px;
    }

    .el_Centerttl_bg {
        width: 100px;
        top: -20px;
    }

    .el_Centerttl_pen {
        width: 204px;
        top: -17px;
        left: -30px;
    }

    .el_btn {
        font-size: 13px;
    }
}

/*----------------------------------------
	header
----------------------------------------*/
/*ヘッター レイアウト
--------------------------*/
header.ly_header {
    z-index: 1000;
    width: 100%;
    position: absolute;
}

header .ly_header_inner {
    width: 100%;
}

/*ヘッターロゴ
--------------------------*/
header .bl_headerLogo {
    width: 158px;
    margin-top: 24px;
    margin-left: 22px;
}

header .bl_headerLogo_link {
    display: block;
}

/*ナビゲーション
--------------------------*/
header .bl_headerNav {
    font-size: 14px;
}

header .bl_headerNav_list {
    width: 100%;
    margin-top: 22px;
    margin-left: 22px;
    line-height: 2.7;
}

header .bl_headerNav_item:first-child,
header .bl_headerNav_item:last-child {
    display: none;
}

header .bl_headerNav_link {
    font-size: 15px;
    padding: 1em;
    line-height: 1;
    display: block;
    color: #fff;
}

/*左から右へスライドするテキスト
--------------------------*/
header .hv_slideLine {
    position: relative;
}

header a:hover .hv_slideLine::after,
header a:focus .hv_slideLine::after {
    width: 100%;
}

header .hv_slideLine:after {
    content: '';
    position: absolute;
    display: block;
    background-color: #978069;
    width: 0;
    height: 2px;
    bottom: -8px;
    left: 0;
    -webkit-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    transition: 0.3s ease 0s;
}

header a:hover .hv_slideLine,
header a:focus .hv_slideLine {
    text-decoration: none;
}

header a:hover .hv_slideLine::after,
header a:focus .hv_slideLine::after {
    width: 100%;
}

/*ヘッターボタン
--------------------------*/
header .bl_headerBtn {
    font-size: 15px;
    font-weight: 600;
    margin-top: 18px;
    margin-right: 20px;
    padding: 16px 10px 20px 25px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    border-radius: 5px;
    background-color: #d78686;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header .bl_headerBtn:focus,
header .bl_headerBtn:hover {
    background-color: #978069;
}

header .bl_headerBtn_body {
    display: inline-block;
    vertical-align: middle;
}

header .bl_headerBtn_before {
    content: url(../img/common/mail_w.svg);
    width: 20px;
    height: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

header .bl_headerBtn_append {
    content: url(../img/common/arrow_w.svg);
    width: 17px;
    height: 4px;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
}

/*ハンバーガーボタン
--------------------------*/
header .bl_hamburger {
    position: fixed;
    z-index: 99;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-color: #978069;
    padding: 0 8px;
    display: none;
}

header .bl_hamburger_line {
    position: relative;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

header .bl_hamburger_line:nth-child(1) {
    top: 12px;
}

header .bl_hamburger_line:nth-child(2) {
    top: 0;
    opacity: 1;
}

header .bl_hamburger_line:nth-child(3) {
    bottom: 12px;
}

/*開いた状態*/
header .is_hmActive .bl_hamburger_line:nth-child(1) {
    top: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

header .is_hmActive .bl_hamburger_line:nth-child(2) {
    opacity: 0;
}

header .is_hmActive .bl_hamburger_line:nth-child(3) {
    bottom: 1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media screen and (max-width: 1040px) {
    header .bl_headerLogo {
        width: 135px;
        margin-top: 24px;
        margin-left: 22px;
    }

    header .bl_headerNav_list {
        margin-top: 25px;
        margin-left: 18px;
    }

    header .bl_headerNav_link {
        font-size: 13px;
    }
}

@media screen and (max-width: 940px) {
    header .bl_headerBtn {
        margin-top: 10px;
        margin-right: 75px;
        padding: 14px 10px 18px 25px;
    }

    header .bl_headerNav_list {
        margin: 0;
    }

    /*--- ヘッターロゴ ---*/
    header .bl_headerLogo {
        margin-top: 17px;
        margin-left: 8px;
    }

    header .bl_headerNav .bl_headerLogo {
        margin: 17px auto 5vh 8px;
    }

    /*--- ナビゲーション ---*/
    header .bl_headerNav {
        position: fixed;
        z-index: 98;
        /*アクティブクラスがないときの位置*/
        top: -120vh;
        left: 0;
        width: 100vw;
        height: 100vh;
        -webkit-transition: 0.6s;
        -o-transition: 0.6s;
        transition: 0.6s;
        background: url(../img/index/service_bg.jpg) no-repeat center
            center/cover;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*アクティブクラスがついたら位置を0に*/
    header .bl_headerNav.is_navActive {
        top: 0;
    }

    header .bl_headerNav_list > * + * {
        border-top: 1px dotted #d1c7bf;
    }

    header .bl_headerNav_item {
        width: 100%;
    }

    header .bl_headerNav_item:nth-child(n + 3) {
        margin-left: 0;
    }

    header .bl_headerNav .bl_headerNav_item:first-child,
    header .bl_headerNav .bl_headerNav_item:last-child {
        display: block;
    }

    header .bl_headerNav a.bl_headerNav_link {
        display: block;
        text-align: center;
        padding: 3vh 30px;
        color: inherit;
        font-size: 18px;
        position: relative;
    }

    header .bl_headerNav a.bl_headerNav_link::before {
        position: absolute;
        left: 16px;
        content: '';
        top: 0;
        bottom: 0;
        margin: auto 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 3px 0 3px 7px;
        border-color: transparent transparent transparent #978069;
    }

    header .bl_headerNav_link::before {
        left: 12px;
    }

    /*--- ヘッターボタン ---*/
    header .bl_headerNav .bl_headerBtn {
        display: block;
        text-align: center;
        padding: 18px 30px;
        margin: 20px;
        font-size: 13px;
        margin-top: 6vh;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    /*--- ハンバーガーボタン ---*/
    header .bl_hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    header .ly_header_left {
        display: contents;
    }

    /*SNS
    --------------------------*/
    header .el_btnFollow {
        font-size: 14px;
        padding: 14px 23px 14px 28px;
        color: #978069;
        text-decoration: none;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        border-radius: 5px;
        border: 1px solid;
        text-align: left;
        line-height: 1;
        vertical-align: middle;
        display: block;
        width: calc(100% - 40px);
        margin: 15px 20px 0;
        text-align: center;
    }

    header .el_btnFollow:hover {
        box-shadow: rgb(100 100 111 / 25%) 2px 3px 3px 0px;
    }

    header .el_btnFollow_ac {
        font-size: 10px;
    }

    header .el_btnFollow_append {
        margin-left: 15px;
    }

    header .el_btnFollow_append::after {
        content: '';
        background: url(../img/index/arrow_b.svg) no-repeat center center/cover;
        background-size: 18px;
        width: 18px;
        height: 5px;
        position: absolute;
        top: 18px;
    }

    header .el_btnFollow_bf.el_btnFollow_note {
        margin-right: 25px;
    }

    header .el_btnFollow_bf.el_btnFollow_note::before {
        content: url(../img/index/follow_icon01.svg);
        width: 11px;
        height: 12px;
        position: absolute;
        top: 15px;
    }

    header .el_btnFollow_bf.el_btnFollow_pi {
        margin-right: 25px;
    }

    header .el_btnFollow_bf.el_btnFollow_pi::before {
        content: url(../img/index/follow_icon02.svg);
        width: 11px;
        height: 12px;
        position: absolute;
        top: 16px;
    }
}

@media screen and (max-width: 640px) {
    /*--- ヘッターロゴ ---*/
    header .bl_headerNav .bl_headerBtn {
        position: relative;
    }

    header .bl_headerBtn {
        padding: 20px 10px 23px 25px;
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        text-align: center;
    }

    header .bl_headerNav a.bl_headerNav_link {
        padding: 20px 30px;
        font-size: 14px;
    }
}

/*-----------------------------------
contact_block
-----------------------------------*/
#contact_block {
    padding-top: 43px;
    padding-bottom: 62px;
    background: url(../img/common/contact_bg.jpg) no-repeat center center/cover;
}

#contact_block .contact_txt {
    font-size: 16px;
    text-align: center;
    line-height: 1.7;
    color: #fff;
}

#contact_block .el_Centerttl {
    margin-bottom: 20px;
}

#contact_block .el_Centerttl_en {
    color: #fff;
}

#contact_block .el_Centerttl_pen {
    opacity: 0.2;
}

#contact_block .el_btn__wrap {
    margin-top: 39px;
    text-align: center;
}

@media screen and (max-width: 640px) {
    #contact_block .contact_txt {
        font-size: 13px;
        padding: 0 5%;
        line-height: 1.7;
        text-align: left;
    }

    #contact_block .el_btn__wrap {
        margin-top: 28px;
    }

    #contact_block {
        padding-bottom: 53px;
    }
}

/*-----------------------------------
PageTop
-----------------------------------*/
/*ボタンぺース
--------------------------*/
.bl_pageTop {
    background-color: #de9292;
    position: fixed;
    z-index: 5;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bl_pageTop:hover,
.bl_pageTop:focus {
    background-color: #978069;
}

.bl_pageTop::before {
    content: '';
    background: url(../img/common/scroll.svg) no-repeat center center/cover;
    width: 3px;
    height: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*PCスタイル
--------------------------*/
.bl_pageTop_L {
    width: 54px;
    height: 54px;
    right: 6px;
    bottom: 10px;
    border-radius: 5px;
}

/*SPスタイル
--------------------------*/
.bl_pageTop_S {
    display: none;
    width: 100%;
    height: 45px;
    position: relative;
}

@media screen and (max-width: 640px) {
    .bl_pageTop_L {
        display: none !important;
    }

    .bl_pageTop_S {
        display: block;
    }
}

/*-----------------------------------
	footer
-----------------------------------*/
/*フッターレイアウト
--------------------------*/
footer.ly_footer {
    padding-top: 38px;
}

footer .footer_inner {
    width: 91%;
    margin-left: 3%;
    margin-right: 6%;
}

/*フッター レフト
--------------------------*/
footer .bl_footerLeft {
    font-size: 14px;
    margin-bottom: 30px;
}

footer .bl_footerLeft > * + * {
    margin-top: 10px;
}

footer .bl_footerLeft_logo {
    width: 204px;
}

footer .bl_footerLeft_logo a {
    display: block;
}

footer .bl_footerLeft_logoLower {
    padding-left: 8px;
}

footer .bl_footerLeft_name {
    font-size: 14px;
    margin-top: 20px;
}

footer .bl_footerLeft_txt {
    font-size: 12px;
    line-height: 1.7;
}

footer .bl_footerLeft_logoLower .bl_pinkBtn {
    margin-top: 15px;
}

/*フッターライト
--------------------------*/
footer .bl_footerRight {
    width: 515px;
}

/*ナビゲーション
--------------------------*/
footer .bl_footerNav {
    font-size: 12px;
    width: 206px;
}

footer .bl_footerNav_item {
    padding-left: 20px;
}

footer .bl_footerNav_link {
    position: relative;
    display: block;
    padding: 11px 0;
    line-height: 1.5;
}

footer .bl_footerNav_link::before {
    position: absolute;
    left: -20px;
    content: '';
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 7px;
    border-color: transparent transparent transparent #978069;
}

footer .bl_footerNav_link:hover,
footer .bl_footerNav_link:focus {
    text-decoration: underline;
}

/*右アイコンボタン
--------------------------*/
footer .official_box {
    width: 220px;
    padding-top: 7px;
}

footer .official_box .ttl {
    font-size: 16px;
    color: #978069;
}

footer .el_btn__wrap {
    margin-top: 10px;
}

footer .el_btn__wrap > * + * {
    margin-top: 8px;
}

footer .el_btnFollow {
    font-size: 12px;
    display: inline-block;
    width: 274px;
    max-width: 100%;
    padding: 8px 23px 8px 28px;
    color: #978069;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    border-radius: 5px;
    border: 1px solid;
    text-align: left;
    line-height: 1;
    vertical-align: middle;
}

footer .el_btnFollow:hover {
    box-shadow: rgb(100 100 111 / 25%) 2px 3px 3px 0px;
}

footer .el_btnFollow_ac {
    font-size: 10px;
}

footer .el_btnFollow_append::after {
    content: '';
    background: url(../img/index/arrow_b.svg) no-repeat center center/cover;
    background-size: 18px;
    width: 18px;
    height: 5px;
    position: absolute;
    top: 12px;
    right: 7px;
}

footer .el_btnFollow_bf.el_btnFollow_note::before {
    content: url(../img/index/follow_icon01.svg);
    width: 11px;
    height: 12px;
    position: absolute;
    top: 8px;
    left: 10px;
}

footer .el_btnFollow_bf.el_btnFollow_pi::before {
    content: url(../img/index/follow_icon02.svg);
    width: 11px;
    height: 12px;
    position: absolute;
    top: 9px;
    left: 10px;
}

footer .official_box_link {
    margin-top: 22px;
}

footer .official_box_link a {
    display: block;
    padding: 5px 0;
    font-size: 12px;
}

footer .official_box_link a:hover {
    text-decoration: underline;
}

/*フッター コピーライト
--------------------------*/
footer .bl_footerCopy {
    font-size: 10px;
    margin-top: 40px;
    padding: 10px;
    text-align: center;
}

@media screen and (max-width: 940px) {
    footer .bl_footerLeft {
        width: 100%;
    }

    footer .footer_inner {
        width: 88%;
        margin-left: auto;
        margin-right: auto;
    }

    footer .bl_footerNav {
        width: 320px;
    }

    footer .bl_footerRight {
        width: 600px;
    }

    footer .official_box_link ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    footer .official_box_link ul li:last-child {
        margin-left: 20px;
    }

    footer .official_box {
        width: 230px;
    }

    footer .official_box_link {
        margin-top: 15px;
    }

    footer .bl_footerNav_item {
        width: 40%;
        display: inline-block;
        margin-right: 20px;
    }

    footer .bl_footerNav_list {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    footer.ly_footer {
        padding-bottom: 50px;
    }

    footer .bl_footerLeft {
        margin-bottom: 30px;
    }

    /*--- フッターロゴ ---*/
    footer .bl_footerLeft {
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    footer .bl_footerLeft_logo {
        margin-left: auto;
        margin-right: auto;
    }

    /*--- ナビゲーション ---*/
    footer .bl_footerNav {
        font-size: 14px;
        width: 100%;
        line-height: 1.8;
    }

    footer .bl_footerNav_list:first-of-type {
        width: 100%;
    }

    footer .bl_footerNav_list:last-of-type {
        border-bottom: 1px solid #f2f2f2;
    }

    footer .bl_footerNav_list > * + * {
        margin-top: 0;
    }

    footer .bl_footerNav_list:first-child > li {
        border-bottom: none;
    }

    footer .bl_footerNav_item {
        padding-left: 30px;
        margin-right: 0;
        width: 100%;
        border-top: 1px solid #f2f2f2;
    }

    footer .bl_footerNav_link::before {
        left: -22px;
    }

    /*--- フッター コピーライト ---*/
    footer .bl_footerCopy {
        margin-top: 15px;
    }

    footer .bl_footerLeft_logoLower .bl_pinkBtn {
        margin-top: 15px;
        width: 100%;
    }

    footer .bl_footerLeft_txt {
        margin-top: 4px;
    }

    footer .official_box {
        padding-top: 35px;
        margin: 0 auto;
    }

    footer .official_box_link {
        margin-top: 15px;
    }
}
