@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:middle;background:transparent}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}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
	height: 100%;
}

html{
	height: 100%;
}

@font-face{ 
	font-family: 'mgenr';
	src: url('../font/font.eot');
    src: url('../font/font.eot?#iefix') format('embedded-opentype'),
    url('../font/font.woff') format('woff'),
    url('../font/font.ttf') format('truetype');
}

.mgenr{
	font-family: 'mgenr';
}

.ti{
	padding-left: 1em;
	text-indent: -1em;
}

table td{
    word-break: break-all;
  }

/*ヘッダー*/
h1{
	float: left;
	margin: 17px 0 17px 10px;
}

.h_info{
	float: right;
	width: 437px;
	text-align: center;
	margin-top: 14px;
	margin-bottom: 15px;
	margin-right: 10px;
}

.h_info img{
	float: left;
}

.toi{
	font-size: 15px;
}

.phone span{
	font-size: 35px;
	background: url(../img/tel.png) no-repeat left 55%;
	padding-left: 37px;
	line-height: 0.9em;	
	font-weight: bold;
}



.time{
	font-size: 14px;
	position: relative;

}

.btnH{
	width: 315px;
	margin:7px auto 3px auto;
	float: right;
}

.btnH1 a {
	display:block;
	width:130px;
	color:#fff;
	text-decoration:none;
	font-size:18px;
	float:right;
	background: #f5b300 url(../img/mail.png) no-repeat 5px;
	padding: 8px 0 4px 20px;
	margin: 15px 0;
	
}
.btnH1 a:hover {
	background:rgba(245,179,0,.7) url(../img/mail.png) no-repeat 5px;
	color: #FFF;
}

.btnH2 a {
	display:block;
	width:150px;
	color:#fff;
	text-decoration:none;
	font-family: 'mgenr';
	font-size:20px;
	float:right;
	background: #feb957;
	padding: 3px 0 5px 0;
}
.btnH2 a:hover {
	background:rgba(254,185,87,.7);
	color: #fff;
}

.btnK{
	width: 45%;
	text-align: center;
	margin: 10px 0 0 610px;
}

.btnK_s{
	width: 50%;
	text-align: center;
	margin: 10px 0 0 520px;
}

.btnK1 {
	display: block;
    width: 200px;
    color: #fff;
    text-decoration: none;
    font-family: 'mgenr';
    font-size: 22px;
    padding: 6px 0 7px 0;
    background: #f4839b;
    text-align: center;
    z-index: 10;
	border: 1px solid #f4839b;
    border-radius: 2px;
    float: left;
}
.btnK1:hover {
	background:rgba(244,131,155,.7);
	color: #FFF;
}

.btnK2 {
	display:block;
	width:200px;
	color:#fff;
	text-decoration:none;
	font-family: 'mgenr';
	font-size:22px;
	float:left;
	background: #4d4d4d;
    padding: 6px 0 7px 0;
	border: 1px solid #4d4d4d;
    border-radius: 2px;
	margin-left: 30px;
}
.btnK2:hover {
	background:rgba(75,75,75,.7);
	color: #fff;
}



.inner {
	position:relative;
	width:1100px;
	margin:0 auto;
/*	padding: 0.5px 0;
*/}

.inner2 {
	position:relative;
	width:1100px;
	margin:0 auto;

}


header {
	box-sizing:border-box;
	position:absolute;
	z-index: 100;
	width:100%;
	background:rgba(255,255,255,1);
}

.p_none{
	display: none;
}

.clear {clear:both;}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

.mt10{
	margin-top: 10px;
}

.mt20{
	margin-top: 20px;
}

.mt30{
	margin-top: 30px;
}

.mt50{
	margin-top: 50px;
}

.mb20{
	margin-bottom: 20px;
}

.mt20{
	margin-top: 20px;
}

.mb30{
	margin-bottom: 30px;
}

.mb40{
	margin-bottom: 40px;
}

.mb50{
	margin-bottom: 50px;
}

.mb100{
	margin-bottom: 100px;
}

.pt15{
	padding-top: 15px;
	
}

.ml20{
	margin-left: 20px;
}

.header_m {
	width:100%;
	height:85%;
	position:relative;
}

.box {
    z-index: 1;
    width: 100%;
    height: 93%;
    overflow: hidden;
	background: rgba(0,0,0,.3);
}

/*PDF*/
.pdf:before {
  position: relative;
  content:url("../img/icon_pdf2.png");
  bottom:-0.3em;
  left:0.4em;
  margin-right: 8px;
	padding-left: 15px;
}





/*メイン画像*/

#slideshow h1 {
	font-family: 'mgenr';
	/*width: 78%;*/
	position:absolute;
	top:50%;
	left:0;
	right:0;
	bottom:0;
	margin:0 auto;
	/*height:200px;*/
	z-index:10;
	font-size:60px;
	color:#ffffff;
	text-shadow: 
			   5px 5px 4px rgba(73,73,73,.75); 
	/*text-shadow: 2px 1px 1px #fff,
               2px -1px 1px #fff,
               -2px 1px 1px #fff,
               -2px -1px 1px #fff,
			   4px 4px 4px #000;*/
	line-height: 1.5em;
	text-align: center;
}



#slideshow h2 {
	font-family: 'mgenr';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:200px;
	z-index:10;
	width: 1000px;
	margin: 0 auto;
}

.btnS1 a {
	display:block;
	width:250px;
	color:#f79f9f;
	text-decoration:none;
	border-radius:3px;
	font-family: 'mgenr';
	font-size:25px;
	background:rgba(255,255,255,.8);
	padding: 8px 0 10px 0;
	float: right;
	border:#f79f9f 1px solid;
	box-sizing: border-box;
	position:absolute;
	bottom:70%;
	right: 1%;
}
.btnS1 a:hover {
	background:rgba(247,159,159,.7);
	color: #FFF;
}

.btnS2 a {
	display:block;
	width:250px;
	color:#29abe2;
	text-decoration:none;
	border-radius:3px;
	font-family: 'mgenr';
	font-size:25px;
	background:rgba(255,255,255,.8);
	padding: 8px 0 10px 0;
	float: right;
	border:#29abe2 1px solid;
	box-sizing: border-box;
	position:absolute;
	bottom:32%;
	right: 1%;
}
.btnS2 a:hover {
	background:rgba(41,171,226,.7);
	color: #FFF;
}


.large{
	font-size: 65px;
}

.small{
	position: relative;
	top: -20px;
	font-size: 36px;
	
}



.contents {
	width:1100px;
	margin:0 auto;
}

.contentsT{
	margin-top:100px; 
}

.contents2 {
	padding:0 10px;
	margin-top: 30px;
}

.contents3 {
	padding:0 10px;
	margin-top: 20px;
}	
.contents4 {
	width:100%;
	margin-top: 30px;

}
.contents5 {
	padding:0 10px;
	margin-top: 50px;
}

.contents6 {
	width:100%;
	margin-top: 20px;
	
}

.contents7 {
	width: 1080px;
	margin: 0 auto;
	
}

