@charset "utf-8";
/* CSS Document */

/* Basic */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fef9ee;
	width: 100%;
	min-width: 1050px;
	/*font-family: "ＭＳ ＵＩゴシック", "MS UI Gothic", "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, sans-serif;*/
	font-size: 14px;
	line-height: 18px;
	
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
p { line-height: 24px; }
a { outline: none;text-decoration: none; }
li { list-style: none; }
img { border-style:none; }

h3 {
	font-size: 26px;
	font-weight: bold;
	color: #563C2F;
	margin-top: 0.8em;
	margin-bottom:1em;
}
h4 {
	font-size: 1.3em;
	font-weight: bold;
	color: #563C2f;
	margin-left: 5px;
}
h5 {
	font-size: 1em;
	font-weight: bold;
	color: #563C2f;
	margin-left: 5px;
}

#my_body {
	width: 970px;
	margin: 0 auto;
}
/* Link and Tel*/
#link_and_tel {
	float: right;
	width: 330px;
	height: 70px;
	text-align: right;
}
#link_and_tel2 {
	display: none;
}
a {
	font-size: 14px;
}
a:link { color: #996666; }
a:visited { color: #996666; }
a:hover { color: #cc3333; }
a:active { color: #996666; }

/* Header */
#outheader {
	width: 100%;
	background-color: #e6d3a9;
	height: 26px;
}
#messege h1 {
	margin: 0 auto;
	padding-top: 3px;
	width: 1000px;
	font-size: 1em;
	font-weight: bold;
	padding-left: 20px;
}
#head_logo {
	float: left;
	margin-top: 10px;
}
#head_logo2 {
	display: none;
}
/* Footer */
#outfooter {
	clear: both;
	margin: 0 auto;
	width: 100%;
	background-color: #e6d3a9;
	height: 123px;
}
.fotter_item {
	margin: 0 auto;
	padding-top: 18px;
	width: 543px;
}
/* Menu for Contents Page */
#menu_cont {
	clear: both;
}
#menu_cont li {
	float: left;
}
#menu_cont li .bot1 {
	margin-left: 37px;
}
#menu_cont li .bot2 {
	margin-right: 37px;
}
#menu_cont li .bot3 {
	margin: 0;
}
/* Contents */
#title {
	margin: 8px 0 12px;
}
.contents {
	margin: 0 2px 1.75em;
}
.contents p {
	padding: 0 8px 1em;
}
#my_navigation {
	float: left;
	width: 260px;
	margin-left: 30px;
	_margin-left: 12px;
}
#info {
	margin: 0;
	width: 242px;
	height: 140px;
	background-color: #fff;
	border: 2px dashed #563C2f;
	padding-bottom: 0.4em;
}
.info_moji {
	width: 218px;
	height: 98px;
	padding: 2px 8px;
	overflow: auto;
}
.info_img {
	padding: 6px 0 0 7px
}
#side_img {
	margin-top: 10px;
}
#my_contents {
	width: 680px;
	float: right;
	margin-top: 13px;
}
.clear_both {
	clear: both;
}
.contents h2 {
	font-size: 24px;
	height: 44px;
	margin-left: 5px;
	color: #563C2f;
	font-weight: bold;
	background-image: url(img/h2_midashi_bar.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	line-height: 24px;
}
.contents h3 {
	font-size: 1.2em;
	color: #563C2f;	
}
#mynavi {
	padding: 1em 0 2em 0;
}
#mymain {
	padding: 1em;
}

#feeddata {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

/*******************
/* ページトップへ
*******************/
#pageTop{
	margin-right: 20px;
	position:fixed;
	bottom: 10px;
	right:5px;
	z-index: 101;
}
#pageTop:hover{
	background:#D8A33A;
}
/**/

/*******************
/* メールフォーム
*******************/
#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
/**/

.hide {
	display:none;
}
.footer {
	display:none;
}
#fixed-navi {
	display:none;
}
.flexslider {
	display:none;
}
.yoyaku {
	display:none;
}
.schedule {
	width: 100%;
	font-size: 2.5em;
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
	margin: 0 0 50px 0;
	background: -moz-linear-gradient(
		top,
		#e4fae4 0%,
		#009900);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#c3e0f7),
		to(#009900));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 0px solid #006600;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px 0px 1px rgba(255,255,255,0.5);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.7),
		0px 1px 0px rgba(255,255,255,0.3);
}

.schedule-areasp {
	display:none;
}



/********** shio-side 追記 **********/

.pc-on{ display: block;}
.sp-on{ display: none;}

#holiday-info{
	margin: 40px 20px 40px;
	border: 2px solid #FE9643;
	border-radius: 8px;
	padding: 15px 15px 5px;
	background: #fff;
}

#holiday-info dl{
	font-size: 18px;
}

#holiday-info dl dt{
	display: inline-block;
	margin: 0 0 6px;
	background: url(img/icon_oliday-info01.png) no-repeat 0 0;
	padding: 7px 0 2px 21px;
	position: relative;
}

#holiday-info dl dt::after{
	content: "";
	display: inline-block;
	width: 15px;
	height: 26px;
	background: url(img/icon_oliday-info01.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	right: -20px;
}


#holiday-info.type02 dl dt{
	background: url(img/icon_oliday-info02.png) no-repeat 0 0;
	padding: 7px 0 2px 27px;
}


#holiday-info dl dd{
	color: #CC0000;
	font-weight: bold;
	margin: 0 0 10px 20px;
	padding: 0 0 6px;
	border-bottom: 1px dotted #FE9643;
}

#holiday-info .title{
    font-size: 18px;
    color: #CC0000;
    font-weight: bold;
    text-align: center;
}

#holiday-info p{
    padding: 0 8px 1em;
}


#mimai{
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #86C0E8;
	border: 3px solid #86C0E8;
	border-radius: 6px;
	margin: 40px 20px 40px;
	padding: 15px;
	background: #fff;
	box-sizing: border-box;
	line-height: 1.8
}


#influenza{
	margin: 40px 20px 40px;
	border: 2px solid #009933;
	border-radius: 8px;
	padding: 15px 15px 5px;
	background: #fff;
}

#influenza .title{
	font-size: 18px;
	color: #CC0000;
	font-weight: bold;
	text-align: center;
}

#influenza .date{
	font-size: 18px;
}

#influenza .date dt{
	margin: 0 0 6px 20px;
	padding: 0 0 0 0;
	font-weight: bold;
}

#influenza .date dd{
	color: #009933;
	font-weight: bold;
	margin: -24px 0 16px 0;
	padding: 0 0 6px 150px;
	border-bottom: 1px dotted #009933;
}

#influenza .date02{
	font-size: 16px;
	margin: 0 0 0 120px;
}

#influenza .date02 dt{
	margin: 0 0 6px;
	padding: 0 0 0 0;
	font-weight: bold;
}

#influenza .date02 dd{
	margin: -24px 0 2px 0;
	padding: 0 0 6px 100px;
}

#influenza .date02 dd span{
	display: inline-block;
	text-align: right;
}

#influenza .date02 dd .box01{
	width: 90px;
	margin-right: 14px;
}

#influenza .date02 dd .box02{
	width: 110px;
	margin-left: 14px;
	color: #CC0000;
	font-size: 18px;
	font-weight: bold;
}

#influenza .note span{
	color: #CC0000;
	font-weight: bold;
}

