@charset "UTF-8";

/*******************************************
    reset
*******************************************/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;list-style:none;word-break:break-all;word-wrap:break-word}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#fff;text-decoration:none}ins,mark{color:#000}mark{background-color:#ff9;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}img{vertical-align:text-bottom}


/*******************************************
    clearfix
*******************************************/
.cf:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}.cf{display:inline-block}* html .cf{height:1%}.cf{display:block}


/*******************************************
    basic
*******************************************/
html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	font:12px/1.9 "ヒラギノ角ゴ Pro W3",'Hiragino Kaku Gothic Pro',"ＭＳ Ｐゴシック",'MS PGothic',Arial;
	color:#111;
	background:#fff;
}
a {
	outline:none;
	text-decoration:none;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
iframe {
	vertical-align:bottom;
}
button {
	outline:none;
}
.wrap {
	max-width:924px;
	margin:0px auto;
	position:relative;
}
.spOnly {
	display:none;
}
.red {
	color:#f00;
}
.blueLink {
	color:#1713c3;
	text-decoration:underline;
}


/*******************************************
    header
*******************************************/
.cmnHeader {
	border-top:11px solid #17325c;
	background:url(../img/header_bg-pc.png) left top repeat-x;
	-webkit-box-shadow:0 3px 7px 0 #666;
	box-shadow:0 3px 7px 0 #666;
	z-index:100;
	position:relative;
}
.cmnHeader--top {
	border-top:none;
}
.cmnHeader__logo {
	position:absolute;
	top:-11px;
	left:-18px;
}
#gnavi {
	padding-left:300px;
}
#gnavi > ul > li {
	width:16.66%;
	text-align:center;
	float:left;
}
#gnavi > ul > li > a {
	font-size:15px;
	line-height:49px;
	color:#fff;
	display:block;
}
.gnavi--contact {
	background-color:rgba(255,012,000,0.3);
}



/*******************************************
    footer
*******************************************/
.cmnFooter {
	padding-top:30px;
	border-top:5px solid #17325c;
	background:#fff;
	position:relative;
	z-index:100;
}
.cmnFooter__logo {
	width:232px;
}
.btnUp {
	width:64px;
	height:30px;
	line-height:30px;
	font-size:14px;
	background:#17325c;
	color:#fff;
	text-align:center;
	-webkit-border-radius:3px 3px 0 0;
	border-radius:3px 3px 0 0;
	display:block;
	position:absolute;
	top:-65px;
	right:0;
}
.copyright {
	margin-top:38px;
	padding:10px 0;
	background:#000;
	color:#fff;
	text-align:right;
}


/*******************************************
    top
*******************************************/
.topFv img {
	width:100%;
}
#topIntro {
	height:318px;
	padding:90px 0 0 40px;
	background:url(../img/top_intro_bg.jpg) center top no-repeat;
}
.topIntro__tit {
	font-size:23px;
	line-height:1.7em;
	color:#4fb9dc;
}
.topIntro__txt {
	width:410px;
	margin-top:1.9em;
	font-size:15px;
}
#topAbout {
	padding:90px 0 48px;
	background:url(../img/top_about_bg.gif) left top repeat;
	position:relative;
}
.topAbout__heading {
	position:absolute;
	top:-90px;
	left:-120px;
}
.topAbout__list {
	margin:0 -12px;
	letter-spacing:-0.4em;
}
.topAbout__list > li {
	width:450px;
	margin:24px 12px 0;
	letter-spacing:normal;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}
.topAbout__list > li > a {
	height:297px;
	background:#fff url(../img/top_about_icn.png) right bottom no-repeat;
	background-size:13px;
	border:1px solid #c4d5ef;
	position:relative;
	display:block;
}

.topAbout__list__tit {
	margin:10px 15px 0;
	color:#2261c3;
	font-size:18px;
}
.topAbout__list__desc {
	margin:0 15px;
	font-size:14px;
	line-height:1.5em;
	color:#1e1e1e;
}
#topAccess {
	padding:100px 0;
	background:url(../img/top_access_bg.gif) left top repeat;
	position:relative;
}
.topAccess__heading {
	position:absolute;
	top:-100px;
	left:-120px;
}
.topAccess__map {
	width:100%;
	height:309px;
	position:relative;
}
.topAccess__txt {
	margin-top:10px;
	font-size:14px;
}


