@charset "utf-8";
/* CSS Document */
#hotel_search {
	color: #443f3f;
	background-color: #efefef;
	padding: 25px 0px 50px;
}
#hotel_search * {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
	word-break: break-all;
}
#hotel_search img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#hotel_search a {
	text-decoration: none;
}
#hotel_search .inner {
	width: 100%;
	max-width: 1100px;
	margin: 0px auto;
}
#hotel_search .inner .choose {
	width: 100%;
	min-width: 980px;
	background-color: #FFF;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
#hotel_search .inner .choose ul {
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 20px;
}
#hotel_search .inner .choose ul li {
	width: 210px;
	margin: 0px 6px;
	padding-top: 20px;
}
#hotel_search .inner .choose ul li:nth-child(2) {
	width: 228px;
	margin: 0px 50px 0px 6px;
}
#hotel_search .inner .choose ul li:nth-child(6),
#hotel_search .inner .choose ul li:nth-child(7) {
	width: 352px;
}
#hotel_search .inner .choose ul li .koumoku {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#hotel_search .inner .choose ul li .select {
	display: block;
	position: relative;
	border: 1px solid #a3a3a3;
	border-radius: 5px;
}
#hotel_search .inner .choose ul li .select::after {
	position: absolute;
	width: 8px;
	height: 8px;
	top: calc(50% - 5px);
	right: 15px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	box-sizing: border-box;
	content: "";
	transform: rotate(45deg);
	transition: top 0.4s ease-out, transform 0.4s ease-out;
}
#hotel_search .inner .choose ul li input[type="text"] {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #FFF;
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	border-radius: 5px;
	cursor:pointer;
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-left: 10px;
}
#hotel_search .inner .choose ul li input::placeholder {
	color: #000;
	opacity: 1;
}
#hotel_search .inner .choose ul li .flatpickr-box .sch-box {
	position: relative;
	background: url("../img/search_list/icon_calendar.svg") no-repeat 96% center;
	background-size: 18px;
	border-radius: 5px;
	width: 100%;
	border: 1px solid #a3a3a3;
}
#hotel_search .inner .choose ul li .flatpickr-box .sch-box .stay {
	width: 20px;
	background: #fff;
	font-size: 10px;
	text-align: center;
    padding-top: 7px;
}
#hotel_search .inner .choose ul li .flatpickr-box .sch-box input {
	width: 100px;
	text-align: left;
}
#hotel_search .inner .choose ul li .flatpickr-box .sch-box input[type=text][readonly] {
	background: #fff;
	text-align: left !important;
	color: #000;
	width: 100px !important;
}
#hotel_search .inner .choose ul li .period {
	margin-top: 10px;
}
#hotel_search .inner .choose ul li .period .acd-label {
	display: inline-block;
	font-size: 14px;
	padding-left: 30px;
	cursor: pointer;
	position: relative;
}
#hotel_search .inner .choose ul li input[type=checkbox] {
	display: none;
}
#hotel_search .inner .choose ul li .acd-check:checked + label::after {
	opacity: 1;
}
#hotel_search .inner .choose ul li .period .acd-label::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	padding-top: 20px;
	top: 0;
	left: 0;
	border: 1px solid #a3a3a3;
	background: #FFF;
}
#hotel_search .inner .choose ul li .period .acd-label::after {
	content: '';
	display: inline-block;
	position: absolute;
	width: 10px;
	padding-top: 6px;
	top: 6px;
	left: 6px;
	border-left: 2px solid #ef3b3b;
	border-bottom: 1px solid #ef3b3b;
	transform: rotate(-45deg);
	opacity: 0;
}
#hotel_search .inner .choose .conditions {
	text-align: center;
}
#hotel_search .inner .choose .conditions .change {
	display: inline-block;
	padding: 0px 20px;
}
/*
#hotel_search .inner .choose .conditions .change a {
	font-size: 16px;
	color: #33b381;
	font-weight: bold;
	text-decoration: underline;
}
*/
#hotel_search .inner .choose .conditions .change a {
    font-size: 16px;
    color: #33b381;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    font-size: 16px;
    color: #FFF;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    border-radius: 8px;
    background-color: #33b381;
    width: 170px;
}
#hotel_search .inner .choose .conditions .change a span {
    display: inline-block;
    background: url(../img/search_list/icon_glass.png) no-repeat left 11px;
    background-size: 17px;
    padding-left: 24px;
}
#hotel_search .inner .choose .conditions .clear {
	display: inline-block;
	padding: 0px 20px;
}
#hotel_search .inner .choose .conditions .clear a {
	font-size: 14px;
	color: #353434;
	text-decoration: underline;
}
#hotel_search .inner .choose .conditions a:hover {
opacity: 0.7;
}

