@charset "utf-8";

/*
---------------------------------------------------------------------------
aizu_trail
---------------------------------------------------------------------------
*/

/* header */

#aizu_trail {
  color: #000;
  text-align: center;
  font-weight: 500;
}
#aizu_trail h1 {
  font-size: 2em;
  line-height: 1;
  text-align: center;
  letter-spacing: .2em;
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 668px) {
  #aizu_trail h1 {
    font-size: 1.7em;
    margin-bottom: 30px;
  }
}
#aizu_trail h1 span {
  display: block;
  font-size: 12px;
  letter-spacing: .1em;
  margin-top: 12px;
}

/* about */

#aizu_trail .about  {
  margin-top: 50px;
}
#aizu_trail .about .text01 {
  max-width: 550px;
  margin: 0 auto;
  text-align: left;
  line-height: 200%;
}
#aizu_trail .about .text01 p {
  text-indent: 1em;
}
#aizu_trail .about h3 {
  color: #00846D;
  font-size: 20px;
  line-height: 175%;
}
#aizu_trail .about h3 img {
  width: 90px;
  margin: 0 auto 25px auto;
}
#aizu_trail .about h3 span {
  display: block;
}
.map_aizu_trail2022 {
  max-width: 550px;
  margin: 50px auto;
  position: relative;
}
.map_aizu_trail2022 p:nth-of-type(1) {
  position: relative;
  z-index: 1;
}
.map_aizu_trail2022 p:nth-child(n + 2) {
  position: absolute;
  width: 19%;
  height: 4.7%;
  z-index: 2;
}
.map_aizu_trail2022 p a {
  display: block;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
}
.map_aizu_trail2022 p:nth-of-type(2) {
  top: 13%;
  right: 11.5%;
}
.map_aizu_trail2022 p:nth-of-type(3) {
  top: 23.4%;
  right: 9.5%;
}
.map_aizu_trail2022 p:nth-of-type(4) {
  top: 26.4%;
  left: 38.5%;
}
.map_aizu_trail2022 p:nth-of-type(5) {
  top: 37.8%;
  left: 19.7%;
}
.map_aizu_trail2022 p:nth-of-type(6) {
  bottom: 10.8%;
  left: 20.7%;
}
.map_aizu_trail2022 p:nth-of-type(7) {
  top: 49.4%;
  left: 13.5%;
}
.map_aizu_trail2022 p:nth-of-type(8) {
  top: 32.4%;
  left: 35.3%;
}
@media (max-width: 668px) {
  #aizu_trail .about h3 {
    font-size: 16px;
  }
}

/* walking */

