@charset "UTF-8";

/* =======================================
 メールフォーム
======================================= */
.form-text,
.thanks-text {
  margin-bottom: 1.5em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .form-text,
  .thanks-text {
    font-size: 14px;
    line-height: 1.928;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .form-text,
  .thanks-text {
    font-size: 3.733vw;
    letter-spacing: 0.06em;
    line-height: 2;
    margin: 0 auto 6.667vw;
    width: 92vw;
  }
}

.form-text a,
.thanks-text a {
  text-decoration: underline;
}

@media (any-hover: hover) {
  .form-text a:hover,
  .thanks-text a:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}

.form-holiday {
  border: solid #999;
  border-width: 1px 0;
  display: flex;
  justify-content: center;
  margin-block: 1.5em;
  margin-inline: auto;
}

.form-holiday dt {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3B%7D.cls-2%7Bfill%3A%23505050%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20width%3D%2220%22%20height%3D%2220%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M17.08%2C3.13H15.31v-1a.68.68%2C0%2C0%2C0-.71-.65h-.7a.68.68%2C0%2C0%2C0-.71.65v1H6.81v-1A.68.68%2C0%2C0%2C0%2C6.1%2C1.5H5.4a.68.68%2C0%2C0%2C0-.71.65v1H2.92A1.37%2C1.37%2C0%2C0%2C0%2C1.5%2C4.44V6.73h17V4.44A1.37%2C1.37%2C0%2C0%2C0%2C17.08%2C3.13Z%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M1.5%2C8v9.15A1.37%2C1.37%2C0%2C0%2C0%2C2.92%2C18.5H17.08a1.37%2C1.37%2C0%2C0%2C0%2C1.42-1.31V8Zm11.83%2C7.38a.62.62%2C0%2C0%2C1%2C.21.46.68.68%2C0%2C0%2C1-.71.66.74.74%2C0%2C0%2C1-.5-.19L10%2C14.19%2C7.67%2C16.35a.74.74%2C0%2C0%2C1-.5.19.68.68%2C0%2C0%2C1-.71-.66.62.62%2C0%2C0%2C1%2C.21-.46L9%2C13.27%2C6.67%2C11.12a.64.64%2C0%2C0%2C1-.21-.47A.68.68%2C0%2C0%2C1%2C7.17%2C10a.74.74%2C0%2C0%2C1%2C.5.19L10%2C12.34l2.33-2.15a.74.74%2C0%2C0%2C1%2C.5-.19.68.68%2C0%2C0%2C1%2C.71.65.64.64%2C0%2C0%2C1-.21.47L11%2C13.27Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 50%;
}

@media only screen and (min-width: 768px) {
  .form-holiday {
    width: 210px;
  }

  .form-holiday dt,
  .form-holiday dd {
    line-height: 30px;
  }

  .form-holiday dt {
    background-size: 20px auto;
    padding: 0 0 0 28px;
  }
}

@media only screen and (max-width: 767px) {
  .form-holiday {
    width: 58.667vw;
  }

  .form-holiday dt,
  .form-holiday dd {
    line-height: 8vw;
  }

  .form-holiday dt {
    background-size: 5.333vw auto;
    padding-left: 8vw;
  }
}

.wpcf7-form {
  text-align: center;
}

.form-table {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .form-table {
    display: table;
    font-size: 14px;
    margin: 0 auto 60px;
    width: 800px;
  }
}

@media only screen and (max-width: 767px) {
  .form-table {
    font-size: 3.733vw;
    letter-spacing: 0.06em;
    margin: 0 auto 2.667vw;
    width: 92vw;
  }
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
button,
select,
textarea {
  appearance: none;
  border: 0;
  font: inherit;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

.form-table input[type="text"],
.form-table input[type="tel"],
.form-table input[type="email"],
.form-table select,
.form-table textarea {
  background: #ebebeb;
  border: 2px solid #ebebeb;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 50px;
  padding: 0 2%;
  width: 100%;
}

.form-table input[type="text"]:focus,
.form-table input[type="tel"]:focus,
.form-table input[type="email"]:focus,
.form-table select:focus,
.form-table textarea:focus {
  border: 2px solid #0d57b0;
  outline: none;
}

.form-table input[type="text"],
.form-table input[type="tel"],
.form-table input[type="email"],
.form-table select,
.form-table textarea {
  appearance: none;
  background: #ebebeb;
  font-size: 16px;
  width: 100%;
}

.form-table select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2025.6%2016%22%3E%3Cpolygon%20points%3D%2212.8%2016%2025.6%200%200%200%2012.8%2016%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) {
  .form-table input[type="text"],
  .form-table input[type="tel"],
  .form-table input[type="email"],
  .form-table textarea {
    border-radius: 6px;
    line-height: 1;
    padding-block: 16px;
    padding-inline: 20px;
  }

  .form-table select {
    background-position: 350px 50%;
    background-size: auto 10px;
    border-radius: 6px;
    height: auto;
    line-height: 1;
    padding-block: 20px;
    padding-inline: 20px;
    width: 378px;
  }
}

@media only screen and (max-width: 767px) {
  .form-table input[type="text"],
  .form-table input[type="tel"],
  .form-table input[type="email"],
  .form-table textarea {
    border-radius: 0.8vw;
    height: auto;
    line-height: 1;
    font-size: 4vw;
    padding-block: 1em;
    padding-inline: 0.7em;
  }
  .form-table select {
    background-position: 96% 50%;
    background-size: auto 2.133vw;
    border-radius: 0.8vw;
    font-size: 4vw;
    height: auto;
    line-height: 1;
    padding-block: 1.2em;
    padding-inline: 0.7em;
  }
}

.form-table textarea {
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .form-table textarea#inquiry-date {
    height: 100px;
  }

  .form-table textarea#inquiry-ask {
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .form-table textarea {
    height: 32vw;
  }
}

.form-table input[type="checkbox"],
.form-table input[type="radio"] {
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .form-table input[type="checkbox"],
  .form-table input[type="radio"] {
    height: 19px;
    margin-right: 5px;
    width: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .form-table input[type="checkbox"],
  .form-table input[type="radio"] {
    height: 5.333vw;
    margin-right: 2vw;
    width: 5.333vw;
  }
}

.form-table .wpcf7-not-valid-tip {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2014%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23dc0000%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Crect%20class%3D%22cls-1%22%20x%3D%227.2%22%20y%3D%229.79%22%20width%3D%221.6%22%20height%3D%221.52%22%2F%3E%3Crect%20class%3D%22cls-1%22%20x%3D%227.2%22%20y%3D%222.69%22%20width%3D%221.6%22%20height%3D%225.33%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M12%2C0H4L0%2C7l4%2C7h8l4-7Zm-.47%2C13.22H4.47L.92%2C7%2C4.47.78h7.06L15.08%2C7Z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 50%;
  color: #dc0000;
  display: block;
}

@media only screen and (min-width: 768px) {
  .form-table .wpcf7-not-valid-tip {
    background-size: auto 14px;
    margin-top: 10px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .form-table .wpcf7-not-valid-tip {
    background-size: auto 5.333vw;
    line-height: 5.333vw;
    margin-top: 2.667vw;
    padding-left: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  .form-row {
    display: table-row;
  }
}

@media only screen and (max-width: 767px) {
  .form-row {
    margin-bottom: 5.333vw;
  }
}

@media only screen and (min-width: 768px) {
  .form-head {
    display: table-cell;
    line-height: 1.428;
    padding: 25px 0;
    vertical-align: top;
    width: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .form-head {
    padding: 1.333vw 0;
  }
}

.form-label::after {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .form-label {
    padding-left: 50px;
    position: relative;
  }

  .form-label::after {
    font-size: 11px;
    line-height: 20px;
    position: absolute;
    width: 40px;
    top: -1px;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .form-label::after {
    font-size: 2.933vw;
    line-height: 5.333vw;
    margin-left: 2.667vw;
    width: 10.667vw;
  }
}

.require .form-label::after {
  content: "必須";
  background: #dc0000;
}

.optional .form-label::after {
  content: "任意";
  background: #78c8ff;
}

@media only screen and (min-width: 768px) {
  .form-data {
    display: table-cell;
    padding: 10px 0;
    vertical-align: top;
    width: 620px;
  }
}

@media only screen and (max-width: 767px) {
  .form-data {
    padding: 1.333vw 0;
  }
}

@media only screen and (min-width: 768px) {
  #inquiry-plan,
  #inquiry-make {
    display: flex;
    flex-wrap: wrap;
    padding-block-start: 14px;
  }

  #inquiry-plan .wpcf7-list-item,
  #inquiry-make .wpcf7-list-item {
    margin-bottom: 10px;
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  #inquiry-plan .wpcf7-list-item,
  #inquiry-make .wpcf7-list-item {
    display: block;
    margin-bottom: 4vw;
  }
}

.form-btn {
  background: #0fa296;
  border: 2px solid #0fa296;
  box-sizing: content-box;
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-inline: auto;
  outline: none;
  padding: 0;
  text-align: center;
}

.form-btn:focus {
  border-color: #042926;
}

@media (any-hover: hover) {
  .form-btn:hover {
    background: #fff;
    color: #0fa296;
  }
}

@media only screen and (min-width: 768px) {
  .form-btn {
    box-shadow: 0 10px 8px rgb(35 24 21 / 0.3);
    border-radius: 40px;
    font-size: 22px;
    line-height: 80px;
    margin-block-start: 30px;
    width: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .form-btn {
    box-shadow: 0 1.333vw 1.067vw rgb(35 24 21 / 0.3);
    border-radius: 6.933vw;
    font-size: 3.813vw;
    line-height: 13.867vw;
    margin-block-start: 6.667vw;
    width: 62.4vw;
  }
}

.wpcf7 form .wpcf7-response-output {
  box-sizing: border-box;
  line-height: 1.4;
  padding-block: 0.5em;
  padding-inline: 1em;
}
@media only screen and (min-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    margin-block: 30px;
    margin-inline: auto;
    width: 800px;
  }
}

/* =======================================
 プライバシーポリシー
======================================= */
.privacy-title {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .privacy-title {
    margin-block: 80px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-title {
    margin-block: 20vw 10vw;
  }
}

.privacy-title img {
  width: auto;
}

@media only screen and (min-width: 768px) {
  .privacy-title img {
    height: 43px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-title img {
    height: 9.7933vw;
  }
}

.privacy-main {
  margin-inline: auto;
}

@media only screen and (min-width: 768px) {
  .privacy-main {
    font-size: 15px;
    margin-block: 20px 40px;
    width: 880px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-main {
    font-size: 3.733vw;
    margin-block: 3vw 6vw;
    width: 92vw;
  }
}

.privacy-main h2 {
  border-bottom: 1px solid #181818;
  font-weight: 700;
  padding-block-end: 0.6em;
}

@media only screen and (min-width: 768px) {
  .privacy-main h2 {
    font-size: 18px;
    margin-block: 40px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-main h2 {
    font-size: 4.267vw;
    margin-block: 12vw 6vw;
  }
}

.privacy-main p,
.privacy-main li {
  line-height: 2;
  margin-block: 1.2em;
}

.privacy-main .wp-block-list {
  list-style: decimal;
  padding-left: 1.5em;
}


.privacy-desk {
  background-color: #dedede;
  background-image: radial-gradient(rgba(255, 255, 255, 0.5) 30%, transparent 20%), radial-gradient(rgba(255, 255, 255, 0.5) 30%, transparent 20%);
  background-position: 0 0, 3px 3px;
  background-repeat: repeat;
  background-size: 6px 6px;
}

@media only screen and (min-width: 768px) {
  .privacy-desk {
    font-size: 15px;
    margin-block: 20px;
    padding-block: 20px;
    padding-inline: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-desk {
    font-size: 3.733vw;
    margin-block: 3.733vw 8vw;
    padding-block: 3.333vw;
    padding-inline: 4vw;
  }
}

.privacy-desk .wp-block-heading {
  line-height: 2;
}

.privacy-table {
  line-height: 2;
}

@media only screen and (min-width: 768px) {
  .privacy-table {
    margin-block-start: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-table {
    margin-block-start: 3.733vw;
  }
}

.privacy-table.wp-block-table td {
  border: 0;
}

.privacy-table.wp-block-table td:first-child {
  vertical-align: top;
  white-space: nowrap;
}

/* =======================================
 404
======================================= */
@media only screen and (min-width: 768px) {
  .error404-main {
    margin-block: 80px 40px;
  }
}

@media only screen and (max-width: 767px) {
  .error404-main {
    margin-block: 20vw 10vw;
  }
}


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

@media only screen and (min-width: 768px) {
  .error404-title {
    margin-block-end: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .error404-title {
    margin-block-end: 10vw;
  }
}

.error404-title img {
  width: auto;
}

@media only screen and (min-width: 768px) {
  .error404-title img {
    height: 43px;
  }
}

@media only screen and (max-width: 767px) {
  .error404-title img {
    height: 9vw;
  }
}

.error404-contents {
  margin-inline: auto;
}

@media only screen and (min-width: 768px) {
  .error404-contents {
    font-size: 15px;
    margin-block: 20px 40px;
    text-align: center;
    width: 880px;
  }
}

@media only screen and (max-width: 767px) {
  .error404-contents {
    font-size: 3.733vw;
    margin-block: 3vw 6vw;
    width: 92vw;
  }
}

.error404-text {
  line-height: 2;
  margin-block: 1.2em;
}

.error404-button {
  margin-inline: auto;
  text-align: center;
}

.error404-button-link {
  background: #0fa296;
  border: 2px solid #0fa296;
  box-sizing: content-box;
  color: #fff;
  display: block;
  font-weight: bold;
  letter-spacing: 0.08em;
  outline: none;
  padding: 0;
}

@media (any-hover: hover) {
  .error404-button-link:hover {
    background: #fff;
    color: #0fa296;
  }
}

@media only screen and (min-width: 768px) {
  .error404-button {
    font-size: 22px;
    line-height: 80px;
    margin-block-start: 30px;
    width: 360px;
  }
  .error404-button-link {
    box-shadow: 0 10px 8px rgb(35 24 21 / 0.3);
    border-radius: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .error404-button {
    font-size: 3.813vw;
    line-height: 13.867vw;
    margin-block-start: 6.667vw;
    width: 62.4vw;
  }
  .error404-button-link {
    box-shadow: 0 1.333vw 1.067vw rgb(35 24 21 / 0.3);
    border-radius: 6.933vw;
  }
}


/********************************
  contents
********************************/
#container {
  width: 100%;
  max-width: 2000px;
  min-width: 1100px;
  overflow-x: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  #container {
    width: 100%;
    max-width: 750px;
    min-width: unset;
    margin: 0 auto;
  }
}


/*---------------------------------------
  footer:フッター
--------------------------------------**/

footer {
  width: 100%;
  height: 70px;
  background-color: #484848;
}
@media screen and (max-width: 750px) {
  footer {
    height: 32vw;
    margin-bottom: 13.3333333333vw;
  }
}
footer .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  footer .footer_wrap {
    display: block;
  }
}
footer .footer_leftarea {
  padding-left: 20px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_leftarea .footer_logo {
  width: 139px;
}
@media screen and (max-width: 750px) {
  footer .footer_leftarea {
    display: block;
    width: 31.4666666667vw;
    padding: 5.0666666667vw 0 0 0;
    margin: 0 auto;
  }
  footer .footer_leftarea .footer_logo {
    display: block;
    width: 31.4666666667vw;
  }
}
footer .footer_rightarea {
  padding: 16px 20px 0 0;
}
@media screen and (max-width: 750px) {
  footer .footer_rightarea {
    display: block;
    padding: 0;
    margin: 4vw auto 0;
  }
}
footer .footer_rightarea .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  footer .footer_rightarea .footer_link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer_rightarea .footer_link li > a {
  display: block;
  font-size: 12px;
  color: #ffffff;
  line-height: 16px;
  letter-spacing: 0.1em;
  padding: 0 1em;
  border-left: 1px #ffffff solid;
}
footer .footer_rightarea .footer_link li > a.li1 {
  border-left: none;
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  footer .footer_rightarea .footer_link li > a {
    font-size: 2.6666666667vw;
    line-height: 2.6666666667vw;
  }
}
footer .footer_rightarea .footer_copyright {
  margin-top: 6px;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: right;
}
@media screen and (max-width: 750px) {
  footer .footer_rightarea .footer_copyright {
    margin-top: 1.6vw;
    font-size: 2.4vw;
    text-align: center;
  }
}
