.text-shadow {
    text-shadow: 0 0 0 #8d0a0a, 5px 5px 0px #8d0a0a, 5px 5px 0px #8d0a0a, 5px 5px 0px #8d0a0a, 5px 5px 0px #8d0a0a, 5px 5px 0px #8d0a0a, 5px 5px 0px #8d0a0a
}

.tel-shared {
    text-align: center;
    line-height: 1
}

.tel-shared dl dt {
    font-size: 17px;
    letter-spacing: .05em
}

.tel-shared dl dd {
    margin-top: 11px;
    font-size: 27.5px;
    letter-spacing: 0
}

.tel-shared dl dd img {
    width: 18px;
    margin: -5px 5px 0 2px
}

.tel-shared .note {
    margin-top: 7px;
    font-size: 11px;
    letter-spacing: .1em
}

@media screen and (min-width: 768px) {
    .tel-shared dl dt {
        font-size: 24px
    }

    .tel-shared dl dd {
        margin-top: 14px;
        font-size: 42px
    }

    .tel-shared dl dd img {
        width: 28px;
        margin: -11px 10px 0 -10px
    }

    .tel-shared .note {
        margin-top: 6px;
        font-size: 12px
    }
}

.btn-shared {
    position: relative;
    z-index: 1;
    padding-left: 4px
}

.btn-shared::before {
    content: "";
    position: absolute;
    background: #fff;
    top: 4px;
    bottom: -4px;
    left: 0;
    right: 4px;
    z-index: -1
}

.btn-shared a {
    position: relative;
    display: block;
    background: url("../img/shared/bg1.jpg") repeat center;
    color: #8b0c0c;
    text-align: center;
    line-height: 66px
}

.btn-shared a::before,
.btn-shared a:after {
    content: "";
    position: absolute;
    height: 2px;
    left: 9px;
    right: 9px
}

.btn-shared a::before {
    border-top: 2px dotted #fff;
    top: 9px
}

.btn-shared a::after {
    border-bottom: 2px dotted #fff;
    bottom: 9px
}

.btn-shared a span {
    content: "";
    position: absolute;
    background: #8b0c0c;
    top: 50%;
    right: 34px;
    transform: translateY(-50%);
    width: 11.5px;
    height: 13.5px;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.btn-shared.type-popup a .arrow {
    background: url("../img/shared/icon_popup.png") no-repeat;
    background-size: 100%;
    -webkit-clip-path: unset;
    clip-path: unset;
    width: 15px;
    height: 15px
}

@media screen and (min-width: 768px) {
    .btn-shared {
        width: 355px;
        padding-left: 5px;
        transition: .3s linear
    }

    .btn-shared::before {
        top: 5px;
        bottom: -5px;
        right: 5px
    }

    .btn-shared a {
        padding-bottom: 3px;
        font-size: 22px;
        line-height: 75px
    }

    .btn-shared a::before,
    .btn-shared a:after {
        left: 10px;
        right: 10px
    }

    .btn-shared a::before {
        top: 10px
    }

    .btn-shared a::after {
        bottom: 10px
    }

    .btn-shared a span {
        right: 40px;
        width: 14px;
        height: 16px
    }

    .btn-shared.type-popup a .arrow {
        width: 19px;
        height: 19px
    }

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

.btn-reserve {
    width: 67vw;
    margin-left: auto;
    margin-right: auto
}

.btn-reserve a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../img/shared/bg3.jpg") repeat center;
    color: #fff;
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 15px;
    line-height: 58px;
    letter-spacing: .12em
}

.btn-reserve a img {
    width: 17.5px
}

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

@media screen and (min-width: 768px) {
    .btn-reserve {
        width: 300px
    }

    .btn-reserve a {
        -moz-column-gap: 10px;
        column-gap: 10px;
        font-size: 18px;
        line-height: 70px
    }

    .btn-reserve a img {
        width: 21px
    }
}

.photo-deco img {
    border: 5px solid #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, .3)
}

@media screen and (min-width: 768px) {
    .photo-deco img {
        border-width: 10px
    }
}

#reservation {
    padding: 15vw 0
}

#reservation .wrap {
    padding: 0 5vw
}

#reservation .inner {
    position: relative;
    background: url("../img/shared/bg2.jpg") repeat center;
    color: #fff;
    padding: 10vw 6vw
}

