@charset "UTF-8";

/*-----------------------------------------
  下層　共通事項
-------------------------------------------*/

#hotel_lp {
  line-height: 1.6;
  width: 100%;
  color: #555;
}

#hotel_lp img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
}

#hotel_lp .center {
  text-align: center;
}

#hotel_lp .dis_pc {
  display: none;
}

#hotel_lp .dis_tab {
  display: none;
}

#hotel_lp .dis_sp {
  display: block;
}

#hotel_lp em {
  font-style: normal;
}

#hotel_lp .topimg {
  width: 100%;
  position: relative;
}

#hotel_lp .topimg::before {
  content: "";
  display: block;
  padding-top: 55%;
}

#hotel_lp .topimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#hotel_lp .topimg h1 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  bottom: 0;
  padding: 2%;
  font-size: 1.7rem;
  line-height: 1.4;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  width: 100%;
}

#hotel_lp .topimg .info_copy {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  background: #FC5555;
  padding: 0 1.5% 0 2%;
  line-height: 40px;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 10;
}

#hotel_lp .topimg .info_copy::after {
  position: absolute;
  top: 0;
  display: block;
  height: 0;
  content: '';
  border: 20px solid #FC5555;
  right: -18px;
  border-right-width: 12px;
  border-right-color: transparent;
  z-index: -1;
}

#hotel_lp .main_column {
  width: 92%;
  margin: 10px auto 0;
}

#hotel_lp .side_column {
  display: none;
}

#hotel_lp .lead {
  font-size: 1.3rem;
}

#hotel_lp .anker {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 15px 0 20px;
}

#hotel_lp .anker li {
  flex: 0 0 31%;
  border: 1px solid #00A7B1;
  border-radius: 50px;
}

#hotel_lp .anker li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
  color: #00A7B1;
  font-size: 1.0rem;
  padding: 8px 5px 5px;
  text-align: center;
}

#hotel_lp .anker li a span {
  padding-bottom: 3px;
}

#hotel_lp .anker li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #00A7B1;
  border-bottom: 1px solid #00A7B1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hotel_lp h2 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
  color: #00A7B1;
  text-align: center;
}

#hotel_lp h2::before {
  display: block;
  font-family: 'Yellowtail', cursive;
  font-size: 4.0rem;
  font-weight: normal;
  margin-bottom: 5px;
}

#hotel_lp h2 small {
  font-size: 1.3rem;
  display: block;
  padding-bottom: 3px;
}

#hotel_lp h2.main_tour::before {
  content: "Tour";
}

#hotel_lp h2.best5::before {
  content: "Hotel Best 5";
}

#hotel_lp h2.reasonable::before {
  content: "Reasonable Hotels";
}

#hotel_lp h2.special::before {
  content: "Special";
}

#hotel_lp h2.sp_search::before {
  content: "Tour Search";
}

#hotel_lp h2.contact::before {
  content: "Contact Us";
}

#hotel_lp .link_btn {
  background: #00A7B1;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 10px 25px 10px 15px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 90%;
  position: relative;
}

#hotel_lp .link_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}

#hotel_lp .link_btn:hover {
  opacity: 0.75;
}

#hotel_lp .link_btn.red_btn {
  background: #FC5555;
}

#hotel_lp .link_btn + .link_btn {
  margin-top: 10px;
}

#hotel_lp .sec_tour {
  margin: 0 -4% 30px;
}

#hotel_lp .sec_tour .tour_tab {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid #00A7B1;
  margin-top: 15px;
  padding: 0 4%;
}

#hotel_lp .sec_tour .tour_tab li {
  background: #fff;
  flex: 0 1 24%;
  border-radius: 3px 3px 0 0;
  border: 1px solid #00A7B1;
  border-bottom: none;
  padding: 5px;
  margin: 0 0.5%;
  text-align: center;
  color: #00A7B1;
  transition: all .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#hotel_lp .sec_tour .tour_tab li:hover {
  cursor: pointer;
  background: #00A7B1;
  color: #fff;
}

#hotel_lp .sec_tour .tour_tab li.is_active {
  background: #00A7B1;
  color: #fff;
}

#hotel_lp .sec_tour .tour_tab li.is_active:hover {
  opacity: 1;
  cursor: default;
}

#hotel_lp .sec_tour .tour_panel {
  display: none;
}

#hotel_lp .sec_tour .tour_panel.is_active {
  display: block;
}

#hotel_lp .sec_tour .tour_dep_bl {
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  margin-bottom: 15px;
}

