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

	メインビジュアル

================================*/
#mainvisual {
  background-image: url("../images/access/access-mainvisual.jpg");
}
/*===============================

	アクセス

================================*/
#access-wrapper #access-map {
  width: 1080px;
  margin: 0 auto;
}
#access-wrapper #access-map h2 {
  text-align: center;
  margin-bottom: 30px;
}
#access-wrapper #access-map .map {
  width: 1080px;
  height: 600px;
  margin-bottom: 40px;
}
#access-wrapper #access-map .access-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 94px;
}
#access-wrapper #access-map .access-outline .img {
  width: 149px;
  height: 149px;
}
#access-wrapper #access-map .access-outline p.logo {
  width: 344px;
  height: 99px;
  padding: 10px 30px 10px 0;
  margin: 0 30px 0 25px;
  border-right: 1px solid #180d03;
}
#access-wrapper #access-map .access-outline p.logo + p {
  line-height: 2;
}
#access-wrapper #access-map .access-outline p.logo + p span {
  display: block;
  color: #8d1a10;
  font-size: 24px;
}
#access-wrapper #access-map .access-outline p.logo + p span a {
  text-decoration: none;
}
#access-wrapper .route {
  width: 1080px;
  margin: 0 auto 44px;
}
#access-wrapper .route h3 {
  width: 365px;
  height: 97px;
  margin: 0 0 11px -6px;
}
#access-wrapper #route01 table tr th {
  width: 30%;
}
#access-wrapper #route02 .inner {
  padding: 40px 40px 35px;
  background-image: url("../images/common/white-bg.gif");
  background-repeat: repeat;
  box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}
#access-wrapper #route02 .inner figure {
  width: 1000px;
  height: 80px;
  margin-bottom: 35px;
}
#access-wrapper #route02 .inner p {
  color: #8d1a10;
  text-indent: -1.25em;
  padding-left: 1.25em;
}
#access-wrapper #route02 .inner p::before {
  content: "※";
  margin-right: .25em;
}
#access-wrapper #route03 {
  width: 1099px;
  margin-bottom: 0;
}
#access-wrapper #route03 h3 {
  margin-bottom: 2px;
}
#access-wrapper #route03 figure {
  width: 1099px;
  height: 641px;
}
#access-wrapper #access-map .access-outline p .mails {
	font-size: 16px;
	color: #40526F;
	text-decoration: none;
}
.must{
	background-color: #DF191C;
	color: #FFFFFF;
	text-align: center;
	font-weight:bold;
	font-size: 1.2em;
	padding: 5px 0;
	margin-bottom: 15px;
}