#hotel_search .inner .hit {
	font-size: 14px;
	margin-left: 20px;
}
#hotel_search .inner .hit span.number {
	font-size: 20px;
	color: #b20000;
	font-weight: bold;
	padding: 0px 8px;
	vertical-align: middle;
}
#hotel_search .inner .results {
	width: 100%;
	min-width: 980px;
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#hotel_search .inner .results .kodawari {
	width: 300px;
	margin-top: 30px;
}
#hotel_search .inner .results .kodawari .wrap {
	background-color: #FFF;
	padding: 15px 10px 40px;
}
#hotel_search .inner .results .kodawari .wrap .ttl_kodawari {
	font-size: 18px;
	border-bottom: 1px solid #0f161b;
	margin-bottom: 10px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#hotel_search .inner .results .kodawari .wrap dl {
	padding-bottom: 5px;
}
#hotel_search .inner .results .kodawari .wrap dl dt {
	font-size: 13px;
	font-weight: bold;
	padding-left: 2px;
}
#hotel_search .inner .results .kodawari .wrap dl dd {
	padding-bottom: 12px;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul {
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul li {
	width: 49%;
	margin-bottom: 2%;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul li:nth-child(2n-1) {
	margin-right: 2%;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul li label {
	display: block;
	font-size: 12px;
	color: #443f3f;
	line-height: 1.4;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #a3a3a3;
	border-radius: 5px;
	padding: 3px 0px;
	cursor: pointer;
}

#hotel_search .inner .results .kodawari .wrap dl dd ul li input {
	display: none;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul li input:checked + label {
	color: #FFF;
	background-color: #045599;
}

#hotel_search .inner .results .kodawari .bt_research {
	width: 100%;
}
#hotel_search .inner .results .kodawari .bt_research a {
	display: block;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	background-color: #33b381;
}
#hotel_search .inner .results .kodawari .bt_research a:hover {
	opacity: 0.8;
}
#hotel_search .inner .results .kodawari .bt_research span {
	display: inline-block;
	background: url("../img/search_list/icon_glass.png") no-repeat left 11px;
	background-size: 17px;
	padding-left: 24px;
}
#hotel_search .inner .hotel_list {
	width: calc(100% - 300px);
	margin-top: -20px;
	padding-left: 20px;
}
#hotel_search .inner .hotel_list .high_low {
	margin-bottom: 12px;
}
#hotel_search .inner .hotel_list .high_low ul {
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#hotel_search .inner .hotel_list .high_low ul li {
	margin-left: 6px;
}
#hotel_search .inner .hotel_list .high_low ul li a {
	display: block;
	font-size: 14px;
	color: #045599;
	line-height: 40px;
	background-color: #FFF;
	padding: 0px 20px;
}
#hotel_search .inner .hotel_list .high_low ul li a:hover {
	color: #FFF;
	background-color: #045599;
}
#hotel_search .inner .hotel_list .high_low ul li a.active {
	color: #FFF;
	background-color: #045599;
}
#hotel_search .inner .hotel_list .pagination {
	margin-bottom: 10px;
}
#hotel_search .inner .hotel_list .pagination ul {
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
#hotel_search .inner .hotel_list .pagination ul li {
	margin-left: 6px;
}
#hotel_search .inner .hotel_list .pagination ul li a {
	display: block;
	width: 30px;
	font-size: 14px;
	color: #045599;
	line-height: 30px;
	text-align: center;
	background-color: #FFF;
}
#hotel_search .inner .hotel_list .pagination ul li a:hover {
	color: #FFF;
	background-color: #045599;
}
#hotel_search .inner .hotel_list .pagination ul li a.active {
	color: #FFF;
	background-color: #045599;
}
#hotel_search .inner .hotel_list .pagination ul li a i {
	font-size: 20px;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-color: #FFF;