#hotel_lp .sec_tour .tour_dep_bl li {
  flex: 0 0 48%;
  margin-top: 15px;
  border-bottom: 1px dashed #00A7B1;
}

#hotel_lp .sec_tour .tour_dep_bl li a {
  display: flex;
  padding-bottom: 15px;
}

#hotel_lp .sec_tour .tour_dep_bl li a:hover {
  opacity: 0.75;
}

#hotel_lp .sec_tour .tour_dep_bl .tour_txt {
  flex: 0 0 64%;
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 15px;
}

#hotel_lp .sec_tour .tour_dep_bl .tour_txt .tour_tit {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: bold;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 8px;
}

#hotel_lp .sec_tour .tour_dep_bl .tour_txt .tour_price {
  font-size: 1.9rem;
  line-height: 1;
  color: #FC5555;
  font-weight: bold;
  position: relative;
  width: 100%;
}

#hotel_lp .sec_tour .tour_dep_bl .tour_txt .tour_price::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: #00A7B1;
  border-radius: 50%;
  margin-left: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}

#hotel_lp .sec_tour .tour_dep_bl .tour_txt .tour_price::after {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 9px;
  bottom: 8px;
}

#hotel_lp .sec_tour .tour_dep_bl .tour_ph {
  position: relative;
  width: 36%;
  order: 1;
  background: #fff;
}

#hotel_lp .sec_tour .tour_dep_bl .tour_ph::before {
  content: "";
  display: block;
  padding-top: 67%;
}

#hotel_lp .sec_tour .tour_dep_bl .tour_ph img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

#hotel_lp .ranking_wrap {
  margin: 15px -4% 30px;
  overflow-y: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

#hotel_lp .ranking_wrap .ranking {
  display: flex;
  counter-reset: number 0;
  color: #333;
}

#hotel_lp .ranking_wrap .ranking li {
  border: 3px solid #ccc;
  padding: 12px;
  margin: 0 0 20px 15px;
  min-width: 70%;
}

#hotel_lp .ranking_wrap .ranking li .rank {
  counter-increment: number 1;
  content: counter(number);
  color: #fff;
  font-weight: bold;
  width: 37px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: #555;
  float: left;
}

#hotel_lp .ranking_wrap .ranking li .hotel_name {
  width: calc(100% - 50px);
  font-weight: bold;
  font-size: 1.6rem;
  float: right;
}

#hotel_lp .ranking_wrap .ranking li .hotel_data {
  clear: both;
  font-size: 1.2rem;
  padding: 10px 0;
  line-height: 1;
}

#hotel_lp .ranking_wrap .ranking li .hotel_h {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 5px 0;
}

#hotel_lp .ranking_wrap .ranking li .summary {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 10px;
}

#hotel_lp .ranking_wrap .ranking li .link_btn {
  width: 100%;
  max-width: none;
}

#hotel_lp .ranking_wrap .ranking li.rank1 {
  border-color: #CCC33C;
}

#hotel_lp .ranking_wrap .ranking li.rank1 .rank {
  background: #CCC33C;
}

#hotel_lp .ranking_wrap .ranking li.rank2 {
  border-color: #B2B2B2;
}

#hotel_lp .ranking_wrap .ranking li.rank2 .rank {
  background: #B2B2B2;
}

#hotel_lp .ranking_wrap .ranking li.rank3 {
  border-color: #DCA55E;
}

#hotel_lp .ranking_wrap .ranking li.rank3 .rank {
  background: #DCA55E;
}

#hotel_lp #special {
  margin-bottom: 30px;
}

#hotel_lp #special .sp_bnr_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
}

#hotel_lp #special .sp_bnr_list li {
  width: 48%;
  margin-bottom: 15px;
}

#hotel_lp #special .sp_bnr_list li img {
  width: 100%;
  height: auto;
}

#hotel_lp #special .more_btn {
  width: 40%;
  margin: 0 auto;
  color: #00A7B1;
  border: 1px solid #00A7B1;
  padding: 10px 20px 10px 10px;
  text-align: center;
  position: relative;
  border-radius: 50px;
  display: none;
}

#hotel_lp #special .more_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-right: 1px solid #00A7B1;
  border-bottom: 1px solid #00A7B1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -6px;
}

#hotel_lp #special .more_btn.is_active::after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: -3px;
}

#hotel_lp #special .more_btn:hover {
  cursor: pointer;
  opacity: 0.75;
}

#hotel_lp #sp_search {
  background: #EBFAFB;
  margin: 0 -4%;
  padding: 20px 0 0;
}