#reservation .inner::before {
    content: "";
    position: absolute;
    border: 2px dashed #fff;
    inset: 2vw
}

#reservation .set1 h2 {
    text-align: center;
    font-size: 6.33vw;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0
}

#reservation .set1 .txt {
    margin-top: 5vw;
    font-size: 14px
}

#reservation .set2 {
    border-top: 3px solid #fff;
    margin-top: 10vw;
    padding-top: 10vw
}

#reservation .set2 .btn-reserve {
    margin-top: 5vw
}

#reservation .set3 {
    margin-top: 12vw
}

#reservation .set3 h3 {
    text-align: center;
    font-size: 5vw;
    font-weight: 900;
    line-height: 1.7;
    letter-spacing: 0
}

#reservation .set3 .txt {
    margin-top: 5vw;
    font-size: 14px
}

@media screen and (min-width: 768px) {
    #reservation {
        padding: 91px 0 107px
    }

    #reservation .wrap {
        max-width: 1270px;
        padding: 0 30px
    }

    #reservation .inner {
        padding: 44px 30px 53px
    }

    #reservation .inner::before {
        inset: 9px
    }

    #reservation .set1 h2 {
        font-size: 40px
    }

    #reservation .set1 .txt {
        text-align: center;
        margin-top: 22px;
        font-size: 17px
    }

    #reservation .set2 {
        max-width: 1000px;
        margin: 51px auto 0;
        padding-top: 58px
    }

    #reservation .set2 .btn-reserve {
        margin-top: 24px
    }

    #reservation .set3 {
        margin-top: 54px
    }

    #reservation .set3 h3 {
        font-size: 25px
    }

    #reservation .set3 .txt {
        text-align: center;
        margin-top: 9px;
        font-size: 17px
    }
}

#bnr .group-link li a {
    display: block;
    color: #fff;
    padding: 15vw 0
}

#bnr .group-link li a h2 {
    text-align: center;
    font-size: 7.67vw;
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0
}

#bnr .group-link li a h2 small {
    display: block;
    font-size: 4.7vw;
    letter-spacing: 0
}

#bnr .group-link li a .sub-ttl {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 5vw auto 0;
    padding-right: 8vw;
    font-size: 5vw;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0
}

#bnr .group-link li a .sub-ttl::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_popup_w.png") no-repeat;
    background-size: 100%;
    width: 5vw;
    height: 5vw;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

#bnr .group-link li a .sub-ttl.arrow::before {
    background: #fff;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    width: 3vw;
    height: 3.5vw
}

#bnr .group-link li:nth-child(1) a {
    background: url("../img/menu/sec5_bg1.jpg") no-repeat center/cover
}

#bnr .group-link li:nth-child(2) {
    margin-top: 2vw
}

#bnr .group-link li:nth-child(2) a {
    background: url("../img/menu/sec5_bg2.jpg") no-repeat center/cover
}

@media screen and (min-width: 768px) {
    #bnr .group-link {
        display: flex;
        justify-content: space-between
    }

    #bnr .group-link li {
        width: calc(50% - 3px)
    }

    #bnr .group-link li a {
        padding: 189px 0 123px
    }

    #bnr .group-link li a h2 {
        font-size: 50px
    }

    #bnr .group-link li a h2 small {
        font-size: 30px
    }

    #bnr .group-link li a .sub-ttl {
        padding-right: 61px;
        margin-top: 30px;
        font-size: 30px
    }

    #bnr .group-link li a .sub-ttl::before {
        width: 31px;
        height: 31px
    }

    #bnr .group-link li a .sub-ttl.arrow {
        padding-right: 56px
    }

    #bnr .group-link li a .sub-ttl.arrow::before {
        width: 14px;
        height: 16px
    }

    #bnr .group-link li a:hover {
        opacity: .7
    }

    #bnr .group-link li:nth-child(2) {
        margin-top: 0
    }
}

#header {
    position: relative;
    z-index: 3
}

#header h1 {
    padding: 4.5vw 4% 0;
    text-align: center;
    opacity: .5;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: .1em
}

#header .row {
    padding-top: 3vw
}

