﻿/*営業電話お断り-------------------------------------*/
.tel_bt::after{
    content: "※営業・セールスのお電話はお断りしています。";
    font-size: 16px;
    display: block;
    margin: 0 12px 12px;
    color: #ffb938;
}
.fat-nav__wrapper .no_eigyo{
    text-align: center;
    color: #5a9300;
    margin: 0 auto;
    max-width: 235px;
    line-height: 1.3em;
}

/*白い花の配置 --------------------------------------*/
.head_box{
    /*background: url(./Dup/img/dec02.png) no-repeat;*/
    /*background-size: 130px;*/
    /*background-position: center bottom;*/
}
.cms_title::before{
    content: "";
    background-image: url(./Dup/img/dec03.png);
    width: 80px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 30%;
    opacity: 0.7;
}
.cms_title::after{
    content: "";
    background-image: url(./Dup/img/dec04.png);
    width: 80px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 70%;
    opacity: 0.7;
}
.page_box::before{
    content: "";
    background-image: url(./Dup/img/dec03.png);
    width: 80px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    left: -100px;
    opacity: 0.7;
}
.page_box::after{
    content: "";
    background-image: url(./Dup/img/dec03.png);
    width: 80px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    transform: translate(0%, -50%);
    top: 50%;
    right: -100px;
    opacity: 0.7;
}

/*下層ページ ----------------------------------------*/
#page10 a.txt_color1,.cate_list li a,.pager li a{
    border: 1px solid;
    border-radius: 9px;
    box-shadow:2px 5px 10px rgba(109, 167, 18, 0.6);
}
.pager li a{
        height: 50px;
    line-height: 50px;
}
#page_title{position:relative;}
#page_title .title_img{
    background-position: center top;
    height: 390px;
}
#page_title .page_box {
    padding: 0;
    position: absolute;
    transform: translate(-50%, 0);
    bottom: 20px;
    left: 50%;
    z-index: 2;
}
#page_title h2{
        text-shadow: 0px 0px 2px #fff, 0px 0px 6px #fff, 0px 0px 15px #fff;
}

/*メインイメージ ------------------------------------*/
#main_img .catch img,
#main_img .main_dec1 img{
        min-height: auto!important;
}

.catch {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);/* X横 Y縦 始点が要素の中心になる */
    width: 50%;
    max-width: 700px;
    
    filter: blur(20px);
    opacity: 0;
    animation-name:blurAnime2;
    animation-delay: 2.3s; /* 〇秒後に変化 */
    animation-duration:1.5s;
    animation-fill-mode:forwards;
}
@keyframes blurAnime2{
  from {
  filter: blur(20px);
  opacity: 0;
  }

  to {
  filter: blur(0);
  opacity: 1;
  }
}
.main_dec1{
    max-width: 810px;
    width: 82%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -0%) rotate(180deg);
    
    filter: blur(20px);
    opacity: 0;
    animation-name:blurAnime;
    animation-delay: 1.8s; /* 〇秒後に変化 */
    animation-duration:1.5s;
    animation-fill-mode:forwards;
}
@keyframes blurAnime{
  from {
  filter: blur(20px);
  opacity: 0;
  }

  to {
  filter: blur(0);
  opacity: 0.8;
  }
}

/*TOP　コンテンツ -----------------------------------*/
.img5 img{
    border: 3px solid #ebfaac;
    border-radius: 15px;
}

.img6, .img7{
    border: 3px solid #ebfaac;
    border-radius: 15px;
}
/*#contents3{position:relative;}*/
/*#contents3::before{*/
/*background-image: url(./Dup/img/dec01.png);*/
/*background-size: 365px;*/
/*width: 100%;*/
/*height: 130px;*/
/*top: -130px;*/
/*left: 0;*/
/*content: "";*/
/*display: block;*/
/*position: absolute;*/
/*}*/
#contents3{
    background: url(./Dup/img/img_big_03.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}
