@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}


/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

.gridContainer2 {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}

/*  font 
---------------------------------------*/

p {
	font-size: 14px;
	line-height: 1.5;
	color: #4B4848;
}

p.big {
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}
p.big2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #349852;
}

p.big3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color: #6aa3ca;
}

span.small {
	font-size: 12px;
}

h2 {
  position: relative;
  text-align: center;
  font-size: 18px;
	color: #117540;
}

h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}

h2::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

/*  hedaer
---------------------------------------*/

.header {
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 300px;
}

.logo {
	padding-top: 30px;
	width: 60%;
}

p.koment {
	line-height: 1.8;
	 font-weight: bold;
    text-shadow: 2px 2px 1px #ffF,
    -2px 2px 1px #ffF,
    2px -2px 1px #ffF,
    -2px -2px 1px #ffF;
}

.center {
	text-align: center;
}

#div1 {
	padding-top: 20px;
}

.tel {
	padding-top: 20px;
}

.logo2 {
	width: 85%;
	margin:  auto;
	margin-bottom: 20px;
}

/*  bg
---------------------------------------*/

.line {
	background-image: url(../img/copy-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	height: 30px;
}

.bg-rinen {
	background-image: url(../img/bg-t.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
	padding-bottom: 100px;
}

/*  2p
-------------------*/

.bg-service {
	background-image: url(../img/center-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

.bg-nagare {
	background-image: url(../img/bg-house.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
}

.white {
	background: rgba(255,255,255,0.6);
	padding-bottom: 40px;
}



/* 　メイン画像の設定（大)
----------------------------------*/

#bg1 {
	background-image: url(../img/);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
	height: 200px;
}

/* 　メイン画像の設定（小)
----------------------------------*/

#bg2 {
	background-image: url(../img/);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	text-align: center;
	height: 200px;
}

/*  nav 
---------------------------------------*/

.js #menu {
		display:none;
}
	
.js .slicknav_menu {
		display:block;
}

#menu {
	display: none;
}

ul.g-nav {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 13px;
}

ul.g-nav li{
	margin-top: 10px;
	width: 49%;
	float: left;
}

ul.g-nav li a{
	color: #fff;
}

ul.g-nav li:last-child {
	margin-bottom: 30px;
}

/*  main
---------------------------------------*/


.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


/*  content
---------------------------------------*/

p.rinen {
	padding-top: 20px;
	line-height: 1.8;
}

.m-0 {
	margin: 0;
}

.mt {
	margin-top: 30px;
}

.right {
	text-align: right;
}

.w80 {
	width: 80%;
	margin: auto;
}

.company {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	margin: 0 auto;
	border: 1px #9F9FA0 solid;
	color: #3F3B3A;
	text-align: left;
}

.company th {
	width: 25%;
	border: 1px #9F9FA0 solid;
	background-color: #F2F0F0;
	padding: 10px;
	font-weight: bold;
	text-align: center;
}

.company td {
	width: 75%;
	border: 1px #9F9FA0 solid;
	background-color: #fff;
	padding: 15px;
	text-align: left;
}

table.ten {
	width: 100%;
	font-size: 14px;
	color: #4c4948;
	line-height: 1.6;
}

table.ten th{
	width: 5%;
	vertical-align: top;
	font-weight: 400;
}

table.ten2 {
	width: 100%;
	font-size: 14px;
	color: #4c4948;
	line-height: 1.6;
}

table.ten2 th{
	width: 5%;
	vertical-align: top;
	font-weight: 400;
}

table.ten2 td{
	vertical-align: top;
}

/*  2p
-------------------*/

p.title{
	font-size: 16px;
	font-weight: bold;
}

.p-80 {
	width: 85%;
	margin: 0 auto;
	margin-top: 10px;
}


table.riyou {
	width: 100%;
	border-collapse: separate;
	font-size: 12px;
	margin: 0 auto;
	color: #663C07;
}

table.riyou th {
	width: 25%;
	background-color: #006296;
	padding: 10px;
	color: #fff;
}

table.riyou td {
	width: 70%;
	background-color: #d3ecfb;
	color: #221814;
	padding: 15px;
	text-align: left;
	margin-left: 5%;
}



.p-b {
	padding-bottom: 50px;
}

.c-l {
	text-align: center;
}

.c-r {
	text-align: center;
	padding-top: 20px;
}

.c-l2 {
	text-align: center;
}

.c-r2 {
	text-align: center;
	padding-top: 30px;
}

p.green {
	color: #61ae62;
	font-weight: bold;
	font-size: 17px;
}

dl.yoko5 {
	padding-top: 10px;
}

dl.yoko5 p{
	font-size: 15px;
}

dl.yoko5 dt{
	padding-top: 5px;
	text-align: center;
	width: 80%;
	margin: auto;
}

dl.yoko5 dd{
	padding-top: 30px;
}

dl.yoko2 {
	padding-top: 10px;
}

dl.yoko2 dt{
	padding-top: 5px;
	text-align: center;
}

dl.yoko2 dd{
	padding-top: 40px;
}

span.green2 {
	color: #349852;
	font-weight: bold;
}

dl.yoko4 {
	padding-top: 10px;
}

dl.yoko4 dt{
	padding-top: 5px;
	text-align: center;
}

dl.yoko4 dd{
	padding-top: 40px;
}

/*  table（設定）
----------------------------------*/

table.kaigo {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	margin: 0 auto;
	border: 1px #717071 solid;
	color: #221814;
}

.kyujin th {
}

table.kaigo td{
	width: 50%;
	border: 1px #717071 solid;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}

table.kaigo td.bold{
	font-weight: bold;
}

table.kaigo2 {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	margin: 0 auto;
	border: 1px #717071 solid;
	color: #221814;
}

table.kaigo2 td{
	border: 1px #717071 solid;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}

table.kaigo2 td.big{
	font-size: 16px;
	font-weight: bold;
}


/* 　画像切り替えclass
----------------------------------*/

.switch {
    visibility: hidden;
}


/*  上下のスペース
----------------------------------*/

.space {
	padding-top: 30px;
	padding-bottom: 30px;
}

.block {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

/*  dl 　(pcの場合横並び　画像右)
----------------------------------*/



/*  dl 　(pcの場合横並び　画像左)
----------------------------------*/
dl.yoko3 {
	padding-top: 10px;
}

dl.yoko3 dt{
	padding-top: 5px;
}

dl.yoko3 dd{
	text-align: center;
	padding-top: 20px;
}

/*  ul 　(pcの場合横並び　４つ分け)
----------------------------------*/

ul.bunkatu4 {
	width: 100%;
}

ul.bunkatu4 li{
	width: 75%;
	margin: 0 auto;
	padding-top: 30px;
}


/*  table（求人募集）
----------------------------------*/

.kyujin {
	width: 100%;
	border-collapse: separate;
	font-size: 12px;
	margin: 0 auto;
	border: 1px #663C07 solid;
	color: #663C07;
}

.kyujin th {
	width: 25%;
	border: 1px #663C07 solid;
	background-color: #F7E9DA;
	padding: 10px;
}

.kyujin td {
	width: 75%;
	border: 1px #663C07 solid;
	background-color: #fff;
	padding: 15px;
	text-align: left;
}


/*  footer 
---------------------------------------*/

.footer-bg {
	background-image: url(../img/footer-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
	padding-top: 30px;
	padding-bottom: 10px;
}

.f-logo {
	width: 60%;
}

.copy-bg {
	background-image: url(../img/copy-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.copy-bg p{
	color: #fff;
	text-align: center;
}

p.pri {
	margin: 0;
	padding-top: 20px;
}

p.pri a {
	font-size: 14px;
	color: #585656;
}

p.pri a:hover{
	color: #918A8B;
}

/*  2p
-------------------*/

.ff-logo {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 20px;
}

ul.site li a{
	color: #221814;
}

ul.site li{
	margin-top: 5px;
}

/*  pagetop設定
----------------------------------*/

.pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
	width: 50px;
}
.pagetop a {
    display: block;
    text-decoration: none;
}
 
.pagetop a:hover {
    display: block;
    text-decoration: none;
}


/*  footer内の二つ分け要素
----------------------------------*/

.f-r {
	padding-top: 5px;
}

.f-l {
}

/*  googlemap枠
----------------------------------*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 80%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

.gridContainer2 {
	width: 80%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

/*  font 
---------------------------------------*/

p {
	font-size: 14px;
}

ul {
	font-size: 14px;
}

/*  hedaer
---------------------------------------*/

.header {
	height: 400px;
}

.logo {
	padding-top: 70px;
	width: 40%;
}

p.koment {
	font-size: 16px;
}

.tel {
	padding-top: 5px;
}
	
#div1 {
	padding-top: 40px;
}
	
.logo2 {
	width: 100%;
	margin-right: auto;
	margin-bottom: 10px;
}

/*  header内の二つ分け要素
----------------------------------*/

.h-l {
	width: 40%;
	float: left;
}

.h-r {
	width: 50%;
	float: right;
	text-align: right;
	margin-top: 30px;
}

/*  bg
---------------------------------------*/

.line {
	height: 50px;
}

/* 　メイン画像の設定（大)
----------------------------------*/

#bg1 {
	height: 300px;
}

/* 　メイン画像の設定（小)
----------------------------------*/

#bg2 {
	height: 300px;
}

/*  nav 
---------------------------------------*/



/*  メニューの横線
----------------------------------*/

li.solid {
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
}

li.solid-r {
	border-right: #fff solid 1px;
}

/*  main
---------------------------------------*/


/*  content
---------------------------------------*/

p.rinen {
	padding-top: 60px;
}

br.sp {
	display: none;
}

table.kaigo2 {
	font-size: 13px;
}
	
.company {
	font-size: 14px;
}
	
table.ten th{
	width: 3%;
}
	
table.ten2 th{
	width: 3%;
}

/*  2p
-------------------*/

p.title{
	font-size: 18px;
}

table.riyou {
	font-size: 13px;
}

.p-80 {
	width: 100%;
	margin-top: 0;
}

.p-b {
	padding-bottom: 80px;
}

.block {
	width: 95%;
	margin: 0 auto;
}

.textarea {
	width: 95%;
	margin: 0 auto;
}

p.green {
	font-size: 20px;
}

table.kaigo {
		font-size: 13px;
}
	
dl.yoko5 {
	width: 100%;
	padding-top: 10px;
}
	
dl.yoko5 p{
	font-size: 16px;
}

dl.yoko5 dt{
	width: 45%;
	float: left;
	padding-top: 0;
}

dl.yoko5 dd{
	width: 50%;
	float: right;
	padding-top: 120px;
}

dl.yoko2 dt {
	width: 70%;
	margin: auto;
}
	
dl.yoko2 dd {
	width: 85%;
	margin: auto;
}

/*  content内の二つ分け要素
----------------------------------*/

.c-l {
	width: 45%;
	float: left;
	margin: 0 auto;
}

.c-r {
	width: 45%;
	float: right;
	margin: 0 auto;
	padding-top: 0;
}


/*  上下のスペース
----------------------------------*/

.space {
	padding-top: 50px;
	padding-bottom: 50px;
}

.block {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

/*  dl 　(pcの場合横並び　画像右)
----------------------------------*/



/*  dl 　(pcの場合横並び　画像左)
----------------------------------*/

dl.yoko3 {
	width: 100%;
	padding-top: 10px;
}

dl.yoko3 dt{
	width: 65%;
	float: right;
	padding-top: 0;
}

dl.yoko3 dd{
	width: 30%;
	float: left;
	padding-top: 0;
}

/*  ul 　(pcの場合横並び　４つ分け)
----------------------------------*/

ul.bunkatu4 {
	width: 100%;
	padding-top: 30px;
}

ul.bunkatu4 li{
	width: 21%;
	margin-left: 3%;
	padding-top: 0px;
	float: left;
}

/*  table（求人募集）
----------------------------------*/

.kyujin {
	font-size: 13px;
}

.kyujin th {
	padding: 10px;
}

.kyujin td {
	padding: 20px;
}

/*  footer 
---------------------------------------*/

.f-logo {
	width: 30%;
}

/*  2p
-------------------*/



.p-tb {
	padding-top: 50px;
	padding-bottom: 50px;
}

ul.site li{
	margin-top: 10px;
}

/*  pagetop設定
----------------------------------*/

.pagetop {
    width: 80px;
	bottom: 30px;
    right: 30px;
}
	
p.pri {
	padding-top: 0px;
}


/*  footer内の二つ分け要素
----------------------------------*/

.f-l {
	width: 50%;
	float: left;
}

.f-r {
	width: 45%;
	float: right;
	position: relative;
	padding-top: 0;
}

/*  googlemap枠
----------------------------------*/

.ggmap {
position: relative;
padding-bottom: 100%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
#div1 {
}
.zeroMargin_tablet {
margin-left: 0;
}
.hide_tablet {
display: none;
}
}

@media only screen and (min-width: 899px) {
	
p {
	font-size: 15px;	
}
	
	
.slicknav_menu {
		display: none;
}

.nav {
	background-color: #8EC323;
}

ul.g-nav li{

}

ul.g-nav li:last-child {
	margin-bottom: 0px;
}
	
p.big2 {
	font-size: 20px;
}

p.big3 {
	font-size: 20px;
}

/*  メニュー設定（tab・pc）
----------------------------------*/

#menu {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	width: 100%;
}

#menu li{
	margin-top: 0px;
	float: left;
	width: 25%;
	text-align: center;
}

#menu li a{
	color: #fff;
	font-size: 17px;
}

#menu li a:hover{
	color: #F0F08B;
}
	
