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

@media print, screen and (min-width: 641px) {

#home_contents {
	margin-bottom: 100px;
	position: relative;
	text-align: center;
}
#mainImage {
width: 100%;
height: 400px;
background-color: #EFF6D6;
overflow: hidden;
position: relative;
padding-top: 90px;

}
#mainImage h2 {
width: 42%;
position: absolute;
top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#mainImage ul.flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#mainImage li {
width: 24%;
}
#mainImage li ul {
margin: 0;
}
#mainImage li ul li {
width: 100%;
}
#home_contents .top_search {
background:linear-gradient(90deg,#4d872b 0%,#4d872b 40%,#ff9800 40%,#ff9800 100%);
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
position: relative;
height: 280px;
margin-bottom: 50px;
}
#home_contents .top_search .title {
width: 320px;
position: absolute;
z-index: 50;
top: -20px;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#home_contents .top_search .baibai {
width: 35%;
float: left;
position: relative;
}
#home_contents .top_search .chintai {
width: 65%;
float: right;
position: relative;
}
#home_contents .top_search  ul.flex {
margin-top: 90px;
}
#home_contents .top_search .baibai  li {
width: 180px;
margin-right: 30px;
}
#home_contents .top_search .chintai  li {
width: 180px;

}
#home_contents .top_search  li img {
width: 80%;
}
#home_contents .top_search  li span {
font-size: 16px;
text-align: center;
color: #fff;
display: block;
margin-top: 0px;
}
#home_contents .top_search li a:hover {
opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

.toplist .chintai {
background-color: #FEE8CB;
}
.toplist .baibai {
background-color: #EFF6D6;
margin-bottom: 50px;
}
.toplist h3 {
margin-left: auto;
margin-right: auto;
margin-bottom: 50px;
width: 560px;
padding-top: 50px;
}
.toplist .inner {
padding-bottom: 50px;
}
.toplist .more a {
display: block;
width: 40%;
margin-left: auto;
margin-right: auto;
color: #fff;
padding-top: 16px;
padding-bottom: 16px;
border-radius: 4px;
transition : all 0.3s ease 0s;
}


.toplist .cancel a {
display: block;
width: 34%;
margin-left: auto;
margin-right: auto;
padding-top: 60px;
padding-bottom: 16px;
background-color: unset !important;
}

.toplist .cancel a img {
transition: all 0.3s ease 0s;
}



.toplist .cancel a img:hover {
opacity: 0.5;
}




.toplist .chintai .more a {
background-color: #FF9802;
}
.toplist .chintai .more a:hover {
background-color: #F06209;
}


.toplist .baibai .more a {
background-color: #4D872B;
}
.toplist .baibai .more a:hover {
background-color: #21641F;
}
.ranking {
margin-bottom: 50px;
}
.ranking h4 {
margin-bottom: 40px;
}
.ranking .toplist .box {
border:  solid 1px #ccc;
position: relative;
overflow: hidden;
margin-right: 16px;
margin-left: 16px;
}
.ranking .toplist .box .rank {
width: 20%;
position: absolute;
top: 5px;
right: 5px;
z-index: 10;
}
.ranking .toplist .box .icon li {
padding-top: 5px!important;
padding-bottom: 5px!important;
}
.ranking .toplist .box .btn a {
padding-top: 5px!important;
padding-bottom: 5px!important;
}
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

