@charset "UTF-8";
  html {
font-size: 62.5%;
}
body {
font-family: "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, sans-serif;
font-size: 1.4rem;
font-style: normal;
font-weight: 400;
line-height: 2;
color: #333;
word-break: break-all;
}  img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}
a {
color: #333;
text-decoration: none;
transition: color 0.5s;
}
a:hover {
color: #ff6666;
}
ul {
list-style: none;
} #nav-toggle {
position: fixed;
right: 20px;
height: 32px;
top: 30px;
cursor: pointer;
z-index: 9999;
}
#nav-toggle>div {
position: relative;
width: 36px;
}
#nav-toggle span {
width: 100%;
height: 2px;
left: 0;
display: block;
background: #333;
position: absolute;
transition: transform 0.3s ease-in-out, top 0.2s ease;
mix-blend-mode: screen;
}
#nav-toggle span:nth-child(1) {
top: 0;
}
#nav-toggle span:nth-child(2) {
top: 14px;
}
#nav-toggle span:nth-child(3) {
top: 28px;
}
#nav-toggle:hover span:nth-child(1) {
top: 4px;
}
#nav-toggle:hover span:nth-child(3) {
top: 23px;
}
.is-fixed #nav-toggle span {
background: #fff;
}
.is-fixed #nav-toggle span:nth-child(1) {
top: 15px;
transform: rotate(45deg);
}
.is-fixed #nav-toggle span:nth-child(2) {
top: 15px;
width: 0;
left: 50%;
}
.is-fixed #nav-toggle span:nth-child(3) {
top: 15px;
transform: rotate(-45deg);
}  .l-inner {
width: 90%;
margin: 0 auto;
max-width: 1000px;
}
@media screen and (max-width: 800px) {
.l-inner {
width: 100%;
padding: 0 20px;
}
}
.l-box {
padding: 80px 0;
}
.rental_flex {
display: flex;
flex-wrap: wrap;
}
@media screen and (max-width: 800px) {
.l-box {
padding: 40px 0;
}
}
.l-box-last {
margin-bottom: 80Q;
}
@media screen and (max-width: 800px) {
.l-box-last {
padding: 20px 0;
}
} .flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.flex-wrap-nowrap {
flex-wrap: nowrap;
}
.flex-justify-start {
justify-content: flex-start;
}
.flex-justify-end {
justify-content: flex-end;
}
.flex-justify-center {
justify-content: center;
}
.flex-justify-space-between {
justify-content: space-between;
}
.flex-justify-around {
justify-content: space-around;
}
.flex-align-end {
align-items: flex-end;
}
.flex-align-center {
align-items: center;
} .title-main {
display: flex;
align-items: center;
margin-bottom: 2em;
font-size: 2.8rem;
font-weight: 300;
line-height: 1.7;
letter-spacing: 0.2em;
text-transform: uppercase;
}
.title-main::after {
content: "";
display: block;
flex: 1;
margin: 0 0 0 1em;
border-bottom: 1px solid;
}
.title-main span {
display: block;
}
.title-reverse {
flex-direction: row-reverse;
}
.title-reverse::after {
margin: 0 1em 0 0;
} .btn,
.contact-form .btn {
display: block;
width: 240px;
margin: 4em auto 0;
padding: 1em;
background-color: #ff6666;
color: #fff;
text-align: center;
transition: all 0.5s;
text-decoration: none;
}
.btn:hover,
.contact-form .btn:hover {
color: #fff;
background-color: #333333;
}
.contact-form .btn {
margin-top: 2em;
} .site-header .l-inner {
position: relative;
width: 94%;
max-width: none;
margin: 2em auto;
}
.site-footer .l-inner {
width: 94%;
max-width: none;
padding: 2em 0;
}
.site-header h1 {
width: 180px;
font-size: 1rem;
line-height: 1;
}
.nav-global-main {
position: absolute;
right: 0;
top: 0;
}
.nav-global-main li {
margin-left: 3em;
}
.nav-global-main li::before {
content: "-";
padding-right: 0.5em;
}
@media screen and (max-width: 800px) {
.is-fixed {
position: fixed;
width: 100%;
}
.nav-global {
display: none;
flex-direction: column;
justify-content: center;
position: fixed;
top: 0;
left: 0;
z-index: 9998;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.9);
line-height: 2.5;
}
.is-fixed .nav-global {
display: flex;
}
.nav-global a {
color: #fff;
}
.nav-global-inner {
overflow-y: scroll;
}
.nav-global-main {
position: static;
flex-direction: column;
width: 60%;
margin: 0 auto 1.5em;
padding: 2em 0 1.5em;
border-bottom: 2px solid #fff;
font-size: 1.8rem;
}
.nav-global-main li {
margin-left: 0;
}
.nav-global-main li::before {
content: "";
padding-right: 0;
}
.nav-global-shop {
width: 60%;
margin: 0 auto;
padding: 0 0 2em;
font-size: 1.4rem;
}
}
.nav-store {
max-width: 1000px;
margin: 1.5em auto 1em;
}
.nav-store li {
width: 100%;
padding: 0 15px;
}
.nav-store a {
transition: opacity 0.5s;
}
.nav-store a:hover {
opacity: 0.6;
}
.shop-category {
display: flex;
flex-direction: column-reverse;
padding: 0 15px;
}
.category-title {
text-align: center;
margin: 2em 0 0;
padding: 1em 0 0;
border-top: 1px solid;
text-transform: uppercase;
}
@media screen and (max-width: 800px) {
.nav-store {
flex-direction: column;
margin-top: 3em;
}
.shop-category {
flex-direction: column;
margin-bottom: 3em;
padding: 0;
}
.category-title {
text-align: left;
margin: 0 0 1.5em;
padding: 0 0 0.5em;
border-top: none;
border-bottom: 1px solid #e3ddd1;
}
.shop-all {
justify-content: flex-start;
align-items: center;
}
.shop-all li {
width: 33.333%;
}
}
.site-footer {
background-color: #191919;
color: #fff;
font-weight: 300;
}
.site-footer a {
color: #fff;
}
.site-footer dt {
width: 180px;
}
.site-footer dt::after {
content: "";
display: block;
width: 30px;
margin-bottom: 1em;
padding-bottom: 1.5em;
border-bottom: 1px solid #fff;
}
.footer-nav {
text-align: right;
}
@media screen and (max-width: 800px) {
.footer-nav {
text-align: center;
}
}
.footer-nav li::before {
content: "/";
padding: 0 1em;
}
.footer-nav li:first-child::before {
content: "";
padding: 0;
}
.footer-nav small {
display: block;
margin-top: 1.5em;
}
.footer-nav i {
padding-right: 0.5em;
}
.site-main {
padding-bottom: 3em;
} #slide {
position: relative;
padding-left: 0;
list-style: none;
height: 45vw;
min-height: 500px;
overflow: hidden;
}
@media screen and (max-width: 480px) {
#slide {
height: 400px;
}
}
#slide ul {
height: 100%;
}
#slide li {
opacity: 0;
transition: opacity 2s;
position: absolute;
background: no-repeat center center / cover;
width: 100%;
height: 100%;
}
#slide .is-active {
opacity: 1;
z-index: 99;
}
.instagram {
background-color: #f4edea;
}
#gallery {
display: flex;
flex-wrap: wrap;
}
.gallery-item {
display: flex;
align-items: center;
width: 20%;
background-color: #383635;
}
@media screen and (max-width: 480px) {
.gallery-item {
width: 50%;
}
}
.gallery-item a {
transition: all 0.5s;
}
.gallery-item a:hover {
opacity: 0.7;
}
.gallery-pic {
width: 100%;
aspect-ratio: 1/1;
object-fit: contain;
}
.about-info {
text-align: center;
}
.about-info h3 {
letter-spacing: 0.4em;
margin: 2em 0 1.5em;
font-size: 3rem;
font-weight: 700;
font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, serif;
}
.about-info p {
margin: 0 auto 2em;
}
#map {
height: 400px;
}
#parking-list::after {
content: "";
display: block;
width: 30%;
}
#parking-list li {
width: 30%;
margin-top: 2em;
padding-left: 30px;
background-repeat: no-repeat;
background-position: 0 0;
background-size: 20px 25px;
}
.parking-info dt {
font-weight: 700;
line-height: 1.5;
}
.parking-info dd {
line-height: 1.5;
}
.parking-info-note {
margin-top: 0.5em;
font-size: 1.2rem;
color: #ff0000;
}
.parking-note {
margin-top: 2em;
color: #ff0000;
font-size: 1.2rem;
}
.contact {
text-align: center;
}
.store-flex {
display: flex;
justify-content: space-between;
}
.store-flex:nth-child(odd) {
flex-direction: row-reverse;
}
.store-flex:not(:first-of-type) {
margin-top: 12em;
}
@media screen and (max-width: 800px) {
.store-flex:not(:first-of-type) {
margin-top: 6em;
}
}
@media screen and (max-width: 800px) {
.store-flex {
display: block;
}
}
.store-reverse {
flex-direction: row-reverse;
}
.store-img {
display: block;
overflow: hidden;
flex-basis: calc(50% - 80px / 2);
}
.store-img img {
width: 100%;
}
.store-txt {
padding-top: 16px;
flex-basis: calc(50% - 80px / 2);
}
.store-name {
font-size: 3rem;
font-weight: 700;
position: relative;
letter-spacing: 0.1em;
}
.store-name::after {
content: "";
display: block;
width: 50px;
border-bottom: 2px solid #333333;
margin-top: 1em;
}
@media screen and (max-width: 800px) {
.store-name {
margin-top: 40px;
font-size: 2rem;
}
}
.store-txt .category {
display: block;
font-size: 18px;
font-weight: normal;
line-height: 1;
}
.store-content {
margin: 2em 0;
}
.info__about a {
text-decoration: underline;
}
.tags {
margin-top: 3em;
display: flex;
}
.tag {
color: #333;
border: 1px solid #333;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
margin-right: 0.5em;
font-size: 20px;
text-decoration: none;
}
.store-btn .btn {
margin-top: 1em;
} .sp-none {
display: block;
}
.footer-nav .sp-none {
display: flex;
}
@media screen and (max-width: 800px) {
.sp-none {
display: none;
}
.footer-nav .sp-none {
display: none;
}
}
.pc-none {
display: none;
}
@media screen and (max-width: 800px) {
.pc-none {
display: block;
}
}
@media screen and (max-width: 800px) {
.title-main {
font-size: 2rem;
}
.about-info h3 {
margin: 1em 0 1em;
font-size: 2rem;
}
.site-footer {
position: fixed;
left: 0;
bottom: 0;
z-index: 99;
width: 100%;
font-size: 0.857em;
text-align: center;
}
#parking-list li {
width: calc(50% - 32px / 2);
}
.footer-nav small {
margin-top: 0.2em;
}
.site-footer .l-inner {
justify-content: center;
padding: 1em 0;
}
.footer-nav .flex {
justify-content: center;
}
.site-main {
padding-bottom: 6em;
}
}
.info {
display: flex;
align-items: center;
margin-bottom: 1.5em;
}
.info__title {
text-align: center;
border: 1px solid #333333;
font-weight: 300;
font-size: 14px;
width: 48%;
margin-bottom: 1em;
}
@media screen and (max-width: 800px) {
.info__title {
width: 100%;
}
}
.info__about {
width: 50%;
margin-left: 24px;
}
@media screen and (max-width: 800px) {
.info__about {
width: 100%;
margin-left: 0;
}
}
.info .-rental {
font-size: 1.8rem;
flex-basis: calc(50% - 32px / 2);
height: 80px;
margin-bottom: 24px;
}
@media screen and (max-width: 800px) {
.info .-rental {
font-size: 1.6rem;
flex-basis: 100%;
width: 100%;
height: 60px;
margin-bottom: 16px;
}
}
@media screen and (max-width: 800px) {
.-block {
display: block;
}
}
.rental-hd {
font-size: 2.8rem;
margin-bottom: 40px;
position: relative;
}
.rental-hd::after {
content: "";
display: block;
width: 56px;
border-bottom: 3px solid #333333;
margin-top: 24px;
} .contact-form {
margin-top: 3em;
}
.contact-caption {
text-align: right;
}
.contact-required {
padding: 0 0.2em;
color: #f00;
font-size: 0.75em;
}
.contact-form dl {
margin: 0 0 2em;
}
.contact-form dt {
width: 200px;
padding-right: 4%;
text-align: right;
}
.contact-form dd {
flex: 1;
}
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 0.8em;
border: none;
background-color: #e3ddd1;
font-size: 16px;
}
.contact-form input[type="radio"] {
width: auto;
display: none;
}
.wpcf7-list-item-label {
padding-left: 30px;
position: relative;
margin-right: 20px;
line-height: 1;
}
.wpcf7-list-item-label::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 0;
width: 20px;
height: 20px;
margin-top: -10px;
border-radius: 50%;
background-color: #e3ddd1;
}
.contact-form input[type="radio"]:checked+.wpcf7-list-item-label::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 4px;
width: 12px;
height: 12px;
margin-top: -6px;
background-color: #333;
border-radius: 50%;
}
.wpcf7-not-valid-tip {
text-align: left;
}
.contact-form select {
-webkit-appearance: menulist;
background-color: rgb(248, 248, 248);
border-style: solid;
}
@media screen and (max-width: 800px) {
.contact-form .flex {
display: block;
}
.contact-form dt {
width: 100%;
margin-bottom: 0.5em;
padding-right: 0;
text-align: left;
}
.contact-form dd {
width: 100%;
}
} .calendar-area {
position: relative;
}
.fc-icon {
line-height: 0.6em;
}
@media screen and (max-width: 800px) {
.fc-header-toolbar {
flex-wrap: wrap;
text-align: center;
}
.fc-left {
order: 2;
width: 50%;
}
.fc-center {
order: 1;
width: 100%;
}
.fc-right {
order: 3;
width: 50%;
}
}
@media screen and (max-width: 350px) {
.fc-today-button {
display: none;
}
} .fc-sun {
color: red;
background-color: #fff0f0;
} .fc-sat {
color: blue;
background-color: #f0f0ff;
}
.modal-overlay {
display: none;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.modal-screen {
display: none;
position: fixed;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
padding: 20px;
margin: auto;
background-color: #fff;
z-index: 2;
border-radius: 12px;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 800px) {
.modal-screen {
width: 100%;
}
}
.modal-close-btn {
color: #5f6368;
text-align: right;
cursor: pointer;
}
.modal-contents-title {
text-align: center;
font-size: 22px;
font-weight: 400;
}
.modal-contents-info {
margin: 10px 0 0 0;
} .floor_map_wrap {
padding-top: 4em;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
background-color: #383635;
}
.floor_map01 {
width: 50%;
height: auto;
}
.floor_map02 {
width: 50%;
height: auto;
}
@media screen and (max-width: 800px) {
.floor_map01 {
width: 100%;
margin: 1em 0;
}
.floor_map02 {
width: 100%;
margin: 0 0 1em;
}
} .opening-table-wrap {
background-color: #383635;
}
.opening-table {
margin: 0 auto;
table-layout: fixed;
width: 700px;
background-color: #383635;
color: #fff;
padding: 3em 0 4em;
}
.opening-hours {
border-bottom: 5px solid #fff;
}
.opening-table-hd {
font-weight: bold;
width: 10%;
background-color: #fff;
color: #383635;
}
.opening-table-title {
font-size: 1.5rem;
}
.opening-table p {
margin: 0 auto 0.5em;
}
.opening-table-time {
font-size: 0.875rem;
}
.opening-table-item {
border-bottom: 1px solid #cccccc;
}
.opening-table-item span {
display: block;
margin-top: 0.8em;
font-size: 0.75rem;
line-height: 1;
}
.business_day_icon {
width: 40%;
height: auto;
}
@media screen and (max-width: 800px) {
.opening-table-wrap {
white-space: nowrap;
overflow-x: scroll;
}
.pc-none.opening-table-item {
padding: 1em;
border-bottom: none;
}
} .access a {
color: #ff6666;
}
.access .btn {
margin-top: 3em;
color: #fff;
}
.access-map {
margin-bottom: 6rem;
padding: 2.5em;
border: 6px solid #f4edea;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
text-align: center;
}
.access-map h3 {
max-width: 240px;
margin: 0 auto 1em;
}
.access-map-info {
width: 42%;
order: 2;
}
.access-map-pic01 {
width: 26%;
order: 1;
transform: rotate(-4deg);
}
.access-map-pic02 {
width: 26%;
order: 3;
transform: rotate(4deg);
}
.access-info dt {
margin-bottom: 1.5rem;
font-weight: 700;
line-height: 1;
}
.access-term {
margin-bottom: 6rem;
}
.access-link::before {
content: "-";
display: block;
}
.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}
.youtube iframe {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 800px) {
.access-info .flex {
flex-direction: column;
}
.access-item {
width: 100%;
}
.access-map-info {
width: 100%;
order: 1;
}
.access-map-pic01 {
width: 50%;
order: 2;
transform: rotate(-4deg);
}
.access-map-pic02 {
width: 50%;
order: 3;
transform: rotate(4deg);
}
.access .btn {
margin-bottom: 4em;
}
} .main-visual {
text-align: center;
}
.main-visual img {
margin-bottom: 3em;
}
.main-visual p {
letter-spacing: 0.4em;
font-size: 1.8rem;
font-weight: 700;
font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 800px) {
.main-visual p {
font-size: 1.5rem;
}
}
@media screen and (max-width: 480px) {
.main-visual p {
font-size: 1.2rem;
}
} .recaptcha_policy {
margin-top: 2em;
font-size: 1.1rem;
text-align: center;
}
.grecaptcha-badge {
visibility: hidden;
position: relative;
z-index: -1;
}
.turnstile{
border-top: 1px solid;
margin-top: 2em;
padding-top: 3em;
text-align: center;
}
.turnstile p{
margin-bottom: .5em;
}