@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* YUI 3.8.1 (build 5795) Copyright 2013 Yahoo! Inc. https://yuilibrary.com/license/ */
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

body {
    font-family: 'Noto Sans Japanese', serif;
	font-size:14px;
}


#junbi {
	text-align:center;
	font:bold;
	font-size:24px;
	padding-top:60px;
	font-weight:bold;
}
.junbi {
	margin-top:20px;
	text-align:center;
	font-size:14px;
}
.junbi2 {
	margin-top:30px;
	text-align:center;
	font-size:14px;
}


#topcontrol {
	background-color:#3a3a3a;
	color:#FFF;
	font-size:40px;
	line-height:0;
	padding:0 10px 5px;
	z-index:999;

}

#sp {
	display:none;
}
p {
	line-height:1.8em;
	letter-spacing:0.1em;
}

.img100 img {
	width:100%;
	height:auto;
}
.cy_hover {
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
}

.hover img {
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
}

.a_h a {
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
}

.hover img:hover{
	opacity: 0.4;  
    filter: alpha(opacity=60);
}
.cy_container {
	width:97%;
	max-width:960px;
	margin:0 auto;
}

#spbox {
	display:none;
}

.font {
	font-family:"ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
}

.font22 {
	font-size:22px;
}
.font20 {
	font-size:20px;
}
.font18 {
	font-size:18px;
}
.font16 {
	font-size:16px;
}

.posi {
	position:relative;
}

#sprogo {
	display:none;
}

#cy_h1 {
position: absolute;
    top: 0px;
    left: 5px;
    right: 5px;
    padding: 0 5px;
    z-index: 800;
    font-size: 10px;
    text-align: center;
	}

#sp_text {
	display:none;
}

.tel-link2 a {
	text-decoration:none;
	color:inherit;
}

.tel-link2{
	text-decoration:none;
	color:inherit;
}

.font2 {
	font-family: 'Montserrat', sans-serif;
	font-family: 'Passion One', cursive;
	font-family: 'Russo One', sans-serif;
	font-family: 'Archivo Black', sans-serif;
}

.color_b {
	color:#4e7ad4;
}

/**header******************/

#cy_header {
	border-top:10px solid #013398;
	position:relative;
}

#rogo {
	float:left;
	padding:10px 0 0 40px;
}

#cy_nav {
	float:left;
	padding:30px 0 0 40px;
}

	#cy_nav li {
		float:left;
		text-align:center;
		padding:0 20px;
	}
	
	#cy_nav a {
		text-decoration:none;
		color:#000;
		font-weight:bold;
		position: relative;
		display: inline-block;
		padding: .4em;
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;
	}
	
	.ja {
		display:block;
		font-size:16px;
	}

	
	#cy_nav a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		border-bottom:3px solid #013398;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	
	#cy_nav a:hover::after {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}

#tel {
	position:absolute;
	right:0;
	top:0;
}

/**************/
#topmain {
	background-image:url(../images/top10.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:auto 690px;
	height:690px;
	position:relative;
	margin-top:10px;
	z-index:50;
}

	#toptitle {
		position:absolute;
		width:100%;
		text-align:center;
		left:0;
		top:200px;
	}
	
	#levanga {
		position:absolute;
		bottom:80px;
		right:70px;
	}

/*********/
#news_box {
	width:97%;
	max-width:1430px;
	margin:0 auto;
	position:relative;
	top:-20px;
	z-index:100;
	background-color:#000;
}
#news_box iframe{
width: 100%;	
height: 202px;
	}
	iframe #news li {
		display:table;
		width:100%;
		border-bottom:2px solid #FFF;
		position:relative;
	}
	
	#news a {
		color:#FFF;
		padding:20px 30px;
		display:block;
		text-decoration:none;
	}
	
	.time {
		display:table-cell;
		vertical-align:middle;
		width:200px;
	}
	
	.n_title {
		display:table-cell;
		vertical-align:middle;
		padding-right:100px;
	}
	
		.n_title span {
			color:#5585e8;
			border-bottom:1px solid #5585e8;
		}
		
	.n_hover {
		position:absolute;
		right:30px;
		top:20px;
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;
	}
	
		#news li:hover .n_hover {
			right:20px;	
		}

.ho {
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
}
#n_more {
	background-color:#000;
	text-align:center;
	color:#4e7ad4;
	-webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out;
}

	#n_more a {
		color:#FFF;
		text-decoration:none;
		border-bottom:1px solid #FFF;
		display:block;
		padding:15px 0;
	}

#n_more:hover {
	background-color:#4e7ad4;
}

#n_more:hover .color_b{
	color:#FFF;
}

/**********/
#top_three {
	margin-top:40px;
	position:relative;
}

	#top_three ul li {
		float:left;
		width:25%;
		padding:0 1px;
	}

	#top_three img {
		width:100%;
		height:auto;
	}

#more {
    text-align: center;
    position: absolute;
    width: 70%;
    top: 20%;
    left: 2.5%;
    display: block;
    border: 2px solid #FFF;
    padding: 30px 10px;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

	
	#more span {
		font-size:22px;
		position:relative;
		top:2px;
		padding-right:3px;
	}
	
	#more:hover{
		color:#4e7ad4;
		border:2px solid #4e7ad4;
	}
#more100 {
		display: none;
}


	.banar{
		position: relative;
		z-index: 99999;
	}

/***************/

.container1430 {
	width:97%;
	max-width:1430px;
	margin:0 auto;
}
.container1000 {
	width:97%;
	max-width:1000px;
	margin:0 auto;
}

.z500 {
	position:relative;
	z-index:500;
}

