﻿.bg_color1 {background-color: #fdfbf3;}
.bg_color2 {background-color: #fff1dc;}
.bg_color3 {background-color: #e8a740;}
.bg_color4 { background-color: #e6f9e9;}
.border_color1 {border-color: #88c992;}
.border_color3 {border-color: #e8a740;}
.txt_color1 {color:#246d00;}
.txt_color3 {color: #e8a740;}
.hvr_bg_color1:hover {background-color: #69aa4a;}
/* ----------　all　---------- */
.linkStyle{
	color:#e8a740;
}
.linkStyle:hover{
	color:#e8a740;
	opacity: 0.7;
	transition: all 0.5s;
}
.fa-envelope:before {
    content: "\f086";
}
.fat-nav li {
    font-size: 16px;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
}
main figure,main img {
    border-radius: 20px;
}
.banner figure,.banner img ,#main_img figure ,#main_img img,#contents2 figure,#contents2 img{
    border-radius: 0px;
}
.spinner7 > div {
    background-color: #69aa4a;
}

.spinner7 .circ2 {
    background-color: #e8a740;
}
#main_menu ul li a {
    font-weight: 700;
}
#main_menu ul li a::before {
    background-color: #e8a740;
}
.link_box li{
width: 12%!important;
}
#contents1 .banner{
    width: 80%;
    max-width: 700px;
    margin: auto;
    margin-top: 50px;
}
#page8 .banner {
    width: 80%;
    max-width: 400px;
    margin: auto;
    margin-bottom: 80px;
}
.button:hover::after {
    box-shadow: inset 0 0 0 15em #69aa4a;
}
.button2:hover {
    box-shadow: none;
}
/* ----------　フォントサイズ　---------- */
html{font-size: 16px;}
body{-webkit-text-size-adjust: 120%;font-size: 16px;}

.font_12{font-size: 14px;}
.font_14{font-size: 16px;}
.font_15{font-size: 17px;}
.font_16{font-size: 18px;}
.font_18{font-size: 20px;}
.font_20{font-size: 22px;}
.font_22{font-size: 24px;}
.font_24{font-size: 26px;}
.font_26{font-size: 28px;}
.font_28{font-size: 30px;}
.font_30{font-size: 32px;}
.font_100per{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}
/* ----------　TOP　---------- */
#main_img .catch{
    position: absolute;
    width: 80%;
    max-width: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
#main_img .catch img,#main_img .main_img1 img,#main_img .main_img2 img,#main_img .main_img3 img,#main_img .main_img4 img{
    min-height: auto;
}
#main_img .main_img1{
    position: absolute;
    width: 40%;
    max-width: 400px;
    bottom: 0;
    left: 50px;
    z-index: 2;
}
#main_img .main_img2,#main_img .main_img3,#main_img .main_img4{
    position: absolute; 
    z-index: 2;
}
#main_img .main_img2{
    width: 20%;
    top: 10%;
    left: 10%;
}
#main_img .main_img3{
    width: 20%;
    right: 10%;
    bottom: 15%;
}
#main_img .main_img4{
    width: 15%;
    right: 5%;
    bottom: 25%;
}
.anim_type1 {
    animation: type1 3s infinite ease-in-out alternate;
    animation-name: anim_type1;
}   
.anim_type2 {
    animation: type1 3s infinite ease-in-out alternate;
    animation-name: anim_type2;
} 
.anim_type3 {
    animation: type1 2s infinite ease-in-out alternate;
    animation-name: anim_type2;
} 
@keyframes anim_type1 {
	0% {transform:translate(0, 0) }
	50% {transform:translate(0, -10px) }
	100% {transform:translate(0, 0)}
}
@keyframes anim_type2 {
	0% {transform:translate(0, 0) }
	50% {transform:translate(0, 10px) }
	100% {transform:translate(0, 0)}
}
@keyframes anim_type3 {
	0% {transform:translate(0, 0) }
	50% {transform:translate(0, 5px) }
	100% {transform:translate(0, 0)}
}
#contents2 {
    position: relative;
    padding-bottom: 400px;
    overflow: hidden;
}
#contents1 .txt3{
    line-height: 2;
}
#contents1 .txt3 span {
    font-size: 22px;
    color: #e8a740;
    letter-spacing: 2px;
    font-weight: bold;
    padding: 0 5px;
}
#contents2 .con2_line{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
#contents2 .box_wrap{
        align-items: flex-end;
}
#contents2 .box_wrap figure{
    position: absolute;
    max-width: 300px;
    right: 15%;
    bottom: -50px;
}
#contents3{
     background-color: #f2f9f3;   
}
#contents3 h3{
    color: #246d00;
}
#contents3 p.txt6,#contents3 p.txt8{
    color: #212121;

}
.point p {
    background-color: #fffae6;
    padding: 20px 3%;
    box-shadow: 1px 5px 5px rgba(220, 216, 209, 0.55);
    border-radius: 10px;
    font-weight: bold;
    position: relative;
    width: 42%;
    margin-top: 40px;
}
.point p:nth-child(3),.point p:nth-child(4),.point p:nth-child(7){
    left: 30px;
}
.point p:before {
    content: "";
    position: absolute;
    top: calc(100% - 10px);
    left: 50%;
    margin-left: -15px;
    background-color: #fffae6;
    box-shadow: 1px 5px 5px rgba(220, 216, 209, 0.55);
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}
#contents4{
    padding-top: 50px;    
}
#contents5 {
    background-color: #fdfbf3;
    padding-top: 50px;
}
#contents4 .con4_wrap,#contents5 .con5_wrap {
    position: relative;
    max-width: 1280px;
    margin: auto;
    padding-bottom: 50px;
}
#contents4 .con4_img{
    position: absolute;
    bottom: 0;
    right: 13%;
    max-width: 260px;
    width: 35%;
}
#contents5 .con5_img{
    position: absolute;
    bottom: 0;
    width: 40%;
    max-width: 350px;
    left: 8%;    
}
#contents4 .con4_box{
    width: 40%;
    margin-right: auto;
    margin-left: 8%;
}
#contents5 .con5_box{
    width: 40%;
    margin-left: auto;
    margin-right: 8%;
}
.staff .banner{
    text-align: center;
    background-color: #f2f9f3;
}
.staff .banner img{
    max-width: 1280px;
}
/* ----------　下層ページ　---------- */
.cate_list li a:hover{
    background-color: #e8a740;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
#page9 .box p a{
    background-color: #e8a740;
}
/* サイトマップ */

