/*ブラウザの初期化--------------------------------------------*/

body, form, fieldset {
	margin: 0;
	padding: 0;
	}

fieldset {
	border: none;
	}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, dd {
	margin: 0;
	padding: 0;
	}

blockquote, li, dt, dd {
	margin-left: 1em;
	}

input, textarea {
	font-size: 1em;
	}

/*body----------------------------------------------------*/

body {
	background-color: #FFFFFF;
	}

/*container-----------------------------------------------------*/

#container {
	width: 750px;
	margin: auto;
	background-color: #FFFFFF;
	}

/*h1#title-----------------------------------------------------*/

h1#title {
	width: 750px;
	height: 188px;
	text-align: center;
	font-size: x-large;
	background-image: url(img/title.jpg);
	text-indent: -9999px;
	}	

/*g-navi-----------------------------------------------------*/

.menu {
	font-size: 12px;
	margin: 0px 0px -345px 0px;
	width: 125px;
	height: 75px;
	position: relative;
	top: 0px;
	left: 0px;
	}
	
/*Huck-Start----------------------------------------*/

html>body .menu {
	font-size: 12px;
	margin: 0px 0px 30px 0px;
	width: 125px;
	height: 75px;
	position: relative;
	top: 0px;
	left: 0px;
	}

/*Huck-end-----------------------------------------*/
	

#menu1 {
	position: relative;
	left: 0px;
	top: 0px;
	}
	
#menu2 {
	position: relative;
	left: 125px;
	top: -75px;
	}

#menu3 {
	position: relative;
	left: 250px;
	top: -150px;
	}

#menu4 {
	position: relative;
	left: 375px;
	top: -225px;
	}

#menu5 {
	position: relative;
	left: 500px;
	top: -300px;
	}
	
#menu6 {
	position: relative;
	left: 625px;
	top: -375px;
	}
	
#menu1 a.menuhead {
	display: block;
	width: 125px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(img/b_01_on.gif);
	}
	
#menu1 a.menuhead:hover {
	background-image: url(img/b_01_on.gif);
	}
	
#menu2 a.menuhead {
	display: block;
	width: 125px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(img/b_02.gif);
	}
	
#menu2 a.menuhead:hover {
	background-image: url(img/b_02_on.gif);
	}
	
#menu3 a.menuhead {
	display: block;
	width: 125px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(img/b_03.gif);
	}
	
#menu3 a.menuhead:hover {
	background-image: url(img/b_03_on.gif);
	}
	
#menu4 a.menuhead {
	display: block;
	width: 125px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(img/b_04.gif);
	}
	
#menu4 a.menuhead:hover {
	background-image: url(img/b_04_on.gif);
	}
	
#menu5 a.menuhead {
	display: block;
	width: 125px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(img/b_05.gif);
	}
	
#menu5 a.menuhead:hover {
	background-image: url(img/b_05_on.gif);
	}
	
#menu6 a.menuhead {
	display: block;
	width: 125px;
	height: 75px;
	text-indent: -9999px;
	background-image: url(img/b_06.gif);
	}
	
#menu6 a.menuhead:hover {
	background-image: url(img/b_06_on.gif);
	}

.menuhead {
	
	}
	
#menu2 .submenu#submenu2 a,
#menu3 .submenu#submenu3 a,
#menu4 .submenu#submenu4 a,
#menu5 .submenu#submenu5 a,
#menu6 .submenu#submenu6 a {
	background-color: #f2fad7;
	border-top: solid 1px #FFFFFF;
	line-height: 1.25em;
	padding: 5px 0.5em 5px 1.5em;
	text-indent: -1em;
	font-size: 12px;
	color: #358035;
	height: auto;
	display: block;
	text-decoration: none;
	border-bottom: solid 1px #c5c6b7;
	border-left: solid 1px #c5c6b7;
	border-right: solid 1px #c5c6b7;
	}
	
#menu2 .submenu#submenu2 a:hover,
#menu3 .submenu#submenu3 a:hover,
#menu4 .submenu#submenu4 a:hover,
#menu5 .submenu#submenu5 a:hover,
#menu6 .submenu#submenu6 a:hover {
	background-color: #c8ebd1;
	color: #955b00;
	text-decoration: underline;
	}

.submenu {
	visibility: hidden;
	position: absolute;
	overflow: auto;
	left: 0px;
	}

