@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :calendar.css
 author     :Ability Consultant
style info  :空室カレンダー
=================================================================== */
/*-----------------------------------------------------------
	ディレクトリ専用
-----------------------------------------------------------*/
#cal #contents {
	margin-bottom: 0;
}

/*-----------------------------------------------------------
	gnavのactive設定
-----------------------------------------------------------*/
#cal #gnav ul li.cal a {
	background-position: bottom;
}

/*----------------------------------------------------
	.nav_search
	休暇村を探す ナビゲーション
----------------------------------------------------*/
.nav_search {
	width: 1260px;
	margin: 0 auto 0;
	max-width: 1260px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 1260px) {
  .nav_search {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	min-width: 1000px;
}
}
.nav_search ul {
	overflow: hidden;
	border-left: 1px solid #c2c28c;
}

.nav_search ul li {
	float: left;
	width: 16.6%;
	border-top: 1px solid #c2c28c;
	border-right: 1px solid #c2c28c;
	border-bottom: 1px solid #c2c28c;
}

.nav_search ul li a {
	color: #3e3e3e;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
	text-align: center;
	display: block;
	text-decoration: none;
	padding: 20px 0;
	font-size: 1.2em;
}

.nav_search ul li.active,
.nav_search ul li:hover {
	position: relative;
	background: url(../images/common/bg_main2.png);
}

.nav_search ul li.active:before,
.nav_search ul li:hover:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	top: 0;
	left: 0;
	background: #381f0b;
}

.nav_search ul li.active:after,
.nav_search ul li:hover:after {
	position: absolute;
	content: "▼";
	color: #381f0b;
	bottom: 0;
	left: 50%;
	margin-left: -.5em;
}

/*----------------------------------------------------
	.wrp_wide
	偶数列の背景指定
----------------------------------------------------*/
.wrp_wide {
	padding-bottom: 60px;
}

.wrp_wide:nth-child(even) a:hover {
	background: rgba(64, 135, 155, 0.2);
}

.wrp_wide:nth-child(even) a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.wrp_wide:nth-child(odd) {
	background: url(../images/common/bg_main2.png);
}

.wrp_wide:nth-child(odd) a:hover {
	background: #fff;
}

.wrp_wide:nth-child(odd) a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

/*----------------------------------------------------
	.wrp_inner
	※追記　メッセージ表示用
----------------------------------------------------*/
.wrp_inner {
	position: relative;
}

.wrp_inner .box_notice {
	position: absolute;
	left: 250px;
	top: 12px;
	color: #930101;
	font-weight: bold;
}

/*----------------------------------------------------
	.con_calendar
	カレンダーコンテンツ
----------------------------------------------------*/
.con_calendar {
	min-height: 1px;
}

.con_calendar:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.con_calendar .box_typeroom {
	width: 20%;
	float: left;
}

.con_calendar .box_calendar {
	width: 80%;
	float: right;
}

.con_calendar .box_calendar .nav_cal {
	margin-bottom: 20px;
	position: relative;
}

.con_calendar .box_calendar .nav_cal li.prev,
.con_calendar .box_calendar .nav_cal li.next {
	position: absolute;
	top: 0;
}

.con_calendar .box_calendar .nav_cal li.prev a,
.con_calendar .box_calendar .nav_cal li.next a {
	background: #fff;
}

.con_calendar .box_calendar .nav_cal li.prev a span,
.con_calendar .box_calendar .nav_cal li.next a span {
	padding-left: 0;
}

.con_calendar .box_calendar .nav_cal li.prev span,
.con_calendar .box_calendar .nav_cal li.next span {
	background: none;
}

.con_calendar .box_calendar .nav_cal li.prev span i,
.con_calendar .box_calendar .nav_cal li.next span i {
	vertical-align: middle;
}

.con_calendar .box_calendar .nav_cal li.prev {
	left: 0;
}

.con_calendar .box_calendar .nav_cal li.month {
	padding-top: 10px;
	text-align: center;
}

.con_calendar .box_calendar .nav_cal li.next {
	right: 0;
}

.con_calendar .box_calendar table {
	width: 100%;
}

.con_calendar .box_calendar table th,
.con_calendar .box_calendar table td {
	text-align: center;
}

.con_calendar .box_calendar table th.sat,
.con_calendar .box_calendar table td.sat {
	background: #aad2df;
}

.con_calendar .box_calendar table th.sun,
.con_calendar .box_calendar table td.sun {
	background: #e0b6cc;
}

.con_calendar .box_calendar table th {
	padding: 6px 2px;
	background: #e2e1cc;
}

.con_calendar .box_calendar table td {
	padding: 15px 2px;
	width: auto;
}

.con_calendar .box_calendar table td.day {
	padding: 6px 2px !important;
}

.con_calendar .box_calendar table .cir,
.con_calendar .box_calendar table .tri,
.con_calendar .box_calendar table .ex {
	font-size: 130%;
}

.con_calendar .box_calendar table .cir a {
	color: #396841;
}

.con_calendar .box_calendar table .tri a {
	color: #40829b;
}

.con_calendar .box_calendar table .ex a {
	color: #930101;
}

.con_calendar .box_calendar table .gray {
	background: #f4eedc !important;
}

.wrapper-dropdown {
	/* Size and position */
	position: relative;
	/* Enable absolute positionning for children and pseudo elements */
	width: 90%;
	/* margin: 0 auto; */
	padding: 10px 15px;
	/* Styles */
	background: #fff;
	border-left: 5px solid grey;
	cursor: pointer;
	outline: none;
}

.wrapper-dropdown:after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -3px;
	border-width: 6px 6px 0 6px;
	border-style: solid;
	border-color: grey transparent;
}

.wrapper-dropdown .dropdown {
	/* Size & position */
	position: absolute;
	top: 100%;
	left: -5px;
	right: 0px;
	z-index: 100;
	/* Styles */
	background: white;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	list-style: none;
	/* Hiding */
	opacity: 0;
	pointer-events: none;
}

.wrapper-dropdown .dropdown.active :after {
	border-width: 0 6px 6px 6px;
}

.wrapper-dropdown .dropdown li a {
	display: block;
	text-decoration: none;
	color: #333;
	border-left: 5px solid;
	padding: 10px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-left-color: #b1b1b1;
}

.wrapper-dropdown .dropdown li i {
	margin-right: 5px;
	color: inherit;
	vertical-align: middle;
}

.wrapper-dropdown .dropdown li:hover a {
	color: grey;
	background: #b1b1b1;
	color: white;
}

/* Active state */
.wrapper-dropdown.active .dropdown {
	opacity: 1;
	pointer-events: auto;
}

/* No CSS3 support */
.no-opacity .wrapper-dropdown .dropdown,
.no-pointerevents .wrapper-dropdown .dropdown {
	display: none;
	opacity: 1;
	/* If opacity support but no pointer-events support */
	pointer-events: auto;
	/* If pointer-events support but no pointer-events support */
}

.no-opacity .wrapper-dropdown.active .dropdown,
.no-pointerevents .wrapper-dropdown.active .dropdown {
	display: block;
}
