@charset "utf-8";

@media screen and (min-width: 768px){
  .pc-hide{
    display: none;
  }
}
/*
.l-header
---------------------------*/
.l-header {
  background: #007F41;
  position: relative;
}
.l-header__inner {
  position: relative;
  padding-top: 50px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-top: 74px;
    padding-bottom: 15px;
  }
}
.l-header__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1.1;
  font-size: max(8.9vw, 220%);
  text-align: center;
  padding-right: 1.3vw;
}
.l-header__ttl-img {
  width: max(50px, 15.6vw);
  flex-shrink: 0;
  margin-right: max(10px, 1.3vw);
}
.l-header__ttl-text {
  font-weight: 900;
}
.l-header__ttl-text-line01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-header__ttl-text-line01 small {
  font-weight: 700;
  line-height: 1.1;
  font-size: 40%;
}
.l-header__ttl-text-line02 {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 768px) {
  .l-header__ttl {
    font-size: min(8vw, 500%);
    line-height: 1.15;
  }
  .l-header__ttl-img {
    width: min(130px, 13vw);
    margin-right: min(38px, 3.8vw);
  }
  .l-header__ttl-text-line02 {
    letter-spacing: 0.1em;
  }
}
.l-header__top {
  position: absolute;
  top: 8px;
  left: 10px;
  width: 80px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .l-header__top {
    top: 8px;
    width: 140px;
  }
}
.hnav {
  position: absolute;
  top: 0;
  right: 10px;
  width: 80px;
  background: #fff;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .hnav {
    width: 130px;
  }
}

/*
.announce
---------------------------*/
.announce {
  margin: 5% auto;
}
.announce__list li {
  position: relative;
}
.announce__list li + li {
  margin-top: 1em;
}
.announce__img {
  position: absolute;
  right: 2%;
  bottom: 4%;
  width: 20%;
}
.announce .caption {
  padding: 0 10px;
  margin-top: 1em;
  font-size: 76%;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .announce {
    max-width: 1000px;
    margin: 40px auto 20px;
  }
  .announce__img {
    right: 0.6%;
    bottom: 6%;
    width: 9.5%;
  }
  .announce .caption {
    padding: 0;
    font-size: 1.5rem;
    text-align: right;
  }
}
.section {
  margin-bottom: 8%;
}
.section__ttl {
  margin-bottom: 0.5em;
  padding: 0.2em;
  background: #00418f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 108%;
}
@media screen and (min-width: 768px) {
  .section {
    margin-bottom: 80px;
  }
  .section__ttl {
    margin-bottom: 1em;
    font-size: 148%;
    letter-spacing: 0.1em;
  }
}

