.search_wrap {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 auto;
  text-align: left;
}
.calBtn {
  margin-bottom: 20px;
}
.calBtn input {
  background-color: #e53244;
  color: #fff;
  border-radius: 5px;
  padding: 10px 15px;
  border: 1px solid #e53244;
  text-align: center;
}
#result .text-center {
  text-align: center;
}

#result .ym,
#result .shashu {
  margin-bottom: 1rem;
}

#result table.tbl {
  margin: 0 auto;
}
table.tbl {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
table.tbl th {
  border: 1px solid #ccc;
  text-align: center;
  width: 120px;
}
table.tbl td {
  border: 1px solid #ccc;
  padding: 5px !important;
  vertical-align: top;
  font-size: 12px;
}
table.tbl.t2 th,
table.tbl.t2 td {
  vertical-align: middle;
}
table.tbl th {
  background-color: #efefef;
}
table.tbl th.sun {
  background-color: #ff3e3e;
  color: #fff;
}
table.tbl th.sat {
  background-color: #2368ff;
  color: #fff;
}
table.tbl .price {
  color: #e53244;
  font-weight: bold;
}
table.tbl .btn_w button.btn {
  margin-top: 10px;
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 0;
  background-color: #e53244;
  color: #fff;
  cursor: pointer;
  padding: 3px 10px;
  text-align: center;
  font-size: 12px;
}
table.callist_tbl {
  border: 1px solid #ccc;
  border-collapse: collapse;
  width: 100%;
}
table.callist_tbl th {
  border: 1px solid #ccc;
  text-align: center;
  background-color: #efefef;
  padding: 6px 3px !important;
}
table.callist_tbl td {
  border: 1px solid #ccc;
  padding: 6px 3px !important;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
}
.tokuBg {
  background-color: #fff59f;
}
.tokuTxt {
  color: #fff59f;
}
.tokuTxtWrap {
  margin-top: 5px;
}
table.callist_tbl .resvBtn {
  background-color: #e53244;
  color: #fff;
  border-radius: 5px;
  padding: 2px 5px;
  border: 1px solid #e53244;
  font-size: 12px;
}
.callist_tbl .price {
  color: #ff5050;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}
.callist_tbl .kitaku {
  font-size: 12px;
}
img.batsu {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 20px;
}
.ta_center {
  text-align: center !important;
}
.callist_dl {
  list-style: none;
  padding-left: 0;
}
.callist_dl li {
  background-color: #efefef;
  box-shadow: 0px 0px 10px -5px #999;
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  margin-bottom: 15px;
}
.callist_dl li span.sotsu {
  font-weight: normal;
  font-size: 12px;
  padding-left: 5px;
}
.callist_dl li span.price_s {
  color: #ff5050;
  font-size: 18px;
  font-weight: bold;
  padding-top: 5px;
  display: block;
}
.callist_dl li .btn_w {
  margin-top: 15px;
}
.callist_dl li .btn_w button {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: 0;
  background: linear-gradient(#ff96c2, #ff6aa8);
  color: #fff;
  cursor: pointer;
  padding: 3px;
  text-align: center;
}
#result .tbl .price {
  color: #ff5050;
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1;
}
#result {
  margin-bottom: 30px;
}
#result .search_wrap {
  display: inline-block;
  margin-bottom: 30px;
}
#result .search_wrap select#mYear {
  width: 100px;
  margin-right: 5px;
}
#result .search_wrap select#mMonth {
  width: 100px;
  margin-left: 5px;
  margin-right: 5px;
}
#result .search_wrap select[name="car"],
#result .search_wrap select[name="shokuji"] {
  width: 150px;
}
#result .search_wrap select[name="room"] {
  width: 300px;
}
#result .search_wrap select {
  appearance: auto;
  padding: 8px 16px 8px 8px;
}
#result .search_wrap input#submit {
  display: block;
  margin: 0 auto;
  width: 120px;
  margin-top: 10px;
}
#result .tbl .sotsugyo {
  margin-bottom: 5px;
}
/*
#result .tbl .sotsugyo_b {
	background-color: #004f9d;
	color: #fff;
	padding: 2px;
	border-radius: 5px;
	font-size: 13px;
	margin-right: 5px;
}
*/
#result .np_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 30px;
}
#result .np_wrap h2 {
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  background-color: transparent;
  outline: none;
  color: #e53244;
  margin-bottom: 0;
  margin-top: 0;
}
#result h3.tit {
  font-size: 18px;
  border-bottom: 0;
  background-color: #e53244;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
