
@charset "utf-8";


/* ==========================
styles
========================== */
a:not([class]){color:inherit}a.textLink{color:#133780;text-decoration:underline}a.disabled{cursor:default;opacity:.4;pointer-events:none}ul.disc,ol.disc{list-style-type:none}ul.disc li,ol.disc li{position:relative;padding-left:1.25em}ul.disc li::before,ol.disc li::before{display:inline-block;position:absolute;top:.6875em;left:.375em;width:.25em;height:.25em;border-radius:50%;background-color:currentColor;content:""}ul.inlineList li,ol.inlineList li{display:inline}ul.inlineList li:not(:last-child)::after,ol.inlineList li:not(:last-child)::after{display:inline-block;content:","}ul.asteriskList li,ol.asteriskList li{position:relative;padding-left:1em}ul.asteriskList li::before,ol.asteriskList li::before{display:inline-block;position:absolute;top:0;left:0;content:"*"}ol.numberList{counter-reset:numberList}ol.numberList li{position:relative;padding-left:1.5em}ol.numberList li:not(:last-child){margin-bottom:5px}ol.numberList li::before{position:absolute;top:-1px;left:0;margin-right:2px;content:counter(numberList) ".";color:#333;font-size:16px;counter-increment:numberList}ol.numberList li ol.childList{counter-reset:numberList}ol.numberList li ol.childList li{padding-left:2em;text-indent:-2em}ol.numberList li ol.childList li::before{display:none}ol.circleNumberList{counter-reset:circleNumberList}ol.circleNumberList li{position:relative;padding-left:1.5em}ol.circleNumberList li:not(:last-child){margin-bottom:12px}ol.circleNumberList li::before{display:flex;position:absolute;top:1px;left:0;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;background-color:#0061b7;content:counter(circleNumberList);color:#fff;font-size:12px;text-indent:-1px;counter-increment:circleNumberList}hr.dot{border-top:1px #000 dotted}.displayInlineBlock{display:inline-block}.displayInline{display:inline}.displayBlock{display:block}.displayNone{display:none}.displaySp{display:none}.displayXwide{display:none}.posRelative{position:relative}.posAbsolute{position:absolute}.posFixed{position:fixed}.posStatic{position:static}.textLeft{text-align:left}.textCenter{text-align:center}.textRight{text-align:right}.textJustify,.textJustify *{text-align:justify}.verticalTop{vertical-align:top}.verticalMiddle{vertical-align:middle}.verticalBottom{vertical-align:bottom}
@keyframes displayAnime{from{opacity:0}to{opacity:1}}
@keyframes contentsFadeIn{from{opacity:0}to{opacity:1}}
@keyframes horizontal{0%{transform:translateX(-20%) translateY(-50%)}100%{transform:translateX(20%) translateY(-50%)}}
.dialog[open]{animation-duration:200ms;animation-timing-function:ease-out;animation-fill-mode:forwards;animation-name:contentsFadeIn}
.dialog{display:block;position:fixed;inset-block:0;inset-inline:0;animation-duration:200ms;animation-timing-function:ease-out;animation-fill-mode:forwards;animation-name:fadeOut}
@media(min-width:769px){.displayNotMedium{display:block}.displayNotMedium.displayInlineBlock{display:inline-block}.displayMedium{display:none}}
@media(min-width:1366px){.displayXwide{display:inherit}}
@media(max-width:769px){.displayNotMedium{display:none}.displayMedium{display:block}}
@media(max-width:640px){.displayNotNarrow{display:none}.displayNarrow{display:inherit}}
@media(any-hover:hover){.alpha{transition:opacity 300ms ease-in-out}.alpha:hover{opacity:.6}.textLink{transition:opacity 300ms ease-in-out}.textLink:hover{opacity:.6}a[href^="tel:"]{pointer-events:none}}
@media(max-width:-1){.displaySp{display:inherit}}


body.is-hidden, 
html.is-hidden {
    overflow: hidden;
}

/* ==========================
tips
========================== */
.templateInner {
    max-width: 1366px;
    margin-inline: auto
}
@media(min-width: 769px) {
    .templateInner {
        padding-inline: min(6.0761346999vw, 83px)
    }
}
@media(max-width: 768px) {
    .templateInner {
        padding-inline: 5%
    }   
}
@media(min-width: 769px) {
    .sp {
        display: none
    }
}
@media(max-width: 768px) {
    .pc {
        display: none
    }
}
.pageTop {
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 42px;
    gap: 6px;
    background: #6b6b6b;
    color: #fff;
    font-size: 12px;
    font-family: "EB Garamond", serif;
    letter-spacing: 0;
    cursor: pointer;
    transition: all .3s
}
@media(any-hover: hover) {
    .pageTop:hover {
        background: rgba(107, 107, 107, .9);
        transition: all .3s
    }
}
[id=geo--cpsys--banner] {
    margin-block-start: 60px
}




/* ==========================
l-header
========================== */
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.l-headerLogo {
    position: fixed
}
.l-headerBtn {
    display: flex;
    position: fixed;
    top: 30px;
    right: 30px;
    align-items: center;
    width: 106px;
    gap: 12px;
    z-index: 299;
}
.l-headerBtnItem span {
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-headerBtnItem._info span {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    transition: all .3s;
}
.l-headerBtnItem._info span::after {
    top: 7px;
    right: 7px;
}
.l-headerBtnItem._menu {
    width: 52px;
    height: 52px;
    padding: 4px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    transition: all .3s;
}
.l-headerBtnItem._menu span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to right, #c74e95, #7f0274);
    color: #fff;
    font-size: 11px;
    font-family: "EB Garamond", serif;
}
.l-headerContent {
    visibility: hidden;
    z-index: 300;
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f4f4f4;
    color: #333;
    opacity: 0;
    pointer-events: none;
    transition: .6s;
    transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1);
}
.l-headerContent a:not([class]) {
    color: #333;
}
.l-headerContent .c_new {
    display: inline-block;
    padding-right: 12px;
}
.l-headerContent.is-visible {
    visibility: visible;
    top: 0;
    bottom: auto;
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
    transition: .3s;
    transition-timing-function: cubic-bezier(0.46, 0.1, 0.29, 1);
}
.l-headerContent_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}
.l-headerContent_inner {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-block: 200px 60px;
    overflow-y: auto;
}
.l-headerContent_close {
    z-index: 500;
    position: fixed;
    top: 35px;
    right: 35px;
}
.l-headerContent_close ._btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.l-headerContent_close ._btn ._icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    transition: all .3s;
}
.l-headerContent_logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 138px;
}
.l-header .infoContent {
    flex-grow: 1;
}
.l-header .infoContent>.templateInner {
    max-width: 966px;
}
.l-header .infoTitle {
    position: relative;
}
.l-header .infoTitle ._main {
    position: relative;
    color: #b3b3b3;
    font-size: 20px;
    line-height: 1;
    font-family: "EB Garamond", serif;
}
.l-header .infoTitle ._sub {
    color: #777;
    font-size: 10px;
}
.l-header .infoInnerBox {
    margin-top: 25px;
    text-align: center;
}
.l-header .infoInnerTitle {
    margin: 0 auto 20px;
    font-size: 25px;
    line-height: 1.5;
}
.l-header .infoInnerTitle ._waku {
    display: inline-block;
    margin: 0 10px 5px;
    padding: 7px 14px;
    border: solid 1px rgba(0, 0, 0, .25);
    font-size: min(3.7vw, 16px);
    line-height: 1;
    vertical-align: middle;
}
.l-header .infoInnerText {
    font-size: clamp(15px, 1.66015625vw, 17px);
    line-height: 1.8235294118;
}
.l-header .infoInnerSc:not(:last-child) {
    margin-bottom: 25px;
}
.l-header .infoInner .menuBoxLinkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 416px;
    height: 60px;
    margin: 25px auto 0;
    font-size: clamp(15px, 1.66015625vw, 17px);
}
.l-header .infoNews {
    margin-top: 60px;
}
.l-header .infoNews .newsDetail {
    margin-bottom: 4px;
    padding: 10px 20px;
    background: #fff;
    letter-spacing: .05em;
}
.l-header .infoNews .newsDetail ._term {
    padding-right: 30px;
    font-size: clamp(12px, 1.46484375vw, 15px);
    line-height: 1.8;
    font-family: "EB Garamond", serif;
}
.l-header .infoNews .newsDetail ._desc {
    font-size: clamp(12px, 1.3671875vw, 14px);
    line-height: 1.5;
}
.l-header .infoNews .newsDetail ._desc a {
    color: #333;
    text-decoration: underline;
    transition: all .3s;
}
.l-header .menuContent {
    z-index: 1;
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin-inline: auto;
    color: #333;
    line-height: 1.2;
    letter-spacing: .05em;
}
.l-header .menuBox {
    padding: 0 24px;
}
.l-header .menuBox._top {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    padding-inline: 24px;
}
.l-header .menuBoxList {
	position: relative;
}
.l-header .menuBoxListTitle {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}
.l-header .menuBoxListTitle ._main {
    color: #333;
    font-size: 16px;
}
.l-header .menuBoxListTitle ._sub {
    display: block;
    margin: 3px 0;
    color: #777;
    font-size: 10px;
    font-family: "EB Garamond", serif;
    letter-spacing: 0;
}
.l-header .menuBoxListSub {
    padding-left: 30px;
}
.l-header .menuBoxListSubItem:not(:last-child) {
    margin-bottom: 4px;
}
.l-header .menuBoxListSubLink {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 10px 12px 12px;
    background: #fff;
    color: #333;
}
.l-header .menuBoxListSubLink ._main {
    font-size: 13px;
}
.l-header .menuBoxListSubLink ._sub {
    display: block;
    width: 95px;
    margin: 3px 0;
    margin-right: 10px;
    color: #777;
    font-size: 10px;
    font-family: "EB Garamond", serif;
    letter-spacing: 0;
}
.l-header .menuBoxLinkBtn {
    display: block;
    width: 100%;
    padding: 14px 7px 16px;
    background: #b59a5b;
    color: #fff;
    font-size: 14px;
    text-align: center;
    transition: all .3s;
}
.l-header .menuBoxLinkBtn:not(:last-child) {
    margin-bottom: 10px;
}
.l-header .menuBoxList-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px 10px;
    margin-bottom: 30px;
}
.l-header .menuBoxList + .menuBoxList-lower {
    margin-top: 40px;
}
.l-header .menuBoxList-member {
	margin-bottom: 30px;
}
.l-header .menuBoxLinkBtnSub {
    display: block;
    width: 100%;
    padding: 10px 7px;
    border: 1px solid #aaa;
    background: none;
    color: #333;
    font-size: 13px;
    text-align: center;
    transition: all .3s;
}
.l-header .menuBoxLinkBtn.colorMainGradientLight {
    background-image: linear-gradient(to right, #ccc2ad, #fff 50%, #ccc2ad);
    background-size: 200% 100%;
    color: #735c2e;
}
.l-header .menuBoxLinkLarge {
    box-sizing: border-box;
    display: block;
    position: relative;
    padding: 18px 30px 18px 8px;
    border-top: solid 1px #aaa;
    border-bottom: solid 1px #aaa;
    background-color: rgba(181, 154, 91, .1);
    transition: all .3s;
}
.l-header .menuBoxLinkLarge::after {
	content: "";
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 8px;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
    background: url(../images/common/i_login.svg) no-repeat center/contain;
}
.l-header .menuBoxLinkLarge ._main {
    position: relative;
    color: #333;
    font-size: 16px;
}
.l-header .menuBoxLinkLarge ._sub {
    display: block;
    margin: 3px 0;
    color: #777;
    font-size: 10px;
    font-family: "EB Garamond", serif;
    letter-spacing: 0;
}
.l-header .cvContent {
    display: grid;
    flex-grow: 1;
    place-items: center;
    min-height: 520px;
    padding-block: 150px 60px;
}
.l-header .cvContent>.templateInner {
    width: 100%;
}
.l-header .cvBtn {
    display: flex;
    column-gap: max(20px, 5%);
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
}
.l-header .cvBtnItem {
    flex-basis: 47.5%;
}
.l-header .cvBtnItem ._text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    font-size: 13px;
    line-height: 1.6;
}
.l-header .cvBtnItem .menuBoxLinkBtn {
    padding-block: 25px;
    font-size: 17px;
}
.l-header .bnrContent {
    flex-shrink: 0;
    padding-block: 50px;
    background: #ebebeb;
}
.l-header .bnrItemImage {
    display: block;
    max-width: 378px;
    margin: 4px auto;
    text-align: center;
}
.l-header .contactContent {
    flex-shrink: 0;
    background: #333;
    color: #fff;
    letter-spacing: .06em
}
.l-header .contactContentInner {
    max-width: 966px
}
.l-header .contactContentBox {
    line-height: 1.6
}
.l-header .contactContentBox ._info {
    margin-top: 16px
}
.l-header .contactContentBox ._tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    gap: 5px;
    background: #fff;
    color: #333;
    font-size: clamp(24px, 2.9296875vw, 30px);
    font-family: "EB Garamond", sans-serif
}
.l-header .contactContentBox ._name {
    font-size: clamp(13px, 1.46484375vw, 15px)
}
.l-header .contactContentBox ._time {
    font-size: clamp(10px, 1.07421875vw, 11px)
}