#header .row .col-l .logo {
    width: 53%;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    #header h1 {
        position: absolute;
        z-index: 1;
        height: 900px;
        text-align: left;
        padding: 0;
        top: 188px;
        right: 44px;
        opacity: 1;
        font-size: 14px;
        line-height: 30px;
    }

    #header .row {
        display: flex;
        justify-content: space-between;
        padding: 15px 15px 0
    }

    #header .row .col-l .logo {
        width: 340px;
        margin: 0
    }

    #header .row .col-l .box {
        background: url("../img/shared/bg_bd.jpg") repeat center;
        padding: 28px 0 30px 44px
    }

    #header .row .col-l .box .btn-tel dl {
        line-height: 1
    }

    #header .row .col-l .box .btn-tel dl dt {
        font-size: 20px;
        letter-spacing: .05em
    }

    #header .row .col-l .box .btn-tel dl dd {
        margin-top: 4px;
        font-size: 32px;
        letter-spacing: 0
    }

    #header .row .col-l .box .btn-tel dl dd img {
        width: 23px;
        margin: -7px 7px 0 2px
    }

    #header .row .col-l .box .btn-reserve {
        width: 250px;
        margin: 14px 0 0 2px
    }

    #header .row .col-r .nav-list-1 {
        display: flex;
        justify-content: flex-end;
        -moz-column-gap: 23.5px;
        column-gap: 23.5px;
        margin: 33px 33px 0 0
    }

    #header .row .col-r .nav-list-1 li a {
        display: block;
        padding: 0 12px 2px 13px;
        font-size: 22px;
        line-height: 27px;
        font-weight: 900;
        letter-spacing: .1em
    }

    #header .row .col-r .nav-list-1 li a:hover,
    #header .row .col-r .nav-list-1 li a.active {
        background: url("../img/shared/bg3.jpg") repeat center;
        color: #fff
    }

    #header .row .col-r .nav-list-2 {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 9px 50px 0 0
    }

    #header .row .col-r .nav-list-2 li a {
        display: block
    }

    #header .row .col-r .nav-list-2 li a:hover {
        opacity: .8
    }

    #header .row .col-r .nav-list-2 li:nth-child(-n+3) a {
        font-size: 18px;
        font-weight: 900;
        line-height: 19px;
        letter-spacing: .1em
    }

    #header .row .col-r .nav-list-2 li:nth-child(n+4) {
        width: 33px
    }

    #header .row .col-r .nav-list-2 li:nth-child(2) {
        border-left: 2px solid rgba(34, 34, 34, .5);
        border-right: 2px solid rgba(34, 34, 34, .5);
        padding: 0 28px 0 29px;
        margin: 0 30px 0 28px
    }

    #header .row .col-r .nav-list-2 li:nth-child(4) {
        margin: 0 31px 0 27px
    }
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #header .row .col-r .nav-list-1 {
        -moz-column-gap: 15px;
        column-gap: 15px;
        margin-right: 0
    }

    #header .row .col-r .nav-list-1 li a {
        font-size: 18px
    }

    #header .row .col-r .nav-list-2 {
        margin-right: 17px
    }
}

#menu-toggle {
    position: fixed;
    top: 0;
    bottom: 69px;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transition: .3s linear;
}

#menu-toggle .logo {
    width: 70%;
    margin: 0 auto;
    padding-top: 48px;
}

#menu-toggle .group {
    margin-top: 49px;
    padding-bottom: 100px;
}

#menu-toggle .col-r .nav-list-1 li a {
    position: relative;
    display: block;
}

#menu-toggle .col-r .nav-list-1 li a::before {
    content: "";
    position: absolute;
    background: #8b0c0c;
    height: 5px;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

#menu-toggle .col-r .nav-list-1 li a span {
    position: relative;
    z-index: 1;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    background: #fff;
    padding: 0 14px;
    font-size: 25px;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: .1em
}

#menu-toggle .col-r .nav-list-1 li a.active::before {
    opacity: 1
}

#menu-toggle .col-r .nav-list-1 li+li {
    margin-top: 18.5px
}

#menu-toggle .col-r .nav-list-2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 255px;
    margin: 30px auto 0
}

#menu-toggle .col-r .nav-list-2 li a {
    display: block
}

#menu-toggle .col-r .nav-list-2 li:nth-child(-n+3) a {
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .1em
}

#menu-toggle .col-r .nav-list-2 li:nth-child(n+4) {
    margin-top: 30px
}

#menu-toggle .col-r .nav-list-2 li:nth-child(n+4) a {
    width: 50px
}

#menu-toggle .col-r .nav-list-2 li:nth-child(n+4) a img {
    display: block;
}

