body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 1.8;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
}
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#header {
	background-color: #9fd253;
}



.wrapper {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#headerin {
	background-color: #EBA428;
}

#headerL {
	float: left;
	margin-bottom: 0px;


}

#headerR {
	float: right;
	margin-top: 5px;

}
#box{ 
 clear: both;
 margin-bottom: 15px;
 overflow: hidden;
}
.text_box{
	width:220px;
	display: block;
	text-decoration: none;
	border: thin solid #000000;
}
.text_box span{
	display: block;
	font-size: 14px;
	line-height: 25px;/*50pxの真ん中にテキストがくるように*/
	color: #000000;
	text-align: left;
	padding-left: 5px;
}

h1 {
	color: #FFFFFF;
	font-size: 13px;
	letter-spacing: 0.2em;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#headerL h3 {
	font-size: 60px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	letter-spacing: 0.2em;
	line-height: 1;
}
#mv {
	width: 950px;
}


#headerL p {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.3em;
}

#headerR #tel {
	font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.3em;
	line-height: 1;
	text-align: right;
	}

#headerR #time {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	line-height: 120%;
	text-align: right;
	letter-spacing: 0.4em;
}

#headerR p {
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 1;
}
#mv {
	margin-top: 20px;
	margin-bottom: 20px;
}
#catchcopy {
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	font-weight: bold;
}
#contents {
	width: 950px;
	padding: 0px;
}
#contents #news {
	float: left;
	width: 455px;
	margin-right: 40px;
}
#news #info {
	padding: 15px;
	width: 425px;
	background-color: #fefbec;
	margin-top: 10px;
	-moz-border-radius: 20px;    /* 古いFirefox */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 1px solid #FFCC00;     /* 枠線の装飾 */
   
}
#message #ms {
	width: 435px;
	background-color: #fdfde5;
	margin-top: 10px;
	padding: 10px;
	-moz-border-radius: 20px;    /* 古いFirefox */
   -webkit-border-radius: 20px; /* 古いSafari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 1px solid #CCCC00;     /* 枠線の装飾 */
}
.wrapper #map {
	width: 950px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#ms img {
	float: right;
	margin: 3px;
}
#contents #message {
	float: right;
	width: 455px;
}



#gnavi {
	list-style-type: none;
	width: 950px;
	padding: 0px;
}
#gnavi li {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	width: 232px;
	height: 83px;
}
#gnavi li:nth-child(4n) {
	margin-right: 0;
}
#gnavi li:a {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	width: 232px;
	height: 83px;
}
#gnavi li a {
	width: 232px;
	height: 83px;
	display: block;
}
#gnavi li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: “alpha( opacity=80 )”;
}
.tag_o{
	position:relative;
	padding:9px;
	font-weight: bold;
	font-size: 18px;
	background-color: #FF9900;
	color: #fff;
	border-radius:3px;


	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
 
.tag_o:before{
	content:''; 
	height:0; 
	width:0; 
	display:block; 
	border:13px transparent solid; 
	border-right-width:0; 
	border-left-color:#FF9900; 
	position:absolute; 
	top:43px; 
	left:15px;
	transform:rotate(-270deg);
	-webkit-transform:rotate(-270deg);
	-moz-transform:rotate(-270deg);
	-o-transform:rotate(-270deg);
	-ms-transform:rotate(-270deg);
}
.con_box {
	background-color: #ECECEC;
	border: 1px solid #CCCCCC;
	width: 910px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 0px;
}
.row1{
	border: 1px solid #bbb;
	width: 900px;
}
.row2{
	border: 1px solid #bbb;
}

.row1 th{
	border: 1px solid #bbb;
	padding: 3px;
	background-color: #D7D7D7;
}
.row2 th{
	background-color: #D7D7D7;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
	border: 1px solid #bbb;
}
.row1 td{
	border: 1px solid #bbb;
	padding: 3px;
}
.wrapper .menu_up {
	color: #FF6600;
	font-size: 14px;
	text-align: center;
	width: 150px;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
}
.wrapper .menu_up a{
color: #FF6600;
	}
.wrapper .menu_up a:active {
color: #FF6600;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.2em;
}
h3 {
	font-size: 17px;
	font-weight: bold;
}
#footer {
	background-color: #9fd253;
}
#footer .wrapper #footerL {
	float: left;
}
#footer .wrapper #footerR {
	float: right;
	margin-top: 10px;
}

#copyright {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	background-color: #EBA428;
	margin-bottom: 0;
	clear: both;
}
#footerR .footernavi a {
	color: #FFFFFF;
	text-decoration: none;
}

.wrapper #footerL p {
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: left;
}
.wrapper #footerL #tel2 {
font-size: 40px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.2em;
	line-height: 1;
	text-align: left;
}

.wrapper #footerL #time2 {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 0.2em;
	line-height: 130%;
	text-align: left;
}
#footerR #fnavi {
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#footerR #fnavi li {
	float: left;
	border: 2px solid #FFFFFF;
	margin-right: 5px;
	width: 118px;
	list-style-type: none;
	height: 50px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	margin-bottom: 0px;
	padding-right: 2px;
	padding-left: 2px;
}
#footerR #fnavi a {
color: #FFFFFF;
	text-decoration: none;
}
#fbnr p {
	float:left;
}
#fbnr p:first-child {
	margin-right: 7px;
}

.azaminosyuhen-map {
	width: 100%;
	margin: 35px auto;
}
.azaminosyuhen-map >img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.azaminosyuhen-map >img:not(:last-child) {
	margin-bottom: 20px;
}
#map img{
	width: 100%;
}

#footerR #fnavi li.s_txt span {
    font-size: 0.8em;
    display: block;
    line-height: 1.2;
}

/* 20251121 */
#footerR #fnavi a.line3 {
    font-size: 0.9em;
    display: inline-block;
    line-height: 1.4;
}