/*
 * =====================================================
 *
 * [variable]
 *
 * =====================================================
 */


/*
 * =====================================================
 *
 * [contact]
 *
 * 対応HTML：
 * contact/index.php
 *
 * =====================================================
 */


/*
 * -----------------------------------------------------
 * ページ全体
 * -----------------------------------------------------
 */

body.contact .mainArtCnt {
  padding-bottom: 0;
}

body.contact #firstVox > .secInner {
  padding-bottom: 120px;
}


/*
 * -----------------------------------------------------
 * 問い合わせ本文の基本位置
 *
 * lowerBase-top.phpの縦書き「Contact」の右側へ配置
 * -----------------------------------------------------
 */

body.contact.index .contactLead,
body.contact.index .contactTel,
body.contact.index .contactMail {
  padding-left: clamp(115px, 12.5vw, 180px);
}


/*
 * 各セクション内の横幅を確保
 */

body.contact.index .contactLead > .cnt,
body.contact.index .contactTel > .cnt,
body.contact.index .contactMail > .cnt,
body.contact.index .contactTel > .cnt > .cnt,
body.contact.index .contactMail > .cnt > .cnt {
  width: 100%;
  max-width: none;
}


/*
 * =====================================================
 *
 * [contactLead]
 *
 * 「設備事業や宿泊事業など～」
 *
 * =====================================================
 */

body.contact.index .contactLead {
  margin-top: 0;
  margin-bottom: 78px;
}

body.contact.index .contactLead .txt {
  margin: 0;
  color: #27231f;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.035em;
}


/*
 * =====================================================
 *
 * [contactTel]
 *
 * 電話でのお問い合わせ
 *
 * =====================================================
 */

body.contact.index .contactTel {
  margin-bottom: 95px;
}


/*
 * -----------------------------------------------------
 * 電話・メール共通見出し
 *
 * HTML：
 * <header class="headS02 mbS03">
 *   <h2 class="hS04">
 * -----------------------------------------------------
 */

body.contact.index .contactTel .headS02,
body.contact.index .contactMail .headS02 {
  margin: 0 0 30px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.contact.index .contactTel .headS02::before,
body.contact.index .contactTel .headS02::after,
body.contact.index .contactMail .headS02::before,
body.contact.index .contactMail .headS02::after {
  content: none;
  display: none;
}

body.contact.index .contactTel .headS02 .hS04,
body.contact.index .contactMail .headS02 .hS04 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #27231f;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.045em;
}


/*
 * 見出し左側のオレンジ丸
 */

body.contact.index .contactTel .headS02 .hS04::before,
body.contact.index .contactMail .headS02 .hS04::before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border-radius: 50%;
  background: #ed7900;
}


/*
 * 共通CSS由来の装飾を解除
 */

body.contact.index .contactTel .headS02 .hS04::after,
body.contact.index .contactMail .headS02 .hS04::after {
  content: none;
  display: none;
}


/*
 * -----------------------------------------------------
 * 電話番号
 *
 * HTML：
 * <p class="contactTelNum">
 * -----------------------------------------------------
 */

body.contact.index .contactTelNum {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 11px;
  margin: 0 0 17px 15px;
  padding: 0;
  line-height: 1;
}

body.contact.index .contactTelNum > span {
  color: #27231f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.02em;
}

body.contact.index .contactTelNum > a {
  color: #27231f;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  text-decoration: none;
}


/*
 * -----------------------------------------------------
 * 受付時間
 *
 * HTML：
 * <p class="txt contactTelTime">
 * -----------------------------------------------------
 */

body.contact.index .contactTelTime {
  margin: 0 0 0 15px;
  padding: 0;
  color: #27231f;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.035em;
}


/*
 * =====================================================
 *
 * [contactMail]
 *
 * メールフォーム
 *
 * =====================================================
 */

body.contact.index .contactMail {
  margin-bottom: 0;
}


/*
 * -----------------------------------------------------
 * フォーム全体
 *
 * HTML：
 * <form class="contactForm">
 * -----------------------------------------------------
 */

body.contact.index .contactForm {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
}


/*
 * -----------------------------------------------------
 * フォーム一覧
 *
 * HTML：
 * <dl class="dlListS02 contactFormList">
 * -----------------------------------------------------
 */

body.contact.index .contactFormList {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #aaa39a;
}


/*
 * -----------------------------------------------------
 * フォーム各行
 *
 * HTML：
 * <div class="dlItem">
 * -----------------------------------------------------
 */

body.contact.index .contactFormList .dlItem {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 88px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #aaa39a;
  box-sizing: border-box;
}


/*
 * 共通CSSの点線や疑似要素を解除
 */

body.contact.index .contactFormList .dlItem::before,
body.contact.index .contactFormList .dlItem::after {
  content: none;
  display: none;
}