-webkit-text-stroke-width: 1px;
	vertical-align: middle;
}
#hotel_search .inner .hotel_list .pagination ul li a:hover i {
-webkit-text-stroke-color: #045599;
}
#hotel_search .inner .hotel_list .pagination ul li:first-child a,
#hotel_search .inner .hotel_list .pagination ul li:last-child a {
	width: auto;
	padding: 0px 5px;
}
#hotel_search .inner .hotel_list .plan {
	width: 100%;
}
#hotel_search .inner .hotel_list .plan ul li {
	background-color: #FFF;
	margin-bottom: 20px;
}
#hotel_search .inner .hotel_list .plan ul li .box_a {
	margin-bottom: 20px;
	padding: 20px 15px 15px 20px;
	border-bottom: 1px solid #d3d0d0;
	overflow: hidden;
	position: relative;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .photo {
	width: 298px;
	float: left;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail {
	width: calc(100% - 298px);
	float: right;
	padding-left: 15px;
        padding-bottom: 50px;
    padding-bottom: 50px;
    position: relative;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .name {
	font-size: 20px;
	color: #045599;
	font-weight: bold;
	margin-bottom: 2px;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .place {
	font-size: 14px;
	margin-bottom: 5px;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .waku {
	font-size: 14px;
	background-color: #efefef;
	padding: 10px;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .bt_info {
	position: absolute;
	right: 15px;
	bottom: 0px;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .bt_info a {
	display: block;
	width: 170px;
	font-size: 14px;
	color: #443f3f;
	line-height: 40px;
	text-align: center;
	border: 1px solid #a3a3a3;
	background-color: #FFF;
	border-radius: 6px;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .bt_info a:hover {
	opacity: 0.7;
}
#hotel_search .inner .hotel_list .plan ul li .box_b {
	padding: 0px 15px 15px 20px;
	position: relative;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .photo {
	width: 226px;
	position: absolute;
	top: 0px;
	left: 92px;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .photo .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #FFF;
	text-align: right;
	padding: 0px 5px;
	background-color: rgba(0,0,0,0.4);
}
#hotel_search .inner .hotel_list .plan ul li .box_b .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail {
	width: calc(100% - 298px);
	margin-left: auto;
	padding-left: 15px;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .type {
	font-size: 16px;
	font-weight: bold;
	border-left: 4px solid #4d4d4d;
	margin-bottom: 10px;
	padding-left: 10px;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .sort ul {
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .sort ul li {
	font-size: 12px;
	line-height: 20px;
	margin-right: 4px;
	margin-bottom: 5px;
	padding: 0px 10px;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .sort ul li.color1 {
	color: #5a5a5a;
	background-color: #ffea92;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .sort ul li.color2 {
	color: #FFF;
	background-color: #f38647;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .sort ul li.color3 {
	color: #FFF;
	background-color: #b6b6b6;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .waku {
	font-size: 14px;
	background-color: #efefef;
	margin-bottom: 10px;
	padding: 10px;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .price {
	font-size: 14px;
	text-align: right;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .price span {
	font-size: 22px;
	color: #ac0000;
	font-weight: bold;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .vacancy {
	font-size: 12px;
	text-align: right;
	margin-bottom: 3px;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .bt_choice a {
	display: block;
	width: 170px;
	font-size: 14px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	border: 1px solid #f38647;
	background-color: #f38647;
	border-radius: 6px;
	margin-left: auto;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .bt_choice a:hover {
	opacity: 0.7;
}
#hotel_search .inner .hotel_list .plan ul li .all_plan a {
	display: block;
	font-size: 18px;
	color: #045599;
	font-weight: bold;
	line-height: 45px;
	text-align: center;
	background-color: #fefcc9;
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	position: relative;
}
#hotel_search .inner .hotel_list .plan ul li .all_plan a span {
	font-size: 28px;
	vertical-align: -2px;
	padding-left: 10px;
}
#hotel_search .inner .hotel_list .plan ul li .all_plan a:hover {
	opacity: 0.7;
}
/*宿泊期間*/
.period{
    margin-bottom: 0.625rem;
    margin-left: 5.3125rem;
}
.period .acd-label{
  display: inline-block;
  margin-bottom: 1px;
  cursor: pointer;
    position: relative;
}
input[type=checkbox] {
    display: none;
}
.period .acd-content{
  height: 0;
  opacity: 0;
  padding: 0 0.625rem;
  transition: .5s;
  visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
  height: auto;
  opacity: 1;
  padding: 0.625rem;
  visibility: visible;
}
.acd-check:checked + label::after {
    opacity: 1;
}
.period .acd-label{
    position: relative;
    padding-left: 1.875rem;
}
.period .acd-label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 1.25rem;
    padding-top: 1.25rem;
    top: 0;
    left: 0;
    border: 1px solid #B7B7B7;
    background: #FFF;
}
.period .acd-label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 0.625rem;
    padding-top: 0.3125rem;
    top: 0.375rem;
    left: 0.375rem;
    border-left: 2px solid #ef3b3b;
    border-bottom: 1px solid #ef3b3b;
    transform: rotate(-45deg);
    opacity: 0;
}
span.sch-load {
    width: 23px;
    display: inline-block;
    margin-right: 5px;
}
p.hotel_list_load {
    text-align: center;
    
    margin-bottom: 10px;
}
.hotel_list_load span.sch-load {
    width: 80px;
}
/*モーダル関連*/
.up-modal .modal-t{
    font-weight: bold;
    font-size: 1.375rem;
    color: #4a4a4a;
    margin-bottom: 1.25rem;
}
.mdClose{
    top: 0.9375rem;
    right: 0.9375rem;
    position: absolute;
    z-index: 10001;
    cursor: pointer;
}
.up-modal .mdClose img{
    width: 2rem;
    height: auto;
}
html.isModalOpen {
    overflow: hidden;
}
/*空港選択*/
label.form-item.airport{
    margin-right: 1.25rem;
}
.airport-area .btn-air-toggle{
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: solid 2px #d22525;
    padding: 0.4rem 0.625rem 0.52rem;
    width: 95%;
    display: block;
    color: #515151;
    position: relative;
}
.airport-area .btn-air-toggle::before,.airport-area .btn-air-toggle::after {
  content: "";
    position: absolute;
    right: 1.25em;
    top: 0.8em;
    width: 2px;
    height: 0.75em;
    background-color: #999;
    transition: all 0.3s;
}
.airport-area .btn-air-toggle.active::after,.airport-area .btn-air-toggle.active::before  {
  transform: rotate(90deg);
}
.airport-area .btn-air-toggle::before {
    transform: rotate(90deg);
}
.airport-area .airport_list{
    display: none;
    animation: fadeIn 0.5s ease;
}
.airport-area .airport_list.open{
    animation: fadeIn 0.5s ease;
    display: flex;
    flex-wrap: wrap;
    margin: 1.25rem auto;
    width: 31.25rem;
}
.airport-area .airport_list li{
    width: calc(9.5rem - 0.625rem);
    padding: 5px;
    margin-bottom: 0.625rem;
}
.airport-area .airport_list li a{
    font-size: 1.125rem;
    color: #4a4a4a;
    text-decoration: none;
    display: block;
}
/*旅行人数*/
#room-count-box{
    color: #4a4a4a;
}
#room-count-box .midashi{
    background: #f1f1f1;
    text-align: center;
    font-size: 0.875rem;
}
.flatpickr-wrapper{
    width: 100%;
}
/*人数*/
p.stxt{
        font-size: 12px;
        font-weight: bold;
    }
p.stxt{
    padding: 0.625rem;
    }
.cnt-field {
  display: flex;
    padding-bottom: 15px;
    padding-top: 15px;
    justify-content: center;
    position: relative;
}
.cnt-field p.room-h {
    position: absolute;
    left: 1rem;
    top: 1.25rem;
        font-size: 1rem;
}
input[type=text].inputtext {
    color: rgba(43, 32, 32, 0.76);
    font-size: 18px;
    border-left: 0;
    border-right: 0;
    width: 3.75rem;
    background: #fff;
    text-align: center;
    border: 1px solid #fff;
    padding: 0 10px;
    font-weight: bold;
}

.cnt-button {
  color: #d22525;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 12px;
    background-color: white;
    border: 1px solid #D7DBDD;
    border-radius: 0;
    outline: 0;
    border-radius: 45px;
    font-weight: bold;
}
.room-box {
    border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.room-box p{
    margin: 0 20px 0 0;
    padding: 0;
    }
.room-box p.room-h {
    padding-top: 8px;
}
.cnt-h {
  width: 150px;
  display: inline-block;
}
.room-box select {
    -webkit-appearance: none;
    　-moz-appearance: none;
    　appearance: none;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 9px;
  padding: 7px 5px;
  margin-bottom: 6px;
width: 65px;
    /* vertical-align: top; */
    display: inline-block;
margin-right:5px;
padding: 2.5% 15px 2.5% 10px;
border-radius: 5px;
position: relative;
background-image: url(../img/search_list/top/arrow.svg);
background-position: right 10px center;
background-repeat: no-repeat;
background-size: 15px;
height: 36px;
color: #4a4a4a;
font-size: 1rem;
}
.room-btn {
    background: #33b381;
    color: #fff;
    border: none;
    display: block;
    width: 16.875rem;
    margin: 8px auto;
    padding: 0.625rem;
    border-radius: 10px;
    font-size: 1.125rem;
    font-weight: bold;
    cursor: pointer;
}
.room-box {
    width: 100%;
}

.room-box p.room-h {
    padding-left: 10px;
}
div#flatpickr-box2{
    margin-top: 15px;
}
/*ブラウザの横幅が980px以下用デザイン*/
@media screen and (max-width: 1100px) {
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .price span {
	display: block;
}
}
@media screen and (max-height: 600px) {
	.modal {
		width: auto;
		position: relative;
	}

	#contWrap {
		height: 75vh;
	}

	div#mdWindow {
		top: 2vh;
		height: 86vh;
	}
}
/*PC用デザイン*/
@media screen and (min-width: 769px) {
/*モーダル関連*/
#mdOverlay {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 9700;
    background: #000;
    display: none;
    height: 100vh !important;
}
#mdWindow iframe {
	border: none;
}
#mdWindow>.mdClose {
	top: 15px;
	right: 15px;
	position: absolute;
	z-index: 10001;
	cursor: pointer;
}
#mdWindow>.mdClose img{
    width: 2rem;
    height: auto;
}
#contWrap {
    margin: 15px auto;
    padding: 0 20px;
    width: 100%;
    height: 410px;
    box-sizing: border-box;
    overflow-y: auto;
}
/*
#mdWindow {
	top: 15rem;
    left: 46rem;
    width: 39rem;
    z-index: 10000;
	height: 450px;
	position: fixed;
	z-index: 10000;
	background: #fff;
	display: none;
	border-radius: 10px;
	transform: translate(-10%, 10%);
}
*/
#mdWindow {
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%);
    animation: none;
    width: 39rem;
    z-index: 10000;
    height: 450px;
    position: fixed;
    z-index: 10000;
    background: #fff;
    display: none;
    border-radius: 10px;
/*    transform: translate(-10%, 10%);*/
}
.up-modal {
    position: absolute;
    top: 350px;
    left: 0;
    display: none;
    opacity: 0;
    z-index: 1000;
    background-color: #ffffff;
    -webkit-box-shadow: 0em 0.25em 1em 0em rgba(0, 0, 0, 0.16);
    box-shadow: 0em 0.25em 1em 0em rgba(0, 0, 0, 0.16);
    padding: 1.875rem;
    border-radius: 0.5rem;
    box-sizing: border-box;
}
/*
.up-modal[data-id=airport] {
    top: 10rem;
    left: 43rem;
    width: 39rem;
    z-index: 10000;
}
*/
.up-modal[data-id=airport] {
    left: 50% !important;
    top: 50% !important;
        position: fixed;
    transform: translateX(-50%) translateY(-50%);
    width: 39rem;
    z-index: 10000;
}
.up-modal[data-id=lodging] {
    top: 10rem;
    left: 43rem;
    width: 39rem;
    z-index: 10000;
}
/*
.up-modal[data-id=room-count-box] {
    top: 10rem;
    left: 43rem;
    width: 25rem;
    z-index: 10000;
}
*/
.up-modal[data-id=room-count-box] {
    left: 50% !important;
    top: 50% !important;
    position: fixed;
    transform: translateX(-50%) translateY(-50%);
    width: 25rem;
    z-index: 10000;
}
.flatpickr-wrapper.parent .flatpickr-calendar.static {
    position: fixed;
    /* top: 13vh; */
    /* top: calc(100% - 17px); */
    /* left: -200px; */
    /* left: 18vw; */
    position: fixed;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%);
    animation: none;
}
    .flatpickr-wrapper.parent #flat-bg1, .flatpickr-wrapper.parent #flat-bg2{
        z-index: 1
    }
