﻿/* all page */
/*fonts*/

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #89c53a;}
/*.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6}*/
.txt_color3, .hvr_txt_color3:hover{color: #266e21;}
/*.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}*/

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #b6dd82;}
/*.bg_color2, .hvr_bg_color2:hover{background-color: #e6e6e6}*/
.bg_color3, .hvr_bg_color3:hover{background-color: #266e21;}
/*.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9}*/

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #b6dd82;}
/*.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}*/
.border_color3, .hvr_border_color3:hover{border-color: #266e21;}
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/


/* top ----------------*/

/* header */
header, .menu{
    background-color: rgba(38,110,33,0.7)!important;
}
header .logo {max-width: 120px;}
.header .hvr_txt_color3:hover{
    color: #fff;
    opacity: 0.5;
}

/* main img */
.menu .logo, .menu ul {background: none!important;}
.menu ul li a {
    color: #fff;
}
.main_img_wrap::before, .main_img_wrap::after {
    content: "";
    background-repeat: no-repeat;
    background-size: 100%;
    width: 35%;
    height: 100%;
    position: absolute;
    z-index: 1;
    opacity: 0.8;
}
.main_img_wrap::before{
    background-image: url('./Dup/img/main_l.png');
    background-position: bottom left;
    bottom: 0;
    left: 0;
}
.main_img_wrap::after{
    background-image: url('./Dup/img/main_r.png');
    background-position: bottom right;
    bottom: 0;
    right: 0;
}
.main_img_wrap .main_txt {
    bottom: 10%;
    right: 5%;
    z-index: 2;
    font-size: 74px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: bold;
    text-shadow: 0 0 5px #ffffff;
    filter: drop-shadow(1px 3px 0px rgba(255,255,255,0.8));
}

/* main */

/* intro */


/* contents */
#question {
    display: none;
}
#contents {
    position: relative;
    padding-top: 100px;
}
#contents::before{
    background: -webkit-repeating-linear-gradient(90deg,transparent 0,transparent 10px,#fff 10px,#fff 20px);
    background: -o-repeating-linear-gradient(90deg,transparent 0,transparent 10px,#fff 10px,#fff 20px);
    background: repeating-linear-gradient(90deg,transparent 0,transparent 6px,#fff 6px,#fff 8px);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
#contents::after {
    content: "";
    background-image: url('./Dup/img/t_left.png'), url('./Dup/img/t_right.png'), url('./Dup/img/bottom.png');
    background-position: top left,top right,bottom center;
    background-size: 100%,100%,100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
}
#contents .contents_wrap {
    position: relative;
    z-index: 1;
}


/* topcms */
.top_cms_box.cms1 .top_cms_box_wrap {
    border: none;
}
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}

/* footer */



/* under page */
/*.v_type3 .cate_box{border: 1px solid #c9baa9;}*/
/*.v_type3 .box_title1{color: #a67c52;}*/
.all_page p{
    font-size: 17px;
}
.all_page .box_title1{
    font-size: 26px;
}
#page_title {
    background-position: center;
}


/* ---------- 1280 ---------- */
@media screen and (max-width: 1280px){
.main_img_wrap .main_txt {
    font-size: 58px;
}

}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.main_img_wrap .main_txt {
    bottom: 7%;
    right: 5%;
    font-size: 54px;
}

}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.main_img_wrap::before, .main_img_wrap::after {
    width: 50%;
}
.main_img_wrap .main_txt {
    font-size: 26px;
}
#contents::after {
    background-size: 180%,180%,200%;
}
/*.top_cms_box.cms1 .sub_title{*/
/*    line-height: 2;*/
/*    position: relative;*/
/*    z-index: 2;*/
    /*margin-bottom: 50px;*/
/*    display: block;*/
/*    padding-bottom: 20px;*/
/*}*/
.top_loader .loader_txt {
    font-size: -webkit-calc(1rem + 4px);
    font-size: calc(1rem + 4px);
}
.all_page p{
    font-size: 16px;
}
.all_page .box_title1{
    font-size: 22px;
}

}