/*******************************************
    page
*******************************************/
.page {
	background:url(../img/page_bg.gif) left top repeat;
}
.pageTit {
	padding:65px 0;
	color:#fff;
	font-size:23px;
	letter-spacing:5px;
	text-shadow:1px 1px 7px #666,-1px -1px 7px #666;
	text-align:center;
}
.pageBody {
	padding:100px 0;
	border-top:4px solid #fff;
}
.pageMain {
	width:650px;
	float:left;
}
.pageBox {
	padding-bottom:50px;
	margin-bottom:54px;
	background-color:#fff;
	position:relative;
	z-index:1;
}
.pageBox:before {
	width:169px;
	height:169px;
	content:"";
	background:url(../img/page_box_bg.png) left top no-repeat;
	position:absolute;
	top:0;
	left:0;
	display:block;
	z-index:-1;
}
.pageBox__tit {
	padding:24px 20px 0;
	font-size:15px;
	letter-spacing:-0.5px;
	line-height:1.4em;
	color:#fff;
}
.pageBox__tit > span {
	margin-top:4px;
	font-size:12px;
	line-height:1.2em;
	color:#b5e5ff;
	display:block;
}
.pageBox__table01 {
	width:570px;
	margin:30px auto 0;
}
.pageBox__table01 th {
	width:92px;
	padding:10px 0;
	color:#555559;
	border-bottom:3px solid #d5def0;
	text-align:right;
}
.pageBox__table01 td {
	padding:10px 30px 10px 55px;
	border-bottom:3px solid #d5def0;
}
.pageSide {
	width:230px;
	padding-bottom:18px;
	font-size:13px;
	background:#fff;
	float:right;
}
.pageSide__heading {
	padding:5px 0;
	color:#fff;
	font-weight:bold;
	background:url(../img/page_side_heading.gif) left top repeat;
	text-align:center;
}
.pageSide__menu {
	margin-top:15px;
	text-align:center;
}
.pageSide__menu li {
	margin:0 7px 30px;
}
.pageSide__menu li a {
	color:#566988;
}
.pageSide__bnr {
	border-top:1px solid #cdcdcd;
	text-align:center;
}
.pageSide__bnr > li {
	margin:24px 7px 0;
}


/*******************************************
    profile
*******************************************/
.pageTit--profile {
	background:url(../img/profile_header-pc.jpg) center center no-repeat;
	background-size:cover;
}
.accessMap__cont {
	margin:30px 35px 0 75px;
}
.accessMap__map {
	width:100%;
	height:404px;
	margin-top:10px;
}


/*******************************************
    business
*******************************************/
.pageTit--business {
	color:#17325c;
	text-shadow:1px 1px 7px #fff,-1px -1px 7px #fff;
	background:url(../img/business/header-pc.jpg) center center no-repeat;
	background-size:cover;
}
#factory {
	background:#fff url(../img/business/factory_bg.jpg) right top no-repeat;
}
.factory__cont {
	margin:40px 40px 0 94px;
}
.factory01__heading {
	margin-bottom:12px;
	font-size:23px;
	color:#4fb9dc;
	border-bottom:1px solid #4fb9dc;
}
.factory01__list {
	margin-top:40px;
}
.factory01__list > li {
	width:150px;
	margin-right:33px;
	float:left;
}
.factory01__list > li:last-child {
	margin-right:0;
}
.factory01__list__desc {
	margin-top:10px;
}
.factory01__msg {
	margin-top:40px;
	font-size:18px;
	font-weight:bold;
	color:#2261c3;
}
#factory02 {
	margin-top:60px;
}
.factory02__msg {
	margin:20px 0;
	font-size:18px;
	line-height:1.65em;
	color:#4fb9dc;
}
.factory02__photo {
	margin-top:30px;
	letter-spacing:-0.4em;
}
.factory02__photo li {
	width:240px;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
}
.factory02__photo li:nth-child(even) {
	padding-left:36px;
}
#estate {
	background:#fff url(../img/estate_bg.jpg) right top no-repeat;
}
#estate .pageBox__tit > span {
	color:#777459;
}
#estate:before {
	background:url(../img/page_box_bg_02.png) left top no-repeat;
}
.estate__cont {
	margin:40px 40px 0 94px;
}
.estate01__intro {
	margin-bottom:20px;
}
.estate01__msg {
	margin:20px 0;
	font-size:18px;
	line-height:1.65em;
	color:#c6980b;
}
.estate__example {
	letter-spacing:-0.4em;
}
.estate__example li {
	width:240px;
	margin-bottom:24px;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
}
.estate__example li:nth-child(even) {
	padding-left:36px;
}
.estate__example--01 {
	margin-top:30px;
}
.estate__example--01 li {
	margin-bottom:30px;
}
#estate02 {
	margin-top:60px;
}
.estate02__msg {
	margin:20px 0;
	font-size:18px;
	line-height:1.65em;
	color:#f0823f;
}
.shopList {
	margin-top:30px;
}
.shopList > li {
	margin-bottom:70px;
}
.shopList > li:last-child {
	margin-bottom:0;
}
.shopName {
	margin-bottom:15px;
	font-size:15px;
	color:#999465;
	border-bottom:1px solid #c1bea4;
}
.ownerBox {
	padding:18px;
	border:1px solid #e9d88b;
	position:relative;
}
.ownerBox__img {
	width:96px;
	float:left;
}
.ownerBox__name {
	font-size:13px;
	font-weight:bold;
	color:#999465;
	position:absolute;
	top:18px;
	left:130px;
}
.ownerBox__cmt {
	width:367px;
	padding-top:2.2em;
	float:right;
}