#aizu_trail .walking .contents {
  margin-bottom: 80px;
}
@media (max-width: 668px) {
  #aizu_trail .walking .contents {
    margin-bottom: 40px;
  }
}
#aizu_trail .walking h1 {
  margin-top: 75px;
}
#aizu_trail .title {
  width: 100%;
  text-align: center;
  color: #fff;
  background-position: left center;
  background-size: cover;
  margin-bottom: 80px;
  background-color: #ccc;
}
#aizu_trail .flex01 {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
@media (max-width: 668px) {
  #aizu_trail .title {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
#aizu_trail .title h1 {
  font-size: 23px;
  padding-top: 40px;
  margin-bottom: 15px;
}
#aizu_trail .title p {
  font-size: 12px;
  padding-bottom: 30px;
}
#aizu_trail .flex01 {
  text-align: center;
}
@media (max-width: 668px) {
  #aizu_trail .flex01 {
    display: block;
    margin-bottom: 40px;
  }
}
#aizu_trail .flex01 div {
  width: 24%;
  text-align: center;
  margin-bottom: 55px;
}
#aizu_trail .flex01 div img {
  width: 90px;
  margin: 0 auto 10px auto;
}
@media (max-width: 1024px) {
  #aizu_trail .flex01 div {
    width: 50%;
  }
}
@media (max-width: 668px) {
  #aizu_trail .flex01 div {
    width: 100%;
    margin-bottom: 20px;
  }
}
#aizu_trail .flex01 div h2 {
  font-size: 24px;
  line-height: 125%;
}
#aizu_trail .flex01 div h2 a:hover span {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#aizu_trail .flex01 div h2 span {
  display: block;
  width: 155px;
  padding: 5px 0;
  margin: 5px auto 10px auto;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 15px;
  font-weight: normal;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#aizu_trail .flex01 div.route01 h2 a {
  color: #E86C8D;
}
#aizu_trail .flex01 div.route01 h2 span {
  background-color: #E86C8D;
}
#aizu_trail .flex01 div.route02 h2 a {
  color: #00AEEB;
}
#aizu_trail .flex01 div.route02 h2 span {
  background-color: #00AEEB;
}
#aizu_trail .flex01 div.route03 h2 a {
  color: #D8323D;
}
#aizu_trail .flex01 div.route03 h2 span {
  background-color: #D8323D;
}
#aizu_trail .flex01 div.route04 h2 a {
  color: #EF822B;
}
#aizu_trail .flex01 div.route04 h2 span {
  background-color: #EF822B;
}
#aizu_trail .flex01 div.route05 h2 a {
  color: #C94350;
}
#aizu_trail .flex01 div.route05 h2 span {
  background-color: #C94350;
}
#aizu_trail .flex01 div.route06 h2 a {
  color: #57A5A6;
}
#aizu_trail .flex01 div.route06 h2 span {
  background-color: #57A5A6;
}
#aizu_trail .flex01 div.route07 h2 a {
  color: #9E65A6;
}
#aizu_trail .flex01 div.route07 h2 span {
  background-color: #9E65A6;
}
#aizu_trail .flex01 div p {
  font-size: 12px;
}
#aizu_trail .textBtn p a {
  width: 400px;
  margin: 0 auto;
  display: block;
  border: 1px solid #777;
  padding: 10px;
  font-size: 0.9em;
}
@media (max-width: 668px) {
  #aizu_trail .textBtn p a {
    width: calc(100% - 40px);
  }
}
#aizu_trail .textBtn p a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
@media screen and (max-width: 960px) {
  #aizu_trail .root_bottom {
    padding: 0 20px 50px 20px;
  }
}
#aizu_trail .root_bottom {
  padding-bottom: 75px;
}
#aizu_trail .root_bottom p {
  font-size: 13px;
  line-height: 2;
}
#aizu_trail .root_bottom h2 {
  font-size: 18px;
  font-weight: normal;
  margin-top: 12px;
  margin-bottom: 12px;
}
#aizu_trail .route .contents {
  max-width: 800px;
  padding-bottom: 50px;
}
#aizu_trail .route .contents .map {
  max-width: 400px;
  margin: 0 auto 50px auto;
}
#aizu_trail .route .contents .map_h2 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 25px;
}
#aizu_trail .route .contents .map_text01 {
  max-width: 500px;
  margin: 0 auto 50px auto;
  text-align: left;
  line-height: 200%;
}
#aizu_trail .route .contents .pamphlet {
  max-width: 500px;
  margin: 0 auto 25px auto;
}
#aizu_trail .route .contents dl.oasis {
  text-align: center;
  margin-top: 25px;
}
#aizu_trail .route .contents dl.oasis dt:nth-of-type(1) {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
#aizu_trail .route .contents dl.oasis dt:nth-of-type(2) {
  font-size: 16px;
  margin: 15px 0 10px 0;
  font-weight: bold;
}
#aizu_trail .route .contents dl.oasis dd:nth-of-type(1) {
  max-width: 210px;
  margin: 0 auto;
}
#aizu_trail .route .contents dl.oasis dd:nth-of-type(2) {
  font-size: 12px;
  text-align: center;
}
.color01 dt {
  color: #00AEEB;
}
.color02 dt {
  color: #E86C8D;
}
.color03 dt {
  color: #D8323D;
}
.color04 dt {
  color: #EF822B;
}
#aizu_trail .route .contents .table_title {
  text-align-last: left;
  padding-bottom: 3px;
  border-bottom: 1px solid #251E1C;
  margin-bottom: 15px;
}
#aizu_trail .route .contents .table_title h2 {
  font-size: 18px;
}
#aizu_trail .route .contents .table_title p {
  display: block;
  font-size: 12px;
  padding: 5px 15px;
  margin-bottom: 5px;
  color: #fff;
  background-color: #000;
  border-radius: 15px;
}
@media (max-width: 668px) {
  #aizu_trail .route .contents .table_title p {
    display: inline-block;
    margin-top: 10px;
  }
}
#aizu_trail .route .contents h3 {
  font-size: 15px;
  text-align: left;
}

#aizu_trail .route .contents table {
  font-size: 13px;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}
