@charset "utf-8";
/* NOTE: reset.css / base.css は HTML の <head> にて <link rel="preload" as="style"> → <link rel="stylesheet"> へ移行推奨（CSS内 @import は初期描画を遅延） */
/*==================================================
インポート
==================================================*/
@import url("reset.css");
@import url("base.css");
/*==================================================
フォント
==================================================*/
@font-face {
  font-family: "Lotus";
  src: local("Lotus"),
    url("../fonts/Overpass-Lotus-Headlines.otf") format("opentype"),
    url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*==================================================
cmn
==================================================*/
body {
  background: #000000;
  font-family: "Noto Sans JP", "Arial", "arial", "helvetica", sans-serif;
  color: #000;
  font-size: 1.8rem;
  line-height: 2.4em;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
header,
nav,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd,
img,
table,
tr,
td,
th,
input,
textarea,
select,
a,
figure,
span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: inherit;
  font-size: 100%;
}

.font-lotus {
  font-family: "Lotus", system-ui, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
a,
input[type="submit"] {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.2s ease-out;
  outline: none;
}
@media (hover: hover) and (pointer: fine) {
  a:hover,
  input[type="submit"]:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 801px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.wrap-f {
  padding: 0 10rem;
}
.wrap {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 120rem;
  width: 100%;
  font-weight: 300;
}
.wrap-s {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
  justify-content: space-evenly;
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  width: 100%;
}
.map-box {
  max-width: 60rem;
  width: 37.6vw;
}
@media screen and (max-width: 767px) {
  .map-box {
    width: auto;
  }
}

.sp {
  display: none !important;
}
/*==================================================
head
==================================================*/
/*==================================================
foot
==================================================*/
.site-footer {
  color: #fff;
  background: #121212;
  text-align: center;
  position: relative;
  z-index: 10;
}
.site-footer h2 {
  margin-top: 3rem;
  margin-bottom: 5rem;
}
.site-footer .fnavi {
  justify-content: center;
  margin-bottom: 5rem;
}
.site-footer .fnavi li {
  margin: 0 2rem;
}
.site-footer h2 img {
  width: 12rem;
}
.site-footer address {
  font-size: 80%;
}
/*==================================================
content
==================================================*/
.pin {
  position: relative;
  top: -70px;
  display: block;
}
section {
  padding: 15rem 0;
  position: relative;
}
.mar-t00 {
  margin-top: 0 !important;
}
/*タイトル*/
.tit01 {
  font-size: 4rem;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 8rem;
}
.tit01 .font-jp {
  display: block;
  font-size: 50%;
  line-height: 1.8em;
}
.tit02 {
  font-size: 3.6rem;
  line-height: 1.8em;
  text-align: center;
}

/*カラー*/
.bg-black {
  background: #000;
  color: #fff;
}

.bg-gray {
  background: #44403f;
  color: #fff;
}
.bg-gray-l {
  background: #e4e8e8;
}
.bg-brown {
  background: #5c5652;
  color: #fff;
}
.txt-yellow {
  color: #fff200;
}
.txt-center {
  text-align: center;
}
/*カラム*/
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-bottom {
  align-items: flex-end;
}
/*ボタン*/
.detail-link {
  margin-top: 10rem;
  text-align: center;
  justify-content: center;
}
.detail-link li {
  width: 49%;
  font-size: 2.4rem;
}
.detail-link a {
  width: 100%;
  display: table;
  height: 10rem;
  padding: 0 2rem;
  color: #fff;
  background: #000;
  border: 2px solid #ffffff;
  line-height: 1em;
}
.detail-link .txt {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.4em;
  padding-top: 0.2em;
  padding-left: 4rem;
}
.detail-link .tel a {
  color: #000;
  background: #fff;
}
.detail-link .mail a {
  content: "";
  background-image: url("../img/icon_mail_white.svg");
  background-repeat: no-repeat;
  background-position: left 3rem center;
  background-size: 5rem;
}
.detail-link .tel a {
  content: "";
  background-image: url("../img/icon_tel.svg");
  background-repeat: no-repeat;
  background-position: left 3rem center;
  background-size: 5rem;
}
.detail-link .num {
  font-size: 130%;
  display: block;
  vertical-align: middle;
  line-height: 1.4em;
  font-family: "Noto Sans JP", "Arial", "arial", "helvetica", sans-serif;
  font-weight: 300;
  letter-spacing: 0.3em;
}
.detail-link .s {
  font-size: 1.4rem;
  display: block;
  line-height: 1.4em;
}
.detail-link-s {
  max-width: 60rem;
  width: 100%;
  margin: 5rem auto 0;
  text-align: center;
}
.detail-link-s a {
  display: block;
  border: 1px solid #000000;
  padding: 1rem;
}
/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*youtubeモーダル*/
.youtube-link {
  cursor: pointer;
}
.youtube-link:hover {
  opacity: 0.6;
}
/*google map*/
.gmap {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  padding-top: 50%;
}

/* ----------------------------------------------
  低動作 / 低データ配慮 + レイアウト最適化（安全な範囲）
---------------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition: none !important;
  }
}
@media (prefers-reduced-data: reduce) {
  .detail-link .mail a,
  .detail-link .tel a,
  .main-img picture ::after {
    background-image: none !important;
  }
}
@supports (content-visibility: auto) {
  section:not(:first-of-type) {
    content-visibility: auto;
    contain-intrinsic-size: 800px 1200px;
  }
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*==================================================
index
==================================================*/
.main-img {
  padding: 0;
  position: relative;
}
.main-img picture,
.main-img picture img {
  width: 100%;
  height: auto;
  display: block;
}
.main-img .txt-box {
  position: absolute;
  top: 10rem;
  left: 10rem;
  color: #000000;
}
.main-img picture ::after {
  content: "";
  display: block;
  width: 10.6vw;
  aspect-ratio: 204 / 58;
  background-image: url(../img/LOTUS_Wordmark_Yellow_RGB.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 3.38vw;
  right: 3vw;
}
@media screen and (max-width: 767px) {
  .main-img picture ::after {
    background-color: rgba(0, 0, 0, 0.86);
    width: 100%;
    height: 20vw;
    min-height: 80px;
    background-size: 109px 31px;
    top: 0;
    left: 0;
  }
}

.main-img .txt-box h1 {
  font-size: 4.5rem;
  line-height: 1.6em;
}
.main-img .txt-box h1 .txt-s {
  font-size: 2.2rem;
  display: block;
  line-height: 1em;
  margin-bottom: 1rem;
}
.main-img .txt-box .day {
  font-size: 3.4rem;
  margin-top: 1rem;
}
.main-img .txt-box .day .txt-s {
  font-size: 65%;
  vertical-align: 0.15em;
  margin-left: 0.2em;
}
.main-img .txt-box h2 {
  font-size: 2.8rem;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  margin-top: 5rem;
}
.info-sec {
  text-align: center;
}
.info-sec h1 {
  font-size: 4.4rem;
  line-height: 1.6em;
  margin-bottom: 5rem;
}
.info-sec h1 .txt-s {
  font-size: 82%;
  vertical-align: 0.05em;
}
.info-sec h2 {
  font-size: 2.4rem;
  line-height: 2em;
  margin-bottom: 5rem;
}
.info-sec h2 .txt-s {
  font-size: 60%;
  line-height: 2em;
}
.info-sec .day-box {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto 5rem;
}
.info-sec .day {
  font-size: 4.8rem;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  border-bottom: solid #000 1px;
}
.info-sec .day .s {
  font-size: 60%;
  vertical-align: 0.15em;
  margin-left: 0.2em;
}

.info-sec h3 {
  font-size: 2.2rem;
  line-height: 2em;
  margin-bottom: 5rem;
}
.info-sec .border-box {
  border: solid #ffffff 1px;
  max-width: 80rem;
  width: 100%;
  margin: 0 auto;
  font-size: 2.2rem;
  line-height: 2em;
  padding: 2rem 1rem;
}
.model-box .col-box {
  width: 47.5%;
  margin-bottom: 8rem;
  margin-inline: auto;
}
.model-box .col-box figure {
  margin-bottom: 3rem;
}
.model-box .col-box p {
  font-size: 87.5%;
  line-height: 2em;
}
.map-sec .address {
  justify-content: flex-start;
  margin-top: 5rem;
}
.map-sec .address li {
  margin-right: 3rem;
}
.map-sec .address .gmap-link {
  margin-left: auto;
  margin-right: 0;
}
.map-sec .address .gmap-link a {
  background: #fff;
  padding: 0.8rem 3rem;
  font-size: 80%;
  color: #000;
}

.map-box h2 {
  font-size: 2.4rem;
  line-height: 1.8em;
  margin-bottom: 3rem;
} /*==================================================
TELモーダル
==================================================*/
.remodal-overlay {
  background: rgba(0, 0, 0, 0.9) !important;
}
.remodal {
  background: none;
}
.remodal .link-list {
  color: #fff;
}
.remodal .link-list li {
  margin: 2rem 0;
}
.remodal .link-list li a {
  border: 1px solid #fff;
  display: block;
  padding: 2rem;
}
.remodal .link-list li .tel {
  display: block;
  font-size: 150%;
  margin-top: 1rem;
}
.remodal .link-list li .tel:before {
  content: "";
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
  background: url("../img/icon_tel_white.svg") no-repeat center;
  background-size: contain;
  vertical-align: middle;
  margin: -0.2em 1rem 0 0;
}
.remodal-close {
  left: inherit;
  right: 0;
  color: #fff;
}
.remodal-close:before {
  font-size: 4rem;
  font-weight: normal;
}
.remodal-close:hover {
  color: #fff;
}
.remodal-inner {
  background: #fff;
  padding: 5rem;
  text-align: left;
}
.remodal-inner h3 {
  font-size: 3.6rem;
  margin-bottom: 1rem;
  line-height: 1.8em;
}
.remodal-inner h4 {
  margin-top: 1em;
  margin-left: -0.5em;
}
.remodal-inner h4:first-child {
  margin-top: 0;
}
.remodal-inner .disc li {
  list-style: disc;
  margin-left: 1.5em;
}
/*==================================================
お問い合わせ
==================================================*/
.mw_wp_form .txt-box {
  text-align: center;
  margin-bottom: 5rem;
}
.mw_wp_form .txt-box a {
  text-decoration: underline;
}
.hide {
  display: none;
}
.table-style01 {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.table-style01 th {
  width: 35%;
  padding: 1.5em 2em;
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  line-height: 1.6em;
  background: #000000;
}
.table-style01 .txt-s {
  font-size: 13px;
  font-size: 1.3rem;
}
.mw_wp_form .error {
  color: #db171d !important;
  font-size: 100%;
  font-weight: bold;
}
.table-style01 td {
  padding: 1.5em 2em;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: left;
}
.mw_wp_form_preview td span,
.mw_wp_form_preview td p.no {
  display: none;
}
.table-style01 td p {
  margin: 10px 0 0;
  text-align: left;
  line-height: 1.8em;
}
.form-box input[type="text"].mini {
  width: 20%;
}
.form-box input[type="text"].short {
  width: 25%;
}
.form-box textarea,
.form-box input[type="text"],
.form-box input[type="email"],
.form-box select {
  width: 100%;
  height: 60px;
  border-radius: 0;
  border: 1px solid #ccc;
  padding: 1rem 2rem;
  font-size: 100%;
  color: #000;
}
.form-box textarea,
.form-box input[type="text"] {
  color: #000;
}
.form-box textarea {
  width: 100%;
  vertical-align: bottom;
  height: 150px;
}
.form-box select {
  overflow: hidden;
  background: url("../img/arrow_select.svg") right 1rem center no-repeat;
  background-size: 1.8rem;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border-radius: 0;
}
.form-box select.short {
  width: 25%;
}
.form-box table .checkbox {
  display: none;
  padding: 10px;
}
.form-box table .check-list label {
  padding-left: 40px;
}
.form-box table label {
  position: relative;
  padding: 12px 10px 10px 0px;
}
.form-box table .mwform-checkbox-field label {
  padding-left: 40px !important;
}
.form-box table .mwform-checkbox-field label:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 0;
  margin-top: -11px;
  border: 1px solid #ccc;
}
.form-box table .mwform-checkbox-field.checked label:before {
  content: "";
  position: absolute;
  display: block;
  top: 55%;
  left: 5px;
  width: 16px;
  height: 8px;
  margin-top: -6px;
  border: none;
  border-left: 3px solid #fff200;
  border-bottom: 3px solid #fff200;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.form-box h3:first-child {
  margin-top: 0;
}
.form-box h3 {
  margin-bottom: 5rem;
  text-align: center;
  font-size: 3rem;
}
.form-box table {
  margin: 0 0 8rem;
  width: 100%;
}
.form-box .btn-submit {
  text-align: center;
}
.form-box .btn-submit li {
  display: inline-block;
  margin: 0 5px;
}
.form-box input[type="submit"],
.form-box button {
  display: block;
  background: #fff200;
  color: #000000;
  padding: 3rem 15rem;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-weight: normal;
}
.btn-submit li:last-child input[type="submit"] {
  background: #ccc;
}
.btn-submit li .back {
  background: #ccc;
  display: none;
}
.mw_wp_form_preview .btn-submit li .back {
  display: block;
}
.page-thanks .thanks-sec {
  padding: 30vh 0;
  text-align: center;
}
.page-thanks .thanks-sec h2 {
  font-size: 2.4rem;
  line-height: 2em;
}
.mwform-checkbox-field-text {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .wrap,
  .wrap-m,
  .wrap-s,
  .wrap-f {
    padding: 0 8vw;
  }
  section {
    padding: 10rem 0;
    position: relative;
  }
  .detail-link {
    margin-top: 5rem;
  }
  .detail-link li {
    width: 100%;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .detail-link li:last-child {
    margin-bottom: 0;
  }
  .detail-link .mail a {
    background-position: left 2rem center;
  }
  .detail-link .tel a {
    background-position: left 2rem center;
  }
  /*==================================================
index
==================================================*/
  .main-img .txt-box {
    position: absolute;
    top: 16rem;
    left: 5rem;
  }
  .info-sec h1 {
    font-size: 3.8rem;
  }
  .info-sec .border-box {
    font-size: 2rem;
  }
  .model-box .col-box {
    width: 100%;
    margin-bottom: 6rem;
  }
  .remodal {
    padding: 35px 2rem;
  }
  .remodal-inner h3 {
    font-size: 3rem;
  }
  .remodal-inner {
    padding: 4rem 3rem;
  }

  .mar {
    margin-top: 5rem;
  }
  .map-sec .address {
    margin-top: 3rem;
  }
  .map-sec .address li {
    margin-right: 0;
  }
  .map-sec .address .gmap-link {
  }
  .map-box .col-box {
    width: 100%;
    margin-bottom: 8rem;
  }
  .map-box .col-box:last-child {
    margin-bottom: 0;
  }
  /*==================================================
お問い合わせ
==================================================*/
  .mw_wp_form .txt-box {
    text-align: left;
  }

  .table-style01 th {
    display: block;
    width: 100%;
    padding: 1em;
    border-right: 1px solid #ccc;
  }
  .table-style01 .txt-s {
    font-size: 10px;
  }
  .table-style01 td {
    display: block;
    width: 100%;
    padding: 1em 1em 1.5em;
  }
  .form-box textarea,
  .form-box input[type="text"],
  .form-box input[type="email"] {
    width: 100%;
    height: 45px;
    border-radius: 0;
    padding: 10px;
    font-size: 16px;
  }
  .form-box textarea {
    height: 100px;
  }
  .form-box table label {
    position: relative;
    padding: 5px 10px 5px 0px;
  }
  .form-box table .mwform-checkbox-field label:after {
    margin-top: -12px;
  }
  .form-box table .mwform-checkbox-field.checked label:before {
    margin-top: -7px;
  }
  .form-box select {
    width: 100%;
    height: 45px;
  }
  .form-box .btn-submit li {
    display: block;
    margin: 0 0 10px;
  }
  .form-box input[type="submit"],
  .form-box button {
    display: block;
    padding: 20px 10px;
    width: 100%;
  }
  .mwform-checkbox-field label,
  .mwform-radio-field label {
    display: block;
    padding: 0 0 5px;
  }
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0 !important;
  }
  .form-box input[type="submit"] {
    padding: 20px 20px;
    letter-spacing: 0px;
  }
  .contact-modal .contact-box {
    max-width: 100%;
    padding: 15% 0 30%;
  }
  .contact-modal .close {
    left: initial;
    top: 2.5%;
    right: 2.5%;
    transform: translateY(0%);
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