#topleft {
	margin-top:60px;
	width:48%;
	float:left;
}
	
	.top_border {
		border:2px solid #d7d6d6;
		padding:30px;
		background-color:#FFF;
		min-height:355px
	}
		
	#news_2 li {
		display:table;
		width:100%;
		font-weight:bold;
		padding:10px 0;
	}
	
		#news_2 li a {
			text-decoration:none;
			color:#000;
		}
	
		.time2 {
			display:table-cell;
			width:100px;
			vertical-align:top;
		}
		
		.n_b {
			display:table-cell;
			width:60px;
			vertical-align:top;
			border-top:1px solid #d7d6d6;
			position:relative;
			top:10px;
		}
		
		.n_new {
			display:table-cell;
			width:100px;
			text-align:center;
			padding-left:15px
		}
		
			.n_new span {
				background-color:#013398;
				color:#FFF;
				padding:0 20px;
			}
		
		.n_title2 {
			display:table-cell;
			padding-left:20px;
		}
		
	.more {
		background-color:#000;
		text-align:center;
		color:#4e7ad4;
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;
	}
	
		.more a {
			color:#FFF;
			text-decoration:none;
			border-bottom:1px solid #FFF;
			display:block;
			padding:10px 0;
		}
	
	.more:hover {
		background-color:#4e7ad4;
	}
	
	.more:hover .color_b{
		color:#FFF;
	}
	
/**/

#topright {
	float:right;
	width:48%;
	margin-top:60px;
}

	#calendar {
		min-height:180px;
	}
	#calendar iframe{
		min-height:180px;
		    width: 100%;
    height: 275px;
	}
	.calendar{
		width: 100%;
		height:400px;
		}
	.calendar iframe{
		width: 100%;
		height:400px;
		}
/**********************/
#top_bg {
	background-image:url(../images/top15.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:auto 804px;
	height:804px;
	padding-top:250px;
	position:relative;
	z-index:10;
	margin-top:-150px;
}
	
	.cy_table {
		display:table;
	}
	
	#photo {
		display:table-cell;
		width:30%;
		vertical-align:middle;
	}
	
		#photo img {
			width:100%;
			height:auto;
		}
	
	#event {
		display:table-cell;
		vertical-align:middle;
		width:50%;
		padding:20px 20px 20px 60px;
	}
		
		.e_a {
			font-weight:bold;
		}
		
	#e_more {
		width:20%;
		display:table-cell;
		vertical-align:middle;
		text-align:right;
	}
	
		#more_img img {
			width:100%;
			height:auto;
			max-width:143px;
		}

#link {
	background-color:#FFF;
	text-align:center;
	padding:15px 0;
	margin-top:40px;
}

#link li {
	display:inline-block;
	padding:0 10px
}
	
	#link img {
		height:88px;
		width:auto;
	}

/********************/

.topmidashi {
	font-weight:bold;
	font-size:20px;
	text-align:center;
}

.m_border {
	border-bottom:3px solid #013398;
	width:80px;
	margin:7px auto 10px;
}

.topmidashi_mini {
	color:#43444a;
	font-weight:bold;
	text-align:center;
}


#top_three2 {
	margin:40px auto 0;
	width:97%;
	max-width:1700px;
}

	#top_three2 li {
		float:left;
		width:33.33%;
	}
	
	#top_three2 div {
		width:94%;
		position:relative;
		overflow:hidden;
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;
	}
	
	#top_three2 li:nth-child(2) div {
		margin:0 auto;
	}
	
	#top_three2 li:nth-child(3) div {
		float:right;
	}
	
	#top_three2 img {
		width:100%;
		height:auto;
		-moz-transition: -moz-transform 0.5s linear;
		-webkit-transition: -webkit-transform 0.5s linear;
		-o-transition: -o-transform 0.5s linear;
		-ms-transition: -ms-transform 0.5s linear;
		transition: transform 0.5s linear;
	}
	
	#top_three2 div:hover img{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
	
	#top_three2 p {
		position:absolute;
		width:100%;
		top:40%;
		left:0;
		text-align:center;
		font-size:22px;
		font-weight:bold;
	}
	
	#top_three2 a {
		text-decoration:none;
		color:#FFF;
		position: relative;
		display: inline-block;
		padding: .4em;
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;
	}
	
	
	#top_three2 a::after {
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 1px;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
		transform: scaleX(0);
		border-bottom:3px solid #013398;
		-webkit-transition: all .3s ease;
		transition: all .3s ease;
	}

	
	#top_three2 a:hover::after {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1);
	}


	.ja2 {
		display:block;
		font-size:14px;
		margin-top:-10px
	}
	
	#top_three2 div:hover a {
		color:#4e7ad4;
	}


/***********/
.bg_color {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ffffff), color-stop(0.00, #fdfdfd));
	background: -webkit-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
	background: -moz-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
	background: linear-gradient(top, #fdfdfd 0%, #ffffff 100%);
}
.slick_container {
	width:97%;
	margin:0 auto;
	max-width:1400px;
}

.more_img {
	text-align:center;
	margin-top:60px;
}

/*****/

#big {
	text-align:center;
	font-weight:700;
	color:#013398;
	margin-top:40px;
	font-size:48px;
	line-height:normal;
	letter-spacing:0.2em;
}

#toptext {
	color:#013398;
	margin:40px 0;
	text-align:center;
	font-weight:bold;
	line-height:2.2em;
}

	#toptext span {
		display:block;
	}

/****/
.container1530 {
	width:97%;
	margin:0 auto;
	max-width:1530px;
}

#banar1 {
	float:left;
	width:20%;
	padding:0 15px;
}

	
	#banar1 li {
		padding-bottom:10px;
	}

#banar2 {
	float:left;
	width:28%;
	padding:0 15px;
}

	#banar_2_li li {
		float:left;
		width:70%;
		padding-top:10px;
	}
	
		#banar_2_li li:nth-child(2) {
			width:28%;
			float:right;
		}

#banar3 {
	float:left;
	width:28%;
	padding:0 15px;
}

	#banar3 li{
		padding-bottom:18px;
	}
	

#banar4 {
	float:left;
	width:21%;
	padding:0 15px;
}

	#banar4 li{
		padding-bottom:10px;
	}

#top_four {
	margin-top:20px;
}

	#top_four li {
		display:inline-block;
		padding:0 15px;
	}
	
	#top_four img {
		width:auto;
		height:41px;
	}


.more_img2 {
	text-align:center;
	margin-top:60px;
}

/***footer*********/

