.home {
    background: #f6f6f6
}

#main {
    overflow: hidden
}

.home #content {
    padding: 0;
    overflow: hidden
}

.home #header #navigation>.nav-list>li:nth-child(1)>a {
    color: #b1883a
}

.h2-shared {
    width: -moz-fit-content;
    width: fit-content
}

.h2-shared span {
    display: block;
    line-height: 1
}

.h2-shared span.en {
    font-family: "Cormorant", serif;
    font-size: 64px;
    font-weight: 500;
    letter-spacing: .01em
}

.h2-shared span.jp {
    position: relative;
    margin-top: 14px;
    color: #b1883a;
    font-size: 18px;
    letter-spacing: .08em
}

.h2-shared span.jp::before {
    content: "";
    position: absolute;
    background: #b1883a;
    height: 1px;
    top: calc(50% + 1px);
    left: 162px;
    right: 0;
    transform: translateY(-50%)
}

@media screen and (max-width: 767px) {
    .h2-shared span.en {
        font-size: 48px
    }

    .h2-shared span.jp {
        margin-top: 9px
    }

    .h2-shared span.jp::before {
        left: 162px
    }
}

.btn-shared {
    width: 178px
}

.btn-shared a {
    position: relative;
    display: block;
    background: #b1883a;
    color: #fff;
    padding: 4px 0 4px 9px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .08em
}

.btn-shared a:after {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow03.png") no-repeat;
    width: 12px;
    height: 10.5px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
    right: 10px
}

.btn-shared a:hover {
    opacity: .7
}

@media screen and (max-width: 767px) {
    .btn-shared {
        width: auto
    }
}

#header {
    position: fixed;
    background: #fff;
    height: 80px;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 15px;
    column-gap: 15px
}

#header .logo {
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 15px
}

#header .logo a {
    display: block;
    text-align: center
}

#header .logo a span {
    display: block;
    line-height: 1
}

#header .logo a span:nth-child(1) {
    font-size: 20px;
    letter-spacing: .08em
}

#header .logo a span:nth-child(2) {
    margin-top: 9px;
    line-height: 1;
    font-size: 10px
}

#header .logo a:hover {
    opacity: .7
}

#header .group {
    display: flex;
    align-items: center;
    max-width: 694px;
    height: 100%;
    flex: 1;
    -moz-column-gap: 30px;
    column-gap: 30px
}

#header #navigation {
    flex: 1
}

#header #navigation>.nav-list {
    display: flex;
    justify-content: space-between
}

#header #navigation>.nav-list>li {
    position: relative;
    z-index: 2
}

#header #navigation>.nav-list>li>a {
    display: block;
    font-weight: 500;
    letter-spacing: .08em
}

#header #navigation>.nav-list>li>a.active,
#header #navigation>.nav-list>li>a:hover {
    color: #b1883a
}

#header #navigation>.nav-list .parent {
    position: relative;
    z-index: 1
}

#header #navigation>.nav-list .parent>a {
    position: relative;
    z-index: 2;
    color: #231815 !important
}

#header #navigation>.nav-list .parent .sub-menu {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 218px;
    padding-top: 56px;
    display: none
}

#header #navigation>.nav-list .parent .sub-menu ul {
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 16px rgba(0, 0, 0, .16)
}

#header #navigation>.nav-list .parent .sub-menu ul::before {
    content: "";
    position: absolute;
    background: url("../img/shared/menu_icon_active.png") no-repeat;
    background-size: 100%;
    width: 68px;
    height: 4px;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2
}

#header #navigation>.nav-list .parent .sub-menu ul li a {
    position: relative;
    display: block;
    padding-right: 28px;
    font-size: 14px;
    line-height: 24.5px;
    letter-spacing: .08em
}

#header #navigation>.nav-list .parent .sub-menu ul li a::before {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow04.png") no-repeat;
    background-size: 100%;
    top: 0;
    right: 0;
    width: 24.5px;
    height: 24.5px
}

#header #navigation>.nav-list .parent .sub-menu ul li+li {
    margin-top: 7.5px
}

#header .btn-fisrt {
    width: 160px;
    height: 100%
}

#header .btn-fisrt a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: #b9b4a5;
    color: #fff;
    height: 100%;
    padding-bottom: 10px
}

#header .btn-fisrt a span {
    display: block
}

