@charset "UTF-8";
/*! #######################################################################

	Sample jQuery Photoswipe
	--------

	To be used with jQuery Photoswipe by Free jQuery (http://free-jquery.com/)

####################################################################### */

/*===============================================
●mian.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
body {
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
#container {
	max-width: 960px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
header {
	max-width: 100%;
	clear: both;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 144px;
}
nav {
	width: 210px;
	text-align: left;
	position: absolute;
	right: 10px;
	top: 31px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3db9ed;
	padding-left: 20px;
	background-color: 000000;
}
nav ul{
	width: 210px;
}
nav ul li{
	font-size: 14px;
	padding-bottom: 6px;
	padding-left: 58px;
	font-family: 'Droid Serif', serif;
	letter-spacing: 0.2em;
}
nav ul .nav_01{
	background-image: url(../img/nav_bg_01.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-bottom: 4px;
}
nav ul .nav_02{
	background-image: url(../img/nav_bg_02.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-bottom: 4px;
}
nav ul .nav_03{
	background-image: url(../img/nav_bg_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 9px;
}
nav ul li a{
	text-decoration: none;
	color: #000;	
}
.logo_box {
	max-width: 960px;
	top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -110px;
	margin-bottom: 24px;
}
.logo_box .logo {
	width: 62px;
}
.main_area {
	clear: both;
	float: left;
}
.item {
	background-image: url("../img/border.png");
	background-repeat: repeat-x;
	clear: both;
	float: left;
	width: 100%;
	padding-top: 50px;
	text-align: center;
}
.category_title {
	clear: both;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 28px;
	letter-spacing: 0.1em;
        font-family: 'Droid Serif', serif;
}
.imageAll {
	clear: both;
	padding: 8px 8px 50px 10px;
	overflow: hidden;
	font-size: 0px;
}
.imageBox_unit {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 4% 4% 0;
	display: inline-block;
}
.imageBox_last {
	* IE 6/7 */
	/display: inline;
	/zoom: 1;
	width: 22%;
	margin: 0 0 4% 0;
	display: inline-block;
}
.title {
	margin-top: 5px;
	margin-bottom: 12px;
	float: left;
	font-size: 12px;
	color: #000000;
	text-align: center;
	width: 100%;
}
.text {
	float: left;
	color: #999999;
	font-size: 13px;
	font-color: #2043ff;
	background-image: none;
	line-height: 22px;
	text-align: left;

}
.image img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	width: auto;
	border: none;
}
/*------------------------------------------------
catalog 
------------------------------------------------*/
#catalog-main{
	overflow: hidden;
	width:100%;
	height:580px;
    margin: 0 auto;
    background-image: url("../imgs/main-cover01.jpg"); background-repeat:no-repeat;
	background-position: center center;
	clear:both;
}
.sample_01{
width: 500px;
border-collapse: collapse;
}
.sample_01 th{
width: 25%;
padding: 6px;
text-align: center;
vertical-align: top;
color: #333;
font-size:14px;
color:#FFFFFF;
}
.sample_01 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}
h2 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	border: 1px solid #ccc;
	margin-bottom:40px;
}
h2::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}
/*------------------------------------------------
haikibutu
------------------------------------------------*/
#haikibutu-main{
	overflow: hidden;
	width:100%;
	height:580px;
    margin: 0 auto;
	margin-bottom:80px;
    background-image: url("../imgs/main-cover02.jpg"); background-repeat:no-repeat;
	background-position: center center;
	clear:both;
}
/*------------------------------------------------
nagare
------------------------------------------------*/
.nagare{
	font-size:16px;
	margin-bottom:50px;
	line-height:30px;
}
#nagare-main{
	overflow: hidden;
	width:100%;
	height:650px;
    margin: 0 auto;
    background-image: url("../img/nagareMain.jpg"); background-repeat:no-repeat;
	background-position: center center;
	clear:both;
}
/*------------------------------------------------
privacy
------------------------------------------------*/
#privacy-main{
	overflow: hidden;
	width:100%;
	height:650px;
    margin: 0 auto;
	clear:both;
}
.privacy_h1{
	padding: 60px 0;
	margin: 0 auto;
	font-size:40px;
	font-weight: bold;
	text-align:center;
}
.privacy_liBox{
	overflow: hidden;
	width:100%;
	height:auto;
    margin: 0 auto;
	clear:both;
}
.privacy_liBox p{
	font-size:16px;
	margin-bottom:50px;
	line-height:30px;
}
.privacy_company{
	overflow: hidden;
	width:auto;
	height:auto;
    margin: 0 auto;
    float: right;
}
.privacy_company p{
	font-size:16px;
	margin-bottom:50px;
	line-height:30px;
}
.privacy{
	font-size:16px;
	margin-bottom:50px;
	line-height:30px;
}