.contents_t{
	padding:0 10px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.contents_sh{
	background: rgba(244,131,155,.15);
	padding-bottom: 20px;
}

.contents_tel {
	margin:30px auto 0;
	width: 450px;
	text-align: center;
}

.contents_tel p{
	font-size: 20px;
	line-height: 0.8em;
}

.contents_top {
    width: 100%;
    margin-top: 100px;
}


.contents_pic{
	margin: 30px auto 0 auto;
	text-align: center;
	width: 100%;
}



.contents_pic p img {
	height:auto;
	width:640px;
}

.contents_pic ul {
	display:block;
	overflow:hidden;
	clear:both;
	width: 100%;
	margin-top: 30px;
	
}
.contents_pic li {
	display:block;
	float:left;
	background:#fff;
	margin:0 6.5px 0 0;
	width:270px;
	overflow: hidden;
}

.contents_pic li:nth-child(4n),.contents_pic li:last-child{
	margin-right: 0;
}

.contents_pic li:nth-child(n+5):nth-child(-n+8){
	margin-top: 15px;
}

.contents_pic li img {
	cursor:pointer;
	width:270px;
}

.contents_pic li img:hover { 
	opacity:0.8;
	filter:alpha(opacity=60); -ms-filter:"alpha(opacity=60)";
	zoom:1; }


.contents_pic2{
	width: 480px;
	margin: 30px auto 50px auto;
	text-align: center;
}

.contents_kekka{
	border: #ccc 1px solid;
	padding: 20px;
}

.contentsM{
	margin: 30px auto 0;
	width: 70%;
}

.contentsV {
	padding:0 10px;
	margin-top: 50px;
}

.contentsV:nth-child(2) {
	padding:0 10px;
	margin-top: 30px;
}

.c_ev .contents_ev:nth-child(2){
	margin-top: 30px;
}

.c_ev .contents_ev:not(:nth-child(2)){
	margin-top: 50px;
}

.c_ev .contents_ev:last-child{
	margin-bottom: 20px;
}

.c_ev .contents_ev{
	padding:0 10px;
}


.skn .contents6 {
	padding:0 10px;
	margin-top: 50px;
}

.job,.job2{
	width: 900px;
	margin:5px 0 0px 15px; 
}

.job3{
	width: 900px;
	padding:10px 0 8px 15px; 
}

.job4{
	width: 900px;
	margin:20px 0 10px 19px; 
}

.job ul,.job2 ul,.job3 ul{
	
	list-style: none;
}

.job ul li,.job2 ul li,.job3 ul li{
	margin-right: 20px;
	float: left;
}



.i_date{
	text-align: right;
	margin-right: 10px;
	font-family: 'mgen';
	font-size: 14px;
}

.bgc{
	background: rgba(41,171,226,.1);
	padding: 30px 0;
}

.bgc2{
	background: rgba(247,159,159,.1);
	padding: 30px 0;
}

/*top*/
.ftn1 {
    position: relative;
    width: 50%;
    height: 500px;
    background: url(../img/gaikan1.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
	float: left;
}

.ftn1_d,.ftn2_d{
	width: 90%;
	text-align: center;
	font-family: 'mgenr';
	font-size: 46px;
	color: #fff;
	margin: 171px auto 0;
	
}

.ftn2 {
    position: relative;
    width: 50%;
    height: 500px;
    background: url(../img/gaikan2.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
	float: right;
}


.menuP{
	margin:0 auto;
	width: 200px;
}



.menuP a {
	display:block;
	width:200px;
	color:#fff;
	text-decoration:none;
	font-family: 'mgenr';
	font-size:22px;
	padding: 6px 0 7px 0;
	border:#fff 1px solid;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	z-index: 10;
	margin-top: 30px;
	border-radius: 2px;
}

.menuP a:after{
	content:'＞';
    margin: 10px 0 10px 8px;
	bottom: 2px;
    position: relative;
	font-size: 0.8em;
}

.menuP a:hover {
	background:rgba(255,255,255,.5);
	color: #fff;
}




nav {
	width:100%;
	background:#fff;
	font-family: 'mgenr';
	⁄zoom:1;
	z-index:100;
	
}
nav:after {
	content:'';
	display:block;
	clear:both;
}

#contents {
	overflow:hidden;
	width:1000px;
	margin:20px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:68%;
}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:28%;
}

footer {
	
	width:100%;
	margin:0 auto;
}

a {
	color:#f4839b;
	text-decoration:underline;
}
a:hover {
	color:#EA3956;
	text-decoration:none;
}

h2 {
	margin-top:100px;
	font-size:38px;
	text-align: center;
	font-family: 'mgenr';
}

h2::before{
	content: '';
    display: inline-block;
    width: 83px;
    height: 10px;
    vertical-align: 15%;
    background: url(../img/h2_bef.png) no-repeat;
    background-size: 83px 10px;
}

h2::after{
	content: '';
    display: inline-block;
    width: 83px;
    height: 10px;
    vertical-align: 15%;
    background: url(../img/h2_aft.png) no-repeat;
    background-size: 83px 10px;
}

h2.none {
	margin-top:40px;
}




h3 {
	font-size:28px;
	font-family: 'mgenr';
	margin-bottom: 10px;
	color: #c0d66b;
}

.act h3{
	color: #333333;	
}

.act h3.fot1:before{
	content: '\30D5\30A9\30FC\30C1\30E5\30F3\2160';
	background: #ffc200;
	color: #ffffff;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 15px;
	border-radius: 2px;
}

.act h3.fot2:before{
	content: '\30D5\30A9\30FC\30C1\30E5\30F3\2161';
	background: #ffc200;
	color: #ffffff;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
	margin-right: 15px;
	border-radius: 2px;
}

.act h3.fotF:before{
	content: '\30D5\30A9\30FC\30C1\30E5\30F3\8FB2\5712';
	background: #ffc200;
	color: #ffffff;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
	margin-right: 15px;
	border-radius: 2px;
}

.act h3.grp_ac:before{
	content: 'AC\73ED';
	background: #ffc200;
	color: #ffffff;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 43px;
	padding-right: 43px;
	margin-right: 15px;
	border-radius: 2px;
}

.act h3.grp_it:before{
	content: 'IT\73ED';
	background: #ffc200;
	color: #ffffff;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 45px;
	padding-right: 45px;
	margin-right: 15px;
	border-radius: 2px;
}

.act h3.grp_fp:before{
	content: 'FP\73ED';
	background: #ffc200;
	color: #ffffff;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 43px;
	padding-right: 44px;
	margin-right: 15px;
	border-radius: 2px;
}

.act h3.acfp:before{
	content: 'AC\73ED/FP\73ED';
	background: #ffc200;
	color: #ffffff;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 25px;
	padding-right: 24px;
	margin-right: 15px;
	border-radius: 2px;
}

.act h3.all:before{
	content: '\5168\4F53';
	background: #ffc200;
	color: #ffffff;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	padding-left: 45px;
	padding-right: 45px;
	margin-right: 15px;
	border-radius: 2px;
}

h4 {
	font-size:24px;
	background: url(../img/f_bdr.png) bottom repeat-x;
	font-family: 'mgenr';
	padding-left: 10px;
	margin-top: 30px;
	padding-bottom: 3px;
}

h4.mt {
	
	margin-top: 50px;
}

h4.pro {
	
	margin-top: 20px;
}

h5 {
	font-size:20px;
	color:#f4839b;
	font-family: 'mgenr';
	padding: 10px 0 10px 15px;
}

h5.seik {
	font-size:25px;
	color: #000;
	font-family: 'mgenr';
	text-align: center;
}



p {
	line-height: 1.8em;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

/*ul,ol,dl {
	margin:0 0 1em 0;
}*/
/*ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}
*/

a:hover img {
	opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	
}

/*table {
	width:100%;
	margin-bottom:1em;
	
	border:none;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:none;
	background:#eee;
}
td {
	padding:10px;
	text-align:center;
	border:none;
}*/

/* 3カラム1（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
}

.bdr{
	border: 2px solid #f79f9f;
	box-sizing: border-box;
}

.photoText3_1 p{
	font-size: 18px;
	line-height: 1.5em;
	text-align: center;
	margin-top: 10px;
}

.photoText3_1 a{
	text-decoration: none;
	color: #000;
}

.photoText3_1 a:hover{
text-decoration: underline;
	color: #f5b300;
}

.photoText3_1{
	position: relative;
}


.threeColInner {
	overflow:hidden;
}

.threeColInner div:nth-child(3n) {
	margin-right:0;
	
}

.threeColInner div {
	width: 350px;
    float: left;
    margin-right: 15px;
    overflow: hidden;
    margin-bottom: 40px;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
	
}

.threeColInner img {
	display: block;
	width: 100%;
	
}

/*.threeColInner img {
	display: block;
	width: 100%;
	transition-duration: 0.3s;	
	
}
.threeColInner a:hover img {
	transform: scale(1.1);	
	transition-duration: 0.3s;	
	
}
*/
/* 3カラム2（スマートフォンでは1カラム) */
.threeCol2 {
	overflow:hidden;
}




.threeCol2Inner {
	overflow:hidden;
}

.threeCol2Inner div:nth-child(3n) {
	margin-right:0;
	
}

.threeCol2Inner div {
	width:350px;
	float:left;
	margin-right:15px;
	
}
.threeCol2Inner div:nth-child(3n+1) {
	clear:both;
	
}
.threeCol2Inner img {
	width:100%;
	margin-bottom:10px;
		
}

.photoText2{
	
	text-align: center;
}

.threeCol3 {
	overflow:hidden;
}

.threeColInner3 div:nth-child(3n) {
	margin-right:0;
	
}

.threeColInner3 div {
	width:310px;
	float:left;
	margin-right:25px;
	border: #feb957 1px solid;
	box-sizing: border-box;
	padding: 10px 10px 20px;
}
.threeColInner3 div:nth-child(3n+1) {
	clear:both;
	
}
.threeColInner3 img {
	width:100%;
	margin-bottom:10px;
		
}



.btnJ1 a  {
	display:block;
	width:130px;
	color:#fff;
	text-decoration:none;
	font-family: 'mgenr';
	font-size:20px;
	float:left;
	background: #f6385f;
	padding: 9px 0 10px 0;
	text-align: center;
	margin-top: 15px;
}
.btnJ1 a:hover {
	background:rgba(246,56,95,.7);
	color: #FFF;
}

.btnJ2 a {
	display:block;
	width:130px;
	color:#fff;
	text-decoration:none;
	font-family: 'mgenr';
	font-size:20px;
	float:right;
	background: #feb957;
	padding: 9px 0 10px 0;
	text-align: center;
	margin-top: 15px;
}
.btnJ2 a:hover {
	background:rgba(254,185,87,.7);
	color: #fff;
}





/* 3カラム3（スマートフォンでは1カラム) */
.threeCol3 {
	overflow:hidden;
	margin-bottom:10px;
	
}



.threeCol3Inner {
	overflow:hidden;

}
.threeCol3Inner div {
	width:350px;
	float:left;
	margin-right:15px;
	height: 380px;
	overflow: hidden;
	border: #ccc 1px solid;
	box-sizing:border-box;
	padding:5px 5px 5px 5px;
	background:#fff;
	margin-bottom:30px;
}

.threeCol3Inner div:nth-child(3n) {
	margin-right:0;
}

.threeCol3Inner div:nth-child(3n+1) {
	clear:both;
	
}
.threeCol3Inner img {
	display: block;
	width: 100%;
	
}

.photoText3_3 p{
	text-align: left;
	font-size: 14px;
	margin: 10px 0 2px 5px;
}


.photoText3_3 h6{
	text-align: left;
	margin-left: 5px;
	font-size: 18px;
	margin-bottom: 10px;

}

.photoText3_3 a{
text-decoration: none;
	color: #000;
}

.photoText3_3 a:hover{
text-decoration: underline;
	color: #f48396;
}

.photoText3 p{
	text-align: left;
	font-size: 12px;
	margin: 10px 0 2px 5px;
}


.photoText3 h6{
	text-align: left;
	margin-left: 5px;
	font-family: 'mgenr';
	font-size: 20px;
	margin-bottom: 10px;
		border-bottom: 1px solid #feb957;

}

.info_d{
	text-align: center;
}

.photoText3 dl{
	width: 100%;
}
.photoText3  dt{
	display: block;
	clear: left;
	float: left;
	padding-left:5px;
	padding-right:10px;
	margin-bottom: 10px;
	
}

.photoText3 dd {
	display: block;
	padding-left: 5px;
  	margin-bottom: 10px;
}


.photoText3_2{
	border: #ccc 1px solid;
	box-sizing:border-box;
	padding:5px 5px 5px 5px;
	background:#fff;
}

.photoText3_2 p{
	text-align: left;
	font-size: 12px;
	margin: 10px 0 2px 5px;
}


.photoText3_2 h6{
	text-align: left;
	margin-left: 5px;
	font-family: 'mgenr';
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #feb957;
}

.photoText3_2 dl{
	width: 100%;
	height: 250px;
	overflow: hidden;
}
.photoText3_2  dt{
	display: block;
	clear: left;
	float: left;
	padding-left:5px;
	padding-right:10px;
	margin-bottom: 10px;
	
}

.photoText3_2 dd {
	display: block;
	/*padding-left: 5px;*/
  	margin-bottom: 10px;
	margin-left: 80px;
}



/* 4カラム（スマートフォンでは1カラム) */
.fourCol {
	overflow:hidden;
}

.fourColInner{
	display: flex;
	justify-content: space-between;
	gap:1%;
}

.fourColInner div {
	width:20%;
}

.fourColInner img {
	width:100%;
}

.photoText4 p{
	font-size: 26px;
	line-height:2em;
	text-align: center;
	font-family: 'mgenr';
}



.fourColInner div.map3_p {
   position: relative;
    width: 100%;
}	
.fourColInner div.map3_p:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さを幅の75%に固定 */
}
	
.fourColInner div.map3 {
     position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	  width: 100%;
	height: 100%;
}



/* 4カラム2（スマートフォンでは1カラム) */
.new{
		width: 24.2%;
	position: relative;
	 z-index: 1;

}

.new::before {
    content: url(../products/img/new.png);
    top: 5px;
    left: 5px;
    position: absolute;
    z-index: 100;
}

.fourCol2 {
	overflow:hidden;
}
.fourColInner2 {
	overflow:hidden;
	display: flex;
	flex-wrap: wrap;
	gap:30px 1%;
}
.fourColInner2 div {
    width: 24.2%;
    border: #ccc 1px solid;
    box-sizing: border-box;
    padding: 5px;
	height: auto;
	min-height: 290px;
}

.fourColInner2 img {
	width:100%;

}

.photoText2 p{
	font-size: 18px;
	line-height:2em;
	text-align: left;
	margin-top: 10px;
}

/* 4カラム（スマートフォンでは1カラム) */
.fourCol3 {
	overflow:hidden;
}
.fourColInner3 {
	overflow:hidden;
	margin-right:-2%;
}
.fourColInner3 div {
	width:24.25%;
	float:left;
	margin-right:1%;
}

.fourColInner3 div:nth-child(4n){
	margin-right: 0;
}

.fourColInner3 div:nth-child(-n+4){
	margin-bottom: 10px;
}

.fourColInner3 div:nth-child(4n+1) {
	clear:both;
}
.fourColInner3 img {
	width:100%;
	margin-bottom:0.5em;
}

/*商品リスト*/
.pro_menu{
	margin: 100px auto 0;
	height:50px;
}

.pro_menu ul{
	display: flex;
	justify-content: space-between;
	gap:0 10px;
}
	
.pro_menu ul li {
	text-align:center;
	width:20%;
	font-family: 'mgenr';
	font-size: 24px;
}



.pro_menu ul li a:hover{
	background:rgba(192,214,107,.7);
	text-decoration: none;
	color: #fff;
}

.pro_menu ul li a{
	padding: 6px 0;
	display: block;
	color: #ffffff;
	background: #C0D66B;
	text-decoration: none;
	border-radius: 2px;
}

.pro_menu ul li.active a{
	color: #000;
}


/*ページ送り*/
.page{
	width: 1080px;
	margin: 30px auto 0;
	height:30px;
}


	
.page ul li {
	display:inline-block;
	float:right;
	text-align:center;
	
	margin-right:7px;
	width:30px;
	
}

.page ul li:first-child{
	margin-right:0;
}


.active_pg{
	background:#ffffff !important;
	color: #000;
	border: #f4839b 1px solid;
	box-sizing: border-box;
	height: 25px;
	padding-top: 3px;
	padding-bottom:25px;
}

.page ul li a:hover{
	background:rgba(244,131,155,.7);
	text-decoration: none;
	color: #fff;
}

.page ul li a,
.page ul li.active a{
	padding-top: 4px;
	padding-bottom:17px;
	display: block;
	color: #ffffff;
	height: 9px;
	background:#f4839b;
	text-decoration: none;
}

.page ul li.active a{
	color: #000;
}

/*商品詳細*/
.pro_dtlL{
	width: 49%;
	float: left;
}

.pro_dtlL img{
	width: 100%;
}

.pro_dtlR{
	width: 49%;
	float: right;
}

.pro_dtlR ul {
	display:block;
	overflow:hidden;
	clear:both;
	width: 100%;
	margin-top: 30px;
	
}
.pro_dtlR li {
	display:block;
	float:left;
	background:#fff;
	margin:0 6.5px 0 0;
	width:49%;
	overflow: hidden;
}

.pro_dtlR li:nth-child(2n){
	margin-right: 0;
}

.pro_dtlR li:nth-child(1),.pro_dtlR li:nth-child(2){
	margin-bottom: 10px;
}

.pro_dtlR li img {
	cursor:pointer;
	width:100%;
}

.pro_dtlR li img:hover { 
	opacity:0.8;
	filter:alpha(opacity=60); -ms-filter:"alpha(opacity=60)";
	zoom:1; }


/*活動内容*/
.act{
	margin-bottom: 50px;
}

.act:last-child{
	margin-bottom: 40px;
}

.act_img{
	width: 360px;
	float: left;
}

.act_img img{
	width: 100%;
}

.act_text{
	width: 700px;
	float: right;
}

.act_date{
	text-align: right;
	font-size: 14px;
}

/*メニューボタン*/
.menuB a {
	display:block;
	width:200px;
	color:#f5b300;
	text-decoration:none;
	font-family: 'mgenr';
	font-size:22px;
	border:#feb957 1px solid;
	box-sizing: border-box;
	padding: 6px 0 7px 0;
	text-align: center;
	margin: 30px auto 0;
}
.menuB a:hover {
	background:rgba(245,179,0,.8);
	color: #FFF;
}

.menuB a:after {
    content: url(../img/arrow1.png);
    margin: 10px 0 10px 10px;
    position: relative;
    top: -2px;
}

.menuB a:hover:after {
    content: url(../img/arrow2.png);
    margin: 10px 0 10px 10px;
    position: relative;
    top: -2px;
}

/*メニューボタン2*/
.menuB2 a {
	display:block;
	width:200px;
	color:#fff;
	text-decoration:none;
	font-family: 'mgenr';
	font-size:22px;
	background: #f4839b;
	padding: 6px 0 7px 0;
	text-align: center;
	margin: 30px auto 0;
	float: right;
	border-radius: 2px;
}

.menuB2 a:hover {
	background:rgba(245,179,0,.8);
	color: #FFF;
}

.menuB2 a:after {
   content: '＞';
    margin: 10px 0 10px 8px;
    bottom: 2px;
    position: relative;
    font-size: 0.8em;
}

.menuB2 a:hover{
	background:rgba(244,131,155,.7);
	color: #FFF;
}

.menuB3{
	
}

.menuB3 a {
	display: block;
    width: 200px;
    color: #fff;
    text-decoration: none;
    font-family: 'mgenr';
    font-size: 22px;
    padding: 6px 0 7px 0;
	background: #f4839b;
	text-align: center;
    z-index: 10;
    border-radius: 2px;
	float: right;
}

.menuB3 a:after {
    content: '＞';
    margin: 10px 0 10px 8px;
    bottom: 2px;
    position: relative;
    font-size: 0.8em;
}

.menuB3 a:hover {
	background:rgba(244,131,155,.7);
	color: #FFF;
}

.menuB4 a {
	display:block;
	width:200px;
	color:#fff;
	text-decoration:none;
	font-family: 'mgenr';
	font-size:22px;
	background: #c0d66b;
	padding: 6px 0 7px 0;
	text-align: center;
	margin: 20px auto 0;
	float: right;
	border-radius: 2px;
}

.menuB4 a:hover {
	background:rgba(192,214,107,.8);
	color: #FFF;
}

.menuB4 a:after {
   content: '＞';
    margin: 10px 0 10px 8px;
    bottom: 2px;
    position: relative;
    font-size: 0.8em;
}


/*お知らせ*/

.news{
	width:100%;
	margin: 0 auto;
}
.sc{

}

.sc dl {
	width: 100%;

}


.sc dt{
	display: block;
	clear: left;
	float: left;
	padding-left:5px;
	padding-right:30px;
	margin-bottom: 20px;
	
}

.sc dd {
	display: block;
	padding-left: 5px;
  	margin-bottom: 20px;
	min-width: 460px;
}

.news2{
	width: 48%;
	float: right;
	
}
.sc2{

}

.sc2 dl {
	width: 100%;
	line-height: 1.8em;

}


.sc2 dt{
	display: block;
	clear: left;
	float: left;
	padding-left:15px;
	padding-right:5px;
	margin-right: 20px;
	margin-bottom: 15px;
	
}

.sc2 dd {
	display: block;
	padding-left: 5px;
  	margin-bottom: 15px;
	min-width: 460px;
}

.news3{
	width: 350px;
	float: right;	
}

.sc3,.sc4{
	padding: 0 10px;
	margin-top: 30px;
}

.sc3 dl,.sc4 dl {
	width: 100%;
	line-height: 1.8em;

}


.sc3 dt,.sc4 dt{
	display: block;
	clear: left;
	float: left;
	padding-left:15px;
	padding-right:5px;
	margin-right: 20px;
	margin-bottom: 15px;
	
}

.sc3 dd,.sc4 dd {
	display: block;
	padding-left: 5px;
  	margin-bottom: 17px;
	min-width: 460px;
}

.news4{
	width: 700px;
	float: left;
}

.koushin:before{
	content: '\66F4\65B0\60C5\5831';
	background: #85A700;
	height: 20px;
	color: #ffffff;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
	margin-right: 15px;
	border-radius: 2px;
}

.oshirase:before{
	content: '\304A\77E5\3089\305B';
	background: #EA3956;
	height: 20px;
	color: #ffffff;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
	margin-right: 15px;
	border-radius: 2px;
}

.event:before{
	content: '\30A4\30D9\30F3\30C8';
	background: #83c3f2;
	height: 20px;
	color: #ffffff;
	font-size: 11px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
	margin-right: 15px;
	border-radius: 2px;
}



/* ラベル部分 左上に表示 */
.oshirase2,.koushin2,.event2{
	width: 350px;
	position: relative;
	 z-index: 1;
}


.oshirase2::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2em solid #ea3956;
    border-left: 8em solid #ea3956; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

.koushin2::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2em solid #85a700;
    border-left: 8em solid #85a700; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

.event2::before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2em solid #83c3f2;
    border-left: 8em solid #83c3f2; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}

.oshirase2::after {
    content: '\304A\77E5\3089\305B';
    display: block;
    top: 2px;
    color: #fff; /* 文字色はここで変更 */
    left: 10px;
    position: absolute;
    z-index: 101;
	font-size: 18px;
	font-family: 'mgenr';
}

.koushin2::after {
    content: '\66F4\65B0\60C5\5831';
    display: block;
    top: 2px;
    color: #fff; /* 文字色はここで変更 */
    left: 10px;
    position: absolute;
    z-index: 101;
	font-size: 18px;
	font-family: 'mgenr';
}

.event2::after {
    content: '\30A4\30D9\30F3\30C8';
    display: block;
    top: 2px;
    color: #fff; /* 文字色はここで変更 */
    left: 10px;
    position: absolute;
    z-index: 101;
	font-size: 18px;
	font-family: 'mgenr';
}


/*新店情報*/

table.table_newS {
  width: 100%;
  margin : 8px  0 8px 0;
  line-height:2em;
 
}

table.table_newS td {
  padding :3px 0;
}

table.table_newS th{
  padding : 3px 0;
	vertical-align: top;
	font-weight: bold;
	width: 10%;
	text-align: left;
	color: #F5B300;
}

/*事業所案内*/

.ftn1_2 {
    position: relative;
    width: 100%;
    height: 600px;
    background: url(../fortune1/img/ftn1B.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
	margin-top: 30px;
}

.ftn2_2 {
    position: relative;
    width: 100%;
    height: 600px;
    background: url(../fortune2/img/ftn2B.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
	margin-top: 30px;
}

table.table_office {
  width: 100%;
  border-collapse: collapse;
  margin : 30px  0 8px 0;
  line-height:2em; 
}

table.table_office td {
  border-collapse: collapse;
  border-bottom:#cccccc 1px solid;
  padding :11px 0 7px 15px;
}

table.table_office th{
　border-collapse: collapse;
border-bottom:#cccccc 1px solid;
  padding : 11px 0 7px;
	vertical-align: top;
	background: rgba(244,131,155,.15);
	font-weight: bold;
	width: 20%;
	text-align: center;
	font-size: 18px;
	font-family: 'mgenr';
}

.sf{
	width: 100%;
	
}


.sfL{
	float: left;
	width: 800px;
}

.sfL p{
		font-size: 18px;
	font-weight: bold;
}

.sfR{
	float: right;
	width: 250px;
}

.sfR img{
	width: 100%;
}

/*商品情報*/


table.table_newP {
  width: 100%;
  border-collapse: collapse;
  margin : 20px  0 8px 0;
  line-height:2em; 
}

table.table_newP td {
  border-collapse: collapse;
  border-bottom:#cccccc 1px solid;
  padding :11px 0 7px 15px;
}

table.table_newP th{
　border-collapse: collapse;
border-bottom:#cccccc 1px solid;
  padding : 11px 0 7px;
	vertical-align: top;
	background: rgba(244,131,155,.15);
	font-weight: bold;
	width: 20%;
	text-align: center;
	font-size: 18px;
	font-family: 'mgenr';
}

table.table_proT {
  width: 100%;
  margin : 8px  0 8px 0;
  line-height:2em;
 
}


table.table_proT th{
	vertical-align: top;
	font-weight: bold;
	width: 10%;
	text-align: left;
	font-family: 'mgenr';
}

table.table_proI {
  width: 100%;
  margin : 8px  0 8px 0;
  line-height:2em;
 
}


table.table_proI th{
	vertical-align: top;
	font-weight: bold;
	width: 7%;
	text-align: left;
	font-family: 'mgenr';
}

/*地図*/
.map {
   position:relative;
   width:100%;
   height:400px;
	margin-top: 30px;
}

.map2 {
   position:relative;
   width:100%;
   height:400px;
	margin-top: 50px;
}


	.map4{
		position:relative;
   width:100%;
		height: 250px;
	}	

/*連絡先*/

.f_btnH2 a {
	display: block;
    width: 195px;
    color: #fff;
    text-decoration: none;
    font-size: 26px;
    background: url(../img/mail2.png) no-repeat 8px center #f5b300;
    padding: 11px 0 7px 25px;
    text-align: center;
    margin: 30px auto 0;
}
.f_btnH2 a:hover {
	background:rgba(245,179,0,.7) url(../img/mail2.png) no-repeat 8px center; 
	color: #FFF;
}



/*pp*/

.contents2 ul,ol,li {
    margin:0;
    padding:0;
}

.contents2 ol{
	list-style-position: inside;
	text-indent: -1.2em;
	padding-left: 1.2em;
}

.contents2 ol li{
	margin-bottom: 20px;
}

.contents2 ol li:last-child{
	margin-bottom: 50px;
}

.contents2 ol li ol{
	list-style-position: inside;

}

.contents2 ol li ol li:last-child{
	margin-bottom: 20px;
}

.contents2 ol li ol li{
	list-style-type : none; 
	margin-top: 10px;
	margin-left: 10px;
	counter-increment: cnt;
}

.contents2 ol li ol li.su{
	list-style-type : decimal; 
	margin-top: 10px;
	
}

.contents2 ol li ol li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.contents2 ol li ol li ul{
	list-style-position: inside;
	padding-left: 20px;
}

.contents2 ol li ol li ul li{
	list-style-type : disc; 
	margin-top: 10px;
}

/*会社概要*/



table.table_company {
  width: 100%;
  border-collapse: collapse;
  
  margin : 8px  0 8px 0;
  line-height:2em;
 
}

table.table_company td {
  border-collapse: collapse;
  border-bottom:#cccccc 1px solid;
  padding :11px 0 7px 15px;
}

table.table_company th{
　border-collapse: collapse;
border-bottom:#cccccc 1px solid;
  padding : 11px 0 7px;
	vertical-align: top;
	background: rgba(244,131,155,.15);
	width: 20%;
	text-align: center;
	font-size: 18px;
	font-family: 'mgenr';
	font-weight: bold;
}

table.table_company2 {
  width: 100%;
  border-collapse: collapse;
  margin : 8px auto;
  line-height:2em;
 border: #ccc 1px solid;
	text-align: center;
}

table.table_company2 td {
  border-collapse: collapse;
  border:#cccccc 1px solid;
  padding :5px;
}

.jigyo{
	width: 100%;
}

.jigyo ul li:nth-child(2n+1) {
    display: block;
    background: url(../company/img/li1.png) no-repeat;
    background-position: 6px 0.5em;
    padding-left: 23px;
    line-height: 1.8em;
}

.jigyo ul li:nth-child(2n) {
    display: block;
    background: url(../company/img/li2.png) no-repeat;
    background-position: 6px 0.5em;
    padding-left: 23px;
    line-height: 1.7em;
}

.do{
	background: rgba(41,171,266,0.3);
}

.ni{
	background: rgba(255,0,0,.3);
}

table.table_company2 th{
　border-collapse: collapse;
border:#cccccc 1px solid;
  padding : 5px;
	vertical-align: top;
	background: rgba(245,179,0,.3);
	font-weight: normal;
	width: 20%;
	text-align: center;
	font-size: 18px;
}

.company{
	padding: 0 10px;
	margin-top: 30px;
}

.company dl {
	width: 100%;

}

.company dt{
	display: block;
	padding-left:25px;
	margin-bottom: 10px;
	background: url(../company/img/c_li.png) no-repeat left center;	
    font-family: 'mgenr';
	font-size: 22px;
	font-weight: bold;
}

.company dd {
	display: block;
	padding-left: 5px;
  	margin-bottom: 20px;
}

.cap{
	font-size: 14px;
	color: #f6385f;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-left: 20px;
}

.mess{
	font-family: 'mgenr';
	font-size: 22px;
	font-weight: bold;
}

.fives{
	font-size: 22px;
	line-height: 1.5em;
}

.free:before{
	content: url(../company/img/telF.jpg);
}

.group{
	padding: 0 10px;
	margin-top: 30px;
}

.group p{
	margin-left: 20px;
}

.groupL{
	width: 48%;
	float: left;
}

.groupR{
	width: 48%;
	float: right;
}

.groupN{
    font-family: 'mgenr';
	font-size: 22px;
}

.groupN:before{
	content: url(../company/img/g_li.png);
}

.org{
	color: #f6385f;
	font-weight: bold;
}

.grn{
	color: #6ca478;
	font-weight: bold;
}

.ble{
	color: #024274;
	font-weight: bold;
}

.big{
font-size: 20px;
    color: #feb957;
    font-weight: bold;
}



/*採用*/
table.table_rec {
  width: 100%;
  border-collapse: collapse;
  margin : 8px  0 8px 0;
  line-height:2em;
 
}

table.table_rec td {
  border-collapse: collapse;
  border-bottom:#cccccc 1px solid;
  padding :9px 0 5px 15px;
}

table.table_rec th{
　border-collapse: collapse;
border-bottom:#cccccc 1px solid;
  padding : 9px 0 5px;
	vertical-align: top;
	background: rgba(245,179,0,.3);
	font-weight: normal;
	width: 20%;
	text-align: center;
	font-size: 18px;
}

/*動画一覧　可変div*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*================================================
 *  ヘッダー
 ================================================*/


.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}


	.pd0{
		padding: 0;
	}
	

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media print, screen and (min-width:1025px) {
	nav {
		background:rgba(255,255,255,1);
		/*border-bottom:5px solid #710000;
		box-shadow:0 1px 3px #999;*/
	position:absolute;
	top:0;
	height:90px;

	}

	/* 共通 */
	nav ul {
		margin:0;
		padding:0;

	}

	nav ul li {
		position:relative;
		margin:0;
		padding:0;
		list-style:none;
		
	}

	nav ul li a {
		display:block;
		margin:0;
		padding: 36px 14px 36px 14px;
		color:#000;
		font-size:18px;
		line-height:1;
		text-decoration:none;
	}
	
	
	nav ul li:hover > a {
		color:#fff;
		background:#f4839b;
	}
	
	

	/* 1段目 */
	nav ul.gnav > li {
		position:relative;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;

	}
	
	nav ul.gnav > li:first-child {
    padding-top: 5px;
    text-align: left;
    margin-left: 0;
}
	
		nav ul.gnav > li:first-child > a{
   background: none;
}

	nav ul.gnav > li.subnav a {
		padding-right:25px;
	}

	nav ul.gnav > li.subnav > a:after {
		position:absolute;
		content:"";
		top:43px;
		width:0;
		height:0;
		margin-left:5px;
		border:5px solid transparent;
		border-top-color:#f4839b;
	}
	
	nav ul.gnav > li.subnav:hover > a:after{
		position:absolute;
		content:"";
		top:43px;
		width:0;
		height:0;
		margin-left:5px;
		border:5px solid transparent;
		border-top-color:#fff;
	}

	/* 2段目 */
	nav ul li ul {
		position:absolute;
		z-index:3;
		top:90px;
		left:0;
		width:120%;
		margin:0;
		padding:0;
	}

	nav ul li ul li {
		overflow:hidden;
		width:120%;
		height:0;
		color:#fff;
		transition:.2s;
	}
	
	.blst{
		width: 60%;
	}

	nav ul li ul li a {
		padding:16px 15px;
		text-align:left;
		font-weight:normal;
		background:rgba(255,255,255,.9);
	}

	nav ul li:hover > ul > li {
		overflow:visible;
		height:50px;
		border-bottom:1px solid #f4839b;
	}

	nav ul li:hover ul li:last-child {
		border-bottom:none;
	}

	nav ul.gnav > li:last-child > ul {
		
		width: 110%;
	}

	nav ul li ul li ul:before {
		position:absolute;
		content:"";
		top:13px;
		left:-20px;
		width:0;
		height:0;
		border:5px solid transparent;
		border-left-color:#feb957;
	}

	nav ul.gnav > li:last-child ul li ul:before {
		position:absolute;
		content:"";
		top:12px;
		left:200%;
		margin-left:-20px;
		border:5px solid transparent;
		border-right-color:#fff;
	}

	

	.gnav {
		display:block !important;
	}

	#spMenu {
		display:none;
	}

	.fixed {
		position:fixed;
		top:0;
		height: 90px;
		background: rgba(255,255,255,.9);
	}
	
}

/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
/*pankuzu*/

.pan{
	width:1100px;
	margin:0 auto;
	font-size:14px;
	margin-top: 10px;
	height: 25px;

}

.pan ol li a {
	color: #f4839b;
}

.pan ol li a:hover {
	color:#ea3956;
}

.pan ol li:first-child {
       padding-left: 15px;
}

.pan ol li {
        /* liを横並び＆ブレットを消す */
    display: inline;
    list-style-type: none;
}

.pan ol li:before {
        /* liの前に記号追加 */
    content: " ＞ ";
}

.pan ol li:first-child:before {
        /* 最初のliだけcontentを消す */
    content: none;
}	

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}




