@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

*{
padding:0;
margin:0;
}

#side img{
width:100%;
vertical-align: bottom;
}


.box2 {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
    list-style: none;
	margin-bottom:15px;
}

.box2 li{
width:calc(100% / 3);
list-style:none;
font-size:13px;
line-height:22px;
margin-right:25px;
text-align:center;
}

.box2 li:last-child{
margin-right:0px;
}

.box2 li img{
width:100%;
margin-bottom:10px;
}

.box2 li:hover{
transform: scale(1.05);
}


.box2 li{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}


.company{
	border:1px solid #ccc;
	background-color:#fff;
	padding:8px;
	text-align:left;
	word-break:break-all;
	margin-bottom:30px;
}

.company span{
	font-size:11px;
	margin-left:5px;
}


.pbox p{
	margin-bottom:25px;
}

.pbox img{
	width:100%;
}

.movie{
position:relative;
width:100%;
padding-top:56.25%;
margin-bottom:30px;
}

.movie iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

.senro{
	background-image: url(images/senro2.jpg);
	height:25px;
	//margin-top:45px;
}

.footer_title{
font-size:18px;
font-weight:bold;
margin-bottom:10px;
}

.chui{
font-size:15px;
color:#ff0000;
margin-top:5px;
}

.strong{
font-weight:bold;
font-size:17px;
}

.news{
overflow-y:auto;
height:150px;
border:1px solid #ccc;
margin-bottom:30px;
padding:15px;
}

.side_title{
background-color:#2cb008;
color:#fff;
padding:5px;
border-radius:8px 8px 0px 0px;
}

.sidenavi{
border-radius:0px 0px 8px 8px;
margin:0px auto 25px auto;
backdround-color:#fff;
border:1px solid #ccc;
}

.sidenavi li{
list-style:none;
border-bottom:1px dashed #ccc;
}

.sidenavi li:last-child{
border:none;
}

.sidenavi li a:before{
 font-family: FontAwesome;
 content: '\f054';
font-size:11px;
margin-right:7px;
color:#2cb008;
}

.sidenavi li:before{
font-weight:normal;
}

.sidenavi li{
font-size:13px;
}

.sidenavi li a{
text-decoration:none;
padding: 10px;
display: block;
}

.sidenavi li a:hover{
background-color:#fafafa;
}


div.update {
width:100%;
font-size:15px;
}

div.update dl {
width: 100%;
margin: 0;
}

div.update dt {
width:100px;
float: left;
line-height:30px;
}

div.update dd {
margin: 0;
border-bottom: 1px #c0c0c0 dotted;
line-height:30px;
}



.subimage{
background-image: url('images/subimage.jpg');
height:130px;
border:1px solid #ccc;
background-repeat: no-repeat;
background-position: right top;
}

.subimage p{
font-size:28px;
padding:55px 0px 0px 40px;
font-weight:bold;
color:#000;
}

.mobile{
display:none;
}

.menu{
margin:10px 0px 35px 0px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e6e6e6+0,ffffff+74,ffffff+79 */
background: #e6e6e6; /* Old browsers */
background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 74%, #ffffff 79%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 74%,#ffffff 79%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 74%,#ffffff 79%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
border-top:#2cb008 4px solid;
border-bottom:#ccc 1px solid;
box-shadow: 0px 4px 6px rgba(0,0,0,0.05); 
}

.menu li a {
	text-align:center;
	width:199px;
	color:#333;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	height:58px;
	line-height:58px;
	border-left:1px solid #ccc;
}

.menu li:last-child a{
	border-right:1px solid #ccc;
	width:198px;
}

.menu li a:hover {
color:#fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
background: rgb(157,213,58); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */
}


.header{
margin:16px 0px;
}

.logo{
	width:480px;
}


.logo2{
margin-top:10px;
}

.tel1{
font-size:15px;
text-align:right;
margin-bottom:11px;
}

.tel2{
	font-weight:600;
	font-size:21px;
	line-height:29px;
	text-align:right;
}

.tel2 a{
	text-decoration:none;
}

.tel2:before{
font-family: FontAwesome;
content: '\f095';
margin-right:5px;
color:#2cb008;
font-size:22px;
}


body{
	color:#000;
	font-size:15px;
	font-family: "メイリオ", sans-serif;
	line-height:22px;
	font-weight:300;
}

h2{
padding-left:20px;
height:60px;
line-height:60px;
letter-spacing:1px;
font-size:20px;
margin-bottom:30px;
background-image: url('images/h2.jpg');
background-repeat:no-repeat;
border-radius:8px 8px 0px 0px;
border:1px solid #ccc;
}


.wrapper{
width:1000px;
margin:0px auto;
}

.sepa{
	display:flex;
	justify-content: space-between;
}

#main{
	width:750px;
}

#side{
	width:210px;
	font-size:13px;
}

#footer{
}

.copy{
margin-top:3px;
background-color:#2cb008;
padding:5px;
color:#fff;
text-align:center;
}

.mainimage img{
	border:1px solid #ceb984;
	width:100%;
}

.clear{
clear:both;
}

a{
    color: #333;
}

a:hover{
    color: #2cb008;
}

ul{
list-style:none;
}


.pagenav li:before{
 font-family: FontAwesome;
 content: '\f054';
font-size:11px;
margin-right:4px;
color:#2cb008;
}

.pagenav .current_page_item:before{
color: #ffbf00;
}

.pagenav .current_page_item{
font-weight:bold;
}

.pagenav li:before{
font-weight:normal;
}


.pagenav li{
margin-left:20px;
font-size:13px;
display: inline-block;
}

.pagenav li a{
text-decoration:none;
}

table,td, th{
border:1px #ccc solid;
border-collapse:collapse;
}

table{
background-color:#fff;
width:100%;
margin-bottom: 30px;
}

td, th{
padding:15px 10px;
}

th{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ededed+0,fcfcfc+100 */
background: #ededed; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ededed 0%, #fcfcfc 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ededed 0%,#fcfcfc 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ededed 0%,#fcfcfc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#fcfcfc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-image: url("images/th.jpg");
background-repeat: no-repeat;
text-align:left;
width:170px;
}

.arrow{
width:50px;
margin:0px auto;
}

.arrow img{
width:100%;
}

.table-contactform7 th{
width:190px;
}

.linkbox{
padding:40px 0px;
text-align:center;
}

.menu .current_page_item a{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9dd53a+0,a1d54f+50,80c217+51,7cbc0a+100;Green+Gloss+%231 */
background: rgb(157,213,58); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(157,213,58,1) 0%, rgba(161,213,79,1) 50%, rgba(128,194,23,1) 51%, rgba(124,188,10,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(157,213,58,1) 0%,rgba(161,213,79,1) 50%,rgba(128,194,23,1) 51%,rgba(124,188,10,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dd53a', endColorstr='#7cbc0a',GradientType=0 ); /* IE6-9 */

color:#fff !important;
}

.sidenavi .current_page_item a{
background-color:#fafafa;
font-weight:bold;
}
