html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0);
    font-style: normal;
    font-weight: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline
}
img {
    vertical-align: bottom
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block
}
:focus {
    outline: none
}
a:not([class]),
a:not([class]):link,
a:not([class]):visited,
a:not([class]):hover,
a:not([class]):active {
    margin: 0;
    padding: 0;
    outline: 0;
    text-decoration: none;
    vertical-align: baseline;
    cursor: pointer
}
ol,
ul {
    list-style: none
}
table {
    width: 100%;
    border-collapse: collapse;
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left
}
fieldset {
    border: none
}
input,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    background-image: none;
    background-color: rgba(0, 0, 0, 0);
    font-size: 100%;
    font-family: inherit
}
input,
select {
    vertical-align: middle
}
input[type=radio],
input.radio,
input[type=checkbox],
input.checkbox {
    position: relative;
    top: -0.1em;
    margin-top: 0;
    margin-bottom: 0
}
textarea {
    overflow: auto
}
label,
button {
    cursor: pointer
}
blockquote,
q {
    quotes: none
}
blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
del {
    text-decoration: line-through
}
ins {
    background-color: #ffb;
    color: #000;
    text-decoration: none
}
mark {
    background-color: #ffb;
    color: #000;
    text-decoration: none
}
hr {
    display: block;
    height: 1px;
    margin: 0;
    padding: 0;
    clear: both;
    border: none;
    border-top: 1px solid #ccc
}


.pc{display:block;}
.sp{display:none;}
@media only screen and (max-width: 798px) {
.pc{display:none;}
.sp{display:block;}
}

