@charset "utf-8";
/* CSS Document */
body {
  font-size: 18px !important;
  font-family: segoe UI, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  /*text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;*/
}
.wrap {
  width: 100%;
  margin-bottom: 4rem;
}
.wrap-inner {
  width: 60%;
  margin: 0 auto;
}
@media(max-width:750px) {
  .wrap-inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media(min-width:751px) {
  .pcn {
    display: none !important;
  }
}
@media(max-width:750px) {
  .spn {
    display: none !important;
  }
}
.brown {
  color: #c79400;
}
.red {
  color: #D00508;
}
.left {
  text-align: left;
}
.bold {
  font-weight: 800;
}
.f-2 {
  font-size: 2rem !important;
}
.f-4 {
  font-size: 4rem !important;
}
.f-s {
  font-size: 70%;
}
@media screen and (max-width: 480px) {
  .f-4 {
    font-size: 1.5rem !important;
  }
}
.mbt2 {
  margin-bottom: 2rem;
}
.mbt4 {
  margin-bottom: 4rem;
}
.mv {
  width: 100%;
  margin: 1rem auto;
}
.mv img {
  width: 100%;
  height: auto;
}
.read {
  width: 80%;
  margin: 1rem auto;
}
.read p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
.read ul {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: left;
}
.read ul li {
  list-style-type: disc;
  margin-left: 1rem;
}
@media screen and (max-width: 480px) {
  .read {
    width: 95%;
  }
  .read p {
    text-align: left;
  }
}
h1 {
  font-size: 2rem;
  font-weight: bold;
  color: #003780;
  text-align: center;
}
@media screen and (max-width: 600px) {
  h1 {
    color: #003780;
    font-size: 1.3rem;
    padding: .8rem;
  }
}
h1 img {
  width: 80%;
}
#detail {
  width: 90%;
  margin: 1rem auto;
}
#detail h2 {
  padding: .8rem;
  border-left: 4px solid #003780;
  text-align: left;
  font-size: 1.3rem;
  color: #003780;
  margin: 1.5rem 1.2rem 0;
}
#detail h3 {
  padding: .8rem;
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0 1rem;
}
.detail-schedule {
  width: 100%;
}
.detail-schedule ul {
  width: 90%;
  margin: 1rem auto;
  text-align: left;
}
.detail-schedule li {
  list-style: none;
}
.detail-conditions {
  width: 100%;
}
.detail-conditions ul {
  width: 90%;
  margin: 1rem auto;
  text-align: left;
}
.detail-conditions li {
  list-style: none;
  padding-left: 12em;
  text-indent: -12em;
}
.detail-conditions .detail-box {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.detail-price {
  width: 100%;
}
.detail-price .detail-box {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.detail-price .detail-box img {
  max-width: 100%;
  height: auto;
}
.detail-price .detail-chui {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
.detail-price ul {
  width: 90%;
  margin: 1rem auto;
  text-align: left;
}
.detail-price li {
  list-style: none;
  /*padding-left: 12em;
  text-indent: -12em;*/
}
.detail-price .detail-chui p {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
/*ボックスの類ここから================================================*/
/*▼青枠のボックス▼*/
.box-b_blue {
  width: 90%;
  margin: 1rem auto;
  padding: 1rem;
  border: solid 1px #003780;
}
.box-b_blue .ttl {
  color: #2200FD;
  font-size: 1.23rem;
  font-weight: bold;
  text-align: center !important;
  margin-bottom: 1rem;
}
.box-b_blue p {
  text-align: left;
} /*▲青枠のボックス▲*/
/*ボックスの類ここまで================================================*/
/*ボタン類==========================================================*/
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  color: #FFF !important;
  background: #fd9535;
  border-bottom: solid 2px #d27d00;
  border-radius: 10px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2rem;
  margin: 30px auto;
  width: 77%;
  text-align: center;
}
.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.btn-square-pop:hover {
  opacity: 0.8;
}
.btn-square-blue {
  position: relative;
  display: inline-block;
  padding: 1rem;
  text-decoration: none;
  color: #FFF !important;
  background: #003780;
  border-bottom: solid 2px #003780;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1.2rem;
  margin: 10px auto;
  width: 77%;
  text-align: center;
}
/*.btn-square-blue:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}*/
.btn-square-blue:hover {
  opacity: 0.8;
}
.btn-square-blue_a {
  position: relative;
  display: inline-block;
  padding: .7rem;
  text-decoration: none;
  border: solid 2px #c1b6b6;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  font-size: 1rem;
  margin: 10px auto;
  width: 77%;
  text-align: center;
  border-radius: 20px;
}
.btn-square-blue_a:hover {
  /*opacity: 0.8;*/
  background-color: #c1b6b6;
}
/*ボタン類ここまで=================================================*/
.form {
  text-align: center;
}
.f-container {
  display: flex;
  margin-top: 3%;
  flex-wrap: wrap;
}
.item--_30per {
  width: 28%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  margin-bottom: 2%;
  margin-right: 1%;
}
.item--_30per img {
  max-width: 100%;
}
.item--_30per a:hover {
  opacity: .7;
}
@media screen and (max-width: 480px) {
  .f-container {
    display: block;
  }
  .item--_30per {
    width: 100%;
  }
}
.Product {
  width: 100%;
}
.Product .productbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  margin-top: 1rem;
  /*padding: 1.2rem;*/
  /*background: #efefef;*/
}
@media screen and (max-width: 450px) {
  .Product {
    display: block;
  }
  .Product .productbox {
    width: 90%;
    margin: 30px auto;
  }
}
.optional-tourbox {
  border: 5px solid #aeb5e6;
  padding: 10px;
  width: 90%;
  margin: 4rem auto 0;
}
.optional-tourbox .detail-box img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding: 2rem 0;
}
.optional-tourbox .detail-box {
  width: 90%;
  margin: 0 auto;
}
.optional-tourbox .op-ttl {
  color: #2200FD;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center !important;
  margin-bottom: 1rem;
}
.optional-tourbox img {
  max-width: 40%;
}
a[href*=".pdf"]::after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  color: #F30401;
}
.copy-area input {
  border: 2px solid;
  padding: 1.0rem;
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  color: #333;
  margin: 1.0rem auto;
  display: block;
}
.copy-area button {
  font-size: 1.6rem;
  text-align: center;
  border: none;
  border-radius: 10px;
  line-height: 48px;
  padding: 0 2.0rem;
}