@font-face {
  font-family: 'Noto Serif';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSerifRegular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif';
  font-style: bold;
  font-weight: 700;
  src: url('../font/NotoSerifBold.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Jp';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSerifJP-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Jp';
  font-style: bold;
  font-weight: 700;
  src: url('../font/NotoSerifJP-Bold.woff') format('woff');
  font-display: swap;
}

html {
  font-size: 10px;
}

body {
  margin-top: 100px;
  font-size: 1.6rem;
  font-family: 'Noto Serif Jp', sans-serif;
  color: #000000;
}

.is-sp {
  display: none;
}

#header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
}

.header__h1 {
  position: absolute;
  top: 10px;
  left: 143px;
  width: calc(100% - 180px);
  font-size: 1rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  height: 88px;
  padding-left: 30px;
  padding-right: 8.4%;
}

.header__logo-wrap {
  display: block;
  width: 268px;
  transition: opacity 0.3s;
}

.header__logo-wrap:hover {
  opacity: 0.7;
}

.header__nav {
  margin-left: 40px;
}

.header__nav-list {
  display: flex;
  justify-content: space-between;
  width: 533px;
}

.header__nav-link {
  font-weight: bold;
  line-height: 1.4em;
  color: #000000;
  transition: opacity 0.3s;
}

.header__nav-link:hover {
  opacity: 0.7;
}

.header__menu-sp {
  display: none;
}

.heading__sub-title {
  margin-bottom: 19px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  color: #2F3192;
}

.heading__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
}

.heading__title.mb1 {
  margin-bottom: 24px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.text {
  line-height: 1.4em;
  font-family: 'Noto Serif', sans-serif;
}

.p-parking__eyecatch {
  position: relative;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/parking2.jpg);
}

.p-parking__eyecatch-title {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 100%;
  min-width: 632px;
  padding: 10px 20px;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.2em;
  text-align: center;
  color: #F8F8F8;
  background-color: #0675BD;
}

.p-parking__sec1 {
  padding: 112px 14px 77px;
}

.p-parking__sec1-text {
  margin-bottom: 56px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}

.p-parking__sec1-box {
  display: flex;
  max-width: 1119px;
  margin: 0 auto;
}

.p-parking__sec1-content-wrap {
  width: 60%;
  padding-right: 31px;
  padding-top: 40px;
}

.p-parking__sec1-img-wrap {
  width: 40%;
}

.p-parking__bg {
  background-color: #B4D6EB;
}

.p-parking__sec2-head {
  padding: 56px 14px 93px;
}

.p-parking__sec2-title {
  font-size: 3.2rem;
  line-height: 1.24em;
  font-weight: bold;
  text-align: center;
}

.p-parking__sec2-box-wrap {
  padding: 0 14px 119px;
}

.p-parking__sec2-box {
  display: flex;
  max-width: 1119px;
  margin: 0 auto;
}

.p-parking__sec2-img-wrap {
  width: 40%;
}

.p-parking__sec2-content-wrap {
  width: 60%;
  padding-left: 31px;
}

.p-parking__sec2-title2 {
  margin-bottom: 24px;
  font-size: 2.8rem;
  line-height: 1.24em;
  font-weight: bold;
}

.p-parking__sec2-text {
  font-size: 2rem;
  line-height: 1.4em;
  font-family: 'Noto Serif', sans-serif;
}

.p-parking__sec2-text.mb {
  margin-bottom: 12px;
}

.p-parking__sec3-box {
  display: flex;
  max-width: 1126px;
  margin: 0 auto 97px;
  padding: 34px 64px 36px;
  background-color: #D9D9D9;
}

.p-parking__sec3-content-wrap {
  width: 52.7%;
}

.p-parking__sec3-text1 {
  margin-bottom: 33px;
  font-size: 2.8rem;
  line-height: 1.24em;
  font-weight: bold;
}

.p-parking__sec3-text2 {
  padding-left: 32px;
  font-size: 2rem;
  line-height: 1.4em;
  font-family: 'Noto Serif', sans-serif;
}

.p-parking__sec3-text2.mb {
  margin-bottom: 20px;
}

.p-parking__sec3-iframe-wrap {
  width: 47.3%;
}

.p-parking__sec3-iframe-inner {
  max-width: 430px;
  height: 253px;
}

.p-parking__sec3-iframe-inner iframe {
  width: 100%;
  height: 100%;
}

.p-parking__sec4 {
  margin-bottom: 50px;
  padding: 54px 16px 65px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/parking5.jpg);
}

.p-parking__sec4-2 {
  padding: 54px 16px 65px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/parking8.jpg);
}

.p-parking__sec4-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.p-parking__sec4-text1 {
  margin-bottom: 70px;
  font-size: 3.2rem;
  line-height: 1.24em;
  font-weight: bold;
  text-align: center;
}