.kodawari {
margin-bottom: 50px;
}
.kodawari h5 {
width: 900px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.kodawari ul {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.kodawari li {
margin-bottom: 40px;
width: 30%;
}
.kodawari li img {
width: 30%;
}
.kodawari dl {
width: 300px;
height: 300px;
}
.kodawari dt {
padding-top: 50px;
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
}
.kodawari dt span{
display: block;
font-size: 16px;
font-weight: nomal;
}
.kodawari li .org {
background-image: url("/images/kodawari_org.png");
background-position: top center;
background-size: cover;
}
.kodawari li .grn {
background-image: url("/images/kodawari_green.png");
background-position: top center;
background-size: cover;
}
.kodawari a {
display: block;
}
.kodawari a .org:hover {
background-image: url("/images/kodawari_org2.png");
}
.kodawari a .grn:hover {
background-image: url("/images/kodawari_green2.png");
}
.request {
margin-bottom: 50px;
background-color: #F1F7DB;
padding-top: 40px;
padding-bottom: 40px;
}
.request h5 {
width: 600px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.request ul {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.request li {
width: 25%;
margin-left: 20px;
margin-right: 20px;
}
.request .btn a {
display: block;
width: 40%;
margin-left: auto;
margin-right: auto;
color: #fff;
padding-top: 16px;
padding-bottom: 16px;
border-radius: 4px;
background-color: #569234;
transition : all 0.3s ease 0s;
}
.request .btn a:hover {
background-color: #21641F;
}
.info {
margin-bottom: 50px;
}
.info h5 {
width: 235px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.info ul {
	width: 90%;
 margin-left: auto;
margin-right: auto;
}
.info li {
width: 30%;
}
.info .box {
border: solid 1px #ccc;
padding: 12px;
}
.info .box p {
font-size: 20px;
line-height: 1.5em;
margin-bottom: 10px;
}
.info .box p span {
font-size: 15px;
display: block;
margin: 0px;
}
.info .box a {
background-color: #FEA51E;
color: #fff;
display: block;
padding-top: 6px;
padding-bottom: 6px;
}
.info .box a:hover {
background-color: #F06209;
}
.news {
margin-bottom: 50px;
}
.news h5 {
width: 175px;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.news li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #ccc;
overflow: hidden;
}
.news li dl {
margin: 0;
}
.news li dt {
width: 20%;
text-align: center;
float: left;
}
.news li dd {
width: 75%;
text-align: left;
float: right;
}

/*トップページアクセス時のポップアップ*/

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 500px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding: 30px 30px;
    margin: 0px;
    background-color: #318B24;
    color: #fff;
    font-size: 42px;
    text-align: center;
    line-height: 1.5;

font-family: 'Reggae One', cursive;

font-weight: 500;
}
.onetime_popup_title2 {
    position: relative;
    padding: 30px 30px;
    margin: 0px;
    background-color: #318B24;
    color: #fff;
    font-size: 42px;
    text-align: center;
    line-height: 1.5;

font-family: 'Reggae One', cursive;

font-weight: 500;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
    padding: 60px 30px;
    text-align: center;
}
.onetime_popup_content ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
}
.onetime_popup_content ul li {
width: 100%;
margin: 0;
}
.onetime_popup_content ul li img {
width: 100%;
}

.onetime_popup_content ul li a:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

}



@media screen and (max-width: 640px) {


#home_contents {
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#mainImage {
width: 100%;
height:220px;
background-color: #EFF6D6;
overflow: hidden;
position: relative;
padding-top: 60px;
margin-bottom: 0;
}
#mainImage h2 {
width: 80%;
position: absolute;
top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
#mainImage ul.flex {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#mainImage li {
width: 24%;
}
#mainImage li ul {
margin: 0;
}
#mainImage li ul li {
width: 100%;
}
#home_contents .top_search {
position: relative;
margin-bottom: 50px;
}
#home_contents .top_search .inner {
padding: 0px!important;
}
#home_contents .top_search .title {
width: 80%;
position: absolute;
z-index: 50;
top: -20px;
left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
#home_contents .top_search .baibai {
width: 100%;
position: relative;
background-color: #4d872b;
padding-bottom: 20px;
}
#home_contents .top_search .chintai {
width: 100%;
position: relative;
background-color: #FF9901;
padding-bottom: 20px;
}
#home_contents .top_search  ul.flex {
padding-top: 80px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
#home_contents .top_search .baibai ul {
width: 90%;
margin-left: auto;
margin-right: auto;
}
#home_contents .top_search .baibai  li {
width: 45%;
}
#home_contents .top_search .chintai ul {
width: 90%;
margin-left: auto;
margin-right: auto;
}
#home_contents .top_search .chintai  li {
width: 45%;
}
#home_contents .top_search  li img {
width: 80%;
}
#home_contents .top_search  li span {
font-size: 12px;
text-align: center;
color: #fff;
display: block;
margin-top: 0px;
}
#home_contents .top_search li a:hover {
opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}


.toplist .chintai {
background-color: #FEE8CB;
padding-left: 16px;
padding-right: 16px;
}
.toplist .baibai {
background-color: #EFF6D6;
margin-bottom: 50px;
padding-left: 16px;
padding-right: 16px;
}
.toplist h3 {
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
width: 80%;
padding-top: 20px;
}
.toplist .inner {
padding-bottom: 20px;
}
.toplist .more a {
display: block;
width: 80%;
margin-left: auto;
margin-right: auto;
color: #fff;
padding-top: 16px;
padding-bottom: 16px;
border-radius: 4px;
transition : all 0.3s ease 0s;
}

.toplist .cancel a {
display: block;
width: 80%;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
padding-bottom: 16px;
background-color: unset !important;
}

.toplist .cancel a img {
transition : all 0.3s ease 0s;
}


.toplist .cancel a img:hover {
opacity: 0.5;
}


.toplist .chintai .more a {
background-color: #FF9802;
}
.toplist .chintai .more a:hover {
background-color: #F06209;
}
.toplist .baibai .more a {
background-color: #4D872B;
}
.toplist .baibai .more a:hover {
background-color: #21641F;
}
.ranking {
padding-bottom: 40px;
margin-bottom: 20px;
}
.ranking h4 {
margin-bottom: 40px;
}
.ranking .toplist .box {
border:  solid 1px #ccc;
position: relative;
overflow: hidden;
margin-right: 16px;
margin-left: 16px;
}
.ranking .toplist .box .rank {
width: 20%;
position: absolute;
top: 5px;
right: 5px;
z-index: 10;
}
.ranking .toplist .box .icon li {
padding-top: 5px!important;
padding-bottom: 5px!important;
}
.ranking .toplist .box .btn a {
padding-top: 5px!important;
padding-bottom: 5px!important;
}
/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

