﻿@font-face {
font-family: "irohamaru";
  src: url("./Dup/img/irohamaru.ttf") format("ttf"),url("./Dup/img/irohamaru.eot") format("eot"),url("./Dup/img/irohamaru.woff") format("woff"),url("./Dup/img/irohamaru.woff2") format("woff2");
}
.font1{font-family: "irohamaru","sans-serif";}
/*--------------------------------
疑似要素にオブジェクト
--------------------------------*/
.leaf,body,#main_img,#contents_box,.top_cms_wrap{position: relative;}
/*リピートなし*/
.leaf:before,body:before,body:after,#main_img:before,#contents_box:before,.top_cms_wrap:before{
content: "";
display: block;
background-size: cover;
background-repeat: no-repeat;
position: absolute;
}

.leaf{padding-left: 40px;}
.leaf:before{
background-image: url(./Dup/img/obj3.png);
width: 30px;
height: 30px;
top: 3px;
left: 0;
}
body:before{
background-image: url(./Dup/img/obj1.png);
width: 300px;
height: 254px;
position: fixed;
top: 0;
left: 0;
z-index: 1;
}
body:after{
background-image: url(./Dup/img/obj1.png);
width: 300px;
height: 254px;
position: fixed;
bottom: 0px;
right: 0;
transform: scale(-1, -1);
z-index: 1;
}

#main_img:before{
background-image: url(./Dup/img/catch.png);
width: 800px;
height: 200px;
top:50%;
left: 47%;
-ms-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: 1;
}
#contents_box:before{
background-image: url(./Dup/img/obj2.png);
width: 300px;
height: 315px;
top: -160px;
right: -35px;
}
.page #contents_box:before{display: none;}

.top_cms_wrap:before{
background-image: url(./Dup/img/obj2.png);
width: 300px;
height: 315px;
top: -160px;
left: -35px;
transform: scale(-1, 1);
}


/*--------------------------------
全体
--------------------------------*/
body{overflow: hidden;}
#logo img{max-width: 200px;}
#pc_nav{text-align: center;position: relative;z-index: 3;}
#pc_nav span.txt_color3{color: #FFB000;}
#head_contact_btn li a{display: block;max-width: 220px;box-sizing: border-box;margin: 0 auto;}
/*--------------------------------
TOP
--------------------------------*/
#intro_box{background-color: rgba(35,80,50,0.6);}
#contents_box .con_img{position: relative;}
#contents_box .con_img:before{
content: "";
display: block;
background:linear-gradient(135deg, rgba(255,175,0,0.3), rgba(255,200,0,0.3));
border-radius: 40% 60% 55% 53% / 50% 43% 57% 50%;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
transform: scale(-1, -1);
}
#contents_box .con_img figure{border-radius: 40% 60% 47% 53% / 50% 43% 57% 50%;}