/*******************************************
    works
*******************************************/
.pageTit--works {
	color:#17325c;
	text-shadow:1px 1px 7px #fff,-1px -1px 7px #fff;
	background:url(../img/works/header-pc.jpg) center center no-repeat;
	background-size:cover;
}
#result {
	background:#fff url(../img/result_bg.jpg) right top no-repeat;
}
.result__cont {
	padding:30px 50px 0 80px;
}
.result__list {
	margin:40px 0 -60px;
	letter-spacing:-0.4em;
}
.result__list li {
	width:240px;
	margin-bottom:60px;
	letter-spacing:normal;
	display:inline-block;
	vertical-align:top;
}
.result__list li:nth-child(even) {
	padding-left:35px;
}
.result__list li a {
	margin-bottom:4px;
	display:block;
}


/*******************************************
    recruit
*******************************************/
.pageTit--recruit {
	background:url(../img/recruit_header-pc.jpg) center center no-repeat;
	background-size:cover;
}


/*******************************************
    contact
*******************************************/
#contact {
	padding:40px 32px;
}
#contact:before {
	display:none;
}
#contact h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 40px;
}
.pageTit--contact {
	color:#17325c;
	text-shadow:1px 1px 7px #fff,-1px -1px 7px #fff;
	background:url(../img/contact_header-pc.jpg) center center no-repeat;
	background-size:cover;
}
.formTable {
	width:100%;
	margin-top:15px;
	border-top:1px solid #bebebe;
	border-left:1px solid #bebebe;
}
.formTable th {
	width:180px;
	padding:5px 0;
	background:#f5f5f5;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
	font-weight:normal;
	vertical-align:top;
}
.formTable td {
	padding:5px;
	border-right:1px solid #bebebe;
	border-bottom:1px solid #bebebe;
}
.formTable input[type="text"],
.formTable textarea {
	padding:2px 5px;
	font-size:12px;
    -webkit-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
	border:1px solid #7f9db9;
}
.formTable__name {
	width:200px;
}
.formTable__mail {
	width:136px;
}
.formTable__tel {
	width:235px;
}
.formTable textarea {
	width:100%;
}
.formbtn {
	margin-top:10px;
	letter-spacing:-1em;
	text-align:center;
}
.formbtn li {
	letter-spacing:normal;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:top;
}




@media screen and (max-width: 768px) {
body {
	padding-top:45px;
	font-size:13px;
	line-height:1.65em;
}
input,
textarea {
	-webkit-appearance: none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.pcOnly {
	display:none !important;
}
.spOnly {
	display:inherit;
}


/*******************************************
    header
*******************************************/
.cmnHeader {
	width:100%;
	height:auto;
	border-top:none;
	background:url(../img/header_bg-sp.gif) left top repeat;
	-webkit-box-shadow:none;
	box-shadow:none;
	z-index:100;
	position:absolute;
	top:0;
	left:0;
}
.cmnHeader__logo {
	position:relative;
	top:auto;
	left:auto;
}
.cmnHeader__logo img {
	height:45px;
}
#menu {
	width:45px;
	position:absolute;
	top:0;
	right:0;
}
#gnavi {
	padding:24px;
	font-size:14px;
	display:none;
}
#gnavi > ul > li {
	width:auto;
	margin-top:3%;
	text-align:center;
	float:none;
}
#gnavi > ul > li > a {
	padding:0 24px;
	background:#aac8f7;
	line-height:45px;
	color:#505050;
}
.gnavi__label {
	padding:0 24px;
	background:#aac8f7;
	font-size:14px;
	line-height:45px;
	color:#505050;
	position:relative;
}
.gnavi__label:after {
	margin-top:-22px;
	content:"▼";
	color:#fff;
	position:absolute;
	top:50%;
	right:6%;
}
.gnavi__label.open:after {
	content:"▲";
}
.gnavi--contact {
	color:#fff !important;
	background:#f3ab3a !important;
}
.gnavi__child {
	border:1px solid #9dc0f8;
	display:none;
}
.gnavi__child > li:not(:last-child) {
	border-bottom:1px solid #9dc0f8;
}
.gnavi__child > li > a {
	line-height:45px;
	color:#505050;
	background:#fff;
	display:block;
}


