@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 1em;	/*文字サイズ*/
	-webkit-text-size-adjust: none;
	line-height: 2;		/*行間*/
	background: #fff url(/images/bg.jpg);	/*背景色、背景画像の読み込み*/
	border-top: 5px solid #008aff;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定　★★差し替え★★
---------------------------------------------------------------------------*/
a {
	color: #008aff;	/*リンクテキストの色*/
	text-decoration: underline;
}
a:visited {
	color: #EDAD0B;
	text-decoration: underline;	
}
a:hover {
	color: #8CD2F6;			/*マウスオン時の文字色（全体）*/
	text-decoration: underline;
}
a:active {
	color: #8CD2F6;
	text-decoration: underline;
}

/*見出し　★★追加★★===============================================*/

/*h4 {
	clear: both;
	float:none;
	color: #20b1e1;
	border-bottom: dotted 2px #20b1e1;
margin: 0px 15px 0;	
}*/



h5 {
	clear: both;
	float:none;
	font-size: 1em;
	font-weight: bold;
	color: #9e0d82;

	text-align: left;

margin: 7px 15px 0;

	border-bottom: 1px dotted #9e0d82;
}
h6 {
	clear: both;
	float:none;
	font-size: 1em;
	font-weight: bold;
	color: #00984B;

	text-align: left;
margin: 5px 15px 0;
	border-left: 5px solid #00984B;
	text-indent:5px;
	padding:0;

}



/*containerブロック
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;	/*サイトの最大幅*/
	padding: 0 3%;	/*上下、左右へのボックス内の余白*/
	margin: 0 auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）★★差し替え★★
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {

	height: 110px;	/*ブロックの高さ*/
	position: relative;
}

/*h1タグの設定*/
header h1 {
	font-size: 0.8em;		/*文字サイズ*/
	color: #008aff;			/*文字色*/
	text-align: left;		/*右寄せ*/
	margin-left:7px;		/*左スペースの幅*/
	margin-right:10px;
	margin-top:5px;
	margin-bottom:10px;
}

/*ロゴ画像の設定*/
header #logo img {
	float:left;
	margin-top:0px;
	width:500px;
	margin-bottom:10px;
}

/*右側の電話番号のボックス設定*/
header p.toiawase {
	position: absolute;
	top:25px;
	right:0;

	text-align: center;		/*センター*/
	padding: 0;	/*左から、上下、左右への余白*/
	line-height: 1.4;	/*行間*/
	margin-bottom:10px;
	font-weight:bold
}
/*電話番号のリンク設定*/
header p.toiawase a {
	text-decoration:none;
	color: #008aff;		/*文字色*/

}
/*電話番号の文字の設定*/
header p.toiawase .tel {
	letter-spacing: 0em;
	font-weight: bold;
	font-size: 29px;	/*文字サイズ*/
    font-weight: bold;		/*文字太さ*/
	line-height: 0.9;	/*行間*/
}

/*検索エンジンボックス　★★追加★★
---------------------------------------------------------------------------*/
/*検索エンジンボックスの設定*/
div.search {
	position: absolute;
	top:65px;
	right:0;
	margin-bottom:10px;
	width:300px;
}

.cse .gsc-control-cse, .gsc-control-cse{
	padding:0 !important;
}

form.gsc-search-box{
	margin:0 !important;
}

.gsc-control-cse, .gsc-control-cse-ja{
	background-color:inherit !important;
	border:none !important;
}