#blue {
	background-color:#013398;
	color:#FFF;
	margin-top:60px;
	padding:40px 0;
}

#cy_footer a{
	color:#FFF;
	text-decoration:none;
}

#f_left {
	float:left;
	width:40%;
	font-size:12px;
}

#access_map {
	margin-top:20px;
	
}

#access_map a {
	border:2px solid #FFF;
	padding:15px 0;
	text-align:center;
	display:block;
	font-size:16px;
}

#access_map a:hover {
	color:#e60012;
}

#f_right {
	float:right;
	width:48%;
	font-weight:bold;
}

	#f_right li {
		float:left;
		width:48%;
		padding-bottom:15px;
		font-size:16px;
		position:relative;
		padding-left:20px;
	}
	
	#f_right .fa {
		position:absolute;
		left:0;
		top:3px;
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;
	}
	
	.rr {
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;
	}
	
	#f_right li:hover .fa {
		left:5px;
		color:#e60012;
	}
	
	#f_right li:hover .rr {
		color:#e60012;
	}
	
	#f_right li:nth-child(2n) {
		float:right;
	}
	
	#f_right li:nth-child(2n+1) {
		clear:both;
	}
	#f_right li:nth-child(7) {
		float:right;
	}
	
	.ja3 {
		display:block;
		font-size:12px;
	}

#pagetop {
	background-color:#2a2a2b;
	text-align:center;
	padding:30px 0;
}

#copy {
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding:10px;
}

/****************************************

	物販

****************************************/
.title {
	font-size:26px;
	text-align:center;
}
.iframe{
    margin: 50px 0 0 0;
    
}
.iframe iframe{
    width: 100%;
    height:600px;
}
.bupan-a{
    width: 100%;

      margin: 40px 0 0 0;
}
.bupan-a a{
    line-height: 3;
    border:1px solid #333;
    padding: 0 10px;
    color:#333;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 40%;
      color:#fff;
    font-weight: bold;
     background-color: #013398;
}
.bupan-a:hover .bupan-a a{
    background-color: #fff;
    color:#013398;
}
.phone-bupan{
    display: none;
       width: 100%;

      margin: 40px 0 0 0;
}.phone-bupan a{
     line-height: 3;
    border:1px solid #333;
    padding: 0 10px;
    color:#333;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 40%;
      color:#fff;
    font-weight: bold;
     background-color: #013398;
}
.phone-bupan:hover .phone-bupan a{
    background-color: #fff;
    color:#013398;
}
/****************************************

	取扱情報

****************************************/

#handing_bg {
	background-image:url(../images/hand1.jpg);
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:auto 717px;
	padding:40px 0 60px;
}

.mt-0 {
	margin-top:0 !important;
}

#hand li {
	float:left;
	width:48%;
	padding-top:20px;
}

#hand img {
	width:100%;
	height:auto;
}

#hand li:nth-child(2n) {
	float:right;
}

#hand li:nth-child(2n+1) {
	clear:both;
}

/****************************************

	折込チラシ

****************************************/

#fl_left {
	float:left;
	width:48%;
}
	
	.fl_midashi {
		text-align:center;
	}
	.fl_midashi span{
		font-weight:bold;
		font-size:20px;
		padding-left:10px;
		position:relative;
		top:5px;
	}
	
	.fl_table {
		margin-top:20px;
		width:100%;
	}
	
		.fl_table th {
			padding:20px 10px;
			width:150px;
			border:1px solid #000;
			font-weight:bold;
			text-align:center;
		}
		
		.fl_table td {
			padding:20px 10px;
			text-align:center;
			border:1px solid #000;
			font-weight:bold;
		}
	
	.bbb {
		border:1px solid #000;
		padding:15px
	}
#fl_right {
	float:right;
	width:48%;
}



/****************************************

	会社概要

****************************************/
.company {
	margin-top:20px;
}
.company li {
	display:table;
	width:100%;
	padding:20px 0;
}

	.cell1 {
		display:table-cell;
		vertical-align:top;
		width:200px;
		border-right:1px solid #000;
		margin:10px 0;
	}
	
	.cell2 {
		display:table-cell;
		vertical-align:top;
		margin:10px 0;
		padding:0 0 0 40px;
	}

#map {
	height:500px;
	width:100%;
	margin-top:40px;
	position:relative;
	z-index:10;
}

.map_click {
	position:absolute;
	height:500px;
	width:100%;
	background-color:rgba(0,0,0,0.00);
	top:0;
	left:0;
	z-index:500;
}


/****************************************

	求人

****************************************/

.recruit_table {
	width:100%;
}

.recruit_table th {
		padding:20px 10px;
		text-align:center;
		width:150px;
		background-color:#fde3c1;
		border-bottom:1px solid #FFFFFF;
	}
	
.recruit_table td {
		padding:20px 10px 20px 30px;
		background-color:#fffeea;
	}
	
	


/****************************************

	問い合わせ

****************************************/

.hissu {
	color:#a60111;
}

#contact {
	margin-top:40px;
}

	#contact li {
		display:table;
		width:100%;
		padding:20px 0;
	}
	
	.c_cell1 {
		width:350px;
		font-weight:bold;
		vertical-align:top;
	}
	
	.c_cell2 {
		display:table-cell;
		width:100%;
		font-weight:bold;
		vertical-align:top;
	}
	
	.size {
		width:100%;
		height:30px;
	}
	
	.left48 {
		float:left;
		width:48%;
	}
	
	.right48 {
		float:right;
		width:48%;
	}
	
	
	.step li {
		float:left;
		width:33.33% !important;
		padding:0 10px !important;
	}

.area {
	width:100%;
	height:200px;
}
	

/****************************************

	訪問介護

****************************************/

#nurse{
	margin-top:10px;
	}
.nurse2{
	margin-top:20px;
	width:100%;
	}
.nurse3{
	margin-top:30px;
	}
.hanamizuki{
	background-image:url(../images/hanamizuki.jpg);
	}
.nurse100{
	width:100%;
	height:auto;
	}
.nurse101{
	width:100%;
	height:auto;
	}
.nurse102{
	width:100%;
	height:auto;
	}