#header .btn-fisrt a span.icon {
    width: 19.5px
}

#header .btn-fisrt a span.txt {
    margin-top: 4px;
    line-height: 1
}

#header .btn-fisrt a:hover {
    opacity: .7
}

@media screen and (min-width: 768px) {
    #header #navigation>.nav-list .parent:hover .sub-menu {
        display: block
    }

    #header #navigation>.nav-list .parent .sub-menu ul li a:hover {
        opacity: .7
    }
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #header .group {
        max-width: 650px;
        -moz-column-gap: 15px;
        column-gap: 15px
    }

    #header #navigation>.nav-list>li>a {
        font-size: 15px
    }

    #header .btn-fisrt {
        width: 150px
    }

    #header .btn-fisrt a span.icon {
        width: 17px
    }

    #header .btn-fisrt a span.txt {
        font-size: 15px
    }
}

@media screen and (min-width: 768px)and (max-width: 800px) {
    #header #navigation>.nav-list>li>a {
        font-size: 13.5px
    }

    #header .btn-fisrt {
        width: 140px
    }

    #header .btn-fisrt a span.icon {
        width: 15.5px
    }

    #header .btn-fisrt a span.txt {
        font-size: 13.5px
    }
}

@media screen and (max-width: 767px) {
    #header {
        height: 64px
    }

    #header .logo a span:nth-child(2) {
        margin-top: 7px;
        font-size: 8px
    }

    #header .group {
        justify-content: flex-end;
        max-width: 100%;
        -moz-column-gap: 8px;
        column-gap: 8px
    }

    #header #navigation {
        position: fixed;
        top: 64px;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 998;
        overflow-y: auto;
        padding: 28px 30px 0;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        visibility: hidden
    }

    #header #navigation>.nav-list {
        display: block
    }

    #header #navigation>.nav-list>li>a {
        font-size: 24px
    }

    #header #navigation>.nav-list>li+li {
        margin-top: 30px
    }

    #header #navigation>.nav-list .parent .sub-menu {
        position: unset;
        transform: none;
        width: auto;
        padding-top: 18px;
        display: block
    }

    #header #navigation>.nav-list .parent .sub-menu ul {
        padding: 0;
        box-shadow: unset
    }

    #header #navigation>.nav-list .parent .sub-menu ul::before {
        display: none
    }

    #header #navigation>.nav-list .parent .sub-menu ul li a {
        padding-right: 25px
    }

    #header #navigation>.nav-list .parent .sub-menu ul li+li {
        margin-top: 15.5px
    }

    #header #navigation #contact {
        background: rgba(0, 0, 0, 0);
        padding: 60px 0 70px
    }

    #header .btn-fisrt {
        width: 15.5px;
        height: auto
    }

    #header .btn-fisrt a {
        display: block;
        background: rgba(0, 0, 0, 0);
        color: rgba(0, 0, 0, 0);
        height: auto;
        padding-bottom: 4px
    }

    #header .btn-fisrt a span.icon {
        width: 100%
    }

    #header .toggleMenu {
        position: relative;
        background: #fff;
        width: 64px;
        height: 64px;
        box-sizing: border-box;
        transition: .7s all ease-in-out
    }

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

    #header .menu-trigger {
        position: relative;
        display: block;
        width: 100%;
        height: 100%
    }

    #header .menu-trigger span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 32px;
        height: 2px;
        background: #b1883a
    }

    #header .menu-trigger span:nth-of-type(1) {
        top: calc(50% - 11px)
    }

    #header .menu-trigger span:nth-of-type(2) {
        top: 50%;
        transform: translate(-50%, -50%)
    }

    #header .menu-trigger span:nth-of-type(3) {
        top: calc(50% + 10px)
    }

    #header .toggleMenu.active .menu-trigger span:nth-of-type(1) {
        transform: translate(-50%, -50%) rotate(-45deg);
        top: 50%
    }

    #header .toggleMenu.active .menu-trigger span:nth-of-type(2) {
        opacity: 0
    }

    #header .toggleMenu.active .menu-trigger span:nth-of-type(3) {
        transform: translate(-50%, -50%) rotate(45deg);
        top: 50%
    }
}

#keyvisual {
    position: relative
}

#keyvisual .item {
    position: relative
}