#result h3.tit::after {
  content: none;
}
#result .chushaku_wrap {
  text-align: center;
}
#result .chushaku_wrap > div {
  display: inline-block;
}
#result ul.chushaku_ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  font-size: 14px;
}
#result ul.chushaku_ul > li {
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
}
#result ul.chushaku_ul > li::before {
  content: "※";
}
#result .hi {
  font-size: 16px;
  font-weight: bold;
}
#result .tokuwari {
  margin-left: 5px;
  display: inline-block;
  padding: 1px 5px;
  border-radius: 5px;
  background-color: #19a7bf;
  color: #fff;
}
#result .closed {
  background-color: #ccc;
  border-radius: 5px;
  text-align: center;
  color: #242424;
  margin-bottom: 0;
  padding: 1px;
}
#result .text-xl {
  font-size: 24px;
}
.moveBtn {
  border: 1px solid #999;
  border-radius: 3px;
  padding: 2px 15px;
}
#loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border-radius: 10px;
}
.hannigaiTxt {
  margin-top: 40px;
}
.btnCal {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btnCal #yesForm {
  width: 100%;
  max-width: 300px;
  margin-right: 20px;
}
.btnCal #yesForm input[type="submit"] {
  width: 100%;
  transition: 0.3s;
  border: 2px solid #e53244;
  padding: 19px 0 18px;
  border-radius: 0;
}
.btnCal #yesForm input[type="submit"]:hover {
  background-color: #fff;
  color: #e53244;
}
.btnCal .subBtnWrap {
  position: relative;
}
.btnCal .subBtnWrap::after,
.contact_w .btnCal .yesBtn::after {
  content: url("/wp-content/themes/max_gasshuku/images/yajirushi_white.png");
  position: absolute;
  top: 36%;
  right: 5px;
  margin-top: -5px;
}
.btnCal .subBtnWrap:hover::after,
.contact_w .btnCal .yesBtn:hover::after {
  content: url(/wp-content/themes/max_gasshuku/images/yajirushi_red.png);
}
.contact_w .btnCal .yesBtn {
  width: 100%;
  max-width: 300px;
  transition: 0.3s;
  border: 2px solid #e53244;
  padding: 19px 18px;
  position: relative;
  margin: 10px 20px;
  border-radius: 0;
}
.contact_w .btnCal .yesBtn:hover {
  background-color: #fff;
  color: #e53244;
}

.btn_area input[type="submit"],
.btn_area button {
  max-width: 400px;
  width: 96%;
  height: 70px;
  background-color: #00a0bb;
  padding: 22px 45px 22px 35px;
  border-radius: 40px;
  font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
  color: #fff;
  font-weight: bold;
  box-shadow: 0 4px #047b8f;
  display: inline-block;
  position: relative;
  line-height: 1.5;
  text-align: center;
  margin-left: 2%;
  margin-right: 2%;
}

.btn_area input[type="submit"]::after,
.btn_area button::after {
  font-family: "Font Awesome 6 Free";
  content: "\f138";
  position: absolute;
  color: #fff;
  right: 20px;
  font-weight: 900;
}

.pc_disp {
  display: block;
}
.sp_disp {
  display: none;
}
.pc_disp_in {
  display: inline;
}
.sp_disp_in {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_disp {
    display: none;
  }
  .sp_disp {
    display: block;
  }
  .pc_disp_in {
    display: none;
  }
  .sp_disp_in {
    display: inline;
  }
  .list_w {
    padding: 0;
  }
  .search_wrap {
    font-size: 14px;
  }
  #result .search_wrap select[name="room"] {
    width: auto;
  }
  #result .hi {
    font-size: 12px;
  }
  #result table.tbl td {
    padding: 2px !important;
    font-size: 12px;
  }
  #result table.tbl th {
    font-size: 12px;
  }
  #result .tbl .price {
    font-size: 10px;
    margin-bottom: 3px;
    margin-top: 4px;
  }
  #result .tbl .sotsugyo {
    font-size: 10px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  #result .tokuwari {
    font-size: 10px;
  }
  table.tbl .btn_w button.btn {
    margin-top: 0;
    padding: 1px 5px;
    border-radius: 8px;
    font-size: 10px;
  }
  #result .closed {
    font-size: 10px;
  }
  img.batsu {
    margin-bottom: 0;
    margin-top: 0;
    width: 16px;
  }
  .btnCal #yesForm input[type="submit"] {
    margin-bottom: 0;
  }
}