#headerInfo .l-headerContent_inner,
#headerCv .l-headerContent_inner {
    padding-bottom: 0
}
#headerCv .l-headerContent_inner {
    padding-top: 0
}

.spContent {
    z-index: 600;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition-duration: .6s
}
.spContent.is-visible {
    opacity: 1;
    pointer-events: auto
}
.spContent.is-visible .spContentBtnBox {
    bottom: -1px
}
.spContent__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6)
}
.spContentBtnBox {
    -webkit-transition: bottom .3s;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 8px 8px 42px 8px;
    border-radius: 8px 8px 0 0;
    background: #fff;
    letter-spacing: .05em;
    transition: bottom .3s
}
.spContentBtnBox::before {
    -webkit-transform: translateX(-50%);
    position: absolute;
    top: -12px;
    left: 50%;
    width: 60px;
    height: 2px;
    transform: translateX(-50%);
    border-radius: 1px;
    background: #fff;
    content: ""
}
.spContentBtnBox .menuBoxLinkBtn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    padding-block: 10px;
    border-radius: 8px;
    background: #b59a5b;
    color: #fff;
    font-size: 15px;
    line-height: 1
}
.spContentBtnBox ._item {
    margin-bottom: 6px
}
.spContentBtnBox ._tel ._number {
    margin-bottom: 5px;
    font-size: 20px;
    letter-spacing: .1em
}
.spContentBtnBox ._tel ._number img {
    width: 26px;
    margin-right: 4px
}
.spContentBtnBox ._hours {
    font-size: 10px;
    letter-spacing: 0
}
.spContentBtnBox ._text {
    font-size: 11px;
    line-height: 1.4;
    text-align: center
}
.fixCvBtn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    display: none;
    z-index: 100;
}
.fixCvBtnInner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 42px;
    padding-bottom: .2em;
    border-radius: 21px;
    background-color: #b59a5b;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    letter-spacing: .05em;
    text-align: center;
    transition: all .3s
}
@media(min-width: 769px) {
    .l-headerLogo {
        top: 30px;
        left: 30px;
        width: 123px
    }
    .l-header .infoContent {
        padding-block-end: 60px
    }
    .l-header .infoTitle {
        text-align: center
    }
    .l-header .infoTitle::before {
        -webkit-transform: translateX(-50%);
        position: absolute;
        top: -55px;
        left: 50%;
        width: 1px;
        height: 50px;
        transform: translateX(-50%);
        background: #b3b3b3;
        content: ""
    }
    .l-header .infoTitle ._sub {
        display: none
    }
    .l-header .infoNews .newsDetail {
        display: flex;
        align-items: center
    }
    .l-header .menuContent {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }
    .l-header .menuBox {
        width: 33.33%;
        max-width: 400px
    }
    .l-header .menuBoxListItem:not(:last-child) {
        margin-bottom: 40px
    }
    .l-header .menuBoxListTitle {
        margin-bottom: 20px
    }
    .l-header .contactContent {
        padding: 50px 0 60px
    }
    .l-header .contactContentBox ._info {
        display: flex;
        flex-direction: row-reverse;
        align-items: flex-end;
        justify-content: space-between
    }
    .l-header .contactContentBox ._tel {
        width: 50%;
        max-width: 400px;
    }
}
@media(min-width: 1200px) {
    .l-header .menuBoxLinkBtnSub {
        width: calc((100% - 10px) / 2);
    }
}
@media only screen and (min-width: 769px)and (max-width: 1024px) {
    .l-header .menuBox {
        padding-inline: 1.5vw
    }
    .l-header .menuBox._top {
        margin-bottom: 30px;
        padding-inline: 1.5vw
    }
    .l-header .menuBoxListTitle ._main {
        font-size: 13px
    }
    .l-header .menuBoxListSubLink {
        display: block
    }
    .l-header .menuBoxLinkLarge ._main {
        font-size: 13px
    }
}
@media(max-width: 768px) {
    .l-headerLogo {
        top: 25px;
        left: 20px;
        width: 96px
    }
    .l-headerBtn {
        display: none
    }
    .l-headerContent {
        top: auto;
        bottom: -100%
    }
    .l-headerContent.is-visible {
        top: auto;
        bottom: 0
    }
    .l-headerContent_inner {
        padding-top: 140px
    }
    .l-headerContent_close {
        top: 25px;
        right: 20px
    }
    .l-headerContent_close ._btn ._icon {
        width: 32px;
        height: 32px
    }
    .l-headerContent_close ._btn ._icon img {
        width: 12px
    }
    .l-headerContent_logo {
        top: 25px;
        left: 20px;
        width: 101px
    }
    .l-header .infoContent {
        padding-block-end: 40px
    }
    .l-header .infoTitle ._main {
        display: block;
        color: #333
    }
    .l-header .infoInnerBox {
        margin-top: 20px;
        padding-block: 25px;
        border-top: 1px solid #aaa;
        border-bottom: 1px solid #aaa
    }
    .l-header .infoInnerTitle ._waku {
        padding: 5px 10px
    }
    .l-header .infoInnerTitle {
        margin-bottom: 10px
    }
    .l-header .infoInner .menuBoxLinkBtn {
        height: 44px;
        margin-top: 10px
    }
    .l-header .infoNews {
        margin-top: 25px
    }
    .l-header .infoNews .newsDetail {
        padding: 10px 20px 15px
    }
    .l-header .menuBox {
        padding: 0
    }
    .l-header .menuBox._top {
        margin-bottom: 0;
        padding: 0
    }
    .l-header .menuBoxList-lower {
    	margin-top: 30px;
    }
    .l-header .menuBoxList + .menuBoxList-lower {
        margin-top: 30px;
    }
    .l-header .menuBoxListItem {
        border-bottom: solid 1px #aaa
    }
    .l-header .menuBoxListItem:has(.menuBoxListSub) .menuBoxListTitle::after {
        transform: translateY(-50%) rotate(90deg);
        transition: all .3s
    }
    .l-header .menuBoxListItem:has(.menuBoxListSub) .menuBoxListTitle.is-active::after {
        transform: translateY(-50%) rotate(-90deg);
        transition: all .3s
    }
    .l-header .menuBoxListTitle {
        position: relative;
        width: 100%;
        padding: 18px 30px 18px 8px
    }
    .l-header .menuBoxListTitle::after {
        position: absolute;
        top: 50%;
        right: 8px;
        width: 30px;
        height: 30px;
        transform: translateY(-50%);
        background: url(../images/common/i_arr.svg) no-repeat center/contain;
        content: ""
    }
    .l-header .menuBoxListSub {
        display: none;
        margin-bottom: 24px
    }
    .l-header .bnrContent {
        padding-block: 40px
    }
    .l-header .contactContent {
        padding: 40px 0 50px
    }
    .l-header .contactContentBox ._tel img {
        width: 30px
    }
    .l-header .contactContentBox ._tel a {
        height: 40px
    }
    .l-header .contactContentBox ._time {
        margin-top: 16px
    }
    #headerCv {
        display: none
    }
    .fixCvBtn {
        display: none !important
    }  
}
@media(any-hover: hover) {
    .l-headerBtnItem._info span:hover {
        background: #fff;
        transition: all .3s
    }
    .l-headerBtnItem._menu:hover {
        padding: 2px;
        transition: all .3s
    }
    .l-headerContent_close ._btn ._icon:hover {
        background: #fff;
        transition: all .3s
    }
    .l-header .infoNews .newsDetail ._desc a:hover {
        opacity: .85;
        transition: all .3s
    }
    .l-header .menuBoxLinkBtn:hover {
        opacity: .85;
        transition: all .3s
    }
    .l-header .menuBoxLinkBtnSub:hover {
        background: #fff;
        transition: all .3s
    }
    .l-header .menuBoxLinkLarge:hover {
        background-color: rgba(181, 154, 91, .2);
        transition: all .3s
    }
    .fixCvBtnInner:hover {
        box-shadow: 0 0 12px rgba(0, 0, 0, .3);
        transition: all .3s
    }
}


