@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;
	background-color: #fff;
}

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

/*  下から
-------------------------*/
.logo-s2 {
    transition: 1s;
    -webkit-transition: 1s;
    opacity: 0;
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
}

.isAnimate {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}


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

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

p.big {
	font-weight: bold;
	font-size: 25px;
	text-align: center;
}

h1 {
	font-size: 9px;
	text-align: center;
}

/*A-OTF 見出ゴMB31 Pr6N MB31*/

.midashi {
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
font-weight: 600;
font-style: normal;
}
/*Learning Curve*/

.lc {
	font-family: learning-curve, sans-serif;
font-weight: 400;
font-style: normal;
}

/*DNP 秀英丸ゴシック Std */

.syuei-l {
	font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
}

.syuei-b {
	font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
}

/*A-OTF UD新ゴ Pr6N L*/
.shin {
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-weight: 300;
font-style: normal;
}

/*A-OTF 中ゴシックBBB Pr6N Med*/

.bbb {
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
}

.tbud-b {
font-family: tbudgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
}

.tbud-r {
font-family: tbudgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
}

.color-white {
	color: #fff;
}

.color-green {
	color: #77d035;
	letter-spacing: 3px;
}

.color-pink {
	color: #ff77ae;
}

.pink {
	color: #ff77ae;
}

.fra {
	font-size: 16px;
	letter-spacing: 5px;
}

.size-l {
	font-size: 25px;
}

.size-l2 {
	font-size: 18px;
}

.size-l3 {
	font-size: 20px;
}

.size-m {
	font-size: 16px;
}

.m-0 {
	margin: 0;
}

.pos {
	position: relative;
}

.l3 {
	line-height: 2.2;
}

.size-m2 {
	font-size: 20px;
	text-align: center;
	margin: 0;
	letter-spacing: 5px;
}

br.sp-none {
	display: none;
}

p.bg-pink {
	background-color: #ff77ae;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	letter-spacing: 5px;
	display: block;
}

p.bg-bule {
	background-color: #5bc3e3;
	color: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 18px;
	letter-spacing: 5px;
}

.left {
	text-align: left;
}

.letter5 {
	letter-spacing: 5px;
}

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

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

.w90 {
	width: 90%;
	margin: auto;
}

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

#inp {
	margin-top: -5rem; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 5rem; /* 打ち消し用のパディング */
}

#ireba {
	margin-top: -5rem; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 5rem; /* 打ち消し用のパディング */
}

#setubi {
	margin-top: -5rem; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 5rem; /* 打ち消し用のパディング */
}

.pc-mode {
	display: none;
}


.sp-header {
    background-image: url(../img/dot.png);
	background-color: #fbffe9;
    height: 5rem;
    top: 0;
    width: 100%;
    z-index: 50;
}

.bg-sp-header img {
    width: 100%;
}

.sp-home {
    position: fixed;
    top: 20px;
    left: 7px;
	width: 52%;
    display: block;
}

.sp-tel {
    height: 5rem;
	width: 5rem;
    position: fixed;
    top: 0;
    right: 5rem;
    display: block;
	background-color: #77d035;
}

.sp-tel3 {
	width: 75%;
	margin: auto;
	margin-top: 5px;
	margin-right: 2px;
}

.sp-mail {
    width: 4rem;
    position: fixed;
    top: 0;
    right: 3.8rem;
    display: block;
	background-color: #ff77ae;
}

.bg-sp {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    box-sizing: content-box;
    width: 3.5rem;
    height: 2.6rem;
    padding: 0;
    padding-top: 8px;
    padding-right: .75rem;
    padding-bottom: 30px;
    padding-left: .75rem;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    background-color: #ff77ae;
}

.header-logo {
    text-align: center;
    width: 30%;
    margin-top: 10px;
    float: left;
}

.header-logo img {
    width: 40%;
}

.header-tel {
    text-align: center;
    width: 27.5%;
    padding: 0 10px;
    float: left;
}

.header-tel .tel-num {
    width: 95%;
}

