@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Roboto:wght@400;500;700;900&display=swap");

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: transparent;
    outline: 0;
    vertical-align: baseline;
    -webkit-text-size-adjust: 100% !important;
    -ms-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important
}

select, button, input, textarea, button {
    border: 1px solid #333
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, td, th {
    border: 1px solid #333
}

td, th {
    line-height: 1.5;
    padding: 0.3em 0.4em
}

th {
    font-weight: bold;
    font-size: 1.05em
}

html {
    font-size: 100%;
    background-color: #ffffff;
    word-break: break-word
}

body {
    min-height: 100vh;
    color: #333;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal 14px/1.6 "Helvetica", "Arial", sans-serif;
    background-color: #ffffff
}

hr {
    overflow: visible;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 1em 0;
    height: 0;
    border-top: 1px solid #ccc
}

button:disabled {
    cursor: default
}

:where(a, a:active, a:link, a:visited) {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, dialog, hr, img {
    display: block
}

audio, canvas, iframe, img, svg, video {
    display: inline-block;
    vertical-align: middle
}

[hidden], dialog:not([open]), template {
    display: none
}

button, input, select, textarea {
    font-family: inherit;
    border-radius: 0
}

textarea {
    resize: vertical
}

audio, canvas, progress, video {
    display: inline-block
}

input, select {
    vertical-align: middle
}

button {
    vertical-align: inherit;
    line-height: inherit;
    cursor: pointer
}

button, select {
    text-transform: none
}

code, kbd, pre, samp {
    font-family: monospace, sans-serif;
    font-size: 1em
}

mark {
    background-color: #ff0
}

small {
    font-size: 80%
}

sub, sup {
    position: relative;
    font-size: 70%;
    line-height: 0
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

ul {
    list-style: none
}

img {
    width: 100%;
    height: auto
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 22px;
    width: 22px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 22px;
    width: 22px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    background-color: #295ea4
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 12px;
    height: 12px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    background-color: #cccccc;
    border-radius: 50%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    background-color: #295ea4
}

html.lock {
    overflow: hidden !important
}

html.on {
    overflow: hidden !important
}

body {
    width: 100%;
    margin: 0 auto;
    font-family: "Roboto", "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Hiragino Kaku Gothic ProN", "MS PGothic", Osaka, "sans-serif";
    color: #333333;
    font-size: 14px;
    position: relative;
    overflow-x: hidden
}

a {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

a:hover {
    text-decoration: none
}

svg {
    width: 100%
}

.bg-photo {
    background: center center/cover no-repeat
}

.bg-photo>img {
    display: none
}

.wrapper {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative
}

.toggle-btn {
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 60px;
    height: 50px;
    position: relative;
    margin-right: 30px;
    background-color: #404040
}

.toggle-btn label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer
}

.toggle-btn label .line {
    position: absolute;
    width: calc(40%);
    height: 3px;
    background-color: #ffffff;
    display: block;
    margin: auto;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    top: 23px
}

.toggle-btn label .line::before {
    position: absolute;
    width: calc(100%);
    height: 100%;
    background-color: #ffffff;
    display: block;
    margin: auto;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    content: '';
    -webkit-transform: rotate(0deg) translateY(8px);
    -ms-transform: rotate(0deg) translateY(8px);
    transform: rotate(0deg) translateY(8px)
}

.toggle-btn label .line::after {
    position: absolute;
    width: calc(100%);
    height: 100%;
    background-color: #ffffff;
    display: block;
    margin: auto;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    content: '';
    -webkit-transform: rotate(0deg) translateY(-8px);
    -ms-transform: rotate(0deg) translateY(-8px);
    transform: rotate(0deg) translateY(-8px)
}

.ghost-nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 0%;
    max-width: 684px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 550;
    height: 100%;
    background: #fff;
    -webkit-transition: background 0.35s linear, width 0.35s linear;
    -o-transition: background 0.35s linear, width 0.35s linear;
    transition: background 0.35s linear, width 0.35s linear;
    overflow: hidden;
    overflow-y: scroll
}

.ghost-nav .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    text-align: center;
}

.ghost-nav .items .contact {
    background-color: #ffcb4f
}

.ghost-nav .items .contact .btn a {
    background-color: #333333;
    color: #ffffff
}

.ghost-nav .items .reserve {
    background-color: #3D95B6
}

.ghost-nav .items .showroom {
    background-color: #ffcb4f
}

.ghost-nav .items .item {
    height: 104px;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px
}

.ghost-nav .items .item .btn {
    width: 100%
}

.ghost-nav .items .item .btn a {
    max-width: 100%;
    white-space: nowrap;
    line-height: 1.2;
}

.ghost-nav .menu {
    margin-top: 124px;
    margin-bottom: 60px;
    opacity: 0;
    -webkit-transition: 0.35s all;
    -o-transition: 0.35s all;
    transition: 0.35s all
}

.ghost-nav .sub {
    background-color: #f0f0f0;
    display: none
}

.ghost-nav .sub a {
    position: relative
}

.ghost-nav .sub a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    width: 0.5em;
    height: 0.5em;
    border-right: 1px solid #6f6f6f;
    border-bottom: 1px solid #6f6f6f
}

