@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family:メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	text-align: center;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#439E54;
	text-decoration:underline;
}

/*
--------------------------------------*/
body{
	-webkit-text-size-adjust:100%;
}
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
/*------------------------------------*/


/* container
-----------------------------------------*/
div#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
    font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
}


/*menu
----------------------------------------*/
#trigger {
	display: block;
    position: absolute;
    top: 12px;
	right: 12px;
    cursor: pointer;
    z-index:300;
}
#trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
#trigger p {
	position: relative;
	width: 36px;
	height: 32px;
}
#trigger span{
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
}
#trigger span:nth-of-type(1) {
	top: 0;
}
#trigger span:nth-of-type(2) {
	top: 14px;
}
#trigger span:nth-of-type(3) {
    bottom: 0;
}

#global-nav {
	position: absolute;
	top: -500px;
	background: rgba(24,148,34,0.78);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.open #trigger span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(14px) rotate(-45deg);
}
.open #trigger span:nth-of-type(2) {
	opacity: 0;
}
.open #trigger span:nth-of-type(3) {
	-webkit-transform: translateY(-14px) rotate(45deg);
	transform: translateY(-14px) rotate(45deg);
}
.open #global-nav {
	-moz-transform: translateY(560px);
	-webkit-transform: translateY(560px);
	transform: translateY(560px);
}

#menu {
	position: fixed;
	width: 100%;
	background: url(../img/menu.jpg);
	padding: 12px 0;
	border-bottom: 4px solid #85c9a8;
	z-index: 100;
	height: 60px;
}
#global-nav ul {
	width: 100%;
	margin: 0 auto;
	padding: 14px 0;
	overflow: hidden;
}
#global-nav li {
	float: none;
	width: 90%;
	margin: 0 auto 4px;
	text-align: center;
}
#global-nav li a {
	display: block;
	color: #fff;
	font-weight: bold;
	letter-spacing: .5em;
	padding: 12px 0;
	background: rgba(98,200,63,0.70);
	border: #FFF solid 1px;
	border-radius: 3px;
}
#global-nav li a:hover {
	background: none;
}
@media screen and (min-width:980px) {/* PC */
	#trigger{
		display: none;
	}
	#menu {
		position: fixed;
		width: 100%;
		background: url(../img/menu.jpg);
		padding: 12px 0;
		border-bottom: 4px solid #85c9a8;
		z-index: 100;
		height: 50px;
	}
	#global-nav {
		position: relative;
		top: 0;
		background: none;
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}

	#global-nav ul {
		width: 960px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
	#global-nav li {
		float: left;
		width: 20%;
		text-align: center;
		border-right: 1px dotted #fff;
	}
	#global-nav li a {
		display: block;
		color: #fff;
		font-weight: bold;
		letter-spacing: 2px;
		text-decoration: none;
		background: none;
		border: none;
		padding: 2px 0;
	}
	#global-nav li:last-child {
		border-right: none;
	}
	#global-nav li a:hover {
		background: url(../img/menu_on.jpg);
	}
	.open #trigger {
		display: none;
	}
	.open #global-nav {
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
	}

}

/**/
.contentbox {
	position:relative;
	margin:0;
	padding:0;
	width:100%;
}
.contentbox:before,
.contentbox:after {
   	content: " ";
   	display: table;
}
.contentbox:after {
	clear: both;
}
.content {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}
.news{
    color: #F73E00;
    font-size: 16px;
    font-weight: bold;
}
@media screen and (min-width:960px) {/* PC */
	.content {
		width: 960px;
		margin: 0 auto;
		overflow: hidden;
		padding: 50px 0;
	}
}

/* top_img
---------------------------------------*/
#top_img {
	margin-top: 50px;
	text-align: center;
	background: url(../img/bg_top.jpg) repeat-x;
}

