﻿@charset "utf-8";
/* ---------------------------------------------------------
	Browser Reset CSS
--------------------------------------------------------- */
body, ul, ol, li, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, pre, code, form, fieldset, legend, p, blockquote, table, th, td {
    margin: 0;
    padding: 0;
}

body {
    font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Verdana, Helvetica, sans-serif;
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: top;
}

ul, dl, ol {
    text-indent: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

/* input,textarea,select {font-family: inherit; font-size: inherit; font-weight:inherit;} */
* html input, * html textarea, * html select {
    font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
     font-size: 100%;
 }

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: inherit;
}

caption {
    text-align: left;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
    font-size: 100%;
    line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
    font-size: 108%;
    line-height: 100%;
}

input, select, textarea {
    font-size: 100%;
}

input {
    outline: none;
}

figure {
    margin: 0;
    padding: 0;
}

ins {
	text-decoration: none;
	background-color: #ffffcc;
	font-size: 100%;
	color: crimson;
}

/*PC・タブレット・スマホ共通設定
---------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /*フォント種類*/;
	font-size: 14px;
	line-height: 1.5;
	background: url('../images/body.png');
	　　　-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form{
	margin: 0px;
	padding: 0px;
}

h1 {
	font-size: 10px;
	color: #EEEEEE;
	text-align: center;
}

ul{list-style-type:none;}
img{border:none;max-width:100%;height:auto;}
table{border-collapse:collapse;font-size:100%;border-spacing:0;}
iframe{
	margin: 0px;
	padding: 0px;
	border: 0.5px solid #008000;
	overflow: hidden;
	width: 100%;
	height: 560px;
	margin-bottom:25px;
}
.migi {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.yohaku {
margin: 0;
padding-left:10px;
padding-bottom:5px;
padding-top:5px;
}

.aa {
	color: #008080;
	font-weight: bold;
	background-image: url('../images/hi.png');
	background-repeat: no-repeat;
	vertical-align: -25px;
	background-position: -6px -3px;
	margin-left: 30px;
	width: 80%;
	margin-top: -6px;
	padding-left: 25px;
}

.ab {
	color: #008080;
	font-weight: bold;
	width: 80%;
	font-size: 30px;
	line-height: 200%;
}

.box04 {
border:non;
}

.box05 {
border:non;
margin-top:10px;
}

.aka {
	color: #FF0000;
	font-weight: bold;
}
.midori {
	background-position: left;
	background-size: 21px 17px;
	padding: 0px 15px 0px 5px;
	margin-right: 11px;
	background-image: url('../images/icon-contact-red.png');
	background-repeat: no-repeat;
	text-align: right;
}

.midori2 {
	padding: 0px 5px 0px 5px;
	border-radius: 5px;
	color: #C0C0C0;
	font-weight: bold;
	background-color: #FFFFFF;
	margin-right: 6px;
}

.aka2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 30px;
}

.glay {
	background-color: #C0C0C0;
}

.glay2 {
	background-color: #c0c0c0;
	padding: 10px;
}

.tel{
	padding-left:10px;
}
a {
	color: #3366FF; 
	-webkit-transition: 0.5s; 	transition: 0.5s;
}
a:hover {
	color: #000096;	
		text-decoration: none;	
		}
.e {  /*自作*/
clear:both;
color:#fff;/*回り込み禁止*/
font-size:xx-small;
}

.no {/*自作*/
	display: none;
}
				