.h-mes {
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.h-telnum {
    font-size: 29px;
    letter-spacing: 4px;
}

.h-telnum img {
    width: 12%;
    margin-bottom: 10px;
    margin-right: 10px;
}

.h-telnum:hover {
    color: #7d7d7d;
}

.pc-header {
	display: none;
}

p.me {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 15px;
	font-weight: bolder;
	position: absolute;
	bottom: 6px;
	left: 15px;
	z-index: 5;
}

.pb {
	padding-bottom: 80px;
}


.m50 {
	margin-top: 50px;
}

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

.bg-green {
	background-color: #afe250;
}

.bg-dot {
	background-image: url(../img/dot.png);
	background-color: #fbffe9;	
}

.bg-c {
	background-image: url("../img/bg-c.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
/* 　メイン画像の設定（大)
----------------------------------*/

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

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

.bottan a{
	font-size: 16px;
	border: #ff77ae solid 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	padding-right: 40px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	transition: 0.5s;
	background-color: #ff77ae;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	letter-spacing: 5px;
}

.bottan a:hover{
	background-color: #fff;
	color: #ff77ae;
}

.main2p {
	background-image: url("../img/main2p.png");
	background-size: cover;
	height: 200px;
}

.main-t02 {
	width: 200px;
	margin: auto;
	top: 50px;
	position: relative;
}

.main-t03 {
	width: 150px;
	margin: auto;
	top: 50px;
	position: relative;
}

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

.pc-main {
	display: none;
}

.c-r {
	padding-top: 30px;
}

.center {
	text-align: center;
}

.m-0 {
	margin: 0;
}

ul.bunkatu3 {
	width: 100%;
}

ul.bunkatu3 li{
	width: 45%;
	margin-left: 10%;
	margin-bottom: 30px;
	float: left;
	text-align: center;
}

ul.bunkatu3 li:first-child {
	margin-left: 0;
}

ul.bunkatu3 li:nth-child(3) {
	margin-left: 0;
	clear: both;
}

ul.bunkatu3 li:nth-child(5) {
	margin-left: 0;
	clear: both;
}

ul.bunkatu3 li img{
	width: 100px;
}

.pc-on {
	display: none;
}

hr.sen {
	width: 30px;
	border-top: solid 2px #77d035;
	margin: auto;
	margin-top: 20px;
}

hr.sen2 {
	border-top: dotted 1px #77d035;
}

hr.sen3 {
	border-top: dashed 2px #77d035;
}

#hu {
	position: absolute;
	top: -30px;
	width: 100px;
	z-index: 33;
}

#hu2 {
	position: absolute;
	top: -80px;
	right: 0;
	width: 100px;
	z-index: 33;
}

.logo-s {
	width: 50px;
	margin: auto;
	margin-bottom: 10px;
}

.kaza1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}

.kaza2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}

a.bottan2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	display: inline-block;
	transition: 0.5s;
	background-color: #fff;
	text-align: center;
	width: 70%;
	margin: auto;
}

.ha {
	width: 60%;
}

ul.bunkatu2-1 {
	width: 100%;
}

ul.bunkatu2-1 li{
	width: 95%;
	margin: 0 auto;
	margin-bottom: 80px;
	display: block;
}

.point {
	position: absolute;
	top: -30px;
	left: -20px;
	width: 80px;
}


.button-pink a {
    font-size: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 100px;
    display: inline-block;
    color: #ff77ae;
    transition: 0.5s;
    background-color: #fff;
	text-align: left;
	border: solid 1px #ff77ae;
	position: relative;
	border: #ff77ae solid 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.button-green a {
    font-size: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 100px;
    display: inline-block;
    color: #77d035;
    transition: 0.5s;
    background-color: #fff;
	text-align: left;
	border: solid 1px #77d035;
	position: relative;
	border: #77d035 solid 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.button-green2 a {
    font-size: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 100px;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    background-color: #77d035;
	text-align: left;
	border: solid 1px #77d035;
	position: relative;
	border: #77d035 solid 1px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.button-green2 a:hover {
	background-color: #fff;
	color: #77d035;
}

.button-pink a:hover {
	background-color: #ff77ae;
	color: #fff;
}

.button-green a:hover {
	background-color: #77d035;
	color: #fff;
}

.button-pink a::after,
.button-yellow a::after,
.button-bule a::after,
.button-purple a::after,
.button-green2 a::after,
.button-green a::after {
	position: absolute;
  top: 29%;
  right: 1em;
  content: '→';
}

table.ten {
	width: 100%;
	font-size: 14px;
	line-height: 2;
	font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-weight: 300;
font-style: normal;
}

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

table.ten td{
	width: 93%;
	border: none;
	padding: 0;
	padding-left: 2%;
}

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

dl.yoko2p-2 {
	padding-top: 10px;
}

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

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

	.irast-02 {
		width: 80%;
		margin: auto;
	}

.botton-green {
	background-color: #77d035;
}

.botton-pink {
	background-color: #ff77ae;
}

.botton-green,.botton-pink {
	font-size: 18px;
	letter-spacing: 3px;
	width: 70%;
	margin: auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	color: #fff;
}

ul.bunkatu3-2p {
	margin-top: 40px;
}

ul.bunkatu3-2p li{
	margin-bottom: 20px;
}

table.flow {
	width: 100%;
}

table.flow th{
	width: 20%;
	text-align: left;
}

table.flow td{
	width: 60%;
	vertical-align: middle;
	padding-left: 5%;
}

/*  3p
-----------------------*/

.inner {
	width: 90%;
	margin: auto;
}

.clear-white {
	background-color: rgba(255,255,255,0.7);
	position: relative;
	z-index: 3;
	padding-top: 20px;
	padding-bottom: 40px;
	width: 95%;
}

.clear-white2 {
	background-color: rgba(255,255,255,0.7);
	position: relative;
	z-index: 3;
	padding-top: 20px;
	padding-bottom: 40px;
	width: 95%;
	margin-left: auto;
}

.koment1 {
	background-image: url("../img/back-bg.png");
	padding-bottom: 20px;
}

.koment2 {
	background-image: url("../img/back-bg2.png");
	padding-bottom: 20px;
	margin-top: 30px;
}

.btn2 {
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: 33;
}

.flower {
	width: 100px;
	position: absolute;
	right: 0;
	top: -20px;
}
		
/*  4p
-----------------------*/
	
/*  5p
-----------------------*/