.top_cms_wrap{background-color: #f9f9f9;}
.top_cms_wrap .contents_title span.txt_color1,#footer_access span.txt_color1{color: #FFB000;}
.top_cms_box .more_btn a,#footer_access .more_btn a{background:linear-gradient(135deg, rgba(35,170,55,0.7), rgba(215,220,0,0.7));color: #006432;box-shadow: none;}
.top_cms_box .more_btn a:hover,#footer_access .more_btn a:hover{opacity: 0.5;}
/*--------------------------------
下層
--------------------------------*/
.cate_list{margin-bottom: 50px;}
.cate_list li{
text-align: center;
width: 30%!important;
margin-right: 5%;
margin-bottom: 20px;
box-sizing: border-box;
}
.cate_list li:nth-of-type(3n){margin-right: 0;}
.cate_list li a{
padding: 10px;
background:linear-gradient(135deg, rgba(35,170,55,0.7), rgba(215,220,0,0.7));
color: #006432;
}
.cate_list li a:hover{
opacity: 0.5;
}
#cms_5-c .box_txt1::before,.cms_5-c .box_txt1::before{color: rgba(0,0,0,0.5);}

#contents_title{color: #fff;}
#contents_title .txt_color3{color: #ffaf00;}
#filter_white{background-color: rgba(100,100,100,0.5)!important;}
.contact_tel a{border: none;background:linear-gradient(135deg, rgba(35,170,55,0.7), rgba(215,220,0,0.7));color: #006432;}
.contact_tel a:hover{opacity: 0.5;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.cate_list li a{padding-bottom: 5px;}
.contact_tel a{padding-bottom: 24px;}
#tel_txt h3{padding-bottom: 0;}
#tel_txt p{padding-bottom: 15px;}
}

@media  screen and (min-width: 769px){
#header,#pc_nav{background-color: transparent;}
}
/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
#header{z-index: 7;}
#logo img {max-width: 120px;}
.fat-nav.active{z-index: 1000;}
#footer_cms{margin-bottom: 120px;}
.cate_list li{width: 47.5%!important;}
.cate_list li:nth-of-type(3n){margin-right: 5%;}
.cate_list li:nth-of-type(2n){margin-right: 0;}

body:before{
width: 250px;
height: 212px;
top: 0;
left: 0;
z-index: 8;
}
body:after{
width: 250px;
height: 212px;
bottom: 0;
right: 0;
z-index: 5;
}

#main_img:before{
width: 600px;
height: 150px;
top:50%;
left: 47%;
z-index: 1;
}
#contents_box:before{
width: 200px;
height: 210px;
top: -95px;
right: -35px;
}
.top_cms_wrap:before{
width: 200px;
height: 210px;
top: -55px;
left: -35px;
}

#page-top{z-index: 6;}
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
#header{padding-bottom: 10px;}
#logo{padding-top: 10px;}
#logo img {max-width: 100px;}
#copyright{padding-bottom: 50px;}
.cate_list li{width: 100%!important;margin-right: 0;}
.cate_list li:nth-of-type(3n){margin-right: 0;}

body:before{
width: 150px;
height: 127px;
top: -10px;
left: -15px;
}
body:after{
width: 150px;
height: 127px;
bottom: 0;
right: 0;
}
#main_img:before{
width: 370px;
height: 92.5px;
top:50%;
left: 47%;
z-index: 1;
}
#contents_box:before{
width: 130px;
height: 137px;
top: -70px;
right: -35px;
}
.top_cms_wrap:before{
width: 130px;
height: 137px;
top: -70px;
left: -35px;
}

#main_img,#contents_title{margin-top: 77px;}
}

/*--------------------------自動リンク--------------------------*/
/* color */
.linkStyle{color: #23aa37; text-decoration: underline;}
.txt_color_nomal .linkStyle{color: #23aa37;}
.txt_white .linkStyle{color: white;}
.txt_red .linkStyle{color: red;}
.bg_color1 .linkStyle{color: #fff;}
.bg_color2 .linkStyle{color: #006432;}
.bg_color3 .linkStyle{color: #fff;}
.bg_color4 .linkStyle{color: #23aa37;}

/*IEのみ*/
@media all and (-ms-high-contrast: none) {
.linkStyle{display: inline-block;}
}

/*--------------------------カラー--------------------------*/
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #006432} /* メインカラー */
.txt_color2{color: #d7dc00} /* サブカラー */
.txt_color3{color: #23aa37} /* アクセントカラー1 */
.txt_color4{color: #f2f2f2} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #006432} /* メインカラー */
.bg_color2{background-color: #d7dc00} /* サブカラー */
.bg_color3{background-color: #23aa37} /* アクセントカラー1 */
.bg_color4{background-color: #f2f2f2} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #006432}
.border_color2{border-color: #d7dc00}
.border_color3{border-color: #23aa37}
.border_color4{border-color: #f2f2f2}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #006432} /* メインカラー */
.hvr_txt_color2:hover{color: #d7dc00} /* サブカラー */
.hvr_txt_color3:hover{color: #23aa37} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #f2f2f2} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #006432} /* メインカラー */
.hvr_bg_color2:hover{background-color: #d7dc00} /* サブカラー */
.hvr_bg_color3:hover{background-color: #23aa37} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #f2f2f2} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #006432}
.hvr_border_color2:hover{border-color: #d7dc00}
.hvr_border_color3:hover{border-color: #23aa37}
.hvr_border_color4:hover{border-color: #f2f2f2}