/*ヘッダーブロック*/
header {
	width: 100%;	
	background: #fff;
	background: -webkit-linear-gradient(#ffffff, rgba(255,255,255,0) 50%) #fff;
	background: linear-gradient(#ffffff, rgba(255,255,255,0) 50%), #fff;
	font-size: 14px;
}

header #inner {
	width: 980px;	
	height: 130px;	
	margin: 0 auto;
	position: relative;
	background: #fff url(../images/aa.png) no-repeat 300px center;	
	background: -webkit-linear-gradient(#d5edff, rgba(255,255,255,0) 50%), #fff url("aa.png") no-repeat 300px center/500px;	/*グラデーション、背景色、背景画像の読み込み（リピートなし、左から300pxの場所に配置、上下中央、画像幅500px）*/
	background: #fff url('../images/aa.jpg') no-repeat 300px center;/*同上*/
}
/*ロゴ*/
header #logo {
	position: absolute;
	left: 10px;	
	top: 25px;	
}
/*電話番号*/
header #tel {
	position: absolute;
	left: 70px; 
	top: 85px;
	font-size: large;
	font-weight: bold;
	display:none
	}

/*ヘッダーお問い合わせはこちら」ボタン*/
#headermenu {
	position: absolute;
	right: 10px; 
	top: 75px;
}

#headermenu li {
	float: left;	
	margin-left: 10px;	
	}

#headermenu li a {
	text-decoration: none;
	display: inline-block;
	background-image:url('../images/but2.png');
	color: #333;	
	padding: 3px 15px;	
	border-radius: 4px;	
	border: 1px solid #ffcccc;	
	}

/*ポインターオン*/
#headermenu li a:hover {
	color: #000000;	
	background: #ccc;	
	}


/*メインメニュー
---------------------------------------------------------------------------*/

/*自作koukoku page*/
#main .gazou {
	border: 1px solid #808080;
	width: 300px;
	height: auto;
	position: relative;
	padding: 5PX 5PX 20PX 5PX;
	margin-left: 25px;
	margin-top: 5px;
	margin-bottom: 10px;
	float: left;
	background-color:aqua;
}
#main .gazou h4 {
	border-bottom: 1px solid #800080;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border-bottom-color: #808080;
}
#main .gazou p {
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #ffffff;
}
#main .gazou p.p2 {
	padding: 5px;
	text-align: center;
	margin-right: 70px;
	margin-left: 70px;
	background-color: #ffcccc;
}

/*ボックスの設定（リンクなし・あり共通設定）*/
#main .list {
	margin-bottom: 0px; /*ボックス間のスペースが効かないので.list pで設定した*/;
	position: relative;
	overflow: hidden;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
}

/*ボックス内の段落タグ設定*/
#main .list p {
	padding: 0px;
	margin-left: 36%; 	/*左の写真とのバランスをとって設定*/
	margin-bottom:35px;	/*ボックス間の余白設定*/
}

/*ボックス内の写真設定*/
#main .list figure img {
	float: left; /*画像を左へ回り込み*/;
	padding: 5px;
/*余白*//*背景色*/width: 30%; /*写真の幅*/;
	height: auto; /*写真の高さ*/;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}

/*ボックス内のh4タグ設定*/
#main .list h4 {
	clear: none;
	font-size: 120%;
	color: #000000; /*文字色*/;
	border-bottom: dotted 2px #804b8b;
/*下線の線種、幅、色*/margin-left: 36%; /*左の写真とのバランスをとって設定*/;
	margin-bottom: 10px;
	padding: 0;
	background-color: #FFFFFF;
	border-bottom-color: #333333;
}

/*ボックスの設定（リンクなし・あり共通設定）自作*/
#main .list1 {
	margin-bottom: 7px; /*ボックス間のスペースが効かないので.list pで設定した*/;
	position: relative;
	overflow: hidden;
	padding: 5px;
	margin-top: 5px;
	margin-left: 24px;
	margin-right:0px;/*自作*/
	background-color:#fff;/*自作*/
	width:43%;/*自作*/
	float:left;
	border: 4px solid #cfeccf;
}

/*ボックス内の段落タグ設定(自作）*/
#main .list1 p {
	padding: 0px;
	margin-left: 40%; 	/*左の写真とのバランスをとって設定*/
	margin-bottom:20px;	/*ボックス間の余白設定*/
}