.airport-bt .airport-bt-in{
    position: static;
}
.airport-area .scroll-block{
    height: 23.75rem;
    overflow-y: scroll;
}
.airport-area .scroll-block::-webkit-scrollbar {
  background: #000;
}
.airport-area .scroll-block::-webkit-scrollbar {
  background: #FFF;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.airport-area .scroll-block::-webkit-scrollbar-thumb {
  background-color: #CACACA;
  border-radius: 5px;
}
/*
form{
    height: 23.75rem;
    overflow-y: scroll;
}
form::-webkit-scrollbar {
  background: #000;
}
form::-webkit-scrollbar {
  background: #FFF;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
form::-webkit-scrollbar-thumb {
  background-color: #CACACA;
  border-radius: 5px;
}
*/
/*人数*/
section#room-count-box {
    background: #fff;
}
.room-box {
    width: auto;
}
.room-box:after{
    content: "";
    display: block;
      border-bottom: 1px solid #ccc;  
    }
div#room-top {
    max-height: initial;
        border-bottom: 1px solid #ccc;
}
.cnt-field p.room-h {
    left: 0.625rem;
    top: 1.5rem;
}
/*出発空港*/
.airport-area .airport_list li:hover{
    background: #DC4647;
    border-radius: 5px;
    display: block;
}
.airport-area .airport_list li a:hover{
    color: #FFF;
}
/*人数*/
#room-count-box .room-container .scroll-block{
    height: 33rem;
    overflow-y: scroll;
}
#room-count-box .room-container .scroll-block::-webkit-scrollbar {
  background: #000;
}
#room-count-box .room-container .scroll-block::-webkit-scrollbar {
  background: #FFF;
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
.search-area .base .left input[type="text"].item2{
    width: 23rem;
}
}
/*SP用デザイン*/
@media screen and (max-width: 768px) {
#hotel_search {
	line-height: 1.4;
	padding: 0px 0px 2vw;
}
#hotel_search .inner {
	max-width: 100%;
}
#hotel_search .inner .choose {
	min-width: 100%;
	margin-bottom: 6.67vw;
	padding-bottom: 4vw;
}
#hotel_search .inner .choose ul {
	justify-content: left;
	margin-bottom: 3vw;
	padding: 0 3vw;
}
#hotel_search .inner .choose ul li {
	width: 48%;
	margin: 0px 1%;
	padding-top: 2vw;
}
#hotel_search .inner .choose ul li:nth-child(2) {
	width: 48%;
	margin: 0px 1%;
}
#hotel_search .inner .choose ul li:nth-child(6),
#hotel_search .inner .choose ul li:nth-child(7) {
	width: 100%;
}
#hotel_search .inner .choose ul li .koumoku {
	font-size: 2.93vw;
	line-height: 1.8;
}
#hotel_search .inner .choose ul li .select::after {
	position: absolute;
	width: 1.8vw;
	height: 1.8vw;
	top: calc(50% - 1.6vw);
	right: 2.67vw;
}
#hotel_search .inner .choose ul li input[type="text"] {
	height: 8vw;
	font-size: 3.47vw;
	line-height: 8vw;
	padding-left: 2vw;
}
#hotel_search .inner .choose ul li .flatpickr-box .sch-box {
	background-size: 3.33vw;
}
#hotel_search .inner .choose ul li .flatpickr-box .sch-box .stay {
	width: 4vw;
	font-size: 3.47vw;
    padding-top: 1vw;
}
#hotel_search .inner .choose ul li .flatpickr-box .sch-box input {
	width: 21.33vw;
}
#hotel_search .inner .choose ul li .flatpickr-box .sch-box input[type=text][readonly] {
	width: 21.33vw !important;
}
#hotel_search .inner .choose ul li .period {
	margin-top: 1.33vw;
}
#hotel_search .inner .choose ul li .period .acd-label {
	font-size: 2.93vw;
	padding-left: 7vw;
}
#hotel_search .inner .choose ul li .period .acd-label::before {
	width: 4vw;
	padding-top: 4vw;
}
#hotel_search .inner .choose ul li .period .acd-label::after {
	width: 2vw;
	padding-top: 2vw;
	top: 0.6vw;
	left: 1vw;
}
#hotel_search .inner .choose .conditions {
	display: flex;
	flex-wrap: wrap;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}
