@charset "utf-8";
/* CSS Document */
html,body{
	font-family: fot-cezanne-pron,sans-serif;
	font-weight: 500;
	font-style: normal;
    margin: 0; width: 100%; height: 100%; 
}
a{
	text-decoration: none;
	color: #51F43D;
}

/* header *//* header */
ul {
  list-style: none;
}

.header {
    width:100%;
	height: 200px;
    background: rgba(255,255,255,0.0);
	z-index: 25;
	margin-top: 0px;	
}


.header-nav a {
    width: 120px;
	height:40px;
	text-align: center;
	transition: 0.3s;
	margin-top:10px;
}



.header-nav a:hover {
	background: linear-gradient(145deg, #76B57A, #9CEFA2);
	border-radius: 5px;
	box-shadow: inset 9.91px 9.91px 35px #7FC283, inset -9.91px -9.91px 35px #93E299;
	transition: 0.3s;
	color: white;
}

.header .header-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 10px;
	
}



.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

/*スクロールバーの幅*/
::-webkit-scrollbar {
    width: 10px;
}
/*スクロールバーのレール*/
::-webkit-scrollbar-track {
  border-radius: 30px;
  background: #eee;
}
/*スクロールバーのつまみ*/
::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #2CDE5B;
}


.text01{
	font-family: ro-nikkatsu-sei-kai-std, serif;
	margin-top: 10px;
}


#page_s{
	transition: 0.3s;
    box-shadow: inset 9.91px 9.91px 35px green, inset -9.91px -9.91px 35px greenyellow;
    border-radius: 5px;
    color:white;
}

.text01:hover{
	color: white;
	transition: 0.3s;

}



.iconbox{
	display: none;
	position: fixed;
    left: 0;
	top:  0;
	width: 100%;
	z-index: 6000;
}

.iconinner01{
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	background-color: #fff;
	
}

.iconinner02{
	display: flex;
	width: 100%;
	margin-top: 0px;
	flex-direction: row;
	justify-content: space-around;
	background-color: #fff;
	flex-wrap: wrap;
	
	
}

.logotext{
	font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
	font-style: normal;
	font-size:1.7em;
	color:lightgreen;
	text-shadow: 1px 1px 0 #42d442,-1px 1px 0 #42d442,1px -1px 0 #42d442,-1px -1px 0 #42d442,2px 2px 9px #42d442;
	letter-spacing: 0.2em;
	margin-left: 3%;
	margin-top: 0%;
	width:100%;
	text-align: left;

}



.flextopdesign{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 100%;
	height: 70px;
	border-radius: 4px;
	background: #ffffff;
	box-shadow:  5px 5px 10px #ededed,
             -5px -5px 10px #ffffff;
	z-index: 4000;
	
}



.flexset01{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 100vh;
}

.flexset02{
	display: flex;
	flex-direction: column;
	width: 99%;
	min-width: 320px;
	height: 38vw;
	min-height:320px;
	margin-top:10px;
	background-color:none;
}

.flexset03{
	display: flex;
	flex-direction: column;
	width:24%;
	min-width: 320px;
	min-height:200px;
	margin-left: 50px;
}

.banner{
	width: 187px;
	height: 48px;
	display: block;
	margin-left: 20px;
	margin-top: 10px;
}

.banner_b{
	width: 187px;
	height: 48px;
	display: block;
	margin-left: 20px;
	border: solid 1px black;
	margin-top: 10px;
}


