@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual {
  position: relative;
  background: url("../../_images/contact/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/* ****************************************************************************************************
   * サイドナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 100%;
  width: 1600px;
  padding-right: 225px;
  padding-bottom: 90px;
  margin: 0 auto;
}

.js-location-content {
  flex: 1;
}

.js-location-nav {
  width: 230px;
  padding-top: 80px;
  padding-left: 15px;
}

.js-location-nav ul {
  position: sticky;
  top: 125px;
}
.js-location-nav ul li {
  position: relative;
}
.js-location-nav ul li a::before {
  content: "";
  display: block;
  background: none;
  position: absolute;
  top: 6px;
  left: 0;
}
.js-location-nav ul li a.is-current::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  position: absolute;
  top: 6px;
  left: 0;
}
.js-location-nav ul li ~ li {
  margin-top: 30px;
}
.js-location-nav ul li a {
  position: relative;
  color: #bbbbbb;
  font-weight: bold;
  padding-left: 0.8em;
}
.js-location-nav ul li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #bbbbbb;
  position: absolute;
  bottom: -30px;
  left: 2em;
}
.js-location-nav ul li:last-child a::after {
  display: none;
}
/* カレント表示の指定 */
.js-location-nav ul li a:hover,
.js-location-nav ul li a.is-current{
  color: var(--c-black);
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1560px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    padding-right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    position: relative;
    display: flex;
    align-items: stretch;
    max-width: 100%;
    width: 1600px;
    padding-right: 0;
    padding-bottom: 90px;
    margin: 0 auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1360px) {
  /*ブラウザの幅が736px以下の時*/
  .js-location-nav {
    padding-top: 80px;
    padding-left: 15px;
    width: 20%;
  }
  .js-location-content {
    flex: 1;
    width: 80%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    position: relative;
    display: block;
    align-items: stretch;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .js-location-nav {
    display: none;
  }
  .js-location-content {
    flex: 1;
    width: 100%;
  }
}

/* ****************************************************************************************************
   * お問合せ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.form {
  position: relative;
  padding-top: 80px;
}

.form .body {
  max-width: 1120px;
}

#telephone {}

#form {
  padding-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .form {
    position: relative;
    padding-top: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.form .title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
}
.form .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
  line-height: 1.0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .form .title {
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
  }
  .form .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
     font-family: "EB Garamond", serif;
    line-height: 1.0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

.form .lead {}
.form .lead p {
  text-align: center;
}

.form .box {
  max-width: 510px;
  margin: 30px auto 0;
  padding: 30px;
  background: var(--c-bg);
}
.form .box .title-2 {
  text-align: center;
  font-size: 2.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .form .lead p {
    text-align: left;
  }
  .form .box {
    max-width: 510px;
    margin: 30px auto 0;
    padding: 20px;
    background: var(--c-bg);
  }
  .form .box .title-2 {
    text-align: center;
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 電話番号
/* ------------------------------------------------------------------------------------------------- */

.form .box .tel {
  font-size: 4.0rem;
  text-align: center;
  line-height: 1.4;
}
.form .box .tel span {
  font-size: 2.5rem;
  margin-right: 0.5em;
}
.form .box .tel + span {
  display: block;
  text-align: center;
}

/* ****************************************************************************************************
   * フォーム項目
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 {
  padding-top: 130px;
  padding-bottom: 100px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #contact-form-2 {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * リンク
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 .message a {
  position: relative;
  color: var(--c-brown);
  display: inline-block;
  text-decoration: underline;
}
#contact-form-2 .message a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------------------------------
   * 入力　確認　完了
/* ------------------------------------------------------------------------------------------------- */

#contact-form-2 .message {
  text-align: center;
}

#main *[class*="mwblock-"],
#main *[class*="mwinline-"] {
  display: none;
}

#main .mw_wp_form_preview .mwblock-preview {
  display: block;
  margin-top: 40px;
}

#main .mw_wp_form_input .mwblock-input {
  display: block;
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#contact-form-2 .message {
  font-size: 1.5rem;
  text-align: left;
}
#main .mw_wp_form_preview .mwblock-preview {
  display: block;
}
#main .mw_wp_form_input .mwblock-input {
  display: block;
}

}

#main .mw_wp_form_preview .mwinline-preview {
  display: inline;
}

#main .mw_wp_form_input .mwinline-input {
  display: inline;
}


#main .mw_wp_form_input .mwblock-message a {
  color: #fe0002;
}
#main .mw_wp_form_input .mwblock-message a:hover {
  color: #fe0002;
  text-decoration: underline;
}

/* ----------------------------------------------------------------------------------------------------
   * 必須
/* ------------------------------------------------------------------------------------------------- */

#main span.hissu {
  background: #ff0000;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1px 5px;
  line-height: 1.6;
  margin: 0 0.5em;
}