.banar{
	display: block;
	margin: 0 auto;
	text-align: center;
	background-color:#013398;
	padding: 30px 50px;
	width: 400px;
	color: white;
	font-size:24px;
	font-weight: bold;
}
	
	

/* PC用
------------------------------------------------------------*/

@media only screen and (min-width: 1701px){
.pc_none {
	display:none;
}
.pctab_none {
	display:none;
}

.pcblock {
	display:block;
}

}

@media only screen and (max-width: 1700px){
/**header******************/

#cy_header {
	border-top:10px solid #013398;
	position:relative;
}

#rogo {
	float:left;
	padding:10px 0 0 20px;
}

	#rogo img {
		width:250px;
		height:auto;
	}






}
@media only screen and (max-width:1480px){
#tel {
	display:none;
}	
#cy_nav {
	float:right;
	padding:20px 0 0 0;
}

}
@media only screen and (max-width:1300px){

/**header******************/

	#cy_nav li {
		float:left;
		text-align:center;
		padding:0 20px;
	}

#cy_header {
	border-top:10px solid #013398;
	position:relative;
}

#rogo {
	float:left;
	padding:15px 0 0 20px;
}

	#rogo img {
		width:150px;
		height:auto;
	}

#cy_nav {
	float:right;
	padding:10px 0 0 0;
}

	#cy_nav li {
		float:left;
		text-align:center;
		padding:0 10px;
	}
	
	.ja {
		display:block;
		font-size:12px;
	}

/**************/
#topmain {
	background-size:auto 500px;
	height:500px;
	margin-top:10px;
}

	#toptitle {
		position:absolute;
		width:100%;
		text-align:center;
		left:0;
		top:100px;
	}
	
	
		#toptitle img {
			width:94%;
			height:auto;
			max-width:680px;
		}
		
	#levanga {
		position:absolute;
		bottom:80px;
		right:20px;
	}
		
	#levanga img{
		width:94%;
		height:auto;
		max-width:500px;
	}


/***************/

.container1430 {
	width:97%;
	max-width:1430px;
	margin:0 auto;
}

#topleft {
	margin-top:60px;
	width:48%;
	float:left;
}
	
	.top_border {
		border:2px solid #d7d6d6;
		padding:20px;
		background-color:#FFF;
	}
		
	#news_2 li {
		display:table;
		width:100%;
		font-weight:bold;
		padding:10px 0;
		font-size:12px;
	}
	
		#news_2 li a {
			text-decoration:none;
			color:#000;
		}
	
		.time2 {
			display:table-cell;
			width:80px;
			vertical-align:top;
		}
		
		.n_b {
			display:none;
		}
		
		.n_new {
			display:table-cell;
			width:100px;
			text-align:center;
			padding-left:0;
		}
		
		.n_title2 {
			display:table-cell;
			padding-left:0px;
		}
		
	.more {
		font-size:12px;
	}
	
	
/**/

#topright {
	float:right;
	width:48%;
	margin-top:60px;
}

	#calendar {
		min-height:165px;
	}


/********************/

.topmidashi {
	font-weight:bold;
	font-size:20px;
	text-align:center;
}

.m_border {
	border-bottom:3px solid #013398;
	width:80px;
	margin:7px auto 10px;
}

.topmidashi_mini {
	color:#43444a;
	font-weight:bold;
	text-align:center;
}


#top_three2 {
	margin:40px auto 0;
	width:97%;
	max-width:1700px;
}

	#top_three2 li {
		float:left;
		width:33.33%;
	}
	
	#top_three2 div {
		width:94%;
		position:relative;
		overflow:hidden;
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;
	}
	
	#top_three2 li:nth-child(2) div {
		margin:0 auto;
	}
	
	#top_three2 li:nth-child(3) div {
		float:right;
	}
	
	#top_three2 img {
		width:100%;
		height:auto;
		-moz-transition: -moz-transform 0.5s linear;
		-webkit-transition: -webkit-transform 0.5s linear;
		-o-transition: -o-transform 0.5s linear;
		-ms-transition: -ms-transform 0.5s linear;
		transition: transform 0.5s linear;
	}
	
	#top_three2 div:hover img{
		-webkit-transform: scale(1.1);
	    -moz-transform: scale(1.1);
	    -o-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	    transform: scale(1.1);
	}
	
	#top_three2 p {
		position:absolute;
		width:100%;
		top:35%;
		left:0;
		text-align:center;
		font-size:16px;
		font-weight:bold;
	}
	
	.ja2 {
		display:block;
		font-size:12px;
		margin-top:-10px
	}
	



}
@media only screen and (max-width:1000px){
.cy_container {
	width:97%;
}

.font22 {
	font-size:18px;
}
.font20 {
	font-size:16px;
}
.font18 {
	font-size:14px;
}
.font16 {
	font-size:14px;
}

#spbox {
	display:block;
}

/**header******************/

#cy_header {
	border-top:10px solid #013398;
	position:relative;
}

#rogo {
	float:left;
	padding:15px 0 0 20px;
}

	#rogo img {
		width:150px;
		height:auto;
	}

#cy_nav {
	display:none;
}

/**************/
#topmain {
	background-size:auto 400px;
	height:400px;
	margin-top:10px;
}

	#toptitle {
		position:absolute;
		width:100%;
		text-align:center;
		left:0;
		top:80px;
	}
	
	
		#toptitle img {
			width:94%;
			height:auto;
			max-width:540px;
		}
		
	#levanga {
		position:absolute;
		bottom:60px;
		right:20px;
	}
		
	#levanga img{
		width:94%;
		height:auto;
		max-width:400px;
	}