#menu-toggle .col-r .nav-list-2 li:nth-child(2) {
    border-left: 1px solid rgba(34, 34, 34, .5);
    border-right: 1px solid rgba(34, 34, 34, .5);
    margin: 0 13px;
    padding: 0 13px
}

#menu-toggle .col-r .nav-list-2 li:nth-child(4) {
    margin-right: 60px
}

@media screen and (max-width: 767px) {
    #menu-toggle .menu-line span {
        position: fixed;
        background: #feb800;
        z-index: 1;
    }

    #menu-toggle .menu-line span:nth-child(1),
    #menu-toggle .menu-line span:nth-child(2) {
        top: 0;
        bottom: 69px;
        width: 7.5px;
    }

    #menu-toggle .menu-line span:nth-child(1) {
        left: 0;
    }

    #menu-toggle .menu-line span:nth-child(2) {
        right: 0;
    }

    #menu-toggle .menu-line span:nth-child(3),
    #menu-toggle .menu-line span:nth-child(4) {
        left: 0;
        right: 0;
        height: 7.5px;
    }

    #menu-toggle .menu-line span:nth-child(3) {
        top: 0;
    }

    #menu-toggle .menu-line span:nth-child(4) {
        bottom: 69px;
    }
}

@media screen and (min-width: 768px) {
    #menu-toggle {
        top: 0;
        bottom: auto;
        background: url("../img/shared/bg1.jpg") repeat center;
        overflow: hidden;
    }

    #menu-toggle.fixed {
        opacity: 1;
        visibility: visible;
        pointer-events: all
    }

    #menu-toggle .inner {
        background: transparent;
    }

    #menu-toggle .group {
        display: flex;
        justify-content: space-between;
        margin: 0;
        padding: 0;
    }

    #menu-toggle .col-l {
        display: flex !important
    }

    #menu-toggle .col-l li {
        background: #fff
    }

    #menu-toggle .col-l .fixed-tel {
        display: flex;
        align-items: center;
        flex-direction: column;
        text-align: center;
        width: 210px;
        height: 110px;
        padding-top: 37px
    }

    #menu-toggle .col-l .fixed-tel dl {
        line-height: 1
    }

    #menu-toggle .col-l .fixed-tel dl dt {
        font-size: 12px;
        letter-spacing: .12em
    }

    #menu-toggle .col-l .fixed-tel dl dd {
        margin-top: 4px;
        font-size: 24px;
        letter-spacing: .01em
    }

    #menu-toggle .col-l .fixed-tel dl dd img {
        width: 17px;
        margin: -4px 3px 0 1px
    }

    #menu-toggle .col-l .fixed-reserve {
        border-left: 1px solid rgba(34, 34, 34, .2);
        width: 180px
    }

    #menu-toggle .col-l .fixed-reserve a {
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 110px;
        padding-top: 32px;
        font-size: 15px;
        line-height: 1
    }

    #menu-toggle .col-l .fixed-reserve a img {
        width: 21px;
        margin-bottom: 8px
    }

    #menu-toggle .col-l .fixed-reserve a:hover {
        opacity: .8
    }

    #menu-toggle .col-r .nav-list-1 {
        display: flex;
        justify-content: flex-end;
        -moz-column-gap: 23.5px;
        column-gap: 23.5px;
        margin: 21px 43px 0 0
    }

    #menu-toggle .col-r .nav-list-1 li a::before {
        display: none
    }

    #menu-toggle .col-r .nav-list-1 li a span {
        background: rgba(0, 0, 0, 0);
        margin: 0;
        padding: 0 12px 2px 13px;
        font-size: 22px;
        line-height: 27px
    }

    #menu-toggle .col-r .nav-list-1 li a:hover span,
    #menu-toggle .col-r .nav-list-1 li a.active span {
        background: url("../img/shared/bg3.jpg") repeat center;
        color: #fff
    }

    #menu-toggle .col-r .nav-list-1 li+li {
        margin-top: 0
    }

    #menu-toggle .col-r .nav-list-2 {
        flex-wrap: nowrap;
        justify-content: flex-end;
        max-width: 100%;
        margin: 15px 61px 0 0
    }

    #menu-toggle .col-r .nav-list-2 li a:hover {
        opacity: .8
    }

    #menu-toggle .col-r .nav-list-2 li:nth-child(-n+3) a {
        font-size: 18px
    }

    #menu-toggle .col-r .nav-list-2 li:nth-child(n+4) {
        margin-top: 0
    }

    #menu-toggle .col-r .nav-list-2 li:nth-child(n+4) a {
        width: 32px
    }

    #menu-toggle .col-r .nav-list-2 li:nth-child(2) {
        border-width: 2px;
        margin: 0 29px 0 28px;
        padding: 0 28px 0 29px
    }

    #menu-toggle .col-r .nav-list-2 li:nth-child(4) {
        margin: 0 32px 0 28px
    }
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #menu-toggle .col-r .nav-list-1 {
        -moz-column-gap: 15px;
        column-gap: 15px;
        margin-right: 15px
    }

    #menu-toggle .col-r .nav-list-1 li a span {
        font-size: 18px
    }

    #menu-toggle .col-r .nav-list-2 {
        margin-right: 27px
    }
}

