.mv {
  background-color: #fff;
  background-image: url("../img/bg_mv_sp.webp");
  background-size: cover;
  padding: 0.71429rem;
  height: auto; }
  @media screen and (min-width: 768px) {
    .mv {
      background-image: url("../img/bg_mv_pc.webp");
      padding: 1.25rem;
      aspect-ratio: 2880 / 1201;
      max-width: 1920px;
      margin-inline: auto; } }

.mv__inner {
  display: flex;
  justify-content: space-between;
  height: 100%; }

@media only screen and (max-width: 767px) {
  .mv__inner {
    flex-wrap: wrap; } }
.mv__wrapper {
  height: 100%;
  width: calc(50% - 0.625rem); }

@media only screen and (max-width: 767px) {
  .mv__wrapper {
    width: 100%; } }
.mv__wrapper.renewal {
  position: relative;
  background-image: url("../img/bg_mg_main.webp");
  background-size: cover;
  padding-top: 1.875rem; }

@media only screen and (max-width: 767px) {
  .mv__wrapper.renewal {
    margin-bottom: 0.71429rem;
    padding-top: 2.85714rem;
    height: 21.42857rem; } }
.mv__wrapper.regulate {
  background-color: #fff; }
@media screen and (min-width: 768px){
  .mv__wrapper.regulate {
    display: block grid;
    place-items: center;
  }
}

.mv__txt {
  margin: 0 auto;
  width: 73.8%; }

@media only screen and (max-width: 767px) {
  .mv__txt {
    width: 70.7%; } }
.mv__mascot {
  position: absolute;
  right: 0;
  bottom: 1.25rem;
  left: 0;
  margin: auto;
  width: 20%; }

@media only screen and (max-width: 767px) {
  .mv__mascot {
    bottom: 1.07143rem; } }
.mv__contents {
  position: relative;
  padding: 0.71429rem; }
  @media screen and (min-width: 768px) {
    .mv__contents {
      padding: 0;
      width: 96%; } }
  .mv__contents-img--02 {
    margin-block: 0.6rem 1rem; }
    @media screen and (min-width: 768px) {
      .mv__contents-img--02 {
        margin-bottom: 1.2rem; } }
  .mv__contents-txt {
    background-color: #c8161d;
    color: #fff;
    font-weight: bold;
    letter-spacing: 5px;
    text-align: center;
    font-size: 2.1rem;
    line-height: 3rem; }
    @media screen and (min-width: 768px) {
      .mv__contents-txt {
        letter-spacing: 0.2em;
        font-size: 3rem;
        line-height: 4.1rem; } }

/*
.announce
---------------------------*/
.announce {
  text-align: center; }

/*
.regulation
---------------------------*/
.regulation__txt{
  font-weight: 700;
  margin-block: 1em 1.5em;
}
@media screen and (min-width: 768px){
  .regulation__txt{
    font-size: 2rem;
  }
}
.regulation__caption{
  margin-top: 1em;
}
.regulation__caption{
  font-size: 0.9rem;
}
@media screen and (min-width: 768px){
  .regulation__caption{
    font-size: 1.32rem;
  }
}
.regulation__caption span{
  color: #c3181f;
}

/*
.traffic-information
---------------------------*/
@media screen and (min-width: 768px){
  .traffic-information__inner{
    max-width: 700px;
    margin-inline: auto;
  }
}
.traffic-information__btn{
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px){
  .traffic-information__btn{
    margin-bottom: 1em;
  }
}
.traffic-information__ttl{
  font-size: 0.9rem;
  margin-bottom: 0.5em;
}
.traffic-information__ttl span{
  color: #e60012;
}
@media screen and (min-width: 768px){
  .traffic-information__ttl{
    font-size: 2rem;
  }
}
.calender{
  position: relative;
  padding-block: 7%;
}
@media screen and (min-width: 768px){
  .calender{
    padding-block: 65px;
  }
}
.calender__btn{
  position: absolute;
  width: 70%;
}
@media screen and (min-width: 768px){
  .calender__btn{
    width: 500px;
  }
}
.calender__btn--01{
  top: 21%;
  left: 0;
}
.calender__btn--02{
  bottom: 0;
  right: 0;
}
.calender__btn--03{
  top: 0;
  right: 0;
}
.js-popup{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999 !important;
  display: none;
}
.js-popup__bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
}
.js-popup__content{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
}
@media screen and (min-width: 768px){
  .js-popup__content{
    max-width: 1650px;
    left: 50%;
    transform: translate(-50%,-50%);
  }
}
.js-popup__fig{
  overflow-x: auto;
}
.js-popup__fig img{
  width: 340%;
}
@media screen and (min-width: 768px){
  .js-popup__fig img{
    width: 1650px;
  }
}
.js-popup__cap{
  background: #fff;
  text-align: center;
  font-size: 0.75rem;
  margin-top: -1px;
}
@media screen and (min-width: 768px){
  .js-popup__cap{
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 1651px){
  .js-popup__cap{
    display: none;
  }
}
.js-popup__hanrei{
  background: #fff;
  margin-top: -1px;
}
@media screen and (min-width: 768px){
  .js-popup__hanrei{
    padding-left: 40px;
  }
  .js-popup__hanrei img{
    width: 400px;
  }
}
.js-popup__txt{
  color: #fff;
  font-size: 0.9rem;
  padding-inline: 1em;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px){
  .js-popup__txt{
    text-align: center;
    font-size: 1.1rem;
  }
}
.js-popup__close{
  position: absolute;
  top: -1em;
  right: 0;
  line-height: 1;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px){
  .js-popup__close{
    font-size: 2rem;
  }
}

/*
.detail
---------------------------*/
.detail__lead {
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .detail__lead {
    margin-bottom: 1.5em;
  }
}
.detail__lead-img {
  width: 20%;
}
.detail__lead-img figcaption{
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px){
  .detail__lead-img figcaption{
    font-size: 1.2rem;
  }
}
.detail__lead-img figcaption span{
  font-size: 70%;
}
.detail__lead-txt {
  flex: 1;
  padding-left: 1.5em;
  font-size: 0.9rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .detail__lead-txt {
    font-size: 2rem;
    width: 55%;
    flex: revert;
  }
}

.detail__photos {
  display: flex;
  justify-content: space-between;
}
.detail__photos li {
  width: 40%;
}
.detail__photos li:nth-child(2) {
    width: 56%;
}
.detail__photos-img figcaption{
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px){
  .detail__photos-img figcaption{
    font-size: 1.2rem;
  }
}

.detail__txt {
  font-size: 0.9rem;
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .detail__txt {
    font-size: 1.32rem;
  }
}

/*
.safety
---------------------------*/
@media screen and (min-width: 768px) {
  .safety__row {
    display: flex;
    justify-content: space-between; } }

.safety__img {
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .safety__img {
      width: 48%;
      margin-bottom: 0; } }

@media screen and (min-width: 768px) {
  .safety__notes {
    flex: 1;
    padding-left: 2rem; } }

.safety__txt {
  margin-bottom: 1em;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .safety__txt {
      margin-bottom: 2em;
      font-size: 1.32rem; } }

/*
.contact
---------------------------*/
.contact {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .contact {
      margin-top: 100px; } }

@media screen and (min-width: 768px) {
  .contact__row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem; } }