/*********/
#news_box {
	width:97%;
	max-width:1430px;
	margin:0 auto;
	position:relative;
	top:-20px;
	z-index:100;
	background-color:#000;
}

	#news li {
		display:table;
		width:100%;
		border-bottom:1px solid #FFF;
		position:relative;
		font-size:12px;
	}
	
	#news a {
		color:#FFF;
		padding:15px 30px;
		display:block;
		text-decoration:none;
	}
	
	.time {
		display:table-cell;
		vertical-align:middle;
		width:120px;
	}
	
	.n_title {
		display:table-cell;
		vertical-align:middle;
		padding-right:100px;
	}
	
		.n_title span {
			color:#5585e8;
			border-bottom:1px solid #5585e8;
		}
		
	.n_hover {
		position:absolute;
		right:30px;
		top:15px;
	}
		.n_hover img{
			height:10px;
			width:auto;
		}
	
		#news li:hover .n_hover {
			right:20px;	
		}

	#n_more a {
		font-size:12px;
		padding:10px 0;
	}

/**********/
#top_three {
	margin-top:20px;
	position:relative;
}


#more {
	text-align:center;
	position:absolute;
	width:70%;
	top:20%;
	left:2.5%;
	display:block;
	border:2px solid #FFF;
	padding:20px 10px;
	color:#FFF;
	font-weight:500;
	font-size:13px;
	text-decoration:none
}

	
	#more span {
		font-size:18px;
		position:relative;
		top:2px;
		padding-right:3px;
	}

/***************/

.container1430 {
	width:97%;
	max-width:1430px;
	margin:0 auto;
}

#topleft {
	margin-top:40px;
	width:100%;
	float:none;
}
	
	.top_border {
		border:2px solid #d7d6d6;
		padding:20px;
		background-color:#FFF;
	}
		
	#news_2 li {
		display:table;
		width:100%;
		font-weight:bold;
		padding:10px 0;
		font-size:12px;
	}
	
		#news_2 li a {
			text-decoration:none;
			color:#000;
		}
	
		.time2 {
			display:table-cell;
			width:80px;
			vertical-align:top;
		}
		
		.n_b {
			display:none;
		}
		
		.n_new {
			display:table-cell;
			width:100px;
			text-align:center;
			padding-left:0;
		}
		
		.n_title2 {
			display:table-cell;
			padding-left:0px;
		}
		
	.more {
		font-size:12px;
	}
	
	
/**/

#topright {
	float:none;
	width:100%;
	margin-top:20px;
}

	#calendar {
		min-height:100px;
	}

	
/**********************/
#top_bg {
	background-image:none;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:auto 804px;
	height:auto;
	padding-top:20px;
	position:relative;
	z-index:10;
	margin-top:20px;
	background-color:#f9f9f9;
}
	
	.cy_table {
		display:table;
	}
	
	#photo {
		display:table-cell;
		width:30%;
		vertical-align:top;
	}
	
		#photo img {
			width:100%;
			height:auto;
		}
	
	#event {
		display:table-cell;
		vertical-align:top;
		width:50%;
		padding:0 20px 0 60px;
		font-size:12px;
	}
		
		.e_a {
			font-weight:bold;
		}
		
	#e_more {
		width:20%;
		display:table-cell;
		vertical-align:top;
		text-align:right;
	}
	
		#more_img img {
			width:100%;
			height:auto;
			max-width:120px;
		}

#link {
	background-color:#FFF;
	text-align:center;
	padding:0;
	margin-top:40px;
	border:1px solid #ABAAAA;
}

#link li {
	display:inline-block;
	padding:0 10px;
	margin-bottom:10px;
}

#link li:first-child {
	display:block;
	padding:0 10px;
	background-color:#013398
}

#link li:first-child img{
	height:70px;
	width:auto;
}
	
	
	#link img {
		height:60px;
		width:auto;
	}


/********************/

.topmidashi {
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

.m_border {
	border-bottom:3px solid #013398;
	width:80px;
	margin:5px auto 7px;
}

.topmidashi_mini {
	color:#43444a;
	font-weight:bold;
	text-align:center;
}


#top_three2 {
	margin:40px auto 0;
	width:97%;
	max-width:1700px;
}

	#top_three2 li {
		float:left;
		width:33.33%;
	}
	
	#top_three2 div {
		width:100%;
		position:relative;
		overflow:hidden;
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;
	}
	
	#top_three2 li:nth-child(2) div {
		margin:0 auto;
	}
	
	#top_three2 li:nth-child(3) div {
		float:right;
	}
	
	
	#top_three2 p {
		position:absolute;
		width:100%;
		top:35%;
		left:0;
		text-align:center;
		font-size:14px;
		font-weight:bold;
	}
	
	.ja2 {
		display:block;
		font-size:12px;
		margin-top:-10px
	}
	

/***********/

.slick_container {
	width:97%;
	margin:0 auto;
	max-width:1400px;
}

.more_img {
	text-align:center;
	margin-top:80px;
}

/*****/

#big {
	margin-top:20px;
	font-size:32px;
	line-height:normal;
	letter-spacing:0.2em;
}

#toptext {
	color:#013398;
	margin:20px 0;
	text-align:center;
	font-weight:bold;
	line-height:2em;
}

	#toptext span {
		display:block;
	}


/****/
.container1530 {
	width:97%;
	margin:0 auto;
	max-width:1530px;
}

#banar1 {
	float:none;
	width:100%;
	padding:0;
}

	
	#banar1 li {
		padding-bottom:10px;
		float:left;
		width:33.33%;
		padding:0 10px 10px;
		margin-bottom:10px;
	}
	#banar1 li:last-child {
		float:none;
		width:33.33%;
		margin:0 auto;
		padding:0 10px 10px;
		margin-bottom:0;
	}

#banar2 {
	float:left;
	width:33.33%;
	padding:0 10px;
	margin-top:10px;
}

	#banar_2_li li {
		float:left;
		width:70%;
		padding-top:10px;
	}
	
		#banar_2_li li:nth-child(2) {
			width:28%;
			float:right;
		}

#banar3 {
	float:left;
	width:33.33%;
	padding:0 10px;
	margin-top:10px;
}

	#banar3 li{
		padding-bottom:18px;
	}
	

#banar4 {
	float:left;
	width:33.33%;
	padding:0 10px;
	margin-top:10px;
}

	#banar4 li{
		padding-bottom:10px;
	}

#top_four {
	margin-top:0px;
}

	#top_four li {
		display:block;
		padding:10px 10px;
		float:left;
		width:33.33%;
	}
	
	#top_four img {
		width:100%;
		height:auto;
	}


