/* override fucking design */
#banner ul.ul2 {
    margin: 40px 0 0 0;
    display: none !important;
}
/* 検索フォーム */
.child-input {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    border-radius: 0;
    background: #ccc;
    background-color: white;
    vertical-align: bottom;
    width: 80px;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}
.child-input:after{
	position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    display: block;
    width: 8px;
    height: 5px;
    pointer-events: none;
    text-align: center;
    background-image: url(/img/common/sankaku.png);
    background-size: 8px;
    content: "";
}
.child-input .value{
	width: 100%;
	padding: 10px;
	font-size: 1.2rem;
}

.child-input .input{
	position: absolute;
	top: 50px;
	left: -110px;
    width: 300px;
    z-index: 100;
	background: #f1f1f1;
	border-radius: 8px;
	padding:5px;
}

.child-input .input ul {
	background: white;
	border-radius: 8px;
	margin:0;
	padding:10px;
}


.child-input .input ul li{
	margin-bottom: 8px;
}
.child-input .input ul li label {
	width: 100px;
    display: inline-block;
    text-align: right;
    padding-right: 3px;
    padding-bottom: 6px;
    font-size: small;
}
.child-input .input ul li .hint {
	display: inline-block;
    text-align: right;
    padding-right: 3px;
	padding-bottom: 6px;
	font-size: small;
}

.child-input .input:before {
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #f1f1f1;
}

.child-input .input a.close{
	position: absolute;
	width:44px;
	height:44px;
	top: 3px;
	right: 3px;
	text-align: right;
}
.child-input .input a.close:after {
	content: "↑";
	padding: 5px;
	background-color: #eee;
	border-radius: 5px;	
}

@media screen and (max-width: 801px) {
	#schedule-serach {
		width: 90%;
		left: 5%;
		/*position: absolute;*/
		box-sizing: border-box;
	}

	#schedule-serach dd li.hm .child-input .input ul li .custom {
		width: 30%;
	}
}

/* トップページのプランフッター */

.top .center {
	text-align: center;
}

.top .center .btn {
	margin: 0 auto;
}

.top #area02 .footer {
	position: absolute;
	margin-top: 50px;
	width: 100%;
	left:	0;
	z-index: 100;
}

/* とれとれヴィレッジ関連 */

.village:after {
	display: none !important;
}

#village .room{

}

#village.news #area01.news-detail .news-area dt {
	margin-bottom: 0;
}
#village.news #area01.news-detail .news-area dd.date{
	position: relative;
	margin-bottom: 1em;
}

.news-detail .ul1 .li1 a {
	margin: 0 auto;
}


.village .planlist .btn a {
	color: white;
	font-weight: bold;
	font-size: 14px;
}


.kushitu .month td em div.open {
	background-image: url("/img/common/maru.png");
	display: block;
	width: 15px;
	height: 15px;
	background-size: cover;
	margin: 0 auto;
}

.kushitu .month td em div.close {
	background-image: url("/img/common/batsu.png");
	display: block;
	width: 15px;
	height: 15px;
	background-size: cover;
	margin: 0 auto;
}


#mv .cal{
	width: 230px;
	font-size: 1.2rem;
	background: #F3F3F5;
    color: #545454;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
}

#mv .cal .title {
	background: #f1f1f1;
	border-radius: 8px;
	padding: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: left;
	position: relative;
}

#mv .cal .title span {
	position: absolute;
	font-weight: bold;
	text-align: center;
	width: 100%;
	left: 0;
	heigth: 100%;
	font-size: 1.1em;
}

#mv .cal ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #EBEBEB;
}

#mv .cal ul li {
	width: 14.28%!important;
	display: table-cell;
	box-sizing: border-box;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

#mv .cal table td {
	width: 14.28%!important;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	position: relative;
	color: inherit;
	background: #fff;
	box-shadow: 0 0 0 1px #EBEBEB;
	-webkit-transition: .25s;
	transition: .25s;
	padding: 0;
	text-decoration: none;
}

#mv .cal table td span.date{
	position: absolute;
	line-height: 1em;
	top: 0.2em;
	left: 0.25em;
}

#mv .cal table td em div.open {
	background-image: url("../img/cal-on.png");
	display: block;
	width: 14px;
	height: 14px;
	background-size: cover;
	margin: 1.5em auto 0.5em;
}

#mv .cal table td em div.close {
	background-image: url("../img/cal-off.png");
	display: block;
	width: 13px;
	height: 13px;
	background-size: cover;
	margin: 1.5em auto 0.5em;
}

/* type=dateへの指定が無い */
#schedule-serach input[type="date"] {
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    font-size: 1.4rem;
    margin-bottom: 0px;
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border: 1px solid #d9d9d9;
	border-radius: 6px;
}
#schedule-serach input[type="date"].hasDatepicker {
	margin:0;
	padding:0;
}

/* select */

#village .contactform select {
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    font-size: 1.4rem;
    margin-bottom: 0px;
    margin-right: 0;
    display: inline-block;
	vertical-align: middle;
	border: 1px solid #d9d9d9;
    border-radius: 6px;
    /*
	background: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23999'><polygon points='0,0 100,0 50,50'/></svg>) no-repeat;
	*/
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'100'%20height%3D'100'%20fill%3D'%23999'%3E%3Cpolygon%20points%3D'0%2C0%20100%2C0%2050%2C50'%2F%3E%3C%2Fsvg%3E");
    background-size: 11px;
    background-position: calc(100% - 5px) calc(50% + 3px);
    background-repeat: no-repeat;
	background-color: #ffffff;
	min-width: 120px;
}