@charset "UTF-8";

/* -------- 全要素リセット -------- */
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;
}

/* -------- 要素の初期化 -------- */
main {
    display: block;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav,
section, summary {
    display: block;
}
img {
    vertical-align: bottom;
}
: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-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;
}
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;
}


/* -------- 基本設定（html / body） -------- */
/* :root は元ファイルでも中身が空 */
:root {
}
html {
    height: 100%;
    font-size: 62.5%;
}
html.is-hidden {
    overflow: hidden;
}
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: #000000;
    font-size: 1.6rem;
    line-height: 1;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 500;
    font-style: normal;
}
body *, body *::before, body *::after {
    box-sizing: border-box;
}
body span {
    font-weight: inherit;
}
img {
    width: 100%;
}
a:not([class]) {
    color: inherit;
}
a, a:link, a:visited, a:hover, a:active {
    outline: none;
    text-decoration: none;
}
button {
    padding: 0;
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    font-family: inherit;
}
input:focus, textarea:focus, select:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
::-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);
}


/* -------- 表示切替（PC / SP） -------- */
.pc {
    display: block;
}
.sp {
    display: none;
}

/* -------- フォント -------- */
.en {
    font-family: "EB Garamond", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
._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;
}

/* -------- 状態クラス -------- */
.noLink {
    pointer-events: none !important;
}

/* -------- 余白（下マージン） -------- */
.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;
}

/* -------- アイコン（SVG） -------- */
[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;
}


/* -------- レイアウト -------- */
.l-container {
    position: relative;
    width: 100%;
    min-height: 100%;
    background-color: #023;
}
.l-main {
    z-index: 3;
    position: relative;
    overflow: clip;
    background-color: #fff;
    color: #333;
    padding-bottom: clamp(60px, 90 / 1400 * 100vw, 90px);
}
.l-inner {
    max-width: 1366px;
    margin-inline: auto;
}
.bgBase {
    background-color: #023;
}


/* -------- ヘッダー本体 -------- */
.l-header {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

/* -------- ロゴ -------- */
.l-headerLogo__wrap {
    position: fixed;
    top: 25px;
    left: 20px;
}
.l-headerLogo {
    background: none;
}
.l-headerLogo a {
    display: block;
}
.l-headerLogo img {
    height: 55px;
	width: auto;
}
.l-headerLogoLabel {
    text-align: center;
    display: block;
    margin-top: 10px;
    font-size: 1.5rem;
    letter-spacing: 0.3em;
}
/*
.l-headerLogo::after, .l-headerContent_logo:after {
    display: block;
    content: "新発表";
    color: #000;
    line-height: 1;
    letter-spacing: 0.5em;
    text-align: center;
    margin-top: clamp(5px, 15 / 1400 * 100vw, 15px);
    font-size: clamp(1.0rem, 1.0714vw, 1.5rem);
}
*/
.l-headerLogo.w::after {
    color: #ffffff;
}
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, #c9a227, #a47e1b);
    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.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 a:not([class]) {
    color: #333;
    display: block;
}
.l-headerContent .c_new {
    display: inline-block;
    padding-right: 12px;
}
.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: 180px 60px;
    overflow-y: scroll;
}
.l-headerContent_logo {
    position: absolute;
    top: 30px;
    left: 30px;
}
.l-headerContent_logo img {
    height: 55px;
    width: 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 0.3s;
}
.l-headerContent_close ._btn ._icon img {
    width: 14px;
}
#headerInfo .l-headerContent_inner, #headerCv .l-headerContent_inner {
    padding-bottom: 0;
}
#headerCv .l-headerContent_inner {
    padding-top: 0;
}

/* -------- メニュー内：お知らせ（info） -------- */
.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 10px;
    font-size: 2.5rem;
    line-height: 1.5;
}
.l-header .infoInnerText {
    font-size: clamp(1.4rem, 1.65vw, 1.6rem);
    line-height: 1.6;
    margin: 10px 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 .menuBoxList.sub {
    margin-top: 90px;
}
.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;
    position: relative;
}
.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 .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 .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(181, 154, 91, 0.6);*/
    color: #b59a5b;
    font-size: 1.3rem;
}
.l-header .noLink .menuBoxListTitle {
    opacity: .5;
}
.l-header .noLink .menuBoxListSubLink ._main {
    display: none;
}
.menuBoxListSub .noLink {
    opacity: 0.6;
}

/* -------- メニュー内：リンクボタン -------- */
.l-header .menuBoxLinkBtn {
    display: block;
    width: 100%;
    padding: 15px 7px;
    background: #b59a5b;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    transition: all 0.3s;
}
.l-header .menuBoxLinkBtn:not(:last-child) {
    margin-bottom: 20px;
}
.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 .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 ._time {
    font-size: clamp(1rem, 1.07421875vw, 1.1rem);
}

