@media screen and (min-width: 768px) {
    .d__flex {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .d__flex.jus {
        justify-content: space-between;
    }
}
.ob-img {
    background-size: cover;
    background-position: center center;
    position: relative;
}
.ob-img img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}
@media screen and (min-width: 768px) {
    .ob-img img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
    }
}
.pagetop {
    cursor: pointer;
}
.pagetop.style2 {
    width: 45px;
    position: fixed;
    bottom: 23px;
    right: 23px;
    z-index: 123;
    transition: all .3s ease;
    opacity: 0;
}
.pagetop.style2:hover {
    opacity: .6;
}
.pagetop.style2.visible {
    opacity: 1;
}
.pagetop.style1 {
    width: 87px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
}
.pagetop.style1:hover {
    opacity: .6;
}
@media screen and (max-width: 767px) {
    .pagetop.style1 {
        width: 70px;
        position: relative;
        top: 0;
        left: 0;
        transform: translate(0%, 0%);
        margin: 0 auto;
    }
}
.tel dl {
    line-height: 1;
}
.tel dl dt {
    font-size: 20px;
}
.tel dl dd span {
    font-size: 30px;
    letter-spacing: 2.4px;
}
.tel dl dd span small {
    font-size: 20px;
}
.tel .note {
    font-size: 13px;
    line-height: 1;
}
@media screen and (max-width: 767px) {
    .tel dl dt {
        font-size: 16px;
    }
    .tel dl dd span {
        font-size: 26px;
        letter-spacing: 0.09em;
    }
    .tel dl dd span small {
        font-size: 17px;
    }
    .tel .note {
        font-size: 12px;
    }
}
.w380 {
    width: 380px;
}
@media screen and (max-width: 767px) {
    .w380 {
        max-width: 380px;
        min-width: 200px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}
.bnr__web a {
    display: block;
    line-height: 1;
    padding: 19px 0;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    background-color: #062355;
    transition: all .4s ease;
    color: #fff;
}
.bnr__web a span {
    display: inline-block;
    position: relative;
    padding-left: 41px;
}
.bnr__web a span::before {
    content: "";
    background: url("../img/shared/icon_web.png") no-repeat;
    background-size: 100% auto;
    width: 23px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.bnr__web a:hover {
    opacity: .6;
}
@media screen and (max-width: 767px) {
    .bnr__web a {
        padding: 17px 0;
        font-size: 16px;
    }
    .bnr__web a span {
        padding-left: 41px;
    }
    .bnr__web a span::before {
        width: 20px;
        height: 21px;
    }
    .bnr__web a:hover {
        opacity: 1;
    }
}
footer {
    background: url("../img/shared/bg03.jpg");
    color: #fff;
}
footer .wrap {
    max-width: 100%;
    padding: 0 80px;
}
footer .footer__nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 98px;
}
footer .footer__nav ul {
    align-items: center;
    justify-content: center;
    gap: 25px;
}
footer .footer__nav ul .active, footer .footer__nav ul a:hover {
    text-decoration-line: underline;
    text-underline-offset: 4px;
}
footer .footer__set {
    padding-top: 40px;
    padding-bottom: 53px;
    max-width: 1000px;
    margin: 0 auto;
}
footer .footer__box {
    padding-left: 34px;
    width: 38.7%;
}
footer .footer__logo {
    width: 65vw;
    max-width: 347px;
    margin-bottom: 16px;
}
footer .ftel {
    margin-bottom: 25px;
    letter-spacing: 1.5px;
}
footer .ftel dl dt {
    margin-bottom: 18px;
}
footer .ftel .note {
    padding-top: 9px;
    letter-spacing: 0.7px;
}
footer .footer__right {
    width: 52.2%;
    padding-top: 44px;
}
footer .footer__right .vcard {
    line-height: 28px;
    letter-spacing: 0.8px;
}
footer .footer__right .vcard a {
    text-decoration-line: underline;
    text-underline-offset: 6px;
}
footer .footer__right .vcard a:hover {
    text-decoration: none;
}
footer .footer__right .vcard p span {
    padding-left: 82px;
}
footer .footer__right .vcard p + p {
    margin-top: 28px;
}
footer .footer__bottom {
    position: relative;
    padding-top: 32px;
    padding-bottom: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer__bottom #socialbuttons {
    position: absolute;
    top: 60px;
    right: 0;
    z-index: 2;
}
footer .footer__bottom .footer__url {
    text-align: right;
    font-size: 14px;
    display: inline-block;
    padding-left: 30px;
    line-height: 1;
    position: absolute;
    top: 29px;
    right: 0;
    z-index: 2;
}
footer .footer__bottom .footer__url::before {
    content: "";
    background: url("../img/shared/icon_copy.png") no-repeat;
    background-size: 100% auto;
    width: 13px;
    height: 14px;
    filter: brightness(0) invert(1);
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
footer .footer__bottom .footer__add {
    text-align: left;
    position: relative;
    padding-top: 32px;
    font-size: 14px;
    line-height: 1;
}
footer .footer__bottom .footer__add address {
    position: absolute;
    top: 0;
    left: 0;
}
footer .footer__bottom .cookies-link a {
    text-decoration-line: underline;
    text-underline-offset: 6px;
}
footer .footer__bottom .cookies-link a:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    footer {
        padding: 15vw 0 130px;
    }
    footer .footer__logo {
        margin: 0 auto;
    }
    footer .footer__box {
        width: auto;
        padding: 0 5vw;
    }
    footer .ftel {
        padding-top: 5vw;
        text-align: center;
        margin-bottom: 8vw;
    }
    footer .ftel .note {
        font-size: 12px;
    }
    footer .footer__right {
        width: auto;
        padding: 10vw 5vw 0;
    }
    footer .footer__right .vcard {
        text-align: center;
    }
    footer .footer__right .vcard p + p {
        margin-top: 5vw;
    }
    footer .footer__set {
        padding-top: 10vw;
        padding-bottom: 10vw;
        margin: 0 -7%;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }
    footer .footer__bottom {
        border-top: none;
        text-align: center;
        padding-top: 8vw;
        padding-bottom: 0;
    }
    footer .footer__bottom #socialbuttons {
        position: relative;
        top: 0;
        right: 0;
        z-index: 2;
        left: 0;
        text-align: center;
    }
    footer .footer__bottom .footer__url {
        text-align: center;
        font-size: 14px;
        display: inline-block;
        padding-left: 23px;
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin: 7vw auto;
    }
    footer .footer__bottom .footer__add {
        text-align: center;
        padding-top: 0;
        margin-bottom: 12vw;
    }
    footer .footer__bottom .footer__add address {
        position: relative;
        padding-top: 8vw;
    }
}
#nav-fixed {
    background: url("../img/shared/bg03.jpg");
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden;
}
#nav-fixed .wrap {
    max-width: 100%;
}
#nav-fixed .col {
    justify-content: flex-end;
}
#nav-fixed .mainnav {
    gap: 34px;
    padding-top: 6px;
}
#nav-fixed .mainnav li .active, #nav-fixed .mainnav li a:hover {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
}
#nav-fixed .row-sns {
    padding-right: 89px;
    padding-top: 24px;
}
#nav-fixed .row-sns .htel__fix dl {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#nav-fixed .row-sns .htel__fix dl dt {
    font-size: 13px;
    padding-top: 3px;
    padding-right: 18px;
    letter-spacing: 0;
}
#nav-fixed .row-sns .htel__fix dl dd span {
    font-size: 20px;
    font-weight: 500;
}
#nav-fixed .row-sns .htel__fix dl dd span small {
    font-size: 13px;
    font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 1299px) {
    #nav-fixed .mainnav {
        gap: 20px;
    }
    #nav-fixed .row-sns {
        padding-right: 20px;
    }
    footer .footer__nav ul {
        gap: 20px;
    }
    footer .wrap {
        padding: 0 35px;
    }
    footer .footer__bottom #socialbuttons,
    footer .footer__bottom .footer__url {
        right: 40px;
    }
}
.fixed-btn #nav-fixed {
    opacity: 1;
    visibility: visible;
}
.fix-bnr__web {
    text-align: center;
    width: 150px;
}
.fix-bnr__web a {
    color: #fff;
    display: flex;
    font-size: 15px;
    line-height: 20px;
    background-color: #062355;
    transition: all .4s ease;
    text-align: center;
    justify-content: center;
    padding-bottom: 20px;
}
.fix-bnr__web a:hover {
    opacity: .6;
    text-decoration: none;
}
.fix-bnr__web span {
    position: relative;
    padding-top: 46px;
    letter-spacing: 3px;
}
.fix-bnr__web span::before {
    content: "";
    background: url("../img/shared/icon_web.png") no-repeat;
    background-size: 100% auto;
    width: 23px;
    height: 22px;
    top: 19px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}
