
/*=================================================
 * CSS for PC
 * ================================================= */

#cnt{
	display: block;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** abox **/

.abox{
	padding: 20px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}

.abox:last-of-type{	margin-bottom: 0;}

.abox_in{
	border-width: 1px;
	border-style: solid;
	padding: 40px;
}

.gmap{
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-style: solid;
	margin: 0 0 20px 0;
}

.gmap iframe{
	width: 100%;
	border: none;
}

.ainfo{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.ainfo h4,
.ainfo p{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.ainfo h4{
	width: 250px;
	text-align: center;
	padding: 15px 0;
}
.ainfo h4 em{	display: none;}

.ainfo p{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	padding: 15px 0 15px 15px;
}

.atxt{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
}

.ainfo + .atxt{
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
}

/** rbox **/

.rbox{
	padding: 20px;
	text-align: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}

.rbox:last-of-type{	margin-bottom: 0;}

.rbox_in{
	border-width: 1px;
	border-style: solid;
	padding: 30px 0 10px 0;
}

.rtop{
	font-size: 16px;
	line-height: 24px;
	padding: 0 40px 20px 40px;
}


.rbox .bt_bg{
	text-align: center;
	margin: 0 40px;
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
}
.rbox .bt_bg:last-of-type{
	padding-bottom: 0;
	border-bottom: none;
}

.rbox .bt1{
	display: inline-block;
	vertical-align: top;
	width: 330px;
	margin: 0 10px;
}

.rbox .sline{
	cursor: pointer !important;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}
.rbox .sline:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.rbox .sline{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 330px;
	height: 70px;
	font-size: 13px;
	line-height: 14px;
	margin: 0 10px;
	padding-left: 50px;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.rbox .sline{ padding-top: 18px;}
.rbox .sline em{
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
}
.rbox .sline span{
	position: absolute;
	top: calc(50% - 15px);
	left: 30px;
	width: 36px;
	height: 25px;
	border: solid 1px currentColor;
	background-color: currentColor;
	border-radius: 3px;
}
.rbox .sline span:before{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 9px;
	width: 6px;
	height: 6px;
	background-color: currentColor;
	border-bottom: solid 1px currentColor;
	border-right: solid 1px currentColor;
	-webkit-transform: rotate(45deg);
	      transform: rotate(45deg);
}

.rbox .sline i{
	display: inline-block;
	vertical-align: top;
	font-style: normal;
}

.rbox .sline i:nth-child(2){
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	padding-top: 10px;
	font-style: normal;
}


/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#access{	width: auto;}

	/** abox **/
	.abox{
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
		border-right: none;
		border-left: none;
	}
	.abox_in{
		border: none;
		padding: 10px 0 0 0;
	}
	.gmap{	margin: 0 10px 10px 10px;}
	.gmap iframe{height: 350px;}
	.ainfo{
		display: block;
		width: auto;
		margin: 0 0 0 0;
		padding: 0;
	}
	.ainfo h4,
	.ainfo p{
		display: block;
		width: auto;
	}
	.ainfo h4{
		text-align: left;
		padding: 7px;
	}
	.ainfo h4 em{	display: inline;}
	.ainfo p{
		font-size: 13px;
		line-height: 20px;
		padding: 10px;
	}
	.atxt{
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		padding: 0 10px 10px 10px;
	}
	.ainfo + .atxt{
		margin-top: 0;
		padding-top: 10px;
	}
	
	/** rbox **/
	.rbox{
		margin: 0 0 10px 0;
		padding: 0;
		text-align: left;
		border-right: none;
		border-left: none;
	}
	.rbox_in{
		border: none;
		padding: 0;
	}
	.rtop{
		font-size: 15px;
		line-height: 22px;
		text-align: left;
		padding: 10px;
	}
	.rbox .bt_bg{
		margin: 0;
		padding: 10px;
	}
	.rbox .bt_bg:last-of-type{	padding-bottom: 10px;}
	.rbox .bt1{
		display: block;
		width: auto;
		margin: 0 0 10px 0;
	}
	.rbox .bt1:last-child{	margin-bottom: 0;}
	.rbox .sline{
		position: relative;
		display: block;
		width: auto;
		text-align: center;
		margin: 0 0 10px 0;
		padding-left: 40px;
	}
	.rbox .stel:last-child,
	.rbox .sline:last-child{	margin-bottom: 0;}
	.rbox .stel span{
		left: 15px;
	}
	.rbox .sline{	padding-left: 45px;}
	.rbox .sline span{
		left: 8px;
	}
	.rbox .sline{ padding-top: 15px;}
	.rbox .sline em{
		font-size: 21px;
		font-weight: bold;
		line-height: 21px;
	}
	.rbox .sline span:before {
		content: '';
		position: absolute;
		bottom: -5px;
		left: 9px;
		width: 6px;
		height: 6px;
		background-color: currentColor;
		border-bottom: solid 1px currentColor;
		border-right: solid 1px currentColor;
		-webkit-transform: rotate(45deg);
		      transform: rotate(45deg);
	}
}