@charset "UTF-8";
body {
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #3e3a39;
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-size: 3vw;
  }
}

body #content #freeTour {
  color: #3e3a39;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
body #content #freeTour h1, body #content #freeTour h2, body #content #freeTour h3, body #content #freeTour h4, body #content #freeTour h5, body #content #freeTour h6, body #content #freeTour td, body #content #freeTour th, body #content #freeTour p, body #content #freeTour div, body #content #freeTour input, body #content #freeTour textarea, body #content #freeTour pre, body #content #freeTour ul, body #content #freeTour ol, body #content #freeTour address {
  color: #3e3a39;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}
body #content #freeTour .secBlock {
  padding-block: 7.5em 5em;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .secBlock {
    padding-top: 4.5em;
  }
}
body #content #freeTour .secTtl {
  text-align: center;
}
body #content #freeTour .secTtl_txt {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 1.5625em;
  font-weight: bold;
}
body #content #freeTour .secTtl_txt::before, body #content #freeTour .secTtl_txt::after {
  content: "";
  display: inline-flex;
  width: 0;
  height: 0;
  border-style: solid;
}
body #content #freeTour .secTtl_txt::before {
  content: "";
  margin-right: 1em;
  margin-top: 0.2em;
  border-width: 0.35em 0 0.35em 0.7em;
  border-color: transparent transparent transparent #e95b8b;
}
body #content #freeTour .secTtl_txt::after {
  content: "";
  margin-left: 1em;
  margin-top: 0.2em;
  border-width: 0.35em 0.7em 0.35em 0;
  border-color: transparent #e95b8b transparent transparent;
}
body #content #freeTour .secTtl_txt.orange::before {
  border-color: transparent transparent transparent #f39800;
}
body #content #freeTour .secTtl_txt.orange::after {
  border-color: transparent #f39800 transparent transparent;
}
body #content #freeTour .recommend {
  background-color: #ffeedd;
}
body #content #freeTour .recommend_comment {
  max-width: 56.5em;
  width: 90%;
  margin-inline: auto;
  margin-top: 4.6875em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_comment {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3.5em;
  }
}
body #content #freeTour .recommend_comment_item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1240px) {
  body #content #freeTour .recommend_comment_item {
    width: 15em;
  }
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_comment_item {
    width: 14em;
    flex-wrap: wrap;
  }
  body #content #freeTour .recommend_comment_item:first-of-type {
    margin-right: 2em;
  }
}
body #content #freeTour .recommend_comment_item_bubble {
  position: relative;
}
body #content #freeTour .recommend_comment_item_bubble_large {
  position: relative;
  border-radius: 50%;
  width: 16.375em;
  height: 16.375em;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_comment_item_bubble_large {
    width: 14em;
    height: 14em;
  }
}
body #content #freeTour .recommend_comment_item_bubble_small01 {
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
  width: 2.25em;
  height: 2.25em;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_comment_item_bubble_small01 {
    bottom: -0.7em;
  }
}
body #content #freeTour .recommend_comment_item_bubble_small02 {
  position: absolute;
  bottom: -3em;
  left: 50%;
  transform: translateX(-50%);
  width: 1.3125em;
  height: 1.3125em;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_comment_item_bubble_small02 {
    bottom: -2.4em;
  }
}
body #content #freeTour .recommend_comment_item_bubble_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  width: 100%;
  letter-spacing: 0;
  color: #e95b8b;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_comment_item_bubble_txt {
    font-size: 1.05em;
  }
}
body #content #freeTour .recommend_comment_item_img {
  position: relative;
  margin-top: 4.875em;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_comment_item_img {
    margin-top: 3.8em;
  }
}
body #content #freeTour .recommend_comment_item_img.img01 {
  width: 54%;
}
body #content #freeTour .recommend_comment_item_img.img02 {
  width: 46.2%;
}
body #content #freeTour .recommend_comment_item_img.img03 {
  width: 38%;
}
body #content #freeTour .recommend_ok {
  margin-top: 3.75em;
}
body #content #freeTour .recommend_ok_inner {
  position: relative;
  max-width: 68.75em;
  width: 90%;
  margin-inline: auto;
}
body #content #freeTour .recommend_ok_triangle {
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 34.375em solid transparent;
  border-left: 34.375em solid transparent;
  border-bottom: 6.125em solid #fff;
  border-top: 0;
}
@media screen and (max-width: 1240px) {
  body #content #freeTour .recommend_ok_triangle {
    border-right: 44.5vw solid transparent;
    border-left: 44.5vw solid transparent;
    border-bottom: 5.125em solid #fff;
  }
}
body #content #freeTour .recommend_ok_block {
  background-color: #fff;
}
body #content #freeTour .recommend_ok_block_ttl {
  text-align: center;
}
body #content #freeTour .recommend_ok_block_ttl_txt {
  font-size: 1.5625em;
  font-weight: bold;
  text-align: center;
}
body #content #freeTour .recommend_ok_block_ttl_main {
  font-size: 3em;
  font-weight: bold;
  color: #e95b8b;
  display: inline-flex;
  align-items: baseline;
  position: relative;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_ok_block_ttl_main {
    font-size: 2.2em;
  }
}
body #content #freeTour .recommend_ok_block_ttl_main::before {
  content: "＼";
  position: absolute;
  bottom: 0.05em;
  left: -1.3em;
  color: #3e3a39;
  font-weight: 300;
}
body #content #freeTour .recommend_ok_block_ttl_main::after {
  content: "／";
  position: absolute;
  bottom: 0.05em;
  right: -1.3em;
  color: #3e3a39;
  font-weight: 300;
}
body #content #freeTour .recommend_ok_block_ttl_main .num {
  font-size: 1.33em;
  margin-left: 0.3em;
}
body #content #freeTour .recommend_ok_block_wrapper {
  position: relative;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_ok_block_wrapper {
    padding-bottom: 11em;
  }
}
body #content #freeTour .recommend_ok_block_wrapper_img04 {
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  width: 17.875em;
}
body #content #freeTour .recommend_ok_block_item {
  max-width: 58.25em;
  width: 100%;
  margin-inline: auto;
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_ok_block_item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
body #content #freeTour .recommend_ok_block_item_circle {
  background-color: #fff;
  border: #e95b8b 0.0625em solid;
  border-radius: 50%;
  width: 19.625em;
  height: 19.625em;
  position: relative;
}
body #content #freeTour .recommend_ok_block_item_circle:nth-of-type(1), body #content #freeTour .recommend_ok_block_item_circle:nth-of-type(3) {
  margin-top: 10em;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_ok_block_item_circle:nth-of-type(1), body #content #freeTour .recommend_ok_block_item_circle:nth-of-type(3) {
    margin-top: 4em;
  }
}
@media screen and (max-width: 750px) {
  body #content #freeTour .recommend_ok_block_item_circle:nth-of-type(2) {
    margin-top: 4em;
  }
}
body #content #freeTour .recommend_ok_block_item_circle_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 94%;
  height: 94%;
  background-color: #e95b8b;
  border-radius: 50%;
  z-index: 1;
}
body #content #freeTour .recommend_ok_block_item_circle_txt {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  color: #fff;
  text-align: center;
  font-size: 1.5em;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: 0;
}
body #content #freeTour .recommend_ok_block_item_circle_txt span {
  font-size: 1.9em;
  line-height: 1.2;
}
body #content #freeTour .recommend_ok_block_item_circle_img {
  position: relative;
  z-index: 3;
  position: absolute;
  top: -4.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
