@charset 'UTF-8';

.sp{
	display: none;
}

@media screen and (max-width:700px){
.pc{
	display: none !important;
}
.sp{
	display: block;
}
}

/* ClearFix */
.clearfix{
  *zoom: 1;
}
.clearfix:before, .clearfix:after{
  content: "";
  display: table;
}
.clearfix:after{
  clear: both;
}

body,html{
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	height: 100%;
}
body{
	border-top: solid 3px #008F61;
}
.sp-frog,
.sp-menu-toggle,
.sp-bnr-area,
.sp-other-ul,
.sp-footer-submenu,
.pagetop{
	display: none;
}
header{
	width: 100%;
}
#pankuzu{
	clear: both;
}
.menu{
	clear: both;
	position: relative;
	z-index: 5000;
	height: 60px;
	background-image: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(254,254,254) 56%, rgb(239,239,239) 100%);
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(254,254,254) 56%,rgb(239,239,239) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(254,254,254) 56%,rgb(239,239,239) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: 0 1px 2px rgba(0,0,0,0.5);
	border-top: solid 2px #008F61;
}
/*
.menu:before{
	display: block;
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #E6E6E6;
}
*/
.menu a{
	text-decoration: none !important;
}
.menu > .menu-ul{
	width: 980px;
	margin: auto;
}
.menu > .menu-ul > li{
	float: left;
	position: relative;
	width: 122px;
	letter-spacing: 0.2px;
}
.menu > .menu-ul > li:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 30px;
	margin-top: -15px;
	background-color: #CDCDCD;
}
.menu > .menu-ul > li:last-child:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 30px;
	margin-top: -15px;
	background-color: #CDCDCD;
}
.menu > .menu-ul > li > a{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	height: 60px;
	padding: 20px 0 0;
	color: #565656;
	text-align: center;
	line-height: 1.2;
	font-size: 12px;
}
.menu > .menu-ul > li > a .en{
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-weight: normal;
	font-size: 9px;
	transform: scale(0.9);
	color: #70BF76;
}
.menu > .menu-ul > li > a:hover,
.menu > .menu-ul > li > a:hover .en{
	color: #02A06D;
}
.menu > .menu-ul > li > a:hover{
	background: rgb(237,248,244);
	background: -moz-linear-gradient(top,  rgb(237,248,244) 0%, rgb(225,236,232) 100%);
	background: -webkit-linear-gradient(top,  rgb(237,248,244) 0%,rgb(225,236,232) 100%);
	background: linear-gradient(to bottom,  rgb(237,248,244) 0%,rgb(225,236,232) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf8f4', endColorstr='#e1ece8',GradientType=0 );
}

.menu li ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 100;
	width: 160px;
	background-color: #fff;
	border: solid 1px #ddd;
	border-top: 0;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0 2px 2px rgba(0,0,0,0.3);
}
.menu li ul li{
	float: none;
	display: block;
	border-bottom: solid 1px #ddd;
	background: rgb(247,247,247);
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 1%, rgba(255,255,255,1) 1%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 98%, rgba(249,249,249,1) 99%, rgba(247,247,247,1) 99%);
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 1%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 98%,rgba(249,249,249,1) 99%,rgba(247,247,247,1) 99%);
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 1%,rgba(255,255,255,1) 1%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 98%,rgba(249,249,249,1) 99%,rgba(247,247,247,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f7f7f7',GradientType=0 );
	font-size: 12px;
}
.menu li ul li:first-child{
	box-shadow:0 8px 8px -12px #222 inset;
}
.menu li ul li:last-child{
	border-bottom: 0;
}
.menu li ul li a{
	display: block;
	padding: 12px 15px;
	color: #666;
	text-decoration: none;
}
.menu li ul li a:hover{
	background-color: #e9f4f0;
	color: #02A06D;
}

