@charset "utf-8";

/*
---------------------------------------------------------------------------
coursepage
---------------------------------------------------------------------------
*/

#coursepage {
  /* color */
}
#coursepage .course_link {
  width: 90%;
  border-radius: 10px;
  background-color: #fffadc;
  margin: 20px auto;
  padding: 16px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #coursepage .course_link {
    width: 100%;
  }
}
#coursepage .course_link > div {
  width: 33.33%;
  padding: 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #d8d2ad;
}
#coursepage .course_link > div img {
  width: 100%;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #coursepage .course_link > div {
    padding: 0 5px;
  }
}
#coursepage .course_link > div:last-child {
  border-right: none;
}
#coursepage .courseTit {
  margin: 0 auto 20px;
  max-width: 700px;
  text-align: center;
}
#coursepage .courseTit img {
  width: 100%;
}
#coursepage .courseTit > p {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px;
}
#coursepage .courseMain > h2 {
  padding: 10px;
  text-align: center;
  border-radius: 10px;
  font-size: 0.9em;
  color: #fff;
  margin: 0 0 20px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #coursepage .courseMain > h2 span {
    display: block;
  }
}
#coursepage .courseMain > h2 span:not(:first-child)::before {
  content: "/";
  margin: 0 5px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #coursepage .courseMain > h2 span:not(:first-child)::before {
    content: "";
    margin: 0 5px;
  }
}
#coursepage .courseMain > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #coursepage .courseMain > div {
    display: block;
  }
}
#coursepage .courseMain > div > section {
  width: calc(33.33% - 14px);
  margin: 0 7px;
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #coursepage .courseMain > div > section {
    width: calc(100% - 20px);
    margin: 0 auto 20px;
  }
}
#coursepage .courseMain > div > section > h3 {
  background-color: #999;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 5px;
  margin: 0 0 10px;
}
#coursepage .courseMain > div > section > div {
  font-size: 0.95em;
  font-weight: bold;
  text-align: center;
}
#coursepage .courseMain > div > section > div p.station {
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 15px 10px;
  color: #222;
}
#coursepage .courseMain > div > section > div div.bgColor {
  border-radius: 8px;
  margin-bottom: 5px;
  padding: 15px 10px;
  color: #fff;
}
#coursepage .courseMain > div > section > div div.bgColor > a {
  color: #fff;
}
#coursepage .courseMain > div > section > div div.bgColor > a > p {
  margin-top: 10px;
}
#coursepage .courseMain > div > section > div div.bgColor > p span.stay {
  border: 1px solid #fff;
  border-radius: 5px;
  display: block;
  width: 70px;
  padding: 3px;
  margin: 5px auto 0;
  font-size: 0.9em;
}
#coursepage .courseMain > div > section > div div.bgColor > p.link a {
  display: block;
  text-decoration: underline;
  color: #fff;
  font-size: 0.95em;
}
#coursepage .courseMain > div > section > div div.bgColor > p:not(:last-child) {
  margin-bottom: 7px;
}
#coursepage .courseMain > div > section > div div.arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 7px;
}
#coursepage .courseMain > div > section > div div.arrow > p.icon {
  width: 50%;
}
@media screen and (max-width: 960px) {
  #coursepage .courseMain > div > section > div div.arrow > p.icon {
    width: 40%;
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #coursepage .courseMain > div > section > div div.arrow > p.icon {
    width: 50%;
  }
}
#coursepage .courseMain > div > section > div div.arrow > p.icon img {
  width: 16px;
  display: block;
  margin: 0 0 0 auto;
}
#coursepage .courseMain > div > section > div div.arrow > span {
  width: calc(50% - 10px);
  display: block;
  font-size: 0.85em;
  text-align: left;
  color: #333;
}
@media screen and (max-width: 960px) {
  #coursepage .courseMain > div > section > div div.arrow > span {
    width: calc(60% - 10px);
  }
}
@media screen and (max-width: 668px) and (orientation: portrait) {
  #coursepage .courseMain > div > section > div div.arrow > span {
    width: calc(50% - 10px);
  }
}
#coursepage .yamayama .courseTit {
  color: #8EC54A;
}
#coursepage .yamayama .courseMain h2 {
  color: #8EC54A;
  border: 2px solid #8EC54A;
}
#coursepage .yamayama .courseMain div p.station {
  border: 1px solid #8EC54A;
}
#coursepage .yamayama .courseMain div div.bgColor {
  background-color: #8EC54A;
}
#coursepage .arekore .courseTit {
  color: #E95377;
}
#coursepage .arekore .courseMain h2 {
  color: #E95377;
  border: 2px solid #E95377;
}
#coursepage .arekore .courseMain div p.station {
  border: 1px solid #E95377;
}
#coursepage .arekore .courseMain div div.bgColor {
  background-color: #E95377;
}
#coursepage .minami_aizu .courseTit {
  color: #46B2E7;
}
#coursepage .minami_aizu .courseMain h2 {
  color: #46B2E7;
  border: 2px solid #46B2E7;
}
#coursepage .minami_aizu .courseMain div p.station {
  border: 1px solid #46B2E7;
}
#coursepage .minami_aizu .courseMain div div.bgColor {
  background-color: #46B2E7;
}

/*
---------------------------------------------------------------------------
Yamayama, Arekore, Minami_Aizu
---------------------------------------------------------------------------
*/

.yamayama h1,
.arekore h1,
.minami_aizu h1 {
  margin-bottom: 18px;
}
.arekore h1,
.minami_aizu h1 {
  margin-top: 45px;
}
.yamayama h2,
.arekore h2,
.minami_aizu h2 {
  margin-bottom: 40px;
}
.yamayama .flex,
.column_03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
}
.arekore .flex,
.column_02 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.yamayama .flex img,
.arekore .flex img,
.minami_aizu .flex img {
  width: 32%;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.arekore .flex img:first-child,
.column_02 img:first-child {
  margin-right: 16px;
}
.totop a {
  display: block;
  position: fixed;
  right: 56px;
  bottom: 63px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-color: #ff527a;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  padding-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}