@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;
}

/*  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;
}

.boder {
	border: #000 solid 1px;
}

/*  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;
}

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

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

#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
---------------------------------------*/


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

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


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

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

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

.p-70 {
	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;
}

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

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

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

table.kokoro {
	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.kokoro td{
	width: 50%;
	border: 1px #717071 solid;
	background-color: #fff;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}

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

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

.switch {
    visibility: hidden;
}


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

.space {
	padding-top: 40px;
	padding-bottom: 20px;
}

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

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

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

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

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

/*  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: 30px;
}

.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;
}

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

.ff-logo {
	width: 60%;
}

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;
}

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

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

.h-r {
	width: 50%;
	float: right;
	text-align: right;
}

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

.line {
	height: 50px;
}

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

#bg1 {
	height: 300px;
}

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

#bg2 {
	height: 300px;
}

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

.slicknav_menu {
		display: none;
}

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

ul.g-nav {
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	font-size: 12px;
	width: 100%;
}

ul.g-nav li{
	margin-top: 0px;
	float: left;
	width: 20%;
	text-align: center;
}

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

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

#menu {
	display: block;
}

#menu li{
}

#menu li a{
}

#menu li a:hover{
}

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

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;
}

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

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

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

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

.p-70 {
	width: 50%;
	margin: 0 auto;
}

.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;
}

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

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

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

.c-center {
	width: 55%;
	float: center;
	margin: 0 auto;
	padding-top: 0;
}

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

.space {
	padding-top: 40px;
	padding-bottom: 20px;
}

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

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

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

dl.yoko2 dt{
	width: 65%;
	float: left;
	padding-top: 0;
}

dl.yoko2 dd{
	width: 30%;
	float: right;
	padding-top: 0;
}

/*  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
-------------------*/

.ff-logo {
	width: 70%;
}

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

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

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

.pagetop {
    width: 80px;
	bottom: 30px;
    right: 30px;
}

/*  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) {
	
.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%;
}

#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;
}

/*  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;
}


/*  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 
---------------------------------------*/

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

.ggmap {
padding-bottom: 75%;
}


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