#aizu_trail .route .contents table tr {
  border-bottom: 1px solid #251E1C;
}
#aizu_trail .route .contents table tr:nth-child(2) td span {
  color: #00A29A;
}
#aizu_trail .route .contents table tr:nth-child(3) td span {
  color: #2CA6E0;
}
#aizu_trail .route .contents table td {
  padding-top: 13px;
  padding-bottom: 13px;
}
#aizu_trail .route .contents .routeBtn {
  display: block;
  margin-top: 30px;
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
#aizu_trail .route .contents .routeBtn01 {
  background-color: #00AEEB;
}
#aizu_trail .route .contents .routeBtn02 {
  background-color: #E86C8D;
}
#aizu_trail .route .contents .routeBtn03 {
  background-color: #D8323D;
}
#aizu_trail .route .contents .routeBtn04 {
  background-color: #EF822B;
}
#aizu_trail .route .contents .routeBtn05 {
  background-color: #C94350;
}
#aizu_trail .route .contents .routeBtn06 {
  background-color: #57A5A6;
}
#aizu_trail .route .contents .routeBtn07 {
  background-color: #9E65A6;
}
#aizu_trail .route .contents .routeBtn:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
#aizu_trail .route .back_color {
  background-color: #DEE5DD;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #aizu_trail .route .back_color {
    padding: 40px 30px;
  }
}
@media (max-width: 668px) {
  #aizu_trail .route .back_color {
    padding: 40px 20px;
  }
}
#aizu_trail .route .back_color .text {
  display: block;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 14px;
  text-align: left;
  line-height: 200%;
}
#aizu_trail .route .back_color .flex02 {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
@media (max-width: 668px) {
  #aizu_trail .route .back_color .flex02 {
    display: block;
  }
}
#aizu_trail .route .back_color .flex02 div {
  width: calc(33.33% - 20px);
  margin-bottom: 0;
}
@media (max-width: 668px) {
  #aizu_trail .route .back_color .flex02 div {
    width: 100%;
    margin-bottom: 20px;
  }
}
#aizu_trail .route .back_color .flex02 div h2 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 16px;
  margin-bottom: 10px;
}
#aizu_trail .route .back_color .flex02 div p {
  font-size: 12px;
  line-height: 175%;
}
#aizu_trail .route .back_color .flex02 img {
  width: 100%;
}
#aizu_trail .route.route01 h3,
#aizu_trail .route.route01 .trail_dl {
  color: #00AEEB;
}
#aizu_trail .route.route01 .title {
  background-image: url(../img/aizu_trail2022/route01/route01_title.jpg);
}
#aizu_trail .route.route02 h3,
#aizu_trail .route.route02 .trail_dl {
  color: #E86C8D;
}
#aizu_trail .route.route02 .title {
  background-image: url(../img/aizu_trail2022/route02/route02_title.jpg);
}
#aizu_trail .route.route03 h3,
#aizu_trail .route.route03 .trail_dl {
  color: #D8323D;
}
#aizu_trail .route.route03 .title {
  background-image: url(../img/aizu_trail2022/route03/route03_title.jpg);
}
#aizu_trail .route.route04 h3,
#aizu_trail .route.route04 .trail_dl {
  color: #EF822B;
}
#aizu_trail .route.route04 .title {
  background-image: url(../img/aizu_trail2022/route04/route04_title.jpg);
}
#aizu_trail .route.route05 h3,
#aizu_trail .route.route05 .trail_dl {
  color: #AE4450;
}
#aizu_trail .route.route05 .title {
  background-image: url(../img/aizu_trail2022/route05/route05_title.png);
}
#aizu_trail .route.route06 h3,
#aizu_trail .route.route06 .trail_dl {
  color: #64B4B4;
}
#aizu_trail .route.route06 .title {
  background-image: url(../img/aizu_trail2022/route06/route06_title.png);
}
#aizu_trail .route.route07 h3,
#aizu_trail .route.route07 .trail_dl {
  color: #8F65A2;
}
#aizu_trail .route.route07 .title {
  background-image: url(../img/aizu_trail2022/route07/route07_title.png);
}
.trail_dl {
  display: block;
  width: 100%;
  max-width: 400px;
  padding: 2px 0;
  margin: 40px auto;
  font-size: 15px;
  text-align: center;
  border: 1px solid #707070;
}
.xleft {
  text-align: left !important;
}
.back_link {
  color: black;
}
.mb40 {
  margin-bottom: 40px;
  display: inline-block;
}