.gsc-input-box {
    border-radius: 5px !important;

}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	overflow: hidden;
	padding-bottom: 40px;
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	width: 19.6%;	/*メニュー幅*/
	margin-left: 0.5%;	/*メニューの左側に空けるスペース*/
	margin-top: 0.5%;	/*メニューの上側に空けるスペース*/
	line-height: 1.6;	/*行間*/
}
#menubar li:first-child {
	margin-left: 0;	/*１つ目のメニューの左側の余白をなくす設定*/
}
#menubar li a {
	display:  block;text-decoration: none;
	background: #111 url(/images/bg1.png);
	background: url(/images/bg1.png), url(/images/arrow1.png) no-repeat right bottom, #111;	/*背景画像の読み込み、背景色*/
	color: #fff;	/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
}
/*英語表記（飾り文字）*/
#menubar li a span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
}
/*マウスオン時と、現在表示中メニューの設定*/
#menubar li a:hover, #menubar li.current a {
	background: #008aff;
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*コンテンツ（mainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
}
/*背景色付きタイプ*/
#contents.bg {
	background: #000;	/*背景色*/
	padding: 2%;	/*ボックス内の余白*/
	color: #fff;	/*文字色*/
}
#contents.bg a {
	color: #fff;	/*リンクテキストの文字色*/
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右に回り込み*/
	width: 72%;		/*幅*/
}
/*h2タグの設定*/
#main h2 {
	clear: both;
	font-size: 20px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔*/
	margin-bottom: 20px;	/*見出しの下にとるスペース*/
	padding: 10px 20px;		/*上下、左右への余白*/
	color: #fff;	/*文字色*/
	background: #111 url(../images/bg1.png);	/*背景色、背景画像の読み込み*/
}
/*h2タグの１文字目の設定*/
#main h2::first-letter {
	border-left: 3px solid #008aff;	/*左側の線の幅、線種、色*/
	padding-left: 20px;	/*線とテキストとの余白*/
}
/*h3タグの設定*/
#main h3 {
	clear: both;
	margin-bottom: 20px;	/*見出しの下にとるスペース*/
	padding: 6px 20px;		/*上下、左右への余白*/
	background: #111;	/*背景色（グラデーションが適用されない古いブラウザ用）*/
	background: linear-gradient(#111, #000);	/*グラデーション*/
	color: #fff;	/*文字色*/
	border: 1px solid #333;	/*枠線の幅、線種、色*/
}
/*段落タグ設定*/
#main p {
	padding: 0px 20px 15px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section+section {
	margin-top: 50px;
}


/*キャンペーン★★追加★★=====================*/
#campaign {
	margin-bottom:20px;
}


#campaign img{
	margin-bottom:0;
	width:100%;
	height:auto;
	border : 0px solid #cccccc;	/*左の線の幅、線種、色*/
	padding:0;
	-webkit-box-shadow: none;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: none;			/*同上*/
}

/*マウスオン時*/
#campaign a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}





/*ボックス（list）設定
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list {
	position: relative;overflow: hidden;
	background: #fff;	/*背景色*/
	margin-bottom: 20px;	/*ボックス同士の上下間の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 20px;	/*ボックス内の余白*/
}
#main .list a {
	overflow: hidden;display: block;text-decoration: none;
	margin: -20px;	/*ボックス内の余白*/
	padding: 20px;	/*ボックス内の余白*/
}
/*背景色付きタイプの追加設定*/
#contents.bg #main .list {
	background: #000;	/*背景色*/
}
/*マウスオン時設定*/
#main .list a:hover {
	background: #000;	/*マウスオン時の背景色*/
	color: #fff;		/*マウスオン時の文字色*/
}
/*背景色付きタイプの追加設定*/
#contents.bg #main .list a:hover {
	background: #fff;	/*マウスオン時の背景色*/
	color: #333;		/*マウスオン時の文字色*/
}
/*ボックスにリンク指定がされた場合に出る「→」マーク*/
#main .list a::before {
	content: "→";	/*この文字を出す。他の文字に変えても可だが機種依存文字は化けるので使わない。*/
	position: absolute;
	right: 20px;	/*ボックスの右から20pxの場所に配置*/
	top: 20px;		/*ボックスの上から20pxの場所に配置*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.5);	/*rgb指定での背景色。「0,0,0」は黒の事で「0.5」が透明度50%の事。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 4px;		/*角丸のサイズ*/
	width: 30px;		/*幅*/
	line-height: 30px;	/*高さ*/
	text-align: center;
}
#main .list a:hover::before {
	background: #000;	/*マウスオン時の「→」マークの背景色*/
}
/*ボックス内の画像設定*/
#main .list .img {
	width: 30%;	/*画像の幅*/
	float: left;
	margin-right: 10px;
}
/*ボックス内のh4（見出し）タグ設定*/
#main .list h4 {
	font-size: 18px;	/*文字サイズ*/
	color: #008aff;		/*文字色*/
}
/*ボックス内のp（段落）タグ設定*/
#main .list p {
	padding: 0;
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
#sub {
	float: left;	/*左に回り込み*/
	width: 24%;		/*幅*/
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	text-align: center;	/*内容をセンタリング*/
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
	background: #008aff;	/*背景色*/
	color: #fff;	/*文字色*/
}