/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	width: 100%;
}

.foot_bnr {
	width:1080px;
	margin: 0 auto;
	height: 120px;

}

.foot_bnrL{
	float: left;
	width: 350px;
	margin-right: 15px;
	margin-top: 27px;
}

.foot_bnrL h6,.foot_bnrR h6{
	font-size: 18px;
	font-weight: bold;
}

.foot_bnrR{
	float: right;
	width: 350px;
	margin-top: 27px;
}

.footlogo {
	width:100%;
	background:url(../img/foot_bg.jpg) repeat-x;
	height: 135px;
	margin-top: 130px;
}

.footlogoL{
	float: left;
	margin-right: 15px;
	margin-top: 17px;
	width: 335px;
}



.footlogoC{
	float: left;
}

.foot_shop{
	width: 1000px;
	margin: 0 auto;
}



/*.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}*/


.copyright {
	clear:both;
	height: 25px;
	font-size:14px;
	text-align:center;
	color:#fff;
	background:#81A100;
	padding-top: 5px;
	font-family: 'mgenr';
}

/*================================================
 *  ページトップへの戻り
 ================================================*/


.f_top{
	width: 90px;
	margin-top: 10px;
	position: fixed;
	bottom: 50px;
	right: 1px;
	padding: 5px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}



.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
}

