@charset "utf-8";
/* CSS Document */

.lv2-content {
	margin-top: 30px;
}
.lv2-content .main {
	margin-top: 60px;
}
.lv2-content .main .pure-g {
	width: 98%;
}
.lv2-content h2 {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 80%;
}
.lv2-content h2 img {
	height: auto;
	overflow: hidden;
	position: relative;
	width: 600%;
}
#business_day h2 img {
	left: -400%;
}
#business_day iframe {
	width: 95%;
}
#aboutus h2 img {
	left: -0;
}
#aboutus .main strong {
	font-size: large;
}
#aboutus .main p {
	margin-bottom: 1.5em;
}
#access h2 img {
	position: relative;
	left: -100%;
}
#access .main #pmap {
	margin-bottom: 30px;
}
#access .main strong {
	color: #810000;
	font-weight: bold;
}
#access .main dl {
	margin-top: 1em;
	margin-bottom: 15px;
	line-height: 1.5em;
}
#access .main dt:before {
	content: "◆";
}
#access .main dt {
	font-weight: bold;
}
#access .main dd {
	margin-left: 1.2em;
	margin-bottom: 0.5em;
}
#access .main .bus_line {
	color: #5aa99c;
	font-size: 80%;
	line-height: 1.2em;
}

#aruji #aruji_wrapper {
	position: relative;
}
#aruji #shelf1>div {
	margin-left: 0;
}
#aruji #shelf2 {
	position: absolute;
	top: 0;
	right: 0;
}
#aruji #shelf2>div {
	margin-right: 0;
	margin-left: auto;
}
#aruji h2 img {
	left: -200%;
}
#aruji #shelf2>div>div {
	margin-right: 0;
	width: 90%;
}
#aruji #shelf2>div>div img {
	height: auto;
	width: 100%;
}
#aruji .comment {
	margin-top: 10px;
	margin-bottom: 30px;
}
#aruji .sns_link {
	margin: 5px auto;
	text-align: right;
}
#aruji .sns_link li {
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-family: 'Anton', sans-serif;
	height: 2em;
	line-height: 2em;
	padding: 5px;
	vertical-align: bottom;
}
#aruji .sns_link li a {
	color: #fff;
	border-bottom: none;
}
#aruji .sns_link li a:hover {
	opacity: 0.8;
}
#aruji #shinobu .sns_link li 	{ background-color: #7f7f7f; }
#aruji #asami .sns_link li 		{ background-color: #cf5241; }
#aruji #yasuko .sns_link li 	{ background-color: #728a2e; }
#aruji #mihoko .sns_link li 	{ background-color: #b28527; }



/*---------------
   タブレット用 
 ----------------*/
 /*--
@media screen and (min-width : 768px){
--*/
	#aboutus header li#ln_aboutus img {
		top: -180px;
	}
	#shelf1 {
		margin-top: 90px;
	}
	.lv2-content h2 {
		width: 50%;
	}	
	#aruji #shelf1>div {
		margin: 0 auto;
	}
	#aruji #shelf2>div {
		position: absolute;
		left: 0;
		right: 0;
	}
	#aruji #shelf2>div>div {
		width: 40%;
	}
	#aruji #shelf2 #shinobu,
	#aruji #shelf2 #yasuko {
		float: left;
	}
	#aruji #shelf2 #yasuko {
		clear: both;
	}
	#aruji #shelf2 #asami,
	#aruji #shelf2 #mihoko{
		float: right;
	}

