@charset "UTF-8";
/* ==========================================================================
Foundation
========================================================================== */
/* Reset
- デフォルトスタイルの初期化
  - reset用cssはCDNを利用。ress.cssなら box-sizing: border-box; を含む
----------------------------------------------------------------- */
/* 変数
----------------------------------------------------------------- */
/* Function
----------------------------------------------------------------- */
/* Mixin
----------------------------------------------------------------- */
/* --------------------
2022年時点では以下のように指定
詳細：https://www.notion.so/2022-09a16b806da6468f9270c3a2ed0c39d2

-------------------- */
/* --------------------
ブレークポイントを指定
-------------------- */
/* --------------------
mixin
-------------------- */
/* --------------------
media query 使い方
-------------------- */
/* Base
- プロジェクトにおける基本スタイル
----------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  line-height: 1.6;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}
body:has(.comingsoon-img) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}
a:link, a:visited, a:active {
  color: #000;
}
a:hover {
  color: #000;
  opacity: 0.85;
}

a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* ==========================================================================
Layout
- header、main、sub、footerなどプロジェクト共通のコンテナブロックを定義
- ページで唯一なので、IDセレクタを使用してもOK
- 大枠のスタイル、構造上のスタイルだけ指定
- max-width、width、position、float、box-sizing…etc.
========================================================================== */
/* Header
----------------------------------------------------------------- */
/* Main
----------------------------------------------------------------- */
/* Sidebar
----------------------------------------------------------------- */
/* Footer
----------------------------------------------------------------- */
/* コンテンツ幅
基本は幅100%だが、大きいモニターだと広すぎなのでmax-widthで制限
----------------------------------------------------------------- */
.l-container {
  width: 100%;
  max-width: 900px;
}

.l-header-container {
  width: 100%;
  max-width: 900px;
}

.l-footer-container {
  width: 100%;
  max-width: 900px;
}

/* ==========================================================================
Object
========================================================================== */
/* Component 
- 再利用できる最低限の機能を持ったコンポーネント
- componentの参考：https://getbootstrap.jp/docs/5.0/components/accordion/
- 見出し、ボタン、表組み、注釈コメント、強調テキスト etc.
- 再利用しやすいように、なるべく固有のサイズや色を持たせないこと
----------------------------------------------------------------- */
/* Button */
/* Media */
/* Project
- プロジェクト固有のスタイルを書いていく
- Block、Elementで構成される（Componentを含むこともある）
- ページを構成する要素はだいたいここに書く
- 繰り返し使うパーツは切り出してComponentに書く
- Componentを少し変更して使いたい場合はここで上書き
----------------------------------------------------------------- */
.comingsoon-img {
  width: 80%;
  max-width: 600px;
}

