@charset "UTF-8";

/* 追記20230725 */
@media screen and (min-width: 768px) {
#grandMenu {display: none;}
.sp {display: none !important;}
}


/* 繰り返し利用するもの ------------------------------------------- */

.clearfix{
	zoom:100%;	
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.img_right {
	float:right;
	margin-left: 20px;
}
.L{
	float: left;
}

.R{
	float: right;
}

.mb5{
	margin-bottom: 5px;

}


.mb10{
		margin-bottom:10px;

}
/* 共通のデザイン----------------------------------------- */


body {
	color:#503006;
	text-align:center;
	background-image: url(../../img/common/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
	text-align:left;
	background-image: url(../../img/common/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper_visual_index{
	background-image: url(../../img/top/index_visual_bg.png);
	background-position: center 140px;
	background-repeat: no-repeat;
}
#wrapper_visual{
	background-image: url(../../img/common/visual_bg.png);
	background-position: center 140px;
	background-repeat: no-repeat;
}

#container {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a:link,a:visited {
	color: #2e9cac;
	text-decoration: none;
}

a:hover {
	color: #2e9cac;
	text-decoration: underline;
}

/* ヘッダー ----------------------------------------------- */

#header {
	
}

#header h1 {
	text-align:right;
	font-size: 0.6em;
	font-weight:normal;
	color:#9abd43;
	height:21px;
	line-height:20px;
}

#header #logo {
	float:left;	
}

#header #tel {
	float:right;	
}

/* GlobalNav ---------------------------------------------- */

#GlobalNav {
	clear: both;	
}


#GlobalNav ul li {
	float:left;	
}

/* Contents ----------------------------------------------- */



#home #contents {
	padding: ;	
}

#page #contents {
	padding:;	
}
#contents {
	padding:;
	width: 960px;
		background-image: url(../../img/common/main_bg.gif);
	background-repeat: repeat-y;
}
#Main {
	width: 700px;
	float:left;
	font-size: 0.9em;
	line-height: 1.8;
	text-align: left;

}


#side {
	width: 200px;
	float:right;
	font-size:0.9em;
	background-color: #f8f8f4;
	padding-right: 15px;
	padding-left: 15px;
}




/* Side */
.LocalNav{
	background-color: #FFF;
	padding: 3px;
	border: 1px solid #cccccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

.LocalNav h3{
	background-image: url(../../img/sidebar/side_title.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	height: 20px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 7px;
}

.LocalNav li{
	display:block;

	background-image: url(../../img/sidebar/side_icon.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 20px;
	background-position: 5px 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}
.LocalNav li a{
		color:#503006;
}

.LocalNav li a:hover,
.LocalNav li a.current{
	color:#2e9cac;
}

.LocalNav2 li{
		display:block;
	background-color: #fff;
	background-image: url(../../img/sidebar/side_icon2.gif);
	background-repeat: no-repeat;
	border-bottom-style: none!important;
	background-position: left;
	padding-left: 10px;
	font-weight: normal;
}



#SideBannar ul li {
	margin-bottom: 5px;	
}

#SideBannar ul {
	margin-bottom:15px;	
}

/* カレンダー */

#Calender {
			padding: 5px;
	border:1px solid #ccc;
	margin-bottom: 10px;
	background-color: #FFF;

}