@media screen and (min-width: 768px)and (max-width: 1100px) {
    #menu-toggle .col-r .nav-list-1 {
        -moz-column-gap: 5px;
        column-gap: 5px;
        margin-right: 15px
    }
}

#footer {
    background: url("../img/shared/bg2.jpg") repeat center;
    color: #fff;
    padding: 11vw 0 30vw
}

#footer .set1 .row .col-l .logo {
    width: 53%;
    margin: 0 auto
}

#footer .set1 .row .col-l .tel-shared {
    margin-top: 8vw
}

#footer .set1 .row .col-l .btn-reserve {
    margin-top: 4vw
}

#footer .set1 .row .col-r {
    margin-top: 9vw
}

#footer .set1 .row .col-r .info {
    text-align: center
}

#footer .set1 .row .col-r .info li {
    line-height: 27.5px
}

#footer .set1 .row .col-r .info li a {
    display: inline-block;
    position: relative
}

#footer .set1 .row .col-r .info li a::before {
    content: "";
    position: absolute;
    background: #fff;
    height: 1px;
    bottom: 0;
    left: 7px;
    right: 9px
}

#footer .set1 .row .col-r .info li a:hover::before {
    opacity: 0
}

#footer .set1 .row .col-r .info li+li {
    margin-top: 17px
}

#footer .set1 .row .col-r .sns {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4.5vw;
    -moz-column-gap: 20px;
    column-gap: 20px
}

#footer .set1 .row .col-r .sns li {
    line-height: 1
}

#footer .set1 .row .col-r .sns li a {
    display: block
}

#footer .set1 .row .col-r .sns li a img {
    display: block;
    width: 25px
}

#footer .set2 {
    margin: 10vw 7% 0
}

#footer .set2 .inner {
    border-top: 2px solid #fff;
    padding-top: 10vw
}

#footer .set2 .group .btn-copy {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

#footer .set2 .group .btn-copy a {
    position: relative;
    display: block;
    padding-left: 14px;
    font-size: 11px
}

#footer .set2 .group .btn-copy a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_copy.png") no-repeat;
    width: 9px;
    height: 9px;
    background-size: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

#footer .set2 .group .btn-copy a span {
    letter-spacing: .05em
}

#footer .set2 .group .btn-copy a:hover {
    text-decoration: underline
}

#footer .set2 .btn-cookie {
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.5vw auto 0
}

#footer .set2 .btn-cookie a {
    display: block;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: .15em
}

#footer .set2 .btn-cookie a:hover {
    border-color: rgba(0, 0, 0, 0)
}

#footer .set2 address {
    text-align: center;
    margin-top: 3.5vw;
    font-size: 11px;
    line-height: 25px;
    letter-spacing: .1em
}

#footer .pagetop {
    position: absolute;
    bottom: 75px;
    right: 6px;
    width: 85px;
    height: 85px;
    -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background: url("../img/shared/bg1.jpg") repeat center;
    z-index: 100;
}

#footer .pagetop::before {
    content: "";
    position: absolute;
    background: #201104;
    z-index: 1;
    -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    bottom: 20px;
    right: 20px;
    width: 11px;
    height: 10px
}

#footer .pagetop a {
    display: block
}

