@charset "UTF-8";
/* CSS Document */
/*------------------

common

-------------------*/

#access {
  max-width: 940px;
  margin: 0 auto;
  font-size: 16px;
}
#access .maparea{
  text-align: center;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-top: 30px;
}
#access .maparea iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#access .logoarea{
  text-align: left;
  width: 20%;
  margin-top: 20px;
/*  padding-left: 40px;*/
}
#access .textarea{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 100px;
}
#access h2 {
  font-size: 30px;
  font-weight: bold;
}

#access .telbtn a:before{
  content: "";
  display: inline-block;
  background-image: url(../images/new/mobilemap.png);
  width: 16px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-right: 5px;
  transition: .5s;
}
#access .telbtn a{
  font-size: 16px;
  display: inline-block;
  border: 1px solid #173c5f;
  padding: 8px 16px;
  color: #173c5f;
  text-decoration: none;
  transition: .5s;
  font-family: yu-mincho-pr6,sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 5px 0;
  padding: 10px 30px;
}
#access .maplink-btn{
  text-align: right;
}
#access .maplink-btn a{
  font-size: 20px;
  display: inline-block;
  border: 1px solid #173c5f;
  padding: 8px 16px;
  color: #173c5f;
  text-decoration: none;
  transition: .5s;
  font-family: yu-mincho-pr6,sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 20px 0 24px 0;
  padding: 10px 30px;
}
#access .maplink-btn a:hover,.telbtn a:hover{
  background-color: #173c5f;
  color: #fff!important;
}
#access .telbtn a:hover::before{
  background-image: url(../images/new/mphone.png);
}
#access .colona{
  font-size: 16px!important;
}
#access .flow-item{
	width:30%;
}
#access .flow-p{
	background-color:#eee;
	padding:20px;
	height:120px;
}
#access .map-flow{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
#access .map-flow2{
	display:flex;
	justify-content: flex-end;
	padding-bottom:20px;
}
#access .arrow{
  width: 0;
  height: 0;
  border-left: 20px solid #182A44;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  margin-top:13%;
}
#access .arrow-und{
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #182A44;
  margin-left:auto;
	margin-top:10px;
	margin-bottom:10px;
	margin-right:12%;
}
#access .arrow-left{
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 20px solid #182A44;
  border-bottom: 30px solid transparent;
  margin-top:13%;
	margin-right:10px;
	margin-left:-10px;
}
.sponly{
	display:none;
}
/*------------------

以下レスポンシブ設定

-------------------*/

@media screen and (max-width:750px) {
  #access .maplink-btn{
    text-align: center;
  }
  #access .logoarea{
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    padding: 0;
    width: 40%;
  }
  #access .logoarea img{
    text-align: center;
  }
  #access .textarea{
    display: block;
    padding: 0 30px;
    text-align: center;
    margin-bottom: 100px;
  }
}
@media screen and (max-width:425px) {
	#access .map-flow{
		display:block;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	#access .flow-p{
		height:60px;
	}
	#access .map-flow2{
		display:block;
		justify-content: flex-end;
		padding-bottom:20px;
	}
	#access .flow-item{
		width:100%;
	}
	#access .arrow{
		transform:rotate(90deg);
		margin:0 auto;
	}
	.pconly{
		display:none;
	}
	.sponly{
		display:block;
	}
}