.p-parking__sec4-list {
  display: flex;
  justify-content: space-around;
  margin-left: -32px;
}

.p-parking__sec4-item {
  width: calc(33.3333% - 32px);
  min-height: 379px;
  margin-left: 32px;
  padding: 7px 17px 58px;
  background-color: rgba(217, 217, 217, 0.7);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.p-parking__sec4-num {
  display: block;
  margin-bottom: 6px;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  color: #2F3192;
}

.p-parking__sec4-title {
  margin-bottom: 36px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
}

.p-parking__sec5 {
  padding: 36px 16px 51px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/parking6.jpg);
}

.p-parking__sec5-inner {
  max-width: 1115px;
  min-height: 365px;
  margin: 0 auto;
  padding: 51px 16px 40px;
  background-color: rgba(255, 255, 255, 0.8);
}

.p-parking__sec5-text1 {
  margin-bottom: 31px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.24em;
  text-align: center;
}

.p-parking__sec5-text2 {
  margin-bottom: 37px;
  font-size: 2rem;
  line-height: 1.4em;
  text-align: center;
  font-family: 'Noto Serif', sans-serif;
}

.p-parking__sec5-text3-wrap {
  display: flex;
  max-width: 630px;
  margin: 0 auto;
}

.p-parking__sec5-text3-left {
  display: block;
  width: calc(100% - 220px);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4em;
}

.p-parking__sec5-text3-right {
  display: block;
  width: 220px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4em;
  text-align: center;
  color: #2F3192;
  transition: opacity 0.3s;
}

.p-parking__sec5-text3-right:hover {
  opacity: 0.7;
}

.p-parking__sec5-text4 {
  margin-top: 30px;
  font-size: 2rem;
  line-height: 1.4em;
  text-align: center;
  font-family: 'Noto Serif', sans-serif;
}

.footer {
  padding: 41px 16px 46px;
  background-color: #F8F7F7;
}

.footer__inner {
  display: flex;
  max-width: 1320px;
  width: 100%;
  margin: 0 auto 110px;
}

.footer__info-wrap {
  width: 295px;
}

.footer__logo-wrap {
  display: block;
  width: 235px;
  margin-bottom: 15px;
  transition: opacity 0.3s;
}

.footer__logo-wrap:hover {
  opacity: 0.7;
}

.footer__text {
  font-size: 1.5rem;
  line-height: 2em;
  font-family: 'Noto Serif', sans-serif;
}

.footer__nav-link {
  display: block;
  font-size: 1.1rem;
  color: #000000;
  line-height: 2em;
  font-family: 'Noto Serif', sans-serif;
  transition: opacity 0.3s;
}

.footer__nav-link:hover {
  opacity: 0.7;
}

.footer__copyright {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-family: 'Noto Serif', sans-serif;
}

@media screen and (max-width: 767px) {
.is-sp {
  display: block;
}

.is-sp-inline {
  display: none;
}

body {
  margin-top: 50px;
}

#header {
  height: 50px;
}

.header__h1 {
  position: absolute;
  top: 4px;
  left: 17px;
  width: calc(100% - 67px);
  font-size: 1rem;
}

.header__inner {
  margin-top: 0;
  height: 50px;
  padding-left: 16px;
  padding-right: 0;
}

.header__logo-wrap {
  margin-top: 15px;
  width: 131px;
}

.header__nav {
  display: none;
  position: fixed;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  width: 100%;
  margin-left: 0;
  padding: 37px 0 100px;
  background-image: url(../img/sp2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#body.is-active .header__nav {
  display: block;
}

.header__nav-list {
  flex-wrap: wrap;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

.header__nav-item {
  width: 100%;
  margin-bottom: 12px;
}

.header__nav-link {
  font-size: 1.8rem;
  line-height: 1.2em;
  color: #ffffff;
}

.header__menu-sp {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
}

.header__menu-link,
.header__menu-link span {
  transition: all .4s;
  box-sizing: border-box;
}

.header__menu-link {
  display: block;
  position: relative;
  width: 25px;
  height: 22px;
  margin: 14px auto;
}

.header__menu-link span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #3E3E3E;
}

.header__menu-link span:nth-of-type(1) {
  top: 0;
}

.header__menu-link span:nth-of-type(2) {
  top: 10px;
}

.header__menu-link span:nth-of-type(3) {
  bottom: 0;
}

#body.is-active .header__menu-link span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

#body.is-active .header__menu-link span:nth-of-type(2) {
  opacity: 0;
}

#body.is-active .header__menu-link span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.heading__sub-title {
  margin-bottom: 5px;
  font-size: 1.6rem;
}

.heading__title {
  font-size: 2.6rem;
}