#keyvisual .item .group-txt {
    position: absolute;
    bottom: 64px;
    left: 0;
    right: 0;
    z-index: 1;
    width: -moz-fit-content;
    width: fit-content;
    padding: 41px 45px 46px 143px
}

#keyvisual .item .group-txt::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, .84);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    top: 0;
    left: calc(-50vw + 50%);
    right: 0;
    bottom: 0;
    z-index: -1
}

#keyvisual .item .group-txt h2 {
    color: #b1883a;
    font-size: 40px;
    font-weight: 500;
    line-height: 56px;
    letter-spacing: .08em
}

#keyvisual .item .group-txt .txt {
    margin-top: 16px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .08em
}

#keyvisual .slick-dots {
    position: absolute;
    bottom: -17px;
    right: 143px;
    z-index: 1
}

@media screen and (min-width: 768px) {
    #keyvisual {
        height: 704px
    }

    #keyvisual .item .photo {
        height: 704px
    }

    #keyvisual .item .photo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media screen and (max-width: 767px) {
    #keyvisual {
        padding-bottom: 65px
    }

    #keyvisual .item .group-txt {
        position: relative;
        inset: 0;
        width: auto;
        padding: 34px 30px 33px;
        margin-top: -123px
    }

    #keyvisual .item .group-txt::before {
        left: 0;
        right: 30px
    }

    #keyvisual .item .group-txt h2 {
        font-size: 32px;
        line-height: 40px
    }

    #keyvisual .item .group-txt .txt {
        margin-top: 11px;
        font-size: 16px;
        line-height: 24px
    }
}

#news {
    background: #fff;
    margin-top: 80px;
    padding: 70px 0;
}

#news .elementor-row {
    justify-content: space-between
}

#news .elementor-col-50:nth-child(1) {
    width: 238px !important
}

#news .elementor-col-50:nth-child(2) {
    flex: 1;
    width: auto !important
}

#news .h2-shared {
    margin-top: 7px
}

#news .h2-shared span.jp::before {
    left: 80px
}

#news .btn-more {
    width: 178px;
    margin-top: 64px
}

#news .btn-more a {
    position: relative;
    display: block;
    color: #b1883a;
    font-size: 14px;
    line-height: 24.5px;
    letter-spacing: .08em
}

#news .btn-more a::before {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow04.png") no-repeat;
    width: 24.5px;
    height: 24.5px;
    background-size: 100%;
    top: 0;
    right: 0
}

#news .btn-more a:hover {
    opacity: .7
}

#news .post-box .post-box__content {
    background: #f6f6f6;
    padding: 24px
}

#news .post-box .post-box__content dl {
    border-bottom: 1px solid #b1883a;
    padding: 0 9px 12px 9px
}

#news .post-box .post-box__content dl * {
    letter-spacing: .08em
}

#news .post-box .post-box__content dl dt {
    color: #b1883a;
    font-size: 14px;
    line-height: 20px
}

#news .post-box .post-box__content dl dt span {
    display: none
}

#news .post-box .post-box__content dl dd a:hover {
    text-decoration: underline
}

#news .post-box .post-box__content dl+dl {
    padding-top: 16px
}

@media screen and (max-width: 767px) {
    #news {
        margin-top: 50px;
        padding: 24px 0;
    }

    #news .elementor-col-50:nth-child(1) {
        width: 100% !important
    }

    #news .elementor-col-50:nth-child(2) {
        width: 100% !important
    }

    #news .h2-shared {
        margin-top: 0
    }

    #news .h2-shared span.jp::before {
        left: 80px
    }

    #news .post-box {
        margin-top: 32px
    }

    #news .post-box .post-box__content {
        padding: 20px 24px 32px 24px
    }

    #news .post-box .post-box__content dl {
        padding: 0 9px 14px 9px
    }

    #news .post-box .post-box__content dl * {
        letter-spacing: .08em
    }

    #news .post-box .post-box__content dl+dl {
        padding-top: 15px
    }

    #news .post-box .post-box__footer {
        margin-top: 39px
    }
}

#lead {
    background: #fffcf5;
    padding: 80px 0 84px
}

#lead .wrap {
    display: flex;
    max-width: 1425px;
    -moz-column-gap: 64px;
    column-gap: 64px
}

#lead .photo {
    width: 619px
}

#lead .group-txt {
    width: 540px
}

