@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

html {
  font-size: 6.25%;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

hr {
  border: none;
}

a {
  color: #1F748E;
  text-decoration: underline;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:focus {
  outline-color: #3b99fc;
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 5px;
}
a:hover {
  cursor: pointer;
  opacity: 0.8;
}

button {
  background-color: #fff;
}

body {
  line-height: 1.6;
  font-family: "Helvetica Neue", Arial, "Microsoft JhengHei", "PingFang TC", "Noto Sans TC", sans-serif;
  color: #333;
  font-size: 15rem;
  position: relative;
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14rem;
  }
}
.l-container {
  padding: 0 10px;
}

@media screen and (min-width: 768px) {
  .l-container {
    max-width: 1050px;
    margin: 0 auto;
    padding: 0;
  }
}
.l-footer {
  margin-top: 80px;
  padding: 10px;
  text-align: center;
  background-color: #8CC3FF;
  line-height: 1.3;
}
.l-footer small {
  color: #fff;
  font-size: 12rem;
}

.l-spot {
  margin-top: 50px;
}

@media all and (-ms-high-contrast: none) {
  /* IEのみ */
  .l-spot {
    width: 1030px;
    margin: 50px auto 0;
  }
}


.l-spot .p-spot:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-spot .p-spot + .p-spot {
  margin-top: 70px;
}

.l-course {
  margin-top: 50px;
}
.l-course .l-course-ttl-lv2 {
  text-align: center;
  margin-bottom: 20px;
  color: #1846A1;
}
.l-course .p-spot + .p-spot:before {
  content: "";
  width: 58px;
  height: 47px;
  display: block;
  padding: 15px 0;
  margin: 0 auto;
  background: url("../images/hr.svg") no-repeat center/contain;
}
.l-course .p-spot + .p-spot:nth-child(even):before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.l-course--reverse .l-course-ttl-lv2:before {
  content: "";
  width: 58px;
  height: 47px;
  display: block;
  padding: 15px 0;
  margin: 0 auto;
  background: url("../images/hr.svg") no-repeat center/contain;
}
.l-course--reverse .p-spot + .p-spot:nth-child(odd):before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.l-course--reverse .p-spot + .p-spot:nth-child(even):before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (min-width: 768px) {
  .l-course {
    max-width: 1050px;
  }
  .l-course .p-spot {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l-course .p-spot-thumb {
    padding-left: 10px;
  }
  .l-course .p-spot + .p-spot {
    padding-top: 100px;
  }
  .l-course .p-spot + .p-spot:before {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .l-course .p-spot + .p-spot:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-course--reverse .p-spot {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .l-course--reverse .p-spot + .p-spot:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
  margin: 30px auto 60px;
}

@media screen and (min-width: 768px) {
  .l-pagelink {
    max-width: 980px;
  }
}
.c-data {
  margin-top: 25px;
}
.c-data-ttl {
  font-weight: bold;
  margin-bottom: 3px;
}
.c-data-items {
  width: 100%;
  border-top: 1px solid #D3EAFF;
}
.c-data-item {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #D3EAFF;
}
.c-data-item-ttl {
  display: block;
  margin-bottom: 7px;
}
.c-data-item-desc {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-data-items {
    table-layout: fixed;
  }
  .c-data-item {
    display: table-row;
  }
  .c-data-item-ttl {
    width: 80px;
    padding: 10px 0;
    display: table-cell;
  }
  .c-data-item-desc {
    padding: 10px 0;
    display: table-cell;
  }
}
.c-btn a, .c-btn button {
  margin-top: 10px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
}
.c-btn-txt {
  display: inline-block;
  margin-right: 8px;
}
.c-btn--primary {
  padding: 20px;
  color: #3275D9;
  background: #D3EAFF;
}
.c-btn--secondary {
  padding: 20px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#93BEFF), to(#3275D9));
  background: linear-gradient(90deg, #93BEFF 0%, #3275D9 100%);
}
.c-btn--more {
  color: #8CC3FF;
  width: 100%;
  padding: 15px;
  border: 1px solid #8CC3FF;
}
.c-btn--more .c-ico-arrow--b {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn--more.open .c-ico-arrow--b {
  -webkit-transform: translateY(25%) rotate(-45deg);
          transform: translateY(25%) rotate(-45deg);
}

@media screen and (min-width: 768px) {
  .c-btn a .c-ico-arrow--r {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn a:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn a:hover .c-ico-arrow--r {
    position: relative;
    margin-left: 5px;
  }
  .c-btn a.c-btn--primary:hover {
    opacity: 0.8;
  }
  .c-btn a.c-btn--secondary:hover {
    opacity: 0.8;
  }
  .c-btn-col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-btn-col2 a {
    width: 49%;
  }
}
.c-txt-sm {
  font-size: 13rem;
  color: #1846A1;
}

.c-ttl-lv2 {
  font-weight: bold;
  font-size: 26rem;
}
.c-ttl-lv3 {
  font-weight: bold;
  font-size: 22rem;
}
.c-ttl-lv4 {
  font-weight: bold;
  font-size: 16rem;
}

@media screen and (min-width: 768px) {
  .c-ttl-lv2 {
    font-weight: bold;
    font-size: 28rem;
  }
  .c-ttl-lv3 {
    font-weight: bold;
    font-size: 24rem;
  }
  .c-ttl-lv4 {
    font-weight: bold;
    font-size: 18rem;
  }
}
.c-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-data {
  margin-top: 25px;
}
.c-data-ttl {
  font-weight: bold;
  margin-bottom: 3px;
}
.c-data-items {
  width: 100%;
  border-top: 1px solid #D3EAFF;
}
.c-data-item {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #D3EAFF;
}
.c-data-item-ttl {
  display: block;
  margin-bottom: 7px;
}
.c-data-item-desc {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-data-items {
    table-layout: fixed;
  }
  .c-data-item {
    display: table-row;
  }
  .c-data-item-ttl {
    width: 80px;
    padding: 10px 0;
    display: table-cell;
  }
  .c-data-item-desc {
    padding: 10px 0;
    display: table-cell;
  }
}
.c-ico {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-ico-blank {
  display: inline-block;
  width: 13px;
  vertical-align: middle;
  margin-left: 3px;
}
.c-ico-arrow--b {
  display: inline-block;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 0.2em solid #8CC3FF;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateY(-25%) rotate(135deg);
  transform: translateY(-25%) rotate(135deg);
}
.c-ico-arrow--r {
  display: inline-block;
  line-height: 1;
  width: 10px;
  height: 10px;
}

.p-intro {
  text-align: center;
  margin-top: 50px;
}
.p-intro-ttl {
  margin-bottom: 25px;
}
.p-intro-map {
  margin-top: 40px;
}
  .voice-btn {
    margin: 42px auto 56px;
    width: 300px;
  }
  .voice-btn a{
  display: block;
  margin-bottom: 35px;
  }

@media screen and (min-width: 768px) {
  .p-intro-txt {
    width: 760px;
    margin: 0 auto;
  }
    .voice-btn {
    margin-top: 48px;
    margin-bottom: 64px;
    width: 100%;
    display: flex;
    /* flex-flow: row wrap; */
    justify-content: center;
    align-content: center;
  }
  .voice-btn a{
    margin: 0 20px;
    position: relative;
  }

}
.p-spot-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}
.p-spot-ttl-txt {
  /* color: #01A9C2; */
  font-weight: bold;
  display: inline-block;
}
.p-spot-num {
  width: 45px;
  margin-right: 10px;
}
.p-spot-txt {
  margin-top: 15px;
}
.p-spot-btn {
  margin-top: 20px;
}
.p-spot-sp-hiden {
  display: none;
}
.p-spot-sp-hiden.open {
  display: block;
}
.p-spot-caption {
  font-size: 13rem;
  margin-top: 15px;
}
.p-spot-website {
  margin-top: 10px;
  text-align: right;
}
.p-spot-more {
  margin-top: 20px;
}
.p-spot-more-active .c-arrow-b {
  -webkit-transform: translateY(10%) rotate(-43deg);
          transform: translateY(10%) rotate(-43deg);
}
.p-spot .c-btn--primary {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-spot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-spot-thumb {
    padding: 0 5px 0 10px;
    width: 53%;
    max-width: 550px;
  }
  .p-spot-desc {
    padding: 0 10px 0 5px;
    width: 47%;
    max-width: 460px;
  }
  .p-spot-ttl {
    margin-top: 0;
  }
  .p-spot-sp-hiden {
    display: block;
  }
  .p-spot-more {
    display: none;
  }
  .p-spot-caption {
    font-size: 13rem;
    margin-top: 3px;
  }
}
.p-pagelink {
  width: 45%;
  text-align: center;
  margin-top: 10px;
}
.p-pagelink a {
  display: block;
  text-decoration: none;
}
.p-pagelink-circle {
  width: 125px;
  height: 125px;
  overflow: hidden;
  margin: 0 auto;
}
.p-pagelink-circle-img {
  width: 125px;
  height: 125px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-pagelink-num {
  margin-top: -20px;
  display: inline-block;
  width: 30px;
}
.p-pagelink-name {
  font-size: 16rem;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-pagelink {
    width: 230px;
  }
  .p-pagelink a:hover {
    opacity: 1;
  }
  .p-pagelink a:hover .p-pagelink-circle-img {
    margin-left: -10px;
    width: 140px;
    height: 140px;
  }
}
.u-margin-t-1 {
  margin-top: 10px;
}
.u-margin-t-1-5 {
  margin-top: 15px;
}
.u-margin-t-2 {
  margin-top: 20px;
}
.u-margin-t-2-5 {
  margin-top: 25px;
}
.u-margin-t-3 {
  margin-top: 30px;
}
.u-margin-t-4 {
  margin-top: 40px;
}
.u-margin-t-5 {
  margin-top: 50px;
}
.u-margin-t-6 {
  margin-top: 60px;
}

.u-block-pc {
  display: none;
}

.u-block-sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-block-pc {
    display: block;
  }

  .u-block-sp {
    display: none;
  }
}
.page-cycling {
  margin: 50px 0 60px;
}
.page-cycling-ttl {
  text-align: center;
  margin-bottom: 25px;
}
.page-cycling-desc {
  margin-top: 25px;
}
.page-cycling-desc-ttl {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .page-cycling {
    max-width: 880px;
    margin: 50px auto 60px;
  }
  .page-cycling-ttl {
    margin-bottom: 40px;
  }
  .page-cycling-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-cycling-thumb {
    width: 30%;
    margin-right: 20px;
  }
  .page-cycling-desc {
    margin-top: 0;
    width: 50%;
  }
}