.en {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.img{
    position: relative;
}
.img span{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1rem;
}

:root {
}

main {
    display: block
}
html {
    height: 100%;
    font-size: 62.5%
}
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    overflow-x: clip;
    color: #333;
    font-size: 62.5%;
    line-height: 1;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
body *,
body *::before,
body *::after {
    box-sizing: border-box
}
body.is-loading,
body.is-navOpen {
    height: 100%;
    overflow: hidden
}
input:focus,
textarea:focus,
select:focus {
    border: none;
    outline: none;
    box-shadow: none
}
button {
    padding: 0;
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-family: inherit
}
::-webkit-input-placeholder {
    color: rgba(51, 51, 51, .4)
}
::-moz-placeholder {
    color: rgba(51, 51, 51, .4)
}
:-ms-input-placeholder {
    color: rgba(51, 51, 51, .4)
}
body span {
    font-weight: inherit
}
a:not([class]) {
    color: inherit
}
a,
a:link,
a:visited,
a:hover,
a:active {
    outline: none;
    text-decoration: none
}
img{
    width: 100%;
}
.mb5 {
    margin-bottom: 5px
}
.mb10 {
    margin-bottom: 10px
}
.mb15 {
    margin-bottom: 15px
}
.mb20 {
    margin-bottom: 20px
}
.mb25 {
    margin-bottom: 25px
}
.mb30 {
    margin-bottom: 30px
}
.mb35 {
    margin-bottom: 35px
}
.mb40 {
    margin-bottom: 40px
}
.mb45 {
    margin-bottom: 45px
}
.mb50 {
    margin-bottom: 50px
}
.mb55 {
    margin-bottom: 55px
}
.mb60 {
    margin-bottom: 60px
}
.mb65 {
    margin-bottom: 65px
}
.mb70 {
    margin-bottom: 70px
}
.mb75 {
    margin-bottom: 75px
}
.mb80 {
    margin-bottom: 80px
}
.mb85 {
    margin-bottom: 85px
}
.mb90 {
    margin-bottom: 90px
}
.mb100 {
    margin-bottom: 100px
}
/*------------------------------------------------------------
  ヘッダー + メニュー
------------------------------------------------------------*/
.l-container {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-color: #023
}
.l-main {
    z-index: 2;
    position: relative;
    overflow: clip;
    background-color: #fff;
    color: #333;
}
.l-inner {
    max-width: 1366px;
    margin-inline: auto
}
.l-header {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}
.l-headerLogo {
    position: fixed;
    background: none;
}
/*.l-headerLogo::after {
    display: block;
    content: "新発表";
    color: #000;
    font-size: clamp(0.8rem, 1.4322916667vw, 1.2rem);
    line-height: 1;
    letter-spacing: 0.5em;
    text-align: center;
    margin-top: 15px;
}*/
body[id=brand] .l-headerLogo::after {
    border-block-color: rgba(51, 51, 51, .3);
    color: #333
}
.l-headerBtn {
    display: flex;
    z-index: 299;
    position: fixed;
    top: 30px;
    right: 30px;
    align-items: center;
    justify-content: flex-end;
    width: 106px;
    gap: 12px
}
.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 0.3s
}
.l-headerBtnItem._info span img {
    width: 32px;
}
.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 0.3s
}
.l-headerBtnItem._menu span {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: linear-gradient(to right, #c74e95, #7f0274);
    color: #fff;
    font-size: 1.1rem;
    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: 0.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: 0.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: scroll
}
.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 0.3s
}
.l-headerContent_close ._btn ._icon img{
    width: 14px;
}
.l-headerContent_logo {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 150px
}
.l-header .infoContent {
    flex-grow: 1
}
.l-header .infoContent > .l-inner {
    max-width: 966px
}
.l-header .infoTitle {
    position: relative
}
.l-header .infoTitle ._main {
    position: relative;
    color: #b3b3b3;
    font-size: 2rem;
    line-height: 1;
    font-family: "EB Garamond", serif
}
.l-header .infoTitle ._sub {
    color: #777;
    font-size: 1rem
}
.l-header .infoInnerBox {
    margin-top: 25px;
    text-align: center
}
.l-header .infoInnerTitle {
    margin: 0 auto 20px;
    font-size: 2.5rem;
    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, 1.6rem);
    line-height: 1;
    vertical-align: middle
}
.l-header .infoInnerText {
    font-size: clamp(1.4rem, 1.65vw, 1.6rem);
    line-height: 1.6;
    margin: 20px 0 10px;
}
.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: 0 auto 0;
    font-size: clamp(1.5rem, 1.66015625vw, 1.7rem)
}
.l-header .infoNews {
    margin-top: 60px
}
.l-header .infoNews .newsDetail {
    margin-bottom: 4px;
    padding: 10px 20px;
    background: #fff;
    letter-spacing: 0.05em;
}
.l-header .infoNews .newsDetail ._term {
    padding-right: 30px;
    font-size: clamp(1.2rem, 1.46484375vw, 1.5rem);
    line-height: 1.8;
    font-family: "EB Garamond", serif;
    min-width: 100px;
}
.l-header .infoNews .newsDetail ._desc {
    font-size: clamp(1.2rem, 1.3671875vw, 1.4rem);
    line-height: 1.5
}
.l-header .infoNews .newsDetail ._desc a {
    color: #333;
    text-decoration: underline;
    transition: all 0.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: 0.05em
}
.l-header .menuBox {
    padding: 0 24px
}
.l-header .menuBox._top {
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    padding-inline: 24px
}
.l-header .menuBoxListTitle {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}
.l-header .menuBoxListTitle ._main {
    color: #333;
    font-size: 1.6rem;
    font-family: "Zen Old Mincho", serif
}
.l-header .menuBoxListTitle ._sub {
    display: block;
    margin: 3px 0;
    color: #777;
    font-size: 1rem;
    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 .menuBoxListSubItem.noLink .menuBoxListSubLink{
    position: relative;
}
.l-header .menuBoxListSubItem.noLink .menuBoxListSubLink:after{
    content: 'Coming soon';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,132,135,.6);
    color: #fff;
    font-size: 1.3rem
}
.l-header .menuBoxListSubLink ._main {
    font-size: 1.3rem
}
.l-header .menuBoxListSubLink ._sub {
    display: block;
    width: 95px;
    margin: 3px 10px 3px 0;
    color: #000;
    font-size: 1rem;
    font-family: "EB Garamond", serif;
    letter-spacing: 0;
    position: relative;
    z-index: 1;
}
.l-header .noLink .menuBoxListSubLink ._main{
    display: none;
}
.l-header .menuBoxLinkBtn {
    display: block;
    width: 100%;
    padding: 15px 7px;
    background: #357F8B;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    transition: all 0.3s
}
.l-header .menuBoxLinkBtn:not(:last-child) {
    margin-bottom: 10px
}
.l-header .menuBoxLinkBtnSub {
    display: block;
    width: 100%;
    padding: 10px 7px;
    border: 1px solid #aaa;
    background: none;
    color: #333;
    font-size: 1.3rem;
    text-align: center;
    transition: all 0.3s
}
.l-header .menuBoxLinkBtnSub:not(:last-child) {
    margin-bottom: 10px
}
.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 0.3s
}
.l-header .menuBoxLinkLarge::after {
    -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;
    content: ""
}
.l-header .menuBoxLinkLarge ._main {
    position: relative;
    color: #333;
    font-size: 1.6rem
}
.l-header .menuBoxLinkLarge ._sub {
    display: block;
    margin: 3px 0;
    color: #777;
    font-size: 1rem;
    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 > .l-inner {
    width: 100%
}
.l-header .cvBtn {
    display: flex;
    column-gap: max(20px, 5%);
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin-inline: auto;
    align-items: flex-end;
}
.l-header .cvBtnItem {
    flex-basis: 47.5%
}
.l-header .cvBtnItem ._text {
    display: flex;
    align-items: flex-end;
    height: 90px;
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0 0 10px;
}
.l-header .cvBtnItem .menuBoxLinkBtn {
    padding-block: 25px;
    font-size: 1.7rem
}
.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: 0.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(2.4rem, 2.9296875vw, 3rem);
    font-family: "EB Garamond", sans-serif
}
.l-header .contactContentBox ._tel a img{
    width: auto;
}
.l-header .contactContentBox ._name {
    font-size: clamp(1.3rem, 1.46484375vw, 1.5rem)
}
.l-header .contactContentBox ._time {
    font-size: clamp(1rem, 1.07421875vw, 1.1rem)
}
.l-header .menuBoxList.sub{
    margin-top: 90px;
}
.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);
    font-family: "Zen Old Mincho", serif;
    opacity: 0;
    transition: opacity 0.3s
}
.c_new {
    position: relative
}
.c_new::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c44e73;
    content: ""
}
.noLink{
    pointer-events: none !important
}
.l-header .noLink .menuBoxListTitle{
    opacity: .5;
}
.menuBoxListSub .noLink {
    opacity: 1;
}
.spAlertMsg {
    margin-top: 6.5vh;
    color: #fff;
    font-size: 2.1vw;
    line-height: 1;
    letter-spacing: 0.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
}
.spNavBar {
    display: flex;
    z-index: 98;
    position: fixed;
    bottom: -1px;
    left: 0;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    padding: 4px 0 22px;
    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: 0 0 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%;
    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
}
.spNavBar__item a .item-in img {
    max-width: 35px;
}
.spContent {
    z-index: 600;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition-duration: 0.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 0.3s;
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    padding: 8px 8px 42px;
    border-radius: 8px 8px 0 0;
    background: #fff;
    letter-spacing: 0.05em;
    transition: bottom 0.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: #357F8B;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1
}
.spContentBtnBox ._item {
    margin-bottom: 6px
}
.spContentBtnBox ._tel ._number {
    margin-bottom: 5px;
    font-size: 2rem;
    letter-spacing: 0.1em
}
.spContentBtnBox ._tel ._number img {
    width: 26px;
    margin-right: 4px
}
.spContentBtnBox ._hours {
    font-size: 1rem;
    letter-spacing: 0
}
.spContentBtnBox ._text {
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: center
}
#headerInfo .l-headerContent_inner,
#headerCv .l-headerContent_inner {
    padding-bottom: 0
}
#headerCv .l-headerContent_inner {
    padding-top: 0
}
.l-headerLogo.w{
    opacity: 0;
    pointer-events: none;
}
@media(min-width: 769px) {
    .displayNotMedium {
        display: block
    }
    .displayNotMedium.displayInlineBlock {
        display: inline-block
    }
    .displayMedium {
        display: none
    }
    .l-main {
    }
    .l-inner {
        padding-inline: min(6.0761346999vw, 83px)
    }
    .l-headerLogo {
        top: 30px;
        left: 30px;
        width: 150px
    }
    .l-headerLogo img{
        height: auto;
    }
    .l-header .infoContent {
        padding-block-end: 60px
    }
    .l-header .infoTitle {
        text-align: center
    }
    .l-header .infoTitle::before {
        -webkit-transform: translateX(-50%);
        position: absolute;
        top: -54px;
        left: 50%;
        width: 1px;
        height: 54px;
        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;
        align-items: flex-end;
        justify-content: flex-start;
    }
    .l-header .contactContentBox ._tel {
        width: 50%;
        max-width: 400px;
        margin-right: 10px;
    }
    .spNavBar {
        display: none
    }
}
@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: 1.3rem
    }
    .l-header .menuBoxListSubLink {
        display: block
    }
    .l-header .menuBoxLinkLarge ._main {
        font-size: 1.3rem
    }
}
@media(max-width: 768px) {
    .l-main {
    }
    .l-inner {
        padding-inline: 5%
    }
    .l-headerLogo {
        top: 20px;
        left: 20px;
        width: 96px;
        background: none;
        border: none;
    }
    .l-headerLogo img{
        height: auto;
    }
    .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 .menuBoxListItem {
        border-bottom: solid 1px #aaa
    }
    .l-header .menuBoxListItem:has(.menuBoxListSub) .menuBoxListTitle::after {
        transform: translateY(-50%) rotate(90deg);
        transition: all 0.3s
    }
    .l-header .menuBoxListItem:has(.menuBoxListSub) .menuBoxListTitle.is-active::after {
        transform: translateY(-50%) rotate(-90deg);
        transition: all 0.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
    }
    .l-header .menuBoxList.sub{
        margin-top: 30px;
    }
}