@media screen and (min-width: 768px) {
  .contact__block {
    width: 48%; } }

/*
.traffic
---------------------------*/
.traffic__ttl {
  text-align: center;
  font-weight: 900;
  font-size: 130%; }

.traffic__info {
  margin-block: 0.5rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .traffic__info {
      column-gap: 2%;
      margin-inline: auto;
      margin-bottom: 0.5rem; } }
  .traffic__info dt {
    width: 100%;
    margin-bottom: 0.5em;
    text-align: center; }
  .traffic__info dd:nth-of-type(1) {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .traffic__info dd:nth-of-type(1) {
        width: 76%; } }
  .traffic__info dd:nth-of-type(2) {
    width: 22%; }

.traffic__txt {
  margin-bottom: 1em; }
  @media screen and (min-width: 768px) {
    .traffic__txt {
      text-align: center;
      margin-bottom: 40px;
      margin-bottom: 0; } }

/*
.infocenter
---------------------------*/
.infocenter {
  padding-top: 1.5rem; }
  @media screen and (min-width: 768px) {
    .infocenter {
      padding-top: 2.2rem; } }

.infocenter__ttl {
  font-weight: 900;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    .infocenter__ttl {
      font-size: 1.2rem;
      letter-spacing: 0.2rem; } }

.infocenter__url {
  margin-bottom: 1em;
  font-weight: 900;
  font-size: 1.3rem;
  text-align: center; }
  .infocenter__url a {
    color: #413992; }

.infocenter__list {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  line-height: 1.4;
  row-gap: 1em; }
  @media screen and (min-width: 768px) {
    .infocenter__list {
      flex-direction: row;
      justify-content: center;
      column-gap: 2%;
      flex-wrap: wrap; } }
  .infocenter__list-item {
    text-align: center; }
    @media screen and (min-width: 768px) {
      .infocenter__list-item:nth-child(1) {
        width: 13em; }
      .infocenter__list-item:nth-child(2) {
        flex: 1; } }
  .infocenter__list-ttl {
    font-weight: 900;
    font-size: 1.3rem;
    line-height: 1.2; }
    @media screen and (min-width: 768px) {
      .infocenter__list-ttl {
        font-size: 1.1rem; } }
  .infocenter__list-phone {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 768px) {
      .infocenter__list-phone {
        flex-direction: row;
        font-size: 1.4rem;
        column-gap: 0.5em; } }
    .infocenter__list-number {
      font-size: 84%; }
  .infocenter__list-txt img {
    width: 1em;
    vertical-align: -0.15em; }

/* dial */
.dial {
  margin-block: 1.6rem;
  background: #fff000;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .dial {
      width: 80%;
      margin-inline: auto; } }
  .dial a {
    display: block;
    padding: 0.9em; }

