@charset "utf-8";


/* =============== main =============== */
.mv{
	background: url("/access/images/mainvis.jpg") right center no-repeat;
}
.sect p, .sect li {
	line-height: 1.8;
}

.access-box{
	margin-top: 20px;
}
.access-detail dt{
	position: relative;
	padding: 0 0 5px 1.5em;
	font-weight: bold;
	border-bottom: dotted 1px #b2a39c;
}
.access-detail dt:before {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	content: "●";
	color: #0c9ece;
  font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.access-detail dt:not(:first-child){
	margin-top: 20px;
}

.access-detail dd{
	margin-top: 10px;
}
.access-detail li{
	position: relative;
	padding-left: 1.2em;
}
.access-detail li:before{
	position: absolute;
	left: 0;
	top: 0;
	content: "・";
	display: inline-block;
}
.access-mapimg{
	margin-top: 20px;
	text-align: center;
}
.access-address{
	margin-top: 20px;
}
.access-exterior{
	margin-top: 20px;
	text-align: center;
}


.access-gmap{
	margin-top: 50px;
}
.access-gmap h3 {
	margin-bottom: 20px;
	color: #0c9ece;
	font-size: 2.0rem;
	font-weight: bold;
}

.gmap {
	position: relative;
	padding-top: 100%;
	height: 0;
	overflow: hidden;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}


/* ～959px：タブレット
------------------------------ */
@media screen and (max-width: 959px) {
  
  

 
}
  
/* ～479px：SP
------------------------------ */
@media screen and (max-width: 479px) {

  
  
}


/* 960px～：PC
------------------------------ */
@media screen and (min-width: 960px) {
	
	
	.access-box{
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
		margin-top: 30px;
	}
	.access-detail{
		width: 44%;
	}
	
	.access-mapimg{
		margin-top: 0;
		width: 52%;
	}
	.access-address{
		margin-top: 0;
		width: 66%;
	}
  .access-address a{
    pointer-events: none;
  }
	.access-exterior{
		margin-top: 0;
		width: 30%;
	}
	.gmap {
		padding-top: 56.25%;
	}

	
}