#lead .group-txt h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: .08em
}

#lead .group-txt .txt {
    margin-top: 26px
}

#lead .group-txt .txt li+li {
    margin-top: 32px
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #lead .wrap {
        flex-direction: column;
        row-gap: 30px
    }

    #lead .wrap>* {
        margin: 0 auto
    }
}

@media screen and (max-width: 767px) {
    #lead {
        padding: 40px 0 56px
    }

    #lead .wrap {
        display: block
    }

    #lead .photo {
        width: auto;
        margin-left: -30px
    }

    #lead .group-txt {
        width: auto;
        margin-top: 24px
    }

    #lead .group-txt h3 {
        text-align: center;
        font-size: 28px;
        line-height: 40px
    }

    #lead .group-txt .txt {
        margin-top: 14px
    }

    #lead .group-txt .txt li+li {
        margin-top: 28px
    }
}

#feauture {
    position: relative;
    z-index: 2
}

#feauture .group1 {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 95px 0 100px
}

#feauture .group1 .txt {
    max-width: 676px;
    flex: 1
}

#feauture .group {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 20px;
    column-gap: 20px
}

#feauture .group::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    bottom: 46px;
    left: calc(-50vw + 50%);
    right: 0;
    z-index: -1
}

#feauture .group .photo {
    width: 538px
}

#feauture .group .group-txt {
    width: 482px;
    margin-top: 75px
}

#feauture .group .group-txt h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: .08em
}

#feauture .group .group-txt .txt {
    margin-top: 19px
}

#feauture .group .group-txt .btn-shared {
    margin-top: 60px
}

#feauture .group3::before {
    bottom: 43px;
    left: 0;
    right: calc(-50vw + 50%)
}

#feauture .group3:after {
    content: "";
    position: absolute;
    background: url("../img/top/feauture_deco_line1.png") no-repeat;
    background-size: 100%;
    width: 52px;
    height: 100px;
    right: -52px;
    top: -100px
}

#feauture .group4:after {
    content: "";
    position: absolute;
    background: url("../img/top/feauture_deco_line2.png") no-repeat;
    background-size: 100%;
    width: 52px;
    height: 100px;
    left: -52px;
    top: -100px
}

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

    #feauture .group2 .photo,
    #feauture .group4 .photo {
        width: 528px;
        order: 2
    }

    #feauture .group2 .group-txt,
    #feauture .group4 .group-txt {
        order: 1
    }

    #feauture .group3 {
        margin-top: 18px
    }

    #feauture .group3 .group-txt {
        margin-top: 95px
    }

    #feauture .group3 .group-txt .btn-shared {
        margin-top: 68px
    }

    #feauture .group4 {
        margin-top: 21px
    }

    #feauture .group4::before {
        bottom: 0
    }

    #feauture .group4 .group-txt {
        margin-top: 111px
    }

    #feauture .group4 .group-txt .btn-shared {
        margin-top: 68px
    }
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #feauture .group3::after {
        right: calc(-50vw + 50% + 10px)
    }

    #feauture .group4::after {
        left: calc(-50vw + 50% + 10px)
    }
}

@media screen and (min-width: 768px)and (max-width: 1050px) {
    #feauture .group .group-txt {
        height: -moz-fit-content;
        height: fit-content;
        margin-top: 30px !important;
        padding-bottom: 30px
    }

    #feauture .group .group-txt h3 {
        font-size: 3.0476190476vw
    }

    #feauture .group .group-txt .txt {
        font-size: 14px
    }

    #feauture .group .group-txt .btn-shared {
        margin-top: 30px !important
    }

    #feauture .group+.group {
        margin-top: 40px !important
    }
}

@media screen and (min-width: 768px)and (max-width: 900px) {
    #feauture .group::before {
        bottom: 0 !important
    }
}