table.y5p1 {
	width: 100%;
	margin-bottom: 20px;
}

table.y5p1 th{
	width: 90%;
	display: block;
	margin: auto;
}

table.y5p1 td{
	width: 100%;
	display: block;
	padding-top: 30px;
}

.green-title3p,.pink-title3p {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	letter-spacing: 5px;
}

.green-title3p {
	background-color: #77d035;
}

.pink-title3p {
	background-color: #ff77ae;
}

/*  スライダー
---------------------------------------*/

div.slider {
    width:380px;
    display:block;
    margin:0px auto;
	overflow: hidden;
    position:relative;
}
 
ul.bxslider01 li {/*メインスライダー*/
    display:block;
    width:100%;
}
 
ul.bxslider01 li img{
}


.wrap {
	width: 100%;
    display:block;
    margin:0 auto;
	margin-top: 30px;
}

ul.bxslider02 {
 width: 380px;
	margin: auto;
}

ul.bxslider02 li {
	width: 30%;
	margin-left: 5%;
	float: left;
	margin-bottom: 10px;
}

ul.bxslider02 li:first-child {
	margin-left: 0%;
}

ul.bxslider02 li:nth-child(4) {
	margin-left: 0%;
	clear: both;
}

ul.bxslider02 li:nth-child(7) {
	margin-left: 0%;
	clear: both;
}

ul.bxslider02 li:nth-child(10) {
	margin-left: 0%;
	clear: both;
}

 
ul.bxslider02 li a {/*サムネイル*/
    display:block;
    width: 100%;
}
 
ul.bxslider02 li a img{/*サムネイルの画像*/
    display:block;
    height:auto;
}
 
div.controlWrap {
    width:380px;
    display:block;
    position:relative;
    margin:0 auto;
	height: 70px;
}
 
div.controlWrap p#PrevIcon a{/*矢印画像（前へ）*/
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    background: url(../img/left.png) left center no-repeat;
    color:#fff;
    top:20px;
    left:50%;
	margin-left: -40px;
    text-indent:-9999px;
}
 
div.controlWrap p#NextIcon a{/*矢印画像（次へ）*/
    display:block;
    width:30px;
    height:30px;
    position:absolute;
    background: url(../img/right.png) left center no-repeat;
    color:#fff;
    top:20px;
    left: 50%;
	margin-left: 20px;
    text-indent:-9999px;
}

#bx-pager a img {  
    opacity: 0.5;  
    filter: alpha(opacity=50);  
}  
  
#bx-pager a.active img {  
    opacity: 1;  
    filter: alpha(opacity=100);  
} 

/*  スライダー
----------------------------------*/

#slider {
	display: none;
}

#slides {
	display:block;
	margin: 0 auto;
}

#slides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

#slides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

#slides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

#slides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

#slides2 {
	display:block;
	margin: 0 auto;
}

#slides2 {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

#slides2 li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

#slides2 li:first-child {
  position: relative;
  display: block;
  float: left;
  }

#slides2 img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
 
 /*  ホーバー時半透明
----------------------------------*/

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



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

.switch {
    visibility: hidden;
}


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

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

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

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

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

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

dl.yoko2 dd{
	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: 45%;
	padding-top: 10px;
	margin-left: 10%;
	float: left;
}

ul.bunkatu4 li:first-child{
	margin-left: 0;
}

ul.bunkatu4 li:nth-child(3){
	margin-left: 0;
	clear: both;
}

ul.bunkatu4 li:nth-child(5){
	margin-left: 0;
	clear: both;
}