div.cal_wrapper {


}
div.schedule_wrapper {
	padding: 10px 0px;
	width: 310px;
	border: solid 1px #CCC;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #666;
}
div.schedule_wrapper h3 {
	padding: 0px 10px;
	font-weight: normal;
	margin: 0px;
	font-size: 12px;
	color: #666;
}
div.schedule_wrapper div.schedule_list {
	padding: 0px 10px;
	margin: 0px;
}
div.schedule_wrapper div.schedule_list ol {
	padding: 0px;
	margin: 5px auto;
	border-top: solid 1px #CCC;
}
div.schedule_wrapper div.schedule_list ol li {
	padding: 5px 10px 0px 0px;
	margin: 0px 0px 0px 30px;
	font-size: 12px;
	line-height: 1.5em;
}
#Calender div.schedule_wrapper div.schedule_list ol li:hover {
	text-decoration: underline;
}
#Calender div.cal_wrapper table.cal tr th p {
	float: left;
	padding: 5px;
	margin: 0px;
	color: #666;
	font-size: 11px;
}
div.cal_wrapper table.cal tr th div.cal_ui {
	float: right;
}
div.cal_wrapper table.cal tr th div.cal_ui input {
	border: solid 1px #CCC;
	background-color: #FFF;
	font-size: 11px;
	border-radius: 3px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
div.cal_wrapper table.cal tr td {
	border-top: solid 1px #EEE;
}
div.cal_wrapper table.cal tr td {
	font-size: 10px;
	text-align: center;
	padding: 2px
}
div.cal_wrapper table.cal tr.headline td {
	padding: 5px 0px;
	color: #666;
}
div.cal_wrapper table.cal tr.headline {
	background-color: #EEE;
}
div.cal_wrapper table.cal tr td div {
	position: relative;
	padding: 4px 5px 4px 4px;
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div span {
	display: block;
	position: absolute;
	top: 20px;
	left: 0px;
	display: none;
	width: 180px;
	border: solid 1px #EEE;
	background-color: #FFF;
	text-align: left;
	padding: 5px;
	z-index: 10;
	color: #000;
	font-weight: normal;
	line-height: 1.5em;
	box-shadow: 1px 1px 3px #666;
}

/* 以下、クラス指定するときのアレ */

div.cal_wrapper table.cal tr td div.Sat {
	color: #4b80a9;
	background-color: #cce6f3;
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Sun {
	color: #d97c7c;
	background-color: #f7cfcf;
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Thu {
	color: #d97c7c;
	background-color: #f7cfcf;
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Deli {
	background-color: #EFE;
}
div.cal_wrapper table.cal tr td div.etc {
	color: #d27c00;
	background-color: #ffe8c4;
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Holyday {
	color: #d97c7c;
	background-color: #f7cfcf;
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.Birthday {
	color: #d97c7c;
	background-color: #f7cfcf;
	font-weight: bolder;
}
div.cal_wrapper table.cal tr td div.weekday {
	color: #000;
	background-color: #FFF;
	font-weight: normal;
}
div.cal_wrapper table.cal tr td div.Today {
	font-weight: bolder;
}

div.cal_wrapper table.cal tr td div.backward {
	font-weight: normal;
	opacity: 0.7;
	border-radius: 3px;
}
div.cal_wrapper table.cal tr td div.pointer {
	cursor: pointer;
}
div.cal_wrapper table.cal tr td div.pointer:hover {
	background-color: #EEE;
}
.cal_prev {
	background-image:url(../../img/sidebar/cal_01.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 2px;
	height: 15px;
	width: 15px;
}
.cal_to {
	background-image:url(../../img/sidebar/cal_02.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 2px;
	height: 15px;
	width: 15px;
}
.cal_next {
	background-image:url(../../img/sidebar/cal_03.gif);
	background-repeat: no-repeat;
	float: left;
	padding: 2px;
	height: 15px;
	width: 15px;
}
p#schedule {
	font-size:0.8em;
	margin-top: 4px;
}

p#schedule span.DayOff {
	color:#f7cfcf;
}

p#schedule span.pmOff {
	color:#cce6f3;
}

p#schedule span.etc {
	color: #ffe8c4;
}

/* footer -------------------------------------------------------- */

.footer_bg {
	background-image: url(../../img/common/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#footer{
	height: 257px;
	clear: both;
	padding-top: 40px;
	font-size: 12px;
	color: #FFF;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer ul{
	float: left;
	width: 850px;
}


#footer #pagetop{
	float: right;
	margin-bottom: 10px;
}

#footer li{
	float: left;
	padding-right: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	line-height: 12px;
	margin-right: 27px;
	font-size: 12px;
	padding-bottom: 0px;
}
#footer hr{
		display: none;
}
.footer_bar{
	background-image: url(../../img/common/footer_bar.gif);
	background-repeat: repeat-x;
	height: 2px;
	margin-bottom: 10px;
	clear: both;
}

#footer_left{
	float: left;
	width: 686px;
	padding-bottom: 10px;
}

#footer_map{
	width: 244px;
	border: 3px solid #FFF;
	float: right;
}

#footer #copyright{
	text-align: center;
	margin-bottom: 10px;
}