/* 人物イメージ */
.topimgbox{
	display: flex;
	z-index: 600;
	width: 112%;
	height: 60%;
	min-height: 230px;
	border-radius: 4px;
	box-shadow:  5px 5px 10px #ededed,
             -5px -5px 10px #ffffff;
	background: linear-gradient(-200deg, rgba(255,255,255,0.1)40%, #2CDE5B);
	overflow: hidden;
}

.doiimg{
	width:35vw;
	height: 19vw;
	min-height: 230px;
	background-position: bottom;
	background-image: url("../img/topstandingleft.png");
	background-size: contain;
	background-repeat: no-repeat;
	
}

.toptext{
	font-family: dnp-shuei-4gob-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: max(3.6vw, 2.2em);
	min-width: 80px;
	min-height: 300px;
	width: 9%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.1em;
	color: #001a00;
	margin-left: 25px;
}

.sidesets{
	display: flex;
	flex-direction: column;
	height: 100%;
	align-content: flex-start;
	align-items: flex-start;
}
.sidetext_g{
	font-family: dnp-shuei-4gob-std, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: max(3.7vw, 1.6em);
	height: 50%;
	width: 90%;
	line-height: 1.1em;
	color: #001a00;
	margin-left: 25px;
	margin-top: 25px;
}
.sidetext{
	position: relative;
	height: 50%;
	width: 30vw;
	min-width: 190px;
	color: #001a00;
	background-image: url("../img/catchcopy.png");
	background-repeat: no-repeat;
	background-size: contain;
	mix-blend-mode:luminosity;
	margin-left: 15px;
	filter: drop-shadow(2px 2px 2px green);
}

.sidetext2{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
	height: 30%;
	width: 100vw;
	min-width: 190px;
	margin-top: 10px;
	opacity: 0.9;
	color: white;
	filter: drop-shadow(2px 2px 2px green);
}

.sidetext3{
	display: none;
	flex-direction: row;
	justify-content: flex-end;
	height: 25%;
	width: 100vw;
	min-width: 200px;
	margin-top: 10px;
	opacity: 0.9;
	color: white;
	filter: drop-shadow(2px 2px 2px green);
}

.sb1{
	padding: 8px;
	background:#079F11;
	
}
.sb2{
	padding: 8px;
	background:#079F11;
}

.sb3{
	padding: 8px;
	background:#3DB42E;
	
}


/*お知らせ*/


.containerleft{
	width: 60%;

	min-width: 320px;
	min-height:260px;
	background-color: none;
	padding-left: 20px;
	border-radius: 4px;
	margin-top: 5px;
	margin-left: 20px;
}
.osirase{
	min-width :100px;
}
.osirasemidasi{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
    text-overflow: clip;
}
.osirasetext{
	width:100%;
	height:8vw;
	min-height: 200px;
	overflow-y:scroll;
	font-weight:300;
	border-top: solid 2px #2CDE5B;
	border-bottom: solid 2px #2CDE5B;
	background-color: white;
}

.osirase_banner{
	display: flex;
	flex-direction: row;
}


/* facebook */

.fbicon{
	position: absolute;
	background-size: contain;
	background-position: center;
	background-image:url("../img/fbdoi.png");
	width: 188px;
	height: 50px;
	background-repeat: no-repeat;
	border: solid 1px black;
}

/* ボトムメニュー */

.text_home{
	display: flex;
	font-family: fot-cezanne-pron,sans-serif;
	font-weight: 500;
	font-style: normal;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 20%;
    height: 40px;
	z-index: 8008;
	padding: 5px 0;
	font-size:0.5em;
	color: #2CDE5B;
}

.text_home:hover{
	color: black;
	opacity: 0.7;
	transition: 0.3s;
}

#headicon{
	background-color: green;
}

.wrapper{ 
	position: relative; 
	width: 100%; 
	height: auto !important; height: 100%; 
	min-height: 100vh; 
	z-index: 2147483647;
}

/*footer*/


footer{
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}

.site-footer{
	width: 104%;
    background: #fff;
}

.footerbox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background:#42d442;
	font-family: urw-din, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size:0.7em;
	color: #fff;
	width: 98.5%;
	height: 20px;
	padding: 10px;
	border-radius: 4px;
	box-shadow:  5px 5px 10px #ededed,
             -5px -5px 10px #ffffff;
}
.footerinner{
	margin-left: 25px;
	display: flex;
	flex-direction: row;
	width: 200px;
	justify-content: space-between;
}

.footerinner a{
	color: #fff;
}


.copyright{
    text-align: center;
	letter-spacing: 0.3em;
	text-decoration: none;
	float: right;
	margin-right: 35px;
}



	
@media screen and (max-width: 860px) {

footer{
    display: none;
}
	
.wrapper{ 
	width: 97%; 
	}
	
.header{
	display: none;
}
	
.iconbox{
	display: flex;
	flex-direction: column;
}	
	
.flexset01{
	flex-direction: column;
	height: 820px;
}

.flexset02{
	width: 100%;
	margin-top: 10px;
	height: 300px;
}

.flexset03{
	display: block;
	margin-top: -40px;
	width:50%;
	margin: 0 auto;
	height:350px;
}

.flextopdesign{
	display: none;
	flex-direction:column;
	
}

.containerleft{
	width:90%;

}
	
.logotext{
	margin-top: 60px;
	font-size:1.2em;
}
	
.topimgbox{
	width: 100%;
	height:180px;
	border-radius: 4px;
	box-shadow:  5px 5px 10px #ededed,
             -5px -5px 10px #ffffff;
	background: linear-gradient(-200deg, rgba(255,255,255,0.1)40%, #2CDE5B);
	overflow: hidden;
}
	
.doiimg{
	margin-left: -30px;
	
}

.toptext{
	font-size: max(3.2vw, 1.8em);
	marginleft: -40px;
}
	
.topstandbox{
	height: 300px;
	margin-top: 10px;
	min-width: 30px;
	min-height: 5px;
}

.osirase_banner{
	flex-direction: column;
	align-content: center;
}

.site-footer{
	width: 98%;
	height: 45px;
    background: #fff;
}	
	
.sidetext_g{
	margin-left: -10px;
	font-size: max(3.7vw, 1.1em);
	width: 110%;

}
.sidetext{
	margin-left: -20px;
	height: 40%;
	width: 25vw;
	min-width: 150px;

}
	
	.sidetext3{
	display: flex;
	justify-content: flex-end;
	position: relative;
	height: 25%;
	width: 35vw;
	min-width: 180px;
	margin-left: 280px;
		
	}

.sidetext3 .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

	
	
	

	