/*******************************************
    footer
*******************************************/
.cmnFooter {
	padding-top:0;
	border-top:none;
}
.cmnFooter__logo {
	width:150px;
	margin:5% auto 0;
}
.btnUp {
	width:auto;
	height:auto;
	padding:2% 0;
	line-height:inherit;
	font-size:14px;
	background:#4e658a;
	-webkit-border-radius:0;
	border-radius:0;
	position:relative;
	top:auto;
	right:auto;
}
.copyright {
	margin-top:5%;
	padding:10px 0;
	font-size:8px;
	text-align:center;
}


/*******************************************
    top
*******************************************/
.topFv {
	-webkit-box-shadow:0 3px 7px 0 #999;
	box-shadow:0 0 7px 0 #999;
	position:relative;
}
#topIntro {
	height:auto;
	padding:30px 25px 25px;
	background:#fff;
}
.topIntro__tit {
	font-size:15px;
	line-height:1.7em;
}
.topIntro__txt {
	width:auto;
	margin-top:5%;
	font-size:12px;
}
#topAbout {
	padding:50px 25px 1px;
}
.topAbout__heading {
	width:210px;
	position:absolute;
	top:-50px;
	left:-80px;
}
.topAbout__list {
	margin:0;
}
.topAbout__list > li {
	width:auto;
	margin:0 0 25px;
	display:block;
}
.topAbout__list > li > a {
	height:auto;
	padding-bottom:5%;
	border:1px solid #c4d5ef;
	display:block;
}
.topAbout__list > li:nth-child(4) a,
.topAbout__list > li:nth-child(5) a {
	height:auto;
}
.topAbout__list > li img {
	width:100%;
}
.topAbout__list__tit {
	margin:5% 4% 0;
	font-size:16px;
}
.topAbout__list__desc {
	margin:2% 4%;
	height:3em;
	font-size:12px;
}
#topAccess {
	padding:55px 25px 25px;
	background:url(../img/top_access_bg.gif) left top repeat;
}
.topAccess__heading {
	width:210px;
	position:absolute;
	top:-55px;
	left:-80px;
}
.topAccess__map {
	height:264px;
}
.topAccess__txt {
	margin-top:10px;
	font-size:14px;
}


/*******************************************
    page
*******************************************/
.pageTit {
	padding:15% 0;
	font-size:18px;
}
.pageBody {
	padding:7% 0 0;
	border-top:none;
}
.pageMain {
	width:auto;
	margin:0 3%;
	float:none;
}
.pageBox {
	padding:7% 0;
	margin-bottom:17%;
}
.pageBox:before {
	width:73px;
	height:73px;
	background-size:73px;
}
.pageBox__tit {
	margin-bottom:5%;
	padding:0;
	color:#555559;
	line-height:1.2em;
	letter-spacing:0.5px;
	text-align:center;
}
.pageBox__tit > span {
	font-size:9px;
	font-weight:normal;
}
.pageBox__table01 {
	width:94%;
	margin:0 auto;
}
.pageBox__table01 th {
	width:auto;
	padding:2% 3% 0;
	border-bottom:none;
	text-align:left;
	display:block;
}
.pageBox__table01 td {
	padding:0 3% 2%;
	border-bottom:2px solid #d5def0;
	display:block;
}
.pageSide {
	width:auto;
	padding-bottom:18%;
	font-size:15px;
	line-height:1.8rem;
	float:none;
}
.pageSide__heading {
	padding:5px 0;
	color:#fff;
	font-weight:bold;
	background:url(../img/page_side_heading.gif) left top repeat;
	text-align:center;
}
.pageSide__menu {
	margin-top:6%;
}
.pageSide__menu li {
	margin:15px 10% 30px;
	text-align:center;
}
.pageSide__menu li a {
	color:#566988;
}
.pageSide__bnr {
	margin:0 6%;
}
.pageSide__bnr > li {
	margin:10% 4% 0;
}


/*******************************************
    profile
*******************************************/
.pageTit--profile {
	background:url(../img/profile_header-sp.jpg) center center no-repeat;
	background-size:cover;
}
.accessMap__cont {
	margin:0 6%;
}
.accessMap__map {
	height:264px;
	margin-top:3%;
}