#menu2 .submenu#submenu2 span,
#menu3 .submenu#submenu3 span,
#menu4 .submenu#submenu4 span,
#menu5 .submenu#submenu5 span,
#menu6 .submenu#submenu6 span {
	display: none;
	color:#c5e1ed;
	}
	
#menu2 .submenu#submenu2 {
	width: 245px;
	}

#menu3 .submenu#submenu3 {
	width: 195px;
	}

#menu4 .submenu#submenu4 {
	width: 185px;
	}

#menu5 .submenu#submenu5 {
	width: 293px;
	}

#menu6 .submenu#submenu6 {
	width: 178px;
	}
	
/*main-----------------------------------------------------*/

#main {
	width: 690px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
	}
	
/*Huck-Start----------------------------------------*/

html>body #main {
	width: 690px;
	padding: 0px 30px 0px 30px;
	margin: 0px 0px 0px 0px;
	float: left;
	}

/*Huck-end-----------------------------------------*/
	
/*contents---------------------------------------------------*/

#contents {
	margin: 0px 0px 0px 0px;
	width: 690px;
	}
	
.content {
	margin: 0px 0px 20px 0px;
	width: 690px;
	}

#content-top {
	margin: 0px 0px 0px 0px;
	}
	
#content-top #photo {
	width: auto;
	height: inherit;
	overflow: auto;
	margin: 0px 0px 20px 0px;
	}
	
#content-top #photo img {
	margin: 0px 18px 0px 0px;
	float: left;
	}
	

#content-top #kokoro {
	float: right;
	width: 368px;
	margin: 0px 0px 0px 0px;
	background-color: #EEFFEE;
	border: 1px solid green;
	border-radius: 8px;
	height: 248px;
	}	
#content-top #kokoro a img {
	float: left;
	margin: 4px 5px 2px 2px;
	border: 0px;
	}

#content-top #kokoro p {
	padding: 4px 6px 7px 6px;
	font-size: 11px;
	line-height: 1.3em;
	text-align: justify;
	}
	
#content-top h2 {
	font-size: 15px;
	line-height: 1.5em;
	color: #358035;
	text-align: center;
	padding: 10px 0px 0px 0px;
	}
	
#content-top #midori {
	float: left;
	width: 300px;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #b3e2d8;
	height: 250px;
	}
	
#content-top #midori img {
	margin: 0px 0px 7px 0px;
	}

#content-top #midori p {
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
		
#emergency {
	font-size: small;
	text-align: center;
	display: block;
	background-color: #FFFFEE;
	width: 679px;
	margin-top: 10px; 
	padding: 7px 0px 3px 3px;
	border: 4px double Maroon;
	color: Maroon;
	line-height: 1.5em;
}
.content h3 {
	font-size: 17px;
	font-weight: bolder;
	color: #955b00;
	margin: 0px 0px 30px 0px;
	line-height: 1.25em;
	display: block;
	border-left: solid 10px #ff9900;
	padding: 0px 0px 0px 10px;
	}
	


	
.content h4 {
	font-size: 17px;
	font-weight: bolder;
	color: #955b00;
	margin: 0px 0px 15px 0px;
	padding: 2px 0px 0px 40px;
	background-color: #FFBF22;
	min-height: 23px;
	background-image: url(img/peace.gif);
	background-repeat: no-repeat;
	background-position: left;
	}
		


	
.content p.read {
	margin: 0px 0px 15px 0px;
	text-align: justify;
	font-size: small;
	line-height: 1.5em;
	color: #655837;
	}	
	
.content p {
	margin: 0px 0px 15px 0px;
	text-align: justify;
	font-size: small;
	line-height: 1.5em;
	}
	
.content p#blog-title {
	margin: 0px 0px 15px 50px;
	text-align: justify;
	font-size: small;
	line-height: 1.5em;
	color: red;
	}
	
.content p#blog {
	margin: 0px 0px 15px 50px;
	text-align: justify;
	font-size: small;
	line-height: 1.5em;
	border-top: dashed 1px #ff9900;
	border-bottom: dashed 1px #ff9900;
	padding: 1em 0px 1em 0px;
	}
	
.content p span {
	font-weight: bold;
	}
	
.content p#address {
	margin: 0px 0px 0px 0px;
	font-size: small;
	text-align: center;
	color: #0c3413;
	}
	
