/* ------------------------------
 width: all
------------------------------ */
main section.ttlbox .wrapper {
  background-image: url(../../images/ttl_entry_taiken.jpg);
}

main section.s01 .wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
}

main section.s01 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s01 .wrapper h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #0f1f55;
  font-weight: bold;
}

main section.s01 .wrapper .mailform {
  display: block;
  width: 800px;
  margin: 70px auto 0;
}

main section.s01 .wrapper .mailform .type {
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
}

main section.s01 .wrapper .mailform .type .name {
  width: 250px;
  float: left;
  font-weight: bold;
  font-size: 16px;
}

main section.s01 .wrapper .mailform .type .right {
  width: calc(100% - 250px);
  float: right;
  font-size: 16px;
  font-weight: bold;
}

main section.s01 .wrapper .mailform .type .right label {
  width: 200px;
  display: inline-block;
}

main section.s01 .wrapper .mailform .type .right label input {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin: 2px 5px 0 0;
}

main section.s01 .wrapper .mailform table {
  width: 100%;
}

main section.s01 .wrapper .mailform table tr th {
  display: block;
  width: 100%;
  padding-top: 30px;
  font-size: 16px;
  font-weight: bold;
}

main section.s01 .wrapper .mailform table tr th span {
  font-size: 14px;
}

main section.s01 .wrapper .mailform table tr td {
  width: 100%;
  display: block;
  margin-top: 5px;
}

main section.s01 .wrapper .mailform table tr td input {
  width: 100%;
  height: 45px;
  display: block;
  padding: 10px 15px;
  line-height: 20px;
  border: none;
}

main section.s01 .wrapper .mailform table tr td textarea {
  width: 100% !important;
  height: 200px !important;
  padding: 10px 15px !important;
  line-height: 170%;
  border: none;
}

main section.s01 .wrapper .mailform .policy {
  font-weight: bold;
  color: #000;
  margin-top: 15px;
}

main section.s01 .wrapper .mailform .policy a {
  color: #000;
}

main section.s01 .wrapper .mailform .policy input {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin: 2px 5px 0 0;
}

main section.s01 .wrapper .mailform #submitbtn {
  font-size: 0 !important;
  border: none !important;
  background-color: transparent;
  width: 243px;
  height: 51px;
  display: block;
  margin: 40px auto 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background-image: url(../../images/btn_submit.svg);
  background-size: 100% auto;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: top center;
}

main section.s02 {
  background-image: url(../../images/bg_tour2.jpg);
  background-size: 100% 100%;
  padding: 130px 0 50px;
}

main section.s02 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s02 .wrapper {
  width: 900px;
  margin: 0 auto;
}

main section.s02 .wrapper {
  padding-top: 0px;
  padding-bottom: 100px;
}

main section.s02 .wrapper h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #0f1f55;
  font-weight: bold;
}

