@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info

========================== */
#container {
  margin-bottom: 80px;
}
#container .topicpath {
  width: 90%;
  margin: 10px auto 60px;
}
.story_title {
  width: 90%;
  margin: 0 auto;
}
h2 {
  text-align: left;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 50px;
  color: #063641;
}
h3 {
  text-align: left;
  font-size: 22px;
  color: #063641;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 2px;
}

.story_heading {
  text-align: left;
  width: 90%;
  margin: 20px auto 40px;
}
/* ========================
　box_story
========================== */
.box_story {
  margin-bottom: 50px;
}
.img_box {
  position: relative;
}
.item {
  width: 45%;
  position: absolute;
  top: 65%;
  left: 10px;
}
.story_detail {
  width: 90%;
  display: grid;
  gap: 0 20px;
  margin: 30px auto 0;
  grid-auto-columns: 50px 1fr;
  flex-direction: column;
}
.story_text dt {
  font-family: "Oswald", sans-serif;
  color: #063641;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.5;
}
.story_time {
  grid-row: 1 / 2;
  width: 100%;
  margin-bottom: 70%;
}
.story_text {
  grid-column: 2 / 3;
}
.story_item {
  background-color: #e6ebec;
  margin-left: 25px;
  margin-top: 20px;
  grid-column: 1 / 3;
}
.story_time p {
  font-family: "Oswald", sans-serif;
  color: #063641;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  height: 100%;
}
.story_time p span {
  display: block;
  width: 1px;
  height: 100%;
  background-color: #063641;
  position: absolute;
  left: 50%;
}
.box_item {
  padding: 15px;
}
.box_item dt {
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  color: #063641;
  font-weight: 700;
}
.box_item dd {
  margin: 10px 0 15px;
}
.btn.reserve {
  background-color: #ffffff;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 5px;
}
.box_story p .btn.reserve span {
  color: #063641;
}
.box_story p .btn.reserve:before {
  background: #063641;
}
.box_story p .btn.reserve:hover span {
  color: #ffffff;
}

/*タブレット*/
@media screen and (min-width: 768px) {
  .story_title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  h2 {
    text-align: left;
    margin: 0;
    margin-right: 20px;
  }
  h3 {
    text-align: left;
    margin: 0;
  }

  .story_heading {
    width: 100%;
    text-align: center;
    margin: 10px auto 40px;
    justify-content: center;
  }

  /* ========================
　box_story
========================== */
  .box_story {
    width: 90%;
    margin: 0 auto 40px;
  }
  .story_detail {
    width: 95%;
  }
  .item {
    width: 30%;
    top: 265px;
    left: 5px;
  }
  .story_time {
    grid-row: 1 / 3;
  }
  .story_item {
    margin: 0;
    margin-top: 20px;
    grid-column: 2 / 3;
  }
}
/*タブレット(横)*/
@media screen and (min-width: 1024px) {
  h2 {
    font-size: 68px;
  }
  h3 {
    font-size: 25px;
  }
  /* ========================
　box_story
========================== */
  .box_story {
    width: 900px;
    margin-bottom: 100px;
  }
  .box_story:nth-of-type(3) .story_detail .story_item .box_item img {
    object-position: 10%;
  }
  .item {
    top: 365px;
  }
  .story_text dt {
    font-size: 30px;
    margin: 0;
  }
  .story_text dd {
    margin: 15px 0 30px;
  }
  .story_detail {
    gap: 0 55px;
    margin-top: 55px;
    grid-auto-columns: 70px 1fr;
  }
  .story_time p {
    font-size: 30px;
  }
  .story_item {
    width: 100%;
    margin: 0;
  }
  .box_item {
    display: flex;
    gap: 20px;
    padding: 20px;
  }
  .box_item img {
    width: 50%;
    object-fit: cover;
  }
  .box_item dt {
    text-align: left;
    font-size: 24px;
    margin: 0;
  }
  .box_item p {
    text-align: left;
  }
  .btn.reserve {
    padding: 10px 0;
    width: 60%;
    left: 30%;
  }
}
/* PCページ */
@media screen and (min-width: 1440px) {
  h2 {
    margin-right: 55px;
  }
  .container {
    margin-bottom: 100px;
  }
  #container .topicpath {
    width: 1100px;
    margin-bottom: 160px;
  }
  /* ========================
　box_story
========================== */
  .box_story {
    margin-bottom: 60px;
    width: 1100px;
  }
  .story_detail {
    margin-top: 40px;
  }
  .box_item dd {
    margin: 10px 0 25px;
  }
  .item {
    top: 420px;
    left: -20px;
  }
  .box_story p .btn.reserve {
    left: 23%;
    width: 45%;
  }
}