/*-------------------------------------------------------
			            IE
-------------------------------------------------------*/

@media all and (-ms-high-contrast: none){
  .sample{

  }
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
.link_box ul {
    justify-content: center;
}
.link_box li {
    width: 15%!important;
    max-width: 45px!important;
    margin-left: 20px;
    margin-right: 20px;
}
header{
    padding-top: 23px!important;
    padding-bottom: 23px!important;
}
.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
    background-color: #246d00;
}
/* ----------　フォントサイズ　---------- */    
.font_12_tb{font-size: 14px;}
.font_14_tb{font-size: 16px;}
.font_16_tb{font-size: 18px;}
.font_18_tb{font-size: 20px;}
.font_20_tb{font-size: 22px;}
.font_22_tb{font-size: 24px;}
.font_24_tb{font-size: 26px;}
.font_26_tb{font-size: 28px;}
.font_28_tb{font-size: 30px;}
.font_30_tb{font-size: 32px;}
.font_100per_tb{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_tb{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_tb{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_tb{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_tb{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_tb{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_tb{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}

/* ----------　TOP　---------- */

#main_img .main_img2 {
    top: 5%;
    left: 5%;
}
#main_img .main_img1 {
    width: 30%;
    left: 10px;
}

#contents2 {
    padding-bottom: 200px;
}
#contents2 .box_wrap figure {
    max-width: 200px;
    bottom: -30px;
}
#contents4 .con4_img {
    right: 5%;
    max-width: 230px;
}
#contents5 .con5_img {
    left: 5%;
}
#top_cms .cms_title h2{
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}

/* ----------　下層ページ　---------- */
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    .link_box li {
    max-width: 35px!important;
    margin-left: 15px;
    margin-right: 15px;
}

/* ----------　フォントサイズ　---------- */    
html{font-size: 15px;}
body{-webkit-text-size-adjust: 110%;font-size: 15px;}

.font_12_sp{font-size: 13px;}
.font_14_sp{font-size: 15px;}
.font_16_sp{font-size: 17px;}
.font_18_sp{font-size: 19px;}
.font_20_sp{font-size: 21px;}
.font_22_sp{font-size: 23px;}
.font_24_sp{font-size: 25px;}
.font_26_sp{font-size: 27px;}
.font_28_sp{font-size: 29px;}
.font_30_sp{font-size: 31px;}
.font_100per_sp{
font-size: -webkit-calc(1rem + 1px);
font-size: calc(1rem + 1px);
}
.font_2up_sp{
font-size: -webkit-calc(1rem + 3px);
font-size: calc(1rem + 3px);
}
.font_4up_sp{
font-size: -webkit-calc(1rem + 5px);
font-size: calc(1rem + 5px);
}
.font_6up_sp{
font-size: -webkit-calc(1rem + 7px);
font-size: calc(1rem + 7px);
}
.font_8up_sp{
font-size: -webkit-calc(1rem + 9px);
font-size: calc(1rem + 9px);
}
.font_10up_sp{
font-size: -webkit-calc(1rem + 11px);
font-size: calc(1rem + 11px);
}
.font_2dw_sp{
font-size: -webkit-calc(1rem - 1px);
font-size: calc(1rem - 1px);
}
.font_14 {
    font-size: 15px;
}
/* ----------　TOP　---------- */
#main_img .catch {
    width: 70%;
}
#contents1 {
    padding: 50px 10%;
}
#contents1 .txt3 span {
    font-size: 20px;
}
#contents1 .banner {
    width: 100%;
}
#contents2 {
    padding-bottom: 280px;
}
#contents2 .box_wrap figure {
    max-width: 150px;
    right: 50%;
    transform: translateX(50%);
}
.point p {
    width: 94%;
}
.point p:nth-child(3), .point p:nth-child(4), .point p:nth-child(7) {
    left: 0px;
}
.point p:nth-child(even){
    left: 20px;
}
#contents4,#contents5 {
    overflow: hidden;
}
#contents4 .con4_wrap {
    padding-bottom: 200px;
}
#contents4 .con4_box {
    width: 80%;
    margin: auto;
}
#contents4 .con4_img {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    max-width: 120px;
}
#contents5 .con5_wrap {
    padding-bottom: 200px;
}
#contents5 .con5_box {
    width: 80%;
    margin: auto;
}
#contents5 .con5_img {
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
}
/* ----------　下層ページ　---------- */
#page_title h2{
        letter-spacing: 2px;
    font-size: 22px;
}
/* お問い合わせ */
#page8 .banner {
    width: 100%;
}
}