@charset "UTF-8";
/*************************************************
レスポンシブ設定
*************************************************/
/*************************************************
色指定
*************************************************/
.mogumogu_tour {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", "Karla", sans-serif, Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  color: #000;
  font-feature-settings: "pkna";
  line-height: 1.8;
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
}
@media (min-width: 768px) and (max-width: 979px) {
  .mogumogu_tour {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .mogumogu_tour {
    font-size: 13px;
  }
}
.mogumogu_tour .spOnly {
  display: none;
}
@media (min-width: 980px) {
  .mogumogu_tour .spOnly {
    display: block;
  }
}
.mogumogu_tour a {
  text-decoration: none;
}
.mogumogu_tour li {
  list-style: none;
}

/*************************************************
共通
*************************************************/
/*---タイトル---*/
h2.ttl {
  text-align: center;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  h2.ttl {
    margin-bottom: 25px;
  }
}
h2.ttl img {
  height: 70px;
}
@media (max-width: 767px) {
  h2.ttl img {
    height: 55px;
  }
}

/*************************************************
MV
*************************************************/
.mv {
  background-image: url("../../../img/mogumogu_tour/illust_mv_left.svg"), url("../../../img/mogumogu_tour/illust_mv_right.svg"), url("../../../img/mogumogu_tour/illust_mv_bg.svg");
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top -40px left -40px, top -20px right -60px, bottom center;
  background-size: 340px, 360px, 100%;
}
@media (max-width: 767px) {
  .mv {
    background-image: none;
  }
}
.mv h1 {
  text-align: center;
  padding: 60px 0 150px;
  box-sizing: border-box;
  margin-left: 80px;
}
@media (max-width: 767px) {
  .mv h1 {
    margin: auto;
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mv h1 {
    margin: auto;
  }
}
.mv h1 img {
  height: 570px;
}
@media (max-width: 767px) {
  .mv h1 img {
    height: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mv h1 img {
    width: 90%;
    height: auto;
  }
}

/*************************************************
イベント概要
*************************************************/
.about {
  background-color: #f4f4e9;
  background-image: url("../../../img/mogumogu_tour/illust_about1.svg"), url("../../../img/mogumogu_tour/illust_about2.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom 20px left 60px, bottom 20px right 60px;
  background-size: 250px, 220px;
}
@media (max-width: 767px) {
  .about {
    background-image: url("../../../img/mogumogu_tour/illust_about1.svg");
    background-position: bottom 20px left 125px;
    background-size: 180px;
    margin-top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .about {
    background-size: 150px, 140px;
  }
}
.about .about__inner {
  max-width: 1000px;
  padding: 0px 20px 80px;
  box-sizing: border-box;
  margin: auto;
}
@media (max-width: 767px) {
  .about .about__inner {
    padding: 40px 20px 280px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .about .about__inner {
    padding: 40px 50px;
  }
}
.about .about__inner p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .about .about__inner p {
    text-align: justify;
    line-height: 1.6;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .about .about__inner p {
    width: 50%;
    margin: auto;
    text-align: left;
  }
}
.about .about__inner p.plan {
  font-size: 13px;
}

/*************************************************
イベント内容
*************************************************/
.content {
  background-image: url("../../../img/mogumogu_tour/illust_schedule_bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 767px) {
  .content {
    background-image: url("../../../img/mogumogu_tour/illust_schedule_bg_sp.svg");
    margin-bottom: -1px;
  }
}
.content .content__inner {
  max-width: 1000px;
  padding: 80px 20px;
  box-sizing: border-box;
  margin: auto;
}
@media (max-width: 767px) {
  .content .content__inner {
    padding: 40px 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .content .content__inner {
    padding: 40px 50px;
  }
}
.content .content__inner ul li {
  margin-bottom: 40px;
}
.content .content__inner ul li dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .content .content__inner ul li dl {
    display: block;
  }
}
.content .content__inner ul li dl dt {
  width: 20%;
  border: 2px solid #03683d;
  border-radius: 10px;
  padding: 5px 0 6px;
  box-sizing: border-box;
  justify-content: center;
}
@media (max-width: 767px) {
  .content .content__inner ul li dl dt {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 8px;
    background-color: #03683d;
    color: #fff;
  }
}
.content .content__inner ul li dl dd {
  width: 75%;
}
@media (max-width: 767px) {
  .content .content__inner ul li dl dd {
    width: 100%;
  }
}
.content .content__inner ul li dl dt, .content .content__inner ul li dl dd {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .content .content__inner ul li dl dt, .content .content__inner ul li dl dd {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
  }
}
.content .content__inner dl.bento {
  display: flex;
  justify-content: space-between;
  padding: 70px;
  box-sizing: border-box;
  background-color: #f4f4e9;
  border-radius: 30px;
  position: relative;
  margin: 100px 0 250px;
}
@media (max-width: 767px) {
  .content .content__inner dl.bento {
    display: block;
    padding: 40px 35px 35px;
    margin: 90px 0 150px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .content .content__inner dl.bento {
    padding: 40px;
    margin: 100px 0 150px;
  }
}
@media (max-width: 767px) {
  .content .content__inner dl.bento dt {
    text-align: center;
    margin-bottom: 20px;
  }
}
.content .content__inner dl.bento dt img {
  max-width: 280px;
}
@media (max-width: 767px) {
  .content .content__inner dl.bento dt img {
    width: 80%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .content .content__inner dl.bento dt img {
    max-width: 220px;
  }
}
.content .content__inner dl.bento dd {
  width: 60%;
}
@media (max-width: 767px) {
  .content .content__inner dl.bento dd {
    width: 100%;
    font-size: 14px;
    text-align: justify;
    line-height: 1.5;
  }
}
.content .content__inner dl.bento dd p.name {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .content .content__inner dl.bento dd p.name {
    font-size: 17px;
  }
}
.content .content__inner dl.bento dd span {
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
}
.content .content__inner dl.bento img.illust {
  position: absolute;
  top: -70px;
  right: -20px;
  height: 110px;
}
@media (max-width: 767px) {
  .content .content__inner dl.bento img.illust {
    top: -70px;
    right: 0px;
    height: 90px;
  }
}

/*************************************************
当日の予定
*************************************************/
.schedule {
  background-color: #709136;
  padding: 80px 20px;
  box-sizing: border-box;
  margin-top: -2px;
}
@media (max-width: 767px) {
  .schedule {
    padding: 20px 20px 40px;
  }
}
.schedule .schedule__inner {
  max-width: 1000px;
  padding: 80px;
  box-sizing: border-box;
  margin: auto;
  background-color: #fff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .schedule .schedule__inner {
    padding: 40px 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .schedule .schedule__inner {
    padding: 40px 50px;
  }
}
.schedule .schedule__inner ul {
  position: relative;
}
.schedule .schedule__inner ul li dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .schedule .schedule__inner ul li dl {
    display: block;
  }
}
.schedule .schedule__inner ul li dl dt {
  width: 15%;
  color: #fff;
  background-color: #a77f56;
  border-radius: 10px;
  padding: 5px 0 6px;
  box-sizing: border-box;
  justify-content: center;
}
@media (max-width: 767px) {
  .schedule .schedule__inner ul li dl dt {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 8px;
  }
}
.schedule .schedule__inner ul li dl dd {
  width: 80%;
}
@media (max-width: 767px) {
  .schedule .schedule__inner ul li dl dd {
    width: 100%;
  }
}
.schedule .schedule__inner ul li dl dt, .schedule .schedule__inner ul li dl dd {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .schedule .schedule__inner ul li dl dt, .schedule .schedule__inner ul li dl dd {
    font-size: 14px;
    line-height: 1.5;
    text-align: justify;
  }
}
.schedule .schedule__inner ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .schedule .schedule__inner ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.schedule .schedule__inner ul img.illust {
  position: absolute;
  bottom: -150px;
  right: -110px;
  height: 140px;
}
@media (max-width: 767px) {
  .schedule .schedule__inner ul img.illust {
    bottom: -120px;
    right: -20px;
    height: 100px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .schedule .schedule__inner ul img.illust {
    bottom: -130px;
    right: -50px;
  }
}

/*************************************************
応募フォーム
*************************************************/
.event__form .event__form__inner {
  max-width: 1000px;
  padding: 80px 0 0;
  box-sizing: border-box;
  margin: auto;
}
@media (max-width: 767px) {
  .event__form .event__form__inner {
    padding: 40px 25px 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .event__form .event__form__inner {
    padding: 40px 50px;
  }
}
.event__form .event__form__inner h2.ttl {
  margin-bottom: -20px;
}
@media (max-width: 767px) {
  .event__form .event__form__inner h2.ttl {
    margin-bottom: -40px;
  }
}

.form-start {
  display: none;
}

/*************************************************
footer
*************************************************/
footer {
  position: relative;
  padding: 0;
}
footer p {
  font-family: "Darumadrop One", sans-serif;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  background-color: #709136;
}
footer img.illust {
  position: absolute;
  bottom: 45px;
  left: 60px;
  height: 100px;
}
@media (max-width: 767px) {
  footer img.illust {
    bottom: 55px;
    left: 120px;
    height: 70px;
  }
}