/* contact
---------------------------------------*/
.contact {
	width: 100%;
	margin: 0 auto;
	padding: 14px 0 10px;
	text-align: center;
	background: url(../img/contact.jpg);
}
.contact li {
	display: inline-block;
    color: #fff;
    font-weight: bold;
    padding: 2px 2em;
    padding-left: 36px;
}
.contact li a {
    color: #fff;
    font-weight: bold;
}
.tel {
	background: url(../img/mk_tel.png) no-repeat 0 2px;
}
.fax {
	background: url(../img/mk_fax.png) no-repeat 2px 2px;
}
.mail {
	background: url(../img/mk_mail.png) no-repeat 0 2px;
}
@media screen and (min-width:960px) {/* PC */
    .contact li {
        font-size: 16px;
        letter-spacing: 1.6px;
    }
}

/* bg
-----------------------------------------*/
.bg {
	background: #e6f4ed;
}
.bg1 {
	background: url(../img/bg.jpg);
	background-size: contain;
}
.bg2 {
	background: url(../img/archives/bg.jpg) repeat;
}
@media screen and (min-width:960px) {/* PC */
	.bg1 {
		background: url(../img/bg.jpg);
		background-size: auto;
	}
	.bg2 {
		background: url(../img/archives/bg.jpg);
	}
}

/* 
--------------------------------------*/
h2 {
	font-size: 16px;
	font-weight: bold;
    color: #439E54;
    text-align: center;
    margin-bottom: 1.5em;
}
h2 span {
    font-size: 12px;
	display: block;
    color: #85c9a8;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (min-width:960px) {/* PC */
	h2 {
		font-size: 24px;
	}
    h2 span {
        font-size: 15px;
    }
}
h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

/* message
--------------------------------------------*/
.topinfo{
	margin-bottom: 80px;
}
.topinfo ul{
	padding: 30px 40px;
	border-radius: 10px;
	background: #fff;
}
.topinfo ul li{
	margin-bottom: 8px;
}
#rinen {
	position: relative;
	margin: 0;
	width: 100%;
}
@media screen and (min-width:768px) {/* PC */
	#rinen {
		margin: 0 0 50px;
        padding: 0 0 100px;
	}
}
#motto {
	position: relative;
    margin: 20px 0;
}
#motto h3 {
	height: 46px;
	background: url(../img/motto.png) no-repeat;
	padding: 10px 0 0 20px;
	color: #fff;
}
#motto li {
    color: #413C3A;
	font-weight: bold;
    margin-bottom: .5em;
}
#motto li span {
    background: linear-gradient(transparent 60%, #ffff66 60%);	
}
@media screen and (min-width:768px) {/* tablet */
	#motto {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media screen and (min-width:960px) {/* PC */
	#motto li {
		font-size: 18px;
		letter-spacing: 1.6px;
		margin-bottom: 10px;
	}
}
#shisei1, #shisei2 {
    overflow: hidden;
}
#shisei1 {
    margin: 0 0 10px;
}
#shisei1 h3, #shisei2 h3 {
    color: #F73E00;
}
#shisei1 p, #shisei2 p {
    margin-bottom: 10px;
}
#shisei1_p br, #shisei2_p br {
    display: none;
}
#shisei1 img, #shisei2 img {
	float: none;
	border-radius: 10px;
	margin: 10px auto;
}
@media screen and (min-width:768px) {/* tablet */
	#shisei1 {
		margin: 0 0 40px;
	}
    #shisei1 p, #shisei2 p {
        margin-bottom: 15px;
    }
	#shisei1_p, #shisei2_p {
		line-height: 2;
	}
	#shisei1_p {
		float: left;
        width: 62%;
	}
	#shisei1 img {
		float: right;
        width: 34%;
	}
	#shisei2_p {
		float: right;
		width: 62%;
	}
	#shisei2 img {
		float: left;
        width: 34%;
		margin-bottom: 30px;
	}
}
@media screen and (min-width:960px) {/* PC */
    #shisei1 h3, #shisei2 h3 {
		font-size: 26px;
        letter-spacing: 2px;
	}
    #shisei1_p br, #shisei2_p br {
        display: inherit;
    }
}

