@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600&family=Cinzel:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*=======================================================================

 FORM

========================================================================*/
.page-form {
  /* ナビゲーション
  -------------------------------------------------------*/
  /*
  -------------------------------------------------------*/
}
.page-form a {
  text-decoration: underline;
  color: #333333;
}
.page-form a:hover {
  text-decoration: none;
}
.page-form .btn__wrap .c-button--img img {
  height: 56px;
}
.page-form .l-header {
  border-bottom: 1px solid #ccc;
}
.page-form .hNav,
.page-form .toggle_menu,
.page-form .l-header__nav {
  display: none !important;
}
.page-form .l-main {
  margin-top: 70px;
}
.page-form .heading {
  text-align: center;
}
.page-form .heading .ttl {
  position: relative;
  letter-spacing: 0.25em;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .page-form .heading .ttl {
    padding-bottom: 10px;
  }
}
.page-form .heading .ttl:before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 120px;
  height: 5px;
  background-color: #161d61;
  margin: auto;
}
.page-form .heading .txt {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-form .heading .txt {
    margin-top: 40px;
    margin-bottom: 10px;
  }
}
.page-form .info_holiday + .txt {
  position: relative;
  margin-top: -5px;
}

.hissu {
  display: inline;
  font-size: 1.2rem;
  color: #fff;
  background-color: #d00;
  padding: 3px 4px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 600;
}

/*=======================================================================

 REQUEST

========================================================================*/
.page-request .heading .ttl + .copy,
.page-reserve .heading .ttl + .copy {
  letter-spacing: 0.07em;
  margin-top: 40px;
  margin-bottom: 40px;
}
.page-request .btn_gray,
.page-reserve .btn_gray {
  width: 300px;
  height: 50px;
}

/*=======================================================================

input

========================================================================*/
.formWrap .formTable th,
.formWrap .formTable td {
  position: relative;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .formWrap .formTable th,
  .formWrap .formTable td {
    font-size: 1.5rem;
  }
}
.formWrap .formTable th {
  font-weight: 400;
  background-color: #f6f6f6;
}
.formWrap .formTable td .flex li {
  line-height: 2;
  width: 25%;
  padding-right: 1em;
}
.formWrap .formTable td .flex:before, .formWrap .formTable td .flex:after {
  content: "";
  width: 25%;
  height: 0;
}
.formWrap .formTable td .flex:before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.formWrap .formTable td .flex.flex_col3 li {
  width: 33.3%;
  max-width: none;
}
@media screen and (max-width: 1200px) {
  .formWrap .formTable td .flex.flex_col3 li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .formWrap .formTable td .flex.flex_col3 li {
    width: 100%;
  }
}
.formWrap .formTable td .flex.flex_col3:before, .formWrap .formTable td .flex.flex_col3:after {
  width: 33.3%;
}
@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .formWrap .formTable td .flex li {
    width: 33.3%;
  }
  .formWrap .formTable td .flex li:before, .formWrap .formTable td .flex li:after {
    width: 33.3%;
  }
}
@media screen and (max-width: 1000px) {
  .formWrap .formTable td .flex li {
    width: 50%;
  }
  .formWrap .formTable td .flex li:before, .formWrap .formTable td .flex li:after {
    width: 50%;
  }
}
.formWrap .formTable td .inline li {
  display: inline-block;
  line-height: 2;
  padding-bottom: 0 !important;
  margin-right: 2em;
}
.formWrap .formTable td .inline li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .formWrap .formTable {
    width: 100%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .formWrap .formTable th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }
  .formWrap .formTable td {
    padding-top: 15px;
    padding-bottom: 30px;
    border-top: 0 solid #ccc;
  }
  .formWrap .formTable th,
  .formWrap .formTable td {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .formWrap .formTable td .inline li {
    margin-right: 0.7em;
  }
}
/* form Text size
--------------------------------------------------------------------------------*/
form {
  position: relative;
  max-width: 100%;
}

