@charset "UTF-8";
/*===============
	HEADER
===============*/
.drop_down .list li a {
  white-space: nowrap; }

/*===============
	FOOTER
===============*/
.site-footer {
  padding-left: 15px;
  padding-right: 15px; }
  .site-footer__nav {
    color: #85878b;
    display: grid;
    font-size: 0.95em;
    gap: 30px;
    grid-template-columns: repeat(5, 1fr);
    line-height: 2.2;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 900px) {
      .site-footer__nav {
        display: block;
        overflow: hidden; } }
    @media screen and (max-width: 500px) {
      .site-footer__nav {
        padding: 30px 0; } }
  .site-footer__col a {
    color: inherit;
    position: relative;
    padding-bottom: 5px; }
    .site-footer__col a:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #85878b;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: 0.5s -webkit-transform ease-in;
      transition: 0.5s -webkit-transform ease-in;
      -o-transition: 0.5s transform ease-in;
      transition: 0.5s transform ease-in;
      transition: 0.5s transform ease-in, 0.5s -webkit-transform ease-in;
      -webkit-transform-origin: right;
      -ms-transform-origin: right;
      transform-origin: right; }
    .site-footer__col a:hover:after {
      -webkit-transform-origin: left;
      -ms-transform-origin: left;
      transform-origin: left;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  .site-footer__col ul {
    margin-bottom: 20px; }
    .site-footer__col ul ul {
      padding-left: 1em; }
    .site-footer__col ul:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 900px) {
    .site-footer__col:nth-child(1), .site-footer__col:nth-child(2), .site-footer__col:nth-child(3) {
      clear: left;
      float: left;
      width: calc(50% - 10px); }
    .site-footer__col:nth-child(4), .site-footer__col:nth-child(5) {
      margin-left: calc(50% + 10px); } }
  @media screen and (max-width: 500px) {
    .site-footer__col:nth-child(n) {
      clear: none;
      float: none;
      margin-left: 0;
      width: 100%; } }

/*===============
	SHOWROOM
===============*/
body.page-showroom .title-t2.prefectures {
  border-bottom: unset; }
@media (min-width: 768px) {
  body.page-showroom .title-t2.prefectures.pc-mt {
    margin-top: 20px; } }

/*===============
	RESERVE
===============*/
.reserve-widget {
  padding-top: 80px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 80px; }
  .reserve-widget__in {
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px; }

/*===============
	CONCEPT
===============*/
body.page-concept #animation {
  animation-duration: 5s;
  animation-fill-mode: forwards;
  animation-name: concept-fade-in;
  animation-timing-function: ease-in; }

@keyframes concept-fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*===============
	PAGE
===============*/
.page-section {
  margin-bottom: 80px; }
  @media screen and (min-width: 901px) {
    .page-section {
      margin-bottom: 120px; } }