/* ****************************************************************************************************
   * メールフォームからのお問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main input {
  max-width: 100%;
  border: 0px;
  background: var(--c-bg);
  padding: 0.5em;
}

#main input[type="text"],
#main input[type="email"],
#main input[type="tel"] {
}

#main input[name="pref"],
#main input[name="zip"],
#main input[name="age"] {
  width: 10em;
}

#main input[name="namae"],
#main input[name="kana"] {
  width: 80%;
}

/* ご予定日(団体フォーム)*/
body.page-group
#main input[name="one"],
body.page-group
#main input[name="two"] {
  width: 45%;
  margin-right: 0.5em;
}
#main input[name="one-stay"],
#main input[name="two-stay"] {
  width: 10%;
  margin: 0 0.5em;
  text-align: right;
}

/* ご予定日(宴会フォーム)*/
body.page-party
#main input[name="one"],
body.page-party
#main input[name="two"] {
  width: 70%;
  margin-right: 0.5em;
}


/* 予定人数*/
/* ご予算*/
#main input[name="people"],
#main input[name="price"] {
  width: 10em;
  margin-right: 0.5em;
  text-align: right;
}

/* 宿泊者内訳*/
/* 男女内訳*/
#main input[name="guests1"],
#main input[name="guests2"],
#main input[name="guests3"],
#main input[name="guests4"],
#main input[name="guests5"],
#main input[name="male"],
#main input[name="female"] {
  width: 10em;
  margin-right: 0.5em;
}
/* お部屋割り*/
#main input[name="single"] {
  width: 10em;
  margin-right: 0.5em;
  text-align: right;
}

#main input[name="tel"],
#main input[name="fax"] {
  width: 40%;
}

#main input[name="company"],
#main input[name="companykana"],
#main input[name="busyo"],
#main input[name="position"],
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr"],
#main input[name="addr1"],
#main input[name="addr2"],
#main input[name="addr3"] {
  width: /*25em*/80%;
}


#main textarea {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0px;
  background: var(--c-bg);
  padding: 1em;
  box-sizing: border-box;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main input[name="namae"],
#main input[name="kana"],
#main input[name="tel"],
#main input[name="fax"],
#main input[name="company"],
#main input[name="companykana"],
#main input[name="busyo"],
#main input[name="position"],
#main input[name="email"],
#main input[name="email2"],
#main input[name="addr"],
#main input[name="addr1"],
#main input[name="addr2"],
#main input[name="addr3"] {
  width: 100%;
}

#main input[name="one-stay"],
#main input[name="two-stay"] {
  width: 20%;
  margin: 0 0.5em;
}
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#main table.data {
  margin-top: 40px;
  border-top: 1px solid #ddd;
}

#main table.data th {
  text-align: left;
  padding: 1em;
  background: none;
  border: 0;
  border-bottom: 1px solid #ddd;
}
#main table.data td {
  text-align: left;
  padding: 1em;
  border: 0;
  border-bottom: 1px solid #ddd;
}
#main table.data td .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#main table.data td .flex ~ .flex {
  margin-top: 0.5em;
}

#main table.data td .flex .mwform-checkbox-field label, 
#main table.data td .flex .mwform-radio-field label {
  display: inline-block;
  white-space: nowrap;
  margin-right: 3em;
}
.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

#main table.data td .flex .title-1 {
  width: 10em;
}

/* 宿泊者内訳*/
/* 男女内訳*/
#main table.data td .col {
  display: block;
  margin-bottom: 0.5em;
}
#main table.data td .col span {
  display: inline-block;
  width: 6em;
}
#main table.data td .col input {
  text-align: right;
}

/* 施設利用時間*/
#main table.data td .flex select {
  margin: 0 0.5em;
}

/* ご予定日（宴会フォーム）*/
body.page-party
#main table.data td .flex select {
  margin: 0;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #main table.data td .flex > span.mwform-checkbox-field {
    width: 50%;
  }
  #main table.data td .flex > span.mwform-radio-field {
    display: block;
    width: 100%;
  }
  #main table.data td .flex .title-1 {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
  }
}



/* ****************************************************************************************************
   * フォームボタン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 確認画面へ進む / 送信する
/* ------------------------------------------------------------------------------------------------- */

#main .form-button {
  text-align: center;
  margin-bottom: 0.5em;
  transition: 0.3s;
}
#main .form-button button {
  transition: 0.3s;
}

#main .form-button .btn {
  background: var(--c-brown);
  color: #fff;
  cursor: pointer;
  display: inline-block;
}
#main .form-button .btn::after {
  border-color: #fff;
}


#main .form-button .return {
  border: none;
  margin: 10px;
  cursor: pointer;
  font-size: 1.6rem;
}


/* ----------------------------------------------------------------------------------------------------
   * 戻る
/* ------------------------------------------------------------------------------------------------- */