/*subコンテンツのbox
---------------------------------------------------------------------------*/
#sub .box {
	border: 5px solid #ddd;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	background: #fff;		/*背景色*/
}
/*背景色付きタイプの追加設定*/
#contents.bg #sub .box {
	border: 5px solid #000;	/*枠線の幅、線種、色*/
	background: transparent;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 20px;	/*ブロックの下に空けるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li a {
	text-decoration: none;display: block;
	padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	border-bottom: solid 1px #333;	/*下の線の線種、幅、色*/
	color: #000;	/*リンクテキストの色*/		
}
/*マウスオン時の背景色*/
#sub ul.submenu li a:hover {
	background: #f0f0f0;	/*背景色*/
	color: #000;	/*文字色*/
}
/*box内のメニューブロックの設定*/
#sub .box ul.submenu {
	margin-bottom:  0;
}

/*サブコンテンツ内の一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list {
	position: relative;overflow: hidden;
	font-size: 0.9em;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#sub .list a {
	text-decoration: none;display: block;overflow: hidden;
	padding: 10px;	/*ボックス内の余白*/
	border-bottom: 1px solid #333;	/*上の線の幅、線種、色*/
	color:#000;
}
/*マウスオン時*/
#sub .list a:hover {
	background: #f0f0f0;	/*背景色*/
	color: #000;	/*文字色*/
}
/*ボックス内のh4タグ設定*/
#sub .list h4 {
	color: #008aff;		/*文字色*/
}
/*ボックス内の写真設定*/
#sub .list figure img {
	float: right;	/*画像を左へ回り込み*/
	width: 20%;		/*写真の幅*/
	margin-right: 5px;	/*写真の右側に空ける余白*/
}

/*サブコンテンツ　運営・お問合せ　★★追加★★
---------------------------------------------------------------------------*/
/*運営*/
#sub address {
	font-style:normal;
}
#sub address div.box1 {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	border-top: 0px solid #999;	/*枠線の幅、線種、色*/	
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるのスペース*/
	background-color: #fff;	/*背景色*/
	line-height:1.5;
}
/*電話番号後のスペース*/
#sub address span.toiawase{
	margin-right:0;
}








/*バナー★★追加★★=====================*/
#banner {
	text-align:left;
}

#banner img{
	margin-bottom:0;
	max-width:210px;
	height:auto;
	border : 1px solid #cccccc;	/*左の線の幅、線種、色*/
	padding:4px;
	-webkit-box-shadow: none;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: none;			/*同上*/
}

#banner img.none{
	margin-bottom:10px;
	max-width:210px;
	height:auto;
	border : 0px solid #cccccc;	/*左の線の幅、線種、色*/
	padding:0px;
}

/*マウスオン時*/
#banner a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding: 10px 0;
	margion-botton:5px;
}
footer a {
	text-decoration: none;
	color:#000;
	text-decoratiom:none;
}
footer a:visited {
	color:#000;
}


footer .pr {
	display: block;
	font-size: 80%;
}