/*
 * -----------------------------------------------------
 * 左側：項目名
 *
 * HTML：
 * <dt>
 * -----------------------------------------------------
 */

body.contact.index .contactFormList .dlItem dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 15px 25px 15px 15px;
  border: 0;
  background: transparent;
  color: #27231f;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
  box-sizing: border-box;
}

body.contact.index .contactFormList .dlItem dt label {
  margin: 0;
  padding: 0;
  color: inherit;
  font: inherit;
}


/*
 * -----------------------------------------------------
 * 必須表示
 *
 * HTML：
 * <span class="required">必須</span>
 * -----------------------------------------------------
 */

body.contact.index .contactFormList .required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 29px;
  flex: 0 0 48px;
  margin: 0;
  padding: 0 5px;
  border: 0;
  background: #d10b24;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}


/*
 * -----------------------------------------------------
 * 右側：入力欄
 *
 * HTML：
 * <dd>
 * -----------------------------------------------------
 */

body.contact.index .contactFormList .dlItem dd {
  display: block;
  width: auto;
  min-width: 0;
  margin: 0;
  padding: 15px 0;
  border: 0;
  background: transparent;
  box-sizing: border-box;
}


/*
 * -----------------------------------------------------
 * input・textarea共通
 * -----------------------------------------------------
 */

body.contact.index .contactFormList input,
body.contact.index .contactFormList textarea {
  display: block;
  width: 100%;
  max-width: none;
  margin: 0;
  border: 1px solid #9b958e;
  border-radius: 3px;
  background: #fff;
  color: #27231f;
  font-family: inherit;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  box-sizing: border-box;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}


/*
 * 1行入力欄
 */

body.contact.index .contactFormList input {
  height: 50px;
  padding: 8px 14px;
}


/*
 * お問い合わせ内容
 */

body.contact.index .contactFormList textarea {
  min-height: 165px;
  padding: 12px 14px;
  resize: vertical;
}


/*
 * 入力欄選択時
 */

body.contact.index .contactFormList input:focus,
body.contact.index .contactFormList textarea:focus {
  border-color: #ed7900;
  box-shadow: 0 0 0 2px rgba(237, 121, 0, 0.14);
}


/*
 * -----------------------------------------------------
 * お問い合わせ内容の行
 *
 * HTML：
 * <div class="dlItem textarea">
 * -----------------------------------------------------
 */

body.contact.index .contactFormList .dlItem.textarea {
  align-items: start;
}

body.contact.index .contactFormList .dlItem.textarea dt {
  padding-top: 25px;
  padding-bottom: 25px;
}

body.contact.index .contactFormList .dlItem.textarea dd {
  padding-top: 24px;
  padding-bottom: 24px;
}


/*
 * =====================================================
 *
 * [contactPrivacy]
 *
 * プライバシーポリシー
 *
 * =====================================================
 */

body.contact.index .contactPrivacy {
  margin-top: 54px;
  text-align: center;
}

body.contact.index .contactPrivacy a {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  color: #27231f;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.025em;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

body.contact.index .contactPrivacy a::before {
  content: "→";
  position: absolute;
  top: 50%;
  left: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.9rem;
  line-height: 1;
  transform: translateY(-50%);
}


/*
 * =====================================================
 *
 * [contactSubmit]
 *
 * 入力内容確認ボタン
 *
 * HTML：
 * <div class="btnVox contactSubmit">
 *   <button class="btnS01 maxContent">
 *
 * =====================================================
 */

body.contact.index .contactSubmit {
  margin-top: 43px;
  text-align: center;
}


/*
 * button要素にアスリンクのbtnS01と同等の形を付ける
 */

body.contact.index .contactSubmit .btnS01 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  max-width: 100%;
  min-height: 78px;
  margin: 0 auto;
  padding: 15px 65px 15px 45px;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(
      110deg,
      #ffb000 0%,
      #ff9000 48%,
      #f25a00 100%
    );
  color: #27231f;
  font-family: inherit;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.035em;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}


/*
 * 共通btnS01の疑似要素を問い合わせ用に変更
 */

body.contact.index .contactSubmit .btnS01::before {
  content: none;
  display: none;
}

body.contact.index .contactSubmit .btnS01::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 40px;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
}


/**
 ****************************************************
 *
 * no-preference
 *
 ****************************************************
 */

@media (prefers-reduced-motion: no-preference) {

  body.contact.index .contactTelNum a,
  body.contact.index .contactPrivacy a {
    transition: opacity 0.25s linear;
  }

  body.contact.index .contactSubmit .btnS01 {
    transition:
      opacity 0.25s linear,
      transform 0.25s linear,
      box-shadow 0.25s linear;
  }

}


/**
 ****************************************************
 *
 * hover
 *
 ****************************************************
 */