/* prof
----------------------------------------*/
.profbox {
	overflow: hidden;
	margin-bottom: 40px;
}
.box_prof1, .box_prof2 {
    margin-bottom: 20px;
}
#prof h3 {
	color: #27B1F7;
	background: url(../img/mk_h3.jpg) no-repeat;
    height: 85px;
	padding: 30px 0 0 13px;
}
#prof h3.h3_2 {
	padding: 16px 0 0 13px;
	line-height: 1.6;
}
.pdf {
    background: url(../img/pdf.jpg) no-repeat;
	padding-bottom: 2px;
	padding-left: 24px;
}
.pdf_new {
    background-image: url(../img/pdf.jpg), url(../img/new.jpg);
	background-repeat:  no-repeat;
	background-position: 0 0, right 2px;
	padding-bottom: 2px;
	padding-left: 24px;
	padding-right: 40px;
}
@media screen and (min-width:768px) {/* tablet */
    .box_prof1, .box_prof2 {
        margin-bottom: 40px;
    }
}
@media screen and (min-width:980px) {/* PC */
	.profbox {
		overflow: hidden;
		margin-bottom: 40px;
	}
	.box_prof1 {
		float: left;
		width: 500px;
	}
    .box_prof2 {
		float: right;
		width: 400px;
	}
}

/*施設概要*/
.gaiyo {
    border: 1px solid #439E54;    
}
.gaiyo span {
    display: block;
    padding: 8px 1.5em 6px;
}
.gaiyo span:nth-child(1){
    color: #439E54;
    font-weight: bold;
    background: #fcf8f3;
}
@media screen and (min-width:768px) {/* tablet */
    .gaiyo p {
        display: -webkit-flex;
  		display: flex;
		flex-wrap: wrap;
		width: 100%;
        margin: 0;
        border-bottom: 1px dashed #439E54;
    }
    .gaiyo p:last-child {
        border-bottom: none;
    }
    .gaiyo span {
        padding: 8px 1.5em 6px;
    }
    .gaiyo span:nth-child(1){
        display: inline;
        width: 25%;
        text-align: center;
    }
    .gaiyo span:nth-child(2){
        display: inline;
        width: 75%;
    }
}
/*交通案内*/
.map_g {
    height: 200px;
    margin-bottom: 10px;
}
.map img {
    margin-bottom: 10px;
}
@media screen and (min-width:980px) {/* PC */
    .map_g {
        height: 270px;
    }
    .map p {
        font-size: 13px;
    }
}
/*作業内容*/
.sagyo h4 {
    color: #E19F18;
    height: 30px;
    background: url(../img/mk.jpg) no-repeat;
    border-bottom: 1px dashed #EEC02D;
    padding-left: 30px;
}
.sagyo img {
    margin: 5px 0;
}
.sagyo p {
    margin-bottom: 20px;
}
@media screen and (min-width:768px) {/* tablet */
    .sagyo h4 {
        font-size: 15px;
    }
	.sagyo p {
        padding: 0 10px;
		margin-bottom: 30px;
	}
}
/*情報開示*/
.info {
    margin-bottom: 10px;
}
.info_h4 {
    color: #c80000;
    margin-bottom: 5px;
}
@media screen and (min-width:768px) {/* tablet */
    .info {
        margin-bottom: 20px;
    }
    .info_h4 {
        font-size: 15px;
	}
    .info li {
        margin-bottom: 2px;
    }
}

/* works
-------------------------------------*/
#works_comment {
	margin-bottom: 20px;
}
#works_comment p {
	font-weight: bold;
	margin: 20px 0 10px;
}
@media screen and (min-width:768px) {/* tablet */
    #works_comment {
        text-align: center;
    }
    #works_comment p {
        font-size: 18px;
        margin: 25px 0 10px;
    }
}
#works dl {
	float: none;
	width: 100%;
	margin: 0 0 15px;
	border-radius: 10px;
	border: 3px dotted #0b9352;
	padding: 30px 30px 20px;
}
#works dt {
	margin-bottom: 15px;
}
#works ul {
	overflow: hidden;
	margin-left: 0;
}
#works li {
	color: #0b9352;
	font-weight: bold;
	background: url(../img/mk1.png) no-repeat 0 3px;
	margin-bottom: 6px;
	padding-left: 24px;
}

