@charset "utf-8";



/* sw-PageIntro
-----------------------------------*/
.sw-PageIntro .image{
	background-image: url("../img/bg_pageintro_01.jpg");
}
.sw-PageIntro .text img{
	width: 160px;
	height: auto;
}
@media only screen and (min-width: 768px){
	.sw-PageIntro .text img{
		width: 230px;
	}
}
@media only screen and (min-width: 1024px){
	.sw-PageIntro .text img{
		width: 300px;
	}
}



/* access-Address
-----------------------------------*/
.st-Content .sub_ttl{
	color: #222e53;
}
.st-Content .bus_note{
	color: #222e53;
	text-align: center;
}



/* access-Address
-----------------------------------*/
.access-Address{
	margin-top: 10px;
}
.access-Address .map{
	width: calc( 100% - 40px);
	min-height: 320px;
	border: 1px solid #d3d5dd;
	background: #777;
	margin: 25px 20px 0;
}
.access-Address .comment{
	margin-top: 40px;
}
.access-Address h3{
	text-align: center;
}
.access-Address h3 .pc{
	display: none;
}
.access-Address h3 .pc_center{
	display: none;
}
.access-Address h3 img{
	width: 107px;
	height: auto;
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
.access-Address .tel{
	text-align: center;
	margin-top: 5px;
}
.access-Address .tel a{
	display: inline-block;
}
.access-Address .tel .num{
	font-size: 131%;
}
.access-Address .tel .num .lg{
	font-size: 125%;
}
.access-Address .address{
	text-align: center;
}
.access-Address .sw-Btn{
	margin-top: 15px;
}
@media only screen and (min-width: 768px){
	.access-Address{
		margin-top: 20px;
	}
	.access-Address .map{
		min-height: 400px;
	}
	.access-Address .tel .num{
		font-size: 184%;
	}
	.access-Address .tel .num .lg{
		font-size: 125%;
	}
	.access-Address .address{
		font-size: 108%;
	}
	.access-Address .sw-Btn{
		margin-top: 25px;
	}
}
@media only screen and (min-width: 1024px){
	.access-Address .inner{
		margin-top: 45px;
	}
	.access-Address .comment{
		width: 50%;
		background-color: #222e53;
		background-image: url("../../asset/img/bg_common_01.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding: 100px 0;
		margin: 0;
		float: left;
	}
	.access-Address h3 .sp{
		display: none;
	}
	.access-Address h3 .sp_center{
		display: none;
	}
	.access-Address h3 .pc{
		display: inline-block;
	}
	.access-Address h3 .pc_center{
		display: inline-block;
	}
	.access-Address h3 img{
		width: 160px;
		-webkit-transform: translateX(12px);
		transform: translateX(12px);
	}
	.access-Address .tel .num{
		color: #fff;
	}
	.access-Address .address{
		color: #fff;
	}
	.access-Address .sw-Btn-01 span{
		color: #fff;
	}
	.access-Address .sw-Btn-01 span:after{
		background: #fff;
	}
	.access-Address .map{
		width: 50%;
		min-height: 500px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		float: right;
	}
}
@media only screen and (min-width: 1280px){
	.access-Address .comment{
		width: 640px;
	}
	.access-Address .map{
		width: calc(100% - 640px);
	}
}



/* access-Type
-----------------------------------*/
.access-Type{
	padding: 0 20px;
	margin: 80px auto 0;
}
.access-Type .box + .box{
	margin-top: 30px;
}
.access-Type h3{
	color: #222e53;
	font-size: 108%;
	border-bottom: 1px solid #d3d5dd;
	padding: 0 10px 3px;
	margin-bottom: 10px;
}
.access-Type p{
	margin: 0 10px;
}
.access-Type .note{
	padding-left: 1em;
	margin: 0 10px;
	position: relative;
}
.access-Type .note:before{
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.access-Type ul li{
	list-style: none;
	padding-left: 1em;
	margin: 0 10px;
	position: relative;
}
.access-Type ul li:before{
	content: "○";
	position: absolute;
	top: 0;
	left: 0;
}
@media only screen and (min-width: 768px){
	.access-Type{
		margin: 100px auto 0;
	}
	.access-Type .box + .box{
		margin-top: 45px;
	}
	.access-Type h3{
		font-size: 138.5%;
	}
	.access-Type ul li{
		font-size: 108%;
	}
}
@media only screen and (min-width: 1024px){
	.access-Type{
		max-width: 1280px;
		padding: 0 40px;
		margin: 120px auto 0;
	}
	.access-Type .box{
		width: 47.5%;
		margin: 0!important;
		float: left;
	}
	.access-Type .box:nth-child(even){
		float: right;
	}
	.access-Type h3{
		font-size: 184%;
	}
	.access-Type ul li{
		font-size: 123.1%;
	}
}