
@charset "UTF-8";
/* header */
.header__inner {
  padding: 20px 50px 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
.header__inner {
    padding: 6px 20px;
  }
  .header__logo {
    width: 36%;
  }
  .header__right {
    width: 36%;
  }
}

/* footer */

.footer {
  background-color: #fff;
  font-size: 14px;
  padding: 50px 0 40px;
}
.footer .wrapper {
  max-width: 1120px;
  padding: 0 2%;
  margin: 0 auto;
}
.info-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.info-list li {
  padding: 10px;
	list-style: none;
}
.info-list li a {
	color: #000;
}
.access-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #F5A200;
  border-radius: 10px;
  padding: 20px 28px;
  margin-bottom: 20px;
}
.access-gray {
  background-color: #595757;
  color: #fff;
  border-radius: 10px;
  padding: 8px 14px;
  margin-bottom: 8px;
}
.access-yellow a {
  background-color: #F5A200;
  color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 8px 14px;
}
.access-yellow a::before {
  content: url(../images/icon-car.svg);
  width: 25px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.access-yellow a::after {
  content: "＞";
  display: inline-block;
  margin-left: 20px;
}
.address {
  margin-bottom: 14px;
}
.tel {
  color: #F5A200;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}
.tel>span {
  color: #231815;
  font-size: 1.4rem;
  font-weight: normal;
  margin-left: 4px;
}
.info-time .info-section__title02 {
  position: absolute;
  left: 40px;
  top: 92px;
	color: var(--red-color);
}
.info-section__title02 {
  font-weight: var(--black-font-weight);
  letter-spacing: .025em;
  font-size: 32px;
  line-height: 1.5;
}
.info-time__text02 {
	line-height: 1;
	font-size: 20px;
	text-align: right;
}
.info-dog {
  position: absolute;
  left: 10px;
  top: 160px;

}
/* Tab */
@media screen and (max-width: 900px) {
  .access-list {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 4%;
  }
  .access-list .text-center {
    margin-bottom: 24px;
  }
  .access-flex {
    display: flex;
    justify-content: center;
    gap: 5%;
    align-items: center;
  }
  .access-gray {
    margin-bottom: 0;
  }
  .address {
    text-align: center;
  }
  .tel {
    text-align: center;
    margin-bottom: 24px;
  }
}
@media (max-width: 440px) {
    .footer {
      padding-top: 30px;
      padding-bottom: 20px;
    }
    .info-list li {
      padding: 20px;
    }
    .access-list {
      flex-direction: column;
    }
    .footer .logo {
      margin: 30px auto 10px;
    }
    .footer small {
      font-size: 1rem;
    }
  .info-time .info-section__title02 {
    position: static;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-top: 20px;
  }
  .info-section__title02 {
    font-size: 20px;
  }
  .info-time__text02 {
    font-size: 16px;
  }
  .info-dog {
    position: static;
    text-align: center;
  }
  .access-flex {
    justify-content: space-around;
  }
  .address {
    text-align: left;
    margin: 0 auto 8px;
  }
  .address>span {
    display: block;
    margin-bottom: 12px;
  }
  .tel {
    text-align: left;
    margin-bottom: 12px;
  }
  .tel>span {
    display: block;
    margin-top: 8px;
  }
}
.dl-information {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
	padding-top: 20px;
	font-size: 18px;
}
.dl-information dt {
  width: 128px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.dl-information dd {
  width: 800px;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
.term-section {
	display: flex;
  justify-content: space-between;
	flex-wrap: wrap;
  width: 100%;
}
.term-section ul {
	width: 47%;
	padding-left: 1em;
	margin-bottom: 30px;
}
.term-section ul li {
	list-style-position:outside;
	font-size: 18px;
	margin-bottom: 10px;
}
@media (max-width: 767px) {
	.info-title img {
		width: 75%!important;
	}
.dl-information dt {
	width: 100%;
  padding-bottom: 0;
  margin-bottom: 10px;
}

.dl-information dd {
width: 100%;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
	.term-section ul {
	width: 100%;
	margin-bottom: 0;
}
.term-section ul li {
	font-size: 14px;
}
}



