@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:960px;
	margin:0 auto;
	font-size:14px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
border:1px solid gray;
padding:0 10px;
-webkit-text-size-adjust:100%

}

#main {
/*	float:left; */
	width:98%;
}

#sub {
	float:right;

	width:31.25%;

}

#subnav {
	display:none;
}

a {
	color:#9b2f3d;
}
a:hover {
	color:#c04d5c;
}

h1 {
/*	color:#85d1c6;
*/
color:black;
	font-size:28px;
font-weight:bold;
	line-height:1.2;
}
h1 a {
/*	color:#85d1c6;
*/
color:black;
	text-decoration:none;
}
h1 a:hover {
/*	color:#85d1c6;
*/
color:black;
	text-decoration:underline;
}

h2 {
	margin-bottom:0.5em;
	font-size:18px;
	color:#228b22;

/*	border-bottom:3px solid #c4877f;
*/
	border-bottom:3px solid #228b22;
}

h3 {
	margin-bottom:0.25em;
	padding:2px 5px;
	color:#fff;
	font-size:16px;
	/*background:#c88d8b;*/
background:#228b22;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#382400;
}
h4:before {
	display: inline-block;
/*	content:"\002660";*/
    content:url(../images/f_leaf1032_m.ico);
/* 画像サイズは変更できない */
/*	color:#9b2f3d;*/
	width: 16px;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	color:#382400;
	font-size:16px;
	border-top:1px dotted #382400;
	border-bottom:1px dotted #382400;
	background:#b7af9c;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#7fb6ae;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
/*	list-style:disc; */
	list-style-image: url(../images/f_leaf1032_m.ico);
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
width: 100px;
	padding:0px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
/*	background:#eebfb9;
*/
background:#e5feb6;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

img {
	vertical-align:bottom;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
margin-top:10px;
	margin-bottom:6px;
padding-top:20px;
border-top:8px solid #228b22;
border-bottom:4px solid #228b22;

}
header h1 {
/*	margin-bottom:20px;
*/
font-size:30px;
}

.tel {
	position:absolute;
		position:relative;
		text-align:right;
	top:0;
	right:0;
	vertical-align:top;
}
.tel span {
	color:#705c0b;
	font-family:Century, "MS 明朝","Hiragino Mincho Pro W3","ヒラギノ明朝 Pro W3",serif;
	font-size:22px;
	font-weight:bold;
	vertical-align:middle;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:10px;
/*
	padding:5px 0;
*/
/*	background:#be993e;
background:#008080;
*/
background:#ffcc00;
	overflow:hidden;
}
nav ul {
/*
	margin-left:10px;
	margin-right:10px;
*/
	padding:0px;
}
nav li {
	float:left;
	list-style:none;
	margin:0;
	padding-left: 4px;
	width:86px;

}
nav li a {
	color:#000;
	text-decoration:underline;
}
nav li a:hover {
	color:#000;
	text-decoration:underline;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#5b4111;
}

.submenu li a {
	display:block;
	padding:5px 2px;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#f7d0cb;
}

.bnr {
	overflow:hidden;
}

.bnr ul {
	overflow:hidden;
}

.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.footmenu ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
.footmenu li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
	font-size:12px;
	text-align:center;

}



.copyright {
	clear:both;
/*	padding:20px 0;
*/
padding:10px 0;
	font-size:11px;
	text-align:center;
border-top:2px solid #228b22;
border-bottom:2px solid #228b22;
margin:6px 0px;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#7dbdb4;
}
.totop img:hover {
	background:#85d1c6;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 2em;
list-style-position: inside;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002618\00a0"
	color:#9b2f3d;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.img {
	float:left;
	width:300px;
}

.text {
	float:right;
	width:450px;
}

