@charset "UTF-8";
html {
  font-size: 1px;
  overflow-x: hidden;
}
html.lock {
  overflow-y: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  max-width: 100vw;
  min-height: 100vh;
  color: #221815;
  font-size: 16rem;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
}

select,
input,
textarea,
button {
  font: inherit;
}

input[type=checkbox] {
  cursor: pointer;
}

img,
svg {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
  transition: 0.3s linear;
  backface-visibility: hidden;
}
a.tel_link {
  pointer-events: none;
}
a.link_color {
  color: #3C83D6;
}
a.underline {
  text-decoration: underline;
}

main {
  display: block;
  background-color: #D22D26;
  margin-top: 100rem;
  padding-bottom: 70rem;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.inner {
  width: 960rem;
  margin-left: auto;
  margin-right: auto;
}

.s_inner {
  width: 900rem;
  margin-left: auto;
  margin-right: auto;
}

.mt_l {
  margin-top: 100rem;
}

.mt_m {
  margin-top: 60rem;
}

.mt_s {
  margin-top: 20rem;
}

.fz_l {
  font-size: 1.2em;
}

.fz_s {
  font-size: 0.8em;
}

.ta_center {
  text-align: center;
}

.fwb {
  font-weight: bold;
}

.font_co {
  font-family: "Cormorant Infant", serif;
  font-weight: bold;
}

.font_san {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", Meiryo, "sans-serif", sans-serif;
}

.notes {
  font-size: 12rem;
  text-indent: -12rem;
  padding-left: 12rem;
}

.c_red {
  color: #D22D26;
}

.bg_white {
  background-color: #fff;
}

.scroll_target.fade_in {
  opacity: 0;
  transition: 0.75s;
}
.scroll_target.fade_in.on {
  opacity: 1;
}
.scroll_target.fade_up {
  transform: translate(0, 50rem);
}
.scroll_target.fade_up.on {
  transform: translate(0, 0);
}

.c_ttl {
  font-size: 28rem;
  font-weight: 900;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.c_ttl.kazari {
  padding-left: 45rem;
  padding-right: 45rem;
  position: relative;
}
.c_ttl.kazari::before, .c_ttl.kazari::after {
  content: "";
  display: block;
  width: 32rem;
  height: 52rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/assets/img/pic_ttl_kazari1.svg) no-repeat center/contain;
}
.c_ttl.kazari::after {
  background-image: url(/assets/img/pic_ttl_kazari2.svg);
  left: auto;
  right: 0;
}

.c_box {
  background-color: #fff;
  padding: 40rem 30rem;
  border-radius: 15rem;
  position: relative;
}
.c_box + .c_box {
  margin-top: 58rem;
}
.c_box .c_label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 231rem;
}
.c_box .c_box_top {
  background-color: #F2F2F2;
  padding: 10rem;
}
.c_box .c_box_top .tag_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
.c_box .c_box_top .tag_wrap li {
  border-radius: 60rem;
  height: 30rem;
  padding: 0 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #004386;
}
.c_box .c_box_top .code {
  margin-top: 9rem;
  font-size: 13rem;
  color: #004386;
  padding-left: 22rem;
  position: relative;
}
.c_box .c_box_top .code::before {
  content: "";
  display: block;
  width: 18rem;
  height: 18rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(/assets/img/ico_tcode.svg) no-repeat center/contain;
}
.c_box .c_tour_name {
  margin-top: 16rem;
  font-weight: bold;
  font-size: 26rem;
}
.c_box .c_term {
  margin-top: 10rem;
  font-size: 13rem;
}
.c_box .c_scdl_box {
  margin-top: 24rem;
  display: flex;
  align-items: center;
  padding-left: 26rem;
  padding-right: 26rem;
  height: 70rem;
  border: 1px solid #D22D26;
  font-size: 24rem;
}
.c_box .c_b_heading {
  font-weight: bold;
  font-size: 23rem;
  text-align: center;
  border-bottom: 1px solid #004386;
  padding-bottom: 10rem;
}

.c_entry_cnt .attention {
  font-size: 13rem;
  color: #D22D26;
  margin-top: 10rem;
}
.c_entry_cnt .attention2 {
  margin-top: 10rem;
  font-size: 13rem;
  color: #575757;
}
.c_entry_cnt input[type=text],
.c_entry_cnt select {
  border-radius: 5rem;
  border: 1px solid #707070;
  min-height: 40rem;
  padding: 8rem 20rem;
  cursor: pointer;
}
.c_entry_cnt input[type=text].wide_s,
.c_entry_cnt select.wide_s {
  width: 140rem;
}
.c_entry_cnt input[type=text].wide_m,
.c_entry_cnt select.wide_m {
  width: 280rem;
}
.c_entry_cnt input[type=text].wide_full,
.c_entry_cnt select.wide_full {
  width: 100%;
}
.c_entry_cnt input[type=radio] {
  transform: translateY(4rem);
  height: 20rem;
  width: 20rem;
  margin-top: 0;
  cursor: pointer;
}
.c_entry_cnt input[type=radio] + label {
  cursor: pointer;
}
.c_entry_cnt input:disabled {
  border-color: #ddd;
  cursor: not-allowed;
}
.c_entry_cnt textarea {
  border: 1px solid #707070;
  width: 100%;
  height: 300rem;
  max-height: 600rem;
  min-height: 100rem;
  padding: 20rem;
  cursor: pointer;
  resize: vertical;
}
.c_entry_cnt .item {
  display: inline-block;
  margin-top: 8rem;
}
.c_entry_cnt .item + .item {
  margin-left: 15rem;
}
.c_entry_cnt .item label + input {
  margin-left: 8rem;
}
.c_entry_cnt .item .select_wrap {
  display: inline-block;
  position: relative;
}
.c_entry_cnt .item .select_wrap select {
  padding-right: 28rem;
  width: 120rem;
}
.c_entry_cnt .item .select_wrap select.slt_m {
  width: 200rem;
}
.c_entry_cnt .item .select_wrap::before {
  content: "";
  display: block;
  width: 30rem;
  height: 100%;
  border-left: 1px solid #707070;
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.c_entry_cnt .item .select_wrap::after {
  content: "";
  display: block;
  width: 9rem;
  height: 9rem;
  border-top: 1px solid #221815;
  border-right: 1px solid #221815;
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%) rotate(135deg);
  margin-top: -2rem;
  transition: 0.2s;
  pointer-events: none;
}
.c_entry_cnt .item.mt_ss {
  margin-top: 10rem;
}
.c_entry_cnt .item.mt {
  margin-top: 16rem;
}
.c_entry_cnt .item.ml0 {
  margin-left: 0;
}
.c_entry_cnt .item.ml_s {
  margin-left: 5rem;
}
.c_entry_cnt .item.full {
  margin-left: 0;
  display: block;
}
.c_entry_cnt .item.name_item {
  width: 100%;
}
.c_entry_cnt .item.name_item input {
  width: 92%;
}
.c_entry_cnt .item.name_item span {
  display: inline-block;
  margin-left: 5rem;
}
.c_entry_cnt dl {
  display: flex;
  flex-wrap: wrap;
}
.c_entry_cnt dl dt,
.c_entry_cnt dl dd {
  min-height: 60rem;
  margin-top: 20rem;
}
.c_entry_cnt dl dt.mt0,
.c_entry_cnt dl dd.mt0 {
  margin-top: 0 !important;
}
.c_entry_cnt dl dt {
  width: 250rem;
  font-weight: bold;
  text-align: center;
}
.c_entry_cnt dl dt .heading {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E8F7FF;
  min-height: 60rem;
}
.c_entry_cnt dl dt .heading span {
  font-weight: bold;
  display: block;
  text-align: center;
}
.c_entry_cnt dl dt .heading span.required {
  font-weight: bold;
  display: block;
  text-align: center;
  width: 32rem;
  height: 20rem;
  font-size: 11rem;
  color: #fff;
  background-color: #D22D26;
  line-height: 20rem;
  margin-left: 5rem;
}
.c_entry_cnt dl dd {
  width: calc(100% - 250rem);
  padding-left: 20rem;
}
.c_entry_cnt dl dd.col1 {
  width: 100%;
  padding-left: 0;
}
.c_entry_cnt dl dd.col1 .item {
  width: 100%;
  margin-top: 0;
}

.c_t_type table {
  border-collapse: separate;
  border-spacing: 0 3px;
  width: 100%;
}
.c_t_type table tr th,
.c_t_type table tr td {
  min-height: 60rem;
  vertical-align: middle;
  line-height: 1.3;
  padding: 15rem 20rem;
}
.c_t_type table tr th {
  width: 350rem;
  background-color: #E8F7FF;
  font-weight: bold;
}
.c_t_type table tr td {
  width: calc(100% - 350rem);
}
.c_t_type table tr td .flex_item {
  display: flex;
}
.c_t_type table tr td .flex_item span {
  display: block;
}