/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
#slideshow {
   position:relative;
   height:100%;
	width: 100%;
	/*top:-81px;*/
}

#slideshow div.black {
   position:absolute;
	z-index:1;
   height:100%;
	width: 100%;
	background: rgba(0,0,0,.2);
}

#slideshow li {
   position:absolute;
   height:100%;
   margin:0;
   padding:0;
   background-position:center top;
   background-repeat:no-repeat;
	background-size:cover;
}


#headImage {
	/*overflow:hidden;*/
	position:relative;
	z-index: 100;
}

#headImage ul {
	margin:0;
	padding:0;

}

#headImage li {
	position:absolute;
	margin:0;
	padding:0;
	list-style:none;
}

/*================================================
 *  下層
 ================================================*/
.fo1_main {
   position:relative;
   width:100%;
   height:350px;

  background:url(../fortune1/img/main.jpg) no-repeat center;
  background-size:cover;
	
	}

.in_main{
   position:relative;
   width:100%;
   height:350px;

  background:url(../info/img/main.jpg) no-repeat center;
  background-size:cover;
	
	}

/*.jb_main {
   position:relative;
   width:100%;
   height:80px;

  background:#feb957;
  background-size:cover;
	
	}*/
	
	
.fo2_main {
   position:relative;
   width:100%;
   height:350px;

  background:url(../fortune2/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/

  background-size:cover; /* 背景画像をhtml要素にフィット */
	
	}
	


.con_main {
   position:relative;
   width:100%;
   height:350px;
   background:url(../contact/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/
   background-size:cover; /* 背景画像をhtml要素にフィット */
	
	}

.pro_main {
   position:relative;
   width:100%;
   height:350px;
   background:url(../products/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/
   background-size:cover; /* 背景画像をhtml要素にフィット */
	
	}

.com_main {
   position:relative;
   width:100%;
   height:350px;
   background:url(../company/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/
   background-size:cover; /* 背景画像をhtml要素にフィット */
	
	}

.ac_main {
   position:relative;
   width:100%;
   height:350px;
   background:url(../activity/img/main.jpg) no-repeat center;/*背景をhtml要素に表示*/
   background-size:cover; /* 背景画像をhtml要素にフィット */
	
	}
	
	
.header_se {
	width:100%;
	position: relative;
    text-align: center;
	padding-top:90px; 
}

.header_se h1 {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1000px;
	z-index:1;
	font-size:60px;
	color:#fff;
	font-family: 'mgenr';
	animation-name: fadein;
    animation-duration: 2s;
	text-align: center;
}

@keyframes fadein {
   from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

@-webkit-keyframes fadein {
    from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

	
.header_se2 {
	width:100%;
	position: relative;
    text-align: center;
	padding-top:110px; 
}

.header_se2 h1 {
	position:absolute;
	top:64%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:1000px;
	z-index:1;
	text-align:left;
	font-size:36px;
	color:#fff;
	font-family: 'mgenr';
	font-weight: bold;
	
}

.voiceH{
	color: #f6385f;
	font-size: 20px;
	margin-bottom: 10px;
}

.voiceH2{
	color: #fff;
	background: #feb957;
	font-size: 20px;
	padding: 2px 5px 2px;
	font-family: 'mgenr';
}

.twoCol {

}

.twoColtex {
	float:left;
	width:800px;
}

.twoColimg {
	float:right;
	width:210px;
}

.twoCol2 {

}

.twoColtex2 {
	float:left;
	width:520px;
	margin-left: 10px;
}

.twoColimg2 {
	float:right;
	width:550px;
}

.twoCol3 {
	
}

.twoColtex3 {
	float:left;
	width:500px;
	text-align: center;
	margin-top: 65px;
}

.twoColimg3 {
	float:right;
	width:550px;
}

.twoCol4 {

}

.twoColtex4 {
	float:left;
	width:500px;
	height: 490px;
	margin: 50px 0;
	background: rgba(255,255,255,.9);
	padding: 5px 10px;
}

.twoColtex4 h2 {
	margin: 20px 0;
}

.twoCol5 {

}

.twoColtex5 {
	float:right;
	width:500px;
	height: 490px;
	margin: 50px 0;
	background: rgba(255,255,255,.9);
	padding: 5px 10px;
}

.twoColtex5 h2 {
	margin: 20px 0;
}




/* お問い合わせ
	* --------------------------------------- */	

.info dl {
	width: 100%;
}

.info dt {
	display: block;
	clear: left;
	float: left;
    min-width: 225px;
	margin-left:10px;
	padding-left:30px;
	padding-top:4px;
	height: 36px;
	/*vertical-align:middle;*/
}

.info dd {
	display: block;
  	margin-bottom:20px;
	margin-left: 265px;
}



.info{
	
	}

input.infoInput {
    height: 25px;
    margin: 0 0 10px 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infosize{
	width:95%;
}
.jikan{
		line-height: 2.2em;
	}

.infoselect{
	height: 35px;
	padding: 5px;
	border: #CCCCCC 1px solid;
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:10px;
}

textarea.infocomment {
    margin: 0 0 10px 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.pin{
	color: #fb385f;
}

.formBtn{
	margin-left:250px;
	text-align:center;
}

.formBtn1{
	width:150px;
	color: #fff;
	background:#f4839b;
	text-decoration:none;
	font-size:22px;
	padding: 9px 0 8px 0;
	text-align: center;
	margin-right:20px;
	border:#f4839b 1px solid;
	border-radius: 2px;
	font-family: 'mgenr';
}

.formBtn1:hover{
	background:rgba(244,131,155,.7);
	color: #FFF;
}

.formBtn2{
	width:150px;
	color:#fff;
	text-decoration:none;
	font-size:22px;
	background:#4d4d4d;
	padding: 9px 0 8px 0;
	text-align: center;
	margin-right:20px;
	border: #4d4d4d 1px solid;
	border-radius: 2px;
	font-family: 'mgenr';
}

.formBtn2:hover{
	background: rgba(75,75,75, .7);
	color: #fff;
}

input[type="submit"],
input[type="button"] {
  /*border-radius: 0;*/
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:1024px) {

img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
	
.inner {
	width:100%;
}
	
.inner2 {
	width:100%;
}

#contents {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}

footer {
	width:100%;
}
	

	
#slideshow h1 {
	position:absolute;
	top:40%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	/*height: 150px;*/
	z-index:50;
	font-size:42px;
	width: 90%;
}
	
nav {
	background:rgba(255,255,255,.8);
}
	
nav ul {
	margin:0;
	padding:0;
}

nav .inner2 > ul {
	z-index:99;
	overflow:auto;
	position:fixed;
	top:80px;
	right:0;
	width:100%;

	height:-webkit-calc(100% - 91px);
	height:calc(100% - 91px);
}
	
nav li {
	position:relative;
	width:100%;
	float:none;
	margin:0;
	text-align:left;
	list-style:none;
	border-bottom:1px solid #f4839b;
}

nav li:first-child {
	border-top:0;
}
	
nav li:last-child {
	border-bottom:0;
}

nav li a {
	display:block;
	padding:10px 30px;
	color:#000;
	text-decoration:none;
	background:rgba(255,255,255,.9);
}
nav li a:hover {
	color:#000;
	background:#F2E7E9;
}
	
nav ul ul {
	display:none;
	position:relative;
}
	
nav li li a {
	box-sizing:border-box;
	width:100%;
	padding:10px 30px 10px 50px;
	text-align:left;
	background: #F2E7E9;
}

nav li li li a {
	padding:10px 30px 10px 70px;
}

/*.subnav > a:before {
	display:block;
	content:"";
	position:absolute;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	top:20px;
	right:30px;
	width:10px;
	height:10px;
	margin-top:-5px;
}*/
	
.subnav > a:after {
	position: absolute;
    content: "";
    top: 20px;
	right:30px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #f4839b;
}
	
.subnav a:hover:after {
	position: absolute;
    content: "";
    top: 20px;
    width: 0;
    height: 0;
    right:30px;
    border: 5px solid transparent;
    border-top-color: #f4839b;
}

.active > a:before {
	margin-top:0;
}
	
.active > a:after {
	margin-top:5px;
}

.gnav {
	display:none;
}
	
.menuB a,.menuB2 a,.menuB4 a  {
	margin: 30px 10px 0 auto;
}

	
	
#spMenu {
	display:block;
	z-index:99;
	position:fixed;
	top:5px;
	right:10px;
}
	
#spMenu:hover {
	cursor:pointer;
}

#navBtn {
	display:inline-block;
	position:relative;
	width:40px;
	height:40px;
	border-radius:2px;
	background:#f4839b;
	top:15px;
}
	
#navBtnIcon {
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	width:14px;
	height:2px;
	margin:-1px 0 0 -7px;
	background:#fff;
	transition:.2s;
}
	
#navBtnIcon:before,
#navBtnIcon:after {
	display:block;
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:14px;
	height:2px;
	background:#fff;
	transition:0.3s;
}
	
#navBtnIcon:before {
	margin-top:-6px;
}
	
#navBtnIcon:after {
	margin-top:4px;
}
	
#navBtn .close {
	background:transparent;
}
	