/*******************************************
    business
*******************************************/
.pageTit--business {
	background:url(../img/business/header-sp.jpg) center center no-repeat;
	background-size:cover;
}
.factory__cont {
	margin:0 6%;
}
#factory {
	margin-bottom:10%;
	background:#fff;
}
.factory01__heading {
	margin-bottom:6%;
	font-size:14px;
	border-bottom:none;
	text-align:center;
}
.factory01__heading span {
	border-bottom:1px solid #4fb9dc;
	display:inline-block;
}
.factory01__list {
	margin-top:5%;
}
.factory01__list > li {
	width:auto;
	margin:0 15% 10%;
	float:none;
}
.factory01__list > li:last-child {
	margin:0 15%;
}
.factory01__list__tit {
	margin:0 5%;
	text-align:center;
}
.factory01__list__desc {
	margin-top:10px;
}
.factory01__msg {
	margin-top:13%;
	font-size:14px;
	text-align:center;
}
#factory02 {
	margin-top:50px;
}
.factory02__inner {
	margin:0 3%;
}
.factory02__msg {
	font-size:14px;
}
.factory02__photo {
	margin-top:0;
}
.factory02__photo li {
	width:auto;
	margin-top:20px;
	display:block;
}
.factory02__photo li:nth-child(even) {
	padding-left:0;
}
#estate {
	margin-bottom:10%;
	font-size:12px;
	background:#fff;
}
#estate .pageBox__tit > span {
	color:#777459;
}
#estate:before {
	width:73px;
	height:73px;
	background-size:73px;
}
.estate__cont {
	margin:0 6%;
}
.estate01__intro {
	letter-spacing:-0.5px;
	text-align:center;
}
.estate01__msg {
	font-size:14px;
}
.estate__example li {
	width:auto;
	margin-bottom:24px;
	display:block;
}
.estate__example li p {
	margin-top:12px;
	text-align:center;
}
.estate__example li:nth-child(even) {
	padding-left:0;
}
#estate02 {
	margin-top:30px;
}
.estate02__inner {
	margin:0 3%;
}
.estate02__msg {
	margin:20px 0;
	font-size:14px;
}
.ownerBox {
	padding:15px;
}
.ownerBox__img {
	width:43%;
}
.ownerBox__name {
	font-size:13px;
	font-weight:bold;
	color:#999465;
	position:relative;
	top:auto;
	left:auto;
}
.ownerBox__cmt {
	width:50%;
	padding-top:0;
}
.shopList > li {
	margin-bottom:50px;
}
.shopName {
	font-size:14px;
}



/*******************************************
    works
*******************************************/
.pageTit--works {
	background:url(../img/works/header-sp.jpg) center center no-repeat;
	background-size:cover;
}
#result {
	background:#fff;
}
.result__cont {
	padding:0 6%;
}
.result__cont p {
	margin:0 6%;
}
.result__list {
	margin:20px 0 -25px;
}
.result__list li {
	width:auto;
	margin-bottom:25px;
	display:block;
}
.result__list li:nth-child(even) {
	padding-left:0;
}
.result__list li a {
	margin-bottom:4px;
	display:block;
}


/*******************************************
    recruit
*******************************************/
.pageTit--recruit {
	background:url(../img/recruit_header-sp.jpg) center center no-repeat;
	background-size:cover;
}


/*******************************************
    contact
*******************************************/
#contact {
	padding:80px 6% 12%;
	background:#fff;
}
#contact:before {
	display:block;
}
.pageTit--contact {
	background:url(../img/contact_header-sp.jpg) center center no-repeat;
	background-size:cover;
}
.formTable {
	margin-top:0;
	border:none;
}
.formTable th {
	width:auto;
	padding:5% 0 1.5%;
	background:#fff;
	font-size:15px;
	border:none;
	text-align:left;
	display:block;
}
.formTable td {
	padding:0;
	border:none;
	display:block;
}
.formTable input[type="text"],
.formTable textarea {
	padding:10px;
	font-size:16px;
	border:1px solid #7f9db9;
}
.formTable__name,
.formTable__mail,
.formTable__tel {
	width:100%;
}
.formbtn {
	margin-top:0;
	letter-spacing:-1em;
	text-align:center;
}
.formbtn li {
	margin-top:6%;
	display:block;
}
.formbtn input {
	width:150px;
	height:35px;
	font-weight:bold;
	background:#dfdfdf;
	border:none;
}




}







