@charset "UTF-8";
/* CSS Document */
/*--
0.618　10
1.000　16
1.618　26
2.125　34
2.617　42
4.235　68

0.714　10
1.000　14
1.414　23
1.999　32
2.826　45
4.571　64
--*/
::selection {
	background: #3b7a27;
}
::-moz-selection {
background:#3b7a27;
}
iframe {
	width: 100%;
	height: 360px;
}
.relative {
	position: relative;
}
.fwb {
	font-weight: bold;
}
.dn {
	display: none;
}
.fs-xxxxl {
	font-size: 4.5em;
}
.fs-xxxl {
	font-size: 2.5714em;
}
.fs-xxl {
	font-size: 2.1428em;
}
.fs-xl {
	font-size: 1.7142em;
}
.fs-l {
	font-size: 1.2857em;
}
.fs-m {
	font-size: 1em;
}
.fs-s {
	font-size: 0.7777em;
}
.fs-xs {
	font-size: 0.5833em;
}
.fs-xxs {
	font-size: 0.4666em;
}
.fs-8{
font-size:0.5em;
}
.fs-10{
  font-size:0.625em;
}
.fs-12{
  font-size:0.75em;
}
.txt-c {
	text-align: center;
}
.txt-r {
	text-align: right;
}
.txt-l {
	text-align: left;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mt25 {
	margin-top: 25px;
}
.mt30 {
	margin-top: 30px;
}
.mt35 {
	margin-top: 35px;
}
.mt40 {
	margin-top: 40px;
}
.mt45 {
	margin-top: 45px;
}
.mt50 {
	margin-top: 50px;
}
.mt55 {
	margin-top: 55px;
}
.mt60 {
	margin-top: 60px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb35 {
	margin-bottom: 35px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb45 {
	margin-bottom: 45px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb55 {
	margin-bottom: 55px;
}
.mb60 {
	margin-bottom: 60px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml25 {
	margin-left: 25px;
}
.ml30 {
	margin-left: 30px;
}
.ml35 {
	margin-left: 35px;
}
.ml40 {
	margin-left: 40px;
}
.ml45 {
	margin-left: 45px;
}
.ml50 {
	margin-left: 50px;
}
.ml55 {
	margin-left: 55px;
}
.ml60 {
	margin-left: 60px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr15 {
	margin-right: 15px;
}
.mr20 {
	margin-right: 20px;
}
.mr25 {
	margin-right: 25px;
}
.mr30 {
	margin-right: 30px;
}
.mr35 {
	margin-right: 35px;
}
.mr40 {
	margin-right: 40px;
}
.mr45 {
	margin-right: 45px;
}
.mr50 {
	margin-right: 50px;
}
.mr55 {
	margin-right: 55px;
}
.mr60 {
	margin-right: 60px;
}
.lh {
	line-height: 1.618em;
}
.lh1 {
	line-height: 1em;
}
.lh0 {
	line-height: 0;
}
.lsn {
	letter-spacing: normal;
}
.fll {
	float: left;
	clear: left;
}
.flr {
	float: right;
	clear: right;
}
.bdt {
	border-top: 5px solid #e4f5df
}
.bdb {
	border-bottom: 5px solid #e4f5df
}
.idt {
  text-indent: 1em;
	padding-left: 1em;
}
.mx50 {
	position: relative;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.my50 {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bs {
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075);
	-ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075);
	-o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.075);
}
.border {
	border: 1px solid #000;
}
.box {
	max-width: 1170px;
	min-width: 320px;
	height: 100px;
	background: #000;
	margin: auto;
}
/* デスクトップ表示ではホバー操作でドロップダウンを表示 */
/*--
@media only screen and (min-width : 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}
--*/
.number {
	display: inline-block;
	width: 2em;
	height: 2em;
	background: #57B43A;
	border-radius: 1em;
	text-align: center;
	line-height: 2em;
	color: #fefefe;
}
.number2 {
	display: inline-block;
	width: 2em;
	height: 2em;
	background: #F5A46F;
	border-radius: 1em;
	text-align: center;
	line-height: 2em;
	color: #fefefe;
}
.titleBox01 {
	border-left: 5px solid #57B43A;
	padding-left: 0.625em;
}
.titleBox01 h3, .titleBox01 h4, .titleBox01 h5 {
	font-weight: bold;
}
.titleBox01 p {
	display: block;
	line-height: 1em;
	font-family: 'Roboto', sans-serif;
}
.titleBox02 {
	display: inline-block;
	text-align: center;
}
.titleBox02 h4, .titleBox02 h3 {
	display: block;
	font-weight: bold;
	border-bottom: 5px solid #57B43A;
	line-height: 0.85em;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.titleBox02 p {
	font-family: 'Roboto', sans-serif;
	line-height: 0.9em;
}
/*================================================================
ガター溝削除
================================================================*/
.no-gutter [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.no-gutter2 [class*='col-'] {
	padding-right: 7.5px;
	padding-left: 7.5px;
}
/*================================================================
カスタムbtn用クラス
================================================================*/
.btn-yellow {
	background: rgb(250, 255, 140);
	color: #574500;
	border: none;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important; /* !important tags aren't necessarily always bad */
}
.btn-yellow:hover, .btn-yellow:focus {
	background: rgb(252, 255, 179);
}
.btn-yellow:active {
	background: rgb(247, 255, 71);
}
/*================================================================
カスタムbtnサイズ
================================================================*/
.btn-xxl {
	padding: 20px 26px;
	font-size: 35px;
	border-radius: 8px;
}
.txtBox {
	display: inline-block;
	background: #57B43A;
	line-height: 1em;
	padding: 0.3125em 0.625em;
	color: #fefefe;
}
.txtBox2 {
	display: inline-block;
	background: #fefefe;
	color:#448d2e;
	line-height: 1em;
	padding: 0.3125em 0.625em;
}
.txtBox3 {
	display: inline-block;
	background: #448d2e;
	color:#fefefe;
	line-height: 1em;
	padding: 0.3125em 0.625em;
}
.sp-dn {
	display: none;
}
.dn-xs {
	display: none;
}
.sp-mx50 {
	position: relative;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.sp-my50 {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.xs-mx50 {
	position: relative;
	left: 50%;
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.xs-my50 {
	position: relative;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.mb {
	margin-bottom: 30px;
}
.mb2 {
	margin-bottom: 15px;
}
.mb3 {
	margin-bottom: 5px;
}
.mtBig {
	margin-top: 30px;
}
.mbBig {
	margin-bottom: 30px;
}
.sp-mb {
	margin-bottom: 30px;
}
.sp-mb2 {
	margin-bottom: 15px;
}
.sp-mb3 {
	margin-bottom: 5px;
}
img {
	width: 100%;
	height: auto;
}
.map {
	width: 100%;
	height: 360px;
}
.mapBtn a {
	display: block;
	width: 100%;
	height: auto;
	background: url(../images/head-bnr-bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 15px 0;
	color: #fefefe;
	text-align: center;
	border-top: 2px solid #724f2f;
	border-bottom: 2px solid #724f2f;
}
.mapBtn a h3 {
	font-family: 'Roboto', sans-serif;
}
.mapBtn a span {
	font-weight: bold;
}
.mapBtn a:hover {
	color: #fefefe;
	text-decoration: none;
}
/*================================================================
SP list.html
================================================================*/
.topicsList-box li {
	border-bottom: 3px double #f2f2f2;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.topicsList-box li:last-child {
	margin-bottom: 0;
}
.topicsList-box li a:hover{
text-decoration:none;
}
.topicsList-box li a:hover div p:last-child span{
text-decoration:underline;
}
.topicsList-ttl {
 border-left: 5px solid #57B43A;
 padding-left: 1em;
}
.topicsList-ttl p:nth-child(1) span {
	display: inline-block;
	background: #96683e;
	color:#fefefe;
	line-height: 1em;
	font-size: 0.625em;
	padding: 0.3125em 0.625em;
	margin-bottom: 0.5em;
}
/*--
.topicsList-ttl p:nth-child(1) span:nth-child(1) {
	background: #57B43A;
	color: #fefefe;
}
.topicsList-ttl p:nth-child(1) span:nth-child(2) {
	background: #cfcfcf;
	color: #1a1a1a;
}
--*/
.topicsList-ttl p:nth-child(2) {
	display: block;
	width: 100%;
	line-height: 1.618em;
	font-size: 1.2em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.topicsList-btn {
	margin: 2em 0;
}
.topicsList-btn ul li {
	text-align: center;
}
.topicsList-thumbnailBox li {
	border-bottom: 3px double #fefefe;
	padding-bottom: 1em;
	margin-bottom: 2em;
}
.topicsList-thumbnailBox li:last-child {
	margin-bottom: 0;
}
.topicsList-thumbnailImg {
	position: relative;
	width: 64px;
	height: 39px;
	overflow: hidden;
	text-align: center;
}
.topicsList-thumbnailImg img {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.archiveBox li {
	border-bottom: 1px dotted #343434;
	padding-bottom: 1em;
	margin-bottom: 1em;
	line-height: 1em;
	text-indent: 1em;
}
.archiveBox li:last-child {
	margin-bottom: 0;
}
/*================================================================
SP detail.html
================================================================*/
.topicsDetail-body {
	margin-top: 2em;
/*
	padding: 0 1em 1em 1em;
	margin-left: 6px;
	margin-right: 6px;
*/
	line-height: 1.618em;
	word-wrap: break-word;
}
.topicsDetail-ttl {
	border-left: 5px solid #57B43A;
	padding-left: 1em;
}
.topicsDetail-ttl p:nth-child(1) span {
	display: inline-block;
	line-height: 1em;
	background: #96683e;
	color:#fefefe;
	font-size: 0.625em;
	padding: 0.3125em 0.625em;
	margin-bottom: 0.5em;
}
/*--
.topicsDetail-ttl p:nth-child(1) span:nth-child(1) {
	background: #57B43A;
	color: #fefefe;
}
.topicsDetail-ttl p:nth-child(1) span:nth-child(2) {
	background: #cfcfcf;
	color: #1a1a1a;
}
--*/
.topicsDetail-ttl p:nth-child(2) {
	display: block;
	width: 100%;
	line-height: 1em;
	font-size: 1.2em;
	word-wrap: break-word;
}
.topicsDetail-btn {
	text-align: center;
	margin-top: 2em;
}
.topicsDetail-btn a {
	display: inline-block;
	border: 2px solid #57B43A;
	color: #57B43A;
	padding: 0.625em 1em;
	line-height: 1em;
	border-radius: 3px;
}
.topicsDetail-btn a:hover {
	background: #57B43A;
	color: #fefefe;
	text-decoration: none;
}
/*====================================================================
SP 2nd contents bg
====================================================================*/
.pdtBg-xs {
	padding-top: 30px;
}
.pdbBg-xs {
	padding-bottom: 30px;
}
.pdt-xs {
	padding-top: 15px;
}
.pdb-xs {
	padding-bottom: 15px;
}
.pdtBg {
	padding-top: 30px;
}
.pdbBg {
	padding-bottom: 30px;
}
.secBg {
	padding: 30px 0;
}
.secBg {
	padding: 30px 0;
}
.sec {
	background: rgba(254,254,254,0.6);
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	padding: 15px;
}
.secBox {
	background: rgba(254,254,254,0.6);
	border: 1px solid #d9d9d9;
	box-sizing: border-box;
	padding: 15px;
}
.second h3 {
	background: #57B43A;
	font-weight: bold;
	padding: 0.3125em 0.625em;
	color: #fefefe;
	text-align: center;
	line-height: 1em;
}
.second h4 {
	display: inline-block;
	font-weight: bold;
	border: 2px solid #57B43A;
	color: #57B43A;
	padding: 0.3125em 0.625em;
}
.second h5 {
	font-weight: bold;
	border-left: 4px solid #57B43A;
	line-height: 1em;
	padding-left: 0.625em;
}

.db {
	display: block;
}
.ilb {
	display: inline-block;
}