.outline__img {
  margin-top: 1em;
}
.outline__txt-img {
  width: 2em;
  margin-right: 0.1em;
}
@media screen and (min-width: 768px) {
  .outline__txt {
    font-size: 123%;
  }
  .outline__img {
    margin-top: 2em;
  }
}
.schedule__img {
  position: relative;
}
.schedule__img + .section__ttl{
  margin-top: 30px
}
@media screen and (min-width: 768px) {
  .schedule__img {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.finish {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(35,24,21,0.7);
  color: #fff;
  font-size: max(1.8rem,4.8vw);
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.l-header .finish {
  font-size: 3.2vw;
}
@media screen and (min-width: 768px) {
  .finish,
  .l-header .finish{
    font-size: min(2.5vw,2.6rem);
  }
  .schedule__img .finish,
  .detour__img .finish {
    font-size: 4rem;
  }
}

.attention {
  position: relative;
  background: #fff000;
  margin: 5% 0.4em;
  padding: 0.8em;
  line-height: 1.3;
}
.attention::before {
  content: '';
  width: calc(100% + 0.8em);
  height: calc(100% + 0.8em);
  position: absolute;
  z-index: -1;
  top: -0.4em;
  left: -0.4em;
  pointer-events: none;
  background-size: auto auto;
  background-color: #000;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 0.3em,
    rgba(255, 240, 0, 1) 0.3em,
    rgba(255, 240, 0, 1) 0.6em
  );
}
.attention__txt {
  margin-bottom: 0.2em;
  font-size: 150%;
  font-weight: 900;
}
.attention__caps {
  font-size: 76%;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .attention {
    margin: 45px 15px;
    padding: 20px;
  }
  .attention::before {
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    top: -15px;
    left: -15px;
    background-image: repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      rgba(255, 240, 0, 1) 10px,
      rgba(255, 240, 0, 1) 20px
    );
  }
  .attention__txt {
    font-size: 240%;
  }
  .attention__caps {
    font-size: 1.8rem;
  }
}
.detour__img{
  position: relative;
}
.detour__imgs li {
  text-align: center;
}
.detour__imgs li + li {
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  .detour__imgs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .detour__imgs li {
    width: 49%;
  }
  .detour__imgs li + li {
    margin-top: 0;
  }
}

/*
.contact
---------------------------*/
.information {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}
.information__ttl {
  position: relative;
  padding: 0.7em 0.5em;
  background: #00418f;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: 92%;
}
.information__ttl::after {
  content: '';
  width: 1em;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background: #00418f;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.information__detail {
  padding-left: 1.5em;
  flex: 1;
  line-height: 1.3;
}
.information__detail dt {
  font-weight: 700;
  font-size: 94%;
}
.information__detail .information__tel {
  font-weight: 900;
  font-size: 180%;
}
.information__detail .information__txt {
  font-size: 76%;
}
@media screen and (max-width: 374px) {
  .information__ttl {
    font-size: 85%;
  }
  .information__detail dt {
    font-size: 85%;
    letter-spacing: -0.05em;
  }
  .information__detail .information__tel {
    font-size: 165%;
  }
}
@media screen and (min-width: 768px) {
  .information {
    margin-bottom: 50px;
  }
  .information__ttl {
    padding: 1em 0.8em;
    font-size: 170%;
  }
  .information__detail {
    padding-left: 2.5em;
  }
  .information__detail dt {
    font-size: min(3.2vw, 160%);
  }
  .information__detail .information__tel {
    font-size: min(6.6vw, 380%);
  }
  .information__detail .information__txt {
    font-size: 1.5rem;
  }
}

/*
.jartic
---------------------------*/
.jartic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.jartic__notes {
  font-weight: 900;
}
.jartic__notes dt {
  margin-bottom: 0.2em;
}
.jartic__img {
  flex: 1;
  max-width: 110px;
  margin-left: 0.8em;
}
.jartic .caption {
  margin-top: 0.3em;
  width: 100%;
  font-size: 76%;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .jartic__notes {
    font-size: min(3.2vw, 160%);
  }
  .jartic__img {
    padding-left: 20px;
    max-width: 300px;
    margin-left: auto;
    margin-right: 80px;
  }
  .jartic .caption {
    margin-top: 0.3em;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .jartic__img {
    margin-right: 0;
  }
}

/*
.now
---------------------------*/
.now {
  margin-top: 1em;
  display: flex;
  align-items: center;
}
.now__logo {
  width: 25%;
  margin-right: 0.5em;
}
.now__url {
  font-weight: 900;
  font-size: 140%;
}
.now__qr {
  display: none;
}
.contact02__txt {
  margin: 1.5em 0;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .now {
    justify-content: center;
  }
  .now__logo {
    width: 30%;
    margin-right: 0;
  }
  .now__url {
    font-size: min(4vw, 220%);
    margin-inline: 20px;
  }
  .now__qr {
    width: 92px;
    display: block;
  }
  .contact02__txt {
    font-size: 140%;
  }
}

/*
.l-footer
---------------------------*/
.l-footer {
  border-top: 1px solid #ddd;
  padding-top: 1.5em;
}
.fnav__parent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fnav__item {
  font-size: 84%;
  padding: 0.3em 0;
}
.fnav__item:not(:last-child)::after {
  content: '｜';
}
.copyright {
  padding: 1.5em 1em 1em;
  font-size: 84%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer {
  }
  .fnav__parent {
  }
  .fnav__item {
    font-size: 1.2rem;
  }
  .fnav__item:not(:last-child)::after {
  }
  .copyright {
    padding: 1.5em 1em;
    font-size: 1rem;
  }
}