#hotel_search .inner .choose .conditions .change {
	display: inherit;
	padding: 0px;
	order: 2;
}
#hotel_search .inner .choose .conditions .change a {
	font-size: 3.47vw;
}
#hotel_search .inner .choose .conditions .clear {
	display: inherit;
	padding: 0px;
	order: 1;
	margin-bottom: 2vw;
}
#hotel_search .inner .choose .conditions .clear a {
	font-size: 2.93vw;
}
#hotel_search .inner .hit {
	font-size: 3.47vw;
	font-weight: bold;
	margin-left: 3.2vw;
	margin-bottom: 2vw;
}
#hotel_search .inner .hit span.number {
	font-size: 4.8vw;
	padding: 0px 2vw;
}
#hotel_search .inner .results {
	width: 100%;
	min-width: 100%;
	display: block;
	flex-wrap: nowrap;
}
#hotel_search .inner .results .kodawari {
	width: 100%;
	margin-top: 0px;
	display:none;
	position:fixed;
	z-index:1000;
	top:0;
	bottom:0;
	padding:50px 0px;
	overflow-y: scroll;
	overscroll-behavior-y: contain;
	background-color:#FFF;
}
#hotel_search .inner .results .disp_on{
	display:block;
}
#hotel_search .inner .results .kodawari .wrap {
	background-color: #FFF;
