@charset "UTF-8";
/* CSS Document */
/*ヘッダー*/
.header {
  display: flex;
  width: 100%;
  max-width: 1160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: space-between;
}
.header__logo {
  width: 430px;
  margin: 0;
}
.header__tel-wrap {
  width: 250px;
  height: 74px;
  background-color: #bf8138;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
.header__tel {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  text-align: left;
  font-weight: bold;
}
.header__tel-inner {
  display: inline-block;
  padding-top: 10px;
  font-size: 2.4rem;
  font-weight: bold;
}
.material-icons.tel {
  font-size: 27px;
  vertical-align: bottom;
}
/*ナビゲーション*/
.nav__list li:first-child, .nav__list li:last-child {
  display: flex;
}
/*アクセス*/
.access__title, .parking__title {
  display: block;
  width: 40%;
  margin-bottom: 100px;
  padding: 66px 0;
  background-color: #f7de6b;
}
.access__title {
  border-radius: 0 90px 90px 0;
}
.access__map-image {
  width: 80.556%;
  border-radius: 10px;
  border: solid 1px #bf8138;
}
.address__wrap {
  margin: 40px 0 50px;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.access__root {
  margin-bottom: 100px;
  line-height: 1.7;
}
.parking__title {
  border-radius: 90px 0 0 90px;
}
.parking__title.right {
  margin: 0 0 100px auto;
}
.access__title-img {
  width: 42px;
  margin-right: 10px;
  vertical-align: bottom;
}
.access__title-img.car {
  width: 60px;
}
.parking__img img {
  width: 80.556%;
  height: auto;
}
.parking__txt {
  margin-top: 20px;
  font-size: 1.8rem;
  font-weight: bold;
}
	@media (max-width: 1024px) {
	  /*アクセス*/
	  .access__title, .parking__title {
		margin-bottom: 60px;
		padding: 40px 0;
		font-size: 4.0rem;
	  }
	}
	@media (max-width: 767px) {
	  /*ヘッダー*/
	  .header {
		position: fixed;
		top: 0;
		height: 70px;
		background-color: #fff;
		z-index: 100;
	  }
	  .header__logo {
		width: 171px;
		margin: 20px 10px;
	  }
	  .header__tel-wrap {
		display: none;
	  }
	  /*ナビゲーション*/
	  .nav__others {
		display: block;
	  }
	  /*アクセス*/
	  .access__title, .parking__title {
		width: 60%;
		margin: 110px 0 40px;
		padding: 16px 0;
		border-radius: 0 30px 30px 0;
		font-size: 2.8rem;
	  }
	  .access__map-image {
		width: 91.467%;
		height: 300px;
	  }
	  .address__wrap {
		width: 300px;
		margin: 20px auto 50px;
		font-size: 1.6rem;
	  }
	  .access__root {
		width: 300px;
		margin: 0 auto 80px;
		line-height: 1.7;
	  }
	  .parking__title {
		border-radius: 90px 0 0 90px;
	  }
	  .parking__title.right {
		margin: 0 0 40px auto;
	  }
	  .access__title-img {
		width: 30px;
	  }
	  .access__title-img.car {
		width: 42px;
	  }
	  .parking__img img {
		width: 91.467%;
	  }
	  .parking__txt {
		margin-top: 20px;
		font-size: 1.6rem;
	  }
	}