.container h1 {
  position: relative;
  margin-bottom: 70px;
  padding: 35px 0;
  font-size: 30px;
  font-size: 3rem;
  font-family: fot-tsukuardgothic-std, serif;
  text-align: center;
  letter-spacing: 2px;
  text-indent: 2px;
}
@media screen and (max-width: 999px) {
  .container h1 {
    margin-bottom: 50px;
    font-size: 27px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 600px) {
  .container h1 {
    margin-bottom: 40px;
    padding: 20px 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.container h1:before, .container h1:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-image: url(../img/common/line_g.svg);
  background-size: cover;
  left: 0;
}
@media screen and (max-width: 600px) {
  .container h1:before, .container h1:after {
    height: 4px;
  }
}
.container h1:before {
  top: 0;
}
.container h1:after {
  bottom: 0;
}
.container .archive-note {
  margin-top: 70px;
  margin-bottom: 70px;
}
@media screen and (max-width: 999px) {
  .container .archive-note {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 600px) {
  .container .archive-note {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.container .archive-note p {
  position: relative;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: fot-tsukuardgothic-std, serif;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .container .archive-note p {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 600px) {
  .container .archive-note p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.container .archive-note p a {
  color: #617568;
}
.container .wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .container .wrap .item {
    display: block;
  }
}
.container .wrap .item:not(:last-child) {
  margin-bottom: 70px;
}
@media screen and (max-width: 600px) {
  .container .wrap .item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.container .wrap .item .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 46%;
}
@media screen and (max-width: 767px) {
  .container .wrap .item .text {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .container .wrap .item .text {
    margin-bottom: 25px;
  }
}
.container .wrap .item .text .tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  background-color: #617568;
}
@media screen and (max-width: 999px) {
  .container .wrap .item .text .tag {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .wrap .item .text .tag {
    padding: 0px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .wrap .item .text h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: fot-tsukuardgothic-std, serif;
  color: #617568;
}
@media screen and (max-width: 999px) {
  .container .wrap .item .text h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 600px) {
  .container .wrap .item .text h2 {
    margin-bottom: 8px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.container .wrap .item .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 0 20px;
  background-color: #F4F5F4;
}
@media screen and (max-width: 600px) {
  .container .wrap .item .text dl {
    margin-bottom: 15px;
    padding: 0 15px;
  }
}
.container .wrap .item .text dl dt {
  margin-right: 1.25em;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: fot-tsukuardgothic-std, serif;
  font-weight: bold;
  color: #617568;
}
@media screen and (max-width: 999px) {
  .container .wrap .item .text dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .wrap .item .text dl dt {
    font-size: 13px;
    font-size: 1.3rem;
    margin-right: 1em;
  }
}
.container .wrap .item .text dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.container .wrap .item .text dl dd span {
  margin: 0 3px;
  font-size: 30px;
  font-size: 3rem;
  color: #D3D3D3;
}
@media screen and (max-width: 999px) {
  .container .wrap .item .text dl dd span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .wrap .item .text dl dd span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.container .wrap .item .text dl dd span.gl {
  color: #617568;
}
.container .wrap .item .text .course {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: dotted 1px #A0A0A0;
}
@media screen and (max-width: 999px) {
  .container .wrap .item .text .course {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .wrap .item .text .course {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
}
.container .wrap .item .text .desc {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 999px) {
  .container .wrap .item .text .desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  .container .wrap .item .text .desc {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.container .wrap .item .image {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .container .wrap .item .image {
    width: 100%;
  }
}
.container .wrap .item .image img {
  width: 100%;
}
/*# sourceMappingURL=special-mountain-course.css.map */