@charset "UTF-8";

/* ----------------------------------------------
  詳しく検索する エリア 
  スポット
---------------------------------------------- */
.btn-p1--orange{
  overflow:hidden;
  display: inline-block;
  width: 335px;
  margin-top: 25px;
  border-top: solid 1px #fed46e;
  border-right: solid 1px #ff8900;
  border-bottom: solid 1px #ee5412;
  border-left: solid 1px #ff930d;
  border-radius: 8px;
  box-shadow: 0 2px 1px #f5d9c3 inset, 0 2px 4px #aaa;
}
.btn-p1--orange a{
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 25px 30px 25px 15px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 1;
  background: linear-gradient(to bottom, #ffb900, #ff8600);
  box-sizing: border-box;
}
.btn-p1--orange a:after{
  position: absolute;
  content: '';
  top: 23px;
  right: 19px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-p1--orange a:hover{
  background: linear-gradient(to bottom, #ff8600,#ffb900 );
  text-decoration: none;
}
input.chk_no_disp {
  display: none;
}

.search-detail{
  position: relative;
  margin-top: 88px;
  margin-bottom: 30px;
  padding: 23px 0 40px 0;
  border: 1px solid #a1a1a1;
  background-color: #f4f4f4;
  box-sizing: border-box;
  text-align: center;
}
.search-detail-tab{
  display: block;
  position: absolute;
  top: -62px;
  left: -1px;
  width: 670px;
  font-size: 0;
}
.search-detail-tab li{
  display: inline-block;
  width: 335px;
  padding: 10px ;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #a1a1a1;
  background-color: #e0e0e0;
  box-sizing: border-box;
  cursor: pointer;
}
.search-detail-tab li.active{
  padding: 22px 0 11px 0;
  background-color: #f4f4f4;
  border-left: 1px solid #a1a1a1;
  border-right: 1px solid #a1a1a1;
  border-top: 5px solid #f08524;
  border-bottom: none;
}
.search-detail__body{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  width: 100%;
  padding: 0 26px;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.search-detail--category_inner{
  width: 156px;
  display: block;
  font-size: 0;
}
.search-detail--category_inner li{
  display: block;
  height: 100px;
  margin-bottom: 20px;
  border: 2px solid #f08524;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 2px 3px rgba(150,150,150,0.4);
  box-sizing: border-box;
}
.search-detail--category_inner li:last-child{
  margin-bottom: 0;
}
.search-detail--category_inner li a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 25px 10px;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
}
.search-detail--category_inner li a:hover,
.search-detail--category_inner li a:hover p{
  text-decoration: none !important;
  opacity:0.7;
}
.search-detail--category_inner li a:after{
  position: absolute;
  content: '';
  top: 40px;
  right: 8px;
  width: 8px;
  height: 17px;
  background: url('/index/img/pc/orange--arrow.png') center center no-repeat;
  background-size: 100%;
}
.search-detail--category_inner li a p{
  cursor: pointer;
}
.search--category--ttl{
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.search--category--ttl span{
  font-size: 14px;
  font-weight: normal;
}
.search--category--lead{
  overflow: hidden;
  margin:0 auto;
  width:85%;
  font-size: 11px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-detail--category_inner li a:hover .search--category--ttl{
  text-decoration: underline;
}
input[type=checkbox]:checked + .checkbox01::after {
  opacity: 1;
}
.spot-job {
  display:none;
}
.spot-calendar {
  overflow: hidden;
  position:relative;
  margin:0 auto 20px auto;
  width:424px;
  background:#FFF;
  border:2px solid #DDDEE7;
  box-shadow: 0px 2px 3px rgba(150,150,150,0.4);
  box-sizing: border-box;
}
.spot-calendar__ttl {
  margin: 0 auto 5px auto;
  width:132px;
  font-size: 20px;
  font-weight:bold;
  text-align: center;
  padding: 8px 0;
  box-sizing: border-box;
}
.spot-calendar__ttl label {
  cursor: pointer;
  width:100%;
}
.spot-calendar__list__inner {
  overflow:hidden;
  display: -webkit-flex;
  display: flex;
  width: calc((90vw + 10vw) * 12);
}
.spot-calendar__item:last-child {
  margin-right: 0;
}
.spot-calendar__table {
  width:100%;
  border: 0;
}
.spot-calendar__table th,
.spot-calendar__table td {
  padding:3px 0;
  font-size: 14px;
  text-align: center;
  border:0;
  box-sizing: border-box;
}
.spot-calendar__table th {
  font-size: 15px;
  color:#333;
  font-weight: normal;
  text-align: center;
  background-color:transparent;
  width: 60px;
  height: 50px;
  padding: 6px 6px;
  box-sizing: border-box;
  border: 1px solid #cfcfcf;
}
.spot-calendar__table th.holiday {
  color:#f78221;
}
.spot-calendar__table th.last {
  color:#0079F2;
}
.spot-calendar__table td {
  border: 1px solid #cfcfcf;
}
.spot-calendar__table input {
  display:none;
}
.spot-calendar__table label {
  display: block;
  position:relative;
  margin:0 auto;
  width: 45px;
  height: 40px;
  line-height: 40px;
  background:linear-gradient(to bottom, #feffff 0%,#eff3f7 100%);
  border:1px solid #DDDEE7;
  border-radius:3px;
}
.spot-calendar__table label.disabled_day {
  background:#ffffff;
  opacity:0.3;
  cursor:auto;
}
.spot-calendar__table label.disabled_day:hover {
  background:#ffffff;
  box-shadow:0 0 0 0 #000000 inset;
}
.spot-calendar__table input[type="checkbox"]:checked + label,
.spot-calendar__table label:hover {
  color:#000;
  background: linear-gradient(to bottom, #fffcc0, #ffeba4 50%);
  box-shadow:4px 4px 9px -9px #000000 inset;
}
.spot-calendar__nav {
  position:absolute;
  left:0;
  top:0;
  z-index:888;
}
.ul_button02 .back{
  position: absolute;
  content: '';
  left: 6px;
  top: 6px;
  width: 47px;
  height: 41px;
}
.ul_button02 .back a:before{
  position: absolute;
  content: '';
  left: 15px;
  top: 9px;
  width: 11px;
  height: 22px;
  background: url('/index/img/pc/black--left--arrow.png') center center no-repeat;
  background-size: 100%;
}
.ul_button02 .next a:after{
  position: absolute;
  content: '';
  left: 20px;
  top: 9px;
  width: 11px;
  height: 22px;
  background: url('/index/img/pc/black--right--arrow.png') center center no-repeat;
  background-size: 100%;
}
.ul_button02 .next{
  position: absolute;
  content: '';
  left: 367px;
  top: 6px;
  width: 47px;
  height: 41px;
}
.btn_move01 {
  position: relative;
  display: block;
  line-height: 1;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ffffff 0%,#f0f5f7 100%);
  border: 1px solid #DDDEE7;
}
.btn_move01:hover {
  background: linear-gradient(to bottom, #fffcc0, #ffeba4 50%);
}