#navBtn .close:before,
#navBtn .close:after {
	margin-top:0;
}
	
#navBtn .close:before {
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}
	
#navBtn .close:after {
	transform:rotate(-135deg);
	-webkit-transform:rotate(-135deg);
}
	
header {
	z-index:51;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding:8px 10px 0;
	background: rgba(255,255,255,.9);
	height: 80px;
}
	
	h1{
		width: 200px;
		margin-top: 3px;
	}
	
h1 img{
	width: 100%;
}
	
h2 {
	margin-top: 80px;
     font-size: 36px; 
    
}
	
h3.sh {
	margin: 0 10px 15px ;
	padding-left: 0;
}

	
	.h_info{
		margin-top: 12px;
		width: auto;
	}
	
.h_info img{
	float: right;
	width: 80%;
	margin-right: 60px
}
	
.p_none{
	display: block;
}	

	.pa_none{
	display: none;
}

.header_se,.header_se2 {
	width:100%;
	position: relative;
	padding-top: 0;
    text-align: left;
}
	


.header_se h1 {
	top:45%;
	width:90%;
	font-size:40px;
}

.header_se2 h1 {
	top:15%;
	width:90%;
	
}	

	
	
.contents {
	box-sizing:border-box;
	width:100%;

}
	
.contents2 , .news {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
	
.contents3 {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
	
.contents5,.contents7 {
	box-sizing:border-box;
	width:100%;
	padding:0 10px;
}
	
	.contentsM{
	margin: 30px auto 0;
	width: 90%;
}
	
.contentsT {
    padding: 0 10px;
	margin-top: 80px;
}
	
.threeCol2 {
		margin-bottom:30px;
	}

	.threeColInner,.threeCol2Inner {
		margin-right: 0%;
	}
	.threeColInner div,.threeCol2Inner div {
		float:left;
		width:32%;
		margin-right: 2%;
	}
	
	.photoText3_2 dl{
	width: 100%;
	height: 400px;
}

.photoText3_1 a,.photoText3_3 a{
	text-decoration:underline;
	color: #f4839b;
}

	
	.photoText3_2 h6{
	
	font-size: 18px;
}
	
	.threeColInner,.threeCol2Inner img {
	width:100%;
	margin-bottom:0;
		
}
	
.threeCol3Inner div {

		width:32%;
	height: 300px;
	margin-right: 2%;
	}
	
.photoText3_1 .caption {
	display: none;
}
.photoText3_1 .mask {
	display: none;
}

	.job,.job2,.job3,.job4{
		width: 98%;
	}	
	
.page{
	width:90%;
	box-sizing:border-box;
	height:30px;
}
	
.btnJ1 a  {
	width:150px;
	float:none;
	margin: 20px auto;
}

.btnJ2 a {
	width:150px;
	float:none;
	margin: 30px auto 10px;
}

.btnK,.btnK_s{
	width: 60%;
	text-align: center;
	margin: 10px 0 0 40%;
}
	
a.telhref {
		color: #000;
	text-decoration: none;
	}
	
.contact{
	width: 95%;
}
	
	
.contents_tel {
    width: 60%;
    text-align: center;
}



.f_btnH{
	width: 480px;
	float: none;
	text-align: center;

	margin: 30px auto 0;
}

.f_btnH1 a {
	
	margin-left: 20px;
}


.contents_pic li {
	display:block;
	float:left;
	background:#fff;
	margin:0 1% 0 0;
	width:24.25%;
		overflow: hidden;
}

.contents_pic li img {
	cursor:pointer;
	width:100%;
}


/*お知らせ*/
.sc dt{
	float: left;
	padding-left:15px;
	padding-right:20px;
	margin-right: 0;
	margin-bottom: 10px;
	
}

.sc dd {
	display: block;
	padding-left: 15px;
  	margin-bottom: 20px;
	min-width: 90%;
}
	



.sc2 dt{
	float: none;
	padding-left:15px;
	padding-right:0;
	margin-right: 0;
	margin-bottom: 10px;
	
}

.sc2 dd {
	display: block;
	padding-left: 15px;
  	margin-bottom: 20px;
	min-width: 90%;
}
	
.news3{
	width: 35%;
	float: right;	
}
	
.sc3 dt, .sc4 dt {
    padding-left: 10px;
    padding-right: 5px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.sc3 dd,.sc4 dd {
	display: block;
	padding-left: 5px;
	min-width: 430px;
}

.news4{
	width: 60%;
	float: left;
	margin: 0 0 0 0;
}

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

.foot_bnrL{
	float: left;
	width: 48%;
	margin-top: 10px;
}
	
.foot_bnrL img{
	width: 100%;
}

.foot_bnrR{
	float: right;
	width: 48%;
	margin-top: 10px;
}
	
.foot_bnrR img{
	width: 100%;
}
.footlogoL {
    float: none;
    margin: 0 auto;
}

.footlogo {
	width:100%;
	background:url(../img/foot_bg2.jpg);
	height: 200px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.foot_shop{
	width: 95%;
}

	.foot_shop p{
		font-size: 14px;
		
	}

/*商品リスト*/
.pro_menu{
	width: 95%;
	margin: 80px auto 0;
}


	
.pro_menu ul li {
	width:24%;
	font-family: 'mgenr';
	font-size: 24px;
}


.pro_dtlR li:nth-child(1),.pro_dtlR li:nth-child(2){
	margin-bottom: 5px;
}


.twoColtex {
	width:70%;
}

.twoColimg {
	width:30%;
	text-align: right;
}

	




	
	.twoCol2 {
	width:100%;
}
	
.twoColtex2 {
	width:56%;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-top: 0px;
}
	
.twoColimg2 {
width:40%;
	}
	
	.twoCol3 {
	width:100%;
}
	
.twoColtex3 {
	float:left;
	width:60%;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin-top: 0px;
}
	
.twoColimg3 {
width:35%;
	}
	
.twoColtex4,.twoColtex5 {
	width:70%;

}
	
.twoColimg4 {
width:40%;
	}
	
.threeColInner3 div {
	width:32%;
	border: #feb957 1px solid;
	box-sizing: border-box;
	padding: 10px 10px 20px;
}
	
.fourColInner2 div {
    
    min-height: 220px;
}
	

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


table.table_newS th{
 
	width: 13%;
}
	
	table.table_newP th{
 
	width: 18%;
}
	
	

/* お問い合わせ
	* --------------------------------------- */	

.info dl {
	display: block;
	
}

.info dt {
	float: none;
	margin-left:5px;
	padding-left:0;
}
	
.info dd {
    display: block;
    margin-bottom: 20px;
    margin-left: 0;
}


.info{
	width:100%;
}

input.infoInput {
    height: 25px;
    margin: 0 0 10px 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*.infosize{
	width:98%;
}*/
	
	

.formBtn {
	box-sizing:border-box;
	width:100%;
	margin-left:0;
	margin-bottom:10px;
	font-size:18px;
	text-align:center;
	
	}
	
		#slideshow {
   position:relative;
   width:100%;
   height:50%;

}

	#slideshow h2 {
    width: 100%;
}
	
table.table_company th,table.table_rec th{
	width:30%;
}
	

.acJB2 dd{
    width:100%;
	
    }

.ftn1_2,.ftn2_2 {
    height: 450px;
}

.sfL {
    float: left;
    width:69%;
}
	
.sfR {
    float: right;
    width: 30%;
}
	
.act_img{
	width: 30%;
	float: left;
}

.act_text{
	width: 68%;
	float: right;
}
	
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:640px) {
	
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
	
	.lock {
		overflow:hidden;
	}

	header {
		z-index:51;
		box-sizing:border-box;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		padding:4px 10px 4px;
		background: rgba(255,255,255,.8);
		height: 60px;
	}
	
	.p_none{
	display: block;
}
	

	
	.s_none{
		display: none;
	}
	
	h1{
		width: 150px;
	}

	h1 img{
		width: 98%;
	}
	
	.h_info{
		width: 150px;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.h_info img{
		width: 92%;
		margin-right: 38px;
		margin-top: 2px;
		
	}
	
	
	
	h1{
		text-align: left;
		margin-bottom: 0;
		margin-top: 3px;
		margin-left: 0;
	}
	

	
.inner {
	width:100%;
}
	
	#slideshow h1 {
	position:absolute;
	/*padding-top: 10%;*/
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width: 75%;
	z-index:50;
	font-size:26px;
	top:38%;
}
	#slideshow {
   position:relative;
   width:100%;
   height:40%;


}
	
	.large{
		font-size: 38px;
	}
	
	.small{
		font-size: 25px;
		top:-10px;
	}
	
	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}

	#main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:100%;
	}

	nav {
		background:#ffffff;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner2 > ul {
		z-index:99;
		overflow:auto;
		position:fixed;
		top:60px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 65px);
		height:calc(100% - 65px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#000;
		text-decoration:none;
		background:rgba(255,255,255,.9);
	}
	nav li a:hover {
		color:#000;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	nav li li li a {
		padding:10px 30px 10px 70px;
	}

	/*.subnav > a:before {
		position: absolute;
    content: "";
    top: 25px;
    width: 0;
    height: 0;
    margin-left: 5px;
    border: 5px solid transparent;
    border-top-color: #f79f9f;
		
	}*/
	.subnav > a:after {
		position: absolute;
    content: "";
    top: 25px;
    width: 0;
    height: 0;
    margin-left: 5px;
    border: 5px solid transparent;
    border-top-color: #f4839b
	}
	.subnav a:hover:after {
		position: absolute;
    content: "";
    top: 25px;
    width: 0;
    height: 0;
    margin-left: 5px;
    border: 5px solid transparent;
    border-top-color: #f4839b;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	.gnav {
		display:none;
	}

	#spMenu {
		display:block;
		z-index:99;
		position:fixed;
		top:8px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:30px;
		height:30px;
		top:7px;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#fff;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#fff;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear:both;
	}
	
	.contents {
		box-sizing:border-box;
		width:100%;
		margin-top: 0;
		
	}
	
