@charset "UTF-8";
#rsv_i {
  display: none; }

/* 

contact

---------------------------------------------------------------------- */
.contact-art {
  margin: 150px 0 150px 0;
  /* btn */
  /* ttl */ }
  @media (max-width: 1000px) {
    .contact-art {
      margin: 17vw 0 26vw 0; } }
  .contact-art .btn--line {
    display: inline-block;
    padding: 0.80em 1.25em 0.80em 2em;
    border: 1px solid #000000;
    color: #181818;
    letter-spacing: 0.08em; }
    .contact-art .btn--line::after {
      content: "";
      display: inline-block;
      vertical-align: text-bottom;
      width: 25px;
      height: 25px;
      background-image: url(../images/icon--black.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  .contact-art .ch3 {
    margin-bottom: 40px; }
    .contact-art .ch3 span {
      color: #b08622;
      letter-spacing: 0.2em; }

/* mv
---------------------------------------------------------------------- */
.mv {
  position: relative;
  width: 100%;
  height: 450px;
  padding-top: 135px;
  background-image: url(../images/mv.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1000px) {
    .mv {
      height: 93vw;
      padding-top: 26vw; } }
  .mv-ttl {
    text-align: center;
    color: #ffffff;
    line-height: 1em;
    font-size: 52px;
    font-weight: bold;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6), 0px 0px 8px rgba(0, 0, 0, 0.6);
    letter-spacing: 0.2; }
    @media (max-width: 1000px) {
      .mv-ttl {
        font-size: 10.6vw; } }
    .mv-ttl span {
      display: block;
      line-height: 2.2;
      font-size: 27px;
      font-weight: normal;
      font-family: "hannari";
      letter-spacing: 0.2em; }
      @media (max-width: 1000px) {
        .mv-ttl span {
          font-size: 6.4vw; } }

/* intro
---------------------------------------------------------------------- */
.intro {
  padding: 50px 0 60px 0;
  background-color: #e8eac7;
  background-image: url(../images/intro-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media (max-width: 1000px) {
    .intro {
      padding: 13vw 0 16vw 0; } }
  .intro-container {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1000px) {
      .intro-container {
        width: 1100px; } }
    @media (max-width: 1000px) {
      .intro-container {
        width: calc(100% - (4vw * 2)); } }
    .intro-container p {
      text-align: center;
      line-height: 2; }
      @media (max-width: 1000px) {
        .intro-container p {
          font-size: 4vw; } }

/* telephone
---------------------------------------------------------------------- */
.telephone {
  padding: 200px 0 165px 0; }
  @media (max-width: 1000px) {
    .telephone {
      padding: 22vw 0 22vw 0; } }
  .telephone-container {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1000px) {
      .telephone-container {
        width: 1100px; } }
    @media (max-width: 1000px) {
      .telephone-container {
        width: calc(100% - (4vw * 2)); } }
  .telephone-number {
    margin-top: 55px;
    text-align: center; }
    .telephone-number span {
      position: relative;
      display: inline-block;
      padding: 0.5em 1.5em;
      border: 1px solid #000000;
      font-size: 39px;
      letter-spacing: 0.025em; }
      @media (max-width: 1000px) {
        .telephone-number span {
          font-size: 8vw; } }
      .telephone-number span::after {
        position: absolute;
        right: -20px;
        bottom: -20px;
        z-index: -1;
        content: "";
        width: 100%;
        height: 100%;
        background-color: #f0e3ce; }

/* mail
---------------------------------------------------------------------- */
.mail {
  padding: 0 0 0 0; }
  .mail-container {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1000px) {
      .mail-container {
        width: 1100px; } }
    @media (max-width: 1000px) {
      .mail-container {
        width: calc(100% - (4vw * 2)); } }
  .mail-tbl {
    width: 900px;
    margin: 60px auto 0 auto; }
    @media (max-width: 1000px) {
      .mail-tbl {
        width: 100%;
        margin: 16vw auto 0 auto; } }
    .mail-tbl--item {
      display: flex;
      flex-wrap: nowrap;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      border-bottom: 1px solid #cccccc; }
      @media (max-width: 1000px) {
        .mail-tbl--item {
          flex-direction: column;
          justify-content: stretch;
          align-items: flex-start; } }
      .mail-tbl--item:nth-of-type(1) {
        border-top: 1px solid #cccccc; }
      .mail-tbl--item dt {
        position: relative;
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: calc(100% - 655px);
        padding: 15px 0 15px 100px; }
        @media (max-width: 1000px) {
          .mail-tbl--item dt {
            width: 100%;
            padding: 4vw 4vw 0 100px; } }
        .mail-tbl--item dt.req::before {
          position: absolute;
          left: 0;
          top: 14px;
          content: "必須";
          width: 80px;
          height: 30px;
          line-height: 30px;
          background-color: #e6e6e6;
          text-align: center; }
      .mail-tbl--item dd {
        width: 655px;
        padding: 15px 20px 15px 30px; }
        @media (max-width: 1000px) {
          .mail-tbl--item dd {
            width: 100%;
            padding: 4vw 0; } }
      .mail-tbl--item input[type="text"],
      .mail-tbl--item textarea {
        border: none;
        border-radius: 0;
        outline: none;
        background: none;
        width: 100%;
        height: 50px;
        padding: 1em;
        background-color: #e6e6e6;
        font-family: inherit;
        font-size: inherit; }
      .mail-tbl--item .error {
        color: #dd0000; }
      .mail-tbl--item .has_error {
        background: #ffcccc; }
  .mail-submit {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 40px; }
    @media (max-width: 1000px) {
      .mail-submit {
        margin-top: 10vw; } }
    .mail-submit button {
      appearance: none;
      border: none;
      outline: none;
      font-family: inherit;
      cursor: pointer; }
      .mail-submit button.form-submit--prev {
        background-color: #808080; }
      .mail-submit button.form-submit--prev:hover {
        background-color: #606060; }
      .mail-submit button + button {
        margin-left: 10px; }

/* confirm
---------------------------------------------------------------------- */
form.confirm input[type=text],
form.confirm input[type=tel],
form.confirm input[type=checkbox],
form.confirm input[type=radio],
form.confirm input[type=password],
form.confirm textarea,
form.confirm select {
  display: none; }

/* complete
---------------------------------------------------------------------- */
.complete {
  padding: 200px 0 165px 0; }
  @media (max-width: 1000px) {
    .complete {
      padding: 22vw 0 22vw 0; } }
  .complete-container {
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 1000px) {
      .complete-container {
        width: 1100px; } }
    @media (max-width: 1000px) {
      .complete-container {
        width: calc(100% - (4vw * 2)); } }
  .complete-txt p {
    text-align: center; }
    .complete-txt p + p {
      margin-top: 1em; }
  .complete-btn {
    margin-top: 40px; }
    @media (max-width: 1000px) {
      .complete-btn {
        margin-top: 10vw auto 0 auto 0; } }
    .complete-btn a {
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 1000px) {
        .complete-btn a {
          width: 300px; } }