#hotel_lp #contact {
  background: #EBFAFB;
  margin: 0 -4%;
  padding: 20px 0 30px;
}

#hotel_lp #contact .box {
  border: 1px solid #ccc;
  background: #fff;
  padding: 20px;
  margin: 15px;
}

#hotel_lp #contact .box .contact_txt {
  margin-bottom: 20px;
}

#hotel_lp #contact .box .link_btn {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
}

#hotel_lp #contact .box .fo_btn {
  background: #fff;
  border: 1px solid #00A7B1;
  color: #00A7B1;
  margin-top: 15px;
}

#hotel_lp #contact .box .fo_btn::after {
  border-right-color: #00A7B1;
  border-bottom-color: #00A7B1;
}

#hotel_lp #contact .box .tel_num {
  font-weight: bold;
  font-size: 5.0rem;
  font-family: "Arial", Gadget, "sans-serif";
  color: #555;
  text-align: center;
  line-height: 1;
}

#hotel_lp #contact .box .tel_num::before {
  content: "\f095";
  display: inline-block;
  padding-left: 5px;
  font-family: "Font Awesome 5 Free";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  font-size: 75%;
}

#hotel_lp form input,
#hotel_lp form textarea,
#hotel_lp form select,
#hotel_lp form button {
  margin: 0;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #444;
  font-size: 1.6rem;
  width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Verdana, "メイリオ", Meiryo, sans-serif;
}

#hotel_lp #search {
  /*@include pc{
			.tour_search{
				-ms-overflow-style: scrollbar;
    		overflow: auto;
			}
		}*/
  /*@include pc{
			.pc_flex{
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				& > div{
					flex-basis: 48%;
					&.not50{
						flex-basis: 100%;
					}
				}
			}
		}*/
}

#hotel_lp #search select,
#hotel_lp #search input[type="text"] {
  border: 1px solid #ccc;
  padding: 10px;
}

#hotel_lp #search h2 {
  background: #444;
  font-weight: bold;
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  padding: 15px;
}

#hotel_lp #search .search_wrap {
  padding: 5px 5%;
}

#hotel_lp #search .form_tit {
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 5px;
  margin: 10px 0 5px;
}

#hotel_lp #search .form_tit.req::after {
  font-size: 1.1rem;
  color: #FC5555;
}

#hotel_lp #search .form_tit::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 5px;
  font-size: 1.6rem;
}

#hotel_lp #search .form_tit_purpose::before {
  content: "\f3c5";
}

#hotel_lp #search .form_tit_depday::before {
  content: "\f073";
}

#hotel_lp #search .form_tit_days::before {
  content: "\f783";
}

#hotel_lp #search .form_tit_hotel::before {
  content: "\f236";
}

#hotel_lp #search .form_tit_sp::before {
  content: "\f00c";
}

#hotel_lp #search .form_tit_sp::before {
  content: "\f00c";
}

#hotel_lp #search .form_tit_budget::before {
  content: "\f157";
}

#hotel_lp #search .form_tit_keyword::before {
  content: "\f4ad";
}

#hotel_lp #search .form_info {
  color: #FC5555;
  font-size: 1.1rem;
  margin-top: -5px;
}

#hotel_lp #search .form_box {
  margin-bottom: 8px;
  display: flex;
}

#hotel_lp #search .form_box > div {
  flex-grow: 1;
}

#hotel_lp #search .form_box .purpose {
  flex: 0 0 30%;
}

#hotel_lp #search .form_box .purpose::after {
  content: none;
}

#hotel_lp #search .form_box .purpose select {
  border-right: none;
}

#hotel_lp #search .form_box .purpose_area {
  flex: 0 0 53%;
}

#hotel_lp #search .form_box #purpose_btn {
  background: #444;
  border-radius: 3px;
  color: #fff;
  font-size: 1.05rem;
  padding: 5px;
  flex: 0 0 15%;
  margin: 2% 0 2% 2%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hotel_lp #search .form_box span.budget {
  align-self: center;
  margin: 0 2%;
}

#hotel_lp #search #purpose_02 {
  display: none;
}

#hotel_lp #search .row_group {
  display: flex;
  justify-content: space-between;
  margin-top: -5px;
}

#hotel_lp #search .row_group > div {
  flex: 0 1 48.5%;
}

#hotel_lp #search .form_label {
  position: relative;
}

#hotel_lp #search .form_label::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #FC5555;
  border-bottom: 1px solid #FC5555;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}

#hotel_lp #search .form_btn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  /*@include pc{
				width: 50%;
				margin: auto;
			}*/
}