/* スマホ */
@media screen and (max-width: 667px){
    #contents3{
        background: url(./Dup/img/img_big_04.jpg) no-repeat;
        background-size: cover;
        background-position: center top;
    }
}
/*ブログ --------------------------------------------*/
.topcms_news_type4 .cate_box{
	width: 30%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
}
.topcms_news_type4 .cate_box{
	background: rgba(255, 253, 239, .8);
	padding: 0;
	/*box-shadow: 10px 25px 30px rgb(0 0 0 / 8%);*/
	border: 1px solid #b5e707;
}
.topcms_news_type4 .txt_height{
	height: 3em
}
.topcms_news_type4 .box_title1:empty{
	display: block!important;
}
/* タブレット  */
@media screen and (max-width: 768px){
.topcms_news_type4 .cate_box {width: 30%!important;}
}
/* スマートフォン */
@media screen and (max-width: 667px){
.topcms_news_type4 .cate_box {width: 100%!important;}
}

/*お客様の声 ----------------------------------------*/
.v_type3 .cate_box{
    background: rgba(255, 253, 239, .8);
    border: 1px solid #b5e707;
}
.v_type3 .box_title1{color: #6da712;}

/*よくある質問 --------------------------------------*/
.cms_5-c .cate_box{
    background: rgba(255, 253, 239, .8);
    border: 1px solid #b5e707;
    padding: 20px 5%;
}

/* 自動リンク設定  ----------------------------------*/
.linkStyle{
	color:#6da712;
	text-decoration: underline;
	transition: all 0.5s;
}
.linkStyle:hover{
	color:#6da712;
	opacity: 0.7;
	text-decoration: none;
}

/*配色 ----------------------------------------------*/

#contact_tel{border-color: #f7ffd3;}
#tel_txt{
    background: rgb(255 255 255 / 40%);
    padding: 0 3%;}
.cms_5-c .box_txt1::before,#cms_5-c .box_txt1::before{color: #6a6a6a;}