@media screen and (min-width:768px) {/* tablet */
	#works dl {
		float: left;
		width: 48%;
		margin: 0 1% 20px;
	}
	#works ul {
		margin-left: 10px;
	}
	#works li {
		font-size: 15px;
	}
}
@media screen and (min-width:960px) {/* PC */
    #works ul {
		margin-left: 80px;
	}
}
/* archives
-------------------------------------*/
#archives h3 {
    color: #f7ee13;
    text-align: center;
    background: url(../img/archives/tag.png) no-repeat center 0;
    height: 50px;
    padding: 4px 0 0 0;        
}
#archives h4 {
    font-size: 16px;
    color: #e57676;
   /* height: 30px;*/
    background: url(../img/archives/tag2.png) no-repeat;
    padding-left: 50px;
    padding-top: 4px;
    margin-left: 10px;
	display: block;
}
#archives h5 {
    font-size: 14px;
    font-weight: bold;
    color: #6bc6f2;
    display: inline-block;
    background: linear-gradient(transparent 60%, #ffff66 60%);
    padding: 0 5px;
}
@media screen and (min-width:768px) {/* tablet */
    #archives h3 {
        font-size: 16px;
        text-align: left;
        background: url(../img/archives/tag.png) no-repeat 0 0;
        padding: 4px 0 0 60px;
	}
	#archives #tag_dekigoto h3 {
        padding: 4px 0 0 45px;
	}
    #archives h4 {
        font-size: 20px;
        padding-top: 0;
	}
    #archives h5 {
        font-size: 16px;
	}
}
#archives p {
    margin-bottom: 10px;
}
#archives li {
    text-align: center;
    margin: 0 0 20px;
}
#archives li img {
    border: 2px solid #6bc6f2;
	border-radius: 10px;
    margin-bottom: 5px;
}
@media screen and (min-width:768px) {/* tablet */
    #archives p {
        margin: 0 15px 10px;
    }
    #archives ul {
        overflow: hidden;
		margin-bottom: 20px;
    }
	#archives li {
		float: left;
		width: 46%;
		overflow: hidden;
		margin: 0 2% 30px;
	}
}
@media screen and (min-width:960px) {/* PC */
	#archives li {
		width: 44%;
		margin: 0 3% 30px;
	}
    #archives p {
        margin: 0 30px 10px;
    }
}

#archives_link {
	margin-bottom: 30px;
}
#archives_link li img {
		border: none;
}
#archives_link li {
	display: inline-block;
	width: 46%;
	margin: 0 1%;
}
.katsudo {
	padding: 10px 0 30px;
}
@media screen and (min-width:768px) {/* tablet */
	#archives_link {
		overflow: hidden;
		width: 600px;
		margin: 0 auto;
	}
	#archives_link li a {
		overflow: hidden;
	}
	#archives_link li a:hover {
		opacity: 0.7;
	}
	.katsudo {
		padding: 10px 0 50px;
	}
}



/* footer
--------------------------------------*/
footer {
	position: relative;
    background: url(../img/menu.jpg);
	padding: 14px 0;
}
footer p {
	font-size: 12px;
    color: #fff;
	text-align: center;
}

/* トップページスクロール
-----------------------------------------*/
#page-top-sp{
	padding:10px 0;
	background: rgba(8,119,4,1.00);
}
#page-top-sp a{
	font-size:14px;
	color: #fff;
	display:block;
}
#page-top-sp a:hover{
	text-decoration: none;
}
#page-top a {
	display: none;
}