.kodawari {
margin-bottom: 30px;
}
.kodawari h5 {
width: 95%;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.kodawari ul {
width: 95%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
margin-left: auto;
margin-right: auto;
}
.kodawari li {
width: 48%;
}
.kodawari li img {
width: 25%;
}
.kodawari li:nth-child(3) img,
.kodawari li:nth-child(5) img{
width: 30%;
}
.kodawari li:nth-child(6) img{ 
width: 20%;
}
.kodawari dl {
width: 100%;
padding-bottom: 20px;
}
.kodawari dt {
padding-top: 30px;
font-size: 16px;
font-weight: bold;
line-height: 1.5em;
margin-bottom: 20px;
}
.kodawari dt span{
display: block;
font-size: 14px;
font-weight: nomal;
}
.kodawari li .org {
background-image: url("/images/kodawari_org.png");
background-position: top center;
background-size: cover;
}
.kodawari li .grn {
background-image: url("/images/kodawari_green.png");
background-position: top center;
background-size: cover;
}
.kodawari a {
display: block;
}
.kodawari a .org:hover {
background-image: url("/images/kodawari_org2.png");
}
.kodawari a .grn:hover {
background-image: url("/images/kodawari_green2.png");
}
.request {
margin-bottom: 50px;
background-color: #F1F7DB;
padding-top: 40px;
padding-bottom: 40px;
}
.request h5 {
width: 90%;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.request ul {
width: 96%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.request li {
width: 30%;

}
.request .btn a {
display: block;
width: 80%;
margin-left: auto;
margin-right: auto;
color: #fff;
padding-top: 16px;
padding-bottom: 16px;
border-radius: 4px;
background-color: #569234;
transition : all 0.3s ease 0s;
}
.request .btn a:hover {
background-color: #21641F;
}
.info {
margin-bottom: 50px;
}
.info h5 {
width: 50%;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.info ul {
	width: 80%;
 margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: relative;
}
.info li {
width: 100%;
margin-bottom: 20px;
}
.info .box {
border: solid 1px #ccc;
padding: 12px;
}
.info .box p {
font-size: 18px;
line-height: 1.5em;
margin-bottom: 10px;
}
.info .box p span {
font-size: 14px;
display: block;
margin: 0px;
}
.info .box a {
background-color: #FEA51E;
color: #fff;
display: block;
padding-top: 6px;
padding-bottom: 6px;
}
.info .box a:hover {
background-color: #F06209;
}
.news {
margin-bottom: 50px;
}
.news h5 {
width: 35%;
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
}
.news ul {
width: 90%;
margin-left: auto;
margin-right: auto;
}
.news li {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: solid 1px #ccc;
overflow: hidden;
}
.news li dl {
margin: 0;
}
.news li dt {
width: 25%;
text-align: center;
float: left;
font-weight: bold;
}
.news li dd {
width: 70%;
text-align: left;
float: right;
}

/*トップページアクセス時のポップアップ*/

.bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.bg_onetime_popup.js_active {
    opacity: 1;
    visibility: visible;
}

.onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 330px;
    background-color: #fff;
    cursor: pointer;
}

.onetime_popup_title {
    position: relative;
    padding-top: 10px;
 padding-right: 10px;
 padding-left: 10px;
 padding-bottom: 10px;
    margin: 0px;
    background-color: #318B24;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;

font-family: 'Reggae One', cursive;

font-weight: 500;
}
.onetime_popup_title2 {
    position: relative;
     padding-top: 10px;
 padding-right: 10px;
 padding-left: 10px;
 padding-bottom: 10px;
    margin: 0px;
    background-color: #318B24;
    color: #fff;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;

font-family: 'Reggae One', cursive;

font-weight: 500;
}
.onetime_popup_title::before,
.onetime_popup_title::after {
    position: absolute;
    top: 40%;
    right: 5px;
    transform: translateY(-50%);
    width: 24px;
    height: 4px;
    background-color: #fff;
    content: "";
}
.onetime_popup_title::before {
    transform: rotate(45deg);
}
.onetime_popup_title::after {
    transform: rotate(-45deg);
}

.onetime_popup_content {
 padding-top: 20px;
 padding-right: 10px;
 padding-left: 10px;
 padding-bottom: 0px;
 text-align: center;
}
.onetime_popup_content ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
}
.onetime_popup_content ul li {
width: 100%;
margin-bottom: 10px;
}
.onetime_popup_content ul li img {
width: 100%;
}

.onetime_popup_content ul li a:hover {
  opacity: 1;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-duration: 1s;
  animation-name: flash;
}

}



@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
