@charset "UTF-8";

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot?2021-09-17_1");
  src: url("../font/iconfont.eot?2021-09-17_1#iefix") format("eot"), url("../font/iconfont.woff2?2021-09-17_1") format("woff2"), url("../font/iconfont.woff?2021-09-17_1") format("woff"), url("../font/iconfont.ttf?2021-09-17_1") format("truetype"), url("../font/iconfont.svg?2021-09-17_1#iconfont") format("svg");
}

.searchBox button:after,
.levelOtherItem a:after,
.aboutSliderItem>a[target=_blank]:after,
.aboutSlider_arrows .slick-next:after,
.aboutSlider_arrows .slick-prev:after {
  font-family: "iconfont";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.about_headline2 {
  font-size: 36px;
  font-family: Noto Sans JP;
  font-weight: bold;
  text-align: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .about_headline2 {
    font-size: 28px;
  }
}

.about_headline2:before {
  position: absolute;
  top: -30px;
  left: 49%;
  background-image: url(/assets/themes/ehime-cycling/assets/img/global/headline_after.svg);
  background-size: cover;
  display: block;
  content: "";
  width: 32px;
  height: 16px;
}

@media only screen and (max-width: 767px) {
  .about_headline2:before {
    position: absolute;
    bottom: 80px;
    left: 45%;
    background-image: url(/assets/themes/ehime-cycling/assets/img/global/headline_after.svg);
    background-size: cover;
    display: block;
    content: "";
    width: 32px;
    height: 16px;
  }
}

.about_desc {
  max-width: 800px;
  margin: 30px auto 0;
}

.about_desc p {
  font-size: 16px;
  font-family: Noto Sans JP;
  text-align: center;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .about_desc p {
    line-height: 2;
  }
}

.about_movie {
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
}

.about_movie iframe {
  width: 100%;
  aspect-ratio: 800/447;
}

.about_cycling-ehime {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  .about_cycling-ehime {
    max-width: 335px;
    margin: 120px auto 20px;
  }
}

.about_history,
.about_reason {
  margin-top: 60px;
  padding: 120px 0 60px;
  background: #f5fbff;
}

.about_history {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .about_history {
    margin-top: 20px;
  }
}

.about_history::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  background: url(/assets/themes/ehime-cycling/assets/img/about/about_ehime_bg.svg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .about_history::before {
    height: 80vh;
  }
}

.about_history_desc,
.about_attraction_desc,
.about_reason_desc,
.about_travel_desc {
  max-width: 800px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {

  .about_history_desc,
  .about_attraction_desc,
  .about_reason_desc,
  .about_travel_desc {
    padding: 0 15px;
  }
}

.about_history_desc p,
.about_attraction_desc p,
.about_reason_desc p,
.about_travel_desc p {
  font-size: 16px;
  font-family: Noto Sans JP;
  text-align: left;
  line-height: 2;
}

@media only screen and (max-width: 767px) {

  .about_history_desc p,
  .about_attraction_desc p,
  .about_reason_desc p,
  .about_travel_desc p {
    padding: 0 15px;
    line-height: 2;
  }
}

.about_history_desc p {
  text-align: center;
  z-index: 1;
  position: relative;
}

.about_attraction {
  margin-top: 60px;
  padding: 50px 0;
}

.about_reason_lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 1400px;
  margin: 50px auto 0;
  gap: 100px;
}

.about_reason_list {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .about_reason_list {
    flex-direction: column;
  }
}

.about_reason_list img {
  width: 600px;
  height: 400px;
  object-fit: cover;
  z-index: 99;
}

@media only screen and (max-width: 767px) {
  .about_reason_list img {
    width: 335px;
    height: 224px;
  }
}

.about_reason_detail {
  background: #fff;
  width: 600px;
  position: relative;
  top: 30px;
  right: 30px;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .about_reason_detail {
    width: 315px;
    position: relative;
    top: -30px;
    right: -20px;
    padding: 40px 10px;
    gap: 10px;
  }
}

.about_reason_detail_seq {
  font-size: 60px;
  font-family: Avenir;
  font-weight: bold;
  color: #ffba45;
  position: relative;
  bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .about_reason_detail_seq {
    font-size: 28px;
    bottom: 0;
    width: 295px;
    margin: 0 auto;
  }
}

.about_reason_detail h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: Noto Sans JP;
  bottom: 90px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .about_reason_detail h3 {
    font-size: 20px;
    bottom: 0;
    line-height: 1.2;
    width: 295px;
    margin: 0 auto;
  }
}

.about_reason_detail p {
  font-size: 15px;
  font-family: Noto Sans JP;
  line-height: 2;
}

.about_reason_detail_orange_button {
  font-size: 16px;
  background: #ff801e;
  font-weight: 700;
  font-family: Noto Sans JP;
  border-radius: 30px;
  box-sizing: border-box;
  border: 0;
  width: 260px;
  position: relative;
  bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .about_reason_detail_orange_button {
    bottom: 0;
    width: 295px;
    margin: 0 auto;
  }
}