/*ボックス内の写真設定*/
#main .list1 figure img {
	float: left; /*画像を左へ回り込み*/;
	padding: 1px;
/*余白*//*背景色*/width: 30%/*画像の幅*/;
	height: auto; /*写真の高さ*/;
	border: 1px solid #ccc;
}

/*ボックス内のh3タグ設定、自作*/
#main .list1 h3{
color:#333;
background: -moz-linear-gradient(top,  rgba(107,186,112,1) 0%, rgba(107,186,112,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(107,186,112,1) 0%,rgba(107,186,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(107,186,112,1) 0%,rgba(107,186,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
text-align:center;
border-bottom: #cccccc 1px solid;
padding-top:9px;
padding-bottom:8px;
}
/*ボックスの設定（リンクなし・あり共通設定）自作*/
#main .list2 {
	margin-bottom: 7px; /*ボックス間のスペースが効かないので.list pで設定した*/;
	position: relative;
	overflow: hidden;
	padding: 5px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right:25px;/*自作*/
	background-color:#fff;/*自作*/
	width:43%;/*自作*/
	float:right;
	border: 4px solid #cfeccf;
	}

/*ボックス内の段落タグ設定(自作）*/
#main .list2 p {
	padding: 0px;
	margin-left: 40%; 	/*左の写真とのバランスをとって設定*/
	margin-bottom:20px;	/*ボックス間の余白設定*/
}

/*ボックス内の写真設定自作*/
#main .list2 figure img {
	float: left; /*画像を左へ回り込み*/;
	padding: 1px;
/*余白*//*背景色*/width: 30%; /*写真の幅*/;
	height: auto; /*写真の高さ*/;
	border: 1px solid #ccc;
	}

/*ボックス内のh3タグ設定、自作*/
#main .list2 h3{
color:#333;
background: -moz-linear-gradient(top,  rgba(107,186,112,1) 0%, rgba(107,186,112,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(107,186,112,1) 0%,rgba(107,186,112,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(107,186,112,1) 0%,rgba(107,186,112,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
text-align:center;
border-bottom: #cccccc 1px solid;
padding-top:9px;
padding-bottom:8px;
}

/*挨拶ボックスの設定（リンクなし・あり共通設定）自作*/
#main .list3 {
	margin-bottom: 7px; /*ボックス間のスペースが効かないので.list pで設定した*/;
	position: relative;
	overflow: hidden;
	padding: -20px;
	margin-top:5px;
	margin-left: 0px;
	margin-right:0px;/*自作*/
	width:37%;/*自作 */
	float:left;
}

 img#main .list3 img {
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
}

#main .list3 p {
clear:both;
background-color:#ffffff;
text-align:center;
}

/*挨拶ボックスの設定（リンクなし・あり共通設定）自作*/
#main .list4 {
	margin-bottom: 7px; /*ボックス間のスペースが効かないので.list pで設定した*/;
	position: relative;
	overflow: hidden;
	padding: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right:0px;/*自作*/
	width:63%;/*自作*/
	float:right;
	background-color:#ffffff;
}

#main .list4 p {/* 自作　挨拶*/
text-indent:10px;
}

/*メニューブロックの設定*/
#menu-box {
	width: 100%;
	overflow: hidden;
	-webkit-box-shadow: 0px 5px 6px rgba(0,0,0,0.1); 
	box-shadow: 0px 5px 6px rgba(0,0,0,0.1);
	background: #fff;
/*背景色（古いブラウザ用）*/background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee)); 
	background: -webkit-linear-gradient(#fff 30%, #eee); 
	background: linear-gradient(#fff 30%, #eee); 
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 30px;
}
#menubar,
#menubar-s {
	width: 980px; 
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #dcdcdc;
	font-size: 16px;
	background-color: #ffffff;
}

#menubar li,
#menubar-s li {
	float: left; 
	text-align: center; 
	border-right: 1px solid #dcdcdc;
	width: 162px;