ul.bunkatu4 li:nth-child(7){
	margin-left: 0;
	clear: both;
}


 li.k1 a:hover{
	background-image: url(../img/ka1-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

li.k2 a:hover{
	background-image: url(../img/ka2-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

li.k3 a:hover{
	background-image: url(../img/ka3-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

li.k4 a:hover{
	background-image: url(../img/ka4-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

li.k5 a:hover{
	background-image: url(../img/ka5-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
	
li.k6 a:hover{
	background-image: url(../img/ka6-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

li.k7 a:hover{
	background-image: url(../img/ka7-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}
	
li.k8 a:hover{
	background-image: url(../img/ka8-hover.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: block;
}

ul.bunkatu4 li a:hover img{
	visibility: hidden;
}

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

ul.bunkatu2 {
	width: 100%;
}

ul.bunkatu2 li{
	width: 95%;
	margin: 0 auto;
	margin-bottom: 20px;
	display: block;
}

/*  table（求人募集）
----------------------------------*/
.kyujin {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
	margin: 0 auto;
	color: #3e3a39;
	line-height: 1.8;
}

.kyujin th {
	width: 25%;
	border-bottom: 1px #8dc21f solid;
	padding: 10px;
	font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
	color: #77d035;
}

.kyujin td {
	width: 75%;
	border-bottom: 1px #8dc21f solid;
	padding: 15px;
	text-align: left;
		font-family: a-otf-ud-shin-go-pr6n, sans-serif;
font-weight: 300;
font-style: normal;
	border-top: 1px #8dc21f solid;
}

.kyujin th:first-child {
	border-top: 1px #8dc21f solid;
}

.kyujin td:first-child {
	border-top: 1px #8dc21f solid;
}

/*  table（分割２）
----------------------------------*/

table.ka {
}

table.ka th{
	display: block;
	width: 100%;
}

table.ka td{
	padding-top: 20px;
	display: block;
	width: 100%;
}


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

table.kamoku2 {
	width: 100%;
	font-size: 12px;
	line-height: 2;
	color: #333333;
}

table.kamoku2 th{
	width: 17%;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
}

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

ul.bunkatu5 {
	width: 100%;
	margin-top: 15px;
}

ul.bunkatu5 li{
	width: 40%;
	margin-left: 6%;
	float: left;
	text-align: left;
	margin-bottom: 10px;
}

ul.bunkatu5 li:nth-child(odd){
	margin-left: 0%;
	clear: both;
	width: 51%;
}


ul.bunkatu5 li a{
	font-family: a-otf-gothic-bbb-pr6n, sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 12px;
	color: #407a08;
	background-color: #fff;
	display: block;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.bunkatu5 li a:hover{
	color: #666;
}

p.copy {
		text-align: center;
	font-size: 11px;
	}

.bg-footer {
	background-color: #77d035;
}

.sp-tel-botton {
	margin-bottom: 10px;
}

.sp-tel-botton a{
	border: 1px solid #3e3a39;
	padding: 10px 20px;
	font-size: 26px;
	color: #3e3a39;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 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: 30px;
}

.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%;
}
#div1 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

@media only screen and (min-width: 376px) {
	
.size-l2 {
	font-size: 19px;
}
	
.green-title3p,.pink-title3p {
	font-size: 16px;
}

}

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


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

p {
	font-size: 14px;
}

ul {
	font-size: 14px;
}
	
	br.sp {
		display: none;
	}
	
	.size-l {
		font-size: 35px;
	}
	
.size-l2 {
	font-size: 21px;
}
	
.size-l3 {
		font-size: 30px;
	}
	
.size-m2 {
	font-size: 25px;
}

	br.sp-none {
	display: block;
}

/*  hedaer
---------------------------------------*/
	
.logo {
	width: 70%;
}

	
/*  ヘッダー
-------------------------*/
	
.sp-header {
    height: 80px;
	width: 100%;
}
	
.sp-home {
    position: fixed;
    top: 13px;
	left: 2%;
	width: 40%;
    display: block;
}
	
.sp-tel {
    width: 80px;
    right: 80px;
    display: block;
}

.sp-mail {
    width: 80px;
	right: 160px;
}
	
.bg-sp {
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    box-sizing: content-box;
    width: 80px;
    height: 80px;
    padding: 0;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
}
	
	
p.title1 {
	font-size: 30px;
}
	
p.title2 {
	font-size: 30px;
}
	
p.title-main {
	font-size: 30px;
	text-align: left;
	margin: 0;
}
	
p.title-main2 {
	font-size: 23px;
	text-align: left;
}
	
p.logo-be {
	padding-top: 5px;
	padding-left: 55px;
    line-height: 36px;
    background: url(../img/logo-s2.png) no-repeat;
}
	
p.me {
    font-size: 14px;
    margin-top: 0px;
}
	

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

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

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

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

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

#bg1 {
	height: 300px;
}

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

#bg2 {
	height: 300px;
}

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

.slicknav_menu {
		display: none;
}

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

/*  メニュー設定（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
---------------------------------------*/
	
	.pc-center {
		text-align: center;
	}
	
	.sp-main {
		display: none;
	}
	
.pc-main {
	display: block;
}
	
	.kome {
		position: absolute;
		top: 35px;
		right: 0;
	}
	
ul.bunkatu3 li{
	width: 30%;
	margin-left: 5%;
	margin-bottom: 30px;
	float: left;
	text-align: center;
}

ul.bunkatu3 li:first-child {
	margin-left: 0;
}

ul.bunkatu3 li:nth-child(3) {
	margin-left: 5%;
	clear: none;
}
	
ul.bunkatu3 li:nth-child(4) {
	margin-left: 0;
	clear: both;
}

ul.bunkatu3 li:nth-child(5) {
	margin-left: 5%;
	clear: none;;
}
	
	.sp-on {
		display: none;
	}
	
.pc-on {
	display: block;
}
	
#hu {
	top: -50px;
	width: 150px;
}
	
#hu2 {
	top: -100px;
	width: 130px;
}

.kaza1 {
	width: 200px;
}

.kaza2 {
	width: 200px;
}
	
a.bottan2 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
	
.ha {
	width: 200px;
}
	
ul.bunkatu2-1 li{
	width: 70%;
}
	
	
.point {
	top: -40px;
	left: -40px;
	width: 100px;
}
	

table.ten th{
	width: 2%;
}

table.ten td{
	padding-left: 1%;
}

	
/*  2p
-----------------------*/
	
dl.yoko2p-2 dt{
	padding-top: 5px;
	text-align: center;
}

dl.yoko2p-2 dd{
	width: 80%;
	margin: auto;
	padding-top: 30px;
}
	
	.irast-02 {
		width: 55%;
	}
	
ul.bunkatu3-2p {
	margin-top: 60px;
}

ul.bunkatu3-2p li{
	width: 30%;
	float: left;
	margin-bottom: 50px;
	margin-left: 5%;
}
	
ul.bunkatu3-2p li:first-child{
	margin-left: 0;
	}
	
.botton-green,.botton-pink {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
table.flow th{
	width: 15%;
	text-align: left;
}

	
/*  3p
-----------------------*/
	
	.fuku-intyo {
		width: 80%;
	}
	
	.koment1 {
		width: 75%;
		margin-left: auto;
	}
	
	.fuku-intyo2 {
		width: 80%;
		margin-left: auto;
	}
	
	.koment2 {
		width: 75%;
	}
	
	.flower {
	width: 100px;
	top: 50px;
}
		
/*  4p
-----------------------*/
	
/*  5p
-----------------------*/
	
table.y5p1 {
	margin-bottom: 40px;
}

.green-title3p,.pink-title3p {
	font-size: 18px;
}

	
table.y5p1 th{
	width: 60%;
}

table.y5p1 td{
	width: 80%;
	margin: auto;
}
	
	

div.slider {
    width: 70%;
}
	
ul.bxslider02 {
 width: 100%;
	margin: auto;
}

ul.bxslider02 li {
	width: 15%;
	margin-left: 2%;
	float: left;
	margin-bottom: 10px;
}

ul.bxslider02 li:first-child {
	margin-left: 0%;
}

ul.bxslider02 li:nth-child(4) {
	margin-left: 2%;
	clear: none;
}

ul.bxslider02 li:nth-child(7) {
	margin-left: 0%;
	clear: both;
}

ul.bxslider02 li:nth-child(10) {
	margin-left: 0%;
	clear: both;
}
	

/*  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.yoko2 {
	width: 100%;
	padding-top: 10px;
}

dl.yoko2 dt{
	width: 45%;
	margin: auto;
}

dl.yoko2 dd{
	width: 80%;
	margin: auto;
}

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

ul.bunkatu4 li{
	width: 22%;
	margin-left: 4%;
	padding-top: 20px;
	float: left;
}

ul.bunkatu4 li:nth-child(3){
	margin-left: 4%;
	clear: none;
}

ul.bunkatu4 li:nth-child(5){
	margin-left: 0;
	clear: both;
}

ul.bunkatu4 li:nth-child(7){
	margin-left: 4%;
	clear: none;
}

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

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

ul.bunkatu2 li{
	width: 45%;
	margin-left: 10%;
	padding-top: 0px;
	float: left;
}

ul.bunkatu2 li:first-child {
	margin-left: 0;
}

/*  table（求人募集）
----------------------------------*/
.kyujin {
	font-size: 13px;
}

.kyujin th {
	padding: 10px;
}

.kyujin td {
	padding: 20px;
}

/*  table（分割２）
----------------------------------*/

table.ka {
}

table.ka th{
	display: inline-block;
	width: 35%;
	text-align: left;
}

table.ka td{
	padding-top: 20px;
	display: inline-block;
	width: 60%;
	padding-left: 3%;
	vertical-align: middle;
}

/*  footer 
---------------------------------------*/
	
	.f-l {
		width: 75%;
		margin: auto;
	}
	
	.f-r {
		width: 70%;
		margin: auto;
	}
	
		table.kamoku2 {
	font-size: 14px;
}
	
ul.bunkatu5 li{
	width: 30%;
	margin-left: 5%;
	margin-bottom: 10px;
}
	
ul.bunkatu5 li a{
	background-color: #77d035;
	color: #fff;
	padding: 0;
}

ul.bunkatu5 li:nth-child(odd){
	margin-left: 5%;
	clear: none;
	width: 30%;
}
	
/* 1列目　*/
	
ul.bunkatu5 li:first-child{
	margin-left: 0;
}
	
ul.bunkatu5 li:nth-child(4){
	clear: both;
	margin-left: 0;
}
	
ul.bunkatu5 li:nth-child(7){
	clear: both;
	margin-left: 0;
}
	
ul.bunkatu5 li:nth-child(10){
	clear: both;
	margin-left: 0;
}
	
ul.bunkatu5 li:nth-child(13){
	clear: both;
	margin-left: 0;
}
	
/* 2列目　*/
	
ul.bunkatu5 li:nth-child(2){
	width: 25%;
}
	
ul.bunkatu5 li:nth-child(5){
	width: 25%;
}
	
ul.bunkatu5 li:nth-child(8){
	width: 25%;
}
	
ul.bunkatu5 li:nth-child(11){
	width: 25%;
}
	
ul.bunkatu5 li:nth-child(14){
	width: 25%;
}
	
/* 3列目　*/
	
ul.bunkatu5 li:nth-child(3){
	width: 25%;
}
	
ul.bunkatu5 li:nth-child(6){
	width: 23%;
}
	
ul.bunkatu5 li:nth-child(9){
	width: 23%;
}
	
ul.bunkatu5 li:nth-child(12){
	width: 23%;
}
	
ul.bunkatu5 li:nth-child(15){
	width: 23%;
}

	
p.copy {
	font-size: 11px;
}

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

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

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


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

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

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

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

p {
	font-size: 15px;
}	
	
.logo {
	width: 400px;
}

	
.fra {
	font-size: 18px;
}
	
.size-m2 {
	font-size: 35px;
}


hr.sen {
	width: 40px;
}
	
.breadcrumb span {
	font-size: 13px;
}

.breadcrumb {
	padding-left: 0;
	margin-left: 0;
	text-align: left;
	margin-top: 15px;
}

.breadcrumb li {
	display: inline;
	/*横に並ぶように*/
	list-style: none;
	font-weight: bold;
}

.breadcrumb li:after {
	/* >を表示*/
	content: '>';
	padding: 0 3px;
	color: #333333;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #333333;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

.this-page {
	color: #77d035 !important;
}

.this-page2 {
	color: #125a8f !important;
}
	
.pc-mode {
	display: block;
}
	
table.ten {
	font-size: 15px;
}
	
/*  main
---------------------------------------*/

.kome {
		top: 60px;
		right: 80px;
	}
	
dl.yoko2 {
	width: 100%;
	padding-top: 10px;
}

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

dl.yoko2 dd{
	width: 50%;
	float: right;
	padding-top: 0;
}
	
.main2p {
	height: 300px;
}
	
.main-t02 {
	width: 250px;
	top: 80px;
}
	
.main-t03 {
	width: 200px;
	top: 80px;
}
	
/*  ナビ
----------------------*/
	
	#inp {
	margin-top: 0; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 0; /* 打ち消し用のパディング */
}

#ireba {
	margin-top: 0; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 0; /* 打ち消し用のパディング */
}
	
#setubi {
	margin-top: 0; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 0; /* 打ち消し用のパディング */
}
	
.sp-header {
        display: none;
    }
.pc-header {
	display: block;
}
	
h1 {
	font-size: 9px;
	text-align: right;
}
	
	table.header {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 10px;
	}
	
table.header th{
		width: 22%;
	}
	
table.header td{
		width: 50%;
	vertical-align: middle;
	padding-left: 10%;
	}
	
	table.h-tel {
		width: 100%;
	}
	
	table.h-tel th{
		width: 40%;
	}
	table.h-tel td{
		width: 55%;
	}
	
.h-l {
	width: 95%;
	margin: auto;
}

.h-r {
	width: 65%;
	margin: auto;
	margin-top: 20px;
}
	
	.c-l3 {
		width: 65%;
		float: left;
		margin-top: 10px;
	}
	
	.c-r3 {
		width: 25%;
		float: right;
	}
	
	ul.bunkatu2-4 li{
		width: 45%;
		float: left;
		margin-left: 10%;
	}
	
ul.bunkatu2-4 li:first-child{
	margin-left: 0;
	}
	
#menu {
	display: block;
    padding-bottom: 20px;
	padding-top: 20px;
}

.menu {
        position: relative;
        width: 100%;
        height: 50px;
        margin: 0 auto;
    }

    .menu > li {
        float: left;
        width: 12.3%;
        /* グローバルナビ4つの場合 */
        height: 50px;
        line-height: 50px;
        text-align: center;
    }

    .menu > li a {
        display: block;
        color: #333333;
        font-size: 14px;
		font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
    }

    .menu > li a:hover {
		color: #77d035;
    }

    ul.menu__second-level {
        visibility: hidden;
        opacity: 0;
        z-index: 3;
    }
	
	ul.menu__second-level2 {
        visibility: hidden;
        opacity: 0;
        z-index: 3;
    }

    ul.menu__third-level {
        visibility: hidden;
        opacity: 0;
    }

    ul.menu__fourth-level {
        visibility: hidden;
        opacity: 0;
    }

    .menu > li:hover {
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .menu__second-level li {
        border-style: none;
    }

    .menu__third-level li {
        border-top: 1px solid #111;
    }

    .menu__second-level li a:hover {
        background: #BAF0F3;
    }

    .menu__third-level li a:hover {
        background: #2a1f1f;
    }

    .menu__fourth-level li a:hover {
        background: #1d0f0f;
    }

    /* 下矢印 */
    .init-bottom:after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        margin: 0 0 0 15px;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /* floatクリア */
    .menu:before,
    .menu:after {
        content: " ";
        display: table;
    }

    .menu:after {
        clear: both;
    }

    .menu {
        *zoom: 1;
    }

    .menu > li.menu__single {
        position: relative;
    }


    /*  single
---------------------*/

    li.menu__single ul.menu__second-level {
        position: absolute;
        top: 40px;
        width: 100%;
		margin: auto;
        background: #fff;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
		border-collapse: collapse;
    }

    li.menu__single:hover ul.menu__second-level {
        top: 50px;
        visibility: visible;
        opacity: 1;
    }


    /*  mega
---------------------*/

    li.menu__mega ul.menu__second-level {
        position: absolute;
        top: 70px;
        left: 19%;
        box-sizing: border-box;
        width: 25%;
		margin: auto;
        background-color: #fff;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
    }

    li.menu__mega:hover ul.menu__second-level {
        top: 80px;
        visibility: visible;
        opacity: 1;
    }

    li.menu__mega ul.menu__second-level > li {
        width: 100%;
        border: none;
		border: #77d035 solid 1px;
    }

    li.menu__mega ul.menu__second-level > li:nth-child(odd) {
        /*background: rgba(83,218,227,0.5);*/
    }

    li.menu__mega ul.menu__second-level > li a {
        color: #333333;
		font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
    }

    li.menu__mega ul.menu__second-level a:hover {
        background: #77d035;
		color: #fff;
    }
	
	
    /*  mega2
---------------------*/

    li.menu__mega2 ul.menu__second-level2 {
        position: absolute;
        top: 70px;
        left: 44%;
        box-sizing: border-box;
        width: 25%;
		margin: auto;
        background-color: #fff;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
		border-collapse: collapse;
    }

    li.menu__mega2:hover ul.menu__second-level2 {
        top: 80px;
        visibility: visible;
        opacity: 1;
		border-collapse: collapse;
    }

    li.menu__mega2 ul.menu__second-level2 > li {
        width: 100%;
        border: none;
		border: #77d035 solid 1px;
    }

    li.menu__mega2 ul.menu__second-level2 > li a {
        color: #333333;
		font-family: dnp-shuei-mgothic-std, sans-serif;
font-weight: 600;
font-style: normal;
    }

    li.menu__mega2 ul.menu__second-level2 a:hover {
        background: #77d035;
		color: #fff;
    }

#menu li a:hover img{
	visibility: hidden;
}
	
	
.pb {
	padding-bottom: 0px;
}
	
	li.solid {
		border-left: solid 1px #333333;
		border-right: solid 1px #333333;
	}
	
	li.solid-l {
		border-left: solid 1px #333333;
	}
	
	li.solid-r {
		border-right: solid 1px #333333;
	}
	
	
/*  content
---------------------------------------*/

	p.bg-pink {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}

p.bg-bule {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 20px;
}
	
ul.bunkatu2 {
	width: 600px;
	margin: auto;
	padding-top: 30px;
}
	
#hu {
	top: -80px;
	width: 200px;
}
	
#hu2 {
	top: -150px;
	width: 180px;
}
	

.logo-s {
	width: 70px;
}

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

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

		table.kamoku2 {
	font-size: 15px;
}
	
	
.kaza1 {
	width: 300px;
}

.kaza2 {
	width: 300px;
}
	
.bottan a{
	font-size: 18px;
}
	
	ul.bunkatu2-1 {
		margin-top: 100px;
	}
	
ul.bunkatu2-1 li{
	width: 45%;
	float: left;
	margin-left: 10%;
	margin-bottom: 130px;
	height: 630px;
}

ul.bunkatu2-1 li:first-child{
	margin-left: 0;
	}
	
ul.bunkatu2-1 li:nth-child(3){
	margin-left: 0;
	clear: both;
	}
	
	.btn {
		position: absolute;
		bottom: 0;
	}
	
/*  2p
-----------------------*/
	dl.yoko2p-2 {
		margin-top: 30px;
	}
	
dl.yoko2p-2 dt{
	width: 40%;
	float: right;
	padding-top: 0;
}

dl.yoko2p-2 dd{
	width: 57%;
	float: left;
	padding-top: 0;
}
	
	.w-shin {
		width: 89%;
	}

.irast-02 {
		width: 100%;
	}
	
	ul.bunkatu3-2p {
		width: 80%;
		margin-top: 50px;
	}
	
.botton-green,.botton-pink {
	font-size: 20px;
}
	
	
/*  3p
-----------------------*/
	
	.fuku-intyo {
		width: 65%;
		margin: 0;
	}
	
	.fuku-ko {
		position: absolute;
		top: 0;
		right: 30px;
	}
	
	.koment1 {
		width: 60%;
		position: absolute;
		top: 250px;
		right: -50px;
	}
	
	.fuku-intyo2 {
		width: 65%;
	}
	
	.koment2 {
		width: 50%;
		position: absolute;
		top: 50px;
		left: -50px;
	}
	
	.h100 {
		height: 230px;
	}
	
	.h50 {
		height: 50px;
	}
	
		.flower {
	width: 100px;
	top: 70px;
}
		
/*  4p
-----------------------*/
	
/*  5p
-----------------------*/
	
table.y5p1 {
	margin-bottom: 60px;
}

.green-title3p,.pink-title3p {
	font-size: 23px;
}
	
table.y5p1 th{
	width: 40%;
	display: inline-block;
}

table.y5p1 td{
	width: 53%;
	display: inline-block;
	padding-left: 5%;
	vertical-align: middle;
	padding-top: 0;
}
	
	
ul.bunkatu5 li{
	width: 20%;
	margin-left: 4%;
	float: left;
	margin-bottom: 11px;
}
	
/* 1列目　*/
	
ul.bunkatu5 li:first-child{
	margin-left: 0;
	width: 28%;
}
	
ul.bunkatu5 li:nth-child(5){
	clear: both;
	margin-left: 0;
	width: 28%;
}
	
ul.bunkatu5 li:nth-child(9){
	clear: both;
	margin-left: 0;
	width: 28%;
}
	
ul.bunkatu5 li:nth-child(13){
	clear: both;
	margin-left: 0;
	width: 28%;
}
	
ul.bunkatu5 li:nth-child(11){
	clear: none;
	width: 20%;
	margin-left: 4%;
}
	
/* 2列目　*/
	
ul.bunkatu5 li:nth-child(2){
	width: 20%;
	clear: none;
	margin-left: 4%;
}
	
ul.bunkatu5 li:nth-child(7){
	width: 20%;
	clear: none;
	margin-left: 1%;
}
	
ul.bunkatu5 li:nth-child(12){
	width: 20%;
	clear: none;
	margin-left: 4%;
}
	
	
/* 3列目以降　*/
	
ul.bunkatu5 li:nth-child(3){
	width: 20%;
	clear: none;
	margin-left: 4%;
}
	
ul.bunkatu5 li:nth-child(4){
	width: 20%;
	clear: none;
	margin-left: 4%;
}
	
	
ul.bunkatu5 li:nth-child(8){
	width: 20%;
	clear: none;
	margin-left: 4%;
}


ul.bunkatu5 li:nth-child(10){
	width: 20%;
	clear: none;
	margin-left: 4%;
}
	
ul.bunkatu5 li:nth-child(14){
	width: 20%;
	clear: none;
	margin-left: 4%;
}
	
ul.bunkatu5 li:nth-child(15){
	width: 20%;
	clear: none;
	margin-left: 4%;
}
	
	.sp-tel-botton {
		margin: 0;
	}
	
.sp-tel-botton a{
	border: none;
	padding: 0px;
	font-size: 32px;
	letter-spacing: 3px;
}
	
div.slider {
    width: 60%;
}
	
	
}


/* 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: 1100px;
	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;
}
	
	.size-l {
		font-size: 45px;
	}
	
.size-l2 {
	font-size: 23px;
}
	
.size-l3 {
		font-size: 39px;
	}
	
	.size-m {
		font-size: 19px;
	}
	
	.size-m2 {
	font-size: 40px;
}
	
table.ten {
	font-size: 16px;
}

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

.fra {
	font-size: 20px;
}
	
.kome {
		top: 70px;
		right: 160px;
	}
	
	table.header {
		margin-top: 50px; 
	}
	
table.header th{
		width: 22%;
	}
	
table.header td{
		width: 45%;
	vertical-align: middle;
	padding-left: 10%;
	}
	
	table.h-tel {
		width: 100%;
	}
	
	table.h-tel th{
		width: 50%;
	}
	table.h-tel td{
		width: 50%;
		padding-left: 0%;
	}
	
.menu > li {
        width: 12.38%;
    }
	
.menu > li a {
        font-size: 15px;
    }
	
 li.menu__mega ul.menu__second-level {
        left: 18.75%;
    }

	

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

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

#bg1 {
	height: 650px;
}

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

#bg2 {
	height: 360px;
}


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



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


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

.w80 {
	width: 800px;
	margin: 0 auto;
}
	
dl.yoko2 dd{
	padding-top: 100px;
}
	
	
	.op {
		width: 750px;
		margin: auto;
	}
	
	.w820 {
		width: 820px;
		margin: auto;
	}
	
	.w82 {
		width: 90%;
		margin: auto;
	}
	
a.bottan2 {
	padding-top: 15px;
	padding-bottom: 15px;
}
	
.ha {
	width: 300px;
}
	
ul.bunkatu2-1 li{
	height: 700px;
}
	
ul.bunkatu2-1 li:nth-child(3){
	height: 730px;
}
	
ul.bunkatu2-1 li:nth-child(4){
	height: 730px;
}
	

	
/*  2p
-----------------------*/
	
dl.yoko2p-2 {
		margin-top: 50px;
	}

dl.yoko2p-2 dd{
	width: 50%;
}
	
ul.bunkatu3-2p {
		width: 70%;
		margin-top: 70px;
	}
	
/*  3p
-----------------------*/
	
.h100 {
		height: 170px;
	}
	
	.koment1 {
		width: 45%;
		top: 300px;
		right: -50px;
	}
	
	.koment2 {
		width: 40%;
		position: absolute;
		top: 150px;
		left: 30px;
	}
	
.flower {
	width: 130px;
	top: 40px;
}
		
/*  4p
-----------------------*/
	
/*  5p
-----------------------*/
	
.green-title3p,.pink-title3p {
	font-size: 25px;
}
	
div.slider {
    width: 1100px;
}
	

/*  スライダー
--------------------------------*/

	
#slider {
    overflow:hidden;
    position:relative;
    width:100%;
	display: block;
}

#sliderInner {
    position:relative;
    left:50%;
    width:4840px;
    margin-left:-2420px;
}

#sliderInner li {
    width: 1200px;
}


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

.kyujin {
	font-size: 16px;
}

/*  table（分割２）
----------------------------------*/

table.ka {
	font-size: 16px;
}


/*  footer 
---------------------------------------*/
	
	table.kamoku2 {
	font-size: 16px;
}

table.kamoku2 th{
	width: 15%;
}

	.f-l {
		width: 40%;
		padding-left: 5%;
	}
	
	.f-r {
		width: 45%;
	}
	
	.f-logo {
		width: 350px;
	}
	
	ul.bunkatu5 {
		width: 90%;
		margin: auto;
	}
	
	ul.bunkatu5 li a{
		font-size: 15px;
	}
	
	
	
/*  googlemap枠
----------------------------------*/

.ggmap {
padding-bottom: 27%;
}


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