.request-box {
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .request-box {
    margin-bottom: 3em;
  }
}

main {
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  main {
    font-size: 3.5vw;
  }
}
main .ac-ttl {
  width: 22%;
  height: 100%;
  background: linear-gradient(to right, rgba(152, 145, 126, 0.8), rgba(127, 121, 105, 0.8));
  position: absolute;
  top: 0;
  left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  main .ac-ttl {
    width: 40%;
    left: 5%;
    font-size: 7vw;
  }
}
main .photo {
  margin: 0;
  position: relative;
  font-size: 0;
}
main .photo img {
  margin: 0;
  width: 100%;
  height: auto;
}
main .photo span {
  padding: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #FFF;
  font-size: 10px;
  line-height: 1;
  text-shadow: 0 0 3px #000;
}
main .photo span.bk {
  color: #000;
  text-shadow: 0 0 3px #FFF;
}
@media screen and (max-width: 767px) {
  main .photo span {
    font-size: 2vw;
  }
}
main .photo .sq04 {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 1.5em;
  transform: translateX(3.5em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .photo .sq04 {
    display: none;
  }
}
main .photo .sq05 {
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(5em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .photo .sq05 {
    display: none;
  }
}
main .photo .sq06 {
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(2em, -2em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  main .photo .sq06 {
    display: none;
  }
}

#contents .sec-head {
  margin-bottom: 6em;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents .sec-head {
    margin-bottom: 2.5em;
  }
}
#contents .sec-head .ttl-box {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#contents .sec-head .ttl-box .ttl-side {
  width: 32%;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #contents .sec-head .ttl-box .ttl-side {
    display: none;
  }
}
#contents .sec-head .ttl-box .ttl-main {
  width: 36%;
  color: #FFF;
  font-size: 42px;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #contents .sec-head .ttl-box .ttl-main {
    width: 100%;
    font-size: 7.5vw;
  }
}
#contents ul {
  display: flex;
  justify-content: space-between;
}
#contents ul.block {
  margin: 4em auto;
  max-width: 1080px;
}
@media screen and (max-width: 767px) {
  #contents ul.block {
    margin: 2em auto;
    flex-direction: column;
    align-items: center;
  }
}
#contents ul.block2 {
  margin: 4em auto;
  max-width: 900px;
}
#contents ul.block2.grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 767px) {
  #contents ul.block2.grid {
    display: flex;
    margin: 2em auto;
    flex-direction: column-reverse;
    align-items: center;
  }
}
#contents ul.block2.grid .wit40 {
  grid-area: 1/1;
}
#contents ul.block2.grid .wit55 {
  grid-area: 1/1;
  margin: 0 0 0 auto;
  width: 62%;
}
@media screen and (max-width: 900px) {
  #contents ul.block2.grid .wit55 {
    width: 59%;
  }
}
@media screen and (max-width: 767px) {
  #contents ul.block2.grid .wit55 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contents ul.block2 {
    margin: 2em auto 0;
    flex-direction: column;
    align-items: center;
  }
}
#contents ul li.wit60 {
  width: 60%;
}
@media screen and (max-width: 767px) {
  #contents ul li.wit60 {
    width: 100%;
  }
}
#contents ul li.wit55 {
  width: 55%;
}
@media screen and (max-width: 767px) {
  #contents ul li.wit55 {
    width: 100%;
  }
}
#contents ul li.wit50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #contents ul li.wit50 {
    width: 100%;
  }
}
#contents ul li.wit45 {
  width: 45%;
}
@media screen and (max-width: 767px) {
  #contents ul li.wit45 {
    width: 100%;
  }
}
#contents ul li.wit40 {
  width: 40%;
}
@media screen and (max-width: 767px) {
  #contents ul li.wit40 {
    width: 100%;
  }
}
#contents ul li.wit35 {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #contents ul li.wit35 {
    width: 100%;
  }
}
#contents .lead {
  margin: 0 0 1em;
  position: relative;
  color: #968d54;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #contents .lead {
    margin: 0 0 0.5em;
    text-align: center;
    font-size: 5vw;
  }
}
#contents .lead .sq01 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-2em, -1em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents .lead .sq01 {
    display: none;
  }
}
#contents .lead .sq02 {
  margin: 0;
  position: absolute;
  right: 5em;
  bottom: 0;
  transform: translateY(1em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents .lead .sq02 {
    display: none;
  }
}
#contents .lead .sq03 {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-2.8em, -1.8em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents .lead .sq03 {
    display: none;
  }
}
#contents p {
  text-align: justify;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #contents p {
    font-size: 3.5vw;
  }
}
#contents .txt-cap.mt2 {
  margin-top: 2em;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contents .txt-cap.mt2 {
    width: 100%;
  }
}
#contents .txt-cap div {
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #contents .txt-cap div {
    font-size: 2.5vw;
  }
}
#contents .time01 {
  margin: 0;
  height: 78px;
}
#contents .time01 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #contents .time01 {
    margin: auto;
    width: 90%;
    height: auto;
  }
  #contents .time01 img {
    width: 100%;
    height: auto;
  }
}
#contents .time02 {
  margin: 0;
  height: 62px;
}
#contents .time02 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  #contents .time02 {
    width: 95%;
    height: auto;
  }
  #contents .time02 img {
    width: 100%;
    height: auto;
  }
}
#contents .time03 {
  height: 150px;
}
#contents .time03 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  #contents .time03 {
    width: 100%;
    height: auto;
  }
  #contents .time03 img {
    width: 100%;
    height: auto;
  }
}
#contents .time04 {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #000;
  height: 72px;
}
#contents .time04 img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767px) {
  #contents .time04 {
    display: none;
  }
}
#contents .sec01 {
  margin: 4em auto 0em;
  padding-bottom: 2em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents .sec01 {
    margin: 3em auto 4em;
    width: 95%;
  }
}
#contents .sec01 .time-box01 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .sec01 .time-box01 {
    margin: auto;
    width: 90%;
  }
}
#contents .sec01 .time-box01 .txt {
  margin: 16px 0;
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #contents .sec01 .time-box01 .txt {
    font-size: 5vw;
  }
}
#contents .sec01 .time-box02 {
  margin: auto;
  max-width: 1080px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #contents .sec01 .time-box02 {
    flex-direction: column;
    align-items: flex-start;
  }
}
#contents .sec01 .time-box02 .txt {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  #contents .sec01 .time-box02 .txt {
    margin: 1em auto;
    width: 100%;
    text-align: left;
    font-size: 2.5vw;
  }
}
#contents .sec01 .time-box03 {
  margin: 2em auto;
  max-width: 1080px;
  position: relative;
  text-align: center;
}
#contents .sec01 .time-box03 .time-cap {
  padding: 0.5em;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #contents .sec01 .time-box03 .time-cap {
    padding: 0.5em 0;
    transform: translateY(150%);
    font-size: 2.5vw;
  }
}
#contents .sec01 .wit40 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#contents .sec01 .wit40 .photo {
  width: 100%;
}
#contents .sec01 .wit40 .lead {
  margin-top: 1em;
  width: 100%;
}
#contents .sec01 .wit40 p {
  width: 100%;
}
#contents .sec01 .wit55 {
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents .sec01 .wit55 {
    margin: 2em auto;
  }
}
#contents .sec01 .wit55 .photo {
  margin: 0;
  width: 100%;
}
#contents .sec01 .time-txt {
  margin: 2em auto 0;
  display: flex;
  justify-content: center;
}
#contents .sec01 .time-txt .txt-box {
  margin: 0;
  position: relative;
}
#contents .sec01 .time-txt .txt01 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents .sec01 .time-txt .txt01 {
    font-size: 2.5vw;
  }
}
#contents .sec01 .time-txt .txt02 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents .sec01 .time-txt .txt02 {
    font-size: 8vw;
  }
}
#contents .sec01 .time-txt .txt02 small {
  font-size: 0.7em;
}
@media screen and (max-width: 767px) {
  #contents .sec01 .time-txt .txt02 small {
    font-size: 0.8em;
  }
  #contents .sec01 .time-txt .txt02 small small {
    font-size: 0.7em;
  }
}
#contents .sec01 .time-txt .txt02 .num {
  font-size: 1.5em;
  color: #a69c5d;
}
#contents .sec01 .time-txt .txt02 .tume {
  margin-left: -0.5em;
}
#contents .sec01 .time-txt .txt02 .tume2 {
  margin-right: -0.5em;
}
#contents .sec01 .time-txt .tb-on {
  display: block;
}
@media screen and (max-width: 1080px) {
  #contents .sec01 .time-txt .tb-on {
    display: none;
  }
}
#contents .sec01 .time-txt .tb-on2 {
  display: none;
}
@media screen and (max-width: 1080px) {
  #contents .sec01 .time-txt .tb-on2 {
    display: block;
  }
}
#contents .sec02 {
  margin: 1em auto 6em;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  #contents .sec02 {
    margin: 3em auto 4em;
  }
}
#contents .sec02 .sec_station {
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .sec_station {
    flex-direction: column;
  }
}
#contents .sec02 .sec_station:nth-child(odd) {
  background: #eceade;
}
#contents .sec02 .sec_station:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .sec_station:nth-child(even) {
    flex-direction: column;
  }
}
#contents .sec02 .sec_station .img_block img,
#contents .sec02 .sec_station .time_block img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .sec_station .time_block {
    padding: 2em 1em 3em;
  }
}
#contents .sec02 .sec_station .cap {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  transform: translateY(110%);
}
#contents .sec02 .sec02-head {
  margin: 0 auto 6em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .sec02-head {
    margin: 0 auto 3em;
  }
}
#contents .sec02 .sec02-head li {
  margin: 0;
  width: 33.333%;
  position: relative;
}
#contents .sec02 .sec02-head li .area-time {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  font-size: 36px;
  text-shadow: 0 0 10px #000;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .sec02-head li .area-time {
    top: 45%;
    font-size: 6vw;
    line-height: 1.2;
  }
}
#contents .sec02 .sec02-head li .area-time .area-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .sec02-head li .area-time .area-box {
    flex-direction: column;
    align-items: center;
  }
}
#contents .sec02 .sec02-head li .area-time .en {
  margin: 0.5em 0;
  font-size: 0.5em;
  letter-spacing: 0.1em;
}
#contents .sec02 .sec02-head li .area-time .min {
  position: relative;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .sec02-head li .area-time .min {
    margin-bottom: 0.4em;
    width: 100%;
    font-size: 0.8em;
  }
}
#contents .sec02 .sec02-head li .area-time .ave-time {
  position: relative;
  margin-left: 0.5em;
  padding-bottom: 0.25em;
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .sec02-head li .area-time .ave-time {
    margin: 0;
    width: 100%;
    font-size: 0.5em;
  }
}
#contents .sec02 .sec02-head li .area-time .area-time-cap {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 10px;
  line-height: 1;
  transform: translateY(100%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .sec02-head li .area-time .area-time-cap {
    left: 50%;
    transform: translate(-50%, 100%);
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  #contents .sec02 .block2 {
    width: 95%;
  }
}
@media screen and (max-width: 767px) {
  #contents .sec02 .block2 .wit60 {
    margin-top: 3.5vw;
  }
}
#contents .sec02 .time02 {
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .time02 {
    margin: 7vw auto;
    width: 95%;
  }
}
#contents .sec02 .cap-box {
  display: none;
}
@media screen and (max-width: 767px) {
  #contents .sec02 .cap-box {
    margin: auto;
    width: 95%;
    display: block;
  }
}
#contents .sec03 {
  margin: 4em auto 6em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents .sec03 {
    margin: 3em auto 4em;
  }
}
@media screen and (max-width: 767px) {
  #contents .sec03 .block {
    width: 95%;
  }
}
#contents .sec03 .wit45 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
#contents .sec03 .wit45 .lead {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contents .sec03 .wit45 .lead {
    width: 100%;
  }
}
#contents .sec03 .wit45 p {
  margin-bottom: 3em;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contents .sec03 .wit45 p {
    margin-top: 1em;
    margin-bottom: 0;
    width: 100%;
  }
}
#contents .sec03 .wit45 .photo {
  width: 105%;
}
@media screen and (max-width: 767px) {
  #contents .sec03 .wit45 .photo {
    margin: 3.5vw auto;
    width: 100%;
  }
}
#contents .sec04 {
  margin: 4em auto 6em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents .sec04 {
    margin: 3em auto 4em;
  }
}
@media screen and (max-width: 767px) {
  #contents .sec04 .block {
    width: 95%;
  }
}
#contents .sec04 .wit50 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
#contents .sec04 .wit50 .sec04-01 {
  margin-bottom: 48px;
  width: 100%;
}
#contents .sec04 .wit50 .sec04-02 {
  width: 105%;
}
@media screen and (max-width: 767px) {
  #contents .sec04 .wit50 .sec04-02 {
    width: 100%;
  }
}
#contents .sec04 .wit45 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#contents .sec04 .wit45 p {
  margin-bottom: 2em;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contents .sec04 .wit45 p {
    margin: 1em 0 0;
    width: 100%;
  }
}
#contents .sec04 .wit45 .photo {
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contents .sec04 .wit45 .photo {
    margin: 3.5vw auto;
    width: 100%;
  }
}
#contents .sec05 {
  margin: 4em auto 6em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents .sec05 {
    margin: 3em auto 4em;
  }
}
@media screen and (max-width: 767px) {
  #contents .sec05 .block {
    width: 95%;
  }
}
#contents .sec05 .wit45 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
#contents .sec05 .wit45 p {
  margin-bottom: 3em;
  width: 80%;
}
@media screen and (max-width: 767px) {
  #contents .sec05 .wit45 p {
    margin: 1em 0 0;
    width: 100%;
  }
}
#contents .sec05 .wit45 .photo {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #contents .sec05 .wit45 .photo {
    margin: 3.5vw auto;
    width: 100%;
  }
}
#contents .sec05 .wit45 .sq07 {
  margin: 0;
  position: absolute;
  top: 0;
  right: 2em;
  transform: translate(0, -4em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents .sec05 .wit45 .sq07 {
    display: none;
  }
}
#contents .sec05 .wit45 .sq08 {
  margin: 0;
  position: absolute;
  right: 2em;
  bottom: 0;
  transform: translate(0, 4em);
  color: #89877d;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #contents .sec05 .wit45 .sq08 {
    display: none;
  }
}