.header__lg {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.header__lg li {
    border: 1px solid #fff;
    margin-right: -1px;
}
.header__lg li a {
    font-size: 17px;
    letter-spacing: 2px;
    display: block;
    line-height: 1;
    padding: 7px 12px;
}
.header__lg li a:hover {
    opacity: .6;
    transition: all .5s ease;
    text-decoration: none;
}
.header-box {
    position: relative;
}
.header-box h1 {
    position: absolute;
    bottom: 19px;
    left: 30px;
    color: #fff;
    z-index: 2;
    font-size: 13px;
    line-height: 1.6;
}
.header-box .logo {
    max-width: 320px;
    width: 50vw;
    position: absolute;
    top: 35px;
    left: 50px;
    z-index: 2;
}
.header-box .header-left {
    position: absolute;
    top: 0;
    right: 0;
    width: 480px;
    z-index: 2;
}
.header-box .header-left .left {
    width: 48%;
    justify-content: flex-end;
    flex-wrap: wrap;
    color: #fff;
    padding-top: 14px;
}
.header-box .header-left .left .tel__line {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 19px;
    letter-spacing: 1.6px;
}
.header-box .header-left .left .tel__line small {
    font-size: 20px;
}
.header-box .header__web .bnr__web a {
    font-size: 18px;
    padding: 37px 11px;
}
.header-box .header__web .bnr__web a span::before {
    left: 8px;
}
@media screen and (max-width: 767px) {
    .header-box h1 {
        bottom: auto;
        color: #222222;
        left: 20px;
        right: 20px;
        font-size: 13px;
        top: 130vw;
    }
    .header-box .logo {
        width: 58vw;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-box .header-left {
        position: absolute;
        top: 0;
        right: 0;
        width: 480px;
        z-index: 2;
    }
    .header-box .header-left .left {
        width: 48%;
        justify-content: flex-end;
        flex-wrap: wrap;
        color: #fff;
        padding-top: 14px;
    }
    .header-box .header-left .left .tel__line {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 19px;
        letter-spacing: 1.6px;
    }
    .header-box .header-left .left .tel__line small {
        font-size: 20px;
    }
    .header-box .header__web .bnr__web a {
        font-size: 18px;
        padding: 37px 11px;
    }
    .header-box .header__web .bnr__web a span::before {
        left: 8px;
    }
}
.header__pc {
    width: 387px;
    position: absolute;
    top: 152px;
    right: 0px;
    z-index: 3;
}
.header__pc .d__flex {
    gap: 8px;
}
.header__pc .d__flex li {
    width: 42px;
}
.header__pc a {
    color: #fff;
    cursor: pointer;
    position: relative;
    letter-spacing: 6px;
}
.header__pc a::before {
    content: "";
    background: #fff;
    width: 1px;
    height: 98%;
    position: absolute;
    top: 0;
    right: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.header__pc a.active, .header__pc a:hover {
    text-decoration: none;
}
.header__pc a.active::before, .header__pc a:hover::before {
    opacity: 1;
    visibility: visible;
}
.nav-header .blog__sns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 10vw;
}
.nav-header .blog__sns .bnr__ins {
    width: 37px;
}
.nav-header .blog__sns .header__lg li {
    border-color: #232323;
}
.nav-header .blog__sns .header__lg li a {
    color: #222222;
    font-size: 16px;
}
.nav-header .header-tel__sp {
    text-align: center;
    margin-bottom: 5vw;
}
.nav-header .header-tel__sp dl {
    margin-bottom: 2vw;
}
.nav-header .header-tel__sp dl dt {
    margin-bottom: 2vw;
}
#head-key {
    height: 899px;
    position: relative;
}
#head-key::after {
    content: "";
    background: url("../img/shared/bg03.jpg");
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
        z-index: 1;
}
#head-key .ob-img {
    height: 899px;
}
@media screen and (max-width: 767px) {
    #head-key {
        height: 125vw;
    }
    #head-key .ob-img {
        height: 125vw;
    }
}
#fixed-sp {
   
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 123;
}
#fixed-sp ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    
     
}
#fixed-sp ul li {
    position: relative;
    width: 25%;
    background: #062355;
    border-top: 1px solid #f3f3f0;
}
#fixed-sp ul li:nth-child(3)::after {

}
#fixed-sp ul li::after {
    content: "";
    background: #f3f3f0;
    width: 1px;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}