.c_t_type2 table {
  width: 100%;
}
.c_t_type2 table tr th,
.c_t_type2 table tr td {
  padding: 15rem 20rem;
  vertical-align: middle;
  min-height: 60rem;
  line-height: 1.3;
}
.c_t_type2 table tr th {
  background-color: #E8F7FF;
  text-align: center;
  font-weight: bold;
  position: relative;
}
.c_t_type2 table tr th::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3rem;
  background-color: #fff;
}
.c_t_type2 table tr th + th {
  border-left: 3rem solid #fff;
}
.c_t_type2 table tr td {
  border: 1px solid #707070;
}
.c_t_type2 table tr td:nth-child(1) {
  width: 350rem;
}
.c_t_type2 table tr td:nth-child(2) {
  width: 230rem;
  text-align: right;
}
.c_t_type2 table tr td:nth-child(3) {
  width: 96rem;
  text-align: right;
}
.c_t_type2 table tr td:nth-child(4) {
  width: auto;
  text-align: right;
}
.c_t_type2 table tr .total_txt {
  background-color: #E8F7FF;
  text-align: center;
  font-weight: bold;
  border-color: #E8F7FF;
  border-right: 1px solid #707070;
}
.c_t_type2 table tr .total_price {
  font-weight: bold;
  color: #D22D26;
}

.c_form .row + .row {
  margin-top: 20rem;
}
.c_form .row .item {
  position: relative;
  display: flex;
  align-items: center;
}
.c_form .row .item label {
  width: 30%;
  text-align: left;
  font-weight: bold;
  vertical-align: middle;
}
.c_form .row .item .field {
  width: 70%;
}
.c_form .row .item .field input,
.c_form .row .item .field select {
  border-radius: 5rem;
  border: 1px solid #707070;
  width: 100%;
  min-height: 50rem;
  padding: 8rem 20rem;
  cursor: pointer;
}
.c_form .row .item .field input.dp_calendar,
.c_form .row .item .field select.dp_calendar {
  background: url(/assets/img/ico_calendar.svg) no-repeat center right 13rem/17rem;
}
.c_form .row .item .field input#people,
.c_form .row .item .field select#people {
  display: none;
}
.c_form .row .item .field input#theme,
.c_form .row .item .field select#theme {
  display: none;
}
.c_form .row .item .field .field_box {
  border-radius: 5rem;
  border: 1px solid #707070;
  width: 100%;
  min-height: 50rem;
  padding: 8rem 20rem;
  display: flex;
  gap: 6rem;
  align-items: center;
  cursor: pointer;
}
.c_form .row .item .field .field_box.people_field {
  position: relative;
}
.c_form .row .item .field .field_box small {
  font-size: 0.85em;
}
.c_form .row .item .field .field_box span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.c_form .row .item .c_arrow {
  position: relative;
}
.c_form .row .item .c_arrow::after {
  content: "";
  display: block;
  width: 9rem;
  height: 9rem;
  border-top: 1px solid #221815;
  border-right: 1px solid #221815;
  position: absolute;
  top: 50%;
  right: 10rem;
  transform: translateY(-50%) rotate(135deg);
  margin-top: -2rem;
  transition: 0.2s;
}
.c_form .row .item .c_arrow.on::after {
  transform: translateY(-50%) rotate(-45deg);
  margin-top: 3rem;
  border-color: #D22D26;
}
.c_form .row .item .cnt_wrap {
  display: flex;
  width: 160rem;
}
.c_form .row .item .cnt_wrap input {
  width: 100rem;
  border-radius: 0;
  border-left: none;
  border-right: none;
  text-align: center;
  background-color: #fff;
}
.c_form .row .item .cnt_wrap button {
  width: 30rem;
  border: 1px solid #707070;
  cursor: pointer;
}
.c_form .row .item .cnt_wrap .minus {
  border-radius: 5rem 0 0 5rem;
  cursor: pointer;
  background: url(/assets/img/ico_minus.svg) no-repeat center/15rem #fff;
}
.c_form .row .item .cnt_wrap .plus {
  border-radius: 0 5rem 5rem 0;
  background: url(/assets/img/ico_plus.svg) no-repeat center/15rem #fff;
}
.c_form #people_detail {
  border: 1px solid #D22D26;
  padding: 25rem 30rem;
  border-radius: 16rem;
  background-color: #F2F2F2;
  position: absolute;
  bottom: 10rem;
  right: 0;
  width: 460rem;
  transform: translateY(100%);
  z-index: 10;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.2);
  display: none;
}
.c_form #people_detail .row {
  justify-content: space-between;
}
.c_form #people_detail .row + .row {
  margin-top: 20rem;
}
.c_form #people_detail .row label {
  width: 50%;
}
.c_form #people_detail .row .field {
  width: -moz-fit-content;
  width: fit-content;
}
.c_form #theme_detail {
  display: none;
  border: 1px solid #D22D26;
  padding: 25rem 30rem;
  border-radius: 16rem;
  background-color: #F2F2F2;
  position: absolute;
  bottom: 10rem;
  right: 0;
  width: 510rem;
  transform: translateY(100%);
  z-index: 10;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.2);
}
.c_form #theme_detail .checkbox_group {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 0;
}
.c_form #theme_detail .checkbox_group label {
  width: 33%;
  font-weight: normal;
  color: #004386;
  display: inline-block;
}
.c_form .submit_btn {
  margin-top: 16rem;
  text-align: center;
}
.c_form .submit_btn button {
  background-color: #B20700;
  font-size: 20rem;
  font-weight: bold;
  letter-spacing: 3rem;
  border-radius: 100rem;
  width: 300rem;
  height: 50rem;
  color: #fff;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4rem 0px;
  transition: 0.3s;
}
.c_form .submit_btn button:hover {
  opacity: 0.7;
}

.c_submit_btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.c_submit_btn input[type=submit],
.c_submit_btn button {
  background-color: #fff;
  width: 300rem;
  min-height: 50rem;
  border-radius: 100rem;
  box-shadow: 0 4rem 0 rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  transition: 0.3s;
  line-height: 1.2;
  cursor: pointer;
  transition: 0.3s;
}
.c_submit_btn::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 9rem;
  height: 9rem;
  border-top: 3rem solid #221815;
  border-right: 3rem solid #221815;
  position: absolute;
  top: 50%;
  right: 19rem;
  transform: translateY(-50%) rotate(45deg);
}
.c_submit_btn:hover button {
  opacity: 0.7;
}

.swiper_btn_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 960rem;
  max-width: 1418rem;
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
.swiper_btn_wrap .swiper_btn {
  width: 60rem !important;
  height: 60rem !important;
  margin-top: 0;
  background: #fff;
  border: 1px solid #D22D26;
  border-radius: 50%;
  position: static !important;
}
.swiper_btn_wrap .swiper_btn::before {
  content: "";
  display: block;
  width: 13rem;
  height: 13rem;
  border-top: 2px solid #D22D26;
  border-right: 2px solid #D22D26;
  transform: rotate(-135deg);
  margin-left: 5rem;
  transition: 0.3s;
}
.swiper_btn_wrap .swiper_btn::after {
  content: none !important;
}
.swiper_btn_wrap .swiper_btn.swiper-button-next::before {
  transform: rotate(45deg);
  margin-left: -5rem;
  transition: 0.3s;
}
.swiper_btn_wrap .swiper_btn:hover {
  transition: 0.3s;
  background-color: #D22D26;
}
.swiper_btn_wrap .swiper_btn:hover::before, .swiper_btn_wrap .swiper_btn:hover::after {
  border-color: #fff;
}

