@charset "utf-8";
/* CSS Document */

h1 {
	font-size: large;
	font-weight: normal;
	color: #666666;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

h2 {
	font-size: large;
	font-weight: bold;
	color: #676735;
	padding-left: 20px;
}
.txt {
	color: #666666;
	position: relative;
	line-height: 200%;
	padding-right: 20px;
	padding-left: 20px;
}
.list2 ul ,.list22 ul {
	list-style-type: none;
	font-size: large;
	margin: 0px 0px 10px;
	padding: 0px;
}
.txt_left {
	color: #666666;
	position: relative;
	line-height: 160%;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
.txt_left2 {
	color: #666666;
	position: relative;
	line-height: normal;
	padding-right: 20px;
	padding-left: 20px;
	text-align: left;
}
strong {
	font-weight: normal;
}
.style1 {
	color: #676735;
	font-weight: bold;
	word-break: keep-all;
}
.style2 {color: #FF3366
}
body {
	margin-left: 0px;
	margin-right: 0px;
}
/* 矢印つきリスト２ */
.list2 ul{
	margin: 0px;
	}
	.list2 ul li{
		overflow: hidden;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		border: 1px #ccc solid;
		border-bottom: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
   		display:block;
		-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
		box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	}
	.list2 ul li:first-child{
		border-radius: 8px 8px 0 0;
	}
	.list2 ul li:last-child{
		border-radius: 0 0 8px 8px;
		border-bottom:1px #ccc solid;
	}
	.list2 ul li a{
	color: #333;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:normal;
	}
	.list2 ul li a::after{
		content: url(list_mark1.png);
		float: right;
	}

/* 矢印つきリスト22 */
.list22 ul{
	margin: 0px 0px 10px;
	}
	.list22 ul li{
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background: linear-gradient(#ffffff, #ffcc66);
	display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	}
	.list22 ul li:first-child{
		border-radius: 8px 8px 8px 8px;
	}
	.list22 ul li:last-child{
		border-radius: 8px 8px 8px 8px;
		border-bottom:1px #ccc solid;
	}
	.list22 ul li a{
	color: #FF0000;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:bold;
	}
	.list22 ul li a::after{
		content: url(list_mark1.png);
		float: right;
	}
/* 矢印つきリスト222 */
.list222 ul{
	margin: 10px;
	}
	.list222 ul li{
	overflow: hidden;
	margin: 0;
	width: 100%;
	text-align: left;
	padding: 0;
	border: 1px #ccc solid;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));	background: linear-gradient(#ffcc66, #ff6600);
display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	}
	.list222 ul li:first-child{
		border-radius: 8px 8px 0 0;
	}
	.list222 ul li:last-child{
		border-radius: 0 0 8px 8px;
		border-bottom:1px #ccc solid;
	}
	.list222 ul li a{
	color: #FFFFFF;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:bold;
	}
	.list222 ul li a::after{
		content: url(list_mark1.png);
		float: right;
	}

.bg-darkgreen{
	background: #1C581B;
}

/*クリックしたら中身を表示*/
/*全体*/
.hidden_box {
    margin: 2em 0;/*前後の余白*/
    padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
	width: 100%;
    padding: 15px;
    cursor :pointer;
	text-align: right;
	color: #707070
}

/*ボタンホバー時*/
.hidden_box label:hover {
	color: #D99D9E
}

/*チェックは見えなくする*/
.hidden_box input {
    display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
}
.topmargin{
	margin-top: 30px;
}

.bg-photo{
	background-image: url("../img/futaba56b.jpg");
	background-size: cover;
}

.catchcopy{
	text-align: center;
	font-size: large;
	color: #549206;
	margin: 0px 0px;
	padding: 2em 0em 0em;
}

.catchcopy_left{
	text-align: left;
	font-size: middle;
	color: #549206;
	margin: 0px 0px;
	padding: 2em 0em 0em;
}

.catchcopy_right{
	text-align: right;
	font-size: middle;
	color: #549206;
	margin: 0px 0px;
	padding: 2em 0em 0em;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 2rem 2rem;
	max-width: 800px;
	margin: 0 auto;
  }
}

.txt_prof {
	color: #676735;
}

.fixedfooter{
	background-color: #cdeb7b;
	font-size: middle;
	padding: 16px 40px 0px;
	word-break: keep-all;
	text-align: center
}

.partbox {
    padding: 1em 1em;
    margin: 2em 0;
    color: #565656;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}

.parttitle {
    padding: 0.5em 1em;
    margin: 4em 0em 0em;
    color: #232323;
    background: #fff8e8;
    border-left: solid 10px #ffc06e;
}

.tomokophoto{
	margin :0em 1em 0.5em 0em;
	float: left;
}

.map600{
	height: 600px;
	width: 200px;
	align: center;
	display: inline-block;
}

@media (min-width: 576px) {
	.space{
	height: 60px;
}
}

.space2{
	height: 1em;
}

.list77{
	font-size: middle;
	margin: 0em -1em;
}

.box3 {
    padding: 1em 1.5em;
    margin: 1em 0;
    border: solid 1px #DFDEDE;
    border-radius: 6px;
	background: #FEFCF5
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pcmap { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 575px) {
.pcmap { display: none !important; }
.sp { display: block !important; }
}