/*コピーライト★★追加★★
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	background: #000;	/*背景色*/

}
#copyright a {
	text-decoration: none;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #008aff;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #333;	/*下線の幅、線種、色*/
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #333;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*背景色付きタイプの場合の追加設定*/
#contents.bg .ta1 a {
	color: #333;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #999;	/*背景色*/
	color: #fff;	/*文字色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
	background-color:#eeeeee;	/*20181216追加*/
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}

/*inputボタン
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 15px;
	border-radius: 3px;
	background: #fff;
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;color: #333;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
/*アイコン　★★差換★★ -----------*/
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 1em;
	margin-bottom: 2em;
	list-style-image: url(/images/ya-01.png);
	line-height:2;
}
/*アイコン　★★差換★★ -----------*/
ul.disc ul {
	padding: 0em 25px 1em;
	list-style: disc;
	margin-left: 15px;
	margin-right: 0px;
	margin-top:0;
	margin-bottom: 0;
	list-style-image: url(/images/ya-02.png);
	line-height:2;
}
.color1, .color1 a {color: #F00;}
.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}


/*オリジナル★★追加★★
---------------------------------------------------------------------------*/

/*現在位置表示===============================================*/
#StructureArea {
	font-size: 0.8em;
	text-align: left;
	padding-left: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right:10px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
}

/*コーナー内リンク===============================================*/

#SubLinkArea_h4 {
	text-align: center;
	color: #037516;
	clear: both;
	margin-bottom: 15px;
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 10px;
	border-top-width: 0px;
	border-top-style: dotted;
	border-top-color: #037516;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #037516;
	padding: 3px;
	font-size:0.95em;
}


#SubLinkArea_h4 a:link {
	color: #037516;
	text-decoration: underline;
}

#SubLinkArea_h4 a:visited {
	color: #037516;
	text-decoration: underline;
}

#SubLinkArea_h4 a:hover {
	color: #039117;
	text-decoration: underline;
}

#SubLinkArea_h4 a:active {
	color: #039117;
	text-decoration: underline;
}

/*画像の拡大=====================*/
.auto {
	width:auto!important;
}
/*位置の制御===*/
.left {
	float: left;
	vertical-align: text-top;
	text-align: left;
}
.right {
	float: right;
	vertical-align: text-top;
	text-align: right;
}
.center {
	text-align: center;
}
br.clear {
	clear: both;
	line-height: 0px;
}
/*画像の回り込み===*/