.header_se {
	height: 30%;
}

.header_se h1 {
	top:38%;

	font-size:32px;

}
	
.header_se2 {
	height: 60px;
}
	
.header_se2 h1 {
	top:10%;

	font-size:30px;

}
	
	
.contentsT {
    margin-top: 50px;
}	
	
.contents2,.contents3 {
	box-sizing:border-box;
	width:100%;
	
}
	

	.threeCol,.threeCol2 {
		margin-bottom:0;
	}
	
	.threeCol2Inner img {
	width:100%;
	margin-bottom:0;
		
}
	.threeCol2Inner div {
		float:none;
		width:100%;
	}

	
	.threeColInner img,.threeCol2Inner img {
	width:100%;
	margin-bottom:0;
		
}
	.threeColInner div{
		float:none;
		width:100%;
		margin-right: 0;
	}
	

 .threeCol2Inner div {
		float:none;
		width:100%;
		margin-right: 0;
	}
	
.ftn1 {
    width: 100%;
    height: 250px;
    float: none;
}
.ftn2 {
    width: 100%;
    height: 250px;
    float: none;
	margin-top: 30px;
}
.ftn1_d, .ftn2_d {
    width: 90%;
    text-align: center;
    font-family: 'mgenr';
    font-size: 36px;
    color: #fff;
     margin: 0 auto 0; 
	padding: 50px 0 0;
}