@media screen and (max-width: 767px) {
    #feauture .group1 {
        display: block;
        padding: 51px 0 30px
    }

    #feauture .group1 .txt {
        max-width: 100%;
        margin-top: 26px
    }

    #feauture .group {
        display: block;
        padding: 30px 0 40px
    }

    #feauture .group::before {
        bottom: 0 !important
    }

    #feauture .group .photo {
        width: auto;
        margin-right: -32px
    }

    #feauture .group .group-txt {
        width: auto;
        margin: -44px 30px 0 0
    }

    #feauture .group .group-txt h3 {
        font-size: 28px;
        line-height: 40px
    }

    #feauture .group .group-txt .txt {
        margin-top: 14px
    }

    #feauture .group .group-txt .btn-shared {
        margin-top: 38px
    }

    #feauture .group3 {
        margin-top: 48px
    }

    #feauture .group3:after {
        background-image: url("../img/top/feauture_deco_line1_sp.png");
        width: 19px;
        height: 117px;
        right: -17px;
        top: -117px
    }

    #feauture .group3 .photo {
        margin: 0 0 0 -31px
    }

    #feauture .group3 .group-txt {
        margin: -38px 0 0 30px
    }

    #feauture .group4 {
        margin-top: 48px
    }

    #feauture .group4:after {
        background-image: url("../img/top/feauture_deco_line2_sp.png");
        width: 19px;
        height: 117px;
        left: -17px;
        top: -117px
    }

    #feauture .group4 .group-txt {
        margin-top: -35px
    }
}

#menu {
    position: relative;
    z-index: 1;
    background: #f6f6f6;
    margin-top: -67px;
    padding-top: 67px
}

#menu::before {
    content: "";
    position: absolute;
    background: url("../img/top/menu_bg.png") no-repeat right top/785px auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    mix-blend-mode: darken
}

#menu .top .h2-shared {
    padding: 111px 0 92px
}

#menu .top .h2-shared span.jp::before {
    left: 84px
}

#menu .top .group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 30px;
    column-gap: 30px
}

#menu .top .group .photo {
    width: 486px
}

#menu .top .group .group-txt {
    width: 530px
}

#menu .top .group .group-txt h3 {
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: .08em
}

#menu .top .group .group-txt .txt {
    margin-top: 19px
}

#menu .top .group .group-txt .btn-shared {
    margin-top: 44px;
    width: auto
}

#menu .top .group .group-txt .btn-shared a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px 41px 4px 9px;
    transition: none
}

#menu .top .group:nth-child(2) .photo {
    order: 2
}

#menu .top .group:nth-child(2) .group-txt {
    order: 1
}

#menu .top .group:nth-child(2) .group-txt .btn-shared a {
    padding-right: 64px
}

#menu .top .group:nth-child(3) .group-txt .btn-shared a {
    padding-right: 46px
}

#menu .top .group+.group {
    margin-top: 64px
}

#menu .bot {
    background: #ededed;
    padding: 40px 0;
    margin-top: 64px
}

#menu .bot .group-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 16px
}

#menu .bot .group-link li {
    width: calc(25% - 18px)
}

#menu .bot .group-link li a {
    display: block
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #menu .top .group {
        align-items: flex-start
    }

    #menu .top .group .group-txt h3 {
        font-size: 3.2vw;
        line-height: 1.5
    }

    #menu .top .group .group-txt .btn-shared {
        margin-top: 25px
    }

    #menu .bot .group-link li {
        width: calc(33% - 10px)
    }

    #menu .bot .group-link li:nth-child(4) {
        display: none
    }
}

@media screen and (max-width: 767px) {
    #menu {
        margin-top: -40px;
        padding-top: 40px
    }

    #menu::before {
        background: url("../img/top/menu_bg_sp.png") no-repeat right top/100% auto
    }

    #menu .top .h2-shared {
        padding: 53px 0 68px
    }

    #menu .top .group {
        display: block
    }

    #menu .top .group .photo {
        width: auto
    }

    #menu .top .group .group-txt {
        width: auto;
        margin-top: 24px
    }

    #menu .top .group .group-txt h3 {
        text-align: center;
        font-size: 28px;
        line-height: 40px
    }

    #menu .top .group .group-txt .txt {
        margin-top: 14px
    }

    #menu .top .group .group-txt .btn-shared {
        margin-top: 38px
    }

    #menu .top .group .group-txt .btn-shared a {
        width: auto;
        padding: 4px 0 4px 9px !important
    }

    #menu .top .group+.group {
        margin-top: 56px
    }

    #menu .bot {
        padding: 30px 0
    }

    #menu .bot .group-link li {
        width: auto
    }

    #menu .bot .group-link li:nth-child(4) {
        display: none
    }
}

#message {
    position: relative;
    padding: 95px 0 0
}

