@charset "UTF-8";
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus{
  outline-offset: -2px;
}
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
}
button,
input[type="submit"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}
input[type="radio"]{
    display: none;
}
input[type="radio"]:checked + label{
    background: #ff0000;
}

/*検索窓*/
.search_title{
	float: left;
	width: 162px;
	height: 180px;	
	background: url(../img/common/search_title_bg.png) center center;
}
.search_title img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
.plan_form{
	float: right;
	position: relative;
	width: 588px;
	height: 180px;	
}
.plan_form .title,
.plan_form span{
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #fff;	
}
.plan_form span{
	margin-right: 3px;
	margin-left: 3px;
	font-size: 13px;	
}
.plan_form .title{
	font-size: 13px;
	letter-spacing: 0.1em;
	margin: 0 10px 0 0;	
}
.plan_form select{
	border-radius: 1px;
	background: #ffffff;
	box-sizing: border-box;
	width: 90px;
	padding: 2px 5px;
	font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;	
}
.plan_form #datepicker,
.plan_form select {
	width: 100px;	
}
.plan_form .title,
.plan_form input,
.plan_form select,
.plan_form span{
	float: left;	
}
.check_in{
	clear: both;
	position: absolute;
	width: 250px;
	height: 21px;
	left: 40px;
	top: 25px;	
}
.undecided{
	clear: both;
	position: absolute;
	width: 120px;
	height: 21px;
	left: 240px;
	top: 25px;	
}
.option-input {
	margin-top: 5px;	
}
.guests{
	clear: both;
	position: absolute;
	width: 250px;
	height: 21px;
	left: 40px;
	top: 61px;	
}
.type{
	clear: both;
	position: absolute;
	width: 250px;
	height: 21px;
	left: 40px;
	top: 97px;	
}
.price{
	clear: both;
	position: absolute;
	width: 300px;
	height: 21px;
	left: 40px;
	top: 133px;	
}
.search_btn{
	clear: both;
	position: absolute;
	width: 110px;
	height: 110px;
	right: 40px;
	top: 50%;	
	transform: translateY(-50%);
}
.search_btn .btn{
	display: block;	
	width: 110px;
	height: 110px;
	text-indent: -9999px;
	background: url(../img/common/search_btn.svg) no-repeat center center;
	background-size: cover;
	transition: 0.3s ease-in-out;
}
.search_btn .btn:hover{
	opacity: 0.9;	
	transition: 0.3s ease-in-out;
}
/*プランRSS*/
.plan_rss {display: flex; flex-wrap: wrap; justify-content: space-between; width: 962px; margin: 0 auto; box-sizing: border-box;}
.plan_rss .mini {width: 308px; padding: 0px; display: flex; flex-wrap: wrap;}
.plan_rss .mini .plan_img {width: 100%; order: 1; box-sizing: border-box;}
.plan_rss .mini .plan_img a {display: block; margin-bottom: 10px;}
.plan_rss .mini .plan_img a img {display: block; width:100%; height:auto;}
.plan_rss .mini .plan_text {width:100%; text-align: left; order:2; line-height: 130%;}
.plan_rss .mini .plan_text a {color: #000; font-size: 15px; text-decoration: none; transition: all 0.3s ease; font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}
.plan_rss .mini .plan_text a:hover {opacity: 0.9; transition: all 0.3s ease;}
@media only screen and (max-width: 767px) {
	.plan_rss {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%;}
	.plan_rss .mini {width: 100%; padding: 0; margin-bottom: 2rem;}	
	.plan_rss .mini:last-of-type {margin-bottom: 0;}
	.plan_rss .mini .plan_img img {display: block; width: 100%; height: auto;}
	.plan_rss .mini .plan_text {text-align: left;}
	.plan_rss .mini .plan_text a {font-size: 15px; text-decoration: none;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.plan_rss {display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; padding: 0;}
	.plan_rss .mini {width: 48%; margin-bottom: 3rem;}
	.plan_rss .mini:last-of-type {margin-bottom: 0;}
}
@media (min-width: 992px) {
	.plan_rss {display: flex; flex-wrap: wrap; justify-content: space-between; width: 962px;margin: 0 auto;}
	.plan_rss .mini {width: 300px; padding: 0; display: flex; flex-wrap: wrap;}	
	.plan_rss .mini .plan_text {text-align: left;}
}
#ui-datepicker-title{
	color: #FFF!important;
}