@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : siomi.css
 author     : Ability Consultant
 style info : 潮見表
=================================================================== */
.con_today .box_inner, .con_siomi, .con_calendar, .con_calendar .con_select {
	max-width: 1260px;
	margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_today .box_inner, .con_siomi, .con_calendar, .con_calendar .con_select {
		width: 95%;
  }
}

.con_today .box_inner:after, .con_siomi:after, .con_siomi .con_explain:after, .con_calendar:after, .con_calendar .con_select:after {
	content: "";
	display: table;
	clear: both;
}

/* Hover animation */
.con_com_title {
	background: url(../siomi/images/img_main.jpg) center 0 no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_com_title {
		background: url(../siomi/images/img_main_sp.jpg) center 0 no-repeat;
  }
}

/* -----------------------------------------------------------
	con_today
----------------------------------------------------------- */
.con_today {
	margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .con_today {
		margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner {
		clear: both;
		margin-top: 2em;
  }
}
.con_today .box_inner .box_title {
	text-align: center;
	margin-bottom: 23px;
	position: relative;
}
.con_today .box_inner .box_title:before {
	content: ' ';
	position: absolute;
	background: url(../images/home/bg_intro_dotted.png) no-repeat;
	width: 360px;
	height: 253px;
	left: -150px;
	top: -40px;
}
@media only screen and (max-width: 1024px) {
  .con_today .box_inner .box_title:before {
		display: none;
  }
}
.con_today .box_inner .box_title .st {
	text-align-last: auto;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	color: #0055b4;
	padding: 10px 20px 10px;
	line-height: 1.2;
	font-size: 313%;
	background: url(../images/common/bg_wave_lightblue.png) center bottom repeat-x;
	margin-bottom: 16px;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_title .st {
		background-size: 110% !important;
		font-size: 138%;
  }
}
.con_today .box_inner .box_title .st span.col_dl_blue {
	color: #19b1d1;
}
.con_today .box_inner .box_title .st:before {
	background: url(../images/home/bg_inrto_right.png) no-repeat;
	width: 294px;
	height: 63px;
	right: -363px;
	top: 37px;
}
@media only screen and (max-width: 1024px) {
  .con_today .box_inner .box_title .st:before {
		right: -320px;
  }
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_title .st:before {
		display: none;
  }
}
.con_today .box_inner .box_title .st:after {
	background: url(../images/home/bg_inrto_left.png) no-repeat;
	width: 297px;
	height: 68px;
	left: -370px;
	top: 50px;
}
@media only screen and (max-width: 1024px) {
  .con_today .box_inner .box_title .st:after {
		left: -320px;
  }
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_title .st:after {
		display: none;
  }
}
.con_today .box_inner .box_title .st:after, .con_today .box_inner .box_title .st:before {
	content: ' ';
	position: absolute;
}
.con_today .box_inner .box_title .txt span {
	display: inline-block;
	background: #fffc00;
	color: #474747;
	max-width: 340px;
	width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_title .txt span {
		width: auto;
		padding: 5px 20px;
		max-width: none;
  }
}
.con_today .box_inner .box_att {
	float: right;
	width: 100%;
	max-width: 1030px;
	overflow: hidden;
	margin-bottom: 37px;
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_att {
		margin-bottom: 20px;
  }
}
.con_today .box_inner .box_att .txt {
	float: left;
	width: 820px;
}
@media only screen and (max-width: 1024px) {
  .con_today .box_inner .box_att .txt {
		margin-bottom: 25px;
  }
}
.con_today .box_inner .box_att .txt span {
	display: inline-block;
}
.con_today .box_inner .box_att .btn {
	float: right;
	width: 190px;
	margin-top: 10px;
}
.con_today .box_inner .box_att .btn a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 5px 10px;
	background: #19b1d1;
	font-size: 100%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	box-shadow: 0px 0px 0px 0px #19b1d1 inset;
	-moz-box-shadow: 0px 0px 0px 0px #19b1d1 inset;
	-webkit-box-shadow: 0px 0px 0px 0px #19b1d1 inset;
	padding: 7px 10px;
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_att .btn a {
		max-width: none;
		font-size: 88%;
		width: 90%;
  }
}
.con_today .box_inner .box_att .btn a:hover {
	color: #19b1d1;
	background: #fff;
	box-shadow: 0px 0px 0px 3px #19b1d1 inset;
	-moz-box-shadow: 0px 0px 0px 3px #19b1d1 inset;
	-webkit-box-shadow: 0px 0px 0px 3px #19b1d1 inset;
}
.con_today .box_inner .box_att .btn a:hover span:before {
	left: 5px;
}
.con_today .box_inner .box_att .btn a span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.con_today .box_inner .box_att .btn a span:before {
	content: '→';
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 16px;
	margin-top: -12px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
@media only screen and (max-width: 1024px) {
  .con_today .box_inner .box_att .btn a {
		max-width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_att .btn a {
		max-width: none;
  }
}
@media only screen and (max-width: 1024px) {
  .con_today .box_inner .box_att .txt, .con_today .box_inner .box_att .btn {
		width: 100%;
		float: none;
		text-align: center;
  }
}
.con_today .box_inner .box_swipe {
	clear: both;
	text-align: center;
}
.con_today .box_inner .box_swipe .txt_swipe {
	position: relative;
	padding-left: 40px;
	font-size: 94%;
	font-weight: bold;
	display: inline-block;
	text-align: left;
}
@media only screen and (max-width: 1024px) {
  .con_today .box_inner .box_swipe .txt_swipe {
		margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_swipe .txt_swipe {
		font-size: 82%;
  }
}
.con_today .box_inner .box_swipe .txt_swipe span {
	display: inline-block;
}
.con_today .box_inner .box_swipe .txt_swipe span.ic {
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 32px;
	margin-top: -16px;
}
.con_today .box_inner .box_swipe .txt_swipe span.col_red {
	color: #f75544;
}
.con_today .box_inner .box_table_info {
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_today .box_inner .box_table_info {
		margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_table_info {
		margin-bottom: 1em;
  }
}
.con_today .box_inner .box_table_info .txt {
	float: left;
	width: 100%;
	padding-right: 340px;
	margin-right: -340px;
	font-weight: bold;
	margin-top: 4px;
	letter-spacing: -0.07em;
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_table_info .txt {
		display: flex;
		margin-left: 0;
		margin-top: 15px;
		margin-right: 0;
		padding-right: 0;
		font-size: 94%;
  }
}
.con_today .box_inner .box_table_info .txt .ic {
	display: inline-block;
	position: relative;
	height: 1.75em;
	line-height: 1.75em;
	vertical-align: middle;
	text-align: center;
	padding: 0 30px 0 15px;
	background: #ED6160;
  /*塗りつぶし色*/
	color: #FFF;
  /*文字色*/
}
.con_today .box_inner .box_table_info .txt .ic:after {
	content: '';
	width: 0px;
	height: 0px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border-width: .875em 15px .875em 0px;
	border-color: transparent #fff transparent transparent;
	border-style: solid;
}
.con_today .box_inner .box_table_info .txt .ic span {
	font-size: 13px;
	letter-spacing: .1em;
	white-space: nowrap;
}
.con_today .box_inner .box_table_info .txt .ic span em {
	font-size: 130%;
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_table_info .txt .jp {
		display: inline-block;
		text-indent: -3em;
		padding-left: 3em;
  }
}
.con_today .box_inner .box_table_info .img {
	float: right;
	width: 273px;
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_table_info .img {
		text-align: center;
		margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_today .box_inner .box_table_info .txt, .con_today .box_inner .box_table_info .img {
		float: none;
		width: 100%;
  }
}

/* -----------------------------------------------------------
	con_siomi
----------------------------------------------------------- */
.con_siomi {
	margin-bottom: 80px;
}
.con_siomi .st_txt_shadow_blue {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.con_siomi .st_txt_shadow_blue .st {
	text-align: center;
	text-shadow: 4px 0px 0px #19b1d1, -3.49322px -1.9487px 0px #19b1d1, 2.10129px 3.40361px 0px #19b1d1, -0.17691px -3.99609px 0px #19b1d1, -1.79229px 3.57599px 0px #19b1d1, 3.30735px -2.24977px 0px #19b1d1, -3.98435px 0.35347px 0px #19b1d1, 3.65176px 1.63238px 0px #19b1d1, -2.39384px -3.20461px 0px #19b1d1, 0.52935px 3.96482px 0px #19b1d1, 1.46928px -3.72038px 0px #19b1d1, -3.0956px 2.53323px 0px #19b1d1, 3.93753px -0.70418px 0px #19b1d1, -3.78172px -1.3033px 0px #19b1d1, 2.66766px 2.98053px 0px #19b1d1, -0.87764px -3.90253px 0px #19b1d1, -1.13476px 3.83566px 0px #19b1d1;
	color: #fff;
	font-style: italic;
	position: relative;
	display: inline-block;
	font-weight: bold;
	z-index: 5;
	line-height: 1.3;
	font-size: 282%;
	z-index: 0;
}
@media only screen and (max-width: 767px) {
  .con_siomi .st_txt_shadow_blue .st {
		font-size: 113%;
		line-height: 1.4;
  }
}
.con_siomi .st_txt_shadow_blue .st:before {
	border-bottom: 40px solid transparent;
	border-left: 5px solid #19b1d1;
	right: -5px;
}
@media only screen and (max-width: 767px) {
  .con_siomi .st_txt_shadow_blue .st:before {
		border-bottom: 20px solid transparent;
  }
}
.con_siomi .st_txt_shadow_blue .st:after {
	border-top: 40px solid transparent;
	border-right: 5px solid #19b1d1;
	left: -5px;
}
@media only screen and (max-width: 767px) {
  .con_siomi .st_txt_shadow_blue .st:after {
		border-top: 20px solid transparent;
  }
}
.con_siomi .st_txt_shadow_blue .st:before, .con_siomi .st_txt_shadow_blue .st:after {
	content: '';
	width: 0px;
	height: 0px;
	bottom: 0px;
	position: absolute;
}
.con_siomi .st_txt_shadow_blue .st span {
	display: inline-block;
	position: relative;
	padding: 0 20px 0 10px;
}
.con_siomi .st_txt_shadow_blue .st span:after {
	content: ' ';
	background: #19b1d1;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	z-index: -1;
}
@media only screen and (max-width: 767px) {
  .con_siomi .st_txt_shadow_blue .st span:after {
		height: 20px;
  }
}
.con_siomi p.txt_intro {
	text-align: center;
	margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_siomi p.txt_intro {
		text-align: left;
  }
}
.con_siomi .con_explain {
	padding: 20px;
	border: 4px solid #19b1d1;
	position: relative;
	width: 100%;
}
.con_siomi .con_explain .st_md_blue {
	font-size: 175%;
	color: #19b1d1;
	font-size: 138%;
	padding: 10px 20px;
	background: #fff;
	position: absolute;
	top: -35px;
	left: 43%;
}
@media only screen and (max-width: 767px) {
  .con_siomi .con_explain .st_md_blue {
		font-size: 100%;
		padding-left: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_siomi .con_explain .st_md_blue {
		top: -34px;
		left: 38%;
  }
}
@media only screen and (max-width: 767px) {
  .con_siomi .con_explain .st_md_blue {
		top: -30px;
		left: 35%;
  }
}
.con_siomi .con_explain .box_l {
	float: left;
	width: 50%;
	padding-right: 4%;
	padding-left: 1%;
}
@media only screen and (max-width: 767px) {
  .con_siomi .con_explain .box_l {
		width: 100%;
		padding-right: 0%;
		padding-left: 0%;
  }
}
.con_siomi .con_explain .box_l ul {
	margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_siomi .con_explain .box_l ul {
		margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .con_siomi .con_explain .box_l ul {
		margin-top: 10px;
  }
}
.con_siomi .con_explain .box_l ul li {
	font-size: 100%;
	margin-bottom: 30px;
	list-style-image: url(../siomi/images/ic_circle.jpg);
	margin-left: 25px;
}
@media only screen and (max-width: 767px) {
  .con_siomi .con_explain .box_l ul li {
		font-size: 94%;
  }
}
.con_siomi .con_explain .box_l ul li span.red {
	color: #d71400;
}
.con_siomi .con_explain .box_l ul li span.wave {
	background: url(../siomi/images/bd_wave.jpg) bottom repeat-x;
	padding-bottom: 8px;
}
@media only screen and (max-width: 1024px) {
  .con_siomi .con_explain .box_l ul li span.wave {
		padding-bottom: 4px;
  }
}
.con_siomi .con_explain .box_r {
	float: left;
	width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_siomi .con_explain .box_r {
		width: 100%;
  }
}

/*----------------------------------------------------
	.con_calendar　 カレンダー
----------------------------------------------------*/
.con_calendar .con_select {
	text-align: center;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_calendar .con_select {
		margin-bottom: 1em;
  }
}
.con_calendar .con_select select.box_select {
	padding: 10px;
}
.con_calendar .wrp_month {
	position: relative;
}
.con_calendar .wrp_month.wrp_this_month {
	margin-bottom: 100px;
}
.con_calendar .wrp_month.wrp_this_month:last-child {
	margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con_calendar .wrp_month.wrp_this_month:last-child {
		margin-bottom: 40px;
  }
}
.con_calendar .wrp_month p.txt_calendar {
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .con_calendar .wrp_month p.txt_calendar {
		text-align: left;
		font-size: 94%;
  }
}

.box_title {
	text-align: center;
	margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .box_title {
		margin-bottom: 1.5em;
  }
}
.box_title .st_ic_swirl {
	position: relative;
	padding-left: 40px;
	font-size: 175%;
	font-style: italic;
	color: #474747;
	display: inline-block;
}
@media only screen and (max-width: 767px) {
  .box_title .st_ic_swirl {
		font-size: 100%;
		padding-left: 28px;
  }
}
.box_title .st_ic_swirl:after {
	content: ' ';
	position: absolute;
	top: 50%;
	left: 0;
	width: 41px;
	margin-top: -14px;
	height: 28px;
	background: url(../images/common/ic_swirl.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .box_title .st_ic_swirl:after {
		background-size: contain;
		width: 28.7px;
		height: 19.6px;
		margin-top: -10px;
  }
}

.calender_text {
	text-align: center;
	margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .calender_text {
		margin-bottom: 1em;
  }
}

/*----------------------------------------------------
.eventcalendar	イベントカレンダー
----------------------------------------------------*/
.box_tabel {
	width: 29.12698%;
	margin: auto;
	position: relative;
}
@media only screen and (min-width: 768px) {
  .box_tabel {
		min-width: 367px;
  }
}
@media print {
  .box_tabel {
		min-width: 367px;
  }
}
.ie8 .box_tabel {
	min-width: 367px;
}
@media only screen and (max-width: 767px) {
  .box_tabel {
		width: 95%;
  }
}
.box_tabel .this_month {
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .box_tabel .this_month {
		top: -60px;
  }
}
.box_tabel .this_month .month {
	font-size: 313%;
	line-height: 1.1;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .box_tabel .this_month .month {
		font-size: 188%;
  }
}
.box_tabel .this_month .year {
	font-size: 100%;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .box_tabel .this_month .year {
		font-size: 88%;
  }
}
.box_tabel .prev_month {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-100%, 50%);
	margin-left: -80px;
}
@media only screen and (max-width: 767px) {
  .box_tabel .prev_month {
		margin-left: 0;
		position: static;
		transform: translate(0, 0);
		float: left;
  }
}
.box_tabel .prev_month .btn_black a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 5px 10px;
	background: #232323;
	font-size: 125%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	box-shadow: 0px 0px 0px 0px #232323 inset;
	-moz-box-shadow: 0px 0px 0px 0px #232323 inset;
	-webkit-box-shadow: 0px 0px 0px 0px #232323 inset;
}
@media only screen and (max-width: 767px) {
  .box_tabel .prev_month .btn_black a {
		max-width: none;
		font-size: 100%;
		width: 90%;
  }
}
.box_tabel .prev_month .btn_black a:hover {
	color: #232323;
	background: #fff;
	box-shadow: 0px 0px 0px 3px #232323 inset;
	-moz-box-shadow: 0px 0px 0px 3px #232323 inset;
	-webkit-box-shadow: 0px 0px 0px 3px #232323 inset;
}
.box_tabel .prev_month .btn_black a:hover span:before {
	left: 5px;
}
.box_tabel .prev_month .btn_black a span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.box_tabel .prev_month .btn_black a span:before {
	content: '→';
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 20px;
	margin-top: -15px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  .box_tabel .prev_month .btn_black a {
		width: 100%;
  }
}
.box_tabel .prev_month .btn_black a span:before {
	transform: rotate(180deg);
}
.box_tabel .prev_month .btn_black a:hover span:before {
	left: -5px;
}
.box_tabel .next_month {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%, 50%);
	margin-right: -80px;
}
@media only screen and (max-width: 767px) {
  .box_tabel .next_month {
		margin-right: 0;
		position: static;
		transform: translate(0, 0);
		float: right;
  }
}
.box_tabel .next_month .btn_black a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 5px 10px;
	background: #232323;
	font-size: 125%;
	color: #fff;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	box-shadow: 0px 0px 0px 0px #232323 inset;
	-moz-box-shadow: 0px 0px 0px 0px #232323 inset;
	-webkit-box-shadow: 0px 0px 0px 0px #232323 inset;
}
@media only screen and (max-width: 767px) {
  .box_tabel .next_month .btn_black a {
		max-width: none;
		font-size: 100%;
		width: 90%;
  }
}
.box_tabel .next_month .btn_black a:hover {
	color: #232323;
	background: #fff;
	box-shadow: 0px 0px 0px 3px #232323 inset;
	-moz-box-shadow: 0px 0px 0px 3px #232323 inset;
	-webkit-box-shadow: 0px 0px 0px 3px #232323 inset;
}
.box_tabel .next_month .btn_black a:hover span:before {
	left: 5px;
}
.box_tabel .next_month .btn_black a span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.box_tabel .next_month .btn_black a span:before {
	content: '→';
	position: absolute;
	top: 50%;
	left: 0;
	font-size: 20px;
	margin-top: -15px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  .box_tabel .next_month .btn_black a {
		width: 100%;
  }
}
.box_tabel .next_month .btn_black a span {
	padding-left: 0;
	padding-right: 30px;
}
.box_tabel .next_month .btn_black a span:before {
	right: 0;
	left: auto;
}
.box_tabel .next_month .btn_black a:hover span:before {
	right: -5px;
	left: auto;
}
.box_tabel .prev_month, .box_tabel .next_month {
	width: 120px;
}

.eventcalendar {
	width: 100%;
	border-collapse: collapse;
	font-size: 90%;
	width: 100%;
	border: 1px solid #000;
	border-bottom: none;
	margin-bottom: 25px;
}
.eventcalendar th, .eventcalendar td {
	width: 14.44142%;
	border: 1px solid #000;
	border-top: none;
	text-align: left;
	vertical-align: top;
}
.eventcalendar th {
	padding: 7px 0;
	font-weight: normal;
	font-size: 130%;
	text-align: center;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 125%;
	border-right: 1px solid #fff;
	border-bottom: 2px solid #7e7e7e;
}
.eventcalendar th:last-child {
	border-right: none;
}
.eventcalendar th.saturday {
	color: #dae8f4;
}
.eventcalendar th.sunday {
	color: #f9dfdd;
}
.eventcalendar td {
	background: #fff;
	font-size: 110%;
	cursor: pointer;
	position: relative;
}
.eventcalendar td:before {
	content: "";
	width: 100%;
	height: 100%;
	border: 2px solid #19b1d1;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	opacity: 0;
	transition: .4s;
}
.eventcalendar td:hover:before, .eventcalendar td.active:before {
	opacity: 1;
}
@media only screen and (max-width: 767px) {
  .eventcalendar td {
		font-size: 100%;
		border-bottom: 1px solid #000;
  }
}
@media only screen and (max-width: 767px) {
  .eventcalendar td.top {
		border-top: 1px solid #000;
  }
}
.eventcalendar td.today {
	background: #DFF5FF;
	position: relative;
}
.eventcalendar td.today:after {
	content: 'today';
	opacity: 1;
	font-size: 72%;
	color: #19b1d1;
	text-align: center;
	width: 100%;
	position: absolute;
	top: -.2em;
	left: 0;
}
.eventcalendar td.day_none {
	background: #fff;
}
.eventcalendar td.saturday .date {
	background: #dae8f4;
}
@media only screen and (max-width: 767px) {
  .eventcalendar td.saturday .date a {
		color: #478cc8;
  }
}
.eventcalendar td.sunday .date {
	background: #f9dfdd;
}
@media only screen and (max-width: 767px) {
  .eventcalendar td.sunday .date a {
		color: #df6053;
  }
}
.eventcalendar td .date {
	text-align: center;
	padding: .75em;
}
.eventcalendar td .date p {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	font-size: 113%;
}
@media only screen and (max-width: 767px) {
  .eventcalendar td .date p {
		padding: 0;
		border: none;
  }
}

/* -----------------------------------------------------------
	con_reserv
----------------------------------------------------------- */
.con_reserv {
	margin-top: 50px;
	margin-bottom: 50px;
}
.con_reserv .btn_yellow_big {
	text-align: center;
	margin-bottom: 20px;
}
.con_reserv .btn_yellow_big a {
	text-decoration: none;
	display: inline-block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	padding: 20px;
	background: #fffc00;
	font-size: 188%;
	color: #232323;
	text-align: center;
	border: solid 3px #3377c3;
	box-shadow: 0px 5px 0px 1px #3377c3;
	-moz-box-shadow: 0px 5px 0px 1px #3377c3;
	-webkit-box-shadow: 0px 5px 0px 1px #3377c3;
	font-weight: bold;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 100%;
	max-width: 620px;
}
@media only screen and (max-width: 767px) {
  .con_reserv .btn_yellow_big a {
		max-width: none;
		font-size: 107%;
  }
}
.con_reserv .btn_yellow_big a:hover {
	background: #3377c3;
	color: #fff;
	border: solid 3px #232323;
	box-shadow: 0px 5px 0px 1px #232323;
	-moz-box-shadow: 0px 5px 0px 1px #232323;
	-webkit-box-shadow: 0px 5px 0px 1px #232323;
}
.con_reserv .btn_yellow_big a:hover span:before {
	left: 5px;
}
.con_reserv .btn_yellow_big a span {
	display: inline-block;
	padding-left: 50px;
	position: relative;
}
@media only screen and (max-width: 767px) {
  .con_reserv .btn_yellow_big a span {
		padding-left: 35px;
  }
}
.con_reserv .btn_yellow_big a span:before {
	content: '→';
	position: absolute;
	top: 40%;
	left: 0;
	font-size: 30px;
	margin-top: -20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
@media only screen and (max-width: 767px) {
  .con_reserv .btn_yellow_big a {
		width: 95%;
  }
}
.con_reserv p {
	text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_reserv p {
		text-align: left;
		padding: 0 10px;
  }
}