#hotel_lp #search .form_btn_wrap .btn_detail {
  background: #444;
  border-radius: 3px;
  color: #fff;
  font-size: 1.05rem;
  padding: 5px;
  flex: 0 0 24%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hotel_lp #search .form_btn_wrap .btn_search {
  flex: 0 0 40%;
}

#hotel_lp #search .form_btn_wrap .btn_search input {
  background: #FC5555;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px;
}

#hotel_lp #search .form_btn_wrap .btn_clear input {
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

#hotel_lp #search .check_list {
  display: flex;
  flex-wrap: wrap;
}

#hotel_lp #search .check_list li {
  margin-right: 20px;
}

#hotel_lp #search .check_list li input[type=checkbox] {
  display: none;
}

#hotel_lp #search .check_list li input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 30px;
  cursor: pointer;
  padding: 0 0 0 20px;
}

#hotel_lp #search .check_list li input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  background: #FFF;
  border-radius: 0px;
  border: solid 1px #d2d2d2;
}

#hotel_lp #search .check_list li input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #FC5555;
  border-bottom: 3px solid #FC5555;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hotel_lp #search .search_bl_02 {
  display: none;
}

@media screen and (min-width: 641px) {
  #hotel_lp .dis_tab {
    display: block;
  }

  #hotel_lp .dis_sp {
    display: none;
  }

  #hotel_lp .topimg::before {
    padding-top: 26%;
  }

  #hotel_lp .topimg h1 {
    padding: 1% 2%;
    font-size: 2.0rem;
  }

  #hotel_lp .lead {
    font-size: 1.5rem;
  }

  #hotel_lp .anker {
    width: 75%;
    margin: 30px auto;
  }

  #hotel_lp .link_btn {
    margin-top: 30px;
    max-width: 50%;
  }

  #hotel_lp .sec_tour .tour_tab {
    padding: 0 2.5%;
    margin: 25px 0 0;
  }

  #hotel_lp .sec_tour .tour_dep_bl {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
  }

  #hotel_lp .sec_tour .tour_dep_bl li {
    margin-top: 25px;
    flex: 0 0 31.5%;
    border-bottom: none;
  }

  #hotel_lp .sec_tour .tour_dep_bl li a {
    border: 1px solid #00A7B1;
    border-radius: 10px;
    overflow: hidden;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
    justify-content: space-between;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 5px;
  }

  #hotel_lp .sec_tour .tour_dep_bl .tour_txt {
    flex-basis: 100%;
    padding: 15px 15px 0;
  }

  #hotel_lp .sec_tour .tour_dep_bl .tour_txt .tour_tit {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  #hotel_lp .sec_tour .tour_dep_bl .tour_ph {
    width: 100%;
  }

  #hotel_lp .sec_tour#main_tour .tour_dep_bl li {
    flex: 0 0 49%;
  }

  #hotel_lp .sec_tour#main_tour .tour_dep_bl li a {
    padding-bottom: 0;
  }

  #hotel_lp .sec_tour#main_tour .tour_dep_bl li figure {
    width: 36%;
  }

  #hotel_lp .sec_tour#main_tour .tour_dep_bl li .tour_txt {
    flex-basis: 64%;
    padding-bottom: 15px;
  }

  #hotel_lp .sec_tour#main_tour .link_btn {
    max-width: 55%;
  }

  #hotel_lp .ranking_wrap {
    overflow: auto;
    margin: 15px 0 30px;
  }

  #hotel_lp .ranking_wrap .ranking {
    display: block;
  }

  #hotel_lp .ranking_wrap .ranking li {
    min-width: 100%;
    width: 100%;
    margin: 0 0 25px;
    padding: 15px;
    overflow: hidden;
  }

  #hotel_lp .ranking_wrap .ranking li .hotel_head {
    width: 53%;
    float: right;
  }

  #hotel_lp .ranking_wrap .ranking li .hotel_head .hotel_data {
    width: calc(100% - 50px);
    float: right;
    clear: none;
  }

  #hotel_lp .ranking_wrap .ranking li img {
    display: block;
    width: 45%;
    height: auto;
    float: left;
  }

  #hotel_lp .ranking_wrap .ranking li .hotel_cnt {
    width: 53%;
    float: right;
  }

  #hotel_lp .ranking_wrap .ranking li .link_btn {
    width: 48%;
    display: inline-block;
    margin-top: 0;
    padding: 10px;
  }

  #hotel_lp #special {
    margin-bottom: 60px;
  }

  #hotel_lp #special .sp_bnr_list li {
    width: 23%;
    margin-bottom: 25px;
  }

  #hotel_lp #special .more_btn {
    font-size: 1.5rem;
    width: 23%;
  }

  #hotel_lp #sp_search {
    margin: 0 auto;
  }

  #hotel_lp #contact {
    margin: 0 auto 60px;
  }

  #hotel_lp #contact .box {
    margin: 30px;
    overflow: hidden;
  }

  #hotel_lp #contact .box .contact_txt {
    margin: 0;
    float: left;
    width: 50%;
  }

  #hotel_lp #contact .box .tel_wrap {
    float: right;
    width: 47%;
  }
}