#fixed-sp ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
#fixed-sp ul li a {
    display: block;
    letter-spacing: 0.1em;
    text-align: center;
    color: #f3f3f0;
}
#fixed-sp ul li a:hover {
    text-decoration: none;
}
#fixed-sp ul li span {
    display: inline-block;
    font-size: 14px;
    padding: 38px 0 10px;
    text-align: center;
    letter-spacing: 1px;
}
#fixed-sp .ft__top {
    background: #062355;
    border-top: 1px solid #fff;
    
}

.menu-open #fixed-sp .ft__top {
    border-top: none;
    border-left: none;
    background: url(../img/shared/bg.jpg);
}

#fixed-sp .ft__top::after {
    width: 100%;
    left: 0;
    content: 'MENU';
    text-align: center;
    font-size: 13px;
    line-height: 1;
    color: #fff;
    letter-spacing: 1px;
    top: 46px;
    background: none;
    position: absolute;
}
#fixed-sp ul .ft__tel::before {
    background: url("../img/shared/icon_tel.png") no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 26px;
    top: 12px;
}
#fixed-sp ul .ft__web::before {
    background: url("../img/shared/icon_web.png") no-repeat;
    background-size: 100% auto;
    width: 22px;
    height: 21px;
    top: 14px;
}
#fixed-sp ul .ft__map::before {
    background: url("../img/shared/icon_map.png") no-repeat;
    background-size: 100% auto;
    width: 18px;
    height: 25px;
    top: 12px;
}
.menu-open #fixed-sp .ft__top::after {
    content: 'CLOSE';
    color: #222;
}
.bnr__shared {
    width: 362px;
}
.bnr__shared a {
    display: block;
    color: #fff;
    position: relative;
    background: url("../img/shared/bg03.jpg");
    line-height: 1;
    padding: 25px 0 25px 2px;
    font-size: 20px;
    text-align: center;
    transition: all .5s ease;
    letter-spacing: 1px;
}
.bnr__shared a::before {
    content: "";
    background: url("../img/shared/icon_arrow.png") no-repeat;
    background-size: 100% auto;
    width: 45px;
    height: 11px;
    position: absolute;
    top: 47%;
    left: 0;
    transform: translateY(-50%);
}
.bnr__shared a::after {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
}
.bnr__shared a:hover {
    opacity: .6;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .bnr__shared {
        width: 84vw;
        margin-left: auto;
        margin-right: auto;
        max-width: 362px;
    }
    .bnr__shared a {
        padding: 21px 0;
        font-size: 16px;
    }
    .bnr__shared a::before {
        width: 37px;
        height: 11px;
    }
    .bnr__shared a:hover {
        opacity: 1;
    }
}

.list__bnr {
    max-width: 820px;
    margin: 0 auto;
}
.list__bnr li + li {
    margin-top: 4vw;
}

@media screen and (min-width: 768px) {
    .list__bnr li + li {
        margin-top: 0;
    }
}

.slider__s .slick-track {
    transform: translate3d(0px, 0px, 0px)!important;
}


#fixed-pc {
    position: fixed;
    right: 20px;
    top: 143px;
    z-index: 123;
    width: 65px;
    padding-bottom: 24px;
    background: url("../img/shared/bg02.jpg");
    opacity: 0;
    visibility: hidden;
        transition: all .5s ease;
}
.fixed-btn #fixed-pc {
    opacity: 1;
    visibility: visible;
}

#fixed-pc ul li {
    display: block;
    text-align: center;
    width: 36px;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
}
#fixed-pc ul li:first-child {
    width: 100%;
}
#fixed-pc ul li:last-child {
    margin-top: 25px;
}
