@charset "UTF-8";
html.ja body article.main-contents {
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
  color: #13448f;
  letter-spacing: 0.025em;
}

h1 {
  height: 0 !important;
  opacity: 0 !important;
  margin: 0;
  padding: 0;
}

.sp {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

button:hover {
  opacity: 0.8;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
select {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  outline: none !important;
}

select:focus {
  outline: none !important;
}

select::-ms-expand {
  display: none;
}

a {
  -webkit-transition: 0.35s;
  transition: 0.35s;
  outline: none !important;
}

a:hover {
  opacity: 0.8;
}

a:focus {
  outline: none !important;
}

@media screen and (max-width: 768px) {
  button:hover,
  a:hover {
    opacity: 1;
  }
}

strong {
  font-weight: 600;
}

section img {
  display: block;
  width: 100%;
  height: auto;
}

.use-pc {
  display: block;
}

.use-sp {
  display: none;
}

/* kv */
.kv-wrap {
  width: 100%;
}

.kv-wrap img {
  width: 100%;
  height: auto;
}

.kv-inner {
  margin: 110px auto 150px;
  width: 100%;
  max-width: 818px;
}

.kv-text {
  color: #13448f;
  text-align: center;
  font-size: 18px;
  line-height: 2.22222;
}

/* tour */
.tour {
  background: #f7f7f7;
  padding: 0 0 120px;
}

.tour-title {
  -webkit-transform: translateY(-52px);
          transform: translateY(-52px);
  margin: 0 auto;
  width: 100%;
  max-width: 394px;
}

.tour-wrap {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tour-wrap div {
  max-width: 392px;
}

.tour-wrap div:nth-of-type(2) {
  margin: 60px 12px 0;
}

.tour-wrap2 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

/* intro */
.intro {
  padding: 90px 20px;
  background: url(/domtour/theme/cyclingtour/image/section_bg.png) no-repeat left top 60px;
  background-size: 100vw;
  background-attachment: fixed;
  position: relative;
}

.intro-title {
  margin: 0 auto;
  width: 100%;
  max-width: 482px;
}

.intro-wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 998px;
  margin-top: 80px;
}

.intro-wrap:first-of-type {
  margin-top: 100px;
}

.intro-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 500px;
  margin: 60px auto 100px;
}

.intro-btn a {
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  background: #13448f url(/domtour/theme/cyclingtour/image/btn_arrow.png) no-repeat right 22px center;
  background-size: 12px 6px;
  color: #fff;
  text-align: center;
  width: 240px;
  height: 60px;
}

.intro-inner {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background: #fff;
  padding: 60px 60px 60px;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.intro-inner h3 {
  color: #13448f;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
}

.intro-inner h3:after {
  content: "";
  display: block;
  position: absolute;
  right: -100px;
  top: 0;
  width: 230px;
  height: 38px;
  background: url(/domtour/theme/cyclingtour/image/bg_other.png) no-repeat center center;
  background-size: contain;
}

.intro-inner h3:before {
  content: "";
  display: block;
  position: absolute;
  left: -260px;
  top: -135px;
  width: 180px;
  height: 180px;
}

.intro-inner h3.type-hokkaido:before {
  background: url(/domtour/theme/cyclingtour/image/bg_hokkaido.png) no-repeat center center;
  background-size: contain;
}

.intro-inner h3.type-shikoku:before {
  background: url(/domtour/theme/cyclingtour/image/bg_shikoku.png) no-repeat center center;
  background-size: contain;
}

.intro-inner h3.type-shikoku.plan-child:before {
  display: none;
}

.intro-inner h3.type-child:before {
  display: none;
}

.intro-inner h3.type-child:after {
  display: none;
}

.intro-col-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 100px);
  margin-bottom: 40px;
}