.ghost-nav .main {
    white-space: nowrap
}

.ghost-nav .main li a {
    display: block;
    width: 100%;
    padding: 0.8em 20px;
    border-bottom: 1px solid #d6d6d6
}

.ghost-nav .main .strong {
    cursor: pointer
}

.ghost-nav .main .strong:hover {
    background-color: #ffcb4f
}

.ghost-nav .main .strong.on {
    background-color: #ffcb4f
}

.ghost-nav .main .strong.on .sub {
    display: block
}

.ghost-nav .main .strong.on .ja::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}

.ghost-nav .main .strong .ja {
    font-weight: bold;
    font-size: 15px;
    position: relative;
    width: 100%;
    padding: 0.8em 20px;
    border-bottom: 1px solid #d6d6d6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ghost-nav .main .strong .ja .icon {
    background-color: #3D95B6;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 20px
}

.ghost-nav .main .strong .ja .icon img {
    width: 22px
}

.ghost-nav .main .strong .ja::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #101010;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.ghost-nav .main .strong .ja::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #101010
}

#menu-status:checked~.ghost-nav {
    width: 100%;
    opacity: 1;
    overflow-y: scroll
}

#menu-status:checked~.ghost-nav .menu {
    opacity: 1
}

#menu-status {
    display: none
}

#menu-status:checked~.header .toggle-btn label .line {
    background-color: rgba(255, 255, 255, 0)
}

#menu-status:checked~.header .toggle-btn label .line::after {
    -webkit-transform: rotate(-45deg) translateY(0px);
    -ms-transform: rotate(-45deg) translateY(0px);
    transform: rotate(-45deg) translateY(0px)
}

#menu-status:checked~.header .toggle-btn label .line::before {
    -webkit-transform: rotate(45deg) translateY(0px);
    -ms-transform: rotate(45deg) translateY(0px);
    transform: rotate(45deg) translateY(0px)
}

.header-block {
    height: 90px
}

.header {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 555
}

.header.on {
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1)
}