/*------------------------------------------------------------
  フッター
------------------------------------------------------------*/
.l-footer {
    z-index: 2;
    position: relative;
    background: #333;
    color: #fff;
    letter-spacing: 0.06em
}
.l-footerContent {
    padding-block: 60px
}
.l-footerContentInner {
    text-align: center
}
.l-footerInfo {
    width: 100%
}
.l-footerInfoContact {
    margin-bottom: 10px;
    font-size: clamp(1.4rem, 1.46484375vw, 1.6rem);
    line-height: 1.4;
    width: 100%;
    text-align: left;
}
.l-footerInfoContact span {
    display: block;
    font-size: clamp(1rem, 1.171875vw, 1.2rem);
    line-height: 1.75
}
.l-footerInfoTel {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: clamp(2.4rem, 6vw, 8.5rem);
    line-height: 1;
    font-family: "EB Garamond", serif
}
.l-footerInfoTel ._icon img{
    width: 100px;
    vertical-align: baseline;
    display: inline-block;
    margin-right: 10px;
    transform: translateY(5px);
}
.l-footerInfoHours {
    font-size: 1.7rem;
    line-height: 1.545454545;
    text-align: left;
}
.l-footerInfoClosed {
    color: #b39559;
    font-size: 1.5rem;
    line-height: 1.5454545455
}
.l-footerLogo a{
  display: block;
  max-width: 300px;
  margin: 0 auto;
}
.l-footerNav {
    padding-block: 20px;
    border-top: 1px solid #666
}
.l-footerNavList {
    font-size: 1.2rem
}
.l-footerNavListItem {
    white-space: nowrap
}
.l-footerNavListItem::before {
    padding-right: 5px;
    content: "＞"
}
.l-footerCopy {
    padding: 20px;
    background: #fff;
    color: #333;
    font-size: 1.1rem;
    text-align: center
}
.bgBase {
    background-color: #023
}
[class*=icon-] {
    display: inline-block
}
[class*=icon-] svg {
    stroke: #333;
    fill: none
}
[class*=icon-].lineColorBright svg {
    stroke: #fff;
    fill: none
}
[class*=icon-].lineColorMain svg {
    stroke: #b39559;
    fill: none
}
[class*=icon-].lineColorDark svg {
    stroke: #735c2e;
    fill: none
}
[class*=icon-].fillColorBright svg {
    stroke: none;
    fill: #fff
}
[class*=icon-].fillColorMain svg {
    stroke: none;
    fill: #b39559
}
[class*=icon-].fillColorDark svg {
    stroke: none;
    fill: #735c2e
}
.icon-arrow-bar {
    width: 30px;
    height: 9px
}
.icon-arrow-bar svg {
    width: 100%;
    height: 100%;
    vertical-align: top
}
.icon-arrow-bar.arrowLeft {
    rotate: y 180deg
}
@media(min-width: 769px) {
    .l-footerContentInner {
        max-width: 1240px;
    }
    .l-footerInfo {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
    }
    .l-footerInfoTel {
        width: 55%;
        margin: 0;
    }
    .l-footerInfoHours{
        width: calc(45% - 10px);
        margin: 0 0 0 10px;
    }
    .l-footerInfoClosed {
        margin-block-start: 20px
    }
    .l-footerNavList {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px 24px
    }
    .l-footerLogo{
      display: flex;
      justify-content: flex-end;
        width: 260px;
        margin: 40px auto 0;
    }
    .l-footerLogo a{
      display: block;
      width: 100%;
      margin: 0;
    }
    .l-footerLogo a:nth-child(2){
      width: 30%;
      margin-left: 5%;
    }
    .l-footerLogo a:nth-child(3){
      width: 40%;
      margin-left: 5%;
    }
    .l-footerLogo a img{
      width: 100%;
    }
}