background: -moz-linear-gradient(top,  rgba(180,227,145,1) 0%, rgba(180,227,145,1) 1%, rgba(97,196,25,1) 3%, rgba(97,196,25,1) 3%, rgba(180,227,145,1) 5%, rgba(97,196,25,1) 96%, rgba(180,227,145,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(180,227,145,1) 0%,rgba(180,227,145,1) 1%,rgba(97,196,25,1) 3%,rgba(97,196,25,1) 3%,rgba(180,227,145,1) 5%,rgba(97,196,25,1) 96%,rgba(180,227,145,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(180,227,145,1) 0%,rgba(180,227,145,1) 1%,rgba(97,196,25,1) 3%,rgba(97,196,25,1) 3%,rgba(180,227,145,1) 5%,rgba(97,196,25,1) 96%,rgba(180,227,145,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#menubar a,
#menubar-s a {
	margin: 7px 5px;
	color:#333;/*  文字色*/
	display: block;
	text-decoration: none;
	padding: 7px 0px;
	border-radius: 4px;
	background-color:background: -moz-linear-gradient(top,  #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/*ポインターオン*/
#menubar a:hover,
#menubar li.visit2 a,
#menubar-s a:hover,
#menubar-s li.visit2 a {
	background: #C0C0C0;
	color: #fff;
	-webkit-box-shadow: 1px 2px 3px rgba(0,0,0,0.1) inset; 
	box-shadow: 1px 2px 3px rgba(0,0,0,0.1) inset;			
		}
/*スマホ用メニュー非表示*/
#menubar-s {
	display: none;
}
/*ハンバーガーアイコン非表示*/
#menubar_hdr {
	display: none;
}

/*コンテンツ*/
#contents {
	clear: both;
	width: 960px; 
	padding: 20px 20px 0px;
	margin: 0px auto 30px;
	background-image:url('../images/contents.png');
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	}

/*メインコンテンツ内----------------------------------------------------*/
#main {
	float: right; 
	width: 700px; 
	padding-bottom: 30px;
	background-image:url('../images/contents.png');
}

#main h2 {
	border-radius: 5px;
	clear: both;
	margin-bottom: 15px;
	font-size: 20px;
	background-color: #FFFFFF;
	padding: 8px 15px 6px 15px;
	color: #FFFFFF;
}

#main h2::first-letter {
}

#main h2.iro {
	border-radius: 0px;
	background-color: #FFFFFF;
	color: #008080;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #009933;
}

#main h2.iro2 {
	background-image: url('../images/but3.png');
	background-repeat: repeat;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #006600;
}

#main h2.iro4 {
background-color: #F4FFF4;
	color: #333;
	font-weight: bold;
	border-radius: 0px;
	padding: 20px 5px 20px 15px;
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #3a9255;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #3a9255;
}

#main h2.iro22 {
	border-radius: 0px;
	color: #FF0000;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #808080;
	margin-bottom: -20px;
}

#main h2.iro3 {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #006600;
	margin-top: 30px;
	background-image: url('../images/but3.png');
	background-repeat: repeat;
}

#main h3 {
	clear: both;
	margin-bottom: 20px;
	font-size: 100%;
	background: #FFF;
	padding: 4px 15px;
	color: #666666;
	font-weight: bold;
	border-bottom-color: #339966;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#main h3.sen{
	background-color: #EFEFEF;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #336600;
}

#main h3::first-letter {
}

#main h3.of {
	border-style: none;
	background-color: #FFFFFF;
	color: #000000;
}

#main h3.ao {
	border-style: none;
	background-color: #CCFFFF;
	color: #000000;
	font-weight: bold;
}
#main h3.big {
	border-style: none;
	background-color: #F7F7F7;
	color: #000000;
	font-weight: bold;
	font-size: large;
	margin-top: 15px;
}

