@charset "utf-8";
@media (max-width: 1080px) {
	#slide .slick-next{
		right:0;
	}
	#slide .slick-prev{
		left:0;
	}
	section#contents #main{
		width:calc(100% - 320px);
	}
	header .menu-container .head-menu ul li{
		font-size:15px;
	}
}

@media (min-width: 781px) {
	.sp{
		display: none !important;
	}
	header .menu-container .head-menu ul li{
		border-right: 1px solid #ccc;
	}
	header .menu-container .head-menu ul li:first-child{
		border-left: 1px solid #ccc;
	}
	
	header .menu-container .head-menu ul li ul.normal-sub li {
		width: 32%;
		margin-right: 2%;
		border: none !important;
	}
	header .menu-container .head-menu ul li ul.normal-sub li:nth-child(3n) {
		margin-right: 0;
	}
	a,.btn a{
		transition:.3s;
	}
	a:hover{
		text-decoration:underline !important;
	}
	.btn a:hover{
		opacity:.7;
	}
	header .menu-container .head-menu ul li.nav-contact{
		display:none;
	}
}
@media (max-width: 780px) {
	body{
		font-size: 14px;
	}
	header{
		height:68px;
	}
	header #head-text{
		text-align:center;
	}
	.pc{
		display: none !important;
	}
	header .menu-container {
      width: auto;
		margin:auto;
		float:none;
    }
    header .menu-mobile {
		position:absolute;
      display: block;
		width:50px;
		height:50px;
		background:#fff;
		padding:0;
		right:10px;
		top:10px;
		z-index: 999;
    }
		header .menu-mobile:after {
			content: "\f394";
			font-family: "Ionicons";
			font-size: 2.5rem;
			padding: 0;
			position: absolute;
			top: 9px;
			left: 10px;
			color:#517d36;
		}

    header .menu-dropdown-icon:before {
        display: block;
    }
	header .menu-header-menu-container{
		text-align:right;
		position:relative;
	}
    header .menu-container .head-menu ul {
      display: none;
		background:rgba(248,248,248,1.0);
		padding:0 10px;
		width:100%;
		height: calc(100vh - 48px);
		box-sizing:border-box;
		position:absolute;
		left: 0;
		top:68px;
		z-index:900;
    }
    header .menu-container .head-menu ul li {
		width: 100%;
		display: block;
		height:auto;
		text-align:left;
    }
    header .menu-container .head-menu ul li a {
      width: 100%;
      display: block;
		height:50px;
		line-height:42px;
		border-bottom:1px solid #ddd;
		box-sizing:border-box;
    }
    header .menu-container .head-menu ul li ul {
        position: relative;
    }
	
    header .menu-container .head-menu ul li ul.normal-sub {
      width: 100%;
		padding:10px;
		display:none;
		box-sizing:border-box;
		height:auto;
    }
	header .menu-container .head-menu ul li ul.normal-sub li a{
		height:50px;
		line-height:50px;
		padding:0 0 0 20px;
		box-sizing:border-box;
	}
    header .menu-container .head-menu ul li ul li {
        float: none;
        width: 100%;
        margin: 5px auto auto;
    }
    header .menu-container .head-menu ul li ul li:first-child {
        margin: 0;
    }
    header .menu-container .head-menu .show-on-mobile {
        display: block;
    }
	header .menu-dropdown-icon::before{
		width:50px;
		height:49px;
		line-height:49px;
		text-align:center;
		padding:0;
	}
	header #head .head-logo{
		float:none;
		margin:auto;
		max-width:200px;
	}
	header #head .head-information{
		display:none;
	}
	header .menu-container{
		padding:0;
	}
	header .menu-container .head-menu ul li.nav-contact{
		margin-top:10px;
	}
	header .menu-container .head-menu ul li.nav-contact a{
		display: block;
		background: #e58b63;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color:#fff;
		text-decoration: none;
		padding: 0 20px;
		width:80%;
		margin:auto;
		max-width:480px;
	}
	#slide .top-slide .slide-wrap {
		font-size:15px;
	}
	#slide .top-slide .slide-wrap .textarea{
		padding:30px;
	}
	#slide .top-slide .slide-wrap .textarea h2{
		font-size:22px;
	}
	#slide .top-slide .slide-wrap .textarea h3{
		font-size:15px;
	}
	section{
		padding:15px 0;
	}
	.container{
		padding:0 10px;
	}
	#slide .slick-next{
		right:10px;
	}
	#slide .slick-prev{
		left:10px;
	}
	section#contents #main{
		float:none;
		width:100%;
		margin:auto auto 30px;
	}
	#side{
		float:none;
		width:100%;
		margin:auto;
	}
	#side ul.sidemenu,#side .accordion{
		display:none;
	}
	#side .side-single-menu ul li{
		text-align:left;
	}
	ul.pagemenu{
		padding:10px;
	}
	ul.pagemenu li{
		font-size:13px;
		margin:10px 2% 10px auto;
	}
}