.dial__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.2; }
  .dial__ttl .number {
    font-size: 140%; }

.dial__txt {
  font-weight: 700; }

.fee__list {
  text-align: center; }
  @media screen and (min-width: 768px) {
    .fee__list {
      display: flex;
      justify-content: center;
      padding-inline: 1rem;
      column-gap: 2%;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .fee__list-item {
      min-width: 356px;
      width: 43%;
      margin-inline: auto; }
      .fee__list-item--02 {
        width: 50%; } }
  .fee__list-item--02 > p {
    font-size: 0.9rem; }

.tel--01 {
  margin-inline: auto; }
  .tel--01 img {
    margin-bottom: 0.5em; }
  .tel--01 p {
    padding-left: 18%;
    font-size: 0.9rem;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .tel--01 p {
        font-size: 1.1rem; } }

.tel--02 {
  width: 90%;
  margin-inline: auto; }
  @media screen and (min-width: 768px) {
    .tel--02 {
      display: flex;
      justify-content: space-between;
      align-items: flex-end; } }
  .tel--02 img {
    margin-bottom: 0.5em; }
  @media screen and (min-width: 768px) {
    .tel--02 a {
      flex: 1;
      padding-right: 0.5em; } }
  .tel--02 p {
    text-align: right;
    font-size: 0.9rem; }
    @media screen and (min-width: 768px) {
      .tel--02 p {
        font-size: 1rem; } }

.attention {
  text-align: center;
  margin-block: 1.5em 1rem;
  font-size: 0.86rem; }
  @media screen and (min-width: 768px) {
    .attention {
      font-size: 1.2rem; } }
  .attention .u-uline {
    border-color: #000; }