/*.threeColInner div:nth-child(3n) {
	margin-right:1%;
	
}

.threeColInner div {
	width: 49%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 40px;
}
.threeColInner div:nth-child(3n+1) {
	clear: none;
	margin-right: 1%;
}
	
.threeColInner div:nth-child(2n) {
	margin-right: 0;
	
}*/

.threeColInner img {
	display: block;
	width: 100%;
	
}
	
	
	.threeColInner,.threeCol2Inner img {
	width:100%;
	margin-bottom:0;
		
}
	
	
	.threeCol3Inner {
		margin-right:0;
	}
	.threeCol3Inner div {
		float:none;
		width:100%;
		height: auto;
	}
	

	
	
.threeColInner3 div {
	width:100%;
	float:none;
	margin-right:0;
}
	
	.photoText3{
		margin-bottom: 30px;
	} 
	.photoText3_2 dl{
	width: 100%;
	height: auto;
}
	
	
	.photoText3_2:not(:last-child){
		margin-bottom: 30px;
		
	}
	
	.photoText3_2 h6 {
    font-size: 20px;
}
	.fourCol{
		padding: 0 10px;
	}
	
	.fourColInner {
		flex-wrap: wrap;
	}
	.fourColInner div {
		width:49%;
	}
	
	.fourColInner div:nth-child(2n) {
		margin-right: 0;
	}
	
	.fourCol2 {
		margin-bottom:0;
	}

	.fourColInner2 {
		margin-right:0;
		justify-content: space-between;
	}
	.fourColInner2 div {
		width:48%;
	}
	
	.fourColInner2 div:nth-child(even){
		margin-right: 0;
	}
	
	.fourCol3 {
		margin-bottom:30px;
	}

	.fourColInner3 {
		margin-right:0;
	}
	.fourColInner3 div {
		float: left;
    width: 49.5%;
    margin-right: 1%;
    margin-bottom: 1%;
	}
	
	.fourColInner3 div:nth-child(-n+8) {
    margin-bottom: 0;
}
	
	.fourColInner3 div:nth-child(even){
		margin-right: 0;
	}
	
.twoCol {
	width:100%;
}
	
.twoColInner {
	margin-right:0;
}
	
.twoColInner div {
	float:none;
	width:100%;
}
	
.twoColtex {
	
	float:none;
	width: 100%;
}

.twoColimg{
	margin:30px auto 0;
	float:none;
	width:70%;
	text-align: center;
}
	
	.twoColimg4 {
	margin:30px auto 0;
	float:none;
	width:70%;
		
}

.twoColimg4 img,.twoColimg2 img{
		width: 100%;
	
	}
	
	.twoCol4,.twoCol5{
		width: 100%;
		
		
	}
.twoColtex4,.twoColtex5 {
	float:none;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0;
}

	
.twoColimg img {
	width:auto;
}
	
.twoCol2,.twoCol {
	width:100%;
}
	
.twoColInner2 {
	margin-right:0;
}
	
.twoColInner2 div {
	float:none;
	width:100%;
}
	
.twoColtex2,.twoColtex3 {
	float:none;
	width:100%;
	box-sizing: border-box;
	margin-left: 0;
}

.twoColimg2,.twoColimg3 {
	margin-top:20px;
	float:none;
	width:100%;
}
	
.twoColimg2,.twoColimg3 img {
	width:100%;
}
	
.c_ev .twoColimg2 {
	margin-top:0px;
	float:none;
	width:100%;
}
	
	.fourColInner2 div {
    min-height: 200px;
}
	
	.photoText2 p{
	font-size: 16px;
	line-height: 1.5em;
}
	.photoText2{
		margin-bottom: 10px;
	}
	
	
	
	.photoText4 p{
	font-size: 18px;
}

	.fac1,.fac2{
		background: none;
		margin-top: 50px;
		width: 100%;
		height: auto;
	}
	
	.twoColtex4 h2,.twoColtex5 h2 {
    margin:0 0 30px;
}
	
	.news3{
	width: 100%;
	float: none;
		text-align: center;
}
	
	.news3 h3{
	
		text-align: left!important;
}

/*お知らせ*/
.sc dt{
	float: none;
	padding-left:15px;
	padding-right:20px;
	margin-right: 0;
	margin-bottom: 10px;
	
}


	
.sc3{
padding: 0;
}
	.sc3 dl {
	display: block;
	
}

.sc3 dt {
	float:none;
  width:90%;
	margin-bottom: 5px;
	padding-left: 5px;
}

.sc3 dd {
  	margin-bottom: 15px;
	margin-left: 10px;
	 min-width: 85%;

}
	
		.news4{
	width: 100%;
	float: none;
		box-sizing: border-box;
	
}
.sc4{

}
	.sc4 dl {
	display: block;
	
}

.sc4 dt {
	float:none;
  width:90%;
	margin-bottom: 5px;
	
}