.more_img2 {
	text-align:center;
	margin-top:40px;
}

.more_img2 img{
	width:150px;
	height:auto;
}

/***footer*********/

#blue {
	background-color:#013398;
	color:#FFF;
	margin-top:40px;
	padding:40px 0;
}


	#f_right li {
		float:left;
		width:48%;
		padding-bottom:15px;
		font-size:12px;
		position:relative;
		padding-left:20px;
	}
	
	#f_right .fa {
		top:3px;
	}

	
	#f_right li:nth-child(2n) {
		float:right;
	}
	
	#f_right li:nth-child(2n+1) {
		clear:both;
	}
	#f_right li:nth-child(7) {
		float:right;
	}
	
	.ja3 {
		display:block;
		font-size:12px;
	}

#pagetop {
	background-color:#2a2a2b;
	text-align:center;
	padding:30px 0;
}

#copy {
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding:10px;
}

/****************************************

	物販

****************************************/
.title {
	font-size:20px;
	text-align:center;
}
    .bupan-a{
        display: none;
    }
    .phone-bupan{
        display: block;
    }
    .iframe{
display: none;  
}
    .phone-none{
        display: none!important;
        
    }
/****************************************

	折込チラシ

****************************************/

#fl_left {
	float:none;
	width:100%;
}
	
	.fl_midashi {
		text-align:center;
		margin-top:40px;
	}
	.fl_midashi span{
		font-weight:bold;
		font-size:18px;
		padding-left:10px;
		position:relative;
		top:5px;
	}
	.fl_midashi img{
		height:30px;
		width:auto;
	}


/****************************************

	問い合わせ

****************************************/

.hissu {
	color:#a60111;
}

#contact {
	margin-top:20px;
}

	#contact li {
		display:block;
		width:100%;
		padding:0;
	}
	
	.c_cell1 {
		width:100%;
		font-weight:bold;
		vertical-align:top;
		display:block;
		background-color:#EFEFEF;
		padding:10px;
	}
	
	.c_cell2 {
		display:block;
		width:100%;
		font-weight:bold;
		vertical-align:top;
		padding:15px 10px;
	}
	
	.size {
		width:100%;
		height:30px;
	}
	
	.left48 {
		float:left;
		width:48%;
	}
	
	.right48 {
		float:right;
		width:48%;
	}
	
	
	.step li {
		float:left;
		width:33.33% !important;
		padding:0 10px !important;
	}

.area {
	width:100%;
	height:200px;
}
	


}


@media only screen and (max-width:640px){
body {
	font-size:12px;
}

.cy_container {
	width:94%;
}

.pc_none {
	display:block;
}
.pctab_none {
	display:none;
}

/**header******************/

#cy_header {
	border-top:10px solid #013398;
	position:relative;
}

#rogo {
	float:left;
	padding:15px 0 0 10px;
}

	#rogo img {
		width:120px;
		height:auto;
	}

#cy_nav {
	display:none;
}

/**************/
#topmain {
	background-size:auto 280px;
	height:280px;
	margin-top:10px;
}

	#toptitle {
		position:absolute;
		width:100%;
		text-align:center;
		left:0;
		top:50px;
	}
	
	
		#toptitle img {
			width:94%;
			height:auto;
			max-width:360px;
		}
		
	#levanga {
		position:absolute;
		bottom:20px;
		right:0;
	}
		
	#levanga img{
		width:94%;
		height:auto;
		max-width:300px;
	}


/*********/
#news_box {
	width:94%;
	position:relative;
	top:0;
	z-index:100;
	background-color:#000;
	margin-top:10px;
}

	#news li {
		display:block;
		width:100%;
		border-bottom:1px solid #FFF;
		position:relative;
		font-size:12px;
	}
	
	#news a {
		color:#FFF;
		padding:10px 15px;
		display:block;
		text-decoration:none;
	}
	
	.time {
		display:block;
		vertical-align:middle;
		width:100%;
	}
	
	.n_title {
		display:block;
		vertical-align:middle;
		padding-right:100px;
	}
	
		
	.n_hover {
		display:none;
	}

/**********/
#top_three {
	margin-top:20px;
	position:relative;
}

	#top_three ul li {
		display:none;
	}

#more {
	position:static;
	width:100%;
	top:0;
	left:0;
	display:block;
	border:1px solid #e60012;
	padding:10px 10px;
	color:#FFF;
	font-weight:500;
	font-size:14px;
	text-decoration:none;
	background-color:#e60012;
}

	
	#more span {
		font-size:14px;
		position:relative;
		top:0px;
		padding-right:0;
	}
	
	.top_three_a:hover #more{
		color:#4e7ad4;
		border:2px solid #4e7ad4;
	}


/***************/

.container1430 {
	width:94%;
}

#topleft {
	margin-top:20px;
	width:100%;
	float:none;
}
	
	.top_border {
		border:2px solid #d7d6d6;
		padding:10px 20px;
		background-color:#FFF;
	}
		
	#news_2 li {
		display:table;
		width:100%;
		font-weight:bold;
		padding:10px 0;
		font-size:12px;
		border-bottom:1px dashed #C1C1C1;
	}
		
	#news_2 li:last-child {
		border-bottom:0;
	}
	
		#news_2 li a {
			text-decoration:none;
			color:#000;
		}
		
		.n_title2 {
			display:block;
			padding-left:0px;
			margin-top:5px;
		}

	
/**/

#topright {
	float:none;
	width:100%;
	margin-top:20px;
}

	#calendar {
		min-height:100px;
	}

	
