﻿@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500&family=Zen+Kaku+Gothic+New&display=swap');

body, .font_sans-serif, .font_en, #wrap{
    font-family: 'Zen Kaku Gothic New', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

#catch, #intro h2, .more a, #contents h3, #top_cms .top_cms_title h3 span, #footer h3, #page_title h2 span, .cate_title, .box_title, .box_title1, #contents .con_txt_wrap::before{
    font-family: 'Shippori Mincho', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

.font_bold{
    font-weight: normal;
}

/**** loader ****/

#loader_h{
	top: 0;
	left: 0;
	z-index: 1000
}
#loader_h::before, #loader_h::after{
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	background-color: #005940;
	height: 51%;
	transition: 1s
}
#loader_h::before{
	top: 0
}
#loader_h::after{
	bottom: 0
}
#loader_h.active::before, #loader_h.active::after{
	height: 0
}
#loader_h img{
	z-index: 1
}

/**** other ****/

#body{
    background-image: url('./Dup/img/bg_img2.jpg');
    background-size: 1000px;
}
body::before{
    background-image: url('./Dup/img/bg_img.jpg');
    background-size: 1000px;
    background-color: transparent;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

header{
    border-bottom: none;
}
header .sns_links li a{
    opacity: 1;
}
header .sns_links li a:hover{
    opacity: 0.6;
}
header h1 img{
    max-width: 250px;
    padding: 20px;
}
#header{
    padding-bottom: 0;
}

#main_contents #main_img{
    margin-bottom: -50px;
    box-shadow: 10px 20px 30px rgb(0,0,0,0.1)
}
#main_contents #catch{
    margin-left: 0;
    left: 3%;
    bottom: -100px;
    transform: none;
    position: absolute;
}
#main_contents #catch h2, #main_contents #catch p{
    line-height: 1.2;
}

#main_contents{
    padding-bottom: 0;
}
#main_contents #main_menu{
    padding-bottom: 70px;
}
#main_contents #main_menu li a{
    color: #333;
}
#main_contents #main_menu li::before, #main_contents #main_menu li::after{
    border-color: #005940;
}
#main_contents #main_menu li.active::before{
    background-color: #005940;
}
#main_contents #main_menu li.active a{
    color: #005940;
}
#main_nav{
    background-color: rgba(255,255,255,0.9);
}
#main_nav #menu_bg{
    display: none;
}
#main_nav > div > ul li a{
    color: #333;
}
#main_nav > div > ul li::before{
    border: none;
    width: 20px;
    height: 1px;
}
#main_nav > div > ul li.active a{
    color: #005940;
}
#main_nav > div > ul li.active::before{
    background-color: #005940;
}
#main_nav .sns_links{
    border: none;
    background-color: transparent;
    padding: 0 20px;
}
#main_nav .sns_links ul{
    justify-content: center;
}
#main_nav .sns_links ul li{
    margin: 0 10px;
}
#main_contents::after{
    display: none;
}

#intro{
    padding-top: 150px;
    background-image: url('./Dup/img/bg_img3.jpg')!important;
    background-size: 800px;
    background-repeat: repeat;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#intro::after{
    display: none;
}
#intro .txt_white{
    color: #333;
}
#intro hgroup{
    padding-left: 30px;
    border-left: solid 2px #005940;
    padding: 20px 30px;
    position: relative;
}
#intro hgroup p{
    color: #005940;
    font-size: 20px;
}
#intro > div > p{
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#contents{
    background-image: url('./Dup/img/bg_img4.jpg')!important;
    background-size: 1200px;
    background-repeat: repeat;
}
#contents .con_txt_wrap::before{
    position: absolute;
    font-size: 200px;
    line-height: 1;
    top: -50px;
    right: 30px;
    color: #e8b513;
    opacity: 0.3;
}
#contents .con_box:nth-of-type(1) .con_txt_wrap::before{
    content: "01";
}
#contents .con_box:nth-of-type(2) .con_txt_wrap::before{
    content: "02";
}
#contents h3 span{
    padding: 20px 50px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    font-size: 30px;
    letter-spacing: 5px;
}
#contents p{
    transform: none;
}

#top_cms .top_cms_title{
    text-align: right;
    position: relative;
    padding-right: 20px;
}
#top_cms .top_cms_title::before{
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    right: -1px;
    background-color: #005940;
    z-index: 1;
}
#top_cms .top_cms_title h3{
    font-size: 30px;
    margin-bottom: 20px;
}
#top_cms .top_cms_title h3 span{
    color: #333;
    border-top: none;
    padding: 0;
}
#top_cms .top_cms_title h4 span{
    border: none;
    color: #005940;
    font-size: 20px;
    padding: 0;
}
#top_cms .top_cms_box > .cms_wrap{
    padding: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
#top_cms .more a, #intro .more a{
    border: none!important;
    color: #fff;
    background-color: #E8B513;
    transition: 0.3s;
}
#top_cms .more a:hover, #intro .more a:hover{
    background-color: #005940;
}

#page_title{
    background-image: url(./Up_Img/160/eof3umqw.jpg);
    margin-bottom: -50px;
    margin-top: 0;
}
#page_title::after, #contents::after{
    background-color: rgba(0,89,64,0.6);
}

main > section[id^="page"]{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

section#cms{
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

#page07 .grid_4 h3::after{
    display: none;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
#main_contents #catch{
    left: 20px;
    bottom: -200px;
}
header h1 img{
    padding: 0;
}
#intro{
    padding-top: 250px;
}
#contents .con_txt_wrap::before {
    font-size: 150px;
    top: -90px;
    right: 30px;
}
#top_cms .top_cms_title{
    border-left: solid 5px #005940;
    text-align: left;
}
#top_cms .top_cms_title::before{
    display: none;
}
#top_cms .top_cms_title h4{
    text-align: left;
}
#top_cms .top_cms_box > .cms_wrap{
    border-left: none;
}
#footer .grid_6 h3{
    font-size: 30px;
}
#page10 .grid_4{
    width: 100%!important;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
header h1 img{
    max-width: 150px;
}
#main_contents #main_img{
    margin-bottom: -30px;
}
#main_contents #catch{
    left: 0;
    bottom: -150px;
}
#intro{
    padding-top: 200px;
}
#intro hgroup {
    padding: 10px 20px;
}
#intro > div > p{
    padding: 50px 20px;
}
#contents .con_txt_wrap::before {
    font-size: 130px;
    top: -70px;
    right: 10px;
}
#contents h3 span{
    font-size: 20px;
}
#top_cms .top_cms_box > .cms_wrap{
    padding: 50px 20px;
}
#top_cms .top_cms_title h3{
    font-size: 24px;
}
#top_cms .top_cms_title h4 span{
    font-size: 16px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {

}