﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&display=swap');
body{font-family: 'Noto Serif JP',"游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;}

/* color */
body,.txt_color_nomal{color: #606060;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #606060;} /* メインカラー */
.txt_color2{color: #606060;} /* サブカラー */
.txt_color3{color: #606060;} /* アクセントカラー1 */
.txt_color4{color: #606060;} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white;} /* 白背景 */
.bg_black{background-color: black;} /* 黒背景 */
.bg_color1{background-color: #1C7947;} /* メインカラー */
.bg_color2{background-color: #fff;} /* サブカラー */
.bg_color3{background-color: #9DC9B0;} /* アクセントカラー1 */
.bg_color4{background-color: #FFF6EE;} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important;}


/* border-color ※!important */
.border_color1{border-color: #1C7947;}
.border_color2{border-color: #1C7947;}
.border_color3{border-color: #1C7947;}
.border_color4{border-color: #1C7947;}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #1C7947;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #1C7947;} /* メインカラー */
.hvr_txt_color2:hover{color: #fff;} /* サブカラー */
.hvr_txt_color3:hover{color: #9DC9B0;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #FFF6EE;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white;} /* 白背景 */
.hvr_bg_black:hover{background-color: black;} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #1C7947;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #fff;} /* サブカラー */
.hvr_bg_color3:hover{background-color: #9DC9B0;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #FFF6EE;} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #1C7947;}
.hvr_border_color2:hover{border-color: #fff;}
.hvr_border_color3:hover{border-color: #9DC9B0;}
.hvr_border_color4:hover{border-color: #FFF6EE;}

#loader .lo_border{
    background-color: #1C7947;
}

.kc{
    width: 600px;
    z-index: 4;
	position: absolute;
	top:50%;
	left: 15%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.no_item{
    color: #1C7947;
}

#page_title{
    background-position: center center;
    background-attachment: scroll;
    background-size: cover;
}
.page_title .p_title_back{
    backdrop-filter: none; 
    -webkit-backdrop-filter: none;
}

.top_page #header {
    background-color: rgba(255, 255, 255, 0.5);
    height: 120px;
}

#header.pd_t-20px {
    padding-top: 0px;
    padding-bottom: 0px;
}

#banner {
width: 200px;
position: fixed;
z-index: 4;
bottom: 30px;
right: 30px;
}

.top_cms_box .cms_title .cms_title_box:before {
    background-color: #1C7947;
}

#top_cms:before 
{ background: linear-gradient(180deg, #fdecdd, #eefdff);
    
}

#contents1_2 .con1 {
    transform: translateY(13vh);
}

#contents3 .box .box_img img {
    height: 74vh;
}

#contents3 .img_wrap .box_img .img1 img {
    height: 52vh;
    left: -16px;
    top: 13%;
}

#contents3 .box .box_img:before {
    content: "";
    background-image: url(Dup/img/back1.jpg);
    position: absolute;
    top: 70px;
    left: 70px;
    width: 100%;
    height: 100%;
}

#con3_box_item .font_bold {
    margin-bottom: 15px;
}

h2{
    color: #1C7947;
}

.top_page footer .logo {
    max-width: 385px;
}

.page_title .p_title_back{
    background-color: rgb(255 255 255 / 50%);
}

footer .footer_cms{
    margin:auto;
}

footer .pd_5px {
    margin:auto;
}

#footer .border_color2{
    border-color: #fff;
}

.more_box .more_line::before{background-color: #1C7947;}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){
    
.main_wrap{
    padding-top: 120px;
}
    
#contents1_2 {
    padding: 0;
}

.kc{
    display: none;
}

#contents1_2 .con1 {
    transform: translateY(2vh);
}

#contents1_2 .con2 {
    transform: translateY(13vh);
}

#contents3 .box .box_img:before{
    background-image:none;
}

#contents3 .img_wrap .box_img .img2 {
    left: 65%;
    bottom: 5%;
}

#contents3 .img_wrap .box_img .img1 {
    left: 60px;
    top: 29%;
}

.page_title h2 {
    font-size: calc(1rem + 47px);
}

.page_title h2 {
    line-height: 1.3;
}

footer .footer_cms {
    margin-left: 20px;
}
.top_page footer #footer{
    height: auto!important;
    padding-bottom: 20px;
    position: static;
    top: 0%!important;
    left: 0%!important;
    transform: translate(0%,0%);
}

.overlay .logo.offset-2r{
    margin-right: 8.33333%;
}

.overlay ul.grid_6{
    width: 58.33333%!important;
}

.overlay-menu .font_up a{
    font-size: -webkit-calc(1rem + 10px);
    font-size: calc(1rem + 10px);
}

.overlay-menu .font_up a{
    font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}

#banner{
    width: 223px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
}
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
    
.main_wrap{
    padding-top: 120px;
}

#contents1_2 .con1 {
    transform: translateY(5vh);
}

.kc{
    width: 150px;
}
#contents1_2 .con2 {
    transform: translateY(0vh);
}

#contents3 .img_wrap .box_img.img3 {
    width: 100%;
}

#contents3 .img_wrap .box_img .img1 {
    left: 15px;
    top: 32%;
}

#contents3 .img_wrap .content_title {
    right: 15px;
}

#contents3 .img_wrap .box_img .img2 {
    height: 275px;
    left: 65%;
    bottom: 2%;
}

.overlay ul.grid_6{
    width: 90%!important;
    
}

.page10 .content_wrap ul{
    font-size: -webkit-calc(1rem + 1px);
    font-size: calc(1rem + 1px);
    
}

.box_title.font_8up_sp{
    font-size: calc(1rem + 6px);
}

.page_title h2 {
    font-size: calc(1rem + 12px);
}

.page_title h2 span{
    line-height: 1.3;
}

.top_cms_box .cms_title h2 {
    font-size: calc(1rem + 18px);
}

footer .footer_cms {
    margin-left: 10px;
}

footer .pd_5px {
    margin: auto;
}

.top_page footer {
    height: 800px!important;
}

.cate_box .grid_6 {
    width: 100%!important;
}

.overlay-menu .font_up a ,.overlay ul li a{
    font-size: calc(1rem + 1px);
    margin-bottom: 10px;
}

.overlay-menu .mg_b-5px{
    margin-bottom: 4px;
}

.overlay-menu .mg_b-25px{
    margin-bottom: 10px;
}

#banner{
    top:511px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    z-index: 2;
}
}