@media screen and (min-width:768px){
	#page-top-sp{
		display: none;
	}
	#page-top {
		position: fixed;
    	bottom: 20px;
    	right: 20px;
	}
	#page-top a {
		display: block;
    	width: 90px;		
	}
    #page-top a:hover {
        opacity: 0.8;
    }
}
@media print{
	/*menu
	----------------------------------------*/
	#trigger, #menu{
		display: none;
	}
	.content {
		margin: 0 auto;
		overflow: hidden;
		padding: 50px 0;
	}
	
	/* contact
	---------------------------------------*/
	.contact li {
        font-size: 14px;
        letter-spacing: 1.6px;
    }
	
	/* bg
	-----------------------------------------*/
	.bg1 {
		background: url(../img/bg.jpg);
		background-size: auto;
	}
	.bg2 {
		background: url(../img/archives/bg.jpg);
	}

	
	h2 {
		font-size: 24px;
	}
    h2 span {
        font-size: 15px;
    }
	
	/* message
	--------------------------------------------*/
	#rinen {
		margin: 0 0 50px;
        padding: 0 0 100px;
	}
	#motto {
		position: absolute;
		bottom: 0;
		right: 0;
	}
	#motto li {
		font-size: 11px;
		letter-spacing: 1.6px;
		margin-bottom: 10px;
	}
	#shisei1 {
		margin: 0 0 40px;
	}
    #shisei1 p, #shisei2 p {
        margin-bottom: 15px;
    }
	#shisei1_p, #shisei2_p {
		line-height: 2;
	}
	#shisei1_p {
		float: left;
        width: 62%;
	}
	#shisei1 img {
		float: right;
        width: 34%;
	}
	#shisei2_p {
		float: right;
		width: 62%;
	}
	#shisei2 img {
		float: left;
        width: 34%;
		margin-bottom: 30px;
	}
    #shisei1 h3, #shisei2 h3 {
		font-size: 22px;
        letter-spacing: 2px;
	}
    #shisei1_p br, #shisei2_p br {
        display: inherit;
    }
	
	/* prof
	----------------------------------------*/
	.profbox {
		overflow: hidden;
		margin-bottom: 0;
	}
	.box_prof1 {
		margin-bottom: 20px;
		float: left;
		width: 50%;
	}
    .box_prof2 {
		margin-bottom: 20px;
		float: right;
		width: 44%;
	}
	
	/*施設概要*/
	.gaiyo p {
        display: -webkit-flex;
  		display: flex;
		flex-wrap: wrap;
		width: 100%;
        margin: 0;
        border-bottom: 1px dashed #439E54;
    }
    .gaiyo p:last-child {
        border-bottom: none;
    }
    .gaiyo span {
        padding: 8px 1.5em 6px;
    }
    .gaiyo span:nth-child(1){
        display: inline;
        width: 25%;
        text-align: center;
    }
    .gaiyo span:nth-child(2){
        display: inline;
        width: 75%;
    }

	/*交通案内*/
	.map_g {
        height: 300px;
    }
    .map p {
        font-size: 13px;
    }

	/*作業内容*/
	.sagyo h4 {
        font-size: 15px;
    }
	.sagyo p {
        padding: 0 10px;
		margin-bottom: 30px;
	}

	/*情報開示*/
	.info {
        margin-bottom: 20px;
    }
    .info_h4 {
        font-size: 15px;
	}
    .info li {
        margin-bottom: 2px;
    }
	
	/* works
	-------------------------------------*/
	#works_comment {
        text-align: center;
    }
    #works_comment p {
        font-size: 18px;
        margin: 25px 0 10px;
    }
	
	#works dl {
		float: left;
		width: 48%;
		margin: 0 1% 20px;
	}
	#works li {
		font-size: 15px;
	}
    #works ul {
		margin-left: 80px;
	}
	
	/* archives
	-------------------------------------*/
	#archives h3 {
        font-size: 16px;
        text-align: left;
        background: url(../img/archives/tag.png) no-repeat 0 0;
        padding: 4px 0 0 60px;
	}
    #archives h4 {
        font-size: 20px;
        padding-top: 0;
	}
    #archives h5 {
        font-size: 16px;
	}
	#archives p {
        margin: 0 30px 10px;
    }
    #archives ul {
        overflow: hidden;
    }
	#archives li {
		float: left;
		overflow: hidden;
		width: 44%;
		margin: 0 3% 30px;
	}
	
	#page-top-sp, #page-top a {
		display:none;
	}
}