.bg-rinen {
	padding-bottom: 200px;
}

p.rinen {
	width: 80%;
	margin: 0 auto;
	padding-top: 60px;
	font-size: 16px;
}


ul.g-nav {
	font-size: 14px;
}

.p-b {
	padding-bottom: 130px;
}

.textarea {
	width: 85%;
}

.block {
	width: 85%;
}
	
.c-l2 {
	width: 45%;
	float: left;
	margin: 0 auto;
}

.c-r2 {
	width: 45%;
	float: right;
	margin: 0 auto;
	padding-top: 0;
}
	
table.kaigo2 {
	font-size: 15px;
}
	
table.ten {
	font-size: 15px;
}

table.ten th{
	width: 1%;
}

table.ten2 {
	font-size: 15px;
}

table.ten2 th{
	width: 1%;
}

dl.yoko5 p{
	font-size: 17px;
}
	
dl.yoko2 {
	width: 100%;
	padding-top: 40px;
}

dl.yoko2 dt{
	width: 45%;
	float: right;
	padding-top: 0;
}

dl.yoko2 dd{
	width: 45%;
	float: left;
	padding-top: 0;
}
	
dl.yoko4 {
	width: 100%;
	padding-top: 40px;
}

dl.yoko4 dt{
	width: 45%;
	float: left;
	padding-top: 0;
}