.photo {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.catalog {
border: 1px solid black;
/*	overflow:hidden;
*/
}
.catalog ul {
	overflow:hidden;
	margin-top:1.587%;
	margin-right:-1.587%;
}
.catalog li {
	list-style:none;
	float:left;
	width:18.412%;
	margin:0 1.587% 1.587% 0;
}
.catalog li img {
	width:100%;
}


/*===============================================*/
/* Sasaki
*/


hr {
	margin:0;
}
/*.map {*/
/*  overflow:auto;*/

.map-wrap {
  max-width: 50%; /* ここに横幅を指定 */
}

}
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
 
/* Google Map iframe */
.map iframe {
  position: absolute;
  top:  70%;
  left: 45%;
  width: 50%;
  height: 50%;
}

embed {
  width:320px;
}

.image {
	margin-bottom:6px;
}

#event {
	margin:0;
font-size:larger;
font-weight:bold;
}
#contents {
	min-height:300px;
}

#main h1 {
color:black;
}

.box_area{
position:relative;
border: 1px solid blue;
margin: 5px 5px;
/*
background-image:url(../images/0859_ch2.jpg);
*/
background-image:url(../images/0402_uroko_s.jpg);
}

.box_row {
/*
border: 1px solid blue;
*/
margin:5px;


}

.box_row .item {
/*float: left;*/
height: 200px;

margin: 4px;
	border:1px solid gray;
	border-radius:8px;
	height: 120px;
	width:400px;
/*	margin:2px auto; */
	padding:8px;
	background-color:lightblue;
	overflow:hidden;


/*	box-shadow:2px 2px 10px;	*/
}

.box_row:nth-child(1) .item{
	margin-left:0%;
}
.box_row:nth-child(2) .item{
	margin-left:10%;
}
.box_row:nth-child(3) .item{
	margin-left:20%;
}
.box_row:nth-child(4) .item{
	margin-left:30%;
}
.box_row:nth-child(5) .item{
	margin-left:40%;
}
.box_row:nth-child(6) .item{
	margin-left:50%;
}
.clear {
clear:both;

}

#contents {
}
#main{
padding: 8px;
}

.point {
	font-weight:bolder;
	font-size:12pt;
}

.skill {
/*	text-shadow:gray 2px 2px 2px; */
}

.ideology {
border:1px solid green;
padding: 4px 10px;
margin-bottom:4px;

}


#main .image_r{
float:right;

/*width:160px;*/
width:18%;
min-width: 120px;
margin:8px;

}

#main .image_l{
float:left;
/*width:120px;*/
width:15%;
min-width: 100px;
margin:8px;

}


#main .image_line {
display: block;
height: 8px;
width:100%;
margin: 16px 8px;
}

#main .h_line {
border-top: 8px solid #228b22;
margin-bottom: 8px;
}

.menu_r{
float:right;
}

.arw {
position:absolute;
top:0px;
left:0px;

width:100%;
height: 1000px;
/*
background-color: rgba( 204, 255, 204, 0.55 );
color: black;
*/
}

.svgimg{
width: 100%;
height: 100%;
}

.list2 {
list-style-position: inside;

}
.list2 li {

}

.lp {
margin-top: 6px;
}

.res_lnk{
  margin-left: 40px;

}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	body {
		box-sizing: border-box;
		width:100%;
		padding:0 10px;
	}

	header h1 {
		margin-bottom:0;
	}

	.tel {
		position:relative;
		text-align:right;
	}

	.catalog li {
		width:23.412%;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	.bnr ul {
		overflow:hidden;
		margin-right:-2%;
	}

	.bnr li {
		float:left;
		width:48%;
		margin:0 2% 2% 0;
	}

	/* 下層サブメニュー */
	#subnav {
		display:block;
		position:relative;
		margin-bottom:10px;
	}
	#subnav h3 {
		cursor:pointer;
		background:#85d1c6;
	}
	#subnav h3:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	#subnav h3.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	#subnav li {
		margin:0;
		padding:0;
		list-style:none;
	}
	#subnav li a:before {
		content:"\0025a0";
		color:#5b4111;
	}
	#subnav li a {
		display:block;
		padding:5px 2px;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}
	#subnav li a:hover {
		background:#f7d0cb;
	}
}
