.colorRed {
  color: red;
}

.c_ttl {
  font-weight: bold;
}

.flow_wrap {
  margin-top: 0;
}

.swiper .btn_start {
  cursor: pointer;
  position: absolute;
  bottom: 12rem;
  left: 14rem;
  width: 0;
  height: 0;
  border-left: 12rem solid #fff;
  border-top: 8rem solid transparent;
  border-bottom: 8rem solid transparent;
  z-index: 2;
  display: none;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 5rem;
  height: 5rem;
  background-color: #333;
  margin: 0 8rem !important;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D22D26;
}

.main_catch {
  margin-top: 55rem;
}
.main_catch .price {
  margin-top: 10rem;
  font-size: 30rem;
  font-weight: bold;
  color: #D22D26;
}
.main_catch .card {
  margin-top: 8rem;
  color: #fff;
  font-weight: bold;
  height: 30rem;
  padding: 0 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F39700;
  width: -moz-fit-content;
  width: fit-content;
}
.main_catch .image {
  margin-top: 20rem;
  height: 450rem;
}
.main_catch .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hotel_used .c_box .name_wrap {
  padding-bottom: 20rem;
  border-bottom: 1px solid #004386;
}
.hotel_used .c_box .name_wrap .main_txt {
  font-size: 40rem;
  font-weight: bold;
}
.hotel_used .c_box .name_wrap .sub_txt {
  font-weight: bold;
  margin-top: 10rem;
}
.hotel_used .c_box .rank {
  margin-top: 10rem;
}
.hotel_used .c_box .rank span {
  color: #F3BB00;
  font-size: 20rem;
  font-weight: bold;
}
.hotel_used .c_box .col_wrap {
  display: flex;
  margin-top: 28rem;
}
.hotel_used .c_box .col_wrap .img_box {
  width: 280rem;
  height: 280rem;
}
.hotel_used .c_box .col_wrap .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel_used .c_box .col_wrap .txt_box {
  width: calc(100% - 280rem);
  padding-right: 20rem;
}
.hotel_used .c_box .col_wrap .txt_box .desc {
  text-align: justify;
  line-height: 1.8;
}
.hotel_used .c_box .col_wrap .txt_box .info {
  margin-top: 28rem;
}
.hotel_used .c_box .col_wrap .txt_box .info p {
  display: flex;
  gap: 2rem;
}
.hotel_used .c_box .col_wrap .txt_box .info p span {
  display: inline-block;
}
.hotel_used .c_box .col_wrap .txt_box .info p + p {
  margin-top: 3rem;
}
.hotel_used .c_box .room_detail {
  margin-top: 28rem;
  display: flex;
  background-color: #F2F2F2;
}
.hotel_used .c_box .room_detail .img_box {
  width: 280rem;
  position: relative;
}
.hotel_used .c_box .room_detail .img_box .swiper .swiper-wrapper .swiper-slide {
  height: 160rem;
}
.hotel_used .c_box .room_detail .img_box .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel_used .c_box .room_detail .img_box .swiper-pagination {
  bottom: -25rem;
}
.hotel_used .c_box .room_detail .txt_box {
  width: calc(100% - 280rem);
  padding: 12rem 15rem 22rem;
}
.hotel_used .c_box .room_detail .txt_box .rname span {
  font-weight: bold;
}
.hotel_used .c_box .room_detail .txt_box .txt {
  margin-top: 15rem;
  line-height: 1.8;
}
.hotel_used .c_box .benefits {
  margin-top: 45rem;
}
.hotel_used .c_box .benefits .heading {
  text-align: center;
  font-weight: bold;
  font-size: 23rem;
  color: #B20700;
}
.hotel_used .c_box .benefits .heading span {
  font-size: 23rem;
}
.hotel_used .c_box .benefits .grade_box {
  margin-top: 12rem;
  background: url(/assets/img/tour_detail/bg_grade.png) no-repeat center/cover;
  padding: 30rem 30rem 65rem;
  position: relative;
  display: flex;
  align-items: center;
}
.hotel_used .c_box .benefits .grade_box.bg_none {
  background-image: none;
}
.hotel_used .c_box .benefits .grade_box::after {
  content: "";
  position: absolute;
  top: 3rem;
  left: 3rem;
  right: 3rem;
  bottom: 3rem;
  display: block;
  border: 1px solid #532000;
  box-sizing: border-box;
}
.hotel_used .c_box .benefits .grade_box .img_box {
  width: 300rem;
  height: 215rem;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
.hotel_used .c_box .benefits .grade_box .img_box .swiper .swiper-wrapper .swiper-slide {
  height: 215rem;
}
.hotel_used .c_box .benefits .grade_box .img_box .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hotel_used .c_box .benefits .grade_box .img_box .swiper-pagination {
  bottom: -30rem;
}
.hotel_used .c_box .benefits .grade_box .txt_box {
  width: calc(100% - 300rem);
  padding-right: 40rem;
}
.hotel_used .c_box .benefits .grade_box .txt_box .name {
  font-size: 23rem;
  font-weight: bold;
  color: #532000;
}
.hotel_used .c_box .benefits .grade_box .txt_box .txt {
  margin-top: 15rem;
  line-height: 1.8;
}
.hotel_used .c_box .map_wrap {
  margin-top: 40rem;
  width: 960rem;
  transform: translateX(-30rem);
}
.hotel_used .c_box .map_wrap iframe {
  height: 450rem;
}

.schedule .c_box .content_wrap {
  display: flex;
  align-items: center;
}
.schedule .c_box .content_wrap + .content_wrap {
  margin-top: 30rem;
}
.schedule .c_box .content_wrap .sDay {
  width: 100rem;
}
.schedule .c_box .content_wrap .dayBox {
  width: calc(100% - 100rem);
  padding-left: 32rem;
  border-left: 1px solid #004386;
}
.schedule .c_box .content_wrap .dayBox .scheTitle + .scheTitle {
  margin-top: 20rem;
}
.schedule .c_box .content_wrap .dayBox .scheTitle .time {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100rem;
  height: 40rem;
  border: 1px solid #A0A0A0;
  border-radius: 10rem;
}
.schedule .c_box .content_wrap .dayBox .sCity {
  padding-left: 35rem;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.schedule .c_box .content_wrap .dayBox .sCity::before {
  content: "";
  display: block;
  width: 27rem;
  height: 18rem;
  background: url(/assets/img/ico_staybed.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.t_conditions .c_box dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.t_conditions .c_box dl dt,
.t_conditions .c_box dl dd {
  padding: 25rem 38rem 20rem;
  border-bottom: 1px solid #707070;
}
.t_conditions .c_box dl dt {
  font-weight: bold;
  text-align: left;
  width: 238rem;
  padding-left: 0;
}
.t_conditions .c_box dl dd {
  width: calc(100% - 238rem);
  position: relative;
}
.t_conditions .c_box dl dd::before {
  content: "";
  display: block;
  width: 1px;
  height: 62%;
  background-color: #46C6C1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.t_conditions .c_box dl dd small {
  font-size: 13rem;
}

.fixed_btn_wrap {
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.fixed_btn_wrap ul li a {
  display: block;
  border-radius: 15rem;
  width: 160rem;
  height: 160rem;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  font-size: 22rem;
  text-align: center;
  padding-top: 26rem;
  position: relative;
  box-shadow: 0 6rem 0 rgba(0, 0, 0, 0.15);
  transition: 0.3s;
}
.fixed_btn_wrap ul li a::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 7rem solid transparent;
  border-bottom: 7rem solid transparent;
  border-left: 10rem solid #fff;
  position: absolute;
  left: 50%;
  bottom: 18rem;
  transform: translateX(-50%);
  transition: 0.3s;
}
.fixed_btn_wrap ul li a:hover {
  filter: brightness(1.1);
}
.fixed_btn_wrap ul li.btn_cld a {
  background-color: #3C83D6;
  border: 1px solid #3C83D6;
}
.fixed_btn_wrap ul li.btn_tel a {
  background-color: #46C6C1;
  border: 1px solid #46C6C1;
}

.calendar_cnt .c_box {
  padding-bottom: 60rem;
}
.calendar_cnt .caution1ll {
  text-align: center;
  font-weight: bold;
  color: #D22D26;
}
.calendar_cnt .caution1ll span {
  font-size: 13rem;
  font-weight: normal;
}
.calendar_cnt .bBox {
  text-align: left;
  min-height: 90rem;
}
.calendar_cnt .bBox.boxLink2:hover {
  background-color: #E8F7FF;
}
.calendar_cnt .bBox.boxLink2 a {
  color: #3277C4;
}
.calendar_cnt .bBox .pStatus {
  text-align: center;
  font-size: 20rem;
  line-height: 1.6;
  margin-top: 5rem;
}
.calendar_cnt .bottom_txt {
  margin-top: 10rem;
  font-size: 16rem;
  /* text-align: center; */
  line-height: 1.5;
  margin-top: 10rem;
  color: #D22D26;
}

.calendar_cnt .content li {
  background: #ffffff;
}
.calendar_cnt .cTable {
  border-collapse: collapse;
  width: 100%;
}
.calendar_cnt .cTable tr td:first-child .cDate {
  color: #D22D26;
}
.calendar_cnt .cTable tr td:last-child .cDate {
  color: #3C83D6;
}
.calendar_cnt .cTableM {
  display: none;
}
.calendar_cnt .cTable th {
  border: solid 1px #707070;
  padding: 5rem;
  font-weight: bold;
  text-align: center;
  width: 14.285%;
}
.calendar_cnt .cTable th.holiday {
  color: #D22D26;
}
.calendar_cnt .cTable th.weekend {
  color: #3C83D6;
}
.calendar_cnt .cTable td {
  width: 14.285%;
  vertical-align: top;
  padding: 5rem;
}
.calendar_cnt .cDate {
  font-size: 16rem;
  background-color: #F2F2F2;
  border-bottom: 1px solid #EDEDED;
  padding: 2rem;
  text-align: center;
}
.calendar_cnt .cTable td.pPrice {
  border: solid 1px #707070;
  text-align: right;
}
.calendar_cnt .cTable td .aPrice {
  font-weight: bold;
  font-size: 15rem;
  text-align: center;
}
.calendar_cnt .cTable td .cPrice {
  font-weight: normal;
  font-size: 15rem;
  text-align: center;
}
.calendar_cnt td.mMonth {
  text-align: center;
}
.calendar_cnt .cMonth_wrap {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 24rem auto 30rem;
}
.calendar_cnt .cMonth_wrap::after {
  content: "";
  display: block;
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: 50%;
  right: 15rem;
  transform: translateY(-50%) rotate(135deg);
  z-index: 2;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin-top: 0;
}
.calendar_cnt .cMonth_wrap select.cMonth {
  cursor: pointer;
  font-size: 24rem;
  padding: 5rem 20rem;
  background-color: #F2F2F2;
  border-radius: 10rem;
  border: 1px solid #C6C6C6;
  width: 220rem;
  /* height: 56rem; */
  font-size: 26rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #top_btn {
    bottom: 85rem;
  }
  .flow_wrap {
    margin-top: 0;
  }
  .main_catch {
    margin-top: 40rem;
  }
  .main_catch .price {
    font-size: 19rem;
  }
  .main_catch .card {
    font-size: 11rem;
  }
  .main_catch .image {
    height: 168rem;
  }
  .hotel_used .c_box .name_wrap {
    padding-bottom: 12rem;
  }
  .hotel_used .c_box .name_wrap .main_txt {
    font-size: 22.5rem;
  }
  .hotel_used .c_box .name_wrap .sub_txt {
    font-size: 10.5rem;
    margin-top: 5rem;
  }
  .hotel_used .c_box .rank {
    margin-top: 8rem;
    font-size: 13rem;
  }
  .hotel_used .c_box .rank span {
    font-size: 13rem;
  }
  .hotel_used .c_box .col_wrap {
    flex-direction: column;
    margin-top: 18rem;
  }
  .hotel_used .c_box .col_wrap .txt_box {
    width: 100%;
    padding-right: 0;
  }
  .hotel_used .c_box .col_wrap .txt_box .info {
    margin-top: 20rem;
  }
  .hotel_used .c_box .col_wrap .txt_box .info p + p {
    margin-top: 6rem;
  }
  .hotel_used .c_box .col_wrap .img_box {
    width: 100%;
    height: 325rem;
    margin-top: 20rem;
  }
  .hotel_used .c_box .room_detail {
    flex-direction: column;
  }
  .hotel_used .c_box .room_detail .txt_box {
    width: 100%;
    padding: 12rem;
  }
  .hotel_used .c_box .room_detail .txt_box .rname,
  .hotel_used .c_box .room_detail .txt_box .txt {
    font-size: 13rem;
  }
  .hotel_used .c_box .room_detail .img_box {
    width: 290rem;
    padding-bottom: 35rem;
    margin-left: auto;
    margin-right: auto;
  }
  .hotel_used .c_box .room_detail .img_box .swiper .swiper-wrapper .swiper-slide {
    height: 176rem;
  }
  .hotel_used .c_box .room_detail .img_box .swiper-pagination {
    bottom: 14rem;
  }
  .hotel_used .c_box .benefits {
    margin-top: 25rem;
  }
  .hotel_used .c_box .benefits .grade_box {
    flex-direction: column;
    background-image: url(/assets/img/tour_detail/bg_grade_sp.png);
    padding-bottom: 45rem;
  }
  .hotel_used .c_box .benefits .grade_box .txt_box {
    width: 100%;
    padding-right: 0;
  }
  .hotel_used .c_box .benefits .grade_box .txt_box .name {
    font-size: 17rem;
  }
  .hotel_used .c_box .benefits .grade_box .txt_box .txt {
    line-height: 1.6;
    margin-top: 6rem;
  }
  .hotel_used .c_box .benefits .grade_box .img_box {
    width: 100%;
    margin-top: 20rem;
  }
  .hotel_used .c_box .benefits .grade_box .img_box .swiper-pagination {
    bottom: -20rem;
  }
  .hotel_used .c_box .map_wrap {
    margin-top: 20rem;
    width: 100%;
    transform: none;
  }
  .schedule .c_box .content_wrap {
    flex-direction: column;
  }
  .schedule .c_box .content_wrap + .content_wrap {
    margin-top: 15rem;
  }
  .schedule .c_box .content_wrap .sDay {
    width: 100%;
    font-size: 16rem;
  }
  .schedule .c_box .content_wrap .dayBox {
    width: 100%;
    border-left: none;
    border-top: 1px solid #004386;
    padding-left: 0;
  }
  .schedule .c_box .content_wrap .dayBox .scheTitle {
    margin-top: 16rem;
    align-items: flex-start;
  }
  .schedule .c_box .content_wrap .dayBox .scheTitle + .scheTitle {
    margin-top: 9rem;
  }
  .schedule .c_box .content_wrap .dayBox .scheTitle .time {
    width: 60rem;
    height: 26rem;
    border-radius: 7.5rem;
  }
  .schedule .c_box .content_wrap .dayBox .sCity {
    margin-top: 16rem;
  }
  .t_conditions .c_box {
    padding-top: 0;
    padding-bottom: 40rem;
  }
  .t_conditions .c_box dl dt,
  .t_conditions .c_box dl dd {
    width: 100%;
  }
  .t_conditions .c_box dl dt {
    border-bottom: none;
    padding: 24rem 0 10rem;
  }
  .t_conditions .c_box dl dt + dd {
    padding-bottom: 15rem;
  }
  .t_conditions .c_box dl dd {
    padding: 0;
  }
  .t_conditions .c_box dl dd::before {
    content: none;
  }
  .fixed_btn_wrap {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    transform: none;
  }
  .fixed_btn_wrap ul {
    width: 100%;
    display: flex;
  }
  .fixed_btn_wrap ul li {
    width: 50%;
  }
  .fixed_btn_wrap ul li a {
    width: 100%;
    height: 70rem;
    border-radius: 15rem 15rem 0 0;
    font-size: 18rem;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
  }
  .fixed_btn_wrap ul li a::before {
    top: 50%;
    left: auto;
    right: 7rem;
    transform: translateY(-50%);
    border-top-width: 5rem;
    border-bottom-width: 5rem;
    border-left-width: 7rem;
  }
  .calendar_cnt .c_box {
    padding: 20rem 0rem;
  }
  .calendar_cnt .c_box .bottom_txt {
    text-align: left;
    font-size: 10.5rem;
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .calendar_cnt .cDate {
    font-size: 9rem;
    margin: 1rem 1rem 3rem;
  }
  .calendar_cnt .cTable th {
    font-size: 10rem;
  }
  .calendar_cnt .cTable td {
    padding: 1rem;
  }
  .calendar_cnt .cTable td .aPrice {
    font-size: 8rem;
  }
  .calendar_cnt .cTable td .cPrice {
    font-size: 8rem;
  }
  .calendar_cnt .bBox {
    font-size: 8.5rem;
    min-height: 50rem;
  }
  .calendar_cnt .bBox .pStatus {
    font-size: 8.5rem;
  }
  .calendar_cnt .cMonth_wrap select.cMonth {
    font-size: 20rem;
    text-align: center;
  }
}/*# sourceMappingURL=tour_detail.css.map */