@media screen and (min-width: 768px) {
    #footer {
        padding: 46px 0 58px
    }

    #footer .set1 {
        max-width: 1200px;
        margin: 0 auto
    }

    #footer .set1 .nav-list {
        display: flex;
        justify-content: center;
        -moz-column-gap: 23.5px;
        column-gap: 23.5px
    }

    #footer .set1 .nav-list li a {
        display: block;
        padding: 0 12px 3px 13px;
        font-size: 22px;
        font-weight: 900;
        line-height: 26px;
        letter-spacing: .1em
    }

    #footer .set1 .nav-list li a:hover,
    #footer .set1 .nav-list li a.active {
        background: url("../img/shared/bg3.jpg") repeat center
    }

    #footer .set1 .row {
        display: flex;
        max-width: 1124px;
        margin: 49px auto 0
    }

    #footer .set1 .row .col-l {
        margin: 0 58px
    }

    #footer .set1 .row .col-l .logo {
        width: 339px
    }

    #footer .set1 .row .col-l .tel-shared {
        margin-top: 39px
    }

    #footer .set1 .row .col-l .btn-reserve {
        margin-top: 22px
    }

    #footer .set1 .row .col-r {
        border-left: 2px solid #fff;
        margin-top: 3px;
        padding-left: 61px
    }

    #footer .set1 .row .col-r .info {
        text-align: left
    }

    #footer .set1 .row .col-r .info li {
        line-height: 28px
    }

    #footer .set1 .row .col-r .info li a {
        margin-left: -6px
    }

    #footer .set1 .row .col-r .info li a::before {
        bottom: -4px;
        left: 8px;
        right: 8px
    }

    #footer .set1 .row .col-r .info li+li {
        margin-top: 6px
    }

    #footer .set1 .row .col-r .sns {
        justify-content: flex-start;
        -moz-column-gap: 30px;
        column-gap: 30px;
        margin-top: 25px
    }

    #footer .set1 .row .col-r .sns li a img {
        width: 36px
    }

    #footer .set1 .row .col-r .sns li:first-child {
        margin-right: 20px
    }

    #footer .set2 {
        position: relative;
        max-width: 1430px;
        padding: 0 30px;
        margin: 52px auto 0
    }

    #footer .set2 .inner {
        padding-top: 13px
    }

    #footer .set2 .group {
        position: absolute;
        top: -98px;
        right: 30px
    }

    #footer .set2 .group .btn-copy {
        margin: 0 0 0 auto
    }

    #footer .set2 .group .btn-copy a {
        padding-left: 20px;
        font-size: 17px
    }

    #footer .set2 .group .btn-copy a::before {
        width: 15px;
        height: 15px
    }

    #footer .set2 .btn-cookie {
        margin: 0
    }

    #footer .set2 .btn-cookie a {
        padding-bottom: 0;
        font-size: 17px;
        line-height: 30px
    }

    #footer .set2 address {
        text-align: left;
        margin-top: 2px;
        font-size: 17px;
        line-height: 30px
    }

    #footer .pagetop {
        cursor: pointer;
        bottom: 14.5px;
        right: 14.5px;
        width: 170px;
        height: 170px;
        transition: .3s linear
    }

    #footer .pagetop::before {
        bottom: 40px;
        right: 40px;
        width: 22px;
        height: 20px
    }

    #footer .pagetop:hover {
        opacity: .7
    }
}

@media screen and (min-width: 768px)and (max-width: 1200px) {
    #footer .set1 .nav-list {
        -moz-column-gap: 1.6666666667vw;
        column-gap: 1.6666666667vw
    }

    #footer .set1 .nav-list li a {
        padding: 0 1vw .25vw 1.0833333333vw;
        font-size: 1.8333333333vw;
        line-height: 1.1818181818
    }

    #footer .set1 .row {
        justify-content: center
    }

    #footer .set1 .row .col-l {
        margin: 0 30px
    }

    #footer .set1 .row .col-r {
        padding-left: 30px
    }

    #footer .set1 .row .col-r .info {
        font-size: 16px
    }
}

#fixed-line .line {
    background: url("../img/shared/bg1.jpg") repeat center;
    z-index: 100
}

#fixed-line .line:nth-child(1),
#fixed-line .line:nth-child(2) {
    position: fixed;
    left: 0;
    right: 0;
    height: 7.5px
}

#fixed-line .line:nth-child(3),
#fixed-line .line:nth-child(4) {
    position: fixed;
    top: 0;
    bottom: 69px;
    width: 7.5px
}

#fixed-line .line:nth-child(1) {
    top: 0
}

#fixed-line .line:nth-child(2) {
    bottom: 69px
}