#message .h2-shared span.jp::before {
    left: 104px
}

#message .inner {
    padding-right: calc(50% + 20px)
}

#message .box {
    position: absolute;
    top: -7px;
    left: calc(50% + 4px);
    right: -113px;
    height: 486px
}

#message .box dt {
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 1;
    background: #fff;
    padding: 11px 14px 4px 17px
}

#message .box dt span {
    display: block;
    color: #b1883a;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .08em
}

#message .box dd {
    height: 100%
}

#message .box dd img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}

#message h3 {
    margin-top: 50px;
    font-size: 24px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: .08em
}

#message .txt {
    margin-top: 17px
}

#message .btn-shared {
    margin-top: 60px
}

@media screen and (max-width: 767px) {
    #message {
        padding: 53px 0 0
    }

    #message .inner {
        padding-right: 0
    }

    #message .box {
        position: relative;
        inset: 0;
        height: -moz-fit-content;
        height: fit-content;
        margin-top: 28px
    }

    #message .box dt {
        bottom: 0;
        padding: 11px 15px 6px 16px
    }

    #message .box dt span {
        margin-bottom: 1px
    }

    #message .box dd {
        height: -moz-fit-content;
        height: fit-content
    }

    #message .box dd img {
        height: auto
    }

    #message h3 {
        margin-top: 26px;
        font-size: 24px;
        line-height: 32px
    }

    #message .txt {
        margin-top: 13px;
        line-height: 32px
    }

    #message .btn-shared {
        margin-top: 36px
    }
}

#slider {
    margin-top: 95px
}

#slider h2 {
    text-align: right;
    margin-right: -2px;
    color: #ececec;
    font-size: 220px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .01em
}

#slider .loop-slider {
    position: relative;
    z-index: 1;
    margin-top: -105px;
    height: 320px
}

#slider .loop-slider::before {
    content: "";
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    z-index: -1
}

#slider .loop-slider .slick-slide {
    width: 400px;
    margin: 0 12px
}

@media screen and (min-width: 768px)and (max-width: 1250px) {
    #slider h2 {
        font-size: 17.6vw
    }

    #slider .loop-slider {
        margin-top: -8.4vw
    }
}

@media screen and (max-width: 767px) {
    #slider {
        margin-top: 47px
    }

    #slider h2 {
        margin-right: 0;
        font-size: 64px
    }

    #slider .loop-slider {
        margin-top: -23px;
        height: 101px
    }

    #slider .loop-slider .slick-slide {
        width: 126px;
        margin: 0 4px
    }
}

#access {
    background: #fff;
    padding: 87px 0 135px
}

#access .txt-color1 {
    color: #b9b4a5
}

#access .txt-color2 {
    color: #b1883a
}

#access .h2-shared span.jp::before {
    left: 182px
}

#access .row {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

#access .col-l {
    width: 527px;
    height: -moz-fit-content;
    height: fit-content
}

#access .col-l .map {
    height: 400px;
    margin-left: calc(-50vw + 50%)
}

#access .col-l .btn-map {
    width: -moz-fit-content;
    width: fit-content;
    margin: 15px 0 4px auto
}

#access .col-l .btn-map a {
    position: relative;
    display: block;
    color: #b1883a;
    padding-right: 72px;
    font-size: 14px;
    line-height: 24.5px;
    letter-spacing: .08em
}

#access .col-l .btn-map a:after {
    content: "";
    position: absolute;
    background: url("../img/icons/ico_arrow04.png") no-repeat;
    width: 24.5px;
    height: 24.5px;
    background-size: 100%;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

#access .col-r {
    width: 489px
}

#access .col-r .tbl-time table {
    border-collapse: collapse;
    table-layout: fixed;
    border-spacing: 0;
    width: 100%
}

#access .col-r .tbl-time table thead {
    border-bottom: 1px solid #dad7d7
}

#access .col-r .tbl-time table thead tr * {
    padding-top: 4px;
    padding-bottom: 3px
}

#access .col-r .tbl-time table tbody {
    border-bottom: 1px solid #dad7d7
}

#access .col-r .tbl-time table tbody tr {
    border-bottom: 1px dashed #dad7d7
}

#access .col-r .tbl-time table tbody tr * {
    padding-top: 4px;
    padding-bottom: 3px
}