/*===============
	CONTACT FORM
===============*/
.txt_lead {
  margin-bottom: 32px;
  padding-bottom: 32px;
  text-align: center;
  border-bottom: 1px dotted #cccccc; }
  .txt_lead p {
    margin-bottom: 0; }

.form-input {
  width: auto;
  max-width: 100%; }

.inputName .form-input {
  width: 120px; }
.inputName .txt_before_input {
  margin-right: 0.3em; }
.inputName .input_given_name {
  margin-left: 0.6em; }

.form-inline:has([name="pref"]) {
  margin-top: 12px;
  margin-bottom: 12px; }

.txt_note {
  display: block; }

.personal_info {
  margin-bottom: 32px;
  text-align: center; }
  .personal_info .txt_prg {
    margin-bottom: 0; }

.box_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px; }
  .box_btn .form-submit {
    background-color: #666666;
    border: none;
    color: #ffffff;
    cursor: pointer; }
    .box_btn .form-submit:hover {
      opacity: 0.8; }
    .box_btn .form-submit.form-back {
      background-color: #aaaaaa; }

.form-horizontal .form-group {
  flex-wrap: wrap;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .form-horizontal .form-group {
      align-items: flex-start;
      display: flex; } }
@media (min-width: 768px) {
  .form-horizontal .col-sm-4 {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-right: 15px;
    text-align: right; } }
@media (min-width: 768px) {
  .form-horizontal .col-sm-8 {
    flex: 0 0 66.667%;
    max-width: 66.667%; } }
.form-horizontal .error {
  display: block;
  color: #cc0000; }

.personal_info,
.box_btn {
  flex: 0 0 100%;
  width: 100%; }

.form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2385878b' d='M8 11L2 5h12z'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px;
  cursor: pointer;
  padding-right: 32px; }

.mwform-radio-field,
.mwform-checkbox-field {
  display: block;
  margin-bottom: 6px; }
  .mwform-radio-field label,
  .mwform-checkbox-field label {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 6px; }
  .mwform-radio-field input[type="radio"],
  .mwform-radio-field input[type="checkbox"],
  .mwform-checkbox-field input[type="radio"],
  .mwform-checkbox-field input[type="checkbox"] {
    -webkit-appearance: auto;
    appearance: auto;
    cursor: pointer;
    flex-shrink: 0;
    height: 16px;
    width: 16px; }
  .mwform-radio-field.horizontal-item,
  .mwform-checkbox-field.horizontal-item {
    display: inline-block;
    margin-bottom: 4px;
    margin-right: 16px; }

.mw_wp_form_confirm .txt_lead,
.mw_wp_form_confirm .txt_require,
.mw_wp_form_confirm .txt_note,
.mw_wp_form_confirm .txt_before_input,
.mw_wp_form_confirm .personal_info {
  display: none; }
.mw_wp_form_confirm label {
  cursor: default; }

/*===============
	entry-content (追加)
===============*/
:where(.entry-content) div, :where(.entry-content) span, :where(.entry-content) applet, :where(.entry-content) object, :where(.entry-content) iframe, :where(.entry-content) h1, :where(.entry-content) h2, :where(.entry-content) h3, :where(.entry-content) h4, :where(.entry-content) h5, :where(.entry-content) h6, :where(.entry-content) p, :where(.entry-content) blockquote, :where(.entry-content) pre, :where(.entry-content) a, :where(.entry-content) abbr, :where(.entry-content) acronym, :where(.entry-content) address, :where(.entry-content) big, :where(.entry-content) cite, :where(.entry-content) code, :where(.entry-content) del, :where(.entry-content) dfn, :where(.entry-content) em, :where(.entry-content) img, :where(.entry-content) ins, :where(.entry-content) kbd, :where(.entry-content) q, :where(.entry-content) s, :where(.entry-content) samp, :where(.entry-content) small, :where(.entry-content) strike, :where(.entry-content) strong, :where(.entry-content) sub, :where(.entry-content) sup, :where(.entry-content) tt, :where(.entry-content) var, :where(.entry-content) b, :where(.entry-content) u, :where(.entry-content) i, :where(.entry-content) center, :where(.entry-content) dl, :where(.entry-content) dt, :where(.entry-content) dd, :where(.entry-content) ol, :where(.entry-content) ul, :where(.entry-content) li, :where(.entry-content) fieldset, :where(.entry-content) form, :where(.entry-content) label, :where(.entry-content) legend, :where(.entry-content) table, :where(.entry-content) caption, :where(.entry-content) tbody, :where(.entry-content) tfoot, :where(.entry-content) thead, :where(.entry-content) tr, :where(.entry-content) th, :where(.entry-content) td, :where(.entry-content) article, :where(.entry-content) aside, :where(.entry-content) canvas, :where(.entry-content) details, :where(.entry-content) embed, :where(.entry-content) figure, :where(.entry-content) figcaption, :where(.entry-content) footer, :where(.entry-content) header, :where(.entry-content) hgroup, :where(.entry-content) menu, :where(.entry-content) nav, :where(.entry-content) output, :where(.entry-content) ruby, :where(.entry-content) section, :where(.entry-content) summary, :where(.entry-content) time, :where(.entry-content) mark, :where(.entry-content) audio, :where(.entry-content) video, :where(.entry-content) hr {
  text-align: inherit; }

/*# sourceMappingURL=additional.css.map */
