@charset "UTF-8";

/* コーポレートカラー　#006400 */

/* ================================================= 
共通項目
================================================= */
body{
color: #333;
line-height: 1.6em;
font-size: 15px;
font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;
}
@media(max-width:780px){
body{
line-height: 1.5em;
font-size: 14px;
}
}/* @media */

/* 画像関連 */
img{display: block; width: 100%;}
img.NEW{width:19px; height:9px;}
a img:hover { opacity: .8;}

/* リンク関連 */
a {text-decoration: none; transition: .2s;}
a:link{color: #333;}
a:visited{color: #333;}
a:hover{color: #ccc;}

/* ONLY PC / SP */
.pc{ display: block !important;}@media(max-width:780px){.pc{ display: none !important;}}
.sp{ display: none !important;}@media(max-width:780px){.sp{ display: block !important;}}

p.caution {
    background: #ffead4;
    margin: 20px;
}
@media(max-width:780px){
p.caution {
    background: #ffead4;
    margin: 0 0 20px;
    padding: 8px !important;
    font-size: .9em;
}
}/* @media */

/* ================================================= 
wrap
================================================= */
.wrap{
width: 1200px;
margin: 0 auto;
padding: 20px;
}
.M1_TABLE{
  padding: 10px;
    background: #fff;
}
.M2_TABLE{
  padding: 10px;
    background: #fff;
}
@media(max-width:780px){
.wrap {
    max-width: 100%;
    min-width: 10%;
    margin: 0;
    padding: 0;
    width: initial;
}
}/* @media */

/* ================================================= 
header
================================================= */
header{
border-top: 5px solid #006400;
}
@media(max-width:780px){
header {
    border-top: 0;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 9999999999;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
th,td{
  padding: 5px;
    display : block;

}
.add-margin{
  padding-top: 60px;
}
}/* @media */

header > .wrap > .logo-area {
float: left;
}
header > .wrap > .logo-area > a > img{
width: 400px;
}
header > .wrap > .logo-area > a > p {color: rgba(0,0,0,0.6);letter-spacing: .05em;padding: 8px 0 0;font-family: serif;font-weight: bold;font-size: 16px;}
header > .wrap > .menu-area {float: right;}
header > .wrap > .menu-area > a{display: block;float: left;
}
header > .wrap > .menu-area > a:nth-child(1){
background: #faaf00 url(http://www.inochinomori.org/own_images/icon-mail.png) no-repeat 10px center;
background-size: 20px;
color: #fff;
height: 30px;
line-height: 30px;
padding: 0 40px 0 40px;
}
header > .wrap > .menu-area > a:nth-child(1):hover{
background: #cccccc url(http://www.inochinomori.org/own_images/icon-mail.png) no-repeat 10px center;
background-size: 20px;
}
ul.pc-main-menu > li {
float: left;
width: 14.25%;
text-align: center;
border-left: 1px solid #ccc;
line-height: 40px;
font-size: 15px;
-webkit-box-sizing: border-box;box-sizing: border-box;
}
ul.pc-main-menu > li:last-child {
border-right: 1px solid #ccc;
}
ul.pc-main-menu > li > a {
display: block;
border-bottom: 2px solid #fff;
}
ul.pc-main-menu > li > a:hover {
border-bottom: 2px solid #006400;
color: #006400;
}

/* ================================================= 
icatch-area
================================================= */
.icatch-area{
position: relative;
}
.icatch-area .discription {
position: absolute;
background: #006400;
z-index: 999;
top: 0;
right: 0;
width: 220px;
height: 360px;
text-align: center;
color: #fff;
padding: 30px;
}
.icatch-area .discription > p:nth-child(1) {
font-size: 1.6em;
padding: 80px 0 20px;
}
.icatch-area .discription > p:nth-child(1) > span {
border-bottom: 2px solid #fff;
display: block;
width: 1.3em;
margin: 16px auto 16px;
}
.icatch-area .discription > p:nth-child(2) {
padding: 0 0 30px;
}
.icatch-area .discription > p:nth-child(3) a {
display: block;
line-height: 2.8em;
font-size: .9em;
background: #006400;
color: #fff;
border: 1px solid #fff;
}
.icatch-area .discription > p:nth-child(3) a:hover {
background: #fff;
color: #006400;
border: 1px solid #006400;
}


@media(max-width:780px){
.icatch-area .discription {
    position: absolute;
    background: rgba(0, 91, 115, 0.87);
    z-index: 999;
    top: inherit;
    right: 0;
    width: 94%;
    height:auto;
    text-align: center;
    color: #fff;
    padding: 3%;
    bottom: 0;
}
    
.icatch-area .discription > p:nth-child(1) {
    font-size: 1em;
    padding: 4px 0 0;
    float: left;
    font-weight: bold;
}
.icatch-area .discription > p:nth-child(1) > span {
    display: none;
}
.icatch-area .discription > p:nth-child(2) {
    display: none;
}
.icatch-area .discription > p:nth-child(3) a {
    display: block;
    line-height: 2.2em;
    font-size: 1em;
    background: #Fff;
    color: #333;
    border: 0;
    float: right;
    width: 50%;
    border-radius: 5px;
}
.icatch-area .discription > p:nth-child(3) a:hover {
border: 0;
}

}/* @media */


/* ================================================= 
oshirase-box , 
================================================= */
.oshirase-box {
width: 360px;
float: left;
margin-right: 20px;
background: #006400;
padding: 20px;
position: relative;
box-shadow: 0 0 16px rgba(0,0,0,0.2);
}
.oshirase-box > .main-title {
color: #fff;
padding: 8px 0 24px;
}
.oshirase-box > .main-btn > a {
    position: absolute;
    top: 20px;
    right: 3%;
    border-radius: 5px;
    padding: 3px 20px 3px 50px;
    font-size: .9em;
    background: #fff url(http://www.inochinomori.org/own_images/icon-oshirase.png) no-repeat 20px center;
    background-size: 14px;
    font-weight: bold;
}
.oshirase-box > .main-btn > a:hover {
color: #333;
opacity: .5;
}

.oshirase-box > .inner-box {
background: #fff;
}
.oshirase-box > .inner-box > .article {
border-bottom: 1px solid #006400;
padding: 20px;
}
.oshirase-box > .inner-box > .article > .date{
font-size: .9em;
color: #006400;
}
.oshirase-box > .inner-box > .article > a > .title{
text-decoration: underline;
}

@media(max-width:780px){
.oshirase-box {
    width: 94%;
    float: none;
    margin-right: 0;
    padding: 3%;
    box-shadow: none;
    border-top: 2px solid #fff;
}
.oshirase-box > .inner-box > .article {
    padding: 3%;
}
.oshirase-box > .main-title {
    color: #fff;
    padding: 11px 0 24px;
    font-weight: bold;
}
}/* @media */

/* ================================================= 
menu-box
================================================= */
.menu-box{
width: 780px;
float: left;  
}
.menu-box > .box {
box-shadow: 0 0 16px rgba(0,0,0,0.2);
margin: 0 0 20px;
}
.menu-box > .box:nth-child(1){
float: left;
width: 48%;
margin-right: 2%;
}
.menu-box > .box:nth-child(2){
float: left;
width: 50%;
}
.menu-box > .box:nth-child(9),
.menu-box > .box:nth-child(6),
.menu-box > .box:nth-child(3){
float: left;
width: 31.5%;
margin-right: 2%;
}
.menu-box > .box:nth-child(10),
.menu-box > .box:nth-child(7),
.menu-box > .box:nth-child(4){
float: left;
width: 31.5%;
margin-right: 2%;
}
.menu-box > .box:nth-child(8),
.menu-box > .box:nth-child(5){
float: left;
width: 33%;
}
.menu-box > .box > .img {
height: 220px;
border-top: 3px solid #006400;
}
.menu-box > .box > .dancho {background: url(http://www.inochinomori.org/own_images/jiro.jpg) no-repeat left center;background-size: 100%;}
.menu-box > .box > .conductor {background: url(http://www.inochinomori.org/own_images/conductor.jpg) no-repeat left center;background-size: 100%;}
.menu-box > .box > .part1 {background: url(http://www.inochinomori.org/own_images/jimukyoku.png) no-repeat left center;background-size: 100%;}
.menu-box > .box > .part2 {background: url(http://www.inochinomori.org/own_images/kiboukan.png) no-repeat left center;background-size: 100%;}

.menu-box > .box > .title {
font-weight: bold;
padding: 10px 0 10px 30px;
background: url(http://www.inochinomori.org/own_images/icon-blue.png) no-repeat left top;
background-size: 20px;
}
.menu-box > .box > .text {
font-size: 0.8em;
padding: 0 16px 16px 16px;
}

@media(max-width:780px){
.menu-box {
    width: 100%;
    float: none;
}

.menu-box > .box:nth-child(1),
.menu-box > .box:nth-child(2),
.menu-box > .box:nth-child(3),
.menu-box > .box:nth-child(4),
.menu-box > .box:nth-child(5),
.menu-box > .box:nth-child(6),
.menu-box > .box:nth-child(7),
.menu-box > .box:nth-child(8),
.menu-box > .box:nth-child(9),
.menu-box > .box:nth-child(10) {
float: none;
    width: 94%;
    margin: 3%;
    padding: 0;
    box-shadow: none;
    background: #f3f3f3;
    border-bottom: 1px solid #ddd;
}
.menu-box > .box > .img {
    border-top: 0;
    height: 300px;
    width: 100%;
    float: left;
}
.menu-box > .box > .title {
    font-weight: bold;
    padding: 10px 0 0 5%;
    background: url(http://www.inochinomori.org/own_images/icon-blue.png) no-repeat 1px top;
    background-size: 20px;
    float: left;
    width: 95%;
}
.menu-box > .box > .text {
    font-size: 1em;
    padding: 2%;
    float: left;
    width: 95%;
}
}/* @media */


/* ================================================= 
blog-area
================================================= */
.blog-area{
background: #f4f4f4;
}
.blog-area > .wrap{
padding: 0 20px;
}
.blog-area > .wrap > .inner-area {
background: #eaeaea;
position: relative;
padding: 0 0 30px;
}

.blog-area > .wrap > .inner-area > .main-title {
padding: 28px 0 24px 20px;
font-weight: bold;
}
.blog-area > .wrap > .inner-area > .main-btn > a {
    position: absolute;
    top: 25px;
    right: 3%;
    border-radius: 5px;
    padding: 3px 20px 3px 50px;
    font-size: .9em;
    background: #fff url(http://www.inochinomori.org/own_images/icon-oshirase.png) no-repeat 20px center;
    background-size: 14px;
    font-weight: bold;
}
.blog-area > .wrap > .inner-area > .main-btn > a:hover {
color: #333;
opacity: .5;
}


.blog-area > .wrap > .inner-area > .img-area {
width: 360px;
padding: 0 20px;
float: left;
}
.blog-area > .wrap > .inner-area > .text-area {
float: left;
width: 710px;
text-align: justify;
padding: 20px;
}

.blog-area > .wrap > .inner-area > .text-area > p.title {
font-weight: bold;
padding: 0 0 16px;
}
.blog-area > .wrap > .inner-area > .text-area > p.text {
font-size: 0.9em;
}


@media(max-width:780px){
.blog-area > .wrap {
    padding: 0;
}
.blog-area > .wrap > .inner-area > .img-area {
    width: 80%;
    padding: 0;
    float: none;
    margin: 0 auto;
    border: 5px solid #FFF;
}
.blog-area > .wrap > .inner-area > .text-area {
    float: none;
    width: 94%;
    text-align: justify;
    padding: 3%;
}
}/* @media */






/* ================================================= 
contents-wrap
================================================= */
.contents-wrap {
    background: #f4f4f4;
}
.main-contents {
    background: #fff;
    float: left;
    width: 820px;
    padding: 40px;
}
.main-contents > p {
    padding: 16px 20px;
}

h2 {
    border-left: 4px solid #006400;
    padding: 30px 0 30px 40px;
    font-size: 1.6em;
    letter-spacing: .1em;
    font-family: serif;
    margin: 0 0 40px -40px;
}
h3 {
    background: #006400;
    color: #fff;
    padding: 16px;
    margin: 40px 0 20px 0;
    font-size: 1.1em;
    letter-spacing: .1em;
    border-bottom: 2px solid #1886a2;
    font-weight: bold;
}
h4 {
    color: #006400;
    font-weight: bold;
    font-size: 1.2em;
    margin: 30px 20px 0;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

dl {
    border-top: 0;
    margin: 20px;
}
dt {
    float: left;
    padding: 8px 0 8px 10px;
    width: 150px;
    color: #007c9c;
}
dt.sub {
    padding: 8px 0 8px 30px;
    color: rgba(51, 51, 51, 0.74);
}
dd {
    padding: 8px 8px 8px 180px;
    border-top: 1px solid #ccc;
}

dd.title, dt.title {
    background: #8a8a8a;
    color: #fff;
    text-align: center;
    border: 0;
    border-right: 1px solid #fff;
}


.side-contents {
    float: right;
    width: 260px;
}
/* h1 {
background: #006400; /* Old browsers */
/* background: -moz-linear-gradient(-45deg,  #006400 0%, #2989d8 50%, #047fd1 51%, #006400 100%); /* FF3.6-15 */
/* background: -webkit-linear-gradient(-45deg,  #006400 0%,#2989d8 50%,#047fd1 51%,#006400 100%); /* Chrome10-25,Safari5.1-6 */
/* background: linear-gradient(135deg,  #006400 0%,#2989d8 50%,#047fd1 51%,#006400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006400', endColorstr='#006400',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/*     color: #fff;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin: 0 0 10px;
    font-size: 1.1em;
}
*/
.side-contents > ul li a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    color: #006400;
    margin-bottom: 2px;
}
.side-contents > ul li a:hover {
  background: #006400;
  color: #fff;
}


@media(max-width:780px){
.side-contents {
    float: none;
    width: 100%;
}
/* h1 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 1.1em;
}
*/
.side-contents > ul li a {
    display: none;
}
.main-contents {
    background: #fff;
    float: none;
    width: 94%;
    padding: 3%;
    overflow-x: hidden;
}
h2 {
    border-left: 4px solid #006400;
    padding: 10px 0 10px 20px;
    font-size: 1.4em;
    letter-spacing: .1em;
    font-family: serif;
    margin: 0 0 40px 0px;
}
h3 {
    padding: 8px;
}
h4 {
    font-size: 1.1em;
    margin: 20px 0;
    padding: 8px 0;
}
.main-contents > p {
    padding: 8px 0;
}
dl {
    border-top: 0;
    margin: 20px 0;
}
dt {
    float: none;
    padding: 2px 0 2px 3%;
    width: 97%;
    color: #007c9c;
    border-top: 1px solid #ccc;
    background: #eaeaea;
}
dd {
    padding: 8px;
    border-top: 1px solid #ccc;
}
dt.sub {
    padding: 8px;
    color: rgba(51, 51, 51, 0.74);
    background: #fafafa;
}
dd.title, dt.title {
    border-right: 0;
}

}/* @media */



/* ================================================= 
    part3
================================================= */
.accordion-area {
    border-bottom: 1px solid #ccc;
    margin: 0 20px;
}
.accordion input {
	display: none;
}
.accordion label {
	display: block;
	cursor: pointer;
}
.accordion label:hover {
}
.accordion .ac-cont {
	transition: .2s;
	height: 0;
	overflow: hidden;
   opacity: 0;
    margin: 0;
}
.accordion input:checked + .ac-cont {
    height: auto;
    opacity: 1;
    border: 1px solid #ccc;
    border-top: 1px dashed #ccc;
    padding: 20px;
    border-bottom: 0;
}
.accordion-title {
    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    background: url(http://www.inochinomori.org/own_images/icon-accodion.jpg) right center no-repeat;
    border: 1px solid #ccc;
    border-bottom: 0;
    padding: 20px 50px 20px 20px;
}
.accordion-title:hover {
  color: #006400;
}
span.Q {
  color: #006400;
  padding-right: .5em;
}
span.A {
  color: #006400;
}

@media(max-width:780px){
.accordion-title {
    font-size: 1em;
    padding: 10px 40px 10px 10px;
}
.accordion-area {
    border-bottom: 1px solid #ccc;
    margin: 30px 0px;
}
.accordion input:checked + .ac-cont {
    padding: 10px;
}
.accordion .ac-cont {
	transition: 0s;
}
}/* @media */



/* ================================================= 
footer
================================================= */
footer {
border-bottom: 5px solid #006400;
padding: 100px 0 0;
border-top: 1px solid #ececec;
}
footer > .wrap{
padding: 0 20px;
}
footer > .wrap > .banner-area > a{
padding-top: 10px;
    float:right;
    text-align:right;
}
footer > .wrap > .banner-area > a > img{
width: 210px;
}
footer > .wrap > .banner-area > a > p{
font-size: .8em;
}
footer > .wrap > .logo-area{
width: 300px;
}
footer > .wrap > .logo-area > a > p{
font-size: .8em;
}
footer > .wrap > .top-btn a{
background: #006400;
color: #fff;
border-radius: 5px 5px 0 0;
padding: 5px 20px 5px 20px;
position: absolute;
bottom: 0;
right: 20px;
font-size: .9em;
}
footer > .wrap > .top-btn a:hover{
opacity: .5;
}
footer > .wrap > .top-btn a > span{
font-size: .5em;
padding-right: 10px;
}

ul.end-nav li a{
display: block;
float: left;
padding: 0 16px 0 16px;
border-left: 1px solid #ccc;
}
ul.end-nav li a:last-child{
border-right: 1px solid #ccc;
}

.copyright{
text-align: right;
height: 30px;
line-height: 30px;
font-size: .7em;
background: #c4c4c4;
color: #fff;
letter-spacing: .1em;
}
.copyright > .wrap{
padding: 0 20px;
}


@media(max-width:780px){
footer {
    padding: 45px 0 0;
}
footer > .wrap > .logo-area {
    display: none;
}
footer > .wrap > .top-btn a {
    background: #006400;
    color: #fff;
    border-radius: 0;
    padding: 5px 0 5px 0;
    position: absolute;
    bottom: -5px;
    right: 0;
    font-size: 1em;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
footer > .wrap > .top-btn a > span {
    font-size: 1em;
    padding-right: 10px;
}
ul.end-nav li a {
    display: block;
    float: left;
    padding: 0;
    border-left: 0;
    width: 50%;
    text-align: center;
    border-bottom: 1px solid #ccc;
    height: 44px;
    line-height: 44px;
    font-size: .9em;
}
ul.end-nav li:nth-child(odd) {
    border-right: 1px solid #ccc;
}
ul.end-nav li a:last-child {
    border-right: 0;
}
.copyright > .wrap {
    padding: 0;
    text-align: center;
    letter-spacing: 0;
}
}/* @media */



/* 以下スマホメニュー
=================================================== */
.sp-menu > ul {
width: 100%;
margin: 60px auto 0;
text-align: center;
}
.sp-menu ul li a {
    float: left;
    width: 50%;
    border-right: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 15px 0;
    border-bottom: 1px solid #fff;
    background: #0ca3cb;
}
.sp-menu ul li a:nth-child(even) {
border: 0;
}
.sp-menu ul li.last a {
    width: 94%;
    color: #fff;
    padding: 15px 0;
    border-bottom: 0;
    background: #F8AB08;
    margin: 3%;
    display: block;
    border-radius: 5px;
}


.sp-menu ul li a > span {
display: block;
font-size: 0.8em;
font-weight: normal;
color: #333 !important;
}
ul.sp-sns {
border: 0;
margin: 20px auto 0;
width: 180px;
}
ul.sp-sns li a {
border: 0;
background: #EC6630;
float: left;
display: block;
width: 40px;
height: 40px;
border-radius: 30px;
margin: 0 10px 0;
}
ul.sp-sns li a img {
width: 24px;
padding: 0 0;
display: block;
margin: -7px 0 0 8px;
}
ul.sp-sns li:last-child a{
background: none;
}
ul.sp-sns li:last-child img {
width: 37px;
padding: 0 0;
display: block;
margin: -13px 0 0 3px;
}


.abslt-logo {
position: fixed;
width: 240px;
top: 15px;
left: 10px;
z-index: 12345678901;
}
.abslt-logo > p{
  font-size: .7em;
  opacity: .7;
}
.menu-btn {
position: fixed;
top: 10px;
right: 10px;
width: 40px;
height: 40px;
line-height: 30px;
font-size: .88em;
text-align: center;
cursor: pointer;
z-index: 12345678901;
background: url(http://www.inochinomori.org/own_images/icon-menu.png) no-repeat center center;
background-size: 30px;
}
.menu-btn span {
color: #fff;
}
.menu-btn span:after {
content: attr(data-txt-menu);
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
content: attr(data-txt-close);
}
.sp-menu {
position: fixed;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(255,255,255,.96);
-webkit-transition: all .5s;
transition: all .5s;
visibility: hidden;
opacity: 0;
z-index: 1234567890;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .sp-menu {
cursor: url(http://www.inochinomori.org/own_images/cross.svg),auto;
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity: 1;
}