/*緑系*/
.main_box{background: #f8ffe4;}
.txt_color1 {color: #5a9300;}/*#6da712*/
.border_color1,.border_color2{border-color: #6da712;}
.bg_color1,.bg_color3{background-color: #6da712;}

.bg_color2{background-color: #e8ff89;}

.foot_tel_bt a{
    background-color: #375803;
}
#page-top a,#page-top a span{
    color: #375803;
}

.border_color3 {border-color: #b5e707;}
.border_color4{border-color: #b5e707;}
header{border-right: 1px solid #b5e707;}

.bg_color4{background-color: #ebfaac;}
.main_box{
    background-color: transparent;
    background-image: url(Dup/img/bg1.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

/*暖色*/
#main_menu ul li a::before{
    background-color: #ffb938;
    filter: blur(1px);
}
.button:hover::after{box-shadow: inset 0 0 0 15em #ffb938;}
#contents3 .con_no {color: #ffd68c;}

.hvr_bg_color1:hover{background-color: #ffb938;}

.txt_color3 {color: #ffab10;}

.button2:hover{
        box-shadow: 0 0 20px rgb(255 255 255 / 60%) inset;
}


/*文字・文字間・空間 --------------------------------*/

h2, h3, .txt2, .txt4, .txt5, .txt7,
.cms_title h2, #page_title h2,
.cate_title, .box_title1,
.head_banner a, #footer_menu ul li a.font_en, #page10 ul li a{
    /*font-family: 'BIZ UDPMincho', serif;*/
    /*font-family: 'Klee One', cursive;*/
    /*font-family: 'Zen Antique Soft', serif;*/
    font-family: 'Zen Old Mincho', serif;
    font-size: 24px;
}

a, p, .cate_txt1, .box_txt1, .fat-nav.active .fat-nav__wrapper ul li a{
    /*font-family: 'BIZ UDPMincho', serif;*/
    font-family: 'Klee One', cursive;
    /*font-family: 'Zen Antique Soft', serif;*/
    /*font-family: 'Zen Old Mincho', serif;*/
    font-weight: 600;
    letter-spacing: 0em;
    line-height: 2em;
    font-size: 18px!important;
}

h3,#page8 h3,#page7 h3{
    font-size: 22px;
    letter-spacing: 0em;
}

h2, .txt2, .txt4, .txt5, .txt7,
.cms_title h2{
    font-size: 28px;
    letter-spacing: 0em;
    line-height: 1.7em;
}
#page_title h2{
    font-size: 34px;
}
.txt5, .txt6, .txt7, .txt8{
    text-shadow: 0px 0px 3px #3e6205, 0px 0px 6px #6da712;
}

/* タブレット */
@media screen and (max-width: 768px){
    #contents3 .grid_6{margin-top: 50px;}
}
/* スマホ */
@media screen and (max-width: 667px){
    
    .main_box{padding-top: 93px;}
    .page_box p{margin-top: 0px;}
    #contents1,#contents3,#top_cms > .box{padding: 50px 5%;}
    #contents2{padding: 50px 5% 150px;}
    .fat-nav li{padding: 6px;}
    #page_title h2{
        font-size: 28px;
    }
    a, p, .cate_txt1, .box_txt1, .fat-nav.active .fat-nav__wrapper ul li a{
        letter-spacing: -0.03em;
        line-height: 1.9em;
    }
    #page9 p{padding-left: 0px;}
}
/*調整 ---------------------------------------------*/
.head_box #logo{
    max-width: 170px;
}
	.hamburger {
	    z-index: 999!important;
	    display: block!important;
	    width: 60px;
        height: 60px;
        top: 40px;
        right: 10px;
            padding: 12px;
	}
/* タブレット */
@media screen and (max-width: 768px){
    .main_dec1{
        width: 53%;
    }
    #attach{height: 290px;}
    .cms_title::before{left: 26%;}
    .cms_title::after{left: 74%;}
    header .head_banner a{
        border-top: 3px solid #ebfaac;
        border-right: 3px solid #ebfaac;
        border-left: 3px solid #ebfaac;
    }
    .head_box{background:none;}
    .head_box #logo{max-width: 170px;}
    .hamburger{top: 40px;}
    .main_box{padding-top: 119px;}
    #page_title .title_img{height: 250px;}
}

/* スマホ */
@media screen and (max-width: 667px){
    .page_box::before,.page_box::after{display:none;}
    .head_box #logo{max-width: 120px;}
    .main_box{padding-top: 82px;}
    .hamburger{top: 22px;}
    #attach{height: 150px;}
    .cms_title::before{
        left: 10%;
        width: 50px;
        height: 45px;}
    .cms_title::after{
        left: 90%;
        width: 50px;
        height: 45px;}
    .cms_5-c .box_title1::before,.cms_5-c .box_txt1::before,
    #cms_5-c .box_title1::before,#cms_5-c .box_txt1::before{font-size: 28px;}
    
    #page_title .title_img{height: 113px;}
    #page_title .page_box{bottom: -40px;}
    #page_title .page_box{width: 100%;}
    
    article.page_wrap{padding: 130px 8%;}
}

/*テンプレート  -------------------------------------*/
.fa-envelope:before{content: "\f086";}
@media screen and (max-width: 667px){
    .more a{
        width: 250px;
    }
    footer{padding: 100px 10% 80px;}
}

/*PC時もハンバーガーメニュー23/07/13対応 -----------------------*/
/**/
header{
    width: 100%;
    padding: 10px 0!important;
}

    header #logo {
        padding: 0 10px;
    }
    header .head_banner{
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 200px;
    }
    header .head_banner a{
        border-radius: 5px 5px 0 0;
    }
	.head_box {
		height: auto;
		padding-bottom: 0px;
	}

.main_box{
    width: 100%;
    margin-left: 0;
    min-width: inherit;
    padding-top: 75px;
}
#main_menu, .link_box, .tel_bt{
    display: none;
}
#sp_nav{
    display: block;
}
header .head_banner{
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 200px;
    position: fixed;
}