.head-top{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	padding: 5px 10px 0 0px;
	text-align: right;
}
.head-top ul{
	display: inline-block;
	letter-spacing: 0.2px;
}
.head-top li{
	vertical-align: middle;
	display: inline-block;
	font-size: 12px;
	color: #000;
}
.head-top li + li{
	margin-left: 14px;
}
.head-top li a{
	color: #000;
	text-decoration: none;
}
.head-top li.home:before{
	font-family: "Ionicons";
	content: "\f38f";
	margin-right: 2px;
	font-size: 13px;
}
.head-top li.access:before{
	font-family: "Ionicons";
	content: "\f3a3";
	margin-right: 2px;
	font-size: 12px;
}
.head-top li.english:before{
	font-family: "Ionicons";
	content: "\f276";
	margin-right: 4px;
	font-size: 12.5px;
}
.head-top li.fb{
	width: 18px;
	height: 18px;
	padding-top: 0;
	background-color: #3B5998;
	border-radius: 50%;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.head-top li.fb a{
	color: #fff;
}
.head-top li.fb span{
	display: block;
}
.head-top li a:hover{
	text-decoration: underline;
}
.head-top li.fb:hover{
	opacity: 0.8;
}

.head-middle{
	position: relative;
	height: 60px;
}
.head-middle-inner{
	width: 980px;
	margin: auto;
}
.head-logo{
	float: left;
	display: block;
	margin-top: 6px;
}
.pd-wrap{
	display: inline-block;
}
.pd-menu-toggle{
	float: left;
	margin-top: 14px;
	margin-left: 15px;
	margin-right: 15px;
	cursor: pointer;
}
.pd-menu-toggle img{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	vertical-align: middle;
	display: inline-block;
}
.pd-menu-toggle.on img{
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.pd-menu-toggle:hover{
	opacity: 0.8;
}
.pd-menu-toggle .arrow{
	-webkit-transition: 0.3s;
	transition: 0.3s;
	vertical-align: middle;
	display: inline-block;
	margin-top: 0;
	margin-left: 5px;
	font-size: 13px;
	color: #007A5E;
}
.pd-menu{
	position: relative;
	z-index: 200;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: none;
	vertical-align: middle;
	margin-top: 8px;
	padding: 2px;
/*青
	background: #2466c0;
	background: -moz-linear-gradient(top,  #2466c0 1%, #2466c0 46%, #245ea2 100%);
	background: -webkit-linear-gradient(top,  #2466c0 1%,#2466c0 46%,#245ea2 100%);
	background: linear-gradient(to bottom,  #2466c0 1%,#2466c0 46%,#245ea2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2466c0', endColorstr='#245ea2',GradientType=0 );
*/
	background: #29aa90;
	background: -moz-linear-gradient(top,  #29aa90 0%, #108a75 100%);
	background: -webkit-linear-gradient(top,  #29aa90 0%,#108a75 100%);
	background: linear-gradient(to bottom,  #29aa90 0%,#108a75 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29aa90', endColorstr='#108a75',GradientType=0 );
	font-size: 0;
	-webkit-transform: translateX(-10px);
	transform: translateX(-10px);
}
.pd-menu li{
	position: relative;
	float: left;
	width: 134px;
	margin-right: 2px;
	padding: 3px;
/*
	border: solid 1px #3485D6;
*/
	border: solid 1px #83c1b4;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-size: 10px;
	color: #fff;
}
.pd-menu li:last-child{
	margin-right: 0;
}
.pd-menu li:after{
	display: none;
	position: absolute;
	top: 15px;
	right: 8px;
	font-family: "Ionicons";
	content: "\f125";
	font-size: 11px;
	color: #fff;
}
.pd-menu li a{
	display: block;
	color: #fff;
	text-decoration: none;
}
.pd-menu li .thumb{
	display: block;
	float: left;
	width: 30px;
	height: 30px;
/*青
border: solid 1px #3485D6;
*/
	border: solid 1px #83c1b4;
}
.pd-menu li .text{
	display: block;
	float: left;
	width: 102px;
	padding-top: 6px;
	text-align: center;
}
.pd-menu li:hover{
/* 緑
	background: #2499dc;
	background: -moz-linear-gradient(top,  #2499dc 0%, #2475bc 100%);
	background: -webkit-linear-gradient(top,  #2499dc 0%,#2475bc 100%);
	background: linear-gradient(to bottom,  #2499dc 0%,#2475bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2499dc', endColorstr='#2475bc',GradientType=0 );
	border: solid 1px rgba(255,255,255,0.7);
*/
	background: #14aa8c;
	background: -moz-linear-gradient(top,  #14aa8c 0%, #13a07d 99%);
	background: -webkit-linear-gradient(top,  #14aa8c 0%,#13a07d 99%);
	background: linear-gradient(to bottom,  #14aa8c 0%,#13a07d 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14aa8c', endColorstr='#13a07d',GradientType=0 );
}

/* 開閉後のアニメーション */
.pd-menu-toggle.on .arrow{
	-webkit-transform: rotateZ(-180deg);
	transform: rotateZ(-180deg);
}
.pd-menu.show{
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.site-descr{
	font-family: "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif, Osaka, Verdana;
	display: inline-block;
	display: none;
	margin-top: 16px;
	margin-left: 3px;
	letter-spacing: 1.8px;
	line-height: 1.4;
	font-size: 10px;
	color: #666;
}

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

.site-descr{
	margin-top: 8px;
}
.site-descr .br:before{
	content: "\A";
	white-space: pre;
}

}

.pagetop{
	opacity: 0.6;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	padding: 12px 15px;
	background-color: #008F61;
	border-radius: 3px;
	font-size: 22px;
	color: #fff !important;
	text-decoration: none;
	outline: none;
}
.pagetop:hover{
	opacity: 1;
}

.big-footer{
	padding-top: 50px;
	background: #009b6a;
	background: -moz-linear-gradient(top,  #009b6a 0%, #008f61 100%);
	background: -webkit-linear-gradient(top,  #009b6a 0%,#008f61 100%);
	background: linear-gradient(to bottom,  #009b6a 0%,#008f61 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b6a', endColorstr='#008f61',GradientType=0 );
	color: #fff;
	letter-spacing: 0px;
	line-height: 1;
	text-align: center;
}

.foot-address-column{
	vertical-align: top;
	display: inline-block;
	margin-right: 50px;
	text-align: left;
}
.foot-logo{
	margin-bottom: 22px;
}
.foot-address-column address{
	font-style: normal;
	line-height: 1.6;
	letter-spacing: 2px;
	font-size: 11px;
}
.foot-nav-column{
	position: relative;
	vertical-align: top;
	display: inline-block;
	min-height: 300px;
	padding: 0 25px;
	text-align: left;
	font-weight: normal;
}
.foot-nav-column{
	border-left: solid 1px #106B39;
}
.foot-nav-column:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #2caa74;
}
.foot-nav-column h3{
	margin-bottom: 25px;
	font-weight: normal;
	font-size: 14px;
}
.foot-nav-column h3 .en{
	display: block;
	margin-top: 7px;
	font-size: 9px;
	color: #6DC961;
}
.foot-nav-column h3 a{
	color: #fff;
	text-decoration: none;
}
.foot-nav-column li{
	margin-bottom: 15px;
	line-height: 1;
	font-size: 12px;
}
.foot-nav-column li a{
	padding-left: 10px;
	background-image: url(../image/foot_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
	color: #fff;
	text-decoration: none;
}
.foot-nav-column li a:hover{
	text-decoration: underline;
}

.big-footer-bottom{
	position: relative;
	margin-top: 20px;
	padding: 20px 0 0;
	background: #076d48;
	background: -moz-linear-gradient(top,  #076d48 0%, #077248 100%);
	background: -webkit-linear-gradient(top,  #076d48 0%,#077248 100%);
	background: linear-gradient(to bottom,  #076d48 0%,#077248 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076d48', endColorstr='#077248',GradientType=0 );
}
.big-footer-bottom .inner{
	max-width: 1225px;
	margin: auto;
}
.big-footer-bottom:before{
	display: block;
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #2e8f5d;
}
.big-footer-bottom ul{
	float: left;
	font-size: 0;
}
.big-footer-bottom ul li{
	vertical-align: middle;
	display: inline-block;
	font-size: 11px;
}
.big-footer-bottom ul li a{
	color: #8FC6AD;
	text-decoration: none;
}
.big-footer-bottom ul li a:hover{
	text-decoration: underline;
}
.big-footer-bottom ul li + li:before{
	content: "|";
	margin: 0 6px;
	color: #8FC6AD;
}
.big-footer-bottom .copyright{
	float: right;
	font-size: 11px;
	color: #8FC6AD;
}
.big-footer-bottom .copyright a{
	text-decoration: none;
	color: #8FC6AD;
}
.big-footer-bottom .copyright a:hover{
	text-decoration: underline;
}

/* 事業図 */
.slide-04 { position: relative; z-index: 9999;}
.balloon {
	width: 140px;	
	padding: 0 5px;
	position: absolute;
	border-radius: 10px; 
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px; 
	-moz-box-shadow: 4px 3px 5px -3px #333;
	-webkit-box-shadow: 4px 3px 5px -3px #333;
	box-shadow: 4px 3px 5px -3px #333;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background:-webkit-gradient(linear, left top, right bottom, from(#6fba4a), to(#06a26d));
    background:-webkit-linear-gradient(left top, #6fba4a, #06a26d);
    background:-moz-linear-gradient(left top, #6fba4a, #06a26d);
    background:-o-linear-gradient(left top, #6fba4a, #06a26d);
    background:linear-gradient(to right bottom, #6fba4a, #06a26d);
	z-index: 9999;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-decoration: none;
}
.balloon:nth-child(1) { top: 245px; left: 100px; } /* 逆止弁 */
.balloon:nth-child(2) { top: 260px; left: 360px; } /* 仮設配管 */
.balloon:nth-child(3) { top: 200px; right: 20px; } /* メータユニット */
.balloon:nth-child(4) { top: 381px; left: 50px; } /* 給水管 */
.balloon:nth-child(5) { top: 528px; left: 104px; } /* サドル付分水栓 */
.balloon:nth-child(6) { top: 550px; right: 55px; } /* 継手 */
.balloon:nth-child(7) { top: 378px; right: 58px; } /* 止水栓 */
.balloon h1 {
	color: #fff;
	cursor: pointer;
	padding: 4px 0;
	font-weight: bold;
}
.balloon:before {
	content: "";
	background-image: url(../image/leaf_ico.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: 30px auto;
	background-size: 30px auto;
	width: 30px;
	height: 22px;
	margin-top: 3px;
	display: inline-block;
	float: left;
}
.balloon p {
	background: #fff;
	padding: 8px 10px;
	margin-bottom: 5px;
	border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; 
	text-align: justify;
	font-size: 11px;
	line-height: 1.2;
	cursor: text;
}

.field-custom .arrow{
	position: absolute;
	z-index: 5555;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 74px;
	border-color: transparent transparent transparent rgba(255,255,255,0.8);
}
.field-custom .arrow:before{
	content: "";
	position: absolute;
	z-index: 3333;
	display: block;
	top: -9px;
    left: -77px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 0 9px 74px;
	border-color: transparent transparent transparent #32ac5f;
}
.field-custom .arrow:nth-of-type(1){ transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 282px; left: 213px; } /* 逆止弁 */
.field-custom .arrow:nth-of-type(2){ transform: rotate(90deg); -webkit-transform: rotate(90deg); top: 310px; left: 402px; } /* 仮設配管 */
.field-custom .arrow:nth-of-type(3){ transform: rotate(90deg); -webkit-transform: rotate(90deg); top: 231px; right: 46px; } /* メータユニット */
.field-custom .arrow:nth-of-type(4){ transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 414px; left: 161px; } /* 給水管 */
.field-custom .arrow:nth-of-type(5){ transform: rotate(-12deg); -webkit-transform: rotate(-12deg); top: 526px; left: 240px; } /* サドル付分水栓 */
.field-custom .arrow:nth-of-type(6){ transform: rotate(210deg); -webkit-transform: rotate(210deg); top: 540px; right: 162px; } /* 継手 */
.field-custom .arrow:nth-of-type(7){ transform: rotate(110deg); -webkit-transform: rotate(110deg); top: 436px; right: 157px; border-width: 11px 0 11px 110px; } /* 止水栓 */

.field-custom .arrow:nth-of-type(7):before{
	left: -111px;
	border-width: 9px 0 9px 110px;
}

@media screen and (max-width: 1360px){
	
.foot-address-column{
	margin:0 10px;
}
.foot-nav-column{
	padding: 0 12px;
}
.foot-nav-column h3{
	font-size: 14px;
}
.foot-nav-column li{
	margin-bottom: 15px;
	font-size: 12px;
}
.big-footer-bottom .inner{
	max-width: 1150px;
}

} 


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

.big-footer{
	width: 1160px;
}

}

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

*{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
	
body{
	border-top: solid 3px #008F61;
}

.head-top,
.menu,
.pd-menu-wrap,
.pd-menu,
.pd-menu-toggle .arrow,
.site-descr,
.bnr-area{
	display: none;
}
.site-descr{
	display: none !important;
}
.head-middle{
	height: auto;
	padding: 10px 0;
}
.head-logo{
	margin: 0 0 0 10px;
}
.head-logo img{
	width: 130px;
}

.sp-frog{
	position: absolute;
	right: 55px;
	top: 13px;
	z-index: 100;
	display: inline-block;
}

.sp-menu-toggle{
	font-family: 'Open Sans', sans-serif;
	display: block;
	position: absolute;
	right: 10px;
	top: 14px;
	z-index: 100;
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	text-align: center;
}

.sp-menu-toggle span{
	-webkit-transition: 0.4s;
	transition: 0.4s;
	display: block;
	width: 25px;
	height: 3px;
	margin: auto;
	background-color: #008f61;
}
.sp-menu-toggle span + span{
	margin-top: 3px;
}
.sp-menu-toggle p{
	margin-top: 3px;
	font-size: 10px;
	color: #2BB085;
}
.sp-menu-toggle.active span:nth-child(2){
	opacity: 0;
}
.sp-menu-toggle.active span:nth-of-type(1){
	transform: rotateZ(-45deg) translate(-4px,5px);
}
.sp-menu-toggle.active span:nth-of-type(3){
	transform: rotateZ(45deg) translate(-3px,-5px);
}

/* グローバルメニュー */
.menu{
	height: auto;
	background: #008f61;
	border-top: 0;
}
.menu:before{
	display: none;
}
.menu > .menu-ul{
	width: 100%;
}
.menu > .menu-ul > li{
	display: block;
	float: none;
	width: 100%;
}
.menu > .menu-ul > li:before{
	position: static;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	margin: 0;
	border-top: solid 1px #0d694b;
	background-color: #1db584;
}
.menu > .menu-ul > li > a{
	height: auto;
	padding: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.menu > .menu-ul > li > a .en{
	position: absolute;
	top: 20px;
	right: 10px;
	transform: scale(1);
	font-size: 10px;
	color: #B4DAC2;
}
.menu li ul{
	position: static;
	width: 100%;
}
.menu li ul li a{
	padding-left: 27px;
	background-image: url(../image/foot_arrow.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	-webkit-background-size: 5px auto;
	background-size: 5px auto;
}

.menu .sp-other-ul{
	overflow: hidden;
	display: block;
	background-color: #f9f9f9;
}
.menu .sp-other-ul li{
	float: left;
	width: 50%;
	text-align: center;
}
.menu .sp-other-ul li + li{
	border-left: solid 1px #ccc;
}
.menu .sp-other-ul li a{
	display: block;
	height: 60px;
	padding-top: 10px;
	text-decoration: none;
	color: #333;
}
.menu .sp-other-ul li.fb .ico{
	width: 23px;
	height: 23px;
	margin: 0 auto 2px;
	padding-top: 0;
	padding-left: 1px;
	background-color: #3B5998;
	border-radius: 50%;
	font-size: 16px;
	color: #fff;
}
.menu .sp-other-ul li.english .ico{
	font-size: 25px;
}
.menu .sp-other-ul li .ico{
	display: block;
	text-align: center;
}
.menu .sp-other-ul li .text{
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #333;
}

.sp-other-menu{
	display: block;
	background-color: #fff;
}
.sp-other-menu
.main-slide,
.slick-list,
.slick-track{
	height: 200px;
}

.top-content,
.top-left-column,
.top-right-column{
	position: static;
}

.top-content{
	height: auto !important;
}
.main-slide{
	border-bottom: solid 2px #008F61;
}
.top-70th{
	top: 15%;
	margin-left: -106px;
	padding: 5px 10px 5px 60px;
	-webkit-transform: translateY(-15%);
	-ms-transform: translateY(-15%);
	transform: translateY(-15%);
	background-position: 15px center;
	-webkit-background-size: 41px auto;
	background-size: 41px auto;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 13px;
}
.top-70th .num{
	font-size: 15px;
}
.slide-text{
	font-weight: bold;
	font-size: 15px;
}

.top-right-column{
	width: auto;
	padding: 15px 10px;
	background: none;
}
.sp-pd-menu{
	display: block;
	margin-bottom: 15px;
}
.accordion-toggle{
	position: relative;
	overflow: hidden;
	padding: 2px;
	background-color: #315694;
	font-weight: bold;
	color: #fff;
}
.accordion-toggle-inner{
	width: 100%;
	height: 100%;
	padding: 12px 10px;
	border: solid 1px rgba(255,255,255,0.4);
	line-height: 1;
}
.accordion-toggle .jp{
	font-size: 15px;
}
.accordion-toggle .en{
	font-family: 'Open Sans', sans-serif;
	display: inline-block;
	position: absolute;
	top: 17px;
	right: 10px;
	font-size: 10px;
}
.accordion-toggle .en:before{
	-webkit-transition: 0.4s;
	transition: 0.4s;
	font-family: "Ionicons";
	content: "\f123";
	vertical-align: middle;
	display: inline-block;
	margin-right: 10px;
	font-weight: normal;
	font-size: 12px;
}
.accordion-toggle.active .en:before{
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	margin-top: -2px;
}
.sp-pd-menu ul{
	display: none;
	background: #2466c0;
	background: -moz-linear-gradient(top,  #2466c0 1%, #2466c0 46%, #245ea2 100%);
	background: -webkit-linear-gradient(top,  #2466c0 1%,#2466c0 46%,#245ea2 100%);
	background: linear-gradient(to bottom,  #2466c0 1%,#2466c0 46%,#245ea2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2466c0', endColorstr='#245ea2',GradientType=0 );
	border: solid 1px #3485D6;
}
.sp-pd-menu li{
	overflow: hidden;
	position: relative;
	font-weight: normal;
	letter-spacing: 1.5px;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}
.sp-pd-menu li + li:before{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	border-top: 1px solid #144271;
    background-color: #2378cd;
}
.sp-pd-menu li:hover{
	background: #2499dc;
	background: -moz-linear-gradient(top,  #2499dc 0%, #2475bc 100%);
	background: -webkit-linear-gradient(top,  #2499dc 0%,#2475bc 100%);
	background: linear-gradient(to bottom,  #2499dc 0%,#2475bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2499dc', endColorstr='#2475bc',GradientType=0 );
}
.sp-pd-menu li:after{
	position: absolute;
	top: 50%;
	right: 32px;
	margin-top: -5px;
	font-family: "Ionicons";
	content: "\f125";
	font-size: 13px;
	color: #fff;
}
.sp-pd-menu li a{
	overflow: hidden;
	display: block;
	padding: 4px;
	color: #fff;
	text-decoration: none;
}
.sp-pd-menu li .thumb{
	vertical-align: middle;
	display: inline-block;
	width: 60px;
	height: auto;
	margin-right: 20px;
	border: solid 1px #3485D6;
}
.sp-pd-menu li .text{
	vertical-align: middle;
	display: inline-block;
	padding-top: 1px;
}

.news-title{
	font-size: 14px;
}
.news-title .en{
	font-size: 9px;
}

.sp-bnr-area{
	display: block;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 30px 12px;
	background-color: #f9f9f9;
	border-top: solid 1px #f0f0f0;
	border-bottom: solid 1px #f0f0f0;
}
.sp-bnr-area a{
	display: block;
}
.sp-bnr-area a + a{
	margin-top: 10px;
}
.sp-bnr-area img{
	display: block;
	width: 100%;
	margin: auto;
}
.top-news{
	margin-bottom: 20px;
}
.top-news ul{
	padding: 15px 0 0;
}
.news-title{
	font-weight: bold;
	font-size: 15px;
}
.news-title .en{
	font-weight: normal;
}
.top-news .date{
	font-size: 12px;
}
.top-news li{
	font-size: 13px;
}
.top-news li + li{
	padding: 7px 0 0;
}
.top-news li a{
	padding: 7px 0;
}

/* コンテンツメニュー */
.top-left-column:before{
	display: none;
}
.top-left-column{
	overflow: auto;
	width: 100%;
	height: auto;
	padding: 0 10px;
	border: 0;
}
.top-left-nav{
	width: 100%;
	margin-bottom: 20px;
}
.top-left-nav:last-child{
	margin-bottom: 15px;
}
.top-left-nav .item{
	width: auto;
	height: auto;
	padding: 12px 10px;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	border-radius: 0;
	text-align: left;
	font-weight: bold;
	font-size: 0;
}
.top-left-nav .item:before{
	left: 0.5%;
	width: 98.5%;
    height: 86.5%;
	border-radius: 0;
}
.top-left-nav .item span{
	position: static;
	top: inherit;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	width: auto;
	border-left: 0;
	font-size: 15px;
}
.top-left-nav .item.two-p i{
	display: inline;
	position: static;
	top: inherit;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	margin: 0;
	font-size: 15px;
}
.top-left-nav .descr{
	position: static;
	opacity: 1;
	width: 100%;
	height: auto;
	margin-top: 5px;
	-webkit-transform: translateX(0);
    transform: translateX(0);
	border-radius: 0;
}
.top-left-nav .descr .inner{
	padding: 5px 5px 7px;
	border-left: solid 1px #ccc;
	border-radius: 0;
}
.top-left-nav .descr .inner a{
	padding: 10px;
}
.top-left-nav .descr .inner:before,
.top-left-nav .descr .inner:after{
	display: none;
}
.top-left-nav .descr img{
	width: 30%;
	height: auto;
}
.top-left-nav .descr p{
	width: 65%;
	font-size: 13px;
}
.top-left-nav .descr.show{
	height: auto !important;
	-webkit-transform: translateX(0);
    transform: translateX(0);
}

/* フッター */

.pagetop{
	right: 10px;
	padding: 7px 10px;
	font-size: 18px;
}
.pagetop:hover{
	opacity: 0.6;
}

.big-footer{
	width: 100%;
	padding-top: 25px;
}
.foot-logo{
	width: 200px;
}
.foot-address-column{
	display: block;
	min-height: 0;
	margin-right: 0;
	margin-bottom: 5px;
	padding-left: 15px;
}
.foot-address-column address{
	display: none;
}
.foot-address-column a{
	color: #fff;
	text-decoration: none;
}
.foot-nav-column{
	float: left;
	width: 33.3%;
	min-height: 0;
	padding: 0;
	border-left: 0;
	border-right: solid 1px #106B39;
	box-shadow: 1px 0 0 #2caa74;
	box-sizing:border-box;
	text-align:center;
}
.sp-three-col{
}
.foot-nav-column:nth-of-type(5){

}
.foot-nav-column h3{
	margin-bottom: 20px;
	font-size: 12px;
	font-weight: bold;
}
.foot-nav-column ul{
	display: none;
}
.foot-nav-column li{
	margin-bottom: 12px;
}
.foot-nav-column li a{
	background-position: left 1px;
}
.foot-nav-column:before{
	display: none;
}
.foot-nav-column:nth-of-type(4),
.foot-nav-column:nth-of-type(7){
	border-right: 0;
	box-shadow: none;
}
.sp-footer-submenu{
	clear: both;
	display: block;
	margin-top: 30px;
}
.sp-footer-submenu ul{
	overflow: hidden;
	padding-left: 17%;
}
.sp-footer-submenu li{
	float: left;
	width: 47%;
	margin-bottom: 15px;
	text-align: left;
	font-size: 12px;
}
.sp-footer-submenu li:nth-of-type(even){
	float: right;
}
.sp-footer-submenu li a{
	color: #B4DAC2;
	text-decoration: none;
}
.big-footer-bottom{
	clear: both;
	margin-top: 10px;
	padding: 15px 0;
}
.big-footer-bottom .inner{
	width: 100%;
}
.big-footer-bottom ul{
	display: none;
}
.big-footer-bottom .copyright{
	float: none;
	clear: both;
	font-size: 9px;
}
	
}

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

.foot-address-column{
	padding-left: 10px;
}
.foot-nav-column{
	padding: 0 0 0 10px;
}
.sp-footer-submenu li{
	font-size: 10px;
}

}

i{
	font-style: normal !important;
}