@media screen and (min-width: 770px) {
  #wrapper {
    overflow: visible;
  }

  #hotel_lp {
    max-width: 1280px;
    margin: 0 auto;
  }

  #hotel_lp .dis_pc {
    display: block;
  }

  #hotel_lp .dis_tab {
    display: none;
  }

  #hotel_lp .topimg h1 {
    font-size: 3.0rem;
  }

  #hotel_lp .topimg .info_copy {
    font-size: 2.4rem;
    line-height: 60px;
    top: 20px;
  }

  #hotel_lp .topimg .info_copy::after {
    border: 30px solid #FC5555;
    border-right-width: 20px;
    border-right-color: transparent;
    right: -20px;
  }

  #hotel_lp .main_container {
    display: flex;
    justify-content: space-between;
  }

  #hotel_lp .main_column {
    width: 70%;
    margin: 28px 0 0 28px;
    box-sizing: border-box;
  }

  #hotel_lp .side_column {
    width: 25%;
    height: 100vh;
    padding: 28px 0 0 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 400;
    -ms-overflow-style: scrollbar;
    overflow: auto;
    margin-bottom: 60px;
  }

  #hotel_lp .anker li a {
    font-size: 1.6rem;
    flex-direction: row;
    justify-content: center;
    padding: 15px;
  }

  #hotel_lp .anker li a span {
    padding: 0 15px 0 0;
  }

  #hotel_lp .anker li a::after {
    width: 8px;
    height: 8px;
    margin-top: -5px;
  }

  #hotel_lp .link_btn {
    max-width: 40%;
  }

  #hotel_lp .sec_tour {
    margin: 0 0 60px;
  }

  #hotel_lp .sec_tour .tour_tab li {
    flex: 0 1 15%;
    margin: 0 1%;
  }

  #hotel_lp .sec_tour .tour_dep_bl {
    width: 100%;
  }

  #hotel_lp .sec_tour .tour_dep_bl .tour_txt {
    align-items: stretch;
  }

  #hotel_lp .sec_tour .tour_dep_bl .tour_txt .tour_price {
    font-size: 2.4rem;
  }

  #hotel_lp .ranking_wrap .ranking li {
    padding: 25px;
    margin-bottom: 30px;
  }

  #hotel_lp .ranking_wrap .ranking li .hotel_head {
    width: 52%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 8px;
  }

  #hotel_lp .ranking_wrap .ranking li .rank {
    width: 40px;
    height: 40px;
  }

  #hotel_lp .ranking_wrap .ranking li .hotel_name {
    font-size: 1.8rem;
  }

  #hotel_lp .ranking_wrap .ranking li .hotel_h {
    padding-bottom: 10px;
  }

  #hotel_lp .ranking_wrap .ranking li .hotel_cnt {
    width: 52%;
  }

  #hotel_lp .ranking_wrap .ranking li .link_btn {
    width: 48%;
    margin: 20px 0 0 0;
  }

  #hotel_lp .ranking_wrap .ranking li .link_btn:first-of-type {
    margin-right: 2%;
  }

  #hotel_lp #contact .box .fo_btn {
    margin-top: 10px;
  }

  #hotel_lp #search select,
  #hotel_lp #search input[type="text"] {
    font-size: 1.4rem;
  }

  #hotel_lp #search .search_wrap {
    background: #EBFAFB;
  }
}

@media screen and (max-width: 640px) {
  #hotel_lp h2.special span {
    display: inline-block;
    text-align: left;
    font-size: 1.6rem;
  }

  #hotel_lp h2.special::before {
    display: inline-block;
    margin-right: 25px;
    margin-left: -5%;
  }

  #hotel_lp .sec_tour .tour_tab li {
    font-size: 1.3rem;
  }

  #hotel_lp #search {
    width: 100%;
  }
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
    min-width: 1140px !important;
    width: 100%;
    position: relative !important;
    -webkit-transform: scale(0.94);
    transform: scale(0.94);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
/*# sourceMappingURL=style.css.map */