#fixed-line .line:nth-child(3) {
    left: 0
}

#fixed-line .line:nth-child(4) {
    right: 0
}

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

    #fixed-line .line:nth-child(1),
    #fixed-line .line:nth-child(2) {
        height: 15px
    }

    #fixed-line .line:nth-child(3),
    #fixed-line .line:nth-child(4) {
        width: 15px;
        bottom: 0
    }

    #fixed-line .line:nth-child(2) {
        bottom: 0
    }
}

#fixed-ft {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999
}

#fixed-ft ul {
    display: flex
}

#fixed-ft ul li {
    border-top: 1px solid #fff;
    width: 25%;
    height: 69px
}

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

#fixed-ft ul li span {
    display: block;
    text-align: center;
    color: #fff;
    margin: 9px 0;
    font-size: 11px;
    line-height: 1;
    letter-spacing: .2em
}

#fixed-ft ul li+li {
    border-left: 1px solid #fff
}

#fixed-ft ul li:nth-child(-n+2) {
    background: url("../img/shared/bg3.jpg") repeat center
}

#fixed-ft ul li:nth-child(n+3) {
    background: url("../img/shared/bg2.jpg") repeat center
}

#fixed-ft ul li:nth-child(1) img {
    width: 23.5px
}

#fixed-ft ul li:nth-child(2) img {
    width: 25px
}

#fixed-ft ul li:nth-child(3) img {
    width: 17px
}

#fixed-ft ul li:nth-child(4) span {
    margin-top: 20px
}

#fixed-ft ul li:nth-child(4) span.menu {
    display: block
}

#fixed-ft ul li:nth-child(4) span.close {
    display: none
}

#fixed-ft ul li:nth-child(4).is-active {
    background: #fff
}

#fixed-ft ul li:nth-child(4).is-active span {
    color: #222
}

#fixed-ft ul li:nth-child(4).is-active span.menu {
    display: none
}

#fixed-ft ul li:nth-child(4).is-active span.close {
    display: block
}

.remodal {
    background: url("../img/shared/bg_bd.jpg") repeat center;
    text-align: left;
    padding-bottom: 100px
}

.remodal h2 {
    text-align: center;
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: .05em
}

.remodal .note-lead {
    text-align: center;
    font-weight: 400
}

.remodal .row {
    margin-top: 40px
}

.remodal .row .col .item h3 {
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .15em
}

.remodal .row .col .item h3 small {
    font-size: 13px;
    letter-spacing: .15em
}

.remodal .row .col .item .txt {
    margin-bottom: -7px;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .15em
}

.remodal .row .col .item .txt small {
    font-size: 11px;
    letter-spacing: .15em
}

.remodal .row .col .item dl {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted rgba(0, 0, 0, .5);
    padding: 7px 0;
    font-size: 13px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .15em
}

.remodal .row .col .item dl.align-end {
    align-items: flex-end
}

.remodal .row .col .item dl dt {
    flex: 1
}

.remodal .row .col .item dl dd {
    text-align: right
}

.remodal .row .col .item .list li {
    border-bottom: 1px dotted rgba(0, 0, 0, .5);
    text-align: center;
    padding: 7px 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .15em
}

.remodal .row .col .item+.item {
    margin-top: 40px
}

.remodal .row .col+.col {
    margin-top: 40px
}

@media screen and (min-width: 768px) {
    .remodal {
        max-width: 1200px;
        margin: 50px 0;
        padding-bottom: 120px
    }

    .remodal h2 {
        font-size: 40px
    }

    .remodal .note-lead {
        margin-top: 0px
    }

    .remodal .row {
        display: flex;
        justify-content: space-between;
        max-width: 920px;
        margin: 35px auto 0
    }

    .remodal .row .col {
        width: 443px
    }

    .remodal .row .col .item h3 {
        padding-bottom: 2px;
        margin-bottom: 14px;
        font-size: 30px
    }

    .remodal .row .col .item h3 small {
        font-size: 15px
    }

    .remodal .row .col .item .txt {
        font-size: 16px
    }

    .remodal .row .col .item .txt small {
        font-size: 13px
    }

    .remodal .row .col .item dl {
        padding: 12px 0;
        font-size: 16px
    }

    .remodal .row .col .item .list li {
        padding: 12px 0;
        font-size: 16px
    }

    .remodal .row .col+.col {
        margin-top: 0px
    }
}