/* form Text color
--------------------------------------------------------------------------------*/
.cp_ipselect,
select {
  color: #333;
}

/* form padding
--------------------------------------------------------------------------------*/
input[type=text],
textarea,
select {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
  padding-left: 0.8em;
  padding-right: 0.8em;
}

/* form textarea
--------------------------------------------------------------------------------*/
input[type=text],
textarea {
  border: 1px solid #aaa;
  border: 1px solid #bbb;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}

select {
  border: 1px solid #bbb !important;
  outline: 0;
}

input[type=text]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 7px #006cb6;
          box-shadow: 0 0 7px #006cb6;
  border: 1px solid #006cb6;
}

textarea {
  width: 100%;
}

/* form table
--------------------------------------------------------------------------------*/
.formTable {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .formTable {
    margin-bottom: 30px;
  }
}

.formTable th {
  /*
  position: relative;
  */
  width: 30%;
}

@media all and (-ms-high-contrast: none) {
  .formTable th {
    position: static;
  }
}
.formTable th,
.formTable td {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 27px;
  padding-right: 27px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .formTable,
  .formTable th,
  .formTable td {
    max-width: 340px;
  }
  .formTable th,
  .formTable td {
    display: block;
  }
  table th,
  table td {
    display: block;
  }
  table th {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-bottom: 15px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  table td {
    padding-bottom: 30px;
    border-top: 1px solid #fff;
    border-left: 1px solid #ccc;
  }
}
/* form radius
--------------------------------------------------------------------------------*/
.cp_ipselect,
select,
textarea,
input {
  border-radius: 5px;
}

/* form select
--------------------------------------------------------------------------------*/
.cp_ipselect {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 480px;
  border: 1px solid #ccc;
}

.cp_ipselect select {
  width: 100%;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 1em;
  border: none;
  text-indent: 0.01px;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
}

.cp_ipselect::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  border-top: 6px solid #666;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  pointer-events: none;
  /* Safari用 */
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.cp_ipselect:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5em;
  width: 1px;
  border-left: 1px solid #ccc;
}

/* form radio checkbox
--------------------------------------------------------------------------------*/
label {
  display: inline-block;
  width: 48%;
  max-width: 250px;
  cursor: pointer;
}
@media screen and (min-width: 1001px) {
  label:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  label:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  label {
    width: 49%;
  }
  label:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .long label {
    width: 49%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .long label {
    width: 100%;
    max-width: 100%;
  }
}

input[type=radio],
input[type=checkbox] {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

@media screen and (max-width: 767px) {
  .sp__col1 label {
    width: 100%;
  }
}
/* form submit btn
--------------------------------------------------------------------------------*/
form.inline {
  display: inline;
  width: auto;
  margin-left: 1%;
  margin-right: 1%;
}

input[type=submit],
input[type=reset],
input[type=button],
.btnBack {
  font-size: 1.2em;
  width: 200px;
  /* 文字色を白に指定 */
  color: #fff;
  /* 背景色を黒に指定 */
  background-color: #858585;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  /* submitボタンのを枠を非表示にする */
  cursor: pointer;
  transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit] {
  background-color: #b00;
}

input[type=submit]:before {
  border: 3px solid #f00;
}

input[type=submit]:hover {
  background-color: #e00;
}

input[type=reset]:hover,
input[type=button]:hover,
input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.btnBack,
.btnBack input[type=submit] {
  background-color: #858585 !important;
}

.btnBack:hover,
.btnBack input[type=submit]:hover {
  background-color: #333 !important;
}

/**/
@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=reset],
  input[type=button] {
    width: 45%;
  }
  textarea,
  input {
    max-width: 90%;
  }
}
/*=======================================================================

 資料請求

========================================================================*/
.radio_hidden {
  display: none;
}/*# sourceMappingURL=page-form.css.map */