#access .col-r .tbl-time table tbody tr:nth-child(3) * {
    border-bottom: none
}

#access .col-r .tbl-time table th {
    width: 35.7873210634%;
    padding-left: 9px
}

#access .col-r .tbl-time table td {
    text-align: center
}

#access .col-r .note {
    margin-top: 14px;
    line-height: 28px
}

#access .col-r .info {
    margin-top: 34px
}

#access .col-r .info dl {
    display: flex
}

#access .col-r .info dl dt {
    color: #b9b4a5;
    width: 93px;
    font-weight: 500
}

#access .col-r .info dl dd {
    flex: 1;
    letter-spacing: .04em
}

#access .col-r .info dl dd a {
    display: block;
    letter-spacing: .04em
}

#access .col-r .info dl+dl {
    margin-top: 4px
}

@media screen and (max-width: 767px) {
    #access {
        padding: 53px 0 100px
    }

    #access .row {
        display: block;
        margin-top: 28px
    }

    #access .col-l {
        width: auto
    }

    #access .col-l .map {
        height: 215px;
        margin-left: -30px
    }

    #access .col-l .btn-map {
        margin: 7px 0 8px auto
    }

    #access .col-r {
        width: auto;
        margin-top: 18px
    }

    #access .col-r .tbl-time table thead tr * {
        padding-bottom: 6px
    }

    #access .col-r .tbl-time table tbody tr * {
        padding-top: 5px;
        padding-bottom: 6px
    }

    #access .col-r .tbl-time table th {
        width: 138px;
        padding-left: 8px
    }

    #access .col-r .tbl-time table td {
        text-align: left
    }

    #access .col-r .note {
        margin-top: 13px
    }

    #access .col-r .info {
        margin-top: 66px
    }

    #access .col-r .info dl {
        display: block
    }

    #access .col-r .info dl dt {
        width: auto
    }

    #access .col-r .info dl+dl {
        margin-top: -1px
    }
}

#contact {
    background: #f6f6f6;
    padding: 65px 0 63px
}

#contact .wrap {
    background: #b1883a;
    max-width: 1206px;
    padding: 32px 30px
}

#contact .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    -moz-column-gap: 30px;
    column-gap: 30px
}

#contact h2 {
    color: #fff
}

#contact h2 span.jp {
    color: #fff
}

#contact h2 span.jp::before {
    background: #fff;
    left: 125px
}

#contact .box {
    background: #fff;
    width: 717px;
    padding: 32px 37px 24px 46px;
    display: flex;
    justify-content: space-between
}

#contact .box .group-txt .time dt {
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: #b1883a;
    color: #fff;
    padding: 0 7px 0 8px;
    font-size: 14px;
    line-height: 24px
}

#contact .box .group-txt .time dd {
    margin-top: 18px;
    line-height: 20px
}

#contact .box .group-txt .note {
    margin-top: 12px;
    line-height: 20px;
}

#contact .box .btn-tel,#contact .box .btn-web {
    width: 200px;
	padding-right:10px;
}

#contact .box .btn-tel a,#contact .box .btn-web a {
    display: block
}

@media screen and (min-width: 768px)and (max-width: 1000px) {
    #contact .row {
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 30px
    }
}

@media screen and (max-width: 767px) {
    #contact {
        padding: 20px
    }

    #contact .wrap {
        padding: 45px 24px 40px
    }

    #contact .row {
        display: block
    }

    #contact h2 {
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    #contact .box {
        display: block;
        width: auto;
        padding: 16px 16px 32px;
        margin-top: 28px
    }

    #contact .box .group-txt {
        display: block
    }

    #contact .box .group-txt .time {
        display: block
    }

    #contact .box .group-txt .time dd {
        margin: 11px -5px 0 0
    }

    #contact .box .group-txt .note {
        margin-top: 7px
    }

    #contact .box .btn-tel {
        width: 100%;
        margin-top: 18px
    }
	#contact .box .btn-web {
        width: 100%;
        margin-top: 18px
    }
}

#fixed-contact {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10
}



#fixed-contact .inner {
    display: flex;
    max-width: 670px;
    transform: translateX(calc(100% - 48px));
    transition: .3s all linear
}

#fixed-contact .inner.active {
    transform: translateX(0)
}