/* ==========================
cvMenu
========================== */
#cvMenu {
    top: auto;
    bottom: -100%;
}
#cvMenu.is-visible {
    top: auto;
    bottom: 0;
}
.l-header .cvMenuContent {
	display: flex;
	justify-content: center;
	align-items: center;
    flex-grow: 1;
    padding-bottom: 60px;
}
#cvMenu .l-headerContent_inner {
    padding-bottom: 0;
}
.cvMenu-list {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 20px 30px;
}
.cvMenu-list__item {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}
.cvMenu-list__item__desc {
	font-size: 14px;
	line-height: 1.75;
	text-align: left;
	margin-bottom: 15px;
	flex: 1 auto;
}
.l-header #cvMenu .menuBoxLinkBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    font-size: clamp(15px, 1.66015625vw, 17px);
}


/* ==========================
spNavBar
========================== */
.spNavBar {
    display: flex;
    z-index: 98;
    position: fixed;
    bottom: -1px;
    left: 0;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    padding: 4px 0 22px 0;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .15)
}
.spNavBar__item {
    width: 20%
}
.spNavBar__item.-menuBtn {
    position: relative;
    top: -14px;
    width: 52px;
    min-width: 52px;
    height: 52px;
    padding: 4px;
    overflow: hidden;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .15)
}
.spNavBar__item.-menuBtn .circle {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to right, #c74e95, #7f0274)
}
.spNavBar__item.-menuBtn .circle:after {
    /*-webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    content: "";*/
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    content: "MENU";
    font-size: 9px;
}
.spNavBar__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center
}
.spNavBar__item a .item-in p {
    color: #595757;
    font-size: 9px;
    line-height: 1;
    letter-spacing: -0.02em;
    white-space: nowrap
}
@media(min-width: 769px) {
    .spNavBar {
        display: none
    }
}


