
#eyecatch
{
	margin-bottom: 0px;
	background-color: #eaf2f4;
	background-image: url(../images/bg_eyecatch.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 100px;
}

#eyecatch ul
{
	margin: 0px;
	padding: 0px;
}

#about
{
	background-color: #42b9d0;
	background-image: url(../images/bg_about.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 100px;
	padding-top: 30px;
}

#about .body
{
	background: 
	url(../images/bg_about_left.gif) no-repeat left 20px,
	url(../images/bg_about_right.gif) no-repeat right 20px;
	text-align: center;
	color: #FFF;
}

#about .body h2
{
	text-align: center;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 1em;
}

#about .body p
{
	text-align: center;
	font-size: 20px;
	line-height: 160%;
	margin-bottom: 60px;
}

#about ul
{
	margin: 0px;
	padding: 0px;
}

#about ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#about .about_img
{
	display:none;
}

#about .reserve
{
	margin-top: 40px;
}

#about .reserve_sp
{
	display:none;
}

.news_area 
{
	margin-bottom: 40px;
}


.news_area h2
{
	font-size: 25px;
	color: #339FD1;
	background-image: url(../images/icon_news.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.news_area table
{
	width:100%;
}

.news_area table th
{
	font-weight: normal;
	color: #43B9D0;
	padding: 8px;
	text-align: left;
	vertical-align: top;
	background-image: url(../images/line_news.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	width: 120px;
}

.news_area table td
{
	padding: 8px;
	text-align: left;
	background-image: url(../images/line_news.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.news_area table td a
{
	color:#000;
}

.time_area h2
{
	font-size: 25px;
	color: #339FD1;
	background-image: url(../images/icon_time.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.time_area h2 span
{
	font-size: 14px;
	color: #000;
	font-weight: normal;
	padding-left: 20px;
}

.time_area table
{
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #42b9d0;
}

.time_area table th
{
	text-align: center;
	padding: 8px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	background-color: #ddf2f7;
}

.time_area table tr:last-child th
{
	border-bottom-style: none;
}

.time_area table tr:first-child th
{
	color: #FFF;
	background-color: #42b9d0;
	text-align: center;
	padding: 8px;
}

.time_area table td
{
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bbbbbb;
	border-left-color: #bbbbbb;
	line-height: 120%;
	width: 10%;
}

.time_area table tr:last-child td
{
	border-bottom-style: none;
}

.time_area table tr:last-child td span
{
	font-size: 10px;
	text-align: center;
	display: block;
	line-height: 100%;
}

.time_area ul
{
	margin: 0px;
	padding: 0px;
}

.time_area ul li
{
	list-style-type: none;
	font-size: 16px;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	text-indent: -1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}

.time_area ul li:before
{
	content: "●";
	color: #339FD1;
}

.time_area ol
{
	margin: 0px;
	padding: 0px;
}

.time_area ol li
{
	list-style-type: none;
	font-size: 12px;
	line-height: 140%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.4em;
	margin-left: 0px;
	text-indent: -1em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}

.time_area ol li:before
{
	content: "＊";
	color: #339FD1;
}

/* PCのみ設定  768 以上*/
@media screen and (min-width:768px)
{

#eyecatch .body
{
}

#about ul li:first-child
{
	float: left;
}

#about ul li:last-child
{
	float: right;
}

.side_calender
{
	float: right;
}

.main_text
{
	float: left;
	width: 750px;
}

.time_area ul
{
	float: left;
	padding-right: 1em;
}


}

/* タブレットレイアウト : 768 px 〜 959 px*/
@media screenand (max-width:959px)
{






}

/* スマホ設定  768 以下*/
@media screen and (max-width:767px)
{

#eyecatch
{
	-ms-background-size: 50% auto;
	-o-background-size: 50% auto;
	-webkit-background-size: 50% auto;
	-moz-background-size: 50% auto;
	background-size: 50% auto;
	padding-bottom: 60px;
}

#about
{
	-ms-background-size: 50% auto;
	-o-background-size: 50% auto;
	-webkit-background-size: 50% auto;
	-moz-background-size: 50% auto;
	background-size: 50% auto;
	padding-top: 60px;
}

#about .body
{
	background-image: none;
}


#about .body h2
{
	text-align: justify;
	font-size: 25px;
}

#about .body p
{
	text-align: justify;
	font-size: 20px;
	line-height: 160%;
	margin-bottom: 60px;
}

#about .about_img
{
	display: block;
	float: right;
	width: 46%;
	margin-bottom: 1em;
	margin-left: 1em;
}

#about ul li
{
	margin-bottom: 1em;
}

#about .reserve
{
	display:none;
}

#about .reserve_sp
{
	margin-top: 10px;
	display:block;
}

.news_area table
{
	width: 96%;

}

.news_area table th
{
	font-weight: normal;
	color: #43B9D0;
	display: block;
	text-align: left;
	vertical-align: top;
	background-image: none;
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	width: 100%;
}

.news_area table td
{
	display: block;
	text-align: left;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 100%;

}

.time_area h2
{
	background-position: left top;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}

.time_area h2 span
{
	display: block;
	padding-left: 0px;
}

.time_area ul
{
	margin-bottom: 1em;
}

.side_calender
{
	padding-top: 40px;
	text-align: center;
}

.side_calender .cal_wrapper
{
	text-align: center;

}


div.cal_wrapper,
div.cal_wrapper table
{
	width: 100% !important;
}

.cal_guide
{
	clear: both;
}

}