@charset "UTF-8";


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
    color: #000;
    background: #FFF;
	width:100%;
	margin:0 auto;
	font-family:"Noto Sans Japanese" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

img {
    border-style:none;
}
a{
	color:#555;
    border-style:none;
}
/*--resetここまで----*/
header{
	padding: 2rem 0;
}

.logo{
	margin-left:7vw;
}
.logo img{
	display:block;
	float:left;
	width:15vw;
	padding-bottom:15px;
	
}


/*　メニューバーのスタイル　*/
.glovalNav ul{
	display:block;
	float:right;
}
.glovalNav ul li{
	display:block;
	float:left;
}
.glovalNav ul li a{
	display:block;
	clear:both;
	text-decoration:none;
    text-align: center;
	color:#000000;
	font-size:1.6vw;
	padding:1vw;
}
.glovalNav ul li a:hover{
	background-color:#DDDDDD;
}
.glovalNav #menu-item-56 a::after{
  content: "\f08e";
  font-family: FontAwesome;
  margin-left:0.5vw;
}
#responsive-menu-item-56 a::after{
	  content: "\f08e";
	  font-family: FontAwesome;

}

section img{
	width:100%;
}
.home section{margin-bottom:30px;}


/* 　　 　　 フッターのスタイル  　　 */
footer{
	width:100%;
	margin:30 auto 3vw;
	text-align:center;
}
footer h3{
	margin:0 auto;
	width:80vw;
	text-align:left;
	border-bottom:solid 0.2vw #ddd;
padding: 1rem 0;
}
footer h3 span{
	padding:1vw;
	font-size:2.4vw;
	color:#848484;
}
footer ul{
	display: flex;
    width: 100%;
    justify-content: center;
}
footer ul li{
	    display: flex;
    float: left;
    margin: 2vw 4vw;
    width: 20vw;
    flex-wrap: wrap;
	justify-content: center;
}

footer .group{
	clear:both;
	width:90vw;
	margin:0 auto;
}
footer .manavis{
	font-size:1.2vw;
	display:inline-block;
width: 100%;
}
footer hr{
	clear:both;
	margin:0 auto;
	color:#002865;
}
footer small{font-size:1.2vw;}
.sunhama{padding-top:1vw;}
.imajuku{margin-top:0;}


	
/* 　　　 　固定ページのスタイル     */
.page main{
	clear:both;
	letter-spacing:0.15vw;
	line-height:3vw;
}
.page h2{
font-family: 'Noto Serif', "Noto Sans Japanese" , "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
font-size:3vw;
letter-spacing:1vw;
line-height:4vw;
color:#002865;
width:100%;
margin:5vw 0 5vw;
height:10vw;
padding-top:3vw;
background-color:#ffff00;
border-top:2px solid #002865;
text-transform: uppercase;
}
#message h2{background-color:#BEE6E7;}
#characteristic h2{background-color:#C7C9EF;}
#about h2{background-color:#ECDED7;}

.page .page-subtitle{
font-size:2vw;
letter-spacing:0.5vw;
}
.page .page-title{padding-left:8vw;}

.page .wrapper{
	width:80vw; /*固定ページ投稿の横幅*/
	margin:0 auto;
}

.page article{
float:left;
width:55vw;
padding-bottom:40px;
padding-top: 60px;
}
.page article h4{
font-size:26px;
color:#4682b4;
margin-bottom:15px;
font-weight:bold;
}

.page .page-img{
width:20vw;
height:16vw;
display:block;
float:left;
margin-left:2vw;
margin-top:60px;
}
.page h5{
clear:both;
font-weight:bold;
}
.page dl {
  width:80vw;
  margin-bottom:10vw;
}
.page dt {
  display:block;
  float:left;
  width:20vw;
  border-top:solid 2px #ddd;
  padding: 10px 0;
}
.page dd {
  display:block;
  float:left;
  width:55vw;
  border-top:solid 2px #ddd;
  padding: 10px 0;

}
#about .map{
	width:80vw;
	margin: 0 auto;
}
#about .map h5{
	border-bottom:solid 2px #ddd;
	margin-bottom:20px;
	padding: 20px 0;
}
iframe{
	width:80vw;
	margin:0 auto;}

