@charset "UTF-8";

/*====================     基本設定     ====================*/
* {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

h1, h2, h3{ margin-top: 0; }

p { 
	margin-top: 0; 
	line-height: 1.6;
	font-size: 11pt;
}

img {
	vertical-align: bottom;
    border: none;
}

html {
	height: 100%;
	margin-bottom:1px;
	overflow-y : scroll;
	overflow-x : hidden;
	font-size: 12px;
}

a {text-decoration: none;}
a:hover {position: relative; top: 2px; left: 2px;}

body {   /* ----------　ページ全体　------------- */
	flex: 1;
	background-color: #545c3d;
	margin-left: 90px;
	border-left: 15px solid #f6f9e4;
}

/*====================     header     ====================*/
.titlebox {
	display: flex;
	flex-direction: row;
}

h1{   /* ----------　Let's enjoy　------------- */
	width: 750px;
	/* height: 40pt; */
	background-color: #e5f8b8;
	color: #336633;
	font-size: 24pt;
	letter-spacing: normal;
	margin: 0;
	padding: 15px 0 0 10px;
	border-left: 5px solid #fff;
}
.last-update{
	color: #fff;
	font-size: 18pt;
	font-family: Times New Roman;
	padding: 20px 0 0 30px;
	overflow: hidden;
}
.titlebox2 {
	width: 100vw;
	display: flex;
	flex-direction: row;
	position: relative;
	left: 46.5%;
	transform: translateX(-50%);
	background-color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.title_img{   /* ----------　TOP画像　------------- */
	margin-top: auto;
	margin-bottom: auto;
	float: left;
}

header h2 {   /* ----------　ようこそ　------------- */
	color: #111;
	font-size: 18pt;
	letter-spacing: normal;
	margin: 0 0 0 20px;
	padding-top: 25px;
	overflow: hidden;
}

.title P {   /* ----------　サブタイトルの記事　	------------- */
    color: #496700;
    font-size: 13pt;
	font-weight: normal;
	letter-spacing: normal;
	margin-left: 20px;
	padding-left: 40px;
}

/*====================     wrapper     ====================*/
wrapper {   /* ----------　メインベース（左右 合わせた部分）　------------- */
	flex: 1;
	background-color: #f6f9e4;
	border-bottom: #f6f9e4 solid 1px;
	display: flex;
}
ul {list-style: none;}

/*====================     左メニュー部    ====================*/

aside {   /* ----------　メイン 左ナビ部　------------- */
	width: 190px;
	margin: 0px;
	border-left: 5px solid #fff;
	background-color: #9cad63;
	display: flex;
	flex-direction: column;
	
}

.global_navi ul {
	padding: 25px 25px 10px;
	margin: 0px 15px;
	border-bottom: 1px solid #525a39;
	font-size: 12pt;
    font-weight: 500;
    }

.global_navi li{
	display: block;
	padding: 5px 0 1px 0;
    line-height: 2;
	color: #666;
}

.global_navi a{
	font-weight: bold;
	color: #344600;
}

.side {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.counter {   /* ----------　HOME カウンター　------------- */
	margin: 20px 0;
}	

.link {   /* ----------　関連リンク　------------- */
	margin-top: 20px;
}
.link ul{
	margin: 0;
	padding: 0;
}
.link ul li{
	margin: 15px;
}

.since {   /* ----------　HP 開始日　------------- */
	margin-top: auto;
	align-items: center;
	display: flex;
	flex-direction: column;
}
.counter2 {   /* ----------　その他ページ カウンター　------------- */
	color: #9cad63;
}
.since p{
	font-size: small;
	color: rgb(121, 120, 120);
}


/*====================   メイン記事　====================*/
main {  /* ----------　メイン 記事部　------------- */
	width: 540px;  /* --（#mainのwidth値「710」）－（#sideのwidth値「180」））－（#kiziと#sideの間を少しあけるのでその値padding「30」）＝「500」-- */
	margin: 0;
	border-left: 3px solid #fff;
	padding: 10px 10px 0 50px;
	background-color: #f6f9e4;
	text-align: left;
	float:right;
}

.kiji{   /* ----------　記事のタイトル　------------- */
	color: #344600;
	font-size: 17px;
	letter-spacing:0.1em;
	font-weight: bold;
	margin: 40px 10px 20px 0;
	padding-left: 5px; 
    border-bottom: 3px solid #c3d38d;	
}

.info {	/* ----------　お知らせ　------------- */
	list-style: none;
	font-size: 11pt;
}
.info li {line-height: 1.8;}
.info img {
	height: 7px;
	width: 17px;
	margin-left: 10px;
	margin-bottom: 5px;	
}

.mail {	/* ----------　メールアドレス　------------- */
	margin: 40px 10px 30px 0;
}
.mail a {
	color: #344600;
	font-size: 13pt;
}

.gallery ul {	/* ----------　gallery　------------- */
	margin-left: -15px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
.gallery ul li {
	margin-left: 20px;
	border: #666 double 4px;	
}
.gallery ul li p {
	font-size: small;
	text-align: center;
	margin-top: 15px;
	color: #666;
}
.img_1 {
	width: 110px;
	height: 110px;
}
.img_2 {
	width: 110px;
	height: 120px;
	padding: 20px 1px 0;
	display: flex;
	flex-direction: column;
}
.gallery ul li .img_3 {
	margin-left: 85px;
}

.recruit {/* ----------　Schoolのページ　------------- */
	font-size: 12px;
	color: #ff3366;
	margin-left: 3em;
}
.school {
	margin-top: 50px;
}
.toi {margin: 50px;}
.sakuhin {margin-left: 6em;}

.link table{	/* ----------　linkのページ　------------- */
	width: 100%;
	margin-top: 40px;
	margin-left: -20px;
	border-collapse: collapse;
	border: #666 2px double;
}
.link_h2{
	padding-left: 20px; 
	height: 40px;
}
.link_h2 h2{
	color: #344600;
	font-size: 17px;
	font-weight: bold;
}
.link th{
	width: 160px;
	height: 40px;
	padding: 2px;
	border: #666 2px double;
}
.link th a img{
	display: block;
	margin: auto;
}
.link td{
	margin: 0;
	padding-left: 8px;
	border: #666 2px double;
	font-size: 15px;
}
.banner {
	align-items: center;
	display: flex;
	flex-direction: column;
}
.banner div {
	margin: 20px 0;
}

footer {   /* ----------　フッター　------------- */
	position: relative;
	width: 830px;
	margin-left: -105px;
	border-left: solid 90px #525a39;
	padding: 15px 0 10px 0;
	text-align: center;
	color: #344600;
    background-color: #9cad63;
	font-size: 9px;
}

/* ----------　レイアウトに関する大切な設定 削除不可　------------- */

small {   /* ----------　著作権表示　------------- */
	text-align: center;
	font-size: 9px;
	margin: 0px;
}

.copy a:link,
.copy a:visited,
.copy a:hover {
	color: #344600;
	text-decoration:none;
}