.btn_more a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 300rem;
  height: 50rem;
  position: relative;
  border-radius: 100rem;
  box-shadow: 0 4rem 0 rgba(0, 0, 0, 0.15);
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  transition: 0.3s;
  line-height: 1.2;
  text-align: center;
}
.btn_more a::after {
  transition: 0.3s;
  content: "";
  display: block;
  width: 9rem;
  height: 9rem;
  border-top: 3rem solid #221815;
  border-right: 3rem solid #221815;
  position: absolute;
  top: 50%;
  right: 19rem;
  transform: translateY(-50%) rotate(45deg);
}
.btn_more a:hover {
  background-color: #221815;
  color: #fff;
}
.btn_more a:hover::after {
  border-color: #fff;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header .h_inner {
  width: 100%;
  height: 100rem;
  padding-left: 26rem;
  padding-right: 20rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  position: relative;
}
header .h_inner .logo a {
  display: block;
  width: 580rem;
}
header .h_inner .nav_container {
  margin-left: auto;
  z-index: 1;
}
header .h_inner .nav_container nav ul {
  display: flex;
  gap: 42rem;
}
header .h_inner .nav_container .box_menu {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 10rem;
  right: 10rem;
  box-shadow: 0 2rem 6rem rgba(0, 0, 0, 0.2);
  width: 320rem;
  padding-top: 90rem;
}
header .h_inner .nav_container .box_menu .menu_top {
  padding: 92rem 20rem 20rem;
  background-color: #fff;
}
header .h_inner .nav_container .box_menu .menu_top .yourname {
  padding-left: 28rem;
  position: relative;
}
header .h_inner .nav_container .box_menu .menu_top .yourname::before {
  content: "";
  display: block;
  width: 24rem;
  height: 22rem;
  background: url(/assets/img/ico_mymenu_human.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-top: -3rem;
}
header .h_inner .nav_container .box_menu .menu_top ul li {
  margin-top: 20rem;
}
header .h_inner .nav_container .box_menu .menu_bottom {
  padding: 30rem 20rem;
  background-color: #F2F2F2;
}
header .h_inner .nav_container .box_menu .menu_bottom .tel {
  font-weight: bold;
  line-height: 1.2;
}
header .h_inner .nav_container .box_menu .menu_bottom .tel a {
  font-size: 26rem;
}
header .h_inner .nav_container .box_menu .menu_bottom .time {
  margin-top: 10rem;
  line-height: 1.8;
}
header .h_inner .res_confirmed {
  margin-left: 40rem;
}
header .h_inner .res_confirmed a {
  font-size: 12rem;
  color: #fff;
  width: 95rem;
  height: 34rem;
  display: flex;
  align-items: center;
  background-color: #575757;
  border-radius: 100rem;
  position: relative;
  padding: 0 12rem;
}
header .h_inner .res_confirmed a::after {
  content: "";
  display: block;
  width: 16.5rem;
  height: 15.5rem;
  background: url(/assets/img/ico_res_confirmed.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 11rem;
  transform: translateY(-50%);
}
header .h_inner .icon_ham {
  margin-left: 30rem;
  background-color: #D22D26;
  width: 70rem;
  height: 70rem;
  border-radius: 12rem;
  padding: 0;
  cursor: pointer;
  z-index: 1;
  border: 1px solid #D22D26;
}
header .h_inner .icon_ham span {
  width: 36rem;
  margin-left: auto;
  margin-right: auto;
  height: 3rem;
  background-color: #fff;
  position: relative;
  transition: ease 0.4s;
  display: block;
  border-radius: 5rem;
}
header .h_inner .icon_ham span:nth-child(2) {
  margin: 10rem auto;
}
header .h_inner .icon_ham.on {
  background-color: #fff;
}
header .h_inner .icon_ham.on span {
  background-color: #D22D26;
}
header .h_inner .icon_ham.on span:nth-child(1) {
  top: 13rem;
  transform: rotate(45deg);
}
header .h_inner .icon_ham.on span:nth-child(2) {
  opacity: 0;
}
header .h_inner .icon_ham.on span:nth-child(3) {
  top: -13rem;
  transform: rotate(-45deg);
}

.mv {
  position: relative;
}
.mv .bg {
  height: 700rem;
}
.mv .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mv .content_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 20rem;
}
.mv .content_wrap .txt_wrap .ttl {
  width: 360rem;
  margin-left: auto;
  margin-right: auto;
}
.mv .content_wrap .txt_wrap .sub_ttl {
  margin-top: 36rem;
  text-align: center;
  font-size: 20rem;
  color: #fff;
  font-weight: 900;
  background: url(/assets/img/bg_mv_ribbon.svg) no-repeat center/contain;
  padding: 11rem 60rem 8rem;
}
.mv .content_wrap .txt_wrap .sub_ttl span {
  font-size: 31rem;
  color: #FFEC00;
  font-weight: 900;
  line-height: 1.4;
  margin-top: -2rem;
}

.search_area {
  background-color: #fff;
  width: 500rem;
  padding: 20rem 20rem 30rem;
  border-radius: 8rem;
  margin-left: -40rem;
}

.tour_top {
  margin-top: 60rem;
}
.tour_top .tour_container {
  margin-top: 32rem;
  width: 2200rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide {
  padding-left: 10rem;
  padding-right: 10rem;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box {
  display: block;
  border-radius: 15rem;
  position: relative;
  background-color: #fff;
  padding: 40rem 20rem 20rem;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box:hover .image img {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .image {
  width: 100%;
  height: 246rem;
  overflow: hidden;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .route {
  position: absolute;
  top: 25rem;
  left: 50%;
  transform: translateX(-50%);
  width: 231rem;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .ttl {
  font-size: 18rem;
  font-weight: bold;
  margin-top: 8rem;
  min-height: 100rem;
  letter-spacing: -0.5rem;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .room_wrap {
  min-height: 58rem;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .room_wrap .room {
  margin-top: 6rem;
  background-color: #F2F2F2;
  padding: 2rem 15rem;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .room_wrap .room span {
  font-weight: bold;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .price {
  margin-top: 4rem;
  font-size: 30rem;
  font-weight: bold;
  color: #D22D26;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .txt {
  margin-top: 8rem;
  font-size: 13rem;
}
.tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .day {
  margin-top: 10rem;
  background-color: #FFFBCC;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35rem;
}
.tour_top .btn_more {
  margin-top: 30rem;
}

.spot_top {
  margin-top: 140rem;
  position: relative;
  z-index: 1;
}
.spot_top::after {
  content: "";
  display: block;
  width: 1920rem;
  height: 719rem;
  background: url(/assets/img/bg_top_spot_leaf.png) no-repeat center/contain;
  position: absolute;
  top: -74rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.spot_top .content_wrap {
  margin-top: 40rem;
  position: relative;
  z-index: 1;
}
.spot_top .content_wrap .box {
  position: relative;
  z-index: 1;
}
.spot_top .content_wrap .box .map {
  width: 427rem;
  margin-left: auto;
  margin-right: auto;
}
.spot_top .content_wrap .box .bg {
  width: 100%;
  height: 430rem;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.spot_top .content_wrap .box .pic_wrap1 {
  position: absolute;
  top: 96rem;
  left: -74rem;
  width: 322rem;
}
.spot_top .content_wrap .box .pic_wrap2 {
  position: absolute;
  top: -6rem;
  right: -71rem;
  width: 323rem;
}
.spot_top .content_wrap .box .txt_guam {
  position: absolute;
  top: 90rem;
  left: 130rem;
  width: 244rem;
}
.spot_top .content_wrap .box .desc {
  position: absolute;
  font-weight: bold;
  width: 230rem;
  bottom: 114rem;
  right: 160rem;
}
.spot_top .tab_area {
  margin-top: 82rem;
}
.spot_top .tab_area .tab_wrap {
  display: flex;
  justify-content: space-between;
}
.spot_top .tab_area .tab_wrap li {
  color: #fff;
  width: 280rem;
  position: relative;
  text-align: center;
  padding-bottom: 8rem;
  cursor: pointer;
}
.spot_top .tab_area .tab_wrap li::before {
  content: "";
  display: block;
  color: #fff;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 8px;
  border-top-color: currentColor;
  border-bottom: 0;
  opacity: 0;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.spot_top .tab_area .tab_wrap li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.spot_top .tab_area .tab_wrap li.on {
  font-weight: bold;
}
.spot_top .tab_area .tab_wrap li.on::before {
  opacity: 1;
}
.spot_top .tab_area .tab_wrap li.on::after {
  height: 3px;
}
.spot_top .tab_area .tab_content {
  display: none;
  margin-top: 46rem;
}
.spot_top .tab_area .tab_content.on {
  display: block;
}
.spot_top .spot_container {
  width: 2345rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.spot_top .spot_container .swiper .swiper-wrapper .swiper-slide {
  padding-left: 10rem;
  padding-right: 10rem;
}
.spot_top .spot_container .swiper .swiper-wrapper .swiper-slide .box {
  background-color: #fff;
  border-radius: 15rem;
  display: block;
  padding: 20rem;
  min-height: 415rem;
}
.spot_top .spot_container .swiper .swiper-wrapper .swiper-slide .box .image {
  width: 222rem;
  height: 222rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.spot_top .spot_container .swiper .swiper-wrapper .swiper-slide .box .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.spot_top .spot_container .swiper .swiper-wrapper .swiper-slide .box .name {
  font-weight: bold;
  margin-top: 16rem;
}
.spot_top .spot_container .swiper .swiper-wrapper .swiper-slide .box .desc {
  line-height: 1.3;
}
.spot_top .spot_container .swiper_btn_wrap {
  max-width: 1107rem;
}

.theme_top {
  padding-bottom: 80rem;
  margin-top: 155rem;
  position: relative;
  z-index: 1;
}
.theme_top::after {
  content: "";
  display: block;
  width: 1920rem;
  height: 500rem;
  background: url(/assets/img/bg_top_theme.png) no-repeat center/contain;
  position: absolute;
  top: -84rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.theme_top .content_wrap {
  margin-top: 64rem;
}
.theme_top .content_wrap ul {
  display: flex;
  justify-content: space-between;
}
.theme_top .content_wrap ul li a {
  display: block;
  border: 2px solid #fff;
  position: relative;
  width: 222rem;
  height: 222rem;
  border-radius: 30rem;
  overflow: hidden;
  box-shadow: 0 4rem 0 rgba(0, 0, 0, 0.15);
}
.theme_top .content_wrap ul li a::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.theme_top .content_wrap ul li a .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.theme_top .content_wrap ul li a .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.theme_top .content_wrap ul li a .txt {
  font-size: 30rem;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.theme_top .content_wrap ul li a:hover .bg img {
  transform: scale(1.05);
  filter: brightness(1.1);
}

.about_top {
  padding-top: 130rem;
  padding-bottom: 80rem;
  background-color: #fff;
}
.about_top .about_ttl {
  width: 531rem;
  margin-left: auto;
  margin-right: auto;
}
.about_top .lead {
  margin-top: 48rem;
  text-align: center;
  line-height: 2;
  font-weight: bold;
}
.about_top .anc_area {
  margin-top: 70rem;
}
.about_top .anc_area ul {
  display: flex;
  justify-content: space-between;
}
.about_top .anc_area ul li a {
  display: block;
  width: 300rem;
  height: 230rem;
  background-color: #fff;
  border-radius: 40rem;
  border: 2px solid #D22D26;
  text-align: center;
  box-shadow: 0 10rem 0 #D22D26;
  padding: 32rem 20rem;
  transition: 0.3s;
}
.about_top .anc_area ul li a .txt {
  font-weight: bold;
  line-height: 1.2;
  min-height: 45rem;
}
.about_top .anc_area ul li a .ttl {
  font-size: 30rem;
  color: #D22D26;
  font-weight: 900;
  line-height: 1.3;
  min-height: 80rem;
}
.about_top .anc_area ul li a .arrow {
  margin: 10rem auto 0;
  transition: 0.3s;
}
.about_top .anc_area ul li a:hover {
  opacity: 0.8;
}
.about_top .anc_area ul li a:hover .arrow {
  transform: translateY(8rem);
}
.about_top .infinite_container {
  margin-top: 90rem;
  width: 2254rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.about_top .infinite_container .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.about_top .infinite_container .swiper .swiper-wrapper .swiper-slide .image {
  width: 322rem;
  height: 238rem;
}
.about_top .infinite_container .swiper .swiper-wrapper .swiper-slide .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.rcmd_top {
  margin-top: 80rem;
  position: relative;
  z-index: 2;
}
.rcmd_top .content_box {
  border-radius: 15rem;
  padding: 42rem 30rem 75rem;
}
.rcmd_top .content_box .content_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rcmd_top .content_box .content_ttl .fkds {
  width: 135rem;
}
.rcmd_top .content_box .content_ttl .ttl {
  position: relative;
  font-size: 20rem;
}
.rcmd_top .content_box .content_ttl .ttl span {
  font-size: 37rem;
  font-weight: 900;
  color: #D22D26;
  display: inline-block;
  margin-top: -5rem;
}
.rcmd_top .content_box ul {
  padding-left: 100rem;
  padding-right: 58rem;
}
.rcmd_top .content_box ul li {
  margin-top: 45rem;
  position: relative;
}
.rcmd_top .content_box ul li .catch {
  display: flex;
  gap: 15rem;
  align-items: center;
}
.rcmd_top .content_box ul li .catch .pic {
  width: 50rem;
}
.rcmd_top .content_box ul li .catch .txt {
  font-size: 25rem;
  font-weight: bold;
  color: #D22D26;
  line-height: 1.3;
}
.rcmd_top .content_box ul li .desc {
  margin-top: 14rem;
}
.rcmd_top .content_box ul li .notes {
  margin-top: 12rem;
}
.rcmd_top .content_box ul li .image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 232rem;
}
.rcmd_top .content_box ul li + li {
  margin-top: 38rem;
}
.rcmd_top .content_box ul li:nth-child(3) {
  margin-top: 70rem;
}

.benefits_top {
  margin-top: 58rem;
  position: relative;
  z-index: 1;
}
.benefits_top::after {
  content: "";
  display: block;
  width: 1920rem;
  height: 1089rem;
  background: url(/assets/img/bg_top_benefits_leaf.png) no-repeat center/contain;
  position: absolute;
  top: 26rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.benefits_top .content_box {
  border-radius: 15rem;
  padding: 50rem 30rem 82rem;
  background: url(/assets/img/bg_top_benefits.jpg) no-repeat center/cover;
  position: relative;
}
.benefits_top .content_box .bg1 {
  position: absolute;
  top: -141rem;
  left: 52rem;
  transform: translateX(-100%);
  width: 396rem;
}
.benefits_top .content_box .bg2 {
  position: absolute;
  top: -161rem;
  right: 57rem;
  transform: translateX(100%);
  width: 372rem;
}
.benefits_top .content_box .content_ttl {
  width: 522rem;
  margin-left: auto;
  margin-right: auto;
}
.benefits_top .content_box .lead {
  font-size: 18rem;
  margin-top: 8rem;
  text-align: center;
  line-height: 1.5;
}
.benefits_top .content_box .col_wrap {
  margin-top: 64rem;
  display: flex;
  flex-wrap: wrap;
  gap: 52rem 22rem;
}
.benefits_top .content_box .col_wrap > li {
  position: relative;
  background-color: #fff;
  border-radius: 15rem;
  width: 438rem;
  padding: 45rem 22rem 40rem;
}
.benefits_top .content_box .col_wrap > li .num {
  width: 64rem;
  position: absolute;
  top: -34rem;
  left: 50%;
  transform: translateX(-50%);
}
.benefits_top .content_box .col_wrap > li .ttl {
  font-size: 25rem;
  font-weight: bold;
  color: #D22D26;
  line-height: 1.1;
  text-align: center;
}
.benefits_top .content_box .col_wrap > li .ttl small {
  font-size: 16rem;
}
.benefits_top .content_box .col_wrap > li .ttl .sub {
  font-size: 18px;
}
.benefits_top .content_box .col_wrap > li .ttl .ls_short {
  letter-spacing: -2rem;
}
.benefits_top .content_box .col_wrap > li .desc {
  margin-top: 17rem;
}
.benefits_top .content_box .col_wrap > li .notes {
  margin-top: 10rem;
}
.benefits_top .content_box .col_wrap > li .txt1 {
  font-size: 13rem;
  font-weight: bold;
  color: #D22D26;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 8rem auto 0;
  padding-left: 18rem;
}
.benefits_top .content_box .col_wrap > li .txt1::before {
  content: "";
  display: block;
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  background-color: #F39700;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.benefits_top .content_box .col_wrap > li .image {
  margin: 15rem auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.benefits_top .content_box .col_wrap > li dl dt {
  font-weight: bold;
  color: #D22D26;
  font-size: 20rem;
  display: flex;
  align-items: center;
  gap: 8rem;
  margin-top: 18rem;
}
.benefits_top .content_box .col_wrap > li dl dt span {
  display: inline-block;
}
.benefits_top .content_box .col_wrap > li dl dt .box_num {
  color: #fff;
  background-color: #D22D26;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
  width: 37rem;
  height: 37rem;
}
.benefits_top .content_box .col_wrap > li dl dd {
  margin-top: 10rem;
}

.bus_top {
  margin-top: 40rem;
}
.bus_top .content_box {
  border-radius: 15rem;
  background-color: #FEEB94;
  padding: 70rem 30rem 80rem;
}
.bus_top .content_box .content_ttl {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.bus_top .content_box .content_ttl::after {
  content: "";
  display: block;
  width: 612rem;
  height: 160rem;
  background: url(/assets/img/bg_top_bus_ttl.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.bus_top .content_box .content_ttl .sub {
  font-size: 20rem;
  font-weight: bold;
  letter-spacing: -1rem;
}
.bus_top .content_box .content_ttl .ttl {
  margin-top: -5rem;
  font-size: 38rem;
  font-weight: 900;
  color: #D22D26;
}
.bus_top .content_box .box_child {
  background-color: #fff;
  border-radius: 30rem;
  padding: 26rem 30rem 32rem;
  margin-top: 68rem;
}
.bus_top .content_box .box_child + .box_child {
  margin-top: 40rem;
}
.bus_top .content_box .box_child .box_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7rem;
}
.bus_top .content_box .box_child .box_ttl span {
  display: inline-block;
}
.bus_top .content_box .box_child .box_ttl .num_box {
  width: 37rem;
  height: 37rem;
  font-weight: bold;
  color: #fff;
  font-size: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
  background-color: #D22D26;
}
.bus_top .content_box .box_child .box_ttl .ttl {
  font-weight: bold;
  font-size: 20rem;
  color: #D22D26;
}
.bus_top .content_box .box_child .box_ttl .txt {
  margin-left: 5rem;
  font-size: 13rem;
  color: #D22D26;
}
.bus_top .content_box .box_child .pic {
  width: 780rem;
  margin: 28rem auto 0;
}
.bus_top .content_box .notes {
  width: -moz-fit-content;
  width: fit-content;
  margin: 20rem auto 0;
}

.hotel_top {
  margin-top: 130rem;
}
.hotel_top .hotel_container {
  margin-top: 38rem;
  width: 2300rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide {
  padding-left: 10rem;
  padding-right: 10rem;
}
.hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  background-color: #fff;
  border-radius: 30rem;
  padding: 20rem;
}
.hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a:hover .image img {
  transform: scale(1.05);
  filter: brightness(1.1);
}
.hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .image {
  height: 246rem;
  overflow: hidden;
}
.hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .name {
  font-weight: bold;
  margin-top: 8rem;
  font-size: 20rem;
}
.hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .star {
  margin-top: 10rem;
  color: #F3BB00;
}
.hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .desc {
  margin-top: 10rem;
  line-height: 2;
}
.hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .price {
  margin-top: 10rem;
  font-weight: bold;
  color: #D22D26;
  font-size: 30rem;
}
.hotel_top .hotel_container .swiper_btn_wrap {
  max-width: 1484rem;
}

.faq_top {
  margin-top: 125rem;
}
.faq_top .content_box {
  background-color: #fff;
  border-radius: 15rem;
  padding: 65rem 72rem 82rem;
}
.faq_top .content_box .content_ttl {
  font-size: 30rem;
  font-weight: 900;
  text-align: center;
}
.faq_top .content_box .anc_area {
  margin: 50rem auto 0;
  width: 760rem;
}
.faq_top .content_box .anc_area .heading {
  font-size: 18rem;
  font-weight: bold;
}
.faq_top .content_box .anc_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10rem 20rem;
  margin-top: 10rem;
}
.faq_top .content_box .anc_area ul + .heading {
  margin-top: 25rem;
}
.faq_top .content_box .anc_area ul li a {
  display: flex;
  align-items: center;
  width: 238rem;
  height: 50rem;
  border: 1px solid #B20700;
  border-radius: 60rem;
  padding-left: 20rem;
  position: relative;
  transition: 0.3s;
  line-height: 1.3;
}
.faq_top .content_box .anc_area ul li a::after {
  content: "";
  display: block;
  width: 9rem;
  height: 9rem;
  border-top: 2px solid #D22D26;
  border-right: 2px solid #D22D26;
  position: absolute;
  top: 50%;
  right: 15rem;
  transform: translateY(-50%) rotate(135deg);
  margin-top: -2rem;
}
.faq_top .content_box .anc_area ul li a:hover {
  opacity: 0.7;
}
.faq_top .content_box .float_faq_anc {
  position: fixed;
  top: 100rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  box-shadow: 0 4rem 0 rgba(0, 0, 0, 0.15);
  background-color: rgba(255, 255, 255, 0.95);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 10rem;
  display: none;
}
.faq_top .content_box .float_faq_anc .heading {
  font-weight: bold;
  font-size: 16rem;
  color: #f39700;
  text-align: center;
  position: absolute;
  top: 28rem;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -370rem;
}
.faq_top .content_box .float_faq_anc ul {
  display: flex;
  justify-content: center;
}
.faq_top .content_box .float_faq_anc ul li {
  height: 100%;
  position: relative;
}
.faq_top .content_box .float_faq_anc ul li a {
  font-size: 16rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 180rem;
  transition: 0.3s;
  font-weight: bold;
  position: relative;
  padding-bottom: 25rem;
  padding-top: 15rem;
}
.faq_top .content_box .float_faq_anc ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 3rem;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.faq_top .content_box .float_faq_anc ul li a::after {
  content: "";
  display: block;
  width: 8rem;
  height: 8rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  bottom: 12rem;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
}
.faq_top .content_box .float_faq_anc ul li a:hover {
  opacity: 0.8;
}
.faq_top .content_box .float_faq_anc ul li a.active::before {
  opacity: 1;
  background-color: #f39700;
}
.faq_top .content_box .float_faq_anc ul li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  border-left: 1px dashed #333;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq_top .content_box .cate_ttl {
  font-size: 24rem;
  font-weight: bold;
  text-align: center;
  padding-top: 40rem;
  position: relative;
}
.faq_top .content_box .cate_ttl::after {
  content: "";
  display: block;
  width: 50rem;
  height: 3rem;
  background-color: #f39700;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
}
.faq_top .content_box .cate_ttl + .ttl {
  margin-top: 25rem;
}
.faq_top .content_box .faq_cate {
  margin: 30rem auto 0;
  width: 760rem;
}
.faq_top .content_box .faq_cate + .faq_cate {
  margin-top: 26rem;
}
.faq_top .content_box .faq_cate .ttl {
  margin-top: 10rem;
  font-size: 20rem;
}
.faq_top .content_box .faq_cate dl dt,
.faq_top .content_box .faq_cate dl dd {
  position: relative;
  width: 100%;
  padding: 30rem 50rem;
}
.faq_top .content_box .faq_cate dl dt::before,
.faq_top .content_box .faq_cate dl dd::before {
  content: "";
  display: block;
  width: 55rem;
  height: 55rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  background: url(/assets/img/ico_faq_q.svg) no-repeat center/contain;
}
.faq_top .content_box .faq_cate dl dt {
  margin-top: 15rem;
  min-height: 90rem;
  display: flex;
  align-items: center;
  border: 1px solid #221815;
  box-shadow: 0 4rem 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.3s;
}
.faq_top .content_box .faq_cate dl dt::after {
  content: "";
  display: block;
  width: 15rem;
  height: 15rem;
  border-top: 4rem solid #221815;
  border-right: 4rem solid #221815;
  position: absolute;
  top: 30rem;
  right: 25rem;
  transform: rotate(135deg);
  transition: 0.3s;
}
.faq_top .content_box .faq_cate dl dt.open::after {
  top: 38rem;
  transform: rotate(-45deg);
}
.faq_top .content_box .faq_cate dl dt:hover {
  opacity: 0.7;
}
.faq_top .content_box .faq_cate dl dd {
  display: none;
}
.faq_top .content_box .faq_cate dl dd::before {
  background-image: url(/assets/img/ico_faq_a.svg);
}

footer .f_top {
  background-color: #EAEAEA;
}
footer .f_top .f_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 180rem;
}
footer .f_top .f_inner .nav_wrap {
  display: flex;
  justify-content: center;
  gap: 40rem;
}
footer .f_top .f_inner .pic1 {
  width: 58rem;
  position: absolute;
  top: 38rem;
  left: 107rem;
}
footer .f_top .f_inner .pic2 {
  width: 108rem;
  position: absolute;
  top: 60rem;
  right: 86rem;
}
footer .f_middle {
  background-color: #F4F2F0;
}
footer .f_middle .content_wrap {
  height: 120rem;
  display: flex;
  justify-content: center;
  gap: 40rem;
  align-items: center;
}
footer .f_middle .content_wrap .logo_wrap {
  display: flex;
  align-items: center;
}
footer .f_middle .content_wrap .logo_wrap .logo {
  position: relative;
}
footer .f_middle .content_wrap .logo_wrap .logo + .logo {
  margin-left: 30rem;
  padding-left: 30rem;
}
footer .f_middle .content_wrap .logo_wrap .logo + .logo::before {
  content: "";
  width: 1px;
  height: 60rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
footer .f_middle .content_wrap .logo_wrap .logo.g_visit {
  width: 200rem;
}
footer .f_middle .content_wrap .logo_wrap .logo.t_way {
  width: 153rem;
}
footer .f_bottom {
  background-color: #fff;
}
footer .f_bottom .f_inner {
  padding-top: 30rem;
  padding-bottom: 11rem;
}
footer .f_bottom .f_inner .logo_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20rem;
}
footer .f_bottom .f_inner .logo_wrap .col .flex_item {
  display: flex;
  align-items: center;
  gap: 20rem;
}
footer .f_bottom .f_inner .logo_wrap .col .jwt {
  width: 182rem;
}
footer .f_bottom .f_inner .logo_wrap .col .pmark {
  width: 81rem;
}
footer .f_bottom .f_inner .logo_wrap .col .company {
  font-weight: bold;
  text-align: center;
}
footer .f_bottom .f_inner .copyright {
  margin-top: 35rem;
  font-size: 12rem;
  text-align: center;
}

#top_btn {
  display: none;
  position: fixed;
  right: 50rem;
  bottom: 50rem;
  z-index: 100;
}
#top_btn a {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  line-height: 1.2;
  background-color: #fff;
  width: 69rem;
  height: 69rem;
  border-radius: 15rem;
  position: relative;
  color: #004386;
  font-size: 15rem;
  font-weight: bold;
  box-shadow: #C7C7C7 0rem 5rem 0rem;
  text-align: center;
  padding-top: 20rem;
}
#top_btn a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6rem solid transparent;
  border-right: 6rem solid transparent;
  border-bottom: 10rem solid #004386;
  position: absolute;
  left: 50%;
  top: 7rem;
  transform: translateX(-50%);
}
#top_btn a:hover {
  filter: brightness(0.9);
}

.under_page main {
  padding-top: 50rem;
  padding-bottom: 80rem;
}
.under_page .flow_wrap {
  margin: 46rem auto 0;
  max-width: 960rem;
}
.under_page .flow_wrap ul {
  display: flex;
  justify-content: center;
}
.under_page .flow_wrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160rem;
  height: 60rem;
  background-color: #A0A0A0;
  position: relative;
}
.under_page .flow_wrap ul li span {
  display: inline-block;
  color: #fff;
  line-height: 1.3;
  margin-left: -10rem;
}
.under_page .flow_wrap ul li::before, .under_page .flow_wrap ul li::after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 30rem solid #D22D26;
  border-left: 30rem solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.under_page .flow_wrap ul li::after {
  border-top: 30rem solid transparent;
  border-bottom: 30rem solid #D22D26;
  top: auto;
  bottom: 0;
}
.under_page .flow_wrap ul li.on {
  background-color: #fff;
}
.under_page .flow_wrap ul li.on span {
  color: #221815;
}
.under_page .flow_wrap ul li:last-child::before, .under_page .flow_wrap ul li:last-child::after {
  content: none;
}
.under_page .content_sec {
  margin-top: 58rem;
}
.under_page .content_sec .c_box {
  margin-top: 15rem;
}

@media screen and (min-width: 768px) {
  .sp_block {
    display: none !important;
  }
}
@media screen and (max-width: 1599px) {
  header .h_inner .logo a {
    width: 490rem;
  }
  header .h_inner .res_confirmed {
    margin-left: 25rem;
  }
  header .h_inner .nav_container nav ul {
    gap: 32rem;
  }
}
@media screen and (max-width: 1399px) {
  header .h_inner {
    padding-left: 15rem;
  }
  header .h_inner .logo a {
    width: 420rem;
  }
  header .h_inner .nav_container nav ul {
    gap: 25rem;
  }
}
@media screen and (max-width: 1279px) {
  html {
    font-size: 0.0781860829vw;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
  html {
    font-size: 0.2666666667vw;
  }
  body {
    line-height: 1.6;
    font-size: 14rem;
  }
  img {
    width: 100%;
  }
  .inner {
    width: 345rem;
  }
  .s_inner {
    width: 325rem;
  }
  .mt_l {
    margin-top: 80rem;
  }
  .mt_m {
    margin-top: 40rem;
  }
  .mt_s {
    margin-top: 16rem;
  }
  main {
    margin-top: 60rem;
  }
  .c_ttl {
    font-size: 25rem;
  }
  .c_ttl.kazari {
    padding-left: 32rem;
    padding-right: 32rem;
  }
  .c_ttl.kazari::before, .c_ttl.kazari::after {
    width: 25rem;
    height: 42rem;
    margin-top: 3rem;
  }
  .c_box {
    padding: 20rem 10rem;
  }
  .c_box + .c_box {
    margin-top: 50rem;
  }
  .c_box .c_label {
    width: 181rem;
  }
  .c_box .c_box_top .tag_wrap li {
    font-size: 10.5rem;
    height: 25rem;
    border-radius: 30rem;
  }
  .c_box .c_box_top .code {
    padding-left: 18rem;
  }
  .c_box .c_box_top .code::before {
    width: 15rem;
  }
  .c_box .c_tour_name {
    font-size: 16rem;
  }
  .c_box .c_term {
    font-size: 11rem;
  }
  .c_box .c_scdl_box {
    height: 45rem;
    margin-top: 10rem;
    padding: 12rem;
  }
  .c_box .c_scdl_box .departure {
    font-size: 14rem;
  }
  .c_box .c_b_heading {
    font-size: 16rem;
    padding-bottom: 5rem;
  }
  .c_form #theme_detail {
    width: 355rem;
    right: -23rem;
    padding: 25rem 15rem;
    border-radius: 8rem;
  }
  .c_form #theme_detail .checkbox_group label {
    width: 50%;
  }
  .c_entry_cnt select,
  .c_entry_cnt input[type=text] {
    min-height: 35rem;
    border-radius: 2.5rem;
  }
  .c_entry_cnt select.wide_s,
  .c_entry_cnt input[type=text].wide_s {
    width: 90rem;
  }
  .c_entry_cnt select.wide_m,
  .c_entry_cnt input[type=text].wide_m {
    width: 120rem;
  }
  .c_entry_cnt textarea {
    height: 200rem;
  }
  .c_entry_cnt .item + .item {
    margin-left: 12rem;
  }
  .c_entry_cnt .item label + input {
    margin-left: 14rem;
  }
  .c_entry_cnt .item.full {
    margin-left: 0;
  }
  .c_entry_cnt .item.ml0 {
    margin-left: 0;
  }
  .c_entry_cnt .item.ml_s {
    margin-left: 5rem;
  }
  .c_entry_cnt .item .select_wrap select {
    padding: 8rem 12rem;
    width: 78rem;
  }
  .c_entry_cnt .item .select_wrap select.slt_m {
    width: 100rem;
  }
  .c_entry_cnt .item .select_wrap::before, .c_entry_cnt .item .select_wrap::after {
    content: none;
  }
  .c_entry_cnt dl {
    flex-direction: column;
  }
  .c_entry_cnt dl dt,
  .c_entry_cnt dl dd {
    width: 100%;
    min-height: auto;
  }
  .c_entry_cnt dl dt {
    margin-top: 30rem;
  }
  .c_entry_cnt dl dt .heading {
    justify-content: flex-start;
    padding-left: 9rem;
    min-height: 40rem;
  }
  .c_entry_cnt dl dd {
    padding-left: 0;
    margin-top: 0;
    padding-top: 13rem;
  }
  .c_t_type table {
    border-spacing: 0 10rem;
  }
  .c_t_type table tr th,
  .c_t_type table tr td {
    min-height: 30rem;
    padding: 5rem 8rem;
    font-size: 12rem;
  }
  .c_t_type table tr th {
    width: 90rem;
  }
  .c_t_type table tr td {
    width: calc(100% - 90rem);
    line-height: 1.8;
  }
  .c_t_type table tr td .flex_item span.ttl {
    width: 45rem;
  }
  .c_t_type2 table tr th,
  .c_t_type2 table tr td {
    padding: 7rem 8rem;
    min-height: 45rem;
    font-size: 12rem;
  }
  .c_t_type2 table tr th::after {
    height: 2px;
  }
  .c_t_type2 table tr th + th {
    border-left-width: 2px;
  }
  .c_t_type2 table tr td:nth-child(1) {
    width: 110rem;
  }
  .c_t_type2 table tr td:nth-child(2) {
    width: 84rem;
  }
  .c_t_type2 table tr td:nth-child(3) {
    width: 45rem;
  }
  .swiper_btn_wrap {
    width: 100%;
  }
  .swiper_btn_wrap .swiper_btn {
    width: 35rem !important;
    height: 35rem !important;
  }
  .swiper_btn_wrap .swiper_btn::before {
    width: 8rem;
    height: 8rem;
  }
  .scrbar_wrap {
    position: relative;
  }
  .scrbar_wrap .swiper-scrollbar {
    width: 360rem !important;
    left: 2%;
    background-color: #B20700;
    height: 15rem;
  }
  .scrbar_wrap .swiper-scrollbar-drag {
    background-color: #D8D8D8;
    border-radius: 15rem;
  }
  header .h_inner {
    height: 60rem;
    padding-left: 8.5rem;
    padding-right: 7.5rem;
  }
  header .h_inner .logo {
    z-index: 2;
    position: relative;
  }
  header .h_inner .logo a {
    width: 254rem;
  }
  header .h_inner .nav_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transform: translateX(100%);
    transition: 0.3s;
    padding: 60rem 0rem 0;
  }
  header .h_inner .nav_container.active {
    transform: translateX(0);
  }
  header .h_inner .nav_container .nav_inner {
    height: 100%;
    padding: 40rem 0 0;
  }
  header .h_inner .nav_container nav {
    padding-left: 30rem;
    padding-right: 30rem;
  }
  header .h_inner .nav_container nav ul {
    flex-direction: column;
    gap: 26rem;
  }
  header .h_inner .nav_container .box_menu {
    position: static;
    width: auto;
    display: block;
    box-shadow: none;
    background-color: #F2F2F2;
    padding: 30rem;
    margin-top: 40rem;
  }
  header .h_inner .nav_container .box_menu .menu_top {
    margin-top: 36rem;
    padding: 36rem 0 0;
  }
  header .h_inner .nav_container .box_menu .menu_bottom {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  header .h_inner .nav_container .box_menu .menu_bottom .tel {
    font-size: 15rem;
    line-height: 1.4;
  }
  header .h_inner .nav_container .box_menu .menu_bottom .tel a {
    font-size: 20rem;
  }
  header .h_inner .res_confirmed {
    margin-left: 32.5rem;
  }
  header .h_inner .res_confirmed a {
    background-color: transparent;
    color: #221815;
    font-size: 10rem;
    padding: 24rem 0 0;
    display: block;
    width: 40rem;
  }
  header .h_inner .res_confirmed a::after {
    width: 24rem;
    height: 23rem;
    top: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(/assets/img/ico_res_confirmed_sp.svg);
  }
  header .h_inner .icon_ham {
    width: 50rem;
    height: 50rem;
    border-radius: 15rem;
    margin-left: 12rem;
  }
  header .h_inner .icon_ham span {
    width: 25rem;
    height: 4rem;
    border-radius: 2.5rem;
  }
  header .h_inner .icon_ham span:nth-child(2) {
    margin: 5rem auto;
  }
  header .h_inner .icon_ham.on span {
    height: 3rem;
  }
  header .h_inner .icon_ham.on span:nth-child(1) {
    top: 8rem;
  }
  header .h_inner .icon_ham.on span:nth-child(3) {
    top: -8rem;
  }
  .mv .bg {
    height: 275rem;
  }
  .mv .content_wrap {
    position: static;
    display: block;
    transform: none;
  }
  .mv .content_wrap .txt_wrap {
    position: absolute;
    top: 16rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .mv .content_wrap .txt_wrap .ttl {
    width: 235rem;
  }
  .mv .content_wrap .txt_wrap .sub_ttl {
    font-size: 14rem;
    margin-top: 10rem;
    padding: 5rem 0rem;
  }
  .mv .content_wrap .txt_wrap .sub_ttl span {
    font-size: 18rem;
  }
  .search_area {
    width: 100%;
    margin-top: -16rem;
    padding: 23rem 20rem;
    z-index: 1;
    position: relative;
    margin-left: 0;
  }
  .search_area .row + .row {
    margin-top: 15rem;
  }
  .search_area .row .item label {
    width: 30%;
  }
  .search_area .row .item .field {
    width: 70%;
  }
  .search_area .row .item .field input {
    min-height: 35rem;
  }
  .search_area .row .item .field .field_box {
    padding: 8rem 20rem;
    gap: 10rem;
  }
  .search_area .row .item .field .field_box small {
    display: none;
  }
  .search_area #people_detail {
    width: 355rem;
    border-radius: 8rem;
    padding: 20rem 25rem;
    right: -25rem;
    bottom: 16rem;
  }
  .search_area #people_detail .row + .row {
    margin-top: 20rem;
  }
  .search_area .submit_btn {
    margin-top: 20rem;
  }
  .search_area .submit_btn button {
    height: 45rem;
  }
  .tour_top {
    margin-top: 55rem;
  }
  .tour_top .tour_container {
    margin-top: 20rem;
    padding-bottom: 35rem;
    width: 906rem;
  }
  .tour_top .tour_container .swiper .swiper-wrapper .swiper-slide {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20rem 12.5rem;
  }
  .tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .route {
    width: 181rem;
    top: 8rem;
  }
  .tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .image {
    height: 165rem;
  }
  .tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .ttl {
    font-size: 16rem;
    line-height: 1.6;
    min-height: 110rem;
  }
  .tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .room_wrap {
    min-height: 50rem;
  }
  .tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .room_wrap .room {
    padding: 2rem 8rem;
  }
  .tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .price {
    font-size: 19rem;
    margin-top: 6rem;
  }
  .tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .txt {
    margin-top: 10rem;
  }
  .tour_top .tour_container .swiper .swiper-wrapper .swiper-slide .box .day {
    height: 25rem;
    font-size: 15rem;
  }
  .tour_top .scrollbar_wrap {
    position: relative;
  }
  .spot_top {
    margin-top: 55rem;
  }
  .spot_top::after {
    content: none;
  }
  .spot_top .content_wrap .box .bg {
    height: 232rem;
    border-radius: 15rem;
  }
  .spot_top .content_wrap .box .map {
    width: 238.5rem;
  }
  .spot_top .content_wrap .box .txt_guam {
    width: 148rem;
    top: 33rem;
    left: 12rem;
  }
  .spot_top .content_wrap .box .pic_wrap1 {
    left: 4rem;
    width: 61.5rem;
  }
  .spot_top .content_wrap .box .pic_wrap2 {
    width: 71.5rem;
    top: -12rem;
    right: -8rem;
  }
  .spot_top .content_wrap .box .desc {
    font-size: 13rem;
    line-height: 1.4;
    width: 160rem;
    bottom: 30rem;
    right: 6rem;
  }
  .spot_top .tab_area {
    margin-top: 32rem;
  }
  .spot_top .tab_area .tab_wrap li {
    font-size: 12rem;
    width: 108rem;
  }
  .spot_top .tab_area .tab_content {
    margin-top: 20rem;
  }
  .spot_top .spot_container {
    width: 600rem;
    padding-bottom: 35rem;
  }
  .spot_top .spot_container .swiper .swiper-wrapper .swiper-slide {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .spot_top .spot_container .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20rem 12.5rem;
    min-height: 335rem;
  }
  .spot_top .spot_container .swiper .swiper-wrapper .swiper-slide .box .image {
    width: 100%;
    height: 115rem;
  }
  .theme_top {
    margin-top: 55rem;
    padding-bottom: 70rem;
  }
  .theme_top::after {
    content: none;
  }
  .theme_top .content_wrap {
    margin-top: 32rem;
  }
  .theme_top .content_wrap ul {
    flex-wrap: wrap;
    gap: 14rem;
  }
  .theme_top .content_wrap ul li a {
    width: 165rem;
    height: 165rem;
  }
  .about_top {
    padding-top: 60rem;
    padding-bottom: 43rem;
  }
  .about_top .about_ttl {
    width: 322rem;
  }
  .about_top .lead {
    margin-top: 42rem;
    line-height: 1.8;
    font-size: 15rem;
  }
  .about_top .anc_area {
    margin-top: 40rem;
  }
  .about_top .anc_area ul {
    flex-wrap: wrap;
    gap: 20rem;
  }
  .about_top .anc_area ul li {
    width: 100%;
  }
  .about_top .anc_area ul li a {
    width: 100%;
    height: auto;
    padding: 15rem 15rem 12rem;
    box-shadow: 0 5rem 0 #D22D26;
    border-radius: 20rem;
    box-shadow: 0 3rem 0 #D22D26;
  }
  .about_top .anc_area ul li a .txt {
    font-size: 13rem;
    min-height: auto;
  }
  .about_top .anc_area ul li a .ttl {
    font-size: 22.5rem;
    min-height: auto;
    margin-top: 8rem;
  }
  .about_top .anc_area ul li a .arrow {
    width: 24rem;
  }
  .about_top .infinite_container {
    width: 1127rem;
    margin-top: 20rem;
  }
  .about_top .infinite_container .swiper .swiper-wrapper .swiper-slide .image {
    height: 119rem;
  }
  .rcmd_top {
    margin-top: 35rem;
  }
  .rcmd_top .content_box {
    padding: 20rem 15rem 28rem;
  }
  .rcmd_top .content_box .content_ttl .fkds {
    width: 89rem;
  }
  .rcmd_top .content_box .content_ttl .ttl {
    font-size: 14rem;
  }
  .rcmd_top .content_box .content_ttl .ttl span {
    font-size: 22.5rem;
  }
  .rcmd_top .content_box ul {
    padding-left: 0;
    padding-right: 0;
  }
  .rcmd_top .content_box ul li + li {
    margin-top: 18rem;
  }
  .rcmd_top .content_box ul li .catch {
    gap: 8rem;
  }
  .rcmd_top .content_box ul li .catch .pic {
    width: 40rem;
  }
  .rcmd_top .content_box ul li .catch .txt {
    font-size: 19rem;
  }
  .rcmd_top .content_box ul li .image {
    position: static;
    width: 250rem;
    margin: 15rem auto 0;
  }
  .benefits_top {
    margin-top: 40rem;
  }
  .benefits_top .content_box {
    padding: 110rem 8rem 40rem;
  }
  .benefits_top .content_box .content_ttl {
    width: 365rem;
    position: absolute;
    top: 10rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .benefits_top .content_box .lead {
    font-size: 14rem;
    font-weight: 500;
    margin-top: -6rem;
  }
  .benefits_top .content_box .col_wrap {
    margin-top: 32rem;
    gap: 38rem;
  }
  .benefits_top .content_box .col_wrap > li {
    padding: 25rem 18rem 20rem;
  }
  .benefits_top .content_box .col_wrap > li .num {
    width: 48rem;
    top: -26rem;
  }
  .benefits_top .content_box .col_wrap > li .ttl {
    font-size: 19rem;
  }
  .benefits_top .content_box .col_wrap > li .ttl small {
    font-size: 11.5rem;
  }
  .benefits_top .content_box .col_wrap > li .ttl .sub {
    font-size: 14rem;
  }
  .benefits_top .content_box .col_wrap > li .desc {
    margin-top: 8rem;
  }
  .benefits_top .content_box .col_wrap > li dl dt {
    gap: 6.5rem;
  }
  .benefits_top .content_box .col_wrap > li dl dt .box_num {
    width: 28rem;
    height: 28rem;
    border-radius: 3rem;
    font-size: 16rem;
  }
  .benefits_top .content_box .col_wrap > li dl dt .txt {
    font-size: 16rem;
  }
  .bus_top {
    margin-top: 20rem;
  }
  .bus_top .content_box {
    padding: 40rem 5rem 20rem;
  }
  .bus_top .content_box .content_ttl::after {
    width: 389rem;
    height: 109rem;
  }
  .bus_top .content_box .content_ttl .sub {
    font-size: 12.5rem;
  }
  .bus_top .content_box .content_ttl .ttl {
    font-size: 24rem;
  }
  .bus_top .content_box .box_child {
    margin-top: 40rem;
    padding: 13rem 0 32rem;
    position: relative;
  }
  .bus_top .content_box .box_child .box_ttl {
    flex-wrap: wrap;
  }
  .bus_top .content_box .box_child .box_ttl .txt {
    width: 100%;
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .bus_top .content_box .box_child .pic {
    width: 100%;
    margin-top: 12rem;
  }
  .bus_top .content_box .box_child .pinchin {
    width: 57.5rem;
    position: absolute;
    bottom: -14rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .bus_top .content_box .notes {
    padding: 0 15rem;
    line-height: 1.4;
  }
  .hotel_top {
    margin-top: 40rem;
  }
  .hotel_top .hotel_container {
    margin-top: 20rem;
    padding-bottom: 35rem;
    width: 846rem;
  }
  .hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a {
    padding: 20rem 12.5rem 25rem;
    border-radius: 15rem;
  }
  .hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .image {
    height: 165rem;
  }
  .hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .name {
    font-size: 16rem;
    min-height: 53rem;
  }
  .hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .desc {
    font-size: 13rem;
    line-height: 1.8;
  }
  .hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .price {
    font-size: 19rem;
    margin-top: 5rem;
  }
  .hotel_top .hotel_container .swiper .swiper-wrapper .swiper-slide a .star {
    margin-top: 0;
  }
  .faq_top {
    margin-top: 50rem;
  }
  .faq_top .content_box {
    padding: 20rem 15rem 30rem;
  }
  .faq_top .content_box .content_ttl {
    font-size: 25rem;
  }
  .faq_top .content_box .float_faq_anc {
    top: 50rem;
    padding-top: 25rem;
  }
  .faq_top .content_box .float_faq_anc .heading {
    top: 5rem;
    margin-left: 0;
  }
  .faq_top .content_box .float_faq_anc ul li a {
    width: 100rem;
    font-size: 15rem;
    padding-top: 10rem;
    padding-bottom: 20rem;
  }
  .faq_top .content_box .float_faq_anc ul li a::before {
    height: 3rem;
  }
  .faq_top .content_box .float_faq_anc ul li a::after {
    bottom: 9rem;
    width: 6rem;
    height: 6rem;
  }
  .faq_top .content_box .anc_area {
    margin-top: 22rem;
    width: 316rem;
  }
  .faq_top .content_box .anc_area .heading {
    font-size: 16rem;
    margin-top: 20rem;
  }
  .faq_top .content_box .anc_area ul {
    gap: 12rem 10rem;
  }
  .faq_top .content_box .anc_area ul li a {
    width: 152rem;
    height: 45rem;
    font-size: 13rem;
    border-radius: 30rem;
    padding-left: 10rem;
    padding-right: 25rem;
  }
  .faq_top .content_box .anc_area ul li a::after {
    right: 12rem;
    width: 7rem;
    height: 7rem;
  }
  .faq_top .content_box .faq_cate {
    width: 315rem;
    margin-top: 22rem;
  }
  .faq_top .content_box .faq_cate + .faq_cate {
    margin-top: 15rem;
  }
  .faq_top .content_box .faq_cate .ttl {
    font-size: 20rem;
  }
  .faq_top .content_box .faq_cate dl dt,
  .faq_top .content_box .faq_cate dl dd {
    padding: 15rem 42rem;
  }
  .faq_top .content_box .faq_cate dl dt::before,
  .faq_top .content_box .faq_cate dl dd::before {
    width: 45rem;
    height: 45rem;
    left: 12rem;
  }
  .faq_top .content_box .faq_cate dl dt {
    margin-top: 15rem;
    min-height: 70rem;
    box-shadow: 0 3rem 0 rgba(0, 0, 0, 0.15);
  }
  .faq_top .content_box .faq_cate dl dt::after {
    width: 10rem;
    height: 10rem;
    border-width: 3rem;
    top: 50%;
    right: 10rem;
    transform: translateY(-50%) rotate(135deg);
  }
  .faq_top .content_box .faq_cate dl dt.open::after {
    top: 30rem;
  }
  footer .f_top .f_inner {
    height: 220rem;
  }
  footer .f_top .f_inner .nav_wrap {
    flex-wrap: wrap;
    gap: 20rem 28rem;
  }
  footer .f_top .f_inner .pic1 {
    width: 62.5rem;
    top: 20rem;
    left: 0;
  }
  footer .f_top .f_inner .pic2 {
    width: 95rem;
    top: 116rem;
    right: -4rem;
  }
  footer .f_middle {
    padding-top: 25rem;
    padding-bottom: 28rem;
  }
  footer .f_middle .content_wrap {
    height: auto;
    gap: 0 14rem;
    flex-wrap: wrap;
  }
  footer .f_middle .content_wrap .txt {
    font-size: 14rem;
    width: 100%;
    text-align: center;
  }
  footer .f_middle .content_wrap .logo_wrap {
    padding-top: 20rem;
    flex-direction: column;
  }
  footer .f_middle .content_wrap .logo_wrap .logo + .logo {
    padding-left: 0;
    padding-top: 0;
    margin-top: 0;
  }
  footer .f_middle .content_wrap .logo_wrap .logo + .logo::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: 350rem;
  }
  footer .f_middle .content_wrap .logo_wrap .logo.g_visit {
    width: 175rem;
  }
  footer .f_middle .content_wrap .logo_wrap .logo.t_way {
    width: 120rem;
    margin-left: 0;
    padding-left: 0;
    margin-top: 25rem;
    padding-top: 25rem;
  }
  footer .f_bottom .f_inner {
    padding-bottom: 20rem;
  }
  footer .f_bottom .f_inner .logo_wrap {
    gap: 26rem;
    flex-direction: column-reverse;
  }
  footer .f_bottom .f_inner .logo_wrap .col .jwt {
    width: 142rem;
  }
  footer .f_bottom .f_inner .logo_wrap .col .pmark {
    width: 60rem;
  }
  footer .f_bottom .f_inner .copyright {
    margin-top: 25rem;
  }
  #top_btn {
    bottom: 25rem;
    right: 5rem;
  }
  #top_btn a {
    width: 60rem;
    height: 60rem;
    border-radius: 7.5rem;
    font-size: 14rem;
    padding-top: 18rem;
    box-shadow: #C7C7C7 0rem 2.5rem 0rem;
  }
  #top_btn a::before {
    border-bottom-width: 8rem;
  }
  .under_page main {
    padding-top: 38rem;
    padding-bottom: 40rem;
  }
  .under_page .flow_wrap {
    max-width: 362.5rem;
    margin-top: 21rem;
  }
  .under_page .flow_wrap ul li {
    width: 60rem;
    height: 50rem;
  }
  .under_page .flow_wrap ul li span {
    font-size: 11.5rem;
    text-align: center;
    margin-left: -5rem;
  }
  .under_page .flow_wrap ul li::before, .under_page .flow_wrap ul li::after {
    border-left-width: 11.5rem;
    border-top-width: 22.5rem;
  }
  .under_page .flow_wrap ul li::after {
    border-bottom-width: 22.5rem;
  }
  .under_page .content_sec + .content_sec {
    margin-top: 50rem;
  }
}/*# sourceMappingURL=style.css.map */