@media (max-width: 600px) {
	body{
		font-size:13px;
	}
	.btn a{
		font-size:12px;
	}
	header .menu-mobile{
		width:40px;
		height:40px;
		top:5px;
		right:5px;
	}
	header .menu-mobile::after{
		top:2px;
		left:5px;
	}
	#slide .top-slide .slide-wrap .textarea{
		padding:15px;
		display:table;
	}
	#slide .top-slide .slide-wrap .textarea h2{
		font-size:16px;
		margin:auto;
		text-align:center;
		display:table-cell;
		vertical-align:middle;
	}
	#slide .top-slide .slide-wrap .textarea h3{
		display:none;
	}
	#top-catch h2{
		font-size:14px;
	}
	header .menu-container .head-menu ul li{
		font-size:15px;
	}
	header .menu-container .head-menu ul li a{
		height:40px;
		line-height:40px;
	}
	header .menu-dropdown-icon::before {
    width: 40px;
    height: 39px;
    line-height: 39px;
	}
	header .menu-container .head-menu ul li ul{
		padding:10px;
		top:0;
	}
	header .menu-container .head-menu ul li ul.normal-sub li a{
		height:40px;
		line-height:40px;
		padding:0 5px;
		text-align:left;
		font-size:13px;
	}
	#top-about ul.top-about-ul li{
		float:none;
		width:100%;
		max-width:480px;
		margin:10px auto 30px;
		padding-bottom:15px;
	}
	#top-about ul.top-about-ul li:last-child{
		margin-bottom:auto;
	}
	#top-about ul.top-about-ul li .btn{
		position:inherit;
	}
	#top-class .image{
		float:none;
		width:100%;
		max-width:480px;
		margin:auto auto 15px;
	}
	#top-class{
		padding-left:10px;
		padding-right:10px;
	}
	#top-class .container{
		padding:0;
	}
	#top-class .right{
		float:none;
		width:100%;
		max-width:480px;
		margin:auto;
	}
	#top-class dt{
		text-align:center;
	}
	#top-class svg{
		display:none;
	}
	#top-class .btn a{
		margin:auto;
	}
	
	#top-information ul.information-archives li a{
		padding:5px;
	}
	#top-information ul.information-archives li span{
		font-size:12px;
	}
	#top-information ul.information-archives li .update{
		width: 100px;
	}
	#top-information ul.information-archives li .category{
		width: calc(100% - 100px);
	}
	#top-information ul.information-archives li h4{
		width:100%;
		padding-left: 0;
		font-size:14px;
	}
	#top-information .btn a{
		max-width:432px;
	}
	footer{
		margin-top:30px;
		padding-top:15px;
	}
	footer .footer-menu{
		padding-bottom:15px;
	}
	footer .footer-menu ul{
		float:none;
		width:100%;
		margin:auto auto 5px;
	}
	footer .footer-menu ul:last-child{
		margin:auto;
	}
	footer .footer-bottom .foot-logo{
		float:none;
		margin:auto auto 5px;
	}
	
	ul.pagemenu li{
		font-size:13px;
		margin:10px 2% 10px auto;
		width:49%;
	}
	ul.pagemenu li:nth-child(3n){
		margin-right:2%;
	}
	ul.pagemenu li:nth-child(even){
		margin-right:auto;
	}
	.btn a{
		height:40px;
		line-height:40px;
		border-radius:20px;
	}
	.page-top{
		right:15px;
		bottom:15px;
	}
		
	article table.staff-table.history-table th,article table.staff-table.history-table td{
		display:block;
		width:100%;
	}
	article table.staff-table.history-table th{
		font-size:90%;
	}
	article table.staff-table.history-table td{
	}
	article table.staff-table.history-table tr:nth-child(even){
		background:#fff;
	}

	footer .big_logo{
		width:300px;
		height:500px;
		opacity:.15;
		background-size:450px;
	}
}