body #content #freeTour .recommend_ok_block_item_circle_img.img01 {
  width: 10.3125em;
  left: 47%;
}
body #content #freeTour .recommend_ok_block_item_circle_img.img02 {
  width: 8.3125em;
  top: -2.5em;
}
body #content #freeTour .recommend_ok_block_item_circle_img.img03 {
  width: 6.8125em;
  top: -2.5em;
}
body #content #freeTour .recommend_ok_summary {
  margin-top: 2em;
  width: 100%;
  background-color: rgba(233, 91, 139, 0.24);
  padding-block: 0.7em;
}
body #content #freeTour .recommend_ok_summary p {
  text-align: center !important;
  font-size: 1.625em !important;
  font-weight: bold !important;
}
body #content #freeTour .ban01 {
  max-width: 56.25em;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 6em;
}
body #content #freeTour .ban01 img {
  width: 100%;
}
body #content #freeTour .reservation_flow {
  max-width: 56.25em;
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  margin-top: 2.8125em;
}
body #content #freeTour .reservation_flow_item {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  padding-block: 1.5em 2.375em;
}
body #content #freeTour .reservation_flow_item.step01 {
  background-color: #fff5eb;
  z-index: 3;
}
body #content #freeTour .reservation_flow_item.step01::after {
  content: "";
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5em 1.75em 0 1.75em;
  border-color: #fff5eb transparent transparent transparent;
  z-index: 3;
}
body #content #freeTour .reservation_flow_item.step02 {
  background-color: #ffe0c1;
  z-index: 2;
  padding-top: 2.5em;
}
body #content #freeTour .reservation_flow_item.step02::after {
  content: "";
  position: absolute;
  bottom: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5em 1.75em 0 1.75em;
  border-color: #ffe0c1 transparent transparent transparent;
  z-index: 3;
}
body #content #freeTour .reservation_flow_item.step03 {
  background-color: #ffc791;
  z-index: 1;
  padding-top: 2.5em;
}
body #content #freeTour .reservation_flow_item_step {
  color: #fff;
  background-color: #f39800;
  border-radius: 3em;
  padding: 0.1em 2em 0.25em;
  font-size: 1.375em;
  font-weight: 900;
  line-height: 1;
  display: inline-block;
}
body #content #freeTour .reservation_flow_item_wrap {
  display: block;
  text-align: center;
  position: relative;
}
body #content #freeTour .reservation_flow_item_wrap_img {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
body #content #freeTour .reservation_flow_item_wrap_img.img01 {
  width: 5.5em;
  left: auto;
  right: 5em;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .reservation_flow_item_wrap_img.img01 {
    width: 4.5em;
    left: auto;
    right: 1.5em;
    top: 11%;
  }
}
body #content #freeTour .reservation_flow_item_wrap_img.img02 {
  width: 7.625em;
  left: 5em;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .reservation_flow_item_wrap_img.img02 {
    width: 5.625em;
    left: 1em;
    top: 16%;
  }
}
body #content #freeTour .reservation_flow_item_wrap_img.img03 {
  width: 10.625em;
  left: auto;
  right: 3em;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .reservation_flow_item_wrap_img.img03 {
    width: 7.625em;
    left: auto;
    right: 0.5em;
    top: -3%;
  }
}
body #content #freeTour .reservation_flow_item_headline {
  margin-top: 1em;
}
body #content #freeTour .reservation_flow_item_headline .headlineTtl {
  font-size: 1.6875em;
  font-weight: 900;
  line-height: 1.5em;
}
body #content #freeTour .reservation_flow_item_explain {
  margin-top: 0.5em;
}
body #content #freeTour .reservation_flow_item_explain p {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  line-height: 1.5em;
}
body #content #freeTour .reservation_flow_item_explain p br {
  display: block;
}
body #content #freeTour .reservation_btn {
  margin-top: 3.5em;
  text-align: center;
  max-width: 37.5em;
  width: 90%;
  margin-inline: auto;
}
body #content #freeTour .reservation_btn a {
  display: inline-block;
  transition-duration: 0.3s;
}
body #content #freeTour .reservation_btn a:hover .reservation_btn_inner {
  background-color: #e95b8b;
}
body #content #freeTour .reservation_btn a:hover .reservation_btn_inner_box {
  transform: scale(1.03);
}
body #content #freeTour .reservation_btn_inner {
  border: 0.125em solid #f39800;
  border-radius: 3em;
  padding: 0.375em;
  transition-duration: 0.3s;
}
body #content #freeTour .reservation_btn_inner_box {
  background-color: #e95b8b;
  padding: 1em 5.5em 1em 4.5em;
  border-radius: 3em;
  text-align: center;
  transition-duration: 0.3s;
}
body #content #freeTour .reservation_btn_inner_box_txt {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .reservation_btn_inner_box_txt {
    font-size: 1.8em;
  }
}
body #content #freeTour .reservation_btn_inner_box_txt::after {
  content: "▶";
  position: absolute;
  top: 53%;
  right: -1.5em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 0.8em;
}
body #content #freeTour .google_map {
  max-width: 56.25em;
  width: 90%;
  margin-inline: auto;
  margin-bottom: 5em;
}
body #content #freeTour .google_map_img {
  width: 100%;
}
body #content #freeTour .google_map_img img {
  width: 100%;
  display: block;
}
body #content #freeTour .google_map_carnav {
  text-align: center;
  margin-top: 1em;
}
body #content #freeTour .google_map_carnav .txt01 {
  font-size: 1.25em;
  text-align: center;
}
body #content #freeTour .noteArea_inner {
  max-width: 56.25em;
  width: 90%;
  margin-inline: auto;
  padding-block: 1.5em 2.1875em;
  border: solid 0.0625em #3e3a39;
  border-radius: 0.875em;
}
body #content #freeTour .noteArea_inner_ttl {
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
}
body #content #freeTour .noteArea_inner_list {
  width: 90%;
  margin-inline: auto;
  margin-top: 1.5em;
}
body #content #freeTour .noteArea_inner_list_item {
  font-size: 1.05em;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
  line-height: 1.5em;
}
body #content #freeTour .noteArea_inner_list_item:nth-of-type(n + 2) {
  margin-top: 1.5em;
}
body #content #freeTour .summaryTxt {
  text-align: center;
  font-weight: bold;
  margin-top: 5em;
}
@media screen and (max-width: 750px) {
  body #content #freeTour .summaryTxt {
    margin-top: 4em;
  }
}
body #content #freeTour .summaryTxt p {
  text-align: center;
  font-size: 1.625em;
  font-weight: bold;
}

.contact {
  margin-top: 3em;
}

.floating {
  position: fixed;
  bottom: 11%;
  right: 1%;
  z-index: 100;
  transition-duration: 0.3s;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .floating {
    /* display: none; */
    bottom: 60px;
    right: 65px;
  }
}
.floating.is-active {
  opacity: 1;
}
.floating_btn {
  display: block;
  width: 13.625em;
}
@media screen and (max-width: 750px) {
  .floating_btn {
    /* width: 10em; */
    width: 150px;
  }
}
.floating_btn img {
  width: 100%;
}

.contact__txt01 {
  width: 100%;
  background-color: #222222;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.5em 0;
  text-align: center;
}

.contact__table .checkbox01:nth-of-type(n + 2) {
  margin-top: 0.7em;
}

body #content .sp-none {
  display: block;
}
@media screen and (max-width: 750px) {
  body #content .sp-none {
    display: none;
  }
}
body #content .sp-block {
  display: none;
}
@media screen and (max-width: 750px) {
  body #content .sp-block {
    display: block;
  }
}

.anker {
  display: block;
  width: 100%;
  padding-top: 50px;
  background: none;
}
@media screen and (max-width: 750px) {
  .anker {
    padding-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */