﻿@charset "utf-8";


/*---------------全体 共通設定--------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	color: #000000;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 2;
	background: #fff url(../images/backgraund.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;}
ul{list-style-type: none;}
img {border: none;max-width: 100%;height: auto;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/

/*---------------スペースの設定------------------------------------------------------*/
.mgr-10{
    margin-right : 7px;
}

.mgr-20{
    margin-right : 14px;
}

.mgr-40{
    margin-right : 40px;
}

/*---------------リンク（全般）設定---------------------------------------------------*/
a[href] {
	color: #008000;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	font-weight:  bold;
}

a:hover {
	color: #ff4400;
	text-decoration: none;
}

/*---------------ヘッダー-------------------------------------------------------------*/
header {
	width: 100%;
	background: #fff;
	background: -webkit-linear-gradient(#fafad2, rgba(255,255,255,0) 80%) #fff;
	background: linear-gradient(#fafad2, rgba(255,255,255,0) 80%), #fff;
	font-size: 14px;
}

header #inner {
	width: 980px;
	height: 130px;
	margin: 0 auto;
	position: relative;
	background: #fff url(../images/header.jpg) no-repeat 300px center;
	background: -webkit-linear-gradient(#fafad2, rgba(255,255,255,0) 80%), #fff url(../images/header.jpg) no-repeat 508px center/472px;
	background: linear-gradient(#fafad2, rgba(255,255,255,0) 80%), #fff url(../images/header.jpg) no-repeat 508px center/472px;
}

header #logo {
	position: absolute;
	left: 10px;
	top: 25px;
}

/*---------------メインメニュー-------------------------------------------------------*/
#menu-box {
	width: 100%;
	overflow: hidden;
	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: 5px;
}

#menubar {
	width: 980px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #dcdcdc;
	font-size: 14px;
}

#menubar-s {
	/*width: 980px;*/
	display:block;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #dcdcdc;
	width: 33%;
	font-size: 12px;
}

#menubar li {
	float: left;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	width: 139px;
}

#menubar-s li {
	display: block;
	float: left;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	width: 33%;
}

#menubar a,
#menubar-s a {
	margin: 5px 2px;
	display: block;
	text-decoration: none;
	padding: 7px 0px;
}

#menubar a:hover,
#menubar li.current a,
#menubar-s a:hover,
#menubar-s li.current a {
	background: #009900;
	color: #fff;
}

#menubar-s {
	display: none;
}

#menubar_hdr {
	display: none;
}

/*---------------コンテンツ---------------------------------------------------------*/
#contents {
	clear: both;
	width: 937px;
	padding: 20px 20px 0px;
	margin: 0px auto 0px;
	background: #f9f9f9;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

/*---------------メインコンテンツ---------------------------------------------------*/
#main {
	float: left;
	width: 700px;
	padding-bottom: 10px;
	overflow: hidden;
}

/*---------------h2 設定---------------*/
h2 {
  	position: relative;
	margin-bottom: 10px;
  	padding: 0.1em 0.5em;
  	background: -webkit-linear-gradient(to right, rgb(255, 186, 115), transparent);
  	background: linear-gradient(to right, rgb(255, 186, 115), transparent);
  	color: #000000;
	border-left: 4px solid #ff4500;
}

/*---------------h3 設定---------------*/
h3 {
  	position: relative;
	margin-bottom: 8px;
	/*margin-left: 5px;*/
	padding-bottom: 3px;
	padding-left: 15px;
}

h3:after {
  	content: "";
  	position: absolute;
  	left: 10px;
  	bottom: 0;
  	width: 100%;
  	height: 6px;
  	background: -webkit-repeating-linear-gradient(20deg, #ff9900, #ff9900 2px, #fff 2px, #fff 4px);
  	background: repeating-linear-gradient(20deg, #ff9900, #ff9900 2px, #fff 2px, #fff 4px);
}

/*---------------h4 設定---------------*/
h4 {
  	position: relative;
	margin-top: 5px;
  	padding-left: 15px; /*アイコン分のスペース*/
  	line-height: 1.4;
  	color: #000000;
}

h4:before {
  	font-family: "Font Awesome 5 Free";
  	content: "\f101";/*アイコンのユニコード*/
  	position: absolute;/*絶対位置*/
  	font-size: 1em;/*サイズ*/
  	left: 0;/*アイコンの位置*/
  	top: 0;/*アイコンの位置*/
  	color: #ff9900; /*アイコン色*/
	padding-left: 2px;
}

/*---------------h5 設定---------------*/
h5 {
  position: relative;
  padding: 0.25em 1.25em 0em 1em;
	font-size: 1.15em;
}
h5:after {
  content: "";
  display: block;
  height: 4px;
  background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
  background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}



/*---------------段落 設定-------------*/
#main p {
	padding: 7px 18px 5px 27px;
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 3px;
	margin-top: 0px;
}
#main h2 + a,
#main h3 + a,
#main h4 + a {
  	color: #000000;
}

/*---------------ホ－ム-----------------------------------------------------------*/
#main section.indexlist h2 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 0px;
}

#main section.indexlist {
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 0px;
	margin-bottom: 15px;
	border: solid 1px #FF8A00;
  	background: linear-gradient(#ccc 1px, transparent 1px) #fff;
  	background-size: auto 1.8em;
  	border-bottom: 1px solid #ccc;
  	border-left: 1px solid #ccc;
  	border-right: 1px solid #ccc;
  	overflow: hidden;
}

#main section.indexlist2 h2 {
	font-size: 1.1em;
	color: #000000;
	margin-bottom: 0px;
}

#main section.indexlist2 {
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 0px;
	margin-bottom: 15px;
	border: solid 1px #FF8A00;
}

/*---------------活動報告----------------------------------------------------------*/
#main section.list {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	padding: 15px;
}

#main section.list a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 12px;
	margin: -15px;
	background: #fff;
	border: 1px solid #ff7f50;
	color: #000;
}

#main section.list a::before {
	content: "続きを読む";
	background: #ffa500;
	color: #fff;
	font-size: 1.1em;
	line-height: 1;
	padding: 12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 12px 0px 0px 0px; /*角 左上 右上 右下 左下*/
}

#main section.list a:hover {
	background: #fff;
}

#main section.list a:hover::before {
	color: #fff;
	background: #009900;
}

#main section.list p {
	padding: 0px;
	margin-left: 30%;
}

#main section.list figure img {
	float: left;
	padding: 5px;
	background: #fff;
	width: 25%;
	height: auto;
	border: 1px solid #ccc;
}

#main section.list h4 {
	font-size: 1.2em;
	color: #009900;
	margin-left: 30%;
	margin-bottom: 10px;
	padding-left: 23px;/*アイコン分のスペース*/
}

#main section.list h4:before {
  	font-family: "Font Awesome 5 Free";
  	content: "\f0a1";/*アイコンのユニコード*/
  	position: absolute;/*絶対位置*/
  	font-size: 1em;/*サイズ*/
  	left: 0;/*アイコンの位置*/
  	top: 0;/*アイコンの位置*/
  	color: #009900; /*アイコン色*/
	padding-left: 2px;
}

/*---------------活動報告 個別ページ-------------------------------------------*/
#main section.list2 {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	padding: 10px;
}

#main section.list2 a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 20px;
	margin: -20px;
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
}

#main section.list2 p {
	padding: 0px;
	margin-left: 30%;
}

#main section.list2 figure img {
	float: left;
	padding: 5px;
	background: #fff;
	width: 25%;
	height: auto;
	border: 1px solid #ccc;
}

#main section.list2 h4 {
	font-size: 1.0em;
	color: #009900;
	border-bottom: dotted 2px #009900;
	margin-left: 30%;
	margin-bottom: 10px;
}

/*---------------センター概要 目次------------------------------------------*/
.lll_list li {
	list-style-type: decimal;
	margin-left: 40px;
	text-align: left;
}

.mmm_list li {
	list-style-type: disc;
	margin-left: 55px;
	text-align: left;
}

.links2 {
    	background-color: #fffaf0;
    	border: 1px solid #111;
    	list-style: none;
    	position: relative;
    	margin: 2em 18em 1em 5em;
    	padding: 1.5em 1em;
}

/*---------------リンク集--------------------------------------------------*/
.nnn_list ul {
  padding: 0.5em 1em 0.5em 3.2em;
  position: relative;
}

.nnn_list ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.nnn_list ul li:before {
  
  font-family: "Font Awesome 5 Free";
  content: "\f152";/*アイコンの種類*/
  position: absolute;
  left : 2em;/*左端からのアイコンまでの距離*/
  color: orange;/*アイコン色*/
}

/*---------------さんさんぬーす---------------------------------------------*/
.sss_list ul {
  position: relative;
}

.sss_list ul li {
  line-height: 1.5;
  font-size: 0.9em;
  list-style-type: square;
  margin-left: 34%;
}
.sss_list ol li {
  line-height: 1.5;
  font-size: 0.9em;
  margin-left: 36%;
}

#main section.plist {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	padding: 15px;
}

#main section.plist a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 12px;
	margin: -15px;
	background: #fff;
	border: 1px solid #ff7f50;
	color: #000;
}

#main section.plist a::before {
	content: "PDFファイルを開く";
	background: #ffa500;
	color: #fff;
	font-size: 1.1em;
	line-height: 1;
	padding: 12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 12px 0px 0px 0px; /*角 左上 右上 右下 左下*/
}

#main section.plist a:hover {
	background: #fff;
}

#main section.plist a:hover::before {
	color: #fff;
	background: #009900;
}

#main section.plist p {
	padding: 0px;
	margin-left: 30%;
}

#main section.plist figure img {
	float: left;
	padding: 5px;
	background: #fff;
	width: 25%;
	height: auto;
	border: 1px solid #ccc;
}

#main section.plist h4 {
	font-size: 1.2em;
	color: #ff7f50;
	margin-left: 30%;
	margin-bottom: 10px;
	padding-left: 22px;/*アイコン分のスペース*/
}
#main section.plist h4:before {
  	font-family: "Font Awesome 5 Free";
  	content: "\f02d";/*アイコンのユニコード*/
  	position: absolute;/*絶対位置*/
  	font-size: 1.1em;/*サイズ*/
  	left: 0;/*アイコンの位置*/
  	top: 0;/*アイコンの位置*/
  	color: #ff7f50; /*アイコン色*/
	padding-left: 2px;
}

/*---------------活動報告---------------------------------------------------*/
#main section.kkklist {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
	padding: 15px;
}

#main section.kkklist a {
	text-decoration: none;
	display: block;
	overflow: hidden;
	padding: 12px;
	margin: -15px;
	background: #fff;
	border: 1px solid #ffa500;
	color: #000;
}

#main section.kkklist a::before {
	content: "詳細を表示";
	background: #ffa500;
	color: #fff;
	font-size: 1.1em;
	line-height: 1;
	padding: 12px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	border-radius: 12px 0px 0px 0px; /*角 左上 右上 右下 左下*/
}

#main section.kkklist a:hover {
	background: #fff;
}

#main section.kkklist a:hover::before {
	color: #fff;
	background: #009900;
}

#main section.kkklist p {
	padding: 0px;
	margin-left: 30%;
}

#main section.kkklist figure img {
	float: left;
	padding: 5px;
	background: #fff;
	width: 25%;
	height: auto;
	border: 1px solid #ccc;
}

#main section.kkklist h4 {
	font-size: 1.2em;
	color: #b22222;
	margin-left: 30%;
	margin-bottom: 10px;
	padding-left: 20px;/*アイコン分のスペース*/
}
#main section.kkklist h4:before {
  	font-family: "Font Awesome 5 Free";
  	content: "\f249";/*アイコンのユニコード*/
  	position: absolute;/*絶対位置*/
  	font-size: 1.0em;/*サイズ*/
  	left: 0;/*アイコンの位置*/
  	top: 0;/*アイコンの位置*/
  	color: #b22222; /*アイコン色*/
	padding-left: 2px;
}

/*---------------お問い合わせフォーム-----------------------------------------*/
#contents2 {
	clear: both;
	width: 475px;
	padding: 10px 0px ;
	margin: 0px auto 0px;
	background: #f9f9f9;
	overflow: hidden;
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

#main2 {
	clear: both;
	width: 475px;
	/*margin: 5px 15px;*/
	overflow: hidden;
}

#main2 p {
	/*text-align: center;*/
	margin: 10px 15px;
}


#main2 h3 {
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	padding-left: 0;
	border-bottom: 4px dotted #a9a9a9;
}

#main2 h3:after {
  	left: 0;
	background: none;
}

.p_contact {
	padding: 5px 15px;
}

.p_contact li {
	list-style-type: square;
	/*text-align: left;*/
	margin-left: 25px;
	margin-right: 15px;
}

/*---------------サブコンテンツ-----------------------------------------------*/
#sub {
	float: right;	/*右に回り込み*/
	width: 220px;	/*幅*/
	
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	font-size: 100%;
	padding-bottom: 0px;
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	/*border-left: 3px solid #ff3333;*/
	padding-left: 5px;
}

/*---------------サブ メニュー------------------------------------------------*/
#sub ul.submenu {
	margin-bottom: 15px;
	border-top: solid 1px #e4e4e4;
}

#sub ul.submenu li {
	background: #fff;
	border-bottom: solid 1px #e4e4e4;
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;
}

/*---------------サブ box----------------------------------------------------*/
#sub .box1 {
	padding: 5px;
	margin-bottom: 15px;
	background: #fff2e5;
	border: solid 1px #ff9933;
}

#sub .box1 ul.submenu {
	margin-bottom: 0px;
}

/*---------------フッター-----------------------------------------------------*/
footer {
	clear: both;
	color: #000;
	font-size: 85%;
	width: 100%;
	height: 70px;

	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
	background: -webkit-linear-gradient(#eee 10%, #fff);
	background: linear-gradient(#eee 10%, #fff);

	margin-top: 5px;
	border-top: 1px #dcdcdc solid;
}
footer a {
	color: #000;
}
footer a:hover {
	color: #000;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*---------------フッター メニュー---------------------------------------------*/
#footermenu {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0px;
	text-align: center;
}

#footermenu ul {
	float: left;
	width: 12.2%;
	padding-right: 2%;
}

/*---------------コピーライト---------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
}
#copyright a {
	text-decoration: none;
}

/*---------------トップ イメージ------------------------------------------------*/
#mainimg {
	clear: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}

/*---------------更新情報 お知らせ----------------------------------------------*/
#new dl{
	padding-left: 15px;
	margin-bottom: 15px;
}

#new dt {
	float: left;
	width: 8em;
}

#new dd {
	padding-left: 8em;
}

/*---------------テーブル------------------------------------------------------*/
.ta1 {
	width: 100%;
	margin-bottom: 5px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #d3d3d3;
	line-height: 2;
	padding: 10px;
}
.ta1 th {
	width: 120px;
	text-align: center;
	background: #fff7cc;
}


.ta2 {
	/*position: relative;*/
	clear: both;
	width: 90%;
	left: 40px
	padding: 10px;
	margin-left: 30px;
	margin-top: 25px;
	margin-bottom: 15px;
}
.ta2, .ta2 td, .ta2 th {
	border: 1px solid #d3d3d3;
	line-height: 2;
	padding: 10px;
}
.ta2 th {
	width: 180px;
	text-align: left;
	background: #e6e6e6;
}
.ta2 td {
	text-align: left;
	padding-left: 15px;
}
input[type=radio] {
	margin-left: 0;
	padding-left: 0;
}

/*---------------その他--------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15,
.mb1em {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #009900;
}
.pr {
	font-size: 10px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.r {
	text-align: right;
}
.l {
	text-align: left !important;
}
.big1 {
	font-size: 30px;
	letter-spacing: 0.2em;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}
.required {
	background: #dc143c;
	color: #FFF;
	font-size: 11px;
	padding: 2px 5px;
	margin: 2px 6px;
	border-radius: 12px
}
.any {
	background: #ffa500;
	color: #fff;
	font-size: 11px;
	padding: 2px 5px;
	margin: 2px 6px;
	border-radius: 12px
}


/*---------------800px以下------------------------------------------------------*/
@media screen and (max-width:800px){

/*---------------ヘッダー----------------------*/
header #inner {
	width: auto;
	height: 150px;
}

/*---------------ヘッダー メニュー--------------*/
#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 {
	float: none;
	width: auto;
}

/*---------------フッター-----------------------*/
footer {
	height: 20px;
}

/*---------------フッターメニュー---------------*/
#footermenu {
	display: none; /*width: 90%;*/
}

/*---------------その他------------------------*/
body.s-n #sub {
	display: none;
}

}



/*---------------570px以下------------------------------------------------------*/
@media screen and (max-width:570px){

/*---------------ヘッダー----------------------*/
/*ロゴ画像*/
header #logo {
	width: 45%;
}
/*TEL*/
header #tel {
	position: absolute;
	left: 50px;
	top: 75px;
}

/*---------------フッター-----------------------*/
footer {
	height: 20px;
}

/*---------------フッターメニュー---------------*/
#footermenu {
	display: none; /*width: 90%;*/
}

}



/*---------------480px以下-------------------------------------------------------*/
@media screen and (max-width:480px){

/*---------------ヘッダー----------------------*/
/*サイト幅にしたheader内のブロック*/
header #inner {
	height: 100px;
}
/*ロゴ画像*/
header #logo {
	position: absolute;
	/*padding-left: 20px;*/
	left: 10px;
	top: 10px;
	width: 60%;
}


/*---------------メインメニュー----------------*/
#menubar-s {
	display: block;
}

#menubar {
	display: none;
}

/*---------------３本バー 設定-----------------*/

*#menubar_hdr {
	display: none;
}
/*#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	border: 1px solid #000;
	border-radius: 4px;
	padding: 12px 10px 5px;
	background: #fff;
}

#menubar_hdr span {
	display: block;
	border-top: 2px solid #000;
	border-radius: 2px;
	margin-bottom: 7px;
}*/

/*---------------コンテンツ---------------------*/
#contents {
	width: auto;
	margin: 2%;
}

/*---------------活動報告---------------------------------------------------*/
#main section.list p {
	margin-left: 0;
}

#main section.list figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main section.list h4 {
	margin-left: 0;
}

/*---------------さんさんぬーす----------------------------------------------*/
#main section.plist p {
	margin-left: 0;
}

#main section.plist figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main section.plist h4 {
	margin-left: 0;
}

.sss_list ul li {
  margin-left: 5%;
}
.sss_list ol li {
  margin-left: 7%;
}

/*---------------活動予定---------------------------------------------------*/
#main section.kkklist p {
	margin-left: 0;
}

#main section.kkklist figure img {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#main section.kkklist h4 {
	margin-left: 0;
}

/*---------------センター概要 目次------------------------------------------*/
.lll_list li {
	list-style-type: decimal;
	/*padding-left: 15px;*/
	text-align: left;
	margin-left: 30px;
}

.mmm_list li {
	list-style-type: disc;
	/*padding-left: 15px;*/
	text-align: left;
	margin-left: 35px;
}

.links2 {
    	background-color: #fffaf0;
    	border: 1px solid #111;
    	list-style: none;
    	position: relative;
	padding-left: 5px;
	margin: 15px;
	margin-left: 20px;
    	/*margin: 2em 18em 1em 5em;*/
    	/*padding: 1.5em 1em;*/
}

/*---------------フッター-----------------------*/
footer {
	height: 20px;
}

/*---------------フッターメニュー-------------------------------------------*/
#footermenu {
	display: none;
}

/*---------------テーブル--------------------------------------------------*/
.ta1 th,
.ta2 th {
	width: 100px;
	padding: 5px;
}

.ta1 td,
.ta2 td {
	width: auto;
	padding: 5px;
}

/*---------------その他----------------------------------------------------*/
.ws,.wl {
	width: 90%;
}

}


/*---------------サブ 住所--------------------------------------------------*/
.subid {
	font-size: 0.9em;
	line-height: 1.6em;
	padding: 10px;
	margin-bottom: 10px;
	border: solid 1px #FF8A00;
}

/*---------------ページトップ-----------------------------------------------*/
/* パソコン・スマホ共通のCSS */
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 10px; /*下からのボタンの配置場所を指定*/
    right: 20px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #fff; /*文字の色*/
    background: #ffb833; /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 50%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    color: #fff; /*文字の色*/
    background: #ffd700; /*マウスオーバー時の背景色*/
}

/* パソコンで表示する場合のCSS */
@media (min-width: 768px) {
#PageTopBtn {
    font-size: 26px; /*文字のサイズ*/
}
#PageTopBtn a {
    width: 50px; /*ボタンの幅*/
    height: 50px; /*ボタンの高さ*/
}
}

/* スマホで表示する場合のCSS */
@media (max-width: 767px) {
#PageTopBtn {
    font-size: 18px;
}
#PageTopBtn a {
    width: 35px;
    height: 35px;
    /*padding: 5px 0;*/
}
}

/*---------------Facebook---------------------------------------------------*/
.facebook{
    padding-left: 15px; /*文字の配置場所の調整*/
}

/*---------------パンくずリスト----------------------------------------------*/
.breadcrumb {
  margin-left: 0;
  padding-left: 0;
}

.breadcrumb li {
  display:inline-block;/*横に並ぶように*/
  list-style: none;
  /*font-weight: bold;*/ /*太字*/
}

.breadcrumb li:after {
  /* ▶を表示*/
  content: '>';
  padding: 0 3px;
  color: #ff9900;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  /*display: inline-block;*/
  /*padding: 1px 1px;*/
  /*border-radius: 1px;*/
  text-decoration: none;
  color: #ff9900;
  /*background: #ff9900;*/
  font-size: 0.8em;
}

.breadcrumb li a:hover {
  display: inline-block;
  padding: 3px -3px;
  color: #fff5e6;
  background: #ff9900;
  border-radius: 5px;
}

/*---------------サイドメニュー　アコーディオン---------------------------------*/
.cp_menu {
	max-width: 360px;
	margin: 0 auto;
	padding: 0;
}
.cp_menu a {
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #000000;
	line-height: 1.2;
}

.cp_menu a[href] {
	color: #0000ff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration-line: underline;
	font-weight:  bold;
	font-size: 0.8em;
}
.cp_menu a:hover {
	color: #ff0000;
	font-size: 1.2em;
}
.cp_menu a[href]:visited{
  	color : #e600e6;
}
.cp_menu label {
	display: block;
	position: relative;
	margin: 0 0 1px 0;
	padding: 12px;
	line-height: 1;
	color: #000;
	background: #fff;
	cursor: pointer;
	border-top: 1px solid #ff9933;
	border-left: 1px solid #ff9933;
	border-right: 1px solid #ff9933;
	border-bottom: 1px solid #ff9933;
}
.cp_menu label::before {
	position: absolute;
	content: '▼';
	color: #000;
	right: 0.5em;
	top: 25%;
}
.cp_menu input {
	display: none;
}
.cp_menu ul {
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	list-style: none;
}
.cp_menu li {
	overflow-y: hidden;
	max-height: 0;
	transition: all 0.5s;
	/*border-bottom: 1px solid #ff9933;*/
}
/*リストが増えたらULごとに追加*/
#cp_menu_bar1:checked ~ #link1 li,
#cp_menu_bar2:checked ~ #link2 li, 
#cp_menu_bar3:checked ~ #link3 li,
#cp_menu_bar4:checked ~ #link4 li {
	max-height: 46px;
	opacity: 1;
}