/*------------------------------------------------
form
------------------------------------------------*/
#goMailform{
	overflow: hidden;
	width:100%;
	height:300px;
    margin-top:60px;
	clear:both;
	background-color:#FFF381;
	text-align:center;
}




/*------------------------------------------------
village works
------------------------------------------------*/	



.t1{
	margin-top: 1em;
}
.t1 th{
	background-color: #727f8c;
	color: #fff;
	font-weight: bold;
	font-size: 80%;
	padding: 0.5em 1em;
	border: 1px solid #fff;
}
.t1 td{
	font-size: 80%;
	padding: 0.5em 1em;
	border: 1px solid #ccc;
}
@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){

}




/*company page start*/
.companyPg
{width: 100%;}

.companyPg *
{box-sizing: border-box;}

.companyPgHead
{width: 100%; position: relative; padding: 0 0 0 0;}

.companyPgHeadPic
{width: 100%;}

.companyPgHeadPic img
{width: 100%; height: 580px; object-fit: cover;}

.companyPgHeadOvr
{width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: flex; align-items: center;
background: -moz-linear-gradient(left,  rgba(119,121,120,0.8) 0%, rgba(221,221,221,0.5) 100%);
background: -webkit-linear-gradient(left,  rgba(119,121,120,0.8) 0%,rgba(221,221,221,0.5) 100%);
background: linear-gradient(to right,  rgba(119,121,120,0.8) 0%,rgba(221,221,221,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc777978', endColorstr='#80dddddd',GradientType=1 );
}

.companyPgHeadOvr h1
{font-weight: bold; font-size: 3.5rem; color: #fff; border-bottom: 1px solid #fff;}

.companyPgHeadOvr h3
{font-weight: bold; letter-spacing: 0.1em; padding: 0.5em 0 0 0; color: #fff; font-size: 1.4rem;}

.companyPgSec1
{width: 100%; padding: 70px 0 0 0;}

.companyPgSec1Intro
{width: 100%;}

.companyPgSec1IntroBx
{width: 100%;}

.companyPgSec1IntroBx .t1 td
{border: none;}

.companyPgSec1Intro .t1
{width: 100%; margin: 0;}

.companyPgSec2
{width: 100%; padding: 70px 0 0 0;}

.companyPgSec2Sec1
{width: 100%;}

.companyPgSec2Sec2
{width: 100%; padding: 35px 0 0 0; display: table;}

.companyPgSec2Sec2ColL
{width: 50%; float: left;}

.companyPgSec2Sec2ColL h3
{font-weight: bold; font-size: 1.5rem; color: #31b404;}

.companyPgSec2Sec2ColL p
{font-size: 0.95rem; padding: 0.5em 0 0 0;}

.companyPgSec2Sec2ColR
{width: 50%; float: right; text-align: right;}

.companyPgSec2Sec2ColRBtnBtn
{display: inline-block; width: 210px; height: 38px; line-height: 38px; color: #fff; background: url(../img/companyPgSec2Sec2ColRBtn.png) no-repeat center center; text-align: left; text-decoration: none !important; font-weight: bold; padding: 0 50px 0 30px;}

.companyPgSec2Sec2ColRBtnBtn:hover
{opacity: 0.9;}