#main h4{
	clear: both;
	margin-bottom: 15px;
	font-size: 100%;
	padding: 4px 15px;
	color: #808080;
	font-weight: bold;
}

#main p {
	padding: 7px 15px 14px;
	}
#main p.migi {
	margin: 0px 0px 20px 0px;
	padding: 10px;
	text-align:right;
	background-image:url('../images/migi.png');
}

#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

#main ul.bb {
	border-top-color: aqua;
	margin-bottom: 20px;
}
#main li.cc {
	border-top-color: beige;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 35px;
	margin-right: 8px;
	margin-bottom: 15px;
}
#main .box02 {
	margin-left:50px;
	margin-right:50px;
}
/*サイドコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left; 
	width: 240px;
	}

#sub h2 {
	padding: 5px 12px 5px 12px;
	font-size: 100%;
	background-color: #C0C0C0;
}

#sub h2::first-letter {
	border-left: 3px solid #cococo;	
	}

/*サイドコンテンツ内のメニュー
---------------------------------------------------------------------------*/
#sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;
	}

#sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #cccccc;
}

#sub ul.submenu li a {
	margin: 2px;
	text-decoration: none;
	display: block;
	padding: 5px 10px 5px 10px;
	background-image: url('../images/but2.png');
	background-repeat: repeat-x;
	color: #ffffff;
}

#sub ul.submenu li.visit a {
	background: #ffffff;
	color: #000000;
}

#sub ul.submenu li.visit a:hover {
	background: non;
	color: #000000;
}

#sub ul.submenu li a:hover {
	background: #cccccc;
	color: #fff;
	}

/*サイドコンテンツ内のbox1 box02
---------------------------------------------------------------------------*/
#sub .box1 {
	background: #FFFFFF;
	border-left: 1px solid #fff;	
	border-right: 1px solid #fff;
	padding-right: 0px;
	padding-left: 0px;
}

#sub .box1 ul.submenu {
	margin-bottom: 15px;
}
 #sub img{
margin-bottom:20px;
box-shadow:0 0 5px 2px #ccc;
}
/*サイドコンテンツ内のbox02
---------------------------------------------------------------------------*/
#sub .box2 {
	background: #ffffff;
	border-left: 1px solid #cccccc;	
	border-right: 1px solid #d1d1d1;
	padding-right: 0px;
	padding-left: 0px;
}
/*box1内のメニューの設定*/
#sub .box2 ul.submenu {
	margin-bottom: 15px;
}
/*box4内のメニューの設定*/
#sub .sideban {/* ｐｃ用サイドバナーの背景コンテンツの色に合わせる */
margin:20px 3px 20px 4px;
background:none;
}

/*展開メニュー*/
.menu li {
    max-height: 0;
    overflow-y: hidden;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
#menu_bar05:checked ~ #links05li,
#menu_bar06:checked ~ #links06 li {
    max-height: 46px;
    opacity: 1;
}
.menu {
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	border: 3px solid #b5e1a4 ;
}

.menu a {
    display: block;
    padding: 14px 14px 14px 36px;
    text-decoration: none;
    color: #333333;  /*リンク先の文字色：濃いグレー色*/
    line-height: 1;
     background: url("../images/icon.png") no-repeat left center;/* ⇒アイコン*/
    text-align: left;
    }

.menu a:hover {
	background-color: #ffffcc;/*リンク先の背景色：白色*/
	color: #ff5b6b; /*リンク先の文字色：赤色*/
}

/* サイドトップページボタン 自作*/
.menu p.h2back {
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	padding: 2px;
	margin-top:2px;
	margin-bottom:2px;

}
 .menu p.h2back a {
	background-image:none;
	padding-left:11px;
}

 .menu p.h2back a:hover {
	opacity: .7;
	color:#333;
}