/**********************/
#top_bg {
	background-image:none;
	background-position:50% 0;
	background-repeat:no-repeat;
	background-size:auto 804px;
	height:auto;
	padding-top:20px;
	position:relative;
	z-index:10;
	margin-top:20px;
	background-color:#f9f9f9;
}
	
	.cy_table {
		display:block;
	}
	
	#photo {
		display:block;
		width:100%;
		vertical-align:top;
		text-align:center;
	}
	
		#photo img {
			width:100%;
			height:auto;
			max-width:400px;
		}
	
	#event {
		display:block;
		vertical-align:top;
		width:100%;
		padding:20px 0 0;
		font-size:12px;
	}
		
		.e_a {
			font-weight:bold;
		}
		
	#e_more {
		width:100%;
		display:block;
		vertical-align:top;
		text-align:right;
		text-align:center;
		margin-top:20px;
	}
	
		#e_more img {
			width:100%;
			height:auto;
			max-width:100px;
		}

#link {
	background-color:#FFF;
	text-align:center;
	padding:0;
	margin-top:20px;
	border:1px solid #ABAAAA;
}

#link li {
	display:inline-block;
	padding:0 10px;
	margin-bottom:10px;
}

#link li:first-child img{
	height:70px;
	width:auto;
}
	
	
	#link img {
		height:40px;
		width:auto;
	}


/********************/

.topmidashi {
	font-weight:bold;
	font-size:18px;
	text-align:center;
}

.m_border {
	border-bottom:3px solid #013398;
	width:80px;
	margin:5px auto 7px;
}

.topmidashi_mini {
	color:#43444a;
	font-weight:bold;
	text-align:center;
}


#top_three2 {
	margin:20px auto 0;
	width:94%;
}

	#top_three2 li {
		float:none;
		width:100%;
	}
	
	#top_three2 div {
		width:100%;
		position:relative;
		overflow:hidden;
		-webkit-transition: 0.3s ease-in-out;  
		   -moz-transition: 0.3s ease-in-out;  
			 -o-transition: 0.3s ease-in-out;  
				transition: 0.3s ease-in-out;
	}
	
	#top_three2 li:nth-child(2) div {
		margin:0 auto;
	}
	
	#top_three2 li:nth-child(3) div {
		float:right;
	}
	
	
	#top_three2 p {
		position:absolute;
		width:100%;
		top:40%;
		left:0;
		text-align:center;
		font-size:18px;
		font-weight:bold;
	}
	
	.ja2 {
		display:block;
		font-size:12px;
		margin-top:-5px
	}


/***********/

.slick_container {
	width:94%;
}

.more_img {
	text-align:center;
	margin-top:80px;
}
.more_img img{
	width:100px;
	height:auto;
}

/*****/

#big {
	margin-top:20px;
	font-size:24px;
	line-height:normal;
	letter-spacing:0.2em;
}

#toptext {
	color:#013398;
	margin:20px 0;
	text-align:center;
	font-weight:bold;
	line-height:1.8em;
}

/***footer*********/

#blue {
	background-color:#013398;
	color:#FFF;
	margin-top:40px;
	padding:20px 0;
}

#f_left {
	float:none;
	width:100%;
	font-size:12px;
	text-align:center;
}

#access_map {
	margin:10px auto 0;
	max-width:350px;
	
}

#access_map a {
	border:2px solid #FFF;
	padding:10px 0;
	text-align:center;
	display:block;
	font-size:12px;
}

#access_map a:hover {
	color:#e60012;
}

#f_right {
	float:none;
	width:100%;
	font-weight:bold;
	margin:20px auto 0;
	max-width:360px;
}

#pagetop {
	background-color:#2a2a2b;
	text-align:center;
	padding:20px 0;
}

	#pagetop img {
		width:100px;
		height:auto;
	}

#copy {
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding:10px;
}
/****************************************

	物販

****************************************/
.title {
	font-size:16px;
	text-align:center;
}

#handing_bg {
	background-image:none;
	padding:20px 0 20px;
}

/****************************************

	折込チラシ

****************************************/

#fl_left {
	float:none;
	width:100%;
}
	
	.fl_midashi {
		text-align:center;
		margin-top:40px;
	}
	.fl_midashi span{
		font-weight:bold;
		font-size:16px;
		padding-left:10px;
		position:relative;
		top:5px;
	}
	.fl_midashi img{
		height:30px;
		width:auto;
	}
	
	.fl_table {
		margin-top:20px;
		width:100%;
	}
	
		.fl_table th {
			padding:20px 10px;
			width:120px;
			border:1px solid #000;
			font-weight:bold;
			text-align:left;
		}
		
		.fl_table td {
			padding:20px 10px;
			text-align:left;
			border:1px solid #000;
			font-weight:bold;
		}
	
	.bbb {
		border:1px solid #000;
		padding:15px
	}
#fl_right {
	float:none;
	width:100%;
}




/****************************************

	会社概要

****************************************/
.company {
	margin-top:20px;
}
.company li {
	display:table;
	width:100%;
	padding:20px 0;
}

	.cell1 {
		display:table-cell;
		vertical-align:top;
		width:130px;
		border-right:1px solid #000;
		margin:10px 0;
	}
	
	.cell2 {
		display:table-cell;
		vertical-align:top;
		margin:10px 0;
		padding:0 0 0 20px;
	}

#map {
	height:300px;
	width:100%;
	margin-top:40px;
	position:relative;
	z-index:10;
}

.map_click {
	position:absolute;
	height:300px;
	width:100%;
	background-color:rgba(0,0,0,0.00);
	top:0;
	left:0;
	z-index:500;
}
       　　　

/****************************************

	問い合わせ

****************************************/

.hissu {
	color:#a60111;
}

#contact {
	margin-top:20px;
}

	#contact li {
		display:block;
		width:100%;
		padding:0;
	}
	
	.c_cell1 {
		width:100%;
		font-weight:bold;
		vertical-align:top;
		display:block;
		background-color:#EFEFEF;
		padding:10px;
	}
	
	.c_cell2 {
		display:block;
		width:100%;
		font-weight:bold;
		vertical-align:top;
		padding:15px 10px;
	}
	
	.size {
		width:100%;
		height:30px;
	}
	
	.left48 {
		float:left;
		width:48%;
	}
	
	.right48 {
		float:right;
		width:48%;
	}
	
	
/****************************************

	問い合わせ

****************************************/

.hissu {
	color:#a60111;
}

