﻿@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Quicksand:wght@500&display=swap');

body, .font_sans-serif, .font_serif{font-family: 'Quicksand', 'Kosugi Maru', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif!important}

.linkStyle{color: #2e9357}

body{background-color: transparent;position: relative}
body::before{position: fixed;content: "";width: 100%;height: 100%;top: 0;left: 0;background-image: url(./Dup/img/bg_img3.png);background-size: cover;background-position: center}
#main_img video{border-radius: 20px;box-shadow: 0 0 30px rgba(0,0,0,0.07)}
#wrap{position: relative;z-index: 1}
.more a::after, .cate_list li a::after, #page10 ul li a .title::after, #tel_contact > div > .d_inline_b > div p span{background-color: #fff}
header nav.bg_color2, .sc_menu.bg_color2, #top_cms .top_cms_box >  .cms_wrap{background-color: #fff;box-shadow: 0 0 30px rgba(0,0,0,0.07)}
#intro{background-image: url(./Dup/img/bg_img4.png);background-size: contain;background-position: center;background-repeat: no-repeat}
#contact_bar{box-shadow: 0 0 30px rgba(0,0,0,0.07)}
#contact_bar a::after{content: " "}
#contact_bar a i{display: none}
#contents2, #contents3{background-color: #ebf7ef}
#contents3 figure{transform: translateY(-50px);box-shadow: 0 0 15px rgba(0,0,0,0.1);overflow: hidden;}
#intro .intro_title{background-color: #3d9b63;border-radius: 60% 50% 60% 40%}
#page_title{margin-bottom: 100px}
#page_title::before{position: absolute;content: "";height: 50px;width: 100%;left: 0;bottom: -49px;background-image: url(./Dup/img/bg_img.png);background-size: 100% 100%;}

.cate_title{background-color: transparent;padding: 0;margin: 0;display: block;border: none;width: 100%!important;font-size: 24px;text-align: left;padding-bottom: 5px;margin-bottom: 50px;border-bottom: solid 2px #2e9357;color: #2e9357;font-weight: bold}

#tel_contact .banner a{
    border-radius: 50px;
}

footer > div.d_flex{
    padding-right: 50px;
}
#footer_banner{
    width: 70px;
    right: 0;
    bottom: 80px;
    border-radius: 10px 0 0 10px;
    z-index: 1;
    border: 3px solid #fffbf5;
    border-right: none;
}

/** tablet 780 **/
@media screen and (max-width: 768px){
#page_title{margin-bottom: calc(50px + 5vw)}
#page_title::before{height: 5vw;bottom: calc(-5vw + 1px)}
footer > div.d_flex{
    padding-right: 0
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#contents3 figure{transform: translateY(0px);}
#footer_banner{
    width: 100%;
    bottom: 0;
    border-radius: 0;
    border-width: 1px;
    border-left: none;
    border-bottom: none;
}
#page-top{
    transform: translateY(-38px);
}
#copyright{
    padding-bottom: 60px;
    padding-left: 10px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
body, .font_sans-serif, .font_serif{font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important}
}