.img-left {
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
.img-right {
	margin-left: 15px;
	float: right;
	margin-bottom: 10px;
	text-align: center;
}
.img-center {
	margin-bottom: 10px;
	text-align: center;
}

/*文字カスタマイズ===============================================*/
.large {
	font-size: 1.3em;
	font-weight: bold;
}
.small {
	font-size: 0.8em;
	line-height: 1.8em;
}
.furigana {
	font-size: 0.7em;
	line-height: 1.8em;
}

.FF0000 {
	color: #FF0000;
}
.blue {
	color: #3fa8f4;
}
.green {
	color: #006B0E;
}
.orange {
	color: #EA561C;
}
.catch {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #8BC53F;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
}
.catch2 {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #8BC53F;
	font-weight: bold;
	letter-spacing: normal;
}
.catch3 {
	font-size: 1.5em;
	line-height: 1.4em;
	color: #f47a01;
	font-weight: bold;
	letter-spacing: normal;
}
.catch4 {
font-size:-webkit-calc(0.8em + 1vw); 
font-size:calc(0.8em + 1vw); 

	color: #f47a01;
	font-weight: bold;
	text-align: left;
	letter-spacing: normal;
}

.catch5 {
	font-size: 1.2em;
	line-height: 1.5;
	color: #00a0e8;
	font-weight: bold;
	letter-spacing: normal;
}

.catch6 {
font-size:-webkit-calc(0.8em + 1vw); 
font-size:calc(0.8em + 1vw); 

	color: #8BC53F;
	font-weight: bold;
	text-align: left;
	letter-spacing: normal;
}

/*背景設定*/
.bg-y {
	padding: 10px;
	border-radius: 10px;	/*角丸のサイズ*/
	background-color: #FFFE9A;
	margin:10px;
	margin-bottom:1em;
}

/*ボタン（青）<a href="#" class="myButton2">詳細</a>===============================================*/
.myButton2 {
	margin-top:10px;
	
	
	
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0));
	background:-moz-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-webkit-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-o-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:-ms-linear-gradient(top, #3d94f6 5%, #1e62d0 100%);
	background:linear-gradient(to bottom, #3d94f6 5%, #1e62d0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0',GradientType=0);
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	display:inline-block;
	cursor:pointer;
	color:#ffffff!important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none!important;
	text-shadow:0px 1px 0px #1570cd;
}
.myButton2:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1e62d0), color-stop(1, #3d94f6));
	background:-moz-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-webkit-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-o-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:-ms-linear-gradient(top, #1e62d0 5%, #3d94f6 100%);
	background:linear-gradient(to bottom, #1e62d0 5%, #3d94f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6',GradientType=0);
	background-color:#1e62d0;
}
.myButton2:active {
	position:relative;
	top:1px;
}
/*ボタン（白）<a href="#" class="myButton5">詳細</a>===============================================*/

.myButton5 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.myButton5:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}

/*「お知らせ」CMSブロック★★追加★★
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#info h2 {
	margin-bottom: 5px;
}

span.new {
 display: none;
 color: red;
 font-weight: bold;
 }
 
#new, #info {
	margin-bottom: 15px;
	margin-right:0px;
}

#new img, #info img {
	width: 150px;/*!important 150px 20170726*/
	height: auto;
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
#new dl, #info dl {
	margin-bottom: 20px;
	margin-right: 15px;
	margin-left:15px;
}
/*日付設定*/
#new dt, #info dt {
	clear:both;
/*float:left; 20170726*/
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
float:left;/* 20170726*/

	padding-top:0.5em;
	padding-left:5px;
	
	width: 9em;
	background-image:url(/images/ya-02.png);
	background-repeat:no-repeat;
	background-position:5px 13px;
	text-indent:15px;
}
/*記事設定*/
#new dd, #info dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-top:0.5em;
	padding-bottom:0.5em;
	
	/*padding-left: 9em; 20170726*/
}

#new dd img, #info dd img {
	vertical-align: middle;
}

#new dl:first-child, #info dl:first-child {/*★★お知らせのみ追加*/
	border-top: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
}

span.name{
	color:#1ba466;
	font-weight:bold;
}



/*「イベント情報」「トピックス」CMSブロック★★追加★★
---------------------------------------------------------------------------*/

/*アイコン　★★差換★★ -----------*/
#event ul, #new ul {
	clear:both;
	padding: 0em 0px 1em;
	list-style: none;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 1em;
	margin-bottom: 10px;
	line-height:2;

}
#event ul img, #new ul img {
	width: 100px!important;/*150px 20170726*/
	height: auto;
	float: right;
	margin-left: 10px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}

#event li img, #new li img {
	vertical-align: middle;
}

#event li, #new li {
	list-style:none;
	list-style-position: inside;
	background-image:url(/images/ya-06.png);
	background-repeat:no-repeat;
	background-position:5px 13px;


	
	
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:20px;
}


#event li:first-child, #new li:first-child {/*★★お知らせのみ追加*/
	border-top: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
}


#event span.name, #new span.name {
	color:#1ba466;
	font-weight:bold;
}


#event p, #new p{
	margin-bottom:20px;
}




/*ブログ記事段落タグ設定===============================================*/
div.entries {
	clear:both;
	padding: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;

}

div.entries p {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*ブログ記事段落タグ設定===============================================*/
.day {
	margin: 0;
	margin-right:10px;
	padding:0;
	text-align:right;
	font-size:0.8em;
}

#event-kiji h2, #info-kiji h2 {
	margin-bottom:5px;
}

#event-kiji h5, #info-kiji h5{
	margin-top: 10px;
}