.about_reason_detail_orange_button a {
  padding: 10px 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 260px;
}

.about_reason_list:nth-child(even) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .about_reason_list:nth-child(even) {
    flex-direction: column;
  }
}

.about_reason_list:nth-child(even)>.about_reason_detail {
  right: 0;
  left: 30px;
}

.about_reason_desc_detail {
  bottom: 70px;
  position: relative;
  font-size: 16px;
  font-family: Noto Sans JP;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .about_reason_desc_detail {
    font-size: 15px;
    font-family: Noto Sans JP;
    line-height: 2;
    bottom: 0;
    width: 295px;
    margin: 0 auto;
  }
}

.about_travel {
  margin-top: 60px;
  padding: 120px 0 0;
}

@media only screen and (max-width: 767px) {
  .about_travel {
    padding: 40px 0 0;
  }
}

.about_travel_lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: 980px;
  margin: 50px auto 0;
  gap: 100px;
}

@media only screen and (max-width: 767px) {
  .about_travel_lists {
    width: 90%;
    margin: 50px 5% 0;
    gap: 50px;
  }
}

.about_travel_list {
  display: flex;
  justify-content: center;
  gap: 60px;
  background-image: linear-gradient(to right, #d4dae5 7px, transparent 4px);
  background-size: 18px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .about_travel_list {
    gap: 20px;
    flex-direction: column;
    padding-bottom: 20px;
  }
}

.about_travel_list img {
  width: 400px;
  height: 270px;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .about_travel_list img {
    width: 100%;
    height: auto;
  }
}

.about_travel_list:last-child {
  background-image: unset;
  background-size: unset;
  background-repeat: unset;
  background-position: unset;
}

.about_travel_detail {
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .about_travel_detail {
    width: 100%;
  }
}

.about_travel_detail h3 {
  font-size: 28px;
  font-weight: bold;
  font-family: Noto Sans JP;
}

@media only screen and (max-width: 767px) {
  .about_travel_detail h3 {
    font-size: 20px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 767px) {
  .about_travel_detail {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .about_travel_desc_detail {
    font-size: 14px;
    font-family: Noto Sans JP;
    line-height: 1.2;
    margin-top: 20px;
  }
}

.aboutArea {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .aboutArea {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 5.3333333333%;
  }
}

.aboutArea_bg {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/assets/themes/ehime-cycling/assets/img/global/bg_texture.jpg");
  width: 100%;
  height: 450px;
}

@media only screen and (max-width: 767px) {
  .aboutArea_bg {
    height: 100%;
  }
}

.aboutArea_map {
  width: 883px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .aboutArea_map {
    width: 90%;
    margin: 50px 5% 0;
  }
}

.aboutArea_map img {
  position: relative;
  z-index: 10;
}

.aboutSlider {
  overflow: hidden;
  padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .aboutSlider {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
}

.aboutSlider_arrows {
  position: absolute;
  left: 50%;
  z-index: 1;
  width: 660px;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .aboutSlider_arrows {
    width: 280px;
  }
}

.aboutSlider_arrows .slick-prev,
.aboutSlider_arrows .slick-next {
  position: absolute;
  top: 195px;
  border: none;
  background: #ff801e;
  color: #fff;
  width: 50px;
  height: 50px;
  cursor: pointer;
  outline: none;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.5s;
  transition-property: all;
}

@media only screen and (max-width: 767px) {

  .aboutSlider_arrows .slick-prev,
  .aboutSlider_arrows .slick-next {
    top: 75px;
    width: 36px;
    height: 36px;
  }
}

@media only screen and (min-width: 768px) {

  .aboutSlider_arrows .slick-prev:hover,
  .aboutSlider_arrows .slick-next:hover {
    opacity: 0.7;
  }
}

.aboutSlider_arrows .slick-prev,
.aboutSlider_arrows .slick-next {
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.aboutSlider_arrows .slick-prev.slick-disabled,
.aboutSlider_arrows .slick-next.slick-disabled {
  opacity: 0;
}

.aboutSlider_arrows .slick-prev:after,
.aboutSlider_arrows .slick-next:after {
  font-size: 12px;
}

.aboutSlider_arrows .slick-prev {
  left: -25px;
}

@media only screen and (max-width: 767px) {
  .aboutSlider_arrows .slick-prev {
    left: -18px;
  }
}

.aboutSlider_arrows .slick-prev:after {
  content: "\ea02";
}

.aboutSlider_arrows .slick-next {
  right: -25px;
}

@media only screen and (max-width: 767px) {
  .aboutSlider_arrows .slick-next {
    right: -18px;
  }
}

.aboutSlider_arrows .slick-next:after {
  content: "\ea03";
}

.aboutSlider_arrows .slick-next:after {
  position: relative;
  right: -2px;
}

.aboutSlider_content {
  position: relative;
  left: 0;
  width: 700px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .aboutSlider_content {
    width: 304px;
  }
}

.aboutSlider_content .slick-list {
  overflow: inherit !important;
}

.aboutSliderItem {
  box-sizing: border-box;
  width: 660px;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  .aboutSliderItem {
    width: 100%;
    padding: 0 12px;
  }
}

.aboutSliderItem>a {
  position: relative;
  display: block;
  font-size: 14px;
  color: #ff801e;
  text-decoration: underline;
}

.aboutSliderItem>a {
  font-family: "Roboto-Bold", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .aboutSliderItem>a:hover {
    opacity: 0.7;
  }
}

.aboutSliderItem>a {
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .aboutSliderItem>a {
    font-size: 12px;
  }
}

.aboutSliderItem>a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .aboutSliderItem>a:last-of-type {
    margin-top: 5px;
  }
}

.aboutSliderItem>a[target=_blank]:after {
  content: "\ea05";
}

.aboutSliderItem>a[target=_blank]:after {
  position: absolute;
  top: 1px;
  font-size: 12px;
  text-decoration: none;
  margin: 0 0 0 5px;
}

@media only screen and (max-width: 767px) {
  .aboutSliderItem>a[target=_blank]:after {
    top: 2px;
    font-size: 10px;
  }
}

.aboutTravel {
  position: relative;
  border-top: 1px solid #bebebe;
  margin-bottom: 60px;
  padding-top: 60px;
}

@media only screen and (max-width: 767px) {
  .aboutTravel {
    border-top: none;
    margin-bottom: 10px;
    padding: 20px 5.3333333333% 0;
  }
}

@media only screen and (max-width: 767px) {
  .aboutTravel:before {
    position: relative;
    top: -15px;
    background: #bebebe;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
  }
}

.aboutTravel_lead {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .aboutTravel_lead {
    font-size: 14px;
  }
}

.aboutTravel_content {
  width: 660px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .aboutTravel_content {
    width: 100%;
  }
}

.aboutTravelItem {
  border-top: 2px solid #ff801e;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .aboutTravelItem {
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 0;
  }
}

.aboutTravelItem_headline {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  .aboutTravelItem_headline {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.aboutTravelItem_content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .aboutTravelItem_content {
    display: block;
  }
}

.aboutTravelItem_image {
  width: 198px;
}

@media only screen and (max-width: 767px) {
  .aboutTravelItem_image {
    width: 100%;
    margin-bottom: 15px;
  }
}

.aboutTravelItem_body {
  width: 420px;
}

@media only screen and (max-width: 767px) {
  .aboutTravelItem_body {
    font-size: 13px;
    width: 100%;
  }
}

.aboutWhy {
  position: relative;
  border-top: 1px solid #bebebe;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .aboutWhy {
    border-top: none;
    border-bottom: none;
    margin-bottom: 12px;
    padding: 20px 5.3333333333% 1px;
  }
}

@media only screen and (max-width: 767px) {
  .aboutWhy:before {
    position: relative;
    top: -15px;
    background: #bebebe;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .aboutWhy:after {
    position: absolute;
    bottom: 0;
    left: 5.33333%;
    background: #bebebe;
    display: block;
    content: "";
    width: 89.33334%;
    height: 1px;
  }
}

.aboutWhy_lead {
  font-size: 18px;
  width: 660px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 767px) {
  .aboutWhy_lead {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
  }
}

.aboutWhyItem {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .aboutWhyItem {
    margin-bottom: 20px;
  }
}

.aboutWhyItem:nth-of-type(odd) .aboutWhyItem_content {
  flex-direction: row-reverse;
}

.aboutWhyItem:nth-of-type(odd) .aboutWhyItem_body {
  padding: 0 60px 0 0;
}

@media only screen and (max-width: 767px) {
  .aboutWhyItem:nth-of-type(odd) .aboutWhyItem_body {
    padding: 0;
  }
}

.aboutWhyItem_content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .aboutWhyItem_content {
    display: block;
  }
}

.aboutWhyItem_image {
  width: 560px;
}

@media only screen and (max-width: 767px) {
  .aboutWhyItem_image {
    width: 100%;
    margin-bottom: 15px;
  }
}

.aboutWhyItem_image img {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.75s;
  transition-property: all;
}

.aboutWhyItem_image img.is-viewImage {
  opacity: 1;
}

.aboutWhyItem_body {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 560px;
  padding: 0 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .aboutWhyItem_body {
    width: 100%;
    padding: 0;
  }
}

.aboutWhyItem_headline {
  font-size: 24px;
  margin-bottom: 10px;
}

.aboutWhyItem_headline {
  font-family: "Roboto-Bold", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .aboutWhyItem_headline {
    font-size: 17px;
    margin-bottom: 5px;
  }
}

.aboutWhyItem p {
  font-size: 16px;
  line-height: 1.875;
}

.aboutWhyItem p {
  font-family: "Roboto-Light", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 767px) {
  .aboutWhyItem p {
    font-size: 13px;
    line-height: 1.692307692;
  }
}

.aboutWhyItem .button {
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .aboutWhyItem .button {
    margin-top: 10px;
  }
}

.levelImages {
  position: relative;
  background-image: url("/assets/themes/ehime-cycling/assets/img/global/bg_texture.jpg");
  z-index: 1;
  height: 100%;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .levelImages {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .levelImages:after {
    position: absolute;
    top: 10px;
    right: 10px;
    background-image: url("/assets/themes/ehime-cycling/assets/img/level/arrow.png");
    background-size: cover;
    display: block;
    content: "";
    width: 21px;
    height: 16px;
  }
}

.levelImages_content {
  position: relative;
  top: 200px;
}

@media only screen and (max-width: 767px) {
  .levelImages_content {
    top: 0;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrollig: touch;
  }
}

.levelImages_slider {
  position: relative;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .levelImages_slider {
    font-size: 0;
    width: 1022px;
    padding: 30px 0;
    -webkit-overflow-scrollig: touch;
  }
}

.levelImages_slider:before {
  display: block;
  content: "";
  padding-top: 81%;
}

@media only screen and (max-width: 767px) {
  .levelImages_slider:before {
    display: none;
  }
}

.levelImages_image {
  position: absolute;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .levelImages_image {
    position: relative;
    display: inline-block;
    width: 204px;
    height: 204px;
  }
}

.levelImages_image:before {
  display: block;
  content: "";
  padding-top: 100%;
}

@media only screen and (max-width: 767px) {
  .levelImages_image:before {
    display: block;
  }
}

.levelImages_image img {
  position: absolute;
  top: 0;
  left: 0;
}

.levelImages_image.is-image1 {
  top: 80px;
  z-index: 1;
  width: 35.7142857143%;
}

@media only screen and (max-width: 767px) {
  .levelImages_image.is-image1 {
    top: inherit;
    width: 204px;
  }
}

.levelImages_image.is-image2 {
  top: 130px;
  left: 31.5714285714%;
  z-index: 2;
  width: 36.4285714286%;
}

@media only screen and (max-width: 767px) {
  .levelImages_image.is-image2 {
    top: inherit;
    left: inherit;
    width: 204px;
  }
}

.levelImages_image.is-image3 {
  top: 40px;
  right: 0;
  z-index: 1;
  width: 35.7142857143%;
}

@media only screen and (max-width: 767px) {
  .levelImages_image.is-image3 {
    top: 0;
    width: 204px;
  }
}

.levelImages_image.is-image4 {
  bottom: 40px;
  left: 18.9285714286%;
  z-index: 1;
  width: 29.6428571429%;
}

@media only screen and (max-width: 767px) {
  .levelImages_image.is-image4 {
    bottom: inherit;
    left: inherit;
    width: 204px;
  }
}

.levelImages_image.is-image5 {
  right: 12.2857142857%;
  bottom: 60px;
  z-index: 1;
  width: 34.6428571429%;
}

@media only screen and (max-width: 767px) {
  .levelImages_image.is-image5 {
    right: inherit;
    bottom: inherit;
    width: 204px;
  }
}

.levelTitle {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .levelTitle {
    margin-bottom: 40px;
    padding: 0 5.3333333333%;
  }
}

.levelTitle_attention {
  margin-top: -60px;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .levelTitle_attention {
    margin-top: -30px;
    margin-bottom: 40px;
    padding: 0 5.3333333333%;
  }
}

.levelTitle_attention p {
  line-height: 1.65 !important;
}

.levelTitle_content {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .levelTitle_content {
    display: block;
  }
}

.levelTitleItem {
  width: 28.6206896552%;
  margin: 0 40px;
}

@media only screen and (max-width: 767px) {
  .levelTitleItem {
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
}

.levelTitleItem:nth-of-type(2) .levelTitleItem_image img {
  transition-delay: 0.2s;
}

.levelTitleItem:nth-of-type(3) .levelTitleItem_image img {
  transition-delay: 0.4s;
}

.levelTitleItem:nth-of-type(4) .levelTitleItem_image img {
  transition-delay: 0.6s;
}

@media only screen and (max-width: 767px) {
  .levelTitleItem:first-of-type a {
    padding-top: 0;
  }
}

.levelTitleItem_image {
  margin-bottom: 12px;
}

.levelTitleItem_title {
  display: block;
  font-size: 20px;
  line-height: 1.25;
  margin-top: 20px;
  margin-bottom: 15px;
}

.levelTitleItem_title {
  font-family: "Roboto-Bold", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .levelTitleItem_title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

.levelTitleItem a {
  display: block;
}

@media only screen and (min-width: 768px) {
  .levelTitleItem a:hover {
    opacity: 0.7;
  }
}

.levelTitleItem a {
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .levelTitleItem a {
    display: flex;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .levelTitleItem p {
    font-size: 12px;
    line-height: 1.333333333;
    padding: 0;
  }
}

.levelThings {
  background: #333;
  color: #fff;
  margin-bottom: 60px;
  padding-top: 50px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .levelThings {
    margin-bottom: 20px;
    padding: 15px 5.3333333333% 20px;
  }
}

.levelThings_content {
  display: flex;
  flex-wrap: wrap;
  width: 1120px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .levelThings_content {
    display: block;
    width: 100%;
  }
}

.levelThingsItem {
  position: relative;
  display: flex;
  align-items: center;
  width: 33.33333%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .levelThingsItem {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
}

.levelThingsItem:nth-of-type(2) .levelThingsItem_image img {
  transition-delay: 0.2s;
}

.levelThingsItem:nth-of-type(3) .levelThingsItem_image img {
  transition-delay: 0.4s;
}

.levelThingsItem:nth-of-type(4) .levelThingsItem_image img {
  transition-delay: 0.6s;
}

.levelThingsItem:nth-of-type(5) .levelThingsItem_image img {
  transition-delay: 0.8s;
}

.levelThingsItem:nth-of-type(6) .levelThingsItem_image img {
  transition-delay: 1s;
}

.levelThingsItem img {
  opacity: 1;
}

.levelThingsItem a {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .levelThingsItem a:hover {
    opacity: 0.7;
  }
}

.levelThingsItem a {
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 767px) {
  .levelThingsItem a {
    padding: 20px 0;
  }
}

.levelThingsItem_image {
  position: relative;
}

.levelThingsItem_image:after {
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  display: block;
  content: "";
  z-index: 99;
  opacity: 0.6;
  width: 100%;
  height: 100%;
}

.levelThingsItem_title {
  font-size: 30px;
  line-height: 1.2;
}

.levelThingsItem_title {
  font-family: "Roboto-Light", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 767px) {
  .levelThingsItem_title {
    font-size: 24px;
  }
}

.levelThingsItem_body {
  position: absolute;
  z-index: 100;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .levelThingsItem_body {
    top: 50%;
    padding: 30px;
    transform: translateY(-50%);
  }
}

.levelThingsItem p {
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .levelThingsItem p {
    font-size: 14px;
  }
}

.levelThingsItem p {
  font-family: "Roboto-Light", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.levelOther {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .levelOther {
    margin-bottom: 0;
    padding: 15px 5.3333333333% 20px;
  }
}

.levelOther_content {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .levelOther_content {
    display: block;
  }
}

.levelOtherItem {
  border-bottom: 2px solid #333;
  width: 47.3214285714%;
}

@media only screen and (max-width: 767px) {
  .levelOtherItem {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .levelOtherItem:first-of-type {
    margin-top: -20px;
  }
}

.levelOtherItem a {
  position: relative;
  display: flex;
  padding: 20px;
}

.levelOtherItem a:after {
  content: "\ea03";
}

@media only screen and (max-width: 767px) {
  .levelOtherItem a {
    padding: 20px 0;
  }
}

.levelOtherItem a:hover:after {
  transform: translate(15px, -50%);
}

.levelOtherItem a:after {
  position: absolute;
  top: 50%;
  right: 12px;
  font-size: 28px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.3s;
  transition-property: all;
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .levelOtherItem a:after {
    right: 0;
    font-size: 20px;
  }
}

.levelOtherItem_level {
  width: 118px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .levelOtherItem_level {
    width: 29.9401197605%;
  }
}

.levelOtherItem_headline {
  font-size: 20px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .levelOtherItem_headline {
    font-size: 16px;
  }
}

.levelOtherItem_headline {
  font-family: "Roboto-Light", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.levelOtherItem_content {
  box-sizing: border-box;
  width: 340px;
  padding-right: 30px;
}

@media only screen and (max-width: 767px) {
  .levelOtherItem_content {
    width: 64.371257485%;
  }
}

.levelOtherItem_content p {
  line-height: 1.428571429;
}

@media only screen and (max-width: 767px) {
  .levelOtherItem_content p {
    font-size: 12px;
    line-height: 1.333333333;
  }
}

.detailGraph {
  width: 1200px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 767px) {
  .detailGraph {
    width: 89.3333333333%;
  }
}

.detailGraph_image {
  display: block;
}

@media only screen and (min-width: 768px) {
  .detailGraph_image {
    pointer-events: none;
  }
}

@media only screen and (max-width: 767px) {
  .detailGraph_image {
    position: relative;
    overflow: hidden;
    padding-top: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .detailGraph_image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }
}

.detailGraph_image span {
  font-size: 16px;
  color: #fff;
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translate(0, -50%);
  z-index: 3;
}

@media only screen and (max-width: 767px) {
  .detailGraph_image:before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    display: block;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    background-image: url("/assets/themes/ehime-cycling/assets/img/global/icon_zoom.svg");
  }
}

@media only screen and (max-width: 767px) {
  .detailGraph_image:after {
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    content: "";
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    z-index: 2;
    border: 1px solid #ff801e;
  }
}

.detailGraph_button {
  text-align: center;
  margin: 40px auto 0;
}

@media only screen and (max-width: 767px) {
  .detailGraph_button {
    margin: 20px auto 0;
  }
}

.detailPickup {
  background-image: url("/assets/themes/ehime-cycling/assets/img/global/bg_texture.jpg");
  margin-bottom: 40px;
  padding-top: 41px;
  padding-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  .detailPickup {
    box-sizing: border-box;
    min-width: 100%;
    margin-bottom: 20px;
    padding: 20px 5.3333333333% 20px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

.detailPickup:first-child .detailPickupItem_image {
  margin: 120px 0 30px;
}

@media only screen and (max-width: 767px) {
  .detailPickup:first-child .detailPickupItem_image {
    margin: 90px 0 15px;
  }
}

.detailPickup .headline_sub {
  font-family: "Roboto-Light", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 767px) {
  .detailPickup .headline_sub {
    font-size: 16px;
  }
}

.detailPickupItem {
  position: relative;
  width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .detailPickupItem {
    width: 100%;
  }
}

.detailPickupItem_level {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.detailPickupItem_level img {
  width: 94px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .detailPickupItem_level img {
    width: 58px;
  }
}

.detailPickupItem_image {
  margin: 20px 0 30px;
}

@media only screen and (max-width: 767px) {
  .detailPickupItem_image {
    margin: 40px 0 15px;
  }
}

.detailPickupItem_image img {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.75s;
  transition-property: all;
}

.detailPickupItem_image img.is-viewImage {
  opacity: 1;
}

.detailPickupItem_content {
  width: 660px;
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .detailPickupItem_content {
    box-sizing: border-box;
    width: 100%;
  }
}

.detailPickupItem_title {
  font-size: 34px;
  margin-bottom: 20px;
}

.detailPickupItem_title {
  font-family: "Roboto-Light", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 767px) {
  .detailPickupItem_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

[data-lang=jp] .detailPickupItem_title {
  font-family: "Noto sans JP", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

.detailPickupItem_body {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .detailPickupItem_body {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

.detailAccess {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .detailAccess {
    margin-top: 80px;
  }
}

.detailAccessItem {
  width: 660px;
  margin: auto;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .detailAccessItem {
    box-sizing: border-box;
    width: 100%;
    padding: 0 5.3333333333%;
  }
}

.detailAccessItem:last-child {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .detailAccessItem:last-child {
    margin-bottom: 30px;
  }
}

.detailAccessItem_headline {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .detailAccessItem_headline {
    margin-bottom: 50px;
  }
}

.detailAccessItem_headline:before {
  position: absolute;
  position: absolute;
  top: -10px;
  left: calc(50% - 35px);
  background-color: #ff0;
  display: block;
  content: "";
  z-index: -1;
  width: 70px;
  height: 70px;
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .detailAccessItem_headline:before {
    left: calc(50% - 25px);
    width: 50px;
    height: 50px;
  }
}

.detailAccessItem_headline p {
  font-size: 30px;
}

.detailAccessItem_headline p {
  font-family: "Roboto-Bold", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .detailAccessItem_headline p {
    font-size: 21.71px;
  }
}

.detailAccessItem_title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.detailAccessItem_title {
  font-family: "Roboto-Light", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 767px) {
  .detailAccessItem_title {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.detailAccessItem--start .detailAccessItem_headline:after {
  position: absolute;
  bottom: -45px;
  left: calc(50% - 17px);
  border-top: 8px solid #c75a24;
  border-right: 8px solid #c75a24;
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  transform: rotate(135deg);
}

@media only screen and (max-width: 767px) {
  .detailAccessItem--start .detailAccessItem_headline:after {
    bottom: -26px;
    left: calc(50% - 14px);
    border-width: 6px;
    width: 22px;
    height: 22px;
  }
}

.detailAccessItem--end .detailAccessItem_headline:after {
  position: absolute;
  top: -62px;
  left: calc(50% - 18px);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/assets/themes/ehime-cycling/assets/img/global/icon_flag.svg");
  display: block;
  content: "";
  width: 41px;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  .detailAccessItem--end .detailAccessItem_headline:after {
    top: -45px;
    left: calc(50% - 12px);
    width: 29.5px;
    height: 35.8px;
  }
}

.detailAccessList {
  border: 1px solid #bbb;
  padding: 0 24px;
}

@media only screen and (max-width: 767px) {
  .detailAccessList {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.detailAccessList_item {
  display: flex;
  align-items: center;
  padding: 20px 0;
}

@media only screen and (max-width: 767px) {
  .detailAccessList_item {
    padding: 13px 0 5px;
  }
}

.detailAccessList_level {
  margin: 0 25px 0 10px;
}

.detailAccessList_level img {
  width: 58px;
  height: auto;
}

.detailAccessList_body p {
  font-size: 16px;
}

.detailAccessList_body p {
  font-family: "Roboto-Light", "Yu Gothic", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo UI", "Meiryo", "メイリオ", "Arial", "Vardana", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 767px) {
  .detailAccessList_body p {
    font-size: 14px;
  }
}

.detailAccessList_body ul {
  padding-left: 0;
}

.detailAccessList_body ul li {
  text-indent: 0;
  padding-left: 0;
  line-height: 1.6875;
}

@media only screen and (max-width: 767px) {
  .detailAccessList_body ul li {
    line-height: 1.7142857143;
  }
}

.detailAccessList_body ul li:before {
  background-color: transparent;
  content: "・";
  position: static;
  display: inline;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .detailAccessList_body ul li:before {
    font-size: 15px;
  }
}

.detailAccessList_body ul li strong {
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .detailAccessList_body ul li strong {
    line-height: 2.4;
  }
}

@media only screen and (max-width: 767px) {
  .detailAccessList_body ul li {
    font-size: 14px;
  }
}

.search {
  margin-bottom: 60px;
}

.searchBox {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .searchBox {
    padding: 20px;
  }
}

.searchBox form {
  width: 100%;
}

.searchBox input {
  position: relative;
  border: 1px solid #bebebe;
  border: none;
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1;
  z-index: 0;
  color: #fff;
  width: 100%;
  padding: 15px 20px;
  outline: none;
}

@media only screen and (max-width: 767px) {
  .searchBox input {
    width: 100%;
  }
}

.searchBox button {
  position: absolute;
  top: 50%;
  right: 10px;
  border: none;
  background: none;
  display: block;
  z-index: 1;
  color: #fff;
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .searchBox button:hover {
    opacity: 0.7;
  }
}

.searchBox button {
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.searchBox button:after {
  content: "\ea0a";
}

@media only screen and (max-width: 767px) {
  .searchBox button {
    right: 30px;
  }
}

.searchBox button:after {
  font-size: 20px;
}

.styleable-rootcontainer {
  border-bottom: solid 1px #bcbcbc !important;
  margin-bottom: 20px !important;
  padding-bottom: 20px !important;
}

@media only screen and (max-width: 767px) {
  .styleable-rootcontainer {
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
}

.styleable-title {
  font-size: 20px !important;
  line-height: 26px !important;
  color: #ff801e !important;
  text-decoration: none !important;
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .styleable-title {
    font-size: 16px !important;
    margin-bottom: 10px !important;
  }
}

.styleable-description {
  font-size: 16px !important;
  line-height: 24px !important;
  max-width: 600px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .styleable-description {
    line-height: 20px !important;
    max-width: 600px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 14px !important;
  }
}

.si14 {
  margin-bottom: 15px !important;
}

@media only screen and (max-width: 767px) {
  .si14 {
    margin-bottom: 10px !important;
  }
}

.si15,
.si126,
.si22,
.gcsc-find-more-on-google-magnifier,
.gcsc-find-more-on-google {
  color: #b85c16 !important;
}

.gsc-cursor-box {
  margin: 60px 0 !important;
}

@media only screen and (max-width: 767px) {
  .gsc-cursor-box {
    margin: 30px 0 !important;
  }
}

.gsc-result {
  border-bottom: 1px solid #bebebe !important;
  padding: 15px 0 !important;
}

@media only screen and (min-width: 768px) {
  .gsc-result {
    padding: 30px 0 !important;
  }
}

.gsc-table-result {
  margin-top: 10px !important;
  padding: 0 !important;
}

@media only screen and (max-width: 767px) {
  .gsc-table-result {
    margin-top: 5px !important;
  }
}

.gs-image-box {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  width: 140px !important;
  height: 70px !important;
}

.gs-image-box img {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
  width: calc(100% - 20px) !important;
  height: auto !important;
  transform: translate(-50%, -50%) !important;
}

.gsc-cursor {
  text-align: center !important;
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.gsc-cursor-page {
  background: #ff801e !important;
  display: flex !important;
  font-size: 18px !important;
  line-height: 1 !important;
  color: #fff !important;
  text-align: center !important;
  width: 60px !important;
  height: 60px !important;
  margin-right: 15px !important;
  position: relative;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 15px;
  margin-bottom: 15px;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-duration: 0.5s;
  transition-property: all;
}

.gsc-cursor-page:before {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
  background: #fff;
  content: "";
  z-index: -1;
  width: 98%;
  height: 98%;
  transform: translate(-50%, -50%);
}

.gsc-cursor-page:hover {
  text-decoration: none !important;
}

@media only screen and (min-width: 768px) {
  .gsc-cursor-page:hover {
    background-color: rgba(255, 128, 30, 0.7) !important;
  }
}

.gsc-cursor-current-page {
  background: #ccc !important;
  color: #000 !important;
}

@media only screen and (max-width: 767px) {
  .gsc-cursor-box.gs-bidi-start-align {
    border: none !important;
    background: transparent;
    border-radius: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-numbered-page {
    color: #ff801e !important;
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gsc-cursor-box.gs-bidi-start-align .gsc-cursor {
    height: 60px !important;
  }
}

@media only screen and (max-width: 767px) {
  .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-chevron {
    fill: #ff801e !important;
    color: #ff801e !important;
  }
}

@media only screen and (max-width: 767px) {

  .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-next-page,
  .gsc-cursor-box.gs-bidi-start-align .gsc-cursor-previous-page {
    color: #ff801e !important;
    font-size: 16px !important;
  }
}

.cyclistLevel_headline2 {
  font-size: 36px;
  font-family: Noto Sans JP;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.cyclistLevel_headline2:before {
  position: absolute;
  top: -30px;
  left: 49%;
  background-image: url(/assets/themes/ehime-cycling/assets/img/global/headline_after.png);
  background-size: cover;
  display: block;
  content: "";
  width: 32px;
  height: 16px;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_headline2:before {
    position: absolute;
    bottom: 80px;
    left: 45%;
    background-image: url(/assets/themes/ehime-cycling/assets/img/global/headline_after.png);
    background-size: cover;
    display: block;
    content: "";
    width: 32px;
    height: 16px;
  }
}

.cyclistLevel_desc {
  max-width: 800px;
  margin: 30px auto 0;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_desc {
    padding: 0 15px;
  }
}

.cyclistLevel_desc p {
  font-size: 16px;
  font-family: Noto Sans JP;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_desc p {
    padding: 0 15px;
    line-height: 2;
  }
}

.cyclistLevel_levelGuide {
  width: 100%;
  margin: 50px auto 0;
  padding: 100px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_levelGuide {
    padding: 0;
  }
}

.cyclistLevel_levelGuide_desc {
  max-width: 680px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2;
  font-family: Noto sans JP;
  word-break: auto-phrase;
}

.cyclistLevel_levelGuide_lists {
  display: flex;
  width: 100%;
  max-width: 1400px;
  margin: 50px auto;
  gap: 30px;
  flex-direction: column;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_levelGuide_lists {
    flex-direction: column;
    gap: 20px;
  }
}

.cyclistLevel_levelGuide_list {
  width: 100%;
  display: flex;
  max-width: 1260px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_levelGuide_list {
    width: 335px;
    margin: 0 auto;
    flex-direction: column;
  }
}

.cyclistLevel_levelGuide_list img {
  object-fit: cover;
}

.cyclistLevel_levelGuide_left_image {
  width: 600px;
  height: 396px;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_levelGuide_left_image {
    width: 100%;
    height: auto;
  }
}

.cyclistLevel_levelGuide_list-level1 {
  background: #f3fffe;
}

.cyclistLevel_levelGuide_list-level2 {
  background: #fff7ea;
}

.cyclistLevel_levelGuide_list-level3 {
  background: #ffeef2;
}

.cyclistLevel_levelGuide_list_detail {
  display: flex;
  flex-direction: column;
  padding: 10px 20px;
  height: 376px;
  gap: 30px;
  position: relative;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_levelGuide_list_detail {
    height: auto;
  }
}

.cyclistLevel_levelGuide_list_detail-en {
  justify-content: left;
  padding: 30px;
  height: 336px;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_levelGuide_list_detail-en {
    justify-content: center;
    padding: 10px 20px;
    height: auto;
  }
}

.cyclistLevel_levelGuide_list_title {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 15px;
}

.cyclistLevel_levelGuide_list_title h3 {
  font-size: 28px;
  font-family: Noto sans JP;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_levelGuide_list_title h3 {
    font-size: 24px;
  }
}

.cyclistLevel_levelGuide_list_title span {
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_levelGuide_list_title span {
    font-size: 18px;
  }
}

.cyclistLevel_levelGuide_list_desc {
  font-size: 14px;
  font-family: "Noto sans JP";
  line-height: 1.8;
}

.cyclistLevel_levelGuide_list_link {
  font-weight: 700;
  border-radius: 30px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #ffffff;
  width: 50%;
  position: absolute;
  bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .cyclistLevel_levelGuide_list_link {
    position: unset;
    width: 90%;
  }
}

.cyclistLevel_levelGuide_list_link a {
  padding: 10px 25px;
  font-size: 16px;
  font-family: Noto Sans JP;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyclistLevel_levelGuide_list_link a i {
  position: absolute;
  right: 15px;
  font-size: 20px;
}

/* brochure */
.card-headline {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 14px;
  border-left: 4px solid #ff801e;
  margin-bottom: 1.2em;
}

@media (min-width: 768px) {
  .card-headline {
    font-size: 22px;
  }
}

.brochure-cards {
  margin-bottom: 4em
}

@media (min-width: 768px) {
  .brochure-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2em;
    margin-bottom: 6em
  }
}

.brochure-card {
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  .brochure-card {
    min-width: 0;
  }
}

.brochure-card-inner {
  display: flex;
  font-size: 16px;
  gap: 1em;
}

.brochure-card-img {
  flex: 1;
}

.brochure-card-img img {
  display: block;
  width: 100%;
  height: auto;
}

.brochure-card-text {
  flex: 2;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.brochure-card-btns {
  text-align: left;
}

.brochure-card-btns a {
  margin-block: 0.4em;
}