@media only screen and(max-width: 960px) {
    .l-footerNavList {
        justify-content: flex-start
    }
}
@media(max-width: 768px) {
    .l-footerInfoContact{
        text-align: center;
    }
    .l-footerInfoTel {
        height: ;
        width: 100%;
        justify-content: center;
        font-size: 4rem;
    }
    .l-footerInfoTel ._icon img {
        width: 60px;
    }
    .l-footerInfoHours {
        margin: 10px 0 30px;
        font-size: 1.3rem;
        text-align: center;
    }
    .l-footerInfoClosed {
        margin-block-start: -40px;
        margin-block-end: 60px;
        font-size: 1.3rem;
    }
    .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-footerLogo a:nth-child(1){
      display: block;
      max-width: 240px;
      margin: 0 auto 20px;
    }
    .l-footerLogo a:nth-child(2){
      display: block;
      max-width: 230px;
      margin: 0 auto 30px;
    }
    .l-footerLogo a:nth-child(3){
      display: block;
      max-width: 300px;
      margin: 0 auto;
    }
}

.footerNotice {
    z-index: 2;
    position: relative;
    padding-block: clamp(30px, 7.8125vw, 60px);
    background-color: #E9EAEA;
    color: #333
}
.listNotice {
    font-size: 1rem;
    line-height: 1.5
}
.listNoticeItem {
    padding-inline-start: 1em
}
.listNoticeItem::before {
    margin-inline-start: -1em;
    content: "※"
}
.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: 1.2rem;
    letter-spacing: 0;
    cursor: pointer;
    transition: all 0.3s
}
.fixCvBtn {
    display: none;
    z-index: 20;
    position: fixed;
    right: 30px;
    bottom: 20px
}
.fixCvBtnInner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    height: 42px;
    padding: 0 32px;
    border-radius: 21px;
    background-color: rgba(0,132,135, .75);
    color: #fff;
    border: solid 2px rgba(255, 255, 255, .75);
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    transition: all 0.3s
}
.fixCvBtnInner:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    transition: all 0.3s
}
@media(max-width: 768px) {
    .fixCvBtn {
        display: none !important
    }
}