/*アーカイブ===============================================*/
#info-Archive h2, #info-Archive h2 {
	margin-bottom:5px;
}

#info-Archive h3 a, #info-Archive h3 a {
	text-decoration: underline;
	display:block;
color: #FFF;	/*	文字色*/
}
#info-Archive h3 a:visited, #info-Archive h3 a:visited {
color: #FFF;	/*	文字色*/
}
#info-Archive h3 a:hover, #info-Archive h3 a:hover {
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
color: #FFF;	/*	文字色*/
}
#info-Archive h3 a:active, #info-Archive h3 a:active {
color: #FFF;	/*	文字色*/
}

/*PageBute.3.5.7：ページ繰り=====================*/
#pager{
	padding: 0px 3px 0px 2px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	font-size: 1.0em;
	line-height:2.5;
}
#pager span,#pager a{
	padding:  3px 6px 3px 6px;
	margin:1px;
	border:1px solid #ddd;
}
#pager span{
	font-weight:bold;
	padding-top: 3px;
}
#pager a span{
	padding:0;
	margin:0;
	background-color:transparent;
	border:0 none;
	font-weight:normal;
	zoom:1;
}

/*前後の記事へのリンク=====================*/
#back-next{
	clear:both;
	padding: 0px 3px 0px 2px;
	margin: 10px 10px 10px 10px;
	text-align: center;
	font-size: 1.0em;
}
#back-next span,#back-next a{
	padding:  3px 4px 3px 4px;
	margin:10px;
	border:0px solid #ddd;
}
#back-next span{
	font-weight:bold;
	padding-top: 3px;
}
#back-next a span{padding:0;margin:0;background-color:transparent;border:0 none;font-weight:normal;zoom:1}

/*月別アーカイブ　ドロップダウンリスト=====================*/
.dropdown{
	float:right;
	margin-top:5px;
	margin-right:10px;
}

/*SNS関係★★追加★★
---------------------------------------------------------------------------*/
/*Googleマップのレスポンシブ対応　その1　★★追加★★====================*/
#googlemap {
  width: 96%;
  margin:15px 15px 30px;/*上、左右、下*/
}

.embed-container { position: relative; padding-bottom: 100%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 99%; height: 99%; }

/*Googleマップのレスポンシブ対応　その2　★★追加★★====================*/
.google-maps {/*余白※サイトにより異なる*/
	margin:0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}
.google-maps {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}
 .google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}




/*Googleインドアビューのレスポンシブ対応　★★追加★★====================*/
.google-indoor {/*余白※サイトにより異なる*/
	margin:0.5em 15px 1em;	/*左から、上、左右、下への余白*/
}
.google-indoor {
	position: relative;
	padding-bottom: 75%; // これが縦横比
	height: 0;
	overflow: hidden;
}
 .google-indoor iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

/*YouTube===============================================*/

.youtube {
	clear:both;
  position: relative;
  width: 96%;
  padding-top: 56.25%;
  margin-top:0;
  margin-bottom:1em;
  margin-left:15px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*ソーシャルボタン===============================================*/
.socialWrap {
	padding:0 0 15px;	/*ボックス内の余白。上下、左右、下。*/
	text-align: right;
	height:20px;
*display:none;/* IE7 */
}

.socialWrap div {
	display: inline-block;
} 
.fb_iframe_widget > span {
	vertical-align: baseline !important;
}
/*Google+ ===============================================*/
.gi {
	margin-right:5px;
}

#___plusone_0 {
	width:35px!important;
}

/*RSS ===============================================*/
.rss {
	margin-left:5px;
	position:relative;
	top:-6px;

}


/*スマホの時改行非表示===============================================*/
.sma-br {
	display:none;
}

/*スマホの時表示する（PCではしない）=====================*/
.sma-suru {
	display:none;
}

/*スマホの時表示しない（PCではする）=====================*/
.sma-nashi {
	display:inline;
}



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

/*ヘッダー（ロゴが入った最上段のブロック）★★差し替え★★
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: auto;	/*ブロックの高さ*/
	text-align:center;

}