/* -------- SP：横向き警告 -------- */
.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;
}
.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;
}

/* -------- SP：下部固定ナビ -------- */
.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 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;
}
.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;
}

/* -------- SP：ボトムシート -------- */
.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: #b59a5b;
    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;
}


/* -------- 下層ページ共通MV -------- */
.under__mv {
    position: relative;
}
.under__mv .ttl {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 1;
    font-size: clamp(16px, 18 / 1400 * 100vw, 18px);
}
.under__mv .ttl strong {
    display: block;
    font-size: clamp(30px, 60 / 1400 * 100vw, 60px);
    line-height: 1;
    margin: 0 auto 5px;
    letter-spacing: 0.2em;
    font-weight: 400;
}
.under__mv__img {
    position: relative;
}
.under__mv__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
img.mv__img {
    aspect-ratio: 683/300;
    object-fit: cover;
    width: 100%;
}
.under__mv__img figcaption {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1.2rem;
    color: #ffffff;
}


/* -------- フッター本体 -------- */
.l-footer {
    z-index: 2;
    position: relative;
    background: #5a5a5a;
    color: #fff;
    letter-spacing: 0.06em;
}
.l-footerContent {
    padding-block: 60px;
}
.l-footerContentInner {
    text-align: center;
    display: flex;
}

/* -------- フッター：連絡先 -------- */
.l-footerInfo {
    width: 100%;
}
.l-footerInfoContact {
    margin-bottom: 20px;
    line-height: 1.4;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
}
.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;
    line-height: 1;
    font-family: "EB Garamond", serif;
    font-size: clamp(20px, 30 / 1400 * 100vw, 30px);
    padding: 10px 20px;
    border: 1px solid #ffffff;
}
.l-footerInfoTel ._icon img {
    display: block;
    width: 35px;
    margin-right: 10px;
}
.l-footerInfoHours {
    font-size: 1.7rem;
    line-height: 1.545454545;
    text-align: left;
}

/* -------- フッター：ロゴ -------- */
.l-footerLogo a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

/* -------- フッター：ナビ -------- */
.l-footerNav {
    padding-block: 20px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.l-footerNavList {
    font-size: 1.2rem;
}
.l-footerNavListItem {
    white-space: nowrap;
}
.l-footerNavListItem::before {
    padding-right: 5px;
    content: "＞";
}

/* -------- フッター：コピーライト -------- */
.l-footerCopy {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #5a5a5a;
    color: #ffffff;
    font-size: 1.1rem;
}

/* -------- フッター：注釈エリア -------- */
.footerNotice {
    z-index: 2;
    position: relative;
    padding-block: clamp(30px, 7.8125vw, 60px);
    background-color: #5a5a5a;
    color: #ffffff;
}
.listNotice {
    font-size: 1rem;
    line-height: 1.5;
}
.listNoticeItem {
    padding-inline-start: 1em;
}
.listNoticeItem::before {
    margin-inline-start: -1em;
    content: "※";
}

/* -------- フッター：バナー -------- */
.footerBnr {
    background-color: #5a5a5a;

    /* padding-bottom: clamp(30px, 60 / 1400 * 100vw, 60px); */
}
.footerBnr__inner {
    width: 80%;
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
	padding: clamp(20px, 30 / 1400 * 100vw, 30px) 0px;
}
a.ft-bn {
    display: block;
}
#geo--cpsys--banner .geo--cpsys--link {
    margin-bottom: 10px;
}
#geo--cpsys--banner .geo--cpsys--link:last-of-type {
    margin-bottom: 0;
}

/* -------- ページトップ -------- */
.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;
}

/* -------- 固定CVボタン -------- */
.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(61, 52, 25, 1) !important;
    color: #fff;
    border: solid 2px rgba(61, 52, 25, 1);
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    transition: all 0.3s;
}
.fixCvBtnInner ._en {
    font-size: 21px;
    font-family: "EB Garamond", sans-serif;
}
.fixCvBtnInner ._jp {
    font-size: 11px;
    margin-left: 5px;
}
.fixCvBtnInner:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .3);
    transition: all 0.3s;
}

/* -------- 画像キャプション -------- */
.img {
    position: relative;
}
.img span {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 1rem;
    color: #fff;
}

/* -------- NEWバッジ -------- */
.c_new {
    position: relative;
}
.c_new::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #c44e73;
    content: "";
}

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


