@charset "UTF-8";
#container {
  float: none;
  width: 100%;
}

.zukan_yukun {
  left: 20%;
  top: 0;
}

.page_ttl {
  float: none;
}

.red {
  color: #C00;
}

.inquiry {
  width: 80%;
  margin: 0 auto;
}
.inquiry h2 {
  font-size: 18px;
  margin-top: 20px;
}
.inquiry table {
  width: 100%;
  margin: 0 auto 50px;
  border-collapse: inherit;
  border-radius: 10px;
  border: 1px #e4e4e4 solid;
  background: none;
}
.inquiry table th, .inquiry table td {
  padding: 10px;
  text-align: left;
  background: none;
  border: none;
}
.inquiry table th input, .inquiry table th select, .inquiry table th textarea, .inquiry table td input, .inquiry table td select, .inquiry table td textarea {
  width: 90%;
  margin: 1px 0;
}
.inquiry table th input.flef, .inquiry table th select.flef, .inquiry table th textarea.flef, .inquiry table td input.flef, .inquiry table td select.flef, .inquiry table td textarea.flef {
  width: 100px;
}
.inquiry table th input.w100, .inquiry table th select.w100, .inquiry table th textarea.w100, .inquiry table td input.w100, .inquiry table td select.w100, .inquiry table td textarea.w100 {
  width: 100px;
}
.inquiry table th input.w200, .inquiry table th select.w200, .inquiry table th textarea.w200, .inquiry table td input.w200, .inquiry table td select.w200, .inquiry table td textarea.w200 {
  width: 200px;
}
.inquiry table th input[type=radio], .inquiry table td input[type=radio] {
  width: 10%;
}
.inquiry table th {
  width: 200px;
  color: #000;
  border-right: 1px #e4e4e4 solid;
  border-bottom: 1px #e4e4e4 solid;
  background: #f7f7f7;
}
.inquiry table td {
  border-bottom: 1px #e4e4e4 solid;
}
.inquiry table tr:first-child th {
  border-top-left-radius: 10px;
}
.inquiry table tr:last-child th, .inquiry table tr:last-child td {
  border-bottom: none;
  border-bottom-left-radius: 10px;
}
.inquiry form {
  margin: 20px 0;
}
.inquiry form span {
  color: #c00;
}
.inquiry form p span {
  margin: -20px 0 10px 0;
  display: block;
}
.inquiry form button {
  width: 300px;
  padding: 10px 50px;
  display: block;
  margin: 50px auto 0;
  background: #074F98;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.inquiry form button:hover {
  opacity: 0.5;
}
.inquiry form textarea {
  height: 150px;
}
.inquiry form div.error {
  color: #c00;
}
.inquiry form .back_bt {
  width: 300px;
  display: block;
  margin: 10px auto;
}
.inquiry form .back_bt:hover {
  opacity: 0.5;
}
.inquiry p.tel {
  padding: 10px;
  text-align: center;
  background: #fff7d7;
}

.agreement {
  font-size: 12px;
  width: 80%;
  margin: 20px auto;
}
.agreement h2 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: normal;
}
.agreement h3 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.note {
  width: 76%;
  border: 1px #C00 solid;
  padding: 2%;
  margin: -30px auto 20px;
}

.tour {
  width: 70%;
  background: #fff;
  border-radius: 10px;
  padding: 30px 50px 50px 50px;
  margin: 0 auto;
  line-height: 200%;
  font-family: none;
}
.tour h2 {
  font-size: 2em;
  font-family: 'Noto Sans Japanese', sans-serif;
  letter-spacing: 0em;
  font-weight: 800;
  text-align: center;
  color: #FF6601;
  margin-bottom: 20px;
}
.tour h2 img {
  width: 80%;
}
.tour b {
  font-weight: bold;
}

.rental_bt {
  background: #fff003;
  padding: 10px 70px;
  border-radius: 5px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  color: #00C;
  font-weight: bold;
}
.rental_bt:hover {
  color: #C00;
}

.accordion-box {
  position: relative;
}

.accordion-box label {
  height: 140px;
  /* グラデーションの高さ */
  cursor: pointer;
  text-align: center;
  font-size: 12px;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* 以下グラデーションは「背景が白」に併せて設定しています */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.accordion-box input:checked + label {
  background: inherit;
  /* 開いた時には背景グラデーションを消す */
}

.accordion-box label:after {
  content: "続きをよむ";
  /* ラベルの文字 */
  letter-spacing: .05em;
  line-height: 2.5rem;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  background-color: #000;
  width: 18.75rem;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.accordion-box label:before {
  content: "↓";
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-140px, 0);
  transform: translate(-140px, 0);
  background-color: #fff;
  z-index: 1;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.accordion-box input {
  display: none;
}

.accordion-box .accordion-container {
  overflow: hidden;
  height: 120px;
  /* 開く前に見えている部分の高さ */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

.accordion-box input:checked + label {
  /* display: none ; 閉じるボタンは要らないとき */
}

.accordion-box input:checked + label:after {
  content: "閉じる";
}

.accordion-box input:checked + label:before {
  content: "↑";
}

.accordion-box input:checked ~ .accordion-container {
  height: auto;
  padding-bottom: 80px;
  /* 閉じるボタンのbottomからの位置 */
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
  color: #fff;
  padding: 8px 24px;
  background-color: #3abec1;
  cursor: pointer;
  /* ポインターカーソルを表示 */
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  /* クリック不可のカーソルを表示 */
}

@media screen and (max-width: 1100px) {
  .zukan_yukun {
    left: 20%;
  }
}
@media screen and (max-width: 1000px) {
  .note p.cnt_text {
    text-align: left !important;
  }
  .note p.cnt_text br.spHide {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .zukan_yukun {
    left: 10%;
  }

  .inquiry {
    width: 90%;
  }

  .note {
    width: 86%;
    border: 1px #C00 solid;
    padding: 2%;
    margin: -20px auto 20px;
  }
  .note p.cnt_text {
    text-align: left !important;
  }
  .note p.cnt_text br {
    display: none;
  }

  .tour {
    width: 95%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 800px) {
  .note {
    width: 90%;
    margin: -10px auto 20px;
  }

  .inquiry table th, .inquiry table td {
    width: 100%;
    display: block;
  }
  .inquiry table th input, .inquiry table th select, .inquiry table th textarea, .inquiry table td input, .inquiry table td select, .inquiry table td textarea {
    width: 100%;
    margin: 1px 0;
  }
  .inquiry table tr:first-child th {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
  .inquiry table tr:last-child th, .inquiry table tr:last-child td {
    border-bottom: none;
    border-bottom-left-radius: 10px;
  }
  .inquiry table th {
    border-right: none;
  }

  .tour {
    padding: 20px;
  }
  .tour h2 {
    font-size: 1.5em;
  }
}
/* ======= Smart Phone ======= */
@media screen and (max-width: 650px) {
  .note {
    width: 90%;
    margin: 0 auto 20px;
  }

  .zukan_yukun {
    top: 5px;
    left: 5px;
  }
}