.page footer{
clear:both;
padding-top:5vw;
}
.page footer span{padding-left:1vw;}
.page  h5 , .page dl{margin:20px 1vw;}
footer .group img{
	margin:1vw auto;
}


.page .sign{
	display:block;
	float:right;
	width:15vw;
	height:7vw;
	}

#history dl {
  width:80vw;
}
#history dt {
  float:left;
  border-top:dotted 1px #ddd;

}
#history dd {
  border-top:dotted 1px #ddd;

}
#history dt , #history dd{
	padding:1vw;
}

#message article{
	width:75vw;
}

#message h5{
	margin-left:0;
}
#message h5 span{
	font-size:2vw;
	border-bottom:#666 solid 1px;
}
#message .policy{
	background-color:#ddd;
	padding:2vw;
	width:70vw;
}
#message ol{
	list-style-type: decimal;
	list-style-position: inside;
}

#characteristic .slogan{
	display:block;
	width:50vw;
	float:right;
	padding-top: 60px;
}

#responsive-menu-wrapper{clear:both;}
#responsive-menu-button{border-radius:5px;}


/*-----------*/
li.okizemi img{
	max-width: 191px;
}
.hamburger-menu{
	display: none;
}


@media  screen and (max-width:768px){
	footer ul{
		display: block;
	}
	header{
		
    padding: 15px 0;
	}
	footer ul li{
		float: none;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	.manavis{
		font-size: 11px;
		padding-left: 2em;
	}
	footer ul li img{
		width: auto;
	}
	footer .group img{
		margin: 3vw auto;
	}
	footer h3 span{
		font-size: 20px;
	}
	footer h3{
		width: 90vw;
		margin: 24px auto;
		padding-bottom: 1rem;
	}

	
		.logo img {
			width:140px;
			height:30%;
			padding-top: 10px;
	}
		.glovalNav ul{
			width:100vw;
		}
		.glovalNav ul li{
			display:block;
			float:left;
			width:25%;
	}
	.glovalNav .menu-item-23, .glovalNav .menu-item-26 , .glovalNav .menu-item-27{
		width:12%;
	}
	.glovalNav ul li a{font-size:10px;}

		.logo{margin-left:2vw;}
	
		.glovalNav{display:none;}

		
/*---mune--*/
.hamburger-menu{
	display: block;
}
.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: inherit;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #989898;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
		background-color: #fff;

}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
	background-color: #fff;
}

#menu-btn-check {
    display: none;
}
.menu-content {
    width: 100%;
    height: 80%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3f3f3f;
}
.menu-content ul {
    padding: 6rem 10% ;
}
.menu-content .header_link_list li {
    border-bottom: solid 1px #fff;
    list-style: none;
}
.menu-content .header_link_list li a {
    display: block;
    width: 100%;
    font-size: 1.25rem;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content .header_link_list li a:hover{
	opacity: 0.5;
}
.menu-content ul li a::before {
    /*content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;*/
}
.menu-content {
    width: 100%;
    height: 80%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #3f3f3f;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content,
#menu-btn-check:checked ~ .menu-background
{
    left: 0;/*メニューを画面内へ*/
}

.menu-content .header_link_list_2 li a {
	font-size: .8rem !important;
	color:#fff !important;
}

.menu-background{
	position: fixed;
    top: 0;
    right: 0;
    left: 100%;
    background-color: rgba(10,10,10,.25);
    z-index: 1;
    height: 100vh;
    transition: all 0.5s;
}
.page main {
    padding-top: 5px;
    letter-spacing: 0.2vw;
    line-height: 7vw;
}
.page h2{
font-size: 30px;
height: inherit;
line-height: inherit;
padding: 3rem 0 1rem;
}
.page .page-img{
	display: none;
}
.page article,
#message article,
#message .policy,
#characteristic .slogan{
	box-sizing: border-box;
	width: 100%;
}
.page .sign{
	width: 50%;
	height: auto;
	padding-top: 3rem;
}
#message .policy{
	padding: 30px 20px;
}
#message h5 span{
	font-size: 18px;
}
#message ol{
	padding-left: 1em;
}
#message ol li:not(:first-of-type){
padding-top: 1rem;
}
#message ol li{
	text-indent: -1em;
}
#history dt, #history dd{
padding: 10px 0;
}
	footer small{
		font-size: 9px;
	}
	footer ul{
		display: block;
	}
}