.header .inner {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header .header-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

 /* .group-logo {
    width: auto !important;
    margin-left: auto;
    padding-right: 32px;
}

.group-logo img {
    width: auto;
}

@media (max-width: 560px) {
    .group-logo {
        padding-right: 0;

    }
    .group-logo img {
        width: 80%;
    }
} */

.header .shopname {
    font-size: 26px;
    font-weight: bold;
    margin-left: 1em;
    color: #595757
}

.header .logo {
    width: 450px;
    padding-left: 40px
}

.header .logo img {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

span.icon {
    width: 1em;
    height: 1em;
    display: inline-block
}

span.icon svg {
    width: 100%
}

span.icon img {
    width: 100%
}

.footer {
    padding-top: 70px
}

.footer .wrapper {
    padding: 0 10px
}

.footer .footer-menu {
    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
}

.footer .footer-menu .ul-box ul {
    min-width: 190px
}

.footer .footer-menu .menu-ul {
    padding: 0 10px;
    margin-top: 30px;
    min-width: 190px
}

.footer .footer-menu .menu-ul .strong {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 1em
}

.footer .footer-menu .menu-ul .strong .ja {
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all
}

.footer .footer-menu .menu-ul .strong a {
    font-size: 1em
}

.footer .footer-menu .menu-ul .strong a:hover .ja {
    text-decoration: underline
}

.footer .footer-menu .menu-ul li a {
    font-size: 13px;
    white-space: nowrap
}

.footer .footer-menu .menu-ul li a:hover {
    text-decoration: underline
}

.footer .ul-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .bottom {
    background-color: #333333;
    padding: 40px 20px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    margin-top: 80px
}

.footer .bottom > .logo{
    margin-bottom: 15px;
}
.footer .bottom > .logo img {
    width: auto;
}

.footer .hasicon .icon {
    width: 0.9em;
    height: 0.9em;
    -webkit-transform: translateY(0.05em);
    -ms-transform: translateY(0.05em);
    transform: translateY(0.05em);
    margin-left: 5px;
    background: url(../img/svg_link.svg) center center/cover no-repeat
}

.btn.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn.yellow a {
    background-color: #ffcb4f;
    color: #333333
}

.btn.black a {
    background-color: #333333;
    color: #ffffff
}

.btn.white a {
    background-color: #ffffff;
    color: #333333
}

.btn.shadow-blue a {
    -webkit-box-shadow: 0 3px 0px #224f8a;
    box-shadow: 0 3px 0px #224f8a
}

.btn.p-top-reserve a{
    -webkit-box-shadow: 0 3px 0px #227391;
    box-shadow: 0 3px 0px #227391
}

.reserve .btn a{
    -webkit-box-shadow: 0 3px 0px #227391;
    box-shadow: 0 3px 0px #227391
}

.btn.shadow-yellow a {
    -webkit-box-shadow: 0 3px 0px #e5b647;
    box-shadow: 0 3px 0px #e5b647
}

.btn.shadow-grey a {
    -webkit-box-shadow: 0 3px 0px #c1c1c1;
    box-shadow: 0 3px 0px #c1c1c1
}

.btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 64px;
    max-width: 280px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    padding: 0 10px;
    z-index: 5
}

.btn a:hover {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: none;
    box-shadow: none
}

span.nowrap {
    white-space: nowrap
}

br.sp {
    display: none
}

.footer-sp-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    height: 60px;
    display: none
}

.footer-sp-btn .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.footer-sp-btn .contact {
    background-color: #ffcb4f
}

.footer-sp-btn .reserve {
    background-color: #3d95b6
}

.footer-sp-btn .showroom {
    background-color: #ffcb4f
}
.footer-sp-btn .item {
    height: 60px;
    width: 50%;
    padding: 10px 10px
}

.footer-sp-btn .item .btn a {
    height: 40px
}

.footer-sp-btn .item.reserve .btn a,
.footer-sp-btn .item.contact .btn a{
    line-height: 1.2;
    text-align: center;
}

.page-head {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 40px 0
}

.page-head .bg-photo {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0
}

.page-head .content .article {
    line-height: 2em;
    text-align: right;
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em);
    font-weight: 500
}

.page-head .ttl {
    font-weight: bold
}

.page-head .ttl span {
    display: block
}

.page-head .ttl .en {
    color: #295ea4;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0.5em
}

.page-head .ttl .ja {
    font-size: 48px;
    line-height: 1
}