.content p#link {
	margin: 20px 245px 0px 245px;
	font-size: small;
	text-align: center;
	color: #0c3413;
	border-top: 1px dashed #0c3413;
	border-bottom: 1px dashed #0c3413;
	padding: 3px 0px 3px 0px;
	}
	
.content ul {
	margin: 20px 0px 15px 35px;
	list-style: none;
	}
	
.content ul li.top {
	font-size: small;
	line-height: 1.5em;
	margin: 0px 0px 1em 15px;
	text-align: justify;
	border-top: 1px dashed #ff9900;
	padding: 1em 0px 0px 0px;
	color: #655837;
	}
	
.content ul li#bottom {
	font-size: small;
	line-height: 1.5em;
	margin: 0px 0px 1em 15px;
	text-align: justify;
	border-top: dashed 1px #ff9900;
	border-bottom: dashed 1px #ff9900;
	padding: 1em 0px 1em 0px;
	color: #655837;
	}
	
.content ul li span {
	color: Red;
	font-weight: bold;
	}
	
/*address---------------------------------------------------*/
	
address#footer {
	clear: both;
	text-align: center;
	width: 750px;
	height: 22px;
	padding: 3px 0px 0px 0px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0c3413;
	}
	/*foot-navi----------------------------------------------------*/
#foot-navi{
	width: 648px;
	height: 20px;
	margin-left: 0px;
	clear: both;
	text-indent: -9999px;
	margin: 15px 50px 0px 10px;
}

#foot-navi h3{
	display: none;
}

#foot-navi ul li{
	list-style: none;
	float: left;
	text-align: left;
	text-indent: -9999px;
	margin: 0px 0px 0px 0px;
}

/*foot-navi1-・----------------------------------------------------*/

li#foot a {	display: block;
	background-image: url(img/sannkakuoff.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 130px;
	height: 15px;
	font-size: 12px;
	text-decoration: none;
	overflow: hidden;
	margin: 0px 0px 5px 5px;
	text-indent: 20px;
}

li#foot a:hover{
	background-image: url(img/sannkaku.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	overflow: hidden;
}

/* トップページ追加 2021.9.3 ----------------------------------------------------*/

ul.front_list{
	margin-left: 0;
	padding-left: 1em;
	padding-right: 1em;
}
ul.front_list > li,
ul.front_list > li.top,
ul.front_list > li#bottom{
	margin-left: 0;
}
h3.front_list_title{
	margin-bottom: .8em;
}
.front_dl{
	display: flex;
	flex-wrap: wrap;
}
.front_dl > dt{
	margin: 0;
	width: 12em;
	padding: 1em .5em;
	font-weight: 800;
	color: #955b00;
	background-color: #FFE4A2;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.front_dl > dd{
	margin: 0;
	padding: 1em;
	width: calc(100% - 15em - 2px);
	background-color: #f8f8f8;
	border-top: 2px solid #fff;
}

.before_sankaku{
	position: relative;
	padding-left: 24px;
	font-size: 1.2em !important;
}
.before_sankaku::before,
.before_sankaku::after{
	position: absolute;
	top: .4em;
	content: "";
	display: inline-block;
	border-style: solid;
	border-width: 5px 0 5px 6px;
	border-color: transparent transparent transparent #FF9900;
}
.before_sankaku::before{
	left: 0;
}
.before_sankaku::after{
	left: 10px;
}

/* ドロップダウン */
.front_toggle_btn{
	display: inline-block;
	text-decoration: underline;
	color: #955b00;
	cursor: pointer;
}
.front_toggle_btn:hover{
	color: #FF9900;
}
.front_toggle_box{
	display: none;
}

.text_center{
	text-align: center !important;
}
.text_right{
	text-align: right !important;
}
.text_left{
	text-align: left !important;
}
.mb0{
	margin-bottom: 0 !important;
}
.mb1{
	margin-bottom: 1em !important;
}
.mb2{
	margin-bottom: 2em !important;
}
.mb3{
	margin-bottom: 3em !important;
}
.mb4{
	margin-bottom: 4em !important;
}
.mb5{
	margin-bottom: 5em !important;
}
.fs10{
	font-size: 10px;
}
.font_small{
	font-size: .9em !important;
	color: #aaa;
}
/* サムネイル */
.thumbnail_wrap{
	text-align: center !important;
	margin-bottom: 1em !important;
}

/* url改行用 */
.wordbreak{
	word-break: break-all;
}