.heading__title.mb1 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.p-parking__bg {
  margin-bottom: 12px;
}

.p-parking__eyecatch {
  height: 200px;
  background-image: url(../img/parking2-sp.jpg);
}

.p-parking__eyecatch-title {
  top: 40%;
  min-width: 197px;
  padding: 10px 16px;
  font-size: 2rem;
}

.p-parking__sec1 {
  padding: 39px 14px 52px;
}

.p-parking__sec1-text {
  margin-bottom: 20px;
  font-size: 2rem;
}

.p-parking__sec1-box {
  flex-wrap: wrap;
}

.p-parking__sec1-content-wrap {
  order: 2;
  width: 100%;
  padding-right: 0;
  padding-top: 0;
}

.p-parking__sec1-img-wrap {
  order: 1;
  width: 100%;
  margin-bottom: 40px;
}

.p-parking__sec2-head {
  padding: 38px 14px 34px;
}

.p-parking__sec2-title {
  font-size: 2.6rem;
}

.p-parking__sec2-box-wrap {
  padding: 0 14px 28px;
}

.p-parking__sec2-box {
  flex-wrap: wrap;
}

.p-parking__sec2-img-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.p-parking__sec2-content-wrap {
  width: 100%;
  padding-left: 0;
}

.p-parking__sec2-title2 {
  margin-bottom: 30px;
  font-size: 2rem;
}

.p-parking__sec2-title2.mb2 {
  margin-bottom: 11px;
}

.p-parking__sec2-text {
  padding-left: 18px;
  font-size: 1.6rem;
}

.p-parking__sec2-text.mb {
  margin-bottom: 11px;
}

.p-parking__sec3-box {
  flex-wrap: wrap;
  margin: 0 16px 37px;
  padding: 17px 10px 40px;
  background-color: rgba(228, 228, 228, 0.8);
}

.p-parking__sec3-content-wrap {
  width: 100%;
  margin-bottom: 42px;
}

.p-parking__sec3-text1 {
  margin-bottom: 20px;
  font-size: 2rem;
  line-height: 1.4em;
}

.p-parking__sec3-text2 {
  padding-left: 0;
  font-size: 1.6rem;
}

.p-parking__sec3-iframe-wrap {
  width: 100%;
}

.p-parking__sec3-iframe-inner {
  max-width: 100%;
  height: 244px;
}

.p-parking__sec4 {
  margin-bottom: 40px;
  padding: 41px 16px 50px;
  background-image: url(../img/parking5-sp.jpg);
}

.p-parking__sec4-2 {
  padding: 41px 16px 50px;
  background-image: url(../img/parking8-sp.jpg);
}

.p-parking__sec4-text1 {
  margin-bottom: 20px;
  font-size: 2.6rem;
}

.p-parking__sec4-list {
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.p-parking__sec4-item {
  width: calc(100% - 32px);
  min-height: unset;
  margin-bottom: 30px;
  padding: 16px 8px 40px;
  background-color: rgba(228, 228, 228, 0.8);
  box-shadow: none;
}

.p-parking__sec4-title-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  padding: 0 8px;
}

.p-parking__sec4-num {
  width: 55px;
  margin-bottom: 0;
  font-size: 3.6rem;
  color: #0675BD;
  text-align: left;
}

.p-parking__sec4-title {
  margin-bottom: 0;
  padding-top: 8px;
  font-size: 2rem;
  text-align: left;
}

.p-parking__sec5 {
  padding: 36px 16px 41px;
  background-image: url(../img/parking6-sp.jpg);
}

.p-parking__sec5-inner {
  min-height: 300px;
  padding: 11px 10px 20px;
  background-color: rgba(228, 228, 228, 0.8);
}

.p-parking__sec5-text1 {
  margin-bottom: 27px;
  font-size: 2.6rem;
}

.p-parking__sec5-text2 {
  margin-bottom: 22px;
  font-size: 1.6rem;
  text-align: left;
}

.p-parking__sec5-text3-wrap {
  flex-wrap: wrap;
}

.p-parking__sec5-text3-left {
  width: 100%;
  margin-bottom: 17px;
  font-size: 2rem;
  text-align: center;
}

.p-parking__sec5-text3-left .is-sp {
  font-size: 1.6rem;
}

.p-parking__sec5-text3-right {
  width: 100%;
  font-size: 3.2rem;
}

.p-parking__sec5-text4 {
  display: none;
}

.footer {
  padding: 14px 16px 20px;
}

.footer__inner {
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 55px;
}

.footer__info-wrap {
  width: 100%;
}

.footer__logo-wrap {
  width: 307px;
  margin: 0 auto 10px;
}

.footer__text {
  max-width: 230px;
  margin: 0 auto;
}

.footer__nav-list {
  display: none;
}
}