.page-breadcrumb {
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-breadcrumb a {
    color: #295ea4;
    white-space: nowrap
}

.page-breadcrumb .symbol {
    margin: 0 1em
}

.page-breadcrumb .this-ttl {
    white-space: nowrap
}

.page-breadcrumb .this-ttl:last-child {
    white-space: pre-wrap
}

.page-title {
    font-weight: bold;
    margin-bottom: 30px
}

.page-title span {
    display: block
}

.page-title span.lower {
    display: inline-block;
    text-transform: none
}

.page-title .en {
    color: #295ea4;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0.5em
}

.page-title .ja {
    font-size: 32px;
    line-height: 1.2
}

.page-title-sub {
    font-weight: bold;
    padding-bottom: 30px;
    position: relative;
    padding-top: 20px
}

.page-title-sub::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #295ea4
}

.page-title-sub .ja {
    font-size: 24px;
    line-height: 1
}

.ul-dot li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ul-dot li .dot {
    width: 1em;
    min-width: 1em;
    height: 1em
}

.section-item {
    margin-top: 60px
}

.section-item.first {
    margin-top: 0
}

.section-top-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section-top-contacts .item {
    width: 50%;
    padding: 80px 20px;
    position: relative;
    z-index: 1;
    text-align: center;
    display: block
}

.section-top-contacts .item .bg-photo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.section-top-contacts .reserve {
    color: #ffffff
}

.section-top-contacts .btn {
    padding-top: 40px;
}

.p-footer__contacts .btn {
    padding-top:0 ;
}

.section-top-contacts .btn a{
    /* letter-spacing: 3px; */
    font-size: 18px;
}

.p-footer__contacts .item{
    padding: 30px 20px;
}

.p-footer-contacts__lead{
    margin-bottom: 2em;
}

.page-tab {
    width: 100%
}

.page-tab .tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 2px solid #295ea4
}

.page-tab .tab-list>.list {
    width: calc(25% - 4px);
    margin-bottom: -1px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    background-color: #e9eff6;
    font-size: 18px;
    color: #666666;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 1.5em 0.5em;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-tab .tab-list>.list.is-current {
    background-color: #ffffff;
    color: #295ea4;
    border-top: 2px solid #295ea4;
    border-left: 2px solid #295ea4;
    border-right: 2px solid #295ea4;
    border-bottom: none
}

.page-tab .tab-list>.list.is-current::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffff
}

.page-tab .tab-list>.list::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 2px;
    background-color: #295ea4
}

.page-tab .tab-content {
    padding-top: 40px
}

.page-tab .item {
    display: none
}

.page-tab .item.is-current {
    display: block
}

.page-tab dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 30px;
    border-bottom: 1px solid rgba(41, 94, 164, 0.1)
}

.page-tab dl a {
    text-decoration: underline;
    color: #295ea4
}

.page-tab dl a:hover {
    text-decoration: none
}

.page-tab dl:first-child {
    border-top: 1px solid rgba(41, 94, 164, 0.1)
}

.page-tab dl dt {
    color: #295ea4;
    min-width: 150px;
    width: 150px;
    font-weight: bold
}

.page-tab dl .text {
    margin-top: 0.8em
}