.intro-col-01-left {
  -webkit-transform: translateX(-160px);
          transform: translateX(-160px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.intro-col-01-left img {
  max-width: 392px;
}

.intro-col-01-right {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  width: calc(100% - 392px);
  color: #383838;
}

.intro-col-01-right h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.intro-col-01-right p {
  margin-bottom: 26px;
}

.intro-col-01-right p:last-of-type {
  margin-bottom: 0;
}

.intro-col-01-right p small {
  font-style: 12px;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.intro-col-01-right p small:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
}

.intro-col-01-right a {
  display: inline-block;
  margin: 10px 0;
}

.intro-col-01-right .img-map {
  max-width: 172px;
}

.intro-col-01-right .img-point {
  max-width: 104px;
  margin-bottom: 20px;
}

.intro-btn-wrap {
  margin-top: -5px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  background: #eff5ff;
  padding: 60px 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

.intro-btn-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 600px;
  height: 60px;
}

.intro-btn-inner.ptn2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  font-weight: 700;
  text-align: center;
  margin: 0 0 15px;
}

.intro-btn-inner + .intro-btn-inner.ptn2 {
  margin: 45px 0 15px;
}

.intro-btn-inner .selectbox {
  position: relative;
}

.intro-btn-inner .selectbox select {
  width: 290px;
  font-weight: 600;
  padding: 0 20px;
  height: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  cursor: pointer;
  background: #fff url(/domestic/theme/cyclingtour/image/arw_down.png) no-repeat right 20px center;
  background-size: 10px 8px;
  color: #13448f;
  border: 1px solid #13448f;
}

.intro-btn-inner button {
  font-weight: 600;
  color: #fff;
  background: #13448f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 290px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
}

.intro-col-02 {
  margin-top: 40px;
  padding: 40px 0 20px;
  border-top: 1px solid #13448f;
  height: auto;
}

.intro-col-02 h5 {
  color: #13448f;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}

.intro-col-02-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro-col-02-top div {
  max-width: 429px;
}

.intro-col-02-top div p {
  margin-top: 20px;
  color: #383838;
  line-height: 1.8125;
  font-size: 16px;
}

.intro-col-02-top div p span {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  margin-top: 16px;
}

.intro-col-02-top div img {
  max-width: 429px;
}

.intro-col-02-mid {
  margin-top: 40px;
  padding: 40px 0 0;
  border-top: 1px solid #13448f;
}

.intro-col-02-mid dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #383838;
  border-top: 1px solid #d0d0d0;
  padding: 18px 0;
}

.intro-col-02-mid dl .h-series-01 {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dashed #d0d0d0;
}

.intro-col-02-mid dl .h-series-02 {
  margin-top: 28px;
}

.intro-col-02-mid dl dt {
  width: 130px;
  margin-right: 10px;
  font-weight: 600;
}

.intro-col-02-mid dl dd {
  width: calc(100% - 140px);
}

.intro-col-02-mid dl dd small {
  font-size: 12px;
}

.intro-col-02-mid dl dd .h-lavel-01 {
  margin-bottom: 15px;
}

.intro-col-02-mid dl dd .h-lavel-01 .h-icon {
  margin-right: 20px;
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  color: #fff;
  background: #13448f;
  padding: 3.5px 14px 2.5px;
}

.intro-col-02-mid dl dd .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.intro-col-02-mid dl dd .flex-box .h-img {
  margin-right: 20px;
  max-width: 150px;
}

.intro-col-02-mid dl dd .flex-box .h-lavel-02 {
  font-weight: 600;
  color: #383838;
  margin-bottom: 15px;
  display: inline-block;
  padding-right: 20px;
  background: url(/domtour/theme/cyclingtour/image/icon_link.png) no-repeat right center;
  background-size: auto;
  background-size: 12px;
}

.intro-col-02-mid dl dd .flex-box .h-lavel-02.text01 {
  margin-bottom: 0;
}

.intro-col-02-mid dl dd .flex-box .h-lavel-02b {
  margin-bottom: 15px;
}

.intro-col-02-mid dl dd .flex-box .h-lavel-03 {
  font-size: 14px;
  line-height: 1.71429;
}

.intro-col-02-mid dl dd .flex-box .h-lavel-03 span {
  font-weight: 600;
  margin-right: 20px;
  color: #13448f;
}

.intro-col-02-mid dl dd .flex-box .h-lavel-03 small {
  line-height: 1.42857;
}

.intro-col-02-mid dl dd .flex-box .h-lavel-03 tr {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.intro-col-02-mid dl dd .flex-box .h-lavel-03 tr th {
  font-weight: 600;
  margin-right: 20px;
  color: #13448f;
}

.intro-col-02-mid dl dd .flex-box .h-lavel-04 {
  margin-top: 5px;
  font-size: 14px;
}

.intro-col-03 {
  margin-top: 40px;
  padding: 40px 0;
  border-top: 1px solid #13448f;
}

.acd-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  color: #13448f;
  height: 50px;
  border-radius: 30px;
  width: 100%;
  border: 1px solid #13448f;
  position: relative;
  font-weight: 600;
}

.acd-label:hover {
  text-decoration: none;
  background-color: #13448f;
  color: #fff !important;
  opacity: 1;
}

.acd-label:hover:before {
  background: url(/domestic/theme/cyclingtour/image/arw_down_wh.png) no-repeat right center;
  background-size: 10px 8px;
}

.acd-label:hover.open:before {
  background: url(/domestic/theme/cyclingtour/image/arw_up_wh.png) no-repeat right center;
  background-size: 10px 8px;
}

.acd-label:before {
  display: block;
  content: "続きを見る";
  padding-right: 30px;
  background: url(/domestic/theme/cyclingtour/image/arw_down.png) no-repeat right center;
  background-size: 10px 8px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.acd-label:after {
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  content: "";
}

.acd-label.open:before {
  content: "閉じる";
  background: url(/domtour/theme/cyclingtour/image/arw_up.png) no-repeat right center;
  background-size: 10px 8px;
}

.acd-content {
  display: block;
  max-height: 0;
  -webkit-transition: max-height 0s;
  transition: max-height 0s;
  overflow-y: hidden;
}

.acd-content.open {
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  visibility: visible;
  max-height: 300vh;
}

/* etc */
.point-inner2 {
  width: 100%;
  text-align: left;
  line-height: 2.2;
  margin-top: 30px;
  color: #383838;
  font-size: 12px;
}

figure {
  width: 100%;
  text-align: right;
  margin-top: 13px;
  color: #383838;
  font-size: 12px;
}

figure.icon-figure {
  margin-top: 8px;
}

figure.float-left {
  text-align: left;
}

.leftside {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.page-top-wrap {
  padding: 80px 0 0;
  margin-bottom: -20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-top-btn {
  border-radius: 6px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #d0d0d0;
  max-width: 392px;
  width: 100%;
  height: 60px;
  color: #383838 !important;
}

.page-top-btn:hover {
  opacity: 1;
  text-decoration: none;
  background-color: #13448f;
  color: #fff !important;
}

.txt-link {
  font-size: 16px;
  text-decoration: underline;
  padding-right: 30px;
  font-weight: 600;
  background: url(/domestic/theme/cyclingtour/image/icon_link.png) no-repeat right center;
  background-size: 12px;
}

.txt-link:nth-of-type(2) {
  margin-top: 5px;
}

.c-txt-01 {
  color: #d20e0e;
  font-size: 14px;
  line-height: 1.42857;
}

.c-txt-02 {
  font-weight: bold;
  margin-bottom: 0 !important;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .use-pc {
    display: none;
  }
  .use-sp {
    display: block;
  }
  /* kv */
  .kv-wrap {
    width: 100%;
  }
  .kv-wrap img {
    width: 100%;
    height: auto;
  }
  .kv-inner {
    padding: 0 20px;
    margin: 60px auto 145px;
    width: 100%;
    max-width: 100%;
  }
  .kv-text {
    text-align: left;
    font-size: 16px;
    line-height: 2;
  }
  /* tour */
  .tour {
    background: #f7f7f7;
    padding: 0 0 56px;
  }
  .tour-title {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    margin: 0 auto;
    width: 100%;
    max-width: 60.27vw;
  }
  .tour-wrap {
    width: 100%;
    display: block;
  }
  .tour-wrap div {
    max-width: 89.07vw;
  }
  .tour-wrap div:nth-of-type(1) {
    margin: 10px auto 18px;
  }
  .tour-wrap div:nth-of-type(2) {
    margin: 10px auto 18px;
  }
  .tour-wrap div:nth-of-type(3) {
    margin: 0 auto 0;
  }
  /* intro */
  .intro {
    padding: 60px 20px;
    background: url(/domtour/theme/cyclingtour/image/section_bg.png) no-repeat center left 20%;
    background-size: cover;
    background-attachment: fixed;
  }
  .intro-title {
    margin: 0 auto;
    width: 100%;
    max-width: 73.07vw;
  }
  .intro-title-sp-shikoku {
    max-width: 37.07vw;
    margin-bottom: 18px;
  }
  .intro-title-sp-hokkaido {
    max-width: 48.8vw;
    margin-top: 40px;
    margin-bottom: 18px;
  }
  .intro-wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 40px;
  }
  .intro-wrap:first-of-type {
    margin-top: 40px;
  }
  .intro-wrap.top-col {
    margin-top: 15px;
  }
  .intro-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin: 0 auto 30px;
  }
  .intro-btn a {
    font-weight: 600;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 30px;
    background: #13448f url(/domtour/theme/cyclingtour/image/btn_arrow.png) no-repeat right 22px center;
    background-size: 12px 6px;
    color: #fff;
    text-align: center;
    width: 44vw;
    height: 50px;
  }
  .intro-inner {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #fff;
    padding: 30px 20px 40px;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .intro-inner h3 {
    color: #13448f;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
  }
  .intro-inner h3:after {
    content: "";
    display: block;
    position: absolute;
    right: -10.93vw;
    top: 0;
    width: 25.87vw;
    height: 4.15vw;
    background: url(/domtour/theme/cyclingtour/image/bg_other.png) no-repeat center center;
    background-size: contain;
  }
  .intro-inner h3:before {
    display: none;
  }
  .intro-inner h3.type-hokkaido:before {
    display: none;
  }
  .intro-inner h3.type-shikoku:before {
    display: none;
  }
  .intro-inner h3.type-child:before {
    display: none;
  }
  .intro-inner h3.type-child:after {
    display: block;
  }
  .intro-col-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
  }
  .intro-col-01-left {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 35px;
  }
  .intro-col-01-left img {
    max-width: 78.67vw;
  }
  .intro-col-01-right {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    color: #383838;
  }
  .intro-col-01-right h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .intro-col-01-right p {
    margin-bottom: 50px;
  }
  .intro-col-01-right p:first-of-type {
    margin-bottom: 50px;
  }
  .intro-col-01-right p:last-of-type {
    margin-bottom: 35px;
  }
  .intro-col-01-right a {
    display: inline-block;
  }
  .intro-col-01-right .img-map {
    max-width: 40.27vw;
  }
  .intro-col-01-right .img-point {
    max-width: 27.47vw;
    margin-bottom: 20px;
  }
  .intro-btn-wrap {
    margin-top: -5px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background: #eff5ff;
    padding: 30px 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .intro-btn-inner {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    padding: 0 20px;
  }
  .intro-btn-inner .selectbox {
    position: relative;
    width: 100%;
  }
  .intro-btn-inner .selectbox select {
    width: 100%;
    padding: 0 20px;
    height: 50px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    cursor: pointer;
    color: #13448f;
    border: 1px solid #13448f;
    background: #fff url(/domestic/theme/cyclingtour/image/arw_down.png) no-repeat right 20px center;
    background-size: 10px 8px;
  }
  .intro-btn-inner button {
    margin-top: 10px;
    color: #fff;
    background: #13448f;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
  }
  .intro-col-02 {
    margin-top: 35px;
    padding: 40px 0;
    border-top: 1px solid #13448f;
    height: auto;
    font-size: 14px;
  }
  .intro-col-02 h5 {
    color: #13448f;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .intro-col-02-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .intro-col-02-top div {
    max-width: 100%;
  }
  .intro-col-02-top div p {
    margin-top: 20px;
    color: #383838;
    line-height: 1.92857;
    font-size: 14px;
    margin-bottom: 25px;
  }
  .intro-col-02-top div p span {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    margin-top: 0;
  }
  .intro-col-02-top div img {
    max-width: 100%;
  }
  .intro-col-02-mid {
    margin-top: 10px;
    padding: 40px 0 0;
    border-top: 1px solid #13448f;
  }
  .intro-col-02-mid dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    color: #383838;
    border-top: 1px solid #d0d0d0;
    padding: 18px 0;
  }
  .intro-col-02-mid dl:last-of-type {
    padding: 18px 0 0;
  }
  .intro-col-02-mid dl .h-series-01 {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #d0d0d0;
  }
  .intro-col-02-mid dl .h-series-02 {
    margin-top: 28px;
  }
  .intro-col-02-mid dl dt {
    width: 100%;
    font-weight: 600;
    margin-bottom: 9px;
  }
  .intro-col-02-mid dl dd {
    width: 100%;
  }
  .intro-col-02-mid dl dd small {
    font-size: 12px;
  }
  .intro-col-02-mid dl dd .h-lavel-01 {
    margin-bottom: 15px;
  }
  .intro-col-02-mid dl dd .h-lavel-01 .h-icon {
    margin-right: 20px;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    color: #fff;
    background: #13448f;
    padding: 3.5px 14px 2.5px;
  }
  .intro-col-02-mid dl dd .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .intro-col-02-mid dl dd .flex-box .h-img {
    margin-right: 15px;
    max-width: 21.33vw;
  }
  .intro-col-02-mid dl dd .flex-box .h-lavel-02 {
    font-weight: 600;
    margin-bottom: 15px;
  }
  .intro-col-02-mid dl dd .flex-box .h-lavel-03 {
    font-size: 12px;
    display: block;
    line-height: 1.66667;
  }
  .intro-col-02-mid dl dd .flex-box .h-lavel-03 + .h-lavel-03 {
    margin-top: 6px;
  }
  .intro-col-02-mid dl dd .flex-box .h-lavel-03 span {
    font-weight: 600;
    margin-right: 20px;
    color: #13448f;
    width: 100%;
    display: block;
  }
  .intro-col-02-mid dl dd .flex-box .h-lavel-03 tr {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .intro-col-02-mid dl dd .flex-box .h-lavel-03 tr th {
    font-weight: 600;
    margin-right: 20px;
    color: #13448f;
  }
  .intro-col-02-mid dl dd .flex-box .h-lavel-03 tr td {
    font-size: 12px;
    line-height: 1.66667;
  }
  .intro-col-02-mid dl dd .flex-box .h-lavel-04 {
    font-size: 12px;
  }
  .intro-col-03 {
    margin-top: 40px;
    padding: 40px 0;
    border-top: 1px solid #13448f;
  }
  .acd-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    color: #13448f;
    height: 50px;
    border-radius: 30px;
    width: 100%;
    border: 1px solid #13448f;
    position: relative;
  }
  .acd-label:hover {
    text-decoration: none;
    background-color: #fff !important;
    color: #13448f !important;
    opacity: 1;
  }
  .acd-label:hover:before {
    background: url(/domestic/theme/cyclingtour/image/arw_down.png) no-repeat right center;
    background-size: 10px 8px;
  }
  .acd-label:hover.open:before {
    background: url(/domestic/theme/cyclingtour/image/arw_up.png) no-repeat right center;
    background-size: 10px 8px;
  }
  .acd-label:before {
    display: block;
    content: "続きを見る";
    padding-right: 30px;
    background: url(/domestic/theme/cyclingtour/image/arw_down.png) no-repeat right center;
    background-size: 10px 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .acd-label:after {
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    content: "";
  }
  .acd-label.open:before {
    content: "閉じる";
    background: url(/domtour/theme/cyclingtour/image/arw_up.png) no-repeat right center;
    background-size: 10px 8px;
  }
  .acd-content {
    display: block;
    max-height: 0;
    -webkit-transition: max-height 0s;
    transition: max-height 0s;
    overflow-y: hidden;
  }
  .acd-content.open {
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    visibility: visible;
    max-height: 600vh;
  }
  /* etc */
  .point-inner2 {
    width: 89.07vw;
    line-height: 1.5;
    text-align: left;
    margin: 20px auto 0;
    color: #383838;
    font-size: 12px;
  }
  .point-inner2 span {
    display: inline-block;
    margin-top: 10px;
  }
  figure {
    width: 100%;
    text-align: right;
    margin-top: 9px;
    color: #383838;
    font-size: 10px;
  }
  figure.icon-figure {
    margin-top: 8px;
  }
  figure.float-left {
    text-align: left;
  }
  .leftside {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .page-top-wrap {
    padding: 80px 0 0;
    margin-bottom: -20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-top-btn {
    border-radius: 6px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #d0d0d0;
    max-width: 392px;
    width: 100%;
    height: 60px;
    color: #383838 !important;
  }
  .page-top-btn:hover {
    opacity: 1;
    text-decoration: none;
    background-color: #fff;
    color: #383838 !important;
  }
  .txt-link {
    font-size: 14px;
    text-decoration: underline;
    padding-right: 40px;
    font-weight: 600;
    background: url(/domtour/theme/cyclingtour/image/icon_link.png) no-repeat right center;
    background-size: 12px;
  }
  .txt-link:nth-of-type(2) {
    margin-top: 4px;
  }
}
