@charset "UTF-8";

#access .hosoku{
	display: flex;
	align-items:  center;
	margin-top: 50px;
}
#access .hosoku div + div{
	margin-left: 50px;
}

.hosoku div{
	flex: 1;
}
.route.to-left,
.route + .route {
	margin-top: 50px;
}
.route.to-left{
	margin-right: calc((100% - 900px) / 2);
}
.route address:before{
	width: 22%;
	height: 100%;
	background: url(../../img/common/bg-kitaeru-l.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.route address{
	padding: 36px 0;
	padding-left: calc(22% + 30px);
	border: solid 1px #111;
	border-left: none;
	background: #fff;
	border-radius: 0px 80px 80px 0;
	position: relative;
}
.route address .title{
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.route address,
.route p{
	font-size: 16px;	
}
.to-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}

/* 表示されたときのスタイル */
.to-left.on {
  opacity: 1;
  transform: translateX(0);
}


#access #ac-kitaeru{
	margin-bottom: 16px;
}
#access #ac-kitaeru img{
	max-width: 185px;
	width: 100%;
	height: auto;
}
#access #ac-ikikata img{
	max-width: 180px;
	width: 100%;
	height: auto;
}
.route{
	position: relative;
}
.route #ac-ikikata{
	position: absolute;
	left: 0px;
	bottom: -6px;
}
.route .youtube-waku:after,
.route .youtube-waku:before{
	width: 1px;
	height: 25px;
	background: #111;
	position: absolute;
	transform:skewX(-45deg);
}
.route .youtube-waku:before{
	top: -5px;
	left: 5px;
}
.route .youtube-waku:after{
	bottom: -5px;
	right: 5px;
}
.mono .youtube-waku{
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
}
iframe.youtube{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#access .conte-button{
	margin-top: 50px;
}



.bg-w.bg-access {
  position: relative;
  overflow: hidden;
}
.mono .bg-w.bg-access .bg-parallax{
  background: url(../../img/common/bg-access.png) no-repeat left -200px top;
  background-size: 50% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2000px;
  transition: background-position 0.1s linear;
}


@media screen and (max-width: 1179px) {

}
@media screen and (max-width: 1023px) {
  .route.to-left {
      margin-right:15%;
  }




}
@media screen and (max-width: 767px) {


  .route address,
  .route p{
    font-size: 12px;  
  }
  .route address{
    padding: 20px 0;
    padding-left: 27%;
  }
  .route.to-left {
      margin-right:30px;
  }


}
@media screen and (max-width: 460px) {

}