/* ==========================
l-main
========================== */
.l-main {
    position: relative;
}
.spAlert {
    display: none;
    visibility: hidden;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: opacity .3s
}
.spAlertMsg {
    margin-top: 6.5vh;
    color: #fff;
    font-size: 2.1vw;
    line-height: 1;
    letter-spacing: .15em
}
.spAlert .svgIcon {
    display: block;
    width: 23%;
    min-width: 81.5px;
    margin-inline: auto
}
.spAlert .svgIcon__path {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    stroke-width: 17
}
.noLink {
    opacity: .4;
    pointer-events: none !important
}
.c_new {
    position: relative
}
.c_new::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c44e73;
    content: ""
}
@media(min-width: 769px) {
    .l-main {
        padding-block-start: 100px
    }
}
@media(max-width: 768px) {
    .l-main {
        padding-block-start: 80px
    }
}


/* ==========================
commonNotice
========================== */
.commonNotice {
    position: relative;
    padding-block: clamp(45px, 4.6875vw, 90px);
    background-color: #fff;
}
.commonNotice-list {
    font-size: 11px;
    line-height: 1.818181818181818;
    letter-spacing: .05em;
    color: #666666;
}
.commonNotice-list__item {
    margin-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width: 768px){
    .commonNotice {
        padding-block: 30px;
    }
    .commonNotice-list {
        font-size: 10px;
        line-height: 1.8;
    }
}




