
/* ------------------------------------------------- *
 *        Index
 * ------------------------------------------------- */

#visualArea {
	position: relative;
	width: 100%;
	max-height: 670px;
	height: auto;
	text-align: center;
	overflow: hidden;
}

.visualimg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 134px;
	padding-top: 40%;
	background: url(../images/visual_decoration.png) repeat-x bottom center;
	overflow: hidden;
	z-index: 99;
}

.visual_copy {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	padding-bottom: 15%;
	z-index: 99;
}

.slides {
	position: relative;
	z-index: 1;
}



#infoArea {
	width: 100%;
	padding: 45px 0 60px;
}

#infoArea .ttl {
	text-align: center;
	margin-bottom: 10px;
}

#infoArea .info_main {
	width: 470px;
	margin: 0 auto 40px;
	font-size: 18px;
	line-height: 1.6;
	color: #4D4D4D;
}
	#infoArea dl:before,
	#infoArea dl:after {
    content: " ";
    display: table;
	}
	#infoArea dl:after {
		clear: both;
	}
	#infoArea dl {
		width: 100%;
    *zoom: 1;
		text-align: left;
		margin-bottom: 10px;
	}
	#infoArea dt {
		float: left;
		width: 170px;
	}
	#infoArea dd {
		float: right;
		width: 300px;
		margin: 0;
	}
	#infoArea dd a {
		color: #357CAE;
		text-decoration: underline;
	}
	#infoArea dd a:hover {
		text-decoration: none;
	}


#mainimgArea {
	width: 100%;
	text-align: center;
	max-height: 450px;
	padding-top: 10px;
	padding-bottom: 50px;
	margin: 0;
	overflow: hidden; }
#mainimgArea a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )"; }

#imgArea {
	width:100%;}
#imgArea img {
	width:100%;
	max-width:100%;
	margin-left:auto;
	margin-right:auto;}



#linkArea {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: -6px auto 0;
}

#linkArea .img_l1 {
	width: 100%;
	height: auto;
}

#linkArea .img_l2 div {
	width: 50%;
	float: left;
}

#linkArea .img_l3 div {
	width: 33.33%;
	float: left;
}

#linkArea img {
	width: 100%;
	display: block;
}

#linkArea .pc {
	display: block; }
#linkArea .sp {
	display: none; }


#accessArea {
	width: 100%;
	padding: 0;
}

#accessArea .mainArea {
	width: 100%;
	padding: 60px 0 35px;
}

#accessArea .ttl {
	text-align: center;
	margin-bottom: 30px;
}

#accessArea .text {
	text-align: center;
	margin-bottom: 30px;
}

#accessArea .btn {
	text-align: center;
}

#accessArea #map {
	width: 100%;
	height: 400px;
}




#snsArea {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bg_sns.jpg)}

#fb, #twi, #ins {
	width:250px;
	margin: 30px 15px;
	vertical-align:top;
	}

#swcondayy[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	display: inline-block;
	}
.widget-area .widget h3 {
	margin-bottom: 1px
	/*margin-bottom: 24px;
	margin-bottom: 1.714285714rem;*/
}
.widget-area .widget .textwidget {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	border:1px solid #333;
	height:418px;
	background:#fff;
}
.widget-area .widget p,
.widget-area .widget li,
.widget-area .widget .textwidget2 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	border:1px solid #333;
	height:auto;
	background:#fff;
}



.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	color: #757575;
}
.widget-area .widget a:hover {
	color: #21759b;
}
.widget-area .widget a:visited {
	color: #9f9f9f;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}














@media only screen and (max-width: 640px) {

	#visualArea {
		position: relative;
		width: 100%;
		max-height: inherit;
		height: auto;
		text-align: center;
		overflow: auto;
		padding-top: 50px;
	}

	.visualimg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		padding-top: 20%;
		background: none;
		overflow: auto;
		z-index: 99;
	}

	.visual_copy {
		position: absolute;
		top: 38%;
		left: 0;
		width: 100%;
		text-align: center;
		padding-bottom: 0;
		z-index: 99;
	}
	.visual_copy img {
		width: 85%;
	}

	.slides {
		position: relative;
		z-index: 1;
	}



	#infoArea {
		width: 100%;
		padding: 10% 0 12%;
	}

	#infoArea .ttl {
		text-align: center;
		margin-bottom: 10px;
	}

	#infoArea .info_main {
		width: 100%;
		margin: 0 auto 6%;
		font-size: 14px;
		line-height: 1.6;
		color: #4D4D4D;
	}
		#infoArea dt {
			float: left;
			width: 30%;
		}
		#infoArea dd {
			float: right;
			width: 68%;
			margin: 0;
		}
		#infoArea dd a {
			color: #357CAE;
			text-decoration: underline;
		}
		#infoArea dd a:hover {
			text-decoration: none;
		}

	#infoArea .btn {
		text-align: center;
	}



	#mainimgArea {
		padding-top: 0; }
	#mainimgArea .ttl {
		text-align: center;
		margin-bottom: 10px;
	}

	#linkArea {
		width: 100%;
		max-width: inherit;
		padding: 0;
		margin: -10px auto 0;
	}

	#linkArea .img_l1 {
		width: 100%;
		height: auto;
	}

	#linkArea .img_l2 div {
		width: 100%;
		height: auto;
		float: none;
	}

	#linkArea .img_l3 div {
		width: 100%;
		height: auto;
		float: none;
	}

	#linkArea img {
		width: 100%;
		display: block;
	}

	#linkArea .pc {
		display: none; }
	#linkArea .sp {
		display: block; }


	#accessArea {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#accessArea .mainArea {
		width: 100%;
		padding: 12% 0 10%;
	}

	#accessArea .ttl {
		text-align: center;
		margin-bottom: 20px;
	}

	#accessArea .text {
		text-align: center;
		margin-bottom: 20px;
	}

	#accessArea .btn {
		text-align: center;
	}

	#accessArea #map {
		width: 100%;
		height: 400px;
	}

	#snsArea {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		background:url(../images/bg_sns_sp.jpg) no-repeat;
		background-size:cover;}
	#fb, #twi, #ins {
		width:300px;
		margin:30px auto 20px;}
	.widget-area .widget h3 {
		text-align:left;
		/*margin-bottom: 24px;
		margin-bottom: 1.714285714rem;*/
		}
	

}