/*ロゴ画像の設定*/
header #logo img {
	float:none;
	margin-left:auto;
	margin-right:auto;
}

/*右側の電話番号のボックス設定*/
header p.toiawase {
	position:static;
	margin:0;
	margin-bottom:10px;

}

/*検索エンジンボックス　★★追加★★
---------------------------------------------------------------------------*/
/*検索エンジンボックスの設定*/
div.search {
	position: static;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:20px;
	width:300px;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top:125px;	/*上から125pxの場所に配置*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	width: 100%;
	z-index: 10;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: #000;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 20px;
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

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

/*メイン画像
---------------------------------------------------------------------------*/
#mainimg {
	margin-bottom: 20px;
}

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




/*サブコンテンツ　バナー　リンク　★★追加★★
---------------------------------------------------------------------------*/


/*バナー=====================*/
#banner img{
	margin-right:1%;
	max-width:30%;
	height:auto;
}

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


/*タブレットの時改行非表示★★追加★★===============================================*/
.tab-br {
	display:none;
}

/*タブレットの時表示する（PCではしない）=====================*/
.tab-suru {
	display:inline;
}
/*タブレットの時表示しない（PCではする）=====================*/
.tab-nashi {
	display:none;
}


}



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

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/

/*h1タグの設定*/
header h1 {
	display:none;
}

/*ロゴ画像の設定*/
header #logo img {
	margin-top:10px;
	width:75%;
	height:auto;
}


/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	top: 16px;	/*上から36pxの場所に配置*/
}

}




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

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header {
	text-align:left
}
/*ロゴ画像*/
header #logo img {
	margin-top:20px;
	width:80%;
	height:auto;
}

/*右側の電話番号のボックス設定*/
header p.toiawase {
	margin-top:15px;

}
/*電話番号のリンク設定*/
header p.toiawase a {
	text-decoration:none;
	color: #008aff;		/*文字色*/
	font-size:24px;

}
/*検索エンジンボックス　★★追加★★
---------------------------------------------------------------------------*/
/*検索エンジンボックスの設定*/
div.search {
	width:100%;
}




/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2, #main h3 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}

/*ソーシャルボタン★★追加★★===============================================*/
.socialWrap {
height: 45px;

}





/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
}



/*サブコンテンツ　バナー　リンク　★★追加★★
---------------------------------------------------------------------------*/

/*バナー=====================*/
#banner{
	text-align:left;
}


#banner img{
	margin-right:1%;
	max-width:45%;
	height:auto;
}



/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}


/*オリジナル
---------------------------------------------------------------------------*/

.google-maps {/*余白※サイトにより異なる*/
	margin-left: 0;
	margin-right: 0;
}
/*コーナー内リンク===============================================*/

#SubLinkArea_h4 {
	display:none;
}

/*ブログ記事段落タグ設定===============================================*/

div.entries {
	margin-left: 5px;
	margin-right: 5px;
}

div.entries p {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/*お知らせ一覧===============================================*/
/*ブロック全体の設定*/
#event dl, #new dl, #info dl {
	height: auto;
	margin: 5px 5px 0px;

}
/*日付設定*/
#event dt, #new dt, #info dt {
	float: none;
	width: auto;
}
/*記事設定*/
#event dd , #new dd , #info dd {
	padding-left: 0;
}


/*月別アーカイブ　ドロップダウンリスト=====================*/
.dropdown{
	float:none;
}



/*ソーシャルボタン===============================================*/
.socialWrap {
	margin-top:10px;
	height:50px;
}
/*RSS ===============================================*/
.rss {
	margin-left:5px;
	position: inherit;

}


/*スマホの時改行非表示===============================================*/
.sma-br {
	display:inline;
}

/*スマホの時表示する（PCではしない）=====================*/
.sma-suru {
	display:inline;
}
/*スマホの時表示しない（PCではする）=====================*/
.sma-nashi {
	display:none;
}


}