.page-tab .dd-box {
    padding: 20px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.page-tab .dd-box .ttl {
    font-weight: bold
}

.page-tab .dd-box .ttl-sub {
    color: #295ea4
}

.page-tab .dd-box .dd-item:not(:first-child) {
    margin-top: 1em
}

.showroom-sr .popup .window .content {
    width: auto;
    max-width: 900px
}

.showroom-sr .loadGif {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.showroom-sr .loadGif img {
    max-width: 50px;
    margin-bottom: 20px
}

.showroom-sr .calendar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.showroom-sr .calendar .calWrap {
    width: 100%
}

.showroom-sr .calendar table, .showroom-sr .calendar td, .showroom-sr .calendar th {
    border: none;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    padding: 0.2em 0
}

.showroom-sr .calendar .cal_headline+tr td {
    padding-top: 10px
}

.showroom-sr .calendar td>div {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.showroom-sr .calendar td>div.cal_blank {
    width: 0px;
    height: 10px
}

.showroom-sr .calendar td .cal_sat {
    color: #227cbd
}

.showroom-sr .calendar td .cal_sun {
    color: #de0000
}

.showroom-sr .calendar th {
    border-top: 2px solid #cccccc;
    border-bottom: 2px solid #cccccc;
    text-transform: capitalize
}

.showroom-sr .calendar th .cal_sun {
    color: #de0000
}

.showroom-sr .calendar th .cal_sat {
    color: #227cbd
}

.showroom-sr .calendar .cal_month {
    font-size: 54px;
    font-weight: bold
}

.showroom-sr .calendar .cal_month span {
    font-size: 16px;
    margin-left: 1em
}

.showroom-sr .calendar .calendar_01, .showroom-sr .calendar .calendar_02 {
    width: calc(50% - 20px);
    max-width: 400px
}

.showroom-sr .calendar .text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.showroom-sr .calendar .text>div {
    margin-right: 20px
}

.showroom-sr .calendar .text>div span {
    color: #295ea4
}

.showroom-sr .calendar .text .close02 span {
    color: #ffcb4f
}
.showroom-sr .calendar .text .close03 span {
    color: #d6d6d6
}
.showroom-sr .calendar .text .close04 span {
    color: #ffcb4f
}

.showroom-sr .calendar table {
    width: 100%
}

.showroom-sr .calendar table th {
    white-space: nowrap
}

.popup {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.8);
    display: none
}

.popup .on {
    display: block
}

.popup .bgbtn {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

.popup .window {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
    padding: 20px
}

.popup .window .content {
    width: calc(100%);
    max-width: 1080px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    z-index: 2
}

.popup .window .content .main {
    width: 100%;
    padding: 40px
}

.popup .window .content .btn {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-radius: 100%
}

.popup .window .content .btn img {
    width: 100%
}

.popup .window .content .box {
    padding: 20px
}

@media (max-width: 1020px) {
    .page-head .ttl .ja {
        font-size: 40px
    }
}

@media (max-width: 960px) {
    .page-head .content .article {
        -webkit-transform: translateY(0em);
        -ms-transform: translateY(0em);
        transform: translateY(0em);
        margin: 1em 0
    }

    .popup .window .content .main {
        padding: 40px 20px
    }

    .showroom-sr .calendar .calendar_01, .showroom-sr .calendar .calendar_02 {
        width: calc(50% - 10px)
    }

    .showroom-sr .calendar td>div {
        width: 30px;
        height: 30px
    }

    .showroom-sr .calendar .cal_month {
        font-size: 30px
    }

    .showroom-sr .calendar .cal_month span {
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .header .shopname {
        font-size: 18px
    }

    .header .logo {
        padding-left: 20px;
        width: 264px
    }

    .header .inner {
        height: 94px
    }

    .header-block {
        height: 94px
    }

    .ghost-nav .menu {
        margin-top: 94px
    }

    .page-head .content .article {
        text-align: left
    }
}

@media (max-width: 600px) {
    .header .header-brand {
        display: block
    }

    .header .logo {
        padding-left: 10px
    }

    .header .shopname {
        margin-left: 3.6em
    }

    .showroom-sr .calendar {
        display: block
    }

    .showroom-sr .calendar .calendar_01, .showroom-sr .calendar .calendar_02 {
        width: 100%
    }

    .showroom-sr .calendar .text {
        display: block
    }

    .showroom-sr .popup {
        overflow: scroll
    }

    .showroom-sr .popup .window {
        height: auto
    }

    .popup .window .content .btn {
        right: 10px;
        top: 10px;
        width: 30px;
        height: 30px
    }
}

@media (max-width: 500px) {
    .popup .window .content .main {
        padding: 40px 20px
    }

    .section-top-contacts .btn {
        padding-top: 10px
    }
    .section-top-contacts .btn a{
        letter-spacing: 1px;
        font-size: 15px;
        padding: 0;
    }
    .footer .footer-menu .menu-ul .strong {
        font-size: 16px
    }

    .page-title-sub .ja {
        font-size: 20px
    }

    .page-title-sub {
        padding-top: 20px;
        padding-bottom: 15px
    }

    .page-head .content .article {
        line-height: 1.6em
    }

    .page-head .ttl .ja {
        font-size: 32px
    }

    .page-title .ja {
        font-size: 26px
    }

    .page-title .en {
        font-size: 14px
    }

    .ghost-nav .menu {
        min-width: 100vw
    }

    .btn a {
        height: 50px
    }

    .ghost-nav .items .item .btn a {
        height: 40px;
        text-align: center;
    }

    .ghost-nav .items .item {
        padding: 20px 20px;
        height: auto
    }

    .ghost-nav .menu {
        margin-top: 80px
    }

    .header .logo {
        /* width: 200px; */
        padding-left: 0px;
        margin-left: 5px
    }

    .header .shopname {
        margin-left: 2.8em
    }

    .header .inner {
        height: 80px
    }

    .header-block {
        height: 80px
    }

    .toggle-btn {
        margin-right: 10px
    }

    br.sp {
        display: block
    }

    .footer {
        padding-top: 40px
    }

    .footer .footer-menu .sp-box {
        display: none
    }

    .footer .footer-menu .menu-ul {
        width: 100%;
        min-width: 0;
        padding: 0;
        margin-top: 0;
        border-bottom: 1.5px solid #cccccc
    }

    .footer .footer-menu .menu-ul:first-child {
        border-top: 1.5px solid #cccccc
    }

    .footer .wrapper {
        padding: 0 20px
    }

    .footer .footer-menu .menu-ul .strong {
        margin: 0;
        padding: 0.8em
    }

    .footer .footer-menu .menu-ul .strong.other {
        margin: 0;
        padding: 0em
    }

    .footer .footer-menu .menu-ul .strong.other a {
        padding: 0.8em
    }

    .footer .footer-menu .menu-ul .strong .ja {
        position: relative;
        width: 100%
    }

    .footer .footer-menu .menu-ul .strong .ja::after {
        content: "";
        position: absolute;
        width: 15px;
        height: 2px;
        right: 5px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #101010
    }

    .footer .footer-menu .menu-ul .strong .ja::before {
        content: "";
        position: absolute;
        width: 2px;
        height: 15px;
        right: 11px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #101010;
        -webkit-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all
    }

    .footer .footer-menu .menu-ul .strong a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer .footer-menu .menu-ul .strong a .ja::after {
        display: none
    }

    .footer .footer-menu .menu-ul .strong a .ja::before {
        display: none
    }

    .footer .footer-menu .menu-ul .strong a .icon {
        margin-left: 0px;
        margin-right: 5px
    }

    .footer .footer-menu .menu-ul .strong.on .ja::before {
        -webkit-transform: translateY(-50%) rotate(-90deg);
        -ms-transform: translateY(-50%) rotate(-90deg);
        transform: translateY(-50%) rotate(-90deg)
    }

    .footer .footer-menu .menu-ul .strong.on~.sp-box {
        display: block;
        margin-bottom: 20px
    }

    .footer .footer-menu .menu-ul .sp-box li a {
        width: 100%;
        display: block;
        padding: 0px 20px 5px
    }

    .footer .ul-box {
        display: block
    }

    .footer .bottom {
        margin-top: 40px
    }

    .footer span.sp {
        display: none
    }

    .footer {
        margin-bottom: 60px
    }

    .footer .bottom {
        padding: 20px 0
    }

    .footer-sp-btn {
        display: block
    }

    .footer-sp-btn .item{
        padding: 5px 5px;
    }

    .footer-sp-btn .item .btn a{
        height: 50px;
    }

    .section-top-contacts .item {
        width: 100%
    }

    .section-top-contacts {
        display: block
    }

    .section-top-contacts .item {
        padding: 25px 15px
    }

    .page-tab .tab-list>.list {
        font-size: 12px;
        line-height: 1.2;
        padding: 1em 0.5em
    }

    .page-tab .tab-list>.list.is-current::after {
        bottom: -2px
    }

    .page-tab dl {
        display: block;
        padding: 1em
    }

    .page-tab .tab-content {
        padding-top: 1.5em
    }

    .page-tab dl dt {
        width: 100%;
        padding-bottom: 0.5em
    }

    .page-tab .tab-list {
        width: calc(100% + 40px);
        margin-left: -20px
    }

    .page-tab .tab-list>.list {
        width: calc(24% - 0px);
        font-size: 12px;
        padding: 1em 0em;
        white-space: nowrap
    }
}

@media (max-width: 400px) {
    /* .page-tab .tab-list>.list {
        width: 100%
    } */

    .ghost-nav .items .item .btn a {
        font-size: 13px;
        text-align: center;
        line-height: 1.2;
    }

    .ghost-nav .items .item {
        padding: 15px 10px
    }
}

@media (max-width: 355px) {
    .footer-sp-btn .btn a {
        font-size: 12px
    }

    .showroom-sr .calendar {
        font-size: 12px
    }
}

/* ============================================================= *

Modal

* ============================================================= */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.close-btn{
  position: absolute;
  top: 1rem;
  right: 1rem;
  text-decoration: none;
  font-size: 4.8rem;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  line-height: 1;
}
.modal-bg{
  background: rgba(0,0,0,0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal-box{
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
}
.modal-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
}
.modal-content a {
  background-color: #3d95b6;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 2 / 1;
  align-items: center;
  width: 450px;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  font-size: 1.4em;
  line-height: 1.8;
  position: relative;
  text-decoration: none;
  transition: all .3s ease;
}

@media screen and (max-width: 560px){
  .modal-content a {
    padding-block: 1.5rem;
    }
}

.modal-content a .line1 .area-name {
  font-size: 1.5em;
}
@media screen and (max-width: 560px){
  .modal-content a .line1 .area-name {
    font-size: 1.3em;
    }
}

.modal-content a:hover {
  opacity: .8;
  cursor: pointer;
}
.modal-democar:hover,
.modal-showroom {
  cursor: pointer;
}

@media screen and (max-width: 1000px){
  .modal-content a {
    width: 350px; 
  }
}
@media screen and (max-width: 768px){
  .modal-box {
    width: 60%;
  }
  .modal-content{
    display: block;
  }
  .modal-content a {
    aspect-ratio: 3 / 1;
    width: 100%;
    margin: 10px auto;
  }
}
@media (max-width: 500px) {
  .close-btn{
    font-size: 3.8rem;
  }
  .modal-box {
    width: auto;
  }
  .modal-content a {
    width: 300px;
  }
}


/* ============================================================= *

Utility

* ============================================================= */
.u-tablet-block {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .u-tablet-block {
    display: block !important;
  }
}


.u-mobile-block {
  display: none ;
}

@media screen and (max-width: 560px) {
  .u-mobile-block {
    display: block;
  }
}



/* ============================================================= *

lineup

* ============================================================= */
:root {
/* ボタン共通設定
============================== */
  --TPL-button-radius: 5px;

/* プライマリーボタン（重要ボタン：キーカラー）
============================== */
  --TPL-primary-button-background: #295ea4;
  /* --TPL-primary-button-opacity-hover: .7;
  --TPL-primary-button-filter-hover: none; */
  --TPL-primary-button-background-hover: #295ea4;
}

.DEMOCAR-DETAIL__thumb-inner > li a.is-current::before {
    border: 2px solid #295ea4 !important;
    background: color-mix(in srgb, #295ea4 40%, transparent) !important;
}