dl.yoko4 dd{
	width: 45%;
	float: right;
	padding-top: 0;
}

#div1 {
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}



}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1199px) {

.gridContainer {
	width: 1000px;
	max-width: 1920px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

.gridContainer2 {
	width: 1200px;
	max-width: 1920px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

/*  font 
---------------------------------------*/

p {
	font-size: 16px;
}

ul {
	font-size: 16px;
}
	
span.small {
	font-size: 13px;
}
	
h2 {
  font-size: 20px;
}

p.big2 {
	font-size: 22px;
}

p.big3 {
	font-size: 22px;
}

/*  hedaer
---------------------------------------*/

.header {
	height: 650px;
}

.logo {
	padding-top: 150px;
}

p.koment {
	padding-top: 30px;
	font-size: 18px;
}


/*  bg
---------------------------------------*/

.bg-rinen {
	height: 650px;
	padding-bottom: 200px;
}

p.rinen {
	font-size: 18px;
}


/* 　メイン画像の設定（大）
----------------------------------*/

#bg1 {
	height: 650px;
}

/* 　メイン画像の設定（小)
----------------------------------*/

#bg2 {
	height: 360px;
}


/*  nav 
---------------------------------------*/

ul.g-nav {
	font-size: 16px;
}

/*  main
---------------------------------------*/


/*  content
---------------------------------------*/

p.rinen {
	padding-top: 150px;
}
	
	
table.kaigo2 {
	font-size: 16px;
}

.company {
	font-size: 16px;
}
	
table.ten {
	font-size: 16px;
}
	
table.ten2 {
	font-size: 16px;
}
	
.waku {
	width: 900px;
	margin: 0 auto;
}

/*  2p
-------------------*/

p.title{
	font-size: 20px;
}

table.riyou {
	font-size: 15px;
}

p.green {
	font-size: 25px;
}

table.kaigo {
		font-size: 15px;
}

/*  table（求人募集）
----------------------------------*/

.kyujin {
	font-size: 16px;
}


/*  footer 
---------------------------------------*/

.w90 {
	width: 900px;
	margin: 0 auto;
}
	

.ff-logo {
	width: 350px;
}

p.pri a {
	font-size: 15px;
}
	
/*  googlemap枠
----------------------------------*/

.ggmap {
padding-bottom: 75%;
}


#div1 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}