/*
	padding: 4vw 5.33vw 12vw;
*/
}
#hotel_search .inner .results .kodawari .wrap .ttl_kodawari {
	font-size: 5.07vw;
	border-bottom: 1px solid #0f161b;
	margin-bottom: 4vw;
	padding-bottom: 0;
	padding-left: 0;
}
#hotel_search .inner .results .kodawari .wrap dl {
	padding-bottom: 3vw;
}
#hotel_search .inner .results .kodawari .wrap dl dt {
	font-size: 4vw;
	font-weight: bold;
	margin-bottom: 1vw;
	padding-left: 1vw;
}
#hotel_search .inner .results .kodawari .wrap dl dd {
	padding-bottom: 4vw;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul {
	display:-webkit-box;
	display:flex;
	flex-wrap: wrap;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul li {
	width: 49%;
	margin-bottom: 2%;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul li:nth-child(2n-1) {
	margin-right: 2%;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul li label {
	display: block;
	font-size: 3.47vw;
	color: #443f3f;
	line-height: 1.4;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #a3a3a3;
	border-radius: 2px;
	padding: 1vw 0px;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul li input {
	display: none;
}
#hotel_search .inner .results .kodawari .wrap dl dd ul li input:checked + label {
	color: #FFF;
	background-color: #045599;
}
#hotel_search .inner .results .kodawari .bt_research {
	width: 100%;
}
#hotel_search .inner .results .kodawari .bt_research a {
	display: block;
	font-size: 5.33vw;
	color: #FFF;
	line-height: 13.33vw;
	text-align: center;
	border-radius: 5px;
	background-color: #33b381;
}
#hotel_search .inner .results .kodawari .bt_research a:hover {
	opacity: 0.8;
}
#hotel_search .inner .results .kodawari .bt_research span {
	display: inline-block;
	background: url("../img/search_list/icon_glass.png") no-repeat left 4vw;
	background-size: 5vw auto;
	padding-left: 6vw;
}
#hotel_search .inner .hotel_list {
	width: 100%;
	margin-top: 0px;
	padding: 0 3.2vw;
	position: relative;
}
#hotel_search .inner .hotel_list .high_low {
	margin-bottom: 3vw;
}
#hotel_search .inner .hotel_list .high_low ul li {
	margin-left: 2vw;
}
#hotel_search .inner .hotel_list .high_low ul li a {
	font-size: 3.2vw;
	line-height: 8vw;
	padding: 0px 3vw;
}
#hotel_search .inner .hotel_list .pagination {
	margin-bottom: 4vw;
}
#hotel_search .inner .hotel_list .pagination ul {
	justify-content: center;
}
#hotel_search .inner .hotel_list .pagination ul li {
	margin-left: 1vw;
}
#hotel_search .inner .hotel_list .pagination ul li:first-child {
	margin-left: 0;
}
#hotel_search .inner .hotel_list .pagination ul li a {
	width: 4.1vw;
	font-size: 2.93vw;
	line-height: 6vw;
	padding-top: 0.6vw;
}
#hotel_search .inner .hotel_list .pagination ul li a i {
	font-size: 5vw;
}
#hotel_search .inner .hotel_list .pagination ul li:first-child a,
#hotel_search .inner .hotel_list .pagination ul li:last-child a {
	font-size: 2.6vw;
	width: 13.4vw;
	padding: 0.6vw 0 0;
}
#hotel_search .inner .hotel_list .plan {
	width: 100%;
	padding-bottom: 6vw;
}
#hotel_search .inner .hotel_list .plan ul li {
	margin-bottom: 6vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_a {
	margin-bottom: 4vw;
	padding: 0px;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .photo {
	width: 100%;
	float: none;
	margin-bottom: 3vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail {
	width: 100%;
	float: none;
	padding: 0 3.2vw 4vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .name {
	font-size: 4.8vw;
	margin-bottom: 0;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .place {
	font-size: 3.2vw;
	margin-bottom: 1vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .waku {
	font-size: 3.47vw;
	margin-bottom: 4vw;
	padding: 3vw 2vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .bt_info {
	position: static;
}
#hotel_search .inner .hotel_list .plan ul li .box_a .detail .bt_info a {
	width: 48vw;
	font-size: 3.87vw;
	line-height: 10.67vw;
	border-radius: 3px;
	margin: 0px auto;
}
#hotel_search .inner .hotel_list .plan ul li .box_b {
	padding: 0 3.2vw 6vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .photo {
	width: 53.33vw;
	top: 16vw;
	left: 0;
	right: 0;
	margin: 0px auto;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .photo .caption {
	font-size: 2.93vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail {
	width: 100%;
	float: none;
	padding-left: 0px;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .type {
	font-size: 4.27vw;
	margin-bottom: 2vw;
	padding-left: 2vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .sort {
	padding-bottom: 40vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .sort ul li {
	font-size: 3.07vw;
	line-height: 5.33vw;
	margin-right: 1vw;
	margin-bottom: 3vw;
	padding: 0.6vw 2vw 0 2vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .waku {
	font-size: 3.47vw;
	margin-bottom: 1vw;
	padding: 3vw 2vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .price {
	font-size: 4vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .price span {
	display: block;
	font-size: 5.6vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .vacancy {
	font-size: 3.47vw;
	margin-bottom: 0.6vw;
}
#hotel_search .inner .hotel_list .plan ul li .box_b .detail .bt_choice a {
	width: 48vw;
	font-size: 3.87vw;
	line-height: 10.67vw;
	border-radius: 3px;
	margin: 0px auto;
}
#hotel_search .inner .hotel_list .plan ul li .all_plan a {
	font-size: 3.73vw;
	line-height: 10.67vw;
}
#hotel_search .inner .hotel_list .plan ul li .all_plan a span {
	font-size: 6vw;
	vertical-align: -0.4vw;
	padding-left: 2vw;
}
#hotel_search .inner .hotel_list .plan ul li .all_plan a:hover {
	opacity: 0.7;
}
#hotel_search .inner .sp_narrow {
	position: absolute;
	top: 0;
	left: 3.2vw;
	width: 30vw;
}
#hotel_search .inner .sp_narrow a {
	display: block;
	font-size: 3.47vw;
	color: #FFF;
	line-height: 8vw;
	text-align: center;
	background-color: #33b381;
	border-radius: 5px;
}
#hotel_search .inner .sp_narrow_kodawari {
	width: 100%;
	font-size: 4vw;
	color: #424242;
	font-weight: bold;
	line-height: 12vw;
	text-align: center;
	background-color: #FFF;
	border: 1px solid #dfdfdf;
	position: fixed;
	top:0;
	display:none;
	z-index:2000;
}
#hotel_search .inner .sp_narrow_kodawari a img {
	width: 7.33vw;
	position: absolute;
	top: 50%;
	right: 3vw;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#hotel_search .inner .sp_narrow_kodawari.disp_on {
	display:block;
}
.scroll_off {
	overflow: hidden;
}
/*モーダル関連*/
html.isModalOpen .up-modal{
    position: relative;
    height: auto;
    overflow: visible;
    padding-top: 0;
    width: 100%;
    display: none;
    z-index: 10000;
    background-color: #ffffff;
}
.up-modal .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    font-weight: bold;
    font-size: 1.2rem;
    color: #4a4a4a;
    padding: 0.8rem 0;
    background: #FFF;
}
.mdClose{
    top: 0.5rem;
}
.mdClose img {
    width: 2rem;
    height: auto;
}
html.isModalOpen div#mdOverlay {
    display: none !important;
}
.airport-area .wrap{
    position: fixed;
    top: 0;
    background: #FFF;
    height: 100vh;
    width: 100%;
}
#room-count-box .room-container{
    position: fixed;
    top: 0;
    background: #FFF;
    height: 100vh;
    width: 100%;
}
.up-modal .modal-t{
    margin-bottom: 0;
    font-size: 1.2rem;
}
.airport-area .wrap .block,#room-count-box .room-container .block{
    padding-top: 3rem;
    overflow-y: scroll;
    height: 100vh;
}
.airport-area .airport_list,.airport-area .airport_list.open{
    width: auto;
    margin: 0;
}
.airport-area .airport_list li{
    border-bottom: 1px solid #B7B7B7;
    width: 100%;
    padding-left: 1.25rem;
    margin-bottom: 0;
}
.airport-area .airport_list li a{
    font-size: 0.875rem;
}
.airport-area .btn-air-toggle{
    background: #DCDCDC;
    color: #515151;
    width: auto;
    font-size: 1rem;
    border-bottom: solid 3px #FFF;
}
.airport-area .scroll-block,#room-count-box .room-container .scroll-block{
    padding-bottom: 10rem;
}
#room-count-box .midashi{
    padding: 0.4rem 0.625rem 0.52rem;
    text-align: left;
}
#room-count-box .midashi{
    background: #DCDCDC;
    color: #515151;
    width: auto;
    font-size: 1rem;
}
#mdOverlay {
	top: 0;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 97;
	background: none;
	display: none;
}

#mdWindow iframe {
    border: none;
}

#mdWindow {
	z-index: 1000;
	top: 0%;
	left: 0%;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 10000;
	background: #fff;
	display: none;
	border-radius: 0px;
}

#mdWindow>.mdClose img {
	width: 2rem;
}

#modalInclude {
	display: none;
}

#contWrap {
	width: 100%;
	box-sizing: border-box;
    min-height: 85vh;
}

#mdWindow>.mdClose.item2{
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    z-index: 1000;
}
.flatpickr-calendar.hasTime.rangeMode.animate.multiMonth.static.arrowTop.arrowLeft.rightMost.open {
    padding-top: 72px !important;
}
}