﻿/* all page */
/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
.font_en, #main_menu ul li a {
    font-family: 'Zen Maru Gothic', 'Raleway', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif" !important;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #9cbb1c;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1{color: #9cbb1c;} /* メインカラー */
.txt_color2{color: #e6e6e6} /* サブカラー */
.txt_color3{color: #9cbb1c;} /* アクセントカラー1 */
.txt_color4{color: #c0beb0;} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #9cbb1c;} /* メインカラー */
.bg_color2{background-color: #e6e6e6} /* サブカラー */
.bg_color3{background-color: #f3a61d;} /* アクセントカラー1 */
.bg_color4{background-color: #faf8ed;} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #9cbb1c;}
.border_color2{border-color: #e6e6e6}
.border_color3{border-color: #f3a61d;}
.border_color4{border-color: #E4E2D5;}

.button:hover::after {box-shadow: inset 0 0 0 15em #9cbb1c;}

/* header */
#main_menu ul li{
    text-align: center;
}
#main_menu ul li a {
    padding-left: 0;
    display: inline-block;
    font-weight: bold;
}
#main_menu ul li a:hover {
    padding-left: 0;
}
#main_menu ul li a::before{
    display: none;
}
#main_menu ul li a:after {
    content: "";
    display: block;
    position: absolute;
    top: 14px;
    height: 8px;
    border-radius: 2px;
    background: #f3a61d;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    width: 0;
    z-index: -1;
    opacity: 0.7;
}
#main_menu ul li a:hover:after {
    width: 100%;
}
.contact_bt a, .tel_bt a, .more a, .foot_tel_bt a{
    border-radius: 50px;
}

/* top ----------------*/
/* main img */
#main_img {
    min-height: auto!important;
}
#main_img::before{
    content: "";
    background-image: url('./Dup/img/main_bottom.png');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#main_img::after{
    content: "";
    background-image: url('./Dup/img/leaf_top.png'), url('./Dup/img/catch.png');
    background-repeat: no-repeat;
    background-size: 100%, 50%;
    background-position: top center, center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.catch{
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 60%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.catch img{
    max-height: none!important;
    min-height: auto!important;
    object-fit: none!important;
}

/* main */

/* intro */
#contents1 .txt2{
    font-size: 65px;
    font-weight: 500;
}

/* contents */
.con2_wrap{
    padding: 3%;
    background-image: url('./Dup/img/leaf_con.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}
.con2_title1{
    font-weight: 500;
}
.img5, .img6, .img7{
    border-radius: 30px;
}
#contents2 .txt4{
    display: inline-block;
    background: linear-gradient(transparent 60%, #f3a61d 60%);
}

/* topcms */
.cms_title::before, #page_title .page_box::before {
    background-color: #f3a61d;
}

/* footer */



/* under page */
#page_title .txt_shadow-b{
    text-shadow: none;
}
.button2{
	border-radius: 10px;
}
.button2:hover{
	box-shadow: none;
	color: #fff;
	background-color: #9cbb1c;
	border: 1px solid #9cbb1c;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- 1300px ---------- */
@media screen and (max-width: 1300px){
    #contents1 .txt2 {
        font-size: 55px;
    }
    
}
/* ---------- 1000px ---------- */
@media screen and (max-width: 1000px){
    #contents1 .txt2 {
        font-size: 51px;
    }
    
}
/* ---------- 900px ---------- */
@media screen and (max-width: 900px){
    #contents1 .txt2 {
        font-size: 48px;
    }
    
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    #main_img::after {
        background-size: 100%, 55%;
    }
    #contents1 .txt2 {
        font-size: 50px;
    }
    #contents1 .txt2 br{
        display: none;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #contents1 .txt2 {
        font-size: 25px;
    }
    .con2_wrap{
        background-size: auto;
    }
    
}




