@charset "utf-8";
/*********************************************************************
 *
 *  For ACCESS
 *
*********************************************************************/

@media print, screen and (min-width: 768px) {

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 25px;
}
#outline .inner {
}
#outline h2 {
	margin-bottom: 40px;
	color: #FFF;
	font-size: 3.2rem;
	line-height: 50px;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	text-align: center;
	background-color: #000;
}
#outline .map {
	margin-bottom: 60px;
}
#outline .info {
	padding: 35px;
	margin: 0 auto 50px;
	width: 790px;
	color: #FFF;
	background: url(../../common/img/bg_dot.png) left top repeat rgba(40,40,40,0.90);
	background-size: 3px auto;
}
#outline .info h3 {
	margin-bottom: 10px;
	color:#048b21;
	font-size: 2.2rem;
	padding-left: 30px;
	font-weight: bold;
	line-height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 30px auto;
}
#outline .info1 h3:nth-of-type(1) {
	background-image: url(../img/ico_1.png);
}
#outline .info1 h3:nth-of-type(2) {
	background-image: url(../img/ico_2.png);
}
#outline .info2 h3:nth-of-type(1) {
	background-image: url(../img/ico_3.png);
}
#outline .info .desc {
	margin-bottom: 25px;
	font-size: 1.5rem;
}
#outline .info .note {
	font-size: 1.3rem;
}
#outline .info .red {
	color: #fe0000;
}
#outline .info hr {
	margin: 30px 0;
	height: 2px;
	background-color: #FFF;
}
#outline .bus {
	display: flex;
	justify-content: space-between;
}
#outline .bus li {
	width: 353px;
}
#outline .bus li a {
	display: block;
}

}/* min-width: 768px */

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

/* outline */
/* --------------------------------------------------------------------------- */
#outline {
	margin-bottom: 20px;
}
#outline .inner {
}
#outline h2 {
	margin-bottom: 20px;
	color: #FFF;
	font-size: 2.4rem;
	line-height: 50px;
	letter-spacing: 0.5rem;
	text-indent: 0.5rem;
	text-align: center;
	background-color: #000;
}
#outline .map {
	margin-bottom: 20px;
}
#outline .info {
	margin-bottom: 30px;
	padding: 20px 10px;
	color: #FFF;
	background: url(../../common/img/bg_dot.png) left top repeat rgba(40,40,40,0.90);
	background-size: 3px auto;
}
#outline .info h3 {
	margin-bottom: 10px;
	color:#048b21;
	font-size: 1.5rem;
	padding-left: 20px;
	font-weight: bold;
	line-height: 20px;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 20px auto;
}
#outline .info1 h3:nth-of-type(1) {
	background-image: url(../img/ico_1.png);
}
#outline .info1 h3:nth-of-type(2) {
	background-image: url(../img/ico_2.png);
}
#outline .info2 h3:nth-of-type(1) {
	background-image: url(../img/ico_3.png);
}
#outline .info .desc {
	margin-bottom: 20px;
	font-size: 1.2rem;
}
#outline .info .note {
	font-size: 1.1rem;
}
#outline .info .red {
	color: #fe0000;
}
#outline .info hr {
	margin: 20px 0;
	height: 2px;
	background-color: #FFF;
}
#outline .bus {
}
#outline .bus li {
	margin-bottom: 10px;
}
#outline .bus li a {
	display: block;
}

}/* max-width: 767px */