#fixed-contact .btn-toggle {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    background: #b1883a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 48px;
    height: 180px;
    padding-top: 8px;
    font-size: 18px;
    line-height: 48px;
    letter-spacing: .34em
}

#fixed-contact .btn-toggle:hover {
    opacity: .7
}
#fixed-contact .btn-conweb {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    background: #b1883a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 48px;
    height: 140px;
    padding-top: 8px;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: .34em
}

#fixed-contact .btn-conweb:hover {
    opacity: .7
}

#fixed-contact .box {
    display: flex;
    justify-content: space-between;
    flex: 1;
    background: #fff;
    padding: 20px 32px 20px 18px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

#fixed-contact .box .time dt {
    background: #b1883a;
    color: #fff;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 7px 0 8px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .08em
}

#fixed-contact .box .time dd {
    margin: 4px 0 0 8px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .08em
}

#fixed-contact .box .btn-tel {
    width: 135px
}

#fixed-contact .box .btn-tel a {
    display: block
}
#fixed-contact .box .btn-web {
    width: 135px
}

#fixed-contact .box .btn-web a {
    display: block
}

#fixed-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 997
}

#fixed-footer ul {
    display: flex
}

#fixed-footer ul li {
    background: #b1883a;
    width: 100%;
    height: 64px
}
#fixed-footer ul li:nth-child(1) {
    background: #D0A85C;
}

#fixed-footer ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%
}

#fixed-footer ul li span {
    display: block;
    color: #fff;
    letter-spacing: .08em
}

#fixed-footer ul li span:nth-child(1) {
    font-size: 12px;
    line-height: 15px
}

#fixed-footer ul li span:nth-child(2) {
    font-size: 10px;
    line-height: 12px
}

#fixed-footer ul li span:nth-child(3) {
    font-size: 18px;
    line-height: 24px
}

#footer {
    position: relative;
    z-index: 1;
    background: #b9b4a5;
    color: #fff;
    padding: 69px 0 16px
}

#footer a {
    color: #fff
}

#footer .wrap {
    display: flex;
    justify-content: space-between
}

#footer .group-txt .logo {
    width: -moz-fit-content;
    width: fit-content;
    text-align: center
}

#footer .group-txt .logo a {
    display: block
}

#footer .group-txt .logo a span {
    display: block;
    line-height: 1;
    letter-spacing: .08em
}

#footer .group-txt .logo a span:nth-child(1) {
    font-size: 20px
}

#footer .group-txt .logo a span:nth-child(2) {
    margin-top: 9px;
    font-size: 10px
}

#footer .group-txt .logo a:hover {
    opacity: .7
}

#footer .group-txt .info {
    margin-top: 22px
}

#footer .group-txt .sitemap a {
    display: inline-block;
    font-size: 14px
}

#footer .group-txt .sitemap a:hover {
    text-decoration: underline
}

#footer .ft-btn {
    max-width: 327px;
    margin-top: -5px
}

#footer .ft-btn a {
    display: block
}

#footer .ft-btn a img {
    height: auto
}

#footer address {
    text-align: center;
    margin-top: 75px;
    font-size: 14px;
    letter-spacing: .08em
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 0 0 100px
    }

    #footer .wrap {
        flex-direction: column
    }

    #footer .group-txt {
        order: 2;
        margin-top: 45px
    }

    #footer .group-txt .info {
        margin: 14px 0 -7px;
        font-size: 14px;
        letter-spacing: 0
    }

    #footer .ft-btn {
        position: relative;
        z-index: 1;
        order: 1;
        max-width: 100%;
        margin: 0 auto
    }

    #footer .ft-btn::before {
        content: "";
        position: absolute;
        background: #f6f6f6;
        top: -1px;
        left: -31px;
        right: -31px;
        height: 50%;
        z-index: -1
    }

    #footer .ft-btn li:nth-child(1) {
        max-width: 100%
    }

    #footer .ft-btn li:nth-child(2) {
        max-width: 100%
    }

    #footer address {
        margin-top: 54px
    }
}

#pagetop {
    position: fixed;
    bottom: 20px;
    right: 70px;
    z-index: 999;
    transition: .3s all linear
}

@media screen and (min-width: 768px) {
    #pagetop.active {
        right: 680px
    }
}

@media screen and (max-width: 767px) {
    #pagetop {
        bottom: 80px;
        right: 14px
    }
}