label {
    display: block;
    margin: 0px 0 2px 0;/*見出し幅設定*/
    padding :16px;
    line-height: 1;
    color :#333;
background: -moz-linear-gradient(top,  #9dd53a 0%, #7cbc0a 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #9dd53a 0%,#7cbc0a 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #9dd53a 0%,#7cbc0a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    cursor :pointer;
}

label:hover{
opacity: .7;
}

input {
    display: none;
}

.menu ul {
    margin: 0;
    padding: 0;
    background :#ffffff; /*リンク先の背景色：siro色:*/
    list-style: none;
}

.menu li {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
 #menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li,
 #menu_bar05:checked ~ #links05 li,
#menu_bar06:checked ~ #links06 li {
    max-height: 46px;
    opacity: 1;
}
/*展開メニューここまで*/

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background-image: url('../images/foot.png');
	color: #fff;
	font-size: 85%;
	width: 100%;
	text-align: center;
	background-repeat: repeat;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #ffcccc;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
address{
	background-image: url('../images/foot.png');
	padding: 20px;
	margin: auto;
}

#footermenu {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px;
	word-spacing: normal;
	width: 980px;
}
/*１行分の設定*/
#footermenu ul {
	width: 100%;
	padding-right: 5px;
	display: inline;
}

/*追加*/
#footermenu li {
	display: inline;
	padding-right: 5px;
}

/*copyrighet*/
#copyright {
	padding: 0px 10px 20px 10px;
	margin-bottom:0px;
	clear: both;
	text-align: center;
	background-image:url('../images/foot.png');
	}

#copyright a {
	text-decoration: none;
}

/*トップメインイメージング
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

/*新着情報-----------------------------------------------------------*/
/*ブロック全体の設定*/
tive;
}

/*新着情報-----------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	margin-bottom: 15px;
	overflow: auto;
	height: 80px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	background-color: #ffffff;
}
#new dt {
	font-weight: bold; 
	float: left;
	width: 8em;
	text-indent: 15px;
	background-color: #ffffff;
	height: auto;
}

#new dd {
	padding-left: 8em;
	padding-right: 1em;
	background-color: #ffffff;
}
/*新着情報-日付下段表示----------------------------------------------------------*/
/*ブロック全体の設定*/
#new2 dl{
	margin-bottom: 15px;
	overflow: auto;
	height: auto;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
}

#new2 dt {
	float: none;
	height: auto;
	padding-left: 1em;
	padding-right: 1em;
}

#new2 dd {
	padding-left: 1em;
	padding-right: 1em;
	color: #808080;
	margin-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #cccccc;
	margin-top: 10px;
}

/*テーブル
---------------------------------------------------------------------------*/
.tabl {
	width: 100%;
	margin-bottom: 15px;
}
.tabl, .tabl td, .tabl th {
	border: 1px solid #999;	
	line-height: 2;
	padding: 10px;	
	word-break: break-all;
}
.tabl th.tamidashi {
	width: auto;
	text-align: left;
	background: #cce6f6;
}

.tabl th {
	width: 140px;	
	text-align: center;	
	background: #f0f0f0;
	}

.tabl td .specialbox {
	float: left;
	width: 100px;
	height: 40px;
}
.tabl td .specialbox img {
	vertical-align: middle;
}

/*上へ戻る設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
}
#pagetop a {
	border-radius: 25px;
	color: #FFFFFF;
	font-size: 20px;
	padding: 0px 30px;
	background: #666666;
	text-decoration: none;
	text-align: center;
	display: block;
	float: right;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
}

#pagetop a:hover {
 background: #f83b66;
 }

#pagetop a:hover {
	background-color: #999;	
	color: #FFF;
}

/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #ed3300;
	color: #FFF;
	font-size: 10px;
	border-radius: 10px;
	padding: 0px 5px;
	margin: 0px 5px;
}

/*外野*/
.look {background: #dcdcdc;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #000096;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}

/*画面幅800px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:800px){

header #inner {
	width: auto;
	height: 150px;
}
/*TEL*/
header #tel strong {
	display: block;
}