.sr__content1 {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .sr__hero {
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
}

@media screen and (min-width: 1025px) {
  .sr__hero-img {
    width: 1920px;
    max-width: none;
  }
}

.sr__logo-sr {
  width: 90.6vw;
  margin-top: -3vw;
}
@media screen and (min-width: 1025px) {
  .sr__logo-sr {
    width: 800px;
    margin-top: -30px;
  }
}

.sr__content1 {
  padding-bottom: 7.33vw;
}
@media screen and (min-width: 1025px) {
  .sr__content1 {
    padding-bottom: 80px;
  }
}

.sr__content1-lead {
  text-align: center;
  margin-top: 7.3vw;
}
@media screen and (min-width: 1025px) {
  .sr__content1-lead {
    margin-top: 55px;
  }
}

.sr__content1-lead-img {
  width: 76.2vw;
}
@media screen and (min-width: 1025px) {
  .sr__content1-lead-img {
    width: 828px;
  }
}

.sr__content1-period {
  margin-top: 6vw;
}
@media screen and (min-width: 1025px) {
  .sr__content1-period {
    margin-top: 30px;
  }
}

.sr__content1-period-img {
  width: 90.6vw;
}
@media screen and (min-width: 1025px) {
  .sr__content1-period-img {
    width: 744px;
  }
}

.sr__join {
  background: url(../img/bg_sp.webp) no-repeat top center/cover;
  padding: 6.26vw 0 10.6vw;
}
@media screen and (min-width: 1025px) {
  .sr__join {
    background: url(../img/bg.webp) no-repeat top center/1920px;
    padding: 55px 0 85px;
  }
}

.sr__join-title {
  text-align: center;
}

.sr__join-title-img {
  width: 66vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-title-img {
    width: 366px;
  }
}

.sr__join-lead {
  text-align: center;
  margin-top: 5.86vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-lead {
    margin-top: 35px;
  }
}

.sr__join-lead-img {
  width: 87.6vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-lead-img {
    width: 730px;
  }
}

.sr__join-sub-title {
  text-align: center;
  margin-top: 10.6vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-sub-title {
    margin-top: 95px;
  }
}

.sr__join-subtitle-img {
  width: 85.2vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-subtitle-img {
    width: 556px;
  }
}

.sr__join-list {
  margin-top: 2.66vw;
  display: flex;
  flex-direction: column;
  gap: 4.4vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-list {
    margin-top: 25px;
    gap: 30px;
  }
}

.sr__join-list-item {
  text-align: center;
}

.sr__join-present-img {
  width: 92vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-present-img {
    width: 1000px;
  }
}

.sr__join-note-title {
  text-align: center;
  margin-top: 7.33vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-note-title {
    margin-top: 80px;
  }
}

.sr__join-note-title-img {
  width: 60vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-note-title-img {
    width: 360px;
  }
}

.sr__join-note-text {
  text-align: center;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-note-text {
    margin-top: 25px;
  }
}

.sr__join-note-text-img {
  width: 87.4vw;
}
@media screen and (min-width: 1025px) {
  .sr__join-note-text-img {
    width: 731px;
  }
}

.sr__reserve {
  padding: 6.66vw 0 13.3vw;
}
@media screen and (min-width: 1025px) {
  .sr__reserve {
    padding: 90px 0 160px;
  }
}

.sr__reserve-content {
  text-align: center;
}

.sr__reserve-content-img {
  width: 92vw;
}
@media screen and (min-width: 1025px) {
  .sr__reserve-content-img {
    width: 1000px;
  }
}

.sr__reserve-message {
  text-align: center;
  margin-top: 12vw;
}
@media screen and (min-width: 1025px) {
  .sr__reserve-message {
    margin-top: 80px;
  }
}

.sr__reserve-message-img {
  width: 71.2vw;
}
@media screen and (min-width: 1025px) {
  .sr__reserve-message-img {
    width: 705px;
  }
}

.sr__reserve-btn {
  text-align: center;
  margin-top: 3.33vw;
}
@media screen and (min-width: 1025px) {
  .sr__reserve-btn {
    margin-top: 30px;
  }
}

.sr__reserve-btn-img {
  width: 92vw;
}
@media screen and (min-width: 1025px) {
  .sr__reserve-btn-img {
    width: 700px;
  }
}

.showroom {
  background-color: #EBEBF2;
  padding: 10vw 0 0;
}
@media screen and (min-width: 1025px) {
  .showroom {
    padding: 70px 0 0;
  }
}

.showroom__title {
  text-align: center;
}

.showroom__title-img {
  width: 84.8vw;
}
@media screen and (min-width: 1025px) {
  .showroom__title-img {
    width: 600px;
  }
}

.showroom__area:not(:first-child) {
  margin-top: 10.66vw;
}
@media screen and (min-width: 1025px) {
  .showroom__area:not(:first-child) {
    margin-top: 50px;
  }
}

.showroom__area-list {
  margin-top: 7.33vw;
  padding: 0 3.33vw 13.33vw;
}
@media screen and (min-width: 1025px) {
  .showroom__area-list {
    padding: 0 0 110px;
    max-width: 800px;
    margin: 70px auto 0;
  }
}

.showroom__area-title {
  text-align: center;
  font-size: clamp(18px, 4.8vw, 24px);
  font-weight: 500;
  background-color: #33387F;
  color: #fff;
  padding: 5px;
  border-radius: 30px;
}

.showroom__list {
  margin-top: 3.73vw;
  display: flex;
  flex-direction: column;
  padding: 0 7.33vw;
  gap: 1.33vw;
}
@media screen and (min-width: 1025px) {
  .showroom__list {
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 50px;
    padding: 0 50px;
  }
}

.showroom__item {
  font-size: clamp(17px, 4.53vw, 20px);
  font-weight: 500;
  list-style: none;
  background: url(../img/icon_arrow.svg) no-repeat left top 7px;
  background-size: clamp(15px, 4vw, 17px);
  padding-left: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .showroom__item {
    padding-left: 23px;
  }
}
@media screen and (min-width: 1025px) {
  .showroom__item {
    width: calc((100% - 50px) / 2);
    background-size: 17px;
    padding-left: 25px;
  }
}

/* -----------------------------------
.footer
----------------------------------- */
.footer {
  padding: 20px 5vw 20px;
  text-align: center;
  background-color: #fff;
}

.footer__logo {
  margin-bottom: 20px;
}

.footer__logo-img {
  width: 125px;
}

.footer__text {
  font-size: 10px;
}

.footer__icon {
  width: 13px;
  vertical-align: middle;
  margin-left: 5px;
}

.footer__copyright {
  display: block;
  font-size: 10px;
  font-weight: 400;
  margin-top: 10px;
}

.btn-link-header {
  width: 50px;
  position: fixed;
  right: 15px;
  bottom: 20px;
  z-index: 100;
}
@media screen and (min-width: 1025px) {
  .btn-link-header {
    right: 35px;
    bottom: 15px;
  }
}

/* Utility
- ComponentとProjectで解決できないもの
- ちょっとした調整用のスタイル
----------------------------------------------------------------- */
/* clearfix */
/* margin */
.u-mb10 {
  margin-bottom: 10px;
}

/* display */
@media (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .u-sp-only {
    display: none;
  }
}
.u-liststyle-none {
  list-style: none;
}/*# sourceMappingURL=style.css.map */