@media only screen and (hover: hover) and (pointer: fine) and (min-width: 768px) {

  body.contact.index .contactTelNum a:hover,
  body.contact.index .contactPrivacy a:hover {
    opacity: 0.6;
  }

  body.contact.index .contactSubmit .btnS01:hover {
    opacity: 0.88;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(242, 90, 0, 0.18);
  }

}


/**
 ****************************************************
 *
 * screens smaller than $bp
 *
 ****************************************************
 */

@media only screen and (max-width: 767px) {

  /*
   * ページ全体
   */

  body.contact #firstVox > .secInner {
    padding-bottom: 75px;
  }


  /*
   * PC用の左余白を解除
   */

  body.contact.index .contactLead,
  body.contact.index .contactTel,
  body.contact.index .contactMail {
    padding-left: 0;
  }


  /*
   * 説明文
   */

  body.contact.index .contactLead {
    margin-bottom: 57px;
  }

  body.contact.index .contactLead .txt {
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.025em;
  }


  /*
   * 電話セクション
   */

  body.contact.index .contactTel {
    margin-bottom: 72px;
  }


  /*
   * 見出し
   */

  body.contact.index .contactTel .headS02,
  body.contact.index .contactMail .headS02 {
    margin-bottom: 24px;
  }

  body.contact.index .contactTel .headS02 .hS04,
  body.contact.index .contactMail .headS02 .hS04 {
    gap: 10px;
    font-size: 2rem;
    letter-spacing: 0.025em;
  }

  body.contact.index .contactTel .headS02 .hS04::before,
  body.contact.index .contactMail .headS02 .hS04::before {
    width: 13px;
    height: 13px;
    flex-basis: 13px;
  }


  /*
   * 電話番号
   */

  body.contact.index .contactTelNum {
    gap: 6px;
    margin: 0 0 14px;
  }

  body.contact.index .contactTelNum > span {
    font-size: 2.5rem;
  }

  body.contact.index .contactTelNum > a {
    font-size: clamp(2.8rem, 8.2vw, 3.4rem);
  }

  body.contact.index .contactTelTime {
    margin-left: 0;
    font-size: 1.1rem;
  }


  /*
   * フォーム各行
   */

  body.contact.index .contactFormList .dlItem {
    display: block;
    min-height: 0;
    padding: 20px 0;
  }

  body.contact.index .contactFormList .dlItem dt {
    justify-content: flex-start;
    gap: 12px;
    padding: 0 0 12px;
    font-size: 1.4rem;
  }

  body.contact.index .contactFormList .dlItem dd {
    padding: 0;
  }


  /*
   * 必須表示
   */

  body.contact.index .contactFormList .required {
    width: 43px;
    height: 25px;
    flex-basis: 43px;
    font-size: 1.1rem;
  }


  /*
   * 入力欄
   */

  body.contact.index .contactFormList input {
    height: 48px;
    padding: 8px 12px;
  }

  body.contact.index .contactFormList textarea {
    min-height: 150px;
    padding: 11px 12px;
  }


  /*
   * お問い合わせ内容
   */

  body.contact.index .contactFormList .dlItem.textarea dt {
    padding-top: 0;
    padding-bottom: 12px;
  }

  body.contact.index .contactFormList .dlItem.textarea dd {
    padding-top: 0;
    padding-bottom: 0;
  }


  /*
   * プライバシーポリシー
   */

  body.contact.index .contactPrivacy {
    margin-top: 37px;
  }

  body.contact.index .contactPrivacy a {
    font-size: 1.3rem;
  }


  /*
   * 確認ボタン
   */

  body.contact.index .contactSubmit {
    margin-top: 32px;
  }

  body.contact.index .contactSubmit .btnS01 {
    width: 280px;
    min-height: 66px;
    padding: 12px 55px 12px 30px;
    font-size: 1.5rem;
  }

  body.contact.index .contactSubmit .btnS01::after {
    right: 29px;
    font-size: 1.9rem;
  }

}
/* ==========================
   Contact 全体位置の最終調整
========================== */

/* 本文全体をPDFの位置に寄せる */
body.contact.index .contactLead,
body.contact.index .contactTel,
body.contact.index .contactMail {
  padding-left: 0 !important;
  width: calc(100% - 0px);
  margin-left: 0px;
  margin-right: 0;
}

/* フォーム行のラベルと入力欄の比率 */
body.contact.index .contactFormList .dlItem {
  grid-template-columns: 200px minmax(0, 1fr);
}

/* 入力欄を右端まで使用 */
body.contact.index .contactFormList .dlItem dd {
  width: 100% !important;
}

body.contact.index .contactFormList .dlItem dd input,
body.contact.index .contactFormList .dlItem dd textarea {
  width: 100% !important;
  max-width: none !important;
}

/* END contact.css */
