﻿.font_Quick{
    font-family: "Zen Maru Gothic", "Roboto", "Noto Serif JP", "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif!important;
}
.bg_color1{
    background-color: #6dbb66;
}
.bg_color4{
    background-color: #F2F9E9;
}
.txt_color1{
    color: #6dbb66;
}
.txt_color2{
    color: #6dbb66;
}
.border_color1{
    border-color: #6dbb66;
}
.border_color2{
    border-color: #6dbb66; /*F2F9E9*/
}
/*ハンバーガーメニュー*/
@media screen and (max-width: 667px){
    .overlay{
        top: 78px;
    }
}
/*loader*/
#loading_logo{
    padding: 20px;
    background-color: rgba(254,254,254,0.95);
    border-radius: 10px;
}
/*FV*/
#catchCopy{
    max-width: 70%;
    width: 615px;
    position: absolute;
    top: 40vh;
    left: 5%;
    z-index: 999;
}
#catchCopy a{
    display: flex;
    justify-content: center;
    position: relative;
}
#catchCopy a p{
    width: 270px;
    height: 35px;
    border: solid 2px #fefefe;
    background-color: rgba(0,0,0,0.4);
    padding: 20px;
    font-size: 1.4rem;
    font-weight: 500;
    text-align: center;
    transition: transform .5s;
}
#catchCopy a p:hover{
    background-color: rgba(0,0,0,0.0);
    transition: transform .5s;
}
#catchCopy .entryBox{
    margin-top: 40px;
    max-width: 50%;
    margin-left: 50%;
}
.entryButton p:hover{
    color: #1a1a1a;
    transition: transform .5s;
}
.entryButton p::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background: linear-gradient(to right, #f2fdff, #F2F9E9, #6DBB66);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.entryButton p:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 1440px){
    #catchCopy{
        width: 450px;
        top: 25vh;
    }
}
@media screen and (max-width: 1280px){
     #catchCopy{
        top: 22vh;
    }
}
@media screen and (max-width: 768px){
    #catchCopy{
        width: 300px;
        top: 15vh;
    }
}
@media screen and (max-width: 668px){
    #catchCopy{
        width: 100%;
        max-width: 100%;
        max-height: 10vh;
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        display: flex;
        justify-content: center;
    }
    #catchCopy img{
        display: none;
    }
    #catchCopy a p{
        font-size: 1.0rem;
        padding: 10px;
        height: 22px;
    }
    #catchCopy .entryBox{
        margin: 0;
    }
    
}
/*header,logo*/
#logo{
    border-radius: 0 0 10px 0;
}
#logo img{
    width: 100%!important;
}
@media screen and (max-width: 768px){
     #logo h1.logo {
        max-width: 70px;
    }
}
/*fix_menu*/
#fix_menu{
    background-color: #F2F9E9;
}
/*Top*/
#top_contents2{
    background-image: url('./Dup/img/TopBG.jpg');
    background-size: fill;
}
/*TOP-CMS*/
.more a{
    border-radius: 10px;
}
/*Top-Bottom*/
#top_contact_box .bottom .box {
    background-color: rgb(242 249 233 / 83%);
}
#top_contact_box .txt_white{
    color: #1a1a1a;
}
/*footer*/
#logo2{
    padding: 20px;
    background-color: rgba(254,254,254,0.95);
}
#logo2.width_150-max{
    max-width: 300px;
}
/*footer*/
@media screen and (max-width: 668px){
    #footer.pd_b-30px{
        padding-bottom: 50px;
    }
}
/*お問い合わせ*/
@media screen and (max-width: 667px){
    #page8 a.font_8up{
        font-size: 14px;
    }
    #contact_tel.font_8up{
        font-size: 14px;
    }
}