/*ヘッダー内メニューお問い合わせボタン*/
/*メニューブロック全体*/
#headermenu {
	position: absolute;
	right: 10px;
	top: 62px;
}

#headermenu li {
	float: none;
	margin-bottom: 8px;
}
#headermenu li a {
	width: 205px;
	text-align: center;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menu-box {
	padding: 0px;
	border-top: 1px solid #dcdcdc;
}
#menubar,
#menubar-s {
	width: auto;
}
/*メニュー１個あたりの設定*/
#menubar li,
#menubar-s li {
	width: 50%;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#menubar li:nth-child(even) ,
#menubar-s li:nth-child(even) {
	border-right: none;
}
/*ハンバーガーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin: 2%;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
}

/*２段組みレイアウト自作*/
#main .list1 {
	margin-left: 19px;
	margin-right:0px;/*自作*/
	width:90%;/*自作*/
	float:none;
}

#main .list2 {
	margin-left: 19px;
	margin-right:0px;/*自作*/
	width:90%;/*自作*/
	float:none;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	width: 90%;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {
	display: none;
}
.dw {
}

}
/*画面幅570px以下の設定
---------------------------------------------------------------------------*/
@media screen and (max-width:570px){

header #logo {
	width: 45%;
}
/*電話*/
header #tel {
	position: absolute;
	left: 50px;
	top: 75px;
}

/*ボックス内の段落タグ設定*/
#main .list p {
	margin-left: 40%; 	/*左の写真とのバランスをとって設定*/
}

/*画面幅480px以下の設定*/
@media screen and (max-width:480px){
#main .gazou {
width:99%;
margin-left:-5px;
margin-right:0px;
	clear:both;
}
/*サイドメニュ内のバナー配置ブロック*/
#sub section.sideban{
	text-align:center;
}

/*サイト幅にしたheader内のブロック*/
header #inner {
	height: 160px;
}

header #logo {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 90%;
}
/*電話*/
header #tel {
	position: absolute;
	left: 0px;
	top: 65px;
	width: 100%;
	text-align: center;
	display:none;
}
header #tel strong {
	display: inline;
}

/*２段組みレイアウト自作*/
#main .list1 {
	margin-left: 6px;
	margin-right:0px;/*自作*/
	width:90%;/*自作*/
	float:none;
}

#main .list2 {
	margin-left: 6px;
	margin-right:0px;/*自作*/
	width:90%;/*自作*/
	float:none;
}

#main .list3 {/*  挨拶*/
text-align:center;
	padding: -20px;
	margin-top:5px;
	width:100%;/*自作 */
	float:none;
	}

#main .list4 {
	overflow: hidden;
	margin-left:5px;
	width:100%;/*自作*/
	float:none;
	}

/*リストh2見出し*/
#main h2.iro4{
	text-align:center;
	padding-right:15px;
	}
	
/*ヘッダー内メニュー（お問い合わせボタン）
---------------------------------------------------------------------------*/
/*メニューブロック全体*/
#headermenu {
	position: absolute;
	left: 0px;
	right:10px;
	top: 90px;
}
/*メニュー１個あたり*/
#headermenu li {
	float: none;
	margin-bottom: 8px;
}
#headermenu li a {
	width: 90%;
	text-align: center;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	display: block;
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*ハンバーガーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 3%;	/*上から3%の場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
	background-color: #FF00FF;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}
/*コンテンツ*/
#contents {
	width: auto;
	margin: 2%;
}


/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: block;
}

#footermenu li {
	display: inline;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.tabl th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.tabl td {
	width: auto;
	padding: 5px;
}

/*追加*/

.back1 {
	background-color: #ffcccc;
	text-indent: 15px;
}
.back2 {
	background-color: #ffffcd;
	padding-left:15px;
	padding-right:15px;
}


/*その他
---------------------------------------------------------------------------*/
.ws,.wl {
	width: 90%;
}

}