.sc4 dd {
 
  	margin-bottom: 15px;
	margin-left: 10px;
	 min-width: 85%;

}
	
	
	
	h2 {
	margin-top: 50px;
    font-size: 26px;
}

	h2::before {
    width: 40px;
	background: url(../img/h2_Sbef.png) no-repeat left 2px;
    background-size: 40px 6px;
}
	h2::after {
    width: 40px;
	background: url(../img/h2_Saft.png) no-repeat left 2px;
    background-size: 40px 6px;	
}
	
	h2.mtn {
	margin-top:0px;
		
}
	


	
	h2.none {
	
		margin-top: 30px;
}
	
	h3 {
	font-size:24px;
		padding-left: 0;
}
	
	
h4 {
    font-size: 22px;
	width: 95%;
	margin-left:auto;
	margin-right: auto;
}
	

.contact{
	width: 98%;
}

.f_info{
	float: none;
	width: 98%;
	font-family: 'mgenr';
	height: 110px;
}

.f_toi{
	font-size: 16px;
}

.f_phone{
	font-size: 30px;
}

.f_time{
	font-size: 16px;
}

.f_btnH{
	width: 92%;
	float: none;
	text-align: center;

}

.f_btnH1 a {
	width:150px;
	padding: 3px 0 5px 0;
	margin-left: 0;
	margin-right:0; 
}




	
.fr_btnH{
	width: 340px;
	text-align: center;
	padding-top: 30px;
	margin: 0 auto;

}

.fr_btnH1 a {
	display:block;
	width:160px;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	font-family: 'mgenr';
	font-size:18px;
	float:left;
	background: #f79f9f;
	padding: 10px 0 10px 0;
	margin: 0 20px 20px auto;
}
.fr_btnH1 a:hover {
	background:rgba(247,159,159,.7);
	color: #FFF;
}

.fr_btnH2 a {
	display:block;
	width:160px;
	color:#fff;
	text-decoration:none;
	border-radius:3px;
	font-family: 'mgenr';
	font-size:18px;
	float:left;
	background: #29abe2;
	padding: 10px 0 10px 0;
	margin: 0 auto 15px auto;
}
.fr_btnH2 a:hover {
	background:rgba(41,171,226,.7);
	color: #fff;
}
	
.foot_bnr {
	width:90%;
	margin: 0 auto;
	margin-top: 70px;
	height: auto;
}

.foot_bnr ul li {
	float:left;
	margin-right:3%;
	margin-bottom: 15px;
	
}

.foot_bnr ul li:nth-child(even){
	margin-right:0;	
	float: none;
}


.footlogo {
	width:100%;
	height: auto;
	text-align: center;
	margin-top: 100px;
	padding-top: 5px;
}
	
.f_logo{
		width: 80%;
	}

.foot_shop{
	width: 95%;
	margin: 0 auto;
	font-size: 18px;
	margin-top: 5px;

}

	
	
.footlogoL {
    float: none;
		margin-left: 0;
}
	
.footlogoC {
    float: none;
}
	
.footlogoR {
    float: none;
    margin-left: 0;
    margin-top: 30px;
	margin-bottom: 30px;
}
	

	
.foot_bnrL img{
	width: 100%;
}


	
.foot_bnrR img{
	width: 100%;
}

.foot_bnr {
	width:95%;
	margin: 5px auto 0;
	height: auto;

}

.foot_bnrL{
	float: none;
	text-align: center;
	margin-bottom: 30px;
	width: 100%;
}

.foot_bnrR{
	float: none;
	text-align: center;
	margin-bottom: 10px;
	width: 100%;
}


/*.footmenu {
	width:100%;
	padding:20px 0;
	overflow:hidden;
	background:#efede9;
}*/


.copyright {
	clear:both;
	height: 25px;
	font-size:12px;
	text-align:center;
	color:#fff;
	padding-top: 6px;
}

	
	
/*メニューボタン*/
/*.menuB a {
	display:block;
	text-decoration:none;
	font-family: 'mgenr';
	text-align: center;
	float: right;

}	
	
.menuB2 a {
	margin: 30px auto;
}*/
	
.menuB3 a {
	
	margin: 5px auto 20px;
	float: none;
}

/* お問い合わせ
	* --------------------------------------- */	

.info dl {
	display: block;
	
}

.info dt {
	float: none;
	margin-left:5px;
	padding-left:0;
	
}


.info{
	width:100%;
}

input.infoInput {
    height: 25px;
    margin: 0 0 10px 0;
    padding: 5px;
    border: #CCCCCC 1px solid;
    font-size: 15px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.infosize{
	width:95%;
}



.formBtn {
	box-sizing:border-box;
	width:100%;
	margin-left:0;
	margin-bottom:10px;
	font-size:18px;
	text-align:center;
	
	}

.formBtn1{
	width:130px;
	font-weight:normal;
	margin-right:6px;
}



.formBtn2{
	width:130px;
	font-weight:normal;
	margin-left:6px;
	margin-right: 0;
}

	.fo1_main,.pro_main,.fo2_main ,.sm_main,.sh_main,.sk_main,.in_main,.com_main,.con_main,.ac_main {
   
   height:100%;
   
	
	}
	

	.mt10{
	margin-top: 0;
}

.contents_pic,.contents_pic2{
	width: 95%;
	text-align: center;
}
	
.contents_pic p {
    height: auto;
    width: 100%;
}
	
.contents_pic ul {

	width: 100%;
	margin-top: 10px;
	
}
.contents_pic li {

	margin:0 2% 0 0;
	width:23.5%;
}

.contents_pic li:nth-child(n+5):nth-child(-n+8) {
    margin-top: 10px;
}

.contents_pic li img {
	width:23%;
}



.contents_pic li img{
	display: block;
	width: 100%;
	transition-duration: 0;
}

.contents_pic li img:hover {
    transform: none;
    transition-duration: 0;
}
	
.job{
	width: 100%;
	margin:5px 0 10px 5px; 
}
	
.job2{
	width: 100%;
	margin:5px 0 15px 5px; 
}
	
.job3,.job4{
	width: 100%;
}
	
.job ul li,.job3 ul li{
	margin-right: 30px;
	margin-bottom: 15px;
}
	
.job ul li:last-child{
	margin-bottom: 5px;

}
	
.job2 ul li{
	margin-right: 30px;
	margin-bottom: 15px;
}
	
.lmb20{

	margin-bottom: 20px!important;

}

	.ml20{
		margin-left: 10px;
	}
	
	.btnJ1 a,.btnJ2 a{
		font-size: 18px;
		padding: 9px 0 10px;
	}
	
.btnK{
	width: 100%;
	text-align: center;
	margin: 10px auto 0 ;
}
	
	
.btnK1 {
	font-size:18px;
	float:none;
	padding: 6px 0 7px 0;
	margin: 10px auto 30px;
}

.btnK2 {
	font-size:18px;
	float:none;
	padding: 6px 0 7px 0;
	margin: 0 auto 10px ;
}
	
	.groupL,.groupR{
		float: none;
		width: 100%;
	}
	.groupR{
		margin-top: 30px;
	}
	
/*oshigotoアコーディオン*/



.acJB dt{
    width:92%;
    height:auto;
    line-height:40px;
	padding: 2% 6% 2% 2%;
    cursor:pointer;
	margin-top: 30px;
	font-size: 16px;
    }

.acJB dt:first-child{
	margin-top: 15px;
    }

.acJB dd{
    width:96%;
   /* height:50px;*/
    line-height:35px;
    padding: 0 2%;
    display:none;
	font-size: 16px;
    }

table.table_job td {
    padding: 9px 0 5px 10px;
}
	table.table_job th {
  padding : 9px 5px 5px 5px;
		width: 28%;
}
	
	.rinen{
		font-size: 40px;
	}
	
	
table.table_company2 {
  border-collapse: collapse;
 border: none;

}

table.table_company2 td {
  border-collapse: collapse;
  border:#cccccc 1px solid;
}
	
table.table_newS th{
 
	width: 26%;
}
	
table.table_proT th{
 
	width: 28%;
}
	
table.table_proI th{
 
	width: 18%;
}

table.table_office th,table.table_company th,table.table_newP th {
    padding: 8px 0 5px;
    width: 37%;
}	

table.table_office td,table.table_company td,table.table_newP td {
    padding: 8px 0 5px 10px;
}
	
.contents_tel {
    width: 100%;
    text-align: center;
}
	
.contents_tel p {
    font-size: 16px;
    line-height: 0.8em;
}
	
.contents_top {
    width: 100%;
    margin-top: 70px;
}
	
.map,.map2 {
    margin-top: 50px;
	height: 350px;
}

	
.ftn1_2,.ftn2_2 {
    height: 300px;
}

	.sfL{
	float: none;
	width: 100%;
}

.sfR{
	float: none;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
	
/*商品リスト*/
.pro_menu{
	width: 95%;
	margin: 50px auto 0;
	height:auto;
}

	.pro_menu ul{
		flex-wrap: wrap;
		gap:20px 1%;
	}
	
.pro_menu ul li {
	width:49%;
	font-family: 'mgenr';
	font-size: 20px;
}


.pro_menu ul li a:hover{
	background:rgba(192,214,107,.7);
	text-decoration: none;
	color: #fff;
}

.pro_menu ul li a{
	padding: 6px 0;
	display: block;
	color: #ffffff;
	background: #C0D66B;
	text-decoration: none;
	border-radius: 2px;
}

.pro_menu ul li.active a{
	color: #000;
}

/*商品詳細*/
.pro_dtlL{
	width: 100%;
	float: none;
}

.pro_dtlR{
	width: 100%;
	float: none;
}
	
.pro_dtlR ul {
	margin-top:10px;
}

.pro_dtlR li {
	margin: 0 2% 0 0;
    width: 23.5%;
}

.pro_dtlR li:nth-child(2){
	margin-right: 2%;
}

.pro_dtlR li:nth-child(1),.pro_dtlR li:nth-child(2){
	margin-bottom: 5px;
}

.pro_dtlR li img {
	cursor:pointer;
	width:100%;
}

.pro_dtlR li img:hover { 
	opacity:0.8;
	filter:alpha(opacity=60); -ms-filter:"alpha(opacity=60)";
	zoom:1; }

.act_img{
	width: 100%;
	float: none;
}

.act_text{
	width: 100%;
	float: none;
	margin-top: 15px;
}

	div{
		word-wrap: break-word;
	}
	
}