main section.s02 .wrapper h5 {
  text-align: center;
  font-size: 42px;
  color: #0f1f55;
  letter-spacing: 4px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

main section.s02 .wrapper dl {
  margin: 50px auto 0;
}

main section.s02 .wrapper dl dt img {
  display: block;
  max-width: 100%;
}

main section.s02 .wrapper dl dd {
  margin-top: 25px;
}

main section.s02 .wrapper dl dd .t01 {
  color: #0f1f55;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

main section.s02 .wrapper dl dd .t02 {
  font-size: 16px;
  line-height: 170%;
}

main section.s02 .wrapper h6 {
  text-align: center;
  font-size: 30px;
  color: #0f1f55;
  letter-spacing: 3px;
  margin-top: 100px;
}

main section.s02 .wrapper table {
  width: 900px;
  margin: 20px auto 0;
}

main section.s02 .wrapper table tr th {
  width: 120px;
  background-color: #0f1f55;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 25px;
}

main section.s02 .wrapper table tr td {
  font-size: 16px;
  padding: 15px 25px;
  border-bottom: 2px dashed #aaa;
  background-color: #FFF;
}

main section.s02 .wrapper table tr td span {
  font-size: 13px;
}

main section.s02 .wrapper table tr:last-child td {
  border: none;
}

main section.s02 .wrapper .btn_reserve {
  width: 320px;
  display: block;
  margin: 40px auto 0;
}

main section.s02 .wrapper .btn_reserve img {
  width: 100%;
  display: block;
}

main section.s03 {
  background-image: url(../../images/bg_tour3.jpg);
  background-size: cover; /* 背景画像のサイズをcoverに変更 */
  padding: 130px 0 50px;
}

main section.s03 .wrapper {
  width: 90%; /* 幅を90%に変更 */
  max-width: 900px; /* 最大幅を900pxに設定 */
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

main section.s03 .wrapper .icon_ttl {
  display: block;
  margin: 0 auto;
}

main section.s03 .wrapper h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  margin-top: 10px;
  color: #0f1f55;
  font-weight: bold;
}

main section.s03 .wrapper h5 {
  text-align: center;
  font-size: 42px;
  color: #0f1f55;
  letter-spacing: 4px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

main section.s03 .wrapper dl {
  margin: 50px auto 0;
}

main section.s03 .wrapper dl dt img {
  display: block;
  max-width: 100%;
}

main section.s03 .wrapper dl dd {
  margin-top: 25px;
}

main section.s03 .wrapper dl dd .t01 {
  color: #0f1f55;
  font-size: 24px;
  line-height: 170%;
  letter-spacing: 3px;
  margin-bottom: 15px;
}

main section.s03 .wrapper dl dd .t02 {
  font-size: 16px;
  line-height: 170%;
}

main section.s03 .wrapper h6 {
  text-align: center;
  font-size: 30px;
  color: #0f1f55;
  letter-spacing: 3px;
  margin-top: 100px;
}

main section.s03 .wrapper table {
  width: 100%; /* テーブル幅を100%に変更 */
  margin: 20px auto 0;
}

main section.s03 .wrapper table tr th {
  width: 20%; /* 幅を20%に変更 */
  background-color: #0f1f55;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 15px 25px;
}

main section.s03 .wrapper table tr td {
  font-size: 16px;
  padding: 15px 25px;
  border-bottom: 2px dashed #aaa;
  background-color: #FFF;
}

main section.s03 .wrapper table tr td span {
  font-size: 13px;
}

main section.s03 .wrapper table tr:last-child td {
  border: none;
}

main section.s03 .wrapper .btn_reserve {
  width: 320px;
  display: block;
  margin: 40px auto 0;
}

main section.s03 .wrapper .btn_reserve img {
  width: 100%;
  display: block;
}


/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 767px) {
  main section.ttlbox .wrapper {
    background-image: url(../../images/ttl_entry_taiken.jpg);
  }
  main section.s01 .wrapper {
    padding: 50px 20px;
  }
  main section.s01 .wrapper .icon_ttl {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 7px;
    color: #0f1f55;
  }
  main section.s01 .wrapper h3.thanks {
    letter-spacing: 1px;
  }
  main section.s01 .wrapper .mailform {
    display: block;
    width: 100%;
    margin: 50px auto 0;
  }
  main section.s01 .wrapper .mailform .type {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
  }
  main section.s01 .wrapper .mailform .type .name {
    width: 100%;
    font-weight: bold;
    font-size: 14px;
  }
  main section.s01 .wrapper .mailform .type .right {
    margin-top: 10px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
  }
  main section.s01 .wrapper .mailform .type .right label {
    width: 140px;
    display: inline-block;
  }
  main section.s01 .wrapper .mailform .type .right label input {
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin: 3px 5px 0 0;
  }
  main section.s01 .wrapper .mailform table {
    width: 100%;
  }
  main section.s01 .wrapper .mailform table tr th {
    display: block;
    width: 100%;
    padding-top: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  main section.s01 .wrapper .mailform table tr th span {
    font-size: 10px;
  }
  main section.s01 .wrapper .mailform table tr td {
    width: 100%;
    display: block;
    margin-top: 5px;
  }
  main section.s01 .wrapper .mailform table tr td input {
    width: 100%;
    height: 40px;
    display: block;
    padding: 10px 15px;
    line-height: 20px;
    border: none;
  }
  main section.s01 .wrapper .mailform table tr td textarea {
    width: 100% !important;
    height: 120px !important;
    padding: 10px 15px !important;
    line-height: 170%;
    border: none;
  }
  main section.s01 .wrapper .mailform .policy {
    font-weight: bold;
    color: #000;
    margin-top: 15px;
    font-size: 14px;
  }
  main section.s01 .wrapper .mailform .policy a {
    color: #000;
    font-size: 14px;
  }
  main section.s01 .wrapper .mailform .policy input {
    width: 15px;
    height: 15px;
    vertical-align: top;
    margin: 3px 5px 0 0;
  }
  main section.s01 .wrapper .mailform #submitbtn {
    font-size: 0 !important;
    border: none !important;
    background-color: transparent;
    width: 200px;
    height: 45px;
    display: block;
    margin: 30px auto 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    background-image: url(../../images/btn_submit.svg);
    background-size: 100% auto;
    cursor: pointer;
  }
  main section.s01 .wrapper .mailform #submitbtn:hover {
    background-color: #fff;
  }

  main section.s02 .wrapper .icon_ttl {
    width: 100px;
    display: block;
    margin: 0 auto;
  }
	
  main section.s02 {
    padding: 70px 20px 10px;
  }
  main section.s02 .wrapper {
    width: 100%;
    margin: 0 auto;
  }

  main section.s02 .wrapper h5 {
    text-align: center;
    font-size: 20px;
    color: #0f1f55;
    letter-spacing: 4px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
  }
  main section.s02 .wrapper dl {
    margin: 35px auto 0;
  }
  main section.s02 .wrapper dl dt img {
    display: block;
    max-width: 100%;
  }
  main section.s02 .wrapper dl dd {
    margin-top: 15px;
  }
  main section.s02 .wrapper dl dd .t01 {
    color: #0f1f55;
    font-size: 17px;
    line-height: 170%;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }
  main section.s02 .wrapper dl dd .t02 {
    font-size: 14px;
    line-height: 170%;
  }
  main section.s02 .wrapper h6 {
    text-align: center;
    font-size: 20px;
    color: #0f1f55;
    letter-spacing: 3px;
    margin-top: 100px;
  }
  main section.s02 .wrapper table {
    width: 100%;
    margin: 20px auto 0;
  }
  main section.s02 .wrapper table tr th {
    width: 80px;
    background-color: #0f1f55;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 7px 0px;
  }
  main section.s02 .wrapper table tr td {
    font-size: 13px;
    padding: 7px 15px;
    border-bottom: 2px dashed #aaa;
  }
  main section.s02 .wrapper table tr:last-child td {
    border: none;
  }
  main section.s02 .wrapper .btn_reserve {
    width: 200px;
    display: block;
    margin: 30px auto 0;
  }
  main section.s02 .wrapper .btn_reserve img {
    width: 100%;
    display: block;
  }
}
  main section.s03 {
    padding: 70px 20px 10px;
  }

  main section.s03 .wrapper {
    width: 100%;
    margin: 0 auto;
  }
  main section.s01 .wrapper h3 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 3px;
    margin-top: 7px;
    color: #0f1f55;
  }
  main section.s03 .wrapper h5 {
    text-align: center;
    font-size: 20px;
    color: #0f1f55;
    letter-spacing: 4px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
  }

  main section.s03 .wrapper dl {
    margin: 35px auto 0;
  }

  main section.s03 .wrapper dl dt img {
    display: block;
    max-width: 100%;
  }

  main section.s03 .wrapper dl dd {
    margin-top: 15px;
  }

  main section.s03 .wrapper dl dd .t01 {
    color: #0f1f55;
    font-size: 17px;
    line-height: 170%;
    letter-spacing: 3px;
    margin-bottom: 15px;
  }

  main section.s03 .wrapper dl dd .t02 {
    font-size: 14px;
    line-height: 170%;
  }

  main section.s03 .wrapper h6 {
    text-align: center;
    font-size: 20px;
    color: #0f1f55;
    letter-spacing: 3px;
    margin-top: 100px;
  }

  main section.s03 .wrapper table {
    width: 100%;
    margin: 20px auto 0;
  }

  main section.s03 .wrapper table tr th {
    width: 80px;
    background-color: #0f1f55;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    padding: 7px 0px;
  }

  main section.s03 .wrapper table tr td {
    font-size: 13px;
    padding: 7px 15px;
    border-bottom: 2px dashed #aaa;
  }

  main section.s03 .wrapper table tr:last-child td {
    border: none;
  }

  main section.s03 .wrapper .btn_reserve {
    width: 200px;
    display: block;
    margin: 30px auto 0;
  }

  main section.s03 .wrapper .btn_reserve img {
    width: 100%;
    display: block;
  }
}