/* -------- [ max-width: 798px ] .pc / .sp の表示切替のみ -------- */
@media only screen and (max-width: 798px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/* -------- [ min-width: 769px ] PC -------- */
@media (min-width: 769px) {

    /* ---- レイアウト ---- */
    .l-inner {
        padding-inline: min(6.0761346999vw, 83px);
    }

    /* ---- ヘッダー：ロゴ ---- */
    .l-headerLogo__wrap {
        top: 30px;
        left: 30px;
    }
    .l-headerLogo a {
        display: block;
    }
    .l-headerLogo img, .l-headerContent_logo img {
        height: 65px;
    }

    /* ---- メニュー：お知らせ ---- */
    .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 a.menuBoxListTitle {
        width: 11rem;
        position: relative;
    }
    .l-header a.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 .contactContent {
        padding: 50px 0 60px;
    }
    .l-header .contactContentBox ._info {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .l-header .contactContentBox ._tel {
        width: 50%;
        max-width: 400px;
        margin-right: 10px;
    }

    /* ---- SPナビは非表示 ---- */
    .spNavBar {
        display: none;
    }

    /* ---- フッター：連絡先 ---- */
    .l-footerInfo {
        width: 100%;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        align-items: center;
    }
    .l-footerInfoTel {
    }
    .l-footerInfoHours {
        margin: 0px 0 0 20px;
        font-size: 1.4rem;
    }

    /* ---- フッター：ナビ ---- */
    .l-footerNavList {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        gap: 16px 24px;
    }

    /* ---- フッター：ロゴ ---- */
    .l-footerLogo {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;

        /* margin: 40px auto 0; */
    }
    .l-footerLogo a {
        display: block;
        width: 100%;
        margin: 0;
    }
    .l-footerLogo a:nth-child(2) {
    }
    .l-footerLogo a:nth-child(3) {
        width: 40%;
        margin-left: 5%;
    }
    .l-footerLogo a img {
        width: 100%;
    }
}

/* -------- [ max-width: 768px ] SP -------- */
@media (max-width: 768px) {
    /* ---- レイアウト ---- */
    .l-main {
    }
    .l-inner {
        padding-inline: 5%;
    }

    /* ---- ヘッダー：ロゴ / ボタン ---- */
    .l-headerLogo {
        top: 20px;
        left: 20px;
        width: 96px;
        background: none;
        border: none;
    }
    .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_logo {
        top: 25px;
        left: 20px;
    }
    .l-headerContent_close {
        top: 25px;
        right: 20px;
    }
    .l-headerContent_close ._btn ._icon {
        width: 32px;
        height: 32px;
    }
    .l-headerContent_close ._btn ._icon img {
        width: 12px;
    }
    #headerCv {
        display: none;
    }

    /* ---- メニュー：お知らせ ---- */
    .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 {
        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.sub {
        margin-top: 30px;
    }
    .l-header .menuBoxListItem {
        border-bottom: solid 1px #aaa;
    }
    .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 .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 .menuBoxListSub {
        display: none;
        margin-bottom: 24px;
    }

    /* ---- メニュー：バナー / 連絡先 ---- */
    .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;
    }

    /* ---- フッター：連絡先 ---- */
    .l-footerInfoContact {
        text-align: center;
    }
    .l-footerInfoTel {
        width: 100%;
        justify-content: center;
        font-size: 4rem;
    }
    .l-footerInfoTel ._icon img {
        width: 60px!important;
    }
    .l-footerInfoHours {
        margin: 10px 0 30px;
        font-size: 1.3rem;
        text-align: center;
    }
    .l-footerInfoHours .horiday2 {
        font-size: clamp(1.1rem, 1.4vw, 1.4rem);
        padding-top: 5px;
        margin-top: 10px;
        border-top: solid 1px #dcb863;
        display: block;
        color: #dcb863;
    }
    .l-footerInfoHours .horiday2 strong {
        display: block;
        font-weight: normal;
    }
    .l-footerInfoClosed {
        margin-block-start: -40px;
        margin-block-end: 60px;
        font-size: 1.3rem;
    }
	.l-footerContentInner {
		flex-direction: column;
	}

    /* ---- フッター：ナビ / コピーライト ---- */
    .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 .btn-list {
        display: block;
        margin: 0 auto;
        padding-bottom: 10px;
    }
    .footerNotice .btn-list li {
        width: 100%;
        margin: 0 0 20px;
    }
    .footerNotice .ft-flex .btn01 {
        margin: 0 auto 20px;
    }
	
    /* ---- 固定CVボタン ---- */
    .fixCvBtn {
        display: none !important;
    }

    /* ---- ボタン ---- */
    .btn01 {
        max-width: 300px;
    }
    .btn01 span {
        display: block;
        margin-right: 5px;
    }
    .btn01 .mail {
        width: 20px;
    }
}

/* -------- 以下2つは元ファイルのまま（無効） --------
   「and(」とスペースが無いため構文エラーとなり、現状どちらも適用されていません。
   挙動を変えないためあえて修正していません。有効化する場合は「and (」に直してください。
   -------- */
@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 only screen and(max-width: 960px) {
    .l-footerNavList {
        justify-content: flex-start
    }
}