/* ==========================
l-footer
========================== */
.l-footer {
    z-index: 2;
    position: relative;
    background: #333;
    color: #fff;
    letter-spacing: .06em
}
.l-footerContent {
    padding-block: 60px
}
.l-footerContentInner {
    text-align: center
}
.l-footerInfo {
    width: 100%
}
.l-footerInfoContact {
    width: 100%;
    margin-bottom: 20px;
    font-size: clamp(14px, 1.46484375vw, 15px);
    line-height: 1.4
}
.l-footerInfoContact span {
    display: block;
    font-size: clamp(10px, 1.171875vw, 12px);
    line-height: 1.75
}
.l-footerInfoTel {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 5px;
    background: #fff;
    color: #333;
    font-size: clamp(24px, 2.9296875vw, 30px);
    line-height: 1;
    font-family: "EB Garamond", serif
}
.l-footerInfoHours {
    flex: 1;
    font-size: 11px;
    line-height: 1.5454545455
}
.l-footerInfoClosed {
    color: #b39559;
    font-size: 13px;
    line-height: 1.5454545455
}
.l-footerNav {
    padding-block: 20px;
    border-top: 1px solid #666
}
.l-footerNavList {
    font-size: 12px
}
.l-footerNavListItem {
    white-space: nowrap
}
.l-footerNavListItem::before {
    padding-right: 5px;
    content: "＞"
}
.l-footerCopy {
    padding: 20px;
    background: #fff;
    color: #333;
    font-size: 11px;
    text-align: center
}
.l-footer .areaFooterBanner {
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center
}
@media(min-width: 769px) {
    .l-footerContentInner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-align: left
    }
    .l-footerInfo {
        width: 60%;
        max-width: 484px
    }
    .l-footerInfoTel {
        height: 55px
    }
    .l-footerInfoClosed {
        margin-block-start: 20px
    }
    .l-footerNavList {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px 24px
    }
}
@media only screen and (max-width: 960px) {
    .l-footerNavList {
        justify-content: flex-start
    }
}
@media(max-width: 768px) {
    .l-footerInfoTel {
        height: 40px
    }
    .l-footerInfoHours {
        margin-bottom: 60px
    }
    .l-footerInfoClosed {
        margin-block-start: -40px;
        margin-block-end: 60px
    }
    .l-footerInfoClosedContent:has(ul.disc) {
        text-align: left
    }
    .l-footerNav {
        padding-block: 40px
    }
    .l-footerNavListItem {
        text-align: center
    }
    .l-footerNavListItem:not(:last-child) {
        border-bottom: 1px solid #666
    }
    .l-footerNavListItem a:not([class]) {
        display: inline-block;
        padding-block: 16px;
        text-align: center
    }
    .l-footerCopy {
        padding-bottom: 100px
    }
    .l-footer .areaFooterBanner a img {
        width: 100%
    }    
}