#geo--cpsys--banner{
    margin-top: 30px;
}
#geo--cpsys--banner .geo--cpsys--link{
    margin-bottom: 10px;
}
#geo--cpsys--banner .geo--cpsys--link:last-of-type{
    margin-bottom: 0;
}
@media(max-width: 768px) {
    #geo--cpsys--banner{
        margin-top: 60px;
    }
}

/*------------------------------------------------------------
  フェードイン
------------------------------------------------------------*/
.show-cnt{
  transform: translateY(10px);
  transition: 0.5s ease-out;
  opacity: 0;
}
.show-cnt.run{
  transform:translateY(0);
  opacity: 1;
}

/*------------------------------------------------------------
  共通
------------------------------------------------------------*/
.ft-flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.btn01{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #357F8B;
    color: #fff;
    padding: 15px 5px;
    text-align: center;
    font-size: clamp(1.6rem,1.8vw,2rem);
    border: solid 1px #fff;
    max-width: 374px;
    width: 90%;
    transition: .3s;
    margin: 0 auto;
    box-shadow: 0 0 4px rgba(0,0,0,.4);
}
.btn01.brown{
    background-color: #A69B79;
}
.btn01.white{
    background-color: #fff;
    border-color: #A69B79;
    color: #A69B79;
}
.btn01:hover{
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.btn01 span{
    display: block;
    margin-right: 10px;
}
.btn01 .mail{
    width: 24px;
}
.ft-flex .btn01{
    margin: 0 10px;
}
.img{
    position: relative;
}
.img span{
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1rem;
    color: #fff;
}
@media(max-width: 768px) {
    .btn01{
        max-width: 300px;
    }
    .btn01 span{
        display: block;
        margin-right: 5px;
    }
    .btn01 .mail{
        width: 20px;
    }
}
.footerNotice .btn01{
  margin-bottom: 50px;
}
@media(max-width: 768px) {
  .footerNotice .btn01{
    margin-bottom: 30px;
  }
  .footerNotice .ft-flex .btn01{
    margin: 0 auto 20px;
    }
}
._number span,
._tel span span{
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
    font-weight: 300;
}