#contact {
	margin-top:20px;
}

	#contact li {
		display:block;
		width:100%;
		padding:0;
	}
	
	.c_cell1 {
		width:100%;
		font-weight:bold;
		vertical-align:top;
		display:block;
		background-color:#EFEFEF;
		padding:10px;
	}
	
	.c_cell2 {
		display:block;
		width:100%;
		font-weight:bold;
		vertical-align:top;
		padding:15px 10px;
	}
	
	.size {
		width:100%;
		height:30px;
	}
	
	.left48 {
		float:left;
		width:48%;
	}
	
	.right48 {
		float:right;
		width:48%;
	}
	
	
	.step li {
		float:left;
		width:33.33% !important;
		padding:0 10px !important;
	}

.area {
	width:100%;
	height:200px;
}
	
/****************************************

	問い合わせ

****************************************/

.hissu {
	color:#a60111;
}

#contact {
	margin-top:20px;
}

	#contact li {
		display:block;
		width:100%;
		padding:0;
	}
	
	.c_cell1 {
		width:100%;
		font-weight:bold;
		vertical-align:top;
		display:block;
		background-color:#EFEFEF;
		padding:10px;
	}
	
	.c_cell2 {
		display:block;
		width:100%;
		font-weight:bold;
		vertical-align:top;
		padding:15px 10px;
	}
	
	.size {
		width:100%;
		height:30px;
	}
	
	.left48 {
		float:left;
		width:48%;
	}
	
	.right48 {
		float:right;
		width:48%;
	}
	
	
	.step li {
		float:left;
		width:33.33% !important;
		padding:0 10px !important;
	}


.area {
	width:100%;
	height:200px;
}
#more100 {
	display: block;
	text-align: center;
    position: static;
    width: 100%;
    top: 0;
    left: 0;
    border: 1px solid #013398;
    padding: 10px 10px;
    color: #FFF;
    font-weight: 500;
    font-size: 14px; 
    text-decoration: none;
    background-color: #013398;
	text-decoration: none;
}

.ho a:link {text-decoration: none; color: #fff;}
.ho a:visited {text-decoration: none; color: #fff;}
.ho a:active {text-decoration: none; color: #fff;}
	

}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){


/********************/

	
	#top_three2 p {
		position:absolute;
		width:100%;
		top:35%;
		left:0;
		text-align:center;
		font-size:14px;
		font-weight:bold;
	}
	
	.ja2 {
		display:block;
		font-size:12px;
		margin-top:-5px
	}
#more {
	font-size:12px;
}


	
	#more span {
		font-size:12px;
		position:relative;
		top:0px;
		padding-right:0;
	}

/****/
.container1530 {
	width:97%;
	margin:0 auto;
	max-width:1530px;
}

.spleft {
	float:left;
	width:48%;
}

#banar1 {
	float:none;
	width:100%;
	padding:0;
}

	
	#banar1 li {
		float:none;
		width:100%;
		padding:0 0 10px;
		margin-bottom:0;
	}
	#banar1 li:last-child {
		float:none;
		width:100%;
		margin:0 auto;
		padding:0 10px 10px;
		margin-bottom:0;
	}

#banar2 {
	float:none;
	width:100%;
	padding:0;
	margin-top:10px;
}

	#banar_2_li li {
		float:left;
		width:70%;
		padding-top:10px;
	}
	
		#banar_2_li li:nth-child(2) {
			width:28%;
			float:right;
		}

#banar3 {
	float:none;
	width:100%;
	padding:0;
	margin-top:0;
}

	#banar3 li{
		padding-bottom:0;
		padding-top:10px;
	}
	

#banar4 {
	float:none;
	width:100%;
	padding:0;
	margin-top:10px;
}

	#banar4 li{
		padding-bottom:10px;
	}

#top_four {
	margin-top:0px;
	float:right;
	width:48%;
}

	#top_four li {
		display:block;
		padding:0 0 10px;
		float:none;
		width:100%;
	}
	
	#top_four img {
		width:100%;
		height:auto;
	}


.more_img2 {
	text-align:center;
	margin-top:40px;
}

.more_img2 img{
	width:120px;
	height:auto;
}


#toptext {
	text-align:left;
}
	#calendar iframe{
    height: 300px;
	}

/****************************************

	求人情報

****************************************/
.recruit_table {
	width:100%;
}

	.recruit_table th {
		width:70px;
		font-size:12px;
	}
	
	.recruit_table td {
		font-size:12px;
	}

/****************************************

	取扱情報

****************************************/

.mt-0 {
	margin-top:0 !important;
}

#hand li {
	float:none;
	width:100%;
	padding-top:10px;
}

#hand img {
	width:100%;
	height:auto;
}

#hand li:nth-child(2n) {
	float:none;
}

#hand li:nth-child(2n+1) {
	clear:both;
}


/****************************************

	会社概要

****************************************/
.company {
	margin-top:20px;
}
.company li {
	display:block;
	width:100%;
	padding:0;
}

	.cell1 {
		display:block;
		vertical-align:top;
		width:100%;
		border-right:0;
		margin:0;
		background-color:#EFEFEF;
		padding:15px 10px;
	}
	
	.cell2 {
		display:block;
		vertical-align:top;
		margin:0;
		padding:15px 10px;
	}

#map {
	height:300px;
	width:100%;
	margin-top:40px;
	position:relative;
	z-index:10;
}

.map_click {
	position:absolute;
	height:300px;
	width:100%;
	background-color:rgba(0,0,0,0.00);
	top:0;
	left:0;
	z-index:500;
}

.step li {
	float:left;
	width:50% !important;
	padding:0 10px !important;
}

.step li:nth-child(3) {
	clear:both;
	width:100% !important;
	padding:0 10px !important;
	margin-top:5px;
}


#junbi {
	text-align:center;
	font:bold;
	font-size:18px;
	padding-top:40px;
	font-weight:bold;
}
.junbi {
	text-align:center;
	font-size:14px;
}
.junbi2 {
	text-align:center;
	font-size:14px;
}
.outside{
	width:100%;
	height:auto;
	margin-top: 10px;
    margin-bottom: -50px;
	}
}

