@charset "UTF-8";
/* ------ 共通 ------ */
body {
  font-size: 15px;
  color: #29333D;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  letter-spacing: 0;
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  background-color: #fff;
  line-height: 1.6;
  letter-spacing: 0.025em;
}

.container {
	position: relative;
}

main {
  padding-top: 60px;
	padding-bottom: 60px;
}
@media screen and (min-width: 963px) {
	main {
		padding-top: 0;
	}
	.container {
		padding-top: 60px;
	}
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: all 0.3s ease;
  color: #29333D;
}
a:hover {
  transition: all 0.3s ease;
}

img {
  width: 100%;
  vertical-align: bottom;
}

.wrapper {
  max-width: 880px;
  margin: 0 auto;
}

.section_wrapper {
  padding: 0 20px;
}

.pd60 {
  padding: 6vh 20px;
}
@media screen and (min-width: 963px) {
  .pd60 {
    padding: 80px 0;
  }
}

.section_ttl {
  font-size: 40px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.025em;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 24px;
}
@media screen and (min-width: 963px) {
  .section_ttl {
    font-size: 48px;
  }
}
.section_ttl__ja {
  font-size: 16px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  display: block;
  margin-top: 11px;
}
@media screen and (min-width: 963px) {
  .section_ttl__ja {
    margin-top: 16px;
    font-size: 18px;
  }
}

.pc_br {
  display: none;
}
@media screen and (min-width: 963px) {
  .pc_br {
    display: block;
  }
}

.sp_br {
  display: block;
}
@media screen and (min-width: 963px) {
  .sp_br {
    display: none;
  }
}

.pc_inline {
  display: none !important;
}
@media screen and (min-width: 963px) {
  .pc_inline {
    display: inline-block !important;
  }
}

.sp_inline {
  display: inline-block !important;
}
@media screen and (min-width: 963px) {
  .sp_inline {
    display: none !important;
  }
}

/* ------ ヘッダー ------ */
.header {
  margin: 0 auto;
  max-width: 1080px;
  width: calc(100% - 40px);
  background-color: #8d9fe2;
  position: fixed;
  top: 24px;
  right: 0;
  left: 0;
  border-radius: 10px;
  height: 80px;
}
@media screen and (max-width: 963px) {
  .header {
    height: 60px;
    top: 0;
    border-radius: unset;
    width: 100%;
  }
}
.header .header_inner {
  padding: 0 4% 0;
  display: flex;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 963px) {
  .header .header_inner {
    justify-content: space-between;
    height: 60px;
    padding: 0 20px 0;
  }
}
.header .header_inner .site-title {
	height: 100%;
	display: block;
	width: auto !important;
}
.header .header_inner .site-title a {
	display: block;
	height: 100%;
}
.header .header_inner .site-title a img {
	height: calc(100% - 10px);
	width:auto;
	padding: 5px 0;
}
@media screen and (max-width: 963px) {
  .header .header_inner .site-title {
    width: 156px;
  }
}
.header .header_inner.HeightMin {
  height: 70px;
}

.header.HeightMin {
  width: 100%;
  max-width: 100%;
  border-radius: unset;
  position: fixed;
  z-index: 999;
  /*最前面へ*/
  height: 70px;
  top: 0;
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-170px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header_nav {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 963px) {
  .header_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60vh;
    background-color: #122a88;
  }
}
.header_nav .nav_list {
  display: flex;
}
@media screen and (max-width: 963px) {
  .header_nav .nav_list {
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.header_nav .nav_list .nav_item {
  margin: 0 20px 0 10px;
  position: relative;
}
@media screen and (max-width: 963px) {
  .header_nav .nav_list .nav_item {
    margin: 0 0 35px;
  }
}
.header_nav .nav_list .nav_item a {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  font-family: "Oswald", sans-serif;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 5px 5px;
}
@media screen and (max-width: 963px) {
  .header_nav .nav_list .nav_item a {
	padding: 4px 10px;
	font-size: 24px;
	color: #fff;
  }
}
/*
.header_nav .nav_list .nav_item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background: #FF5C80;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}
*/

.header_nav .nav_list .nav_item a::after:hover {
  transform: scale(1, 1);
}
.header_nav .nav_list .nav_item a:hover {
  color: #fff;
  transform: scale(1, 1);
}
@media screen and (max-width: 963px) {
  .header_nav .nav_list .nav_item a:hover {
    background-color: unset;
  }
}
.header_nav .nav_list .nav_item ul {
  display: block;
}
.header_nav .nav_list li.has-child {
  margin-right: 55px;
}
/*
.header_nav .nav_list li.has-child::after {
  background: url(../images/arrow_icon.svg);
  content: "";
  width: 26px;
  height: 26px;
  position: absolute;
  background-size: cover;
  right: -26px;
  top: 13px;
}
*/

.header_nav .nav_list li.has-child ul {
  position: absolute;
  left: 0;
  top: 62px;
  z-index: 4;
  background: #fff;
  width: 260px;
  height: 208px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  padding: 30px 0 0 0;
  top: 52px;
  width: auto;
  height: auto;
  padding: 2em 1.5em 1.5em 2em;
  font-size: 0.9em;
  white-space: nowrap;
}
/* .header_nav .nav_list li.has-child:hover > ul, .header_nav .nav_list nav li.has-child:active > ul {
  visibility: visible;
  opacity: 1;
} */
.header_nav .nav_list li.has-child ul li {
  border-left: 2px solid #666;
}
.header_nav .nav_list li.has-child ul li a {
  font-size: 18px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
  color: #29333D;
  border-bottom: solid 1px rgba(255, 255, 255, 0.6);
  padding: 5px 10px;
}
.header_nav .nav_list li.has-child ul li:last-child a {
  border-bottom: none;
}

.header .nav_item.nav_icon {
  padding-top: 5px;
}

.header .nav_item.nav_icon.icon_insta {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 963px) {
  .header .nav_item.nav_icon.icon_insta {
    margin-left: 110px;
    position: relative;
    top: -3px;
  }
}

.header .nav_item.nav_icon a {
  display: inline-block;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
}

.header .nav_item.nav_icon.icon_insta a {
  background-image: url(../images/instagram_icon.png);
}
@media screen and (max-width: 963px) {
  .header .nav_item.nav_icon.icon_insta a {
    width: 26px;
    height: 26px;
  }
}

.header .nav_item.nav_icon a:hover {
  opacity: 0.8;
}

.burger_menu {
  display: none;
}
@media screen and (max-width: 963px) {
  .burger_menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: relative;
    width: 25px;
    height: 20px;
    cursor: pointer;
  }
  .burger_menu .bar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
  }
  .burger_menu .bar:nth-of-type(1) {
    top: 0;
  }
  .burger_menu .bar:nth-of-type(2) {
    top: 9px;
  }
  .burger_menu .bar:nth-of-type(3) {
    bottom: 0;
  }
}

@media screen and (max-width: 963px) {
  .burger_menu, .burger_menu span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }

  .burger_menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }

  .burger_menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .burger_menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
}
/* ------ mv ------ */
.mv .slider {
  position: relative;
/*  z-index: -1; */
	width:100%;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
/*  height: 718px; */
  /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
@media screen and (max-width: 963px) {
  .mv .slider {
/*    height: 540px; */
  }
}

.mv .slider .slider_item {
  width: 100%;
  /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
/*  height: 718px; */
  /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
/*  min-height: 600px; */
}
/*
@media screen and (max-width: 963px) {
  .mv .slider .slider_item {
    height: 540px;
    min-height: 100%;
  }
}
@media screen and (max-width: 963px) {
  .mv .slider .slider_item01, .mv .slider .slider_item04 {
    background-position: left center;
  }
}
*/


.slick-dots {
	position: relative;
	z-index: 3;
	text-align: center;
	margin: -30px 0 0 0;
}
	.slick-dots li {
		display: inline-block;
		margin: 0 5px;
	}
	.slick-dots button {
		color: transparent;
		outline: none;
		width: 8px;
		height: 8px;
		display: block;
		border-radius: 50%;
		background: #fff;
		border: unset;
		padding: 0;
	}
	.slick-active button {
		background: #758595;
	}


/*ドットナビゲーションの設定*/
/* ------ ABOUT ------ */
#about {
  background-image: url(../images/about_bgimg03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#about .section_content {
  max-width: 1080px;
  margin: 0 auto;
  padding: 40px 20px;
}
@media screen and (min-width: 963px) {
  #about .section_content {
    position: relative;
    display: flex;
    padding: 80px 20px;
  }
}
#about .section_content .about_txtBox {
  background-color: #ffffff75;
  padding: 30px 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 963px) {
  #about .section_content .about_txtBox {
    margin-bottom: 0;
    padding: 40px 80px 40px 40px;
    width: 51%;
    max-width: 675px;
  }
}
#about .section_content .about_txtBox .bike_icon {
  background-image: url(../images/bike_icon.svg);
  background-repeat: no-repeat;
  width: 30px;
  background-size: contain;
  height: 28px;
  margin: 0 auto;
}
@media screen and (min-width: 963px) {
  #about .section_content .about_txtBox .bike_icon {
    width: 37px;
    height: 32px;
  }
}
#about .section_content .about_txtBox h3 {
  max-width: 210px;
  margin: 16px auto 20px;
  position: relative;
}
#about .section_content .about_txtBox .subTitle_sub {
  max-width: 284px;
  margin: 16px auto 30px;
}
@media screen and (min-width: 963px) {
  #about .section_content .about_txtBox h3 {
    max-width: 378px;
    margin: 16px auto 20px;
  }
	#about .section_content .about_txtBox .subTitle_sub {
	  max-width: 440px;
	  margin: 16px auto 35px;
	}

}
#about .section_content .about_txtBox p {
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (min-width: 963px) {
  #about .section_content .about_txtBox p {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (min-width: 963px) {
  #about .section_content .about_imgBox {
    max-width: 440px;
    position: absolute;
    right: 20px;
    bottom: 8rem;
    width: 40%;
  }
}

/* ------ NEWS ------ */
#news {
  background-color: #F8F8F8;
}

.news_content {
  overflow: auto;
  height: 360px;
  padding-right: 14px;
  max-width: calc(880px - 14px);
  width: calc(100% - 14px);
}
@media screen and (min-width: 963px) {
	.news_content {
	  height: 360px;
	}
}

.news_content__inner {
  border-bottom: 2px solid #D0D2D4;
  padding: 0 0 16px;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.news_content__inner::after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}
.news_content__inner .newsDay {
  text-align: left;
  float: left;
  width: 80px;
  display: block;
}
.news_content__inner .newsTxt {
  float: left;
  display: block;
}
.news_content__inner .newsTxt a {
  color: #2D88E3;
  text-decoration: underline;
}
.news_content__inner .newsTxt a:hover {
  color: #FF5C80;
}

.btn_section {
  padding: 0 20px;
  margin: 28px auto 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
  width: calc(100% - 40px);
  max-width: 358px;
}
@media screen and (min-width: 963px) {
  .btn_section {
    width: 100%;
    margin-top: 40px;
  }
}
.btn_section__item {
  display: inline-block;
  max-width: 163px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  border: 2px solid #FF5C80;
  background-color: #FF5C80;
  line-height: 44px;
  width: calc(100% - 50% - 14px);
}
.btn_section__item:hover {
  color: #FF5C80;
  border: 2px solid #FF5C80;
  background-color: #fff;
}

/* ------ CYCLING COURSE ------ */
#course {
  padding: 6vh 0;
}
@media screen and (min-width: 963px) {
  #course {
    padding: 80px 0;
  }
}
#course .section_ttl {
  margin-bottom: 10px;
}
@media screen and (min-width: 963px) {
  #course .section_ttl {
    margin-bottom: 26px;
  }
}
#course .section_content {
	text-align: center;
}
#course .course_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 360px;
  margin: 0 auto;
}
@media screen and (min-width: 963px) {
  #course .course_btn {
    max-width: 760px;
  }
}
#course .course_btn a {
  display: block;
  width: calc(100% - 50% - 8px);
  margin-top: 18px;
  max-width: 170px;
}
@media screen and (min-width: 963px) {
  #course .course_btn a {
    width: 175px;
    max-width: 100%;
  }
}
#course .course_btn a:hover {
  opacity: 0.6;
}
.courseLevel_box {
	display: inline-block;
	margin-top: 20px;
	padding: 0 20px;
}
.courseLevel_box .courseLevel_box__item {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.courseLevel_box .courseLevel_box__item img {
  width: 50px;
}
.courseLevel_box .courseLevel_box__item p {
	position: relative;
	text-align: left;
	padding-left: 40px;
	/* text-indent: -37px;
	padding-left: 37px; */
}
.courseLevel_box .courseLevel_box__item p::before {
	position: absolute;
	content: "・・・";
	width: 30px;
	padding-left: 6px;
	padding-right: 6px;
	font-weight: bold;
	letter-spacing: -0.4em;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
@media screen and (max-width: 538px) {

}

@media screen and (min-width: 963px) {
  #course .course_box {
    max-width: 920px;
    margin: 0 auto;
  }
}
#course .course_box .line02 {
  margin: 4.75vh auto;
  background-image: url(../images/line02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 178px;
  height: 15px;
}
@media screen and (min-width: 963px) {
  #course .course_box .line02 {
    margin: 60px auto;
  }
}

.course_box__inner {
  padding: 0 20px;
}
.course_box__inner .course_ttl {
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
}
.course_box__inner .course_ttl small {
	font-size: 16px;
	margin-top: 2px;
}
@media screen and (min-width: 963px) {
  .course_box__inner .course_ttl {
    font-size: 32px;
    letter-spacing: 0.025em;
  }
	.course_box__inner .course_ttl small {
		font-size: 24px;
		margin-top: 5px;
	}
}
.course_box__inner .course_ttl .pin_icon {
  background-image: url(../images/pin01_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.course_box__inner .course_ttl .pin_icon02 {
  background-image: url(../images/pin02_icon.svg);
}
.course_box__inner .course_ttl .pin_icon03 {
  background-image: url(../images/pin03_icon.svg);
}
.course_box__inner .course_ttl .pin_icon04 {
  background-image: url(../images/pin04_icon.svg);
}
.course_box__inner .course_ttl .kakeru_icon {
  font-size: 22px;
}
@media screen and (min-width: 963px) {
  .course_box__inner .course_ttl .kakeru_icon {
    font-size: 24px;
  }
}
.course_box__inner .course_map {
  width: 100%;
  margin: 20px auto 35px;
}
@media screen and (min-width: 963px) {
  .course_box__inner .course_map {
    margin: 40px auto 50px;
  }
}
.course_box__inner .hi_lo_graph {
	margin-bottom: 35px;
}
@media screen and (min-width: 963px) {
	.course_box__inner .hi_lo_graph {
		margin-bottom: 50px;
	}
}
.course_box__inner .course_map__ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  color: #fff;
  background-color: #29333D;
  height: 40px;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 963px) {
  .course_box__inner .course_map__ttl {
    font-size: 32px;
    height: 60px;
  }
}
.course_box__inner .course_map__ttl .flag_icon {
  background-image: url(../images/flag_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 963px) {
  .course_box__inner .course_map__ttl .flag_icon {
    width: 25px;
    height: 25px;
  }
}
.course_box__inner .course_map .map_google iframe {
  width: 100%;
  height: 380px;
  vertical-align: bottom;
}
.course_box__inner .waypoint_ttl {
  width: 178px;
  margin: 0 auto 14px;
}
@media screen and (min-width: 963px) {
  .course_box__inner .waypoint_ttl {
    width: 220px;
    margin: 0 auto 20px;
  }
}

.course_box__txt {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
@media screen and (min-width: 963px) {
  .course_box__txt {
    max-width: 610px;
    margin: 16px auto 0;
  }
}
.course_box__txt .course_level {
  margin-right: 14px;
}
@media screen and (min-width: 963px) {
  .course_box__txt .course_level {
    margin-right: 24px;
  }
}
.course_box__txt .course_level .level_icon {
  width: 84px;
}
@media screen and (min-width: 963px) {
  .course_box__txt .course_level .level_icon {
    width: 110px;
    margin: 0 auto;
  }
}
.course_box__txt .course_level .km {
  color: #FF5C80;
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  margin-top: 8px;
}
@media screen and (min-width: 963px) {
  .course_box__txt .course_level .km {
    font-size: 22px;
    width: 140px;
    text-align: left;
  }
}
.course_box__txt .course_level .km .total {
  color: #29333D;
}
.course_box__txt .course_level .km .km_number {
  font-size: 22px;
}
@media screen and (min-width: 963px) {
  .course_box__txt .course_level .km .km_number {
    font-size: 38px;
  }
}
.course_box__txt .course_txt {
  line-height: 1.5;
  text-align: justify;
}
@media screen and (min-width: 963px) {
  .course_box__txt .course_txt {
    line-height: 1.6;
    font-size: 16px;
  }
}

/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (min-width: 963px) {
  .accordion-area {
    max-width: 100%;
  }
}
.accordion-area li {
  margin: 2px 0;
}
@media screen and (min-width: 963px) {
  .accordion-area li {
    padding: 0 20px;
  }
}
@media screen and (min-width: 963px) {
  .accordion-area li section {
    border: 2px solid #758595;
  }
}

/*アコーディオンタイトル*/
.spot_ttl {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  font-weight: normal;
  padding: 12px 20px 11px;
  transition: all .5s ease;
  background-color: #758595;
  color: #fff;
  text-align: center;
  line-height: 1.5;
	padding-left: 100px;
	padding-right: 50px;
}
@media screen and (min-width: 963px) {
  .spot_ttl {
    font-size: 24px;
  }
}
.spot_ttl__number {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 14px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
@media screen and (min-width: 963px) {
  .spot_ttl__number {
    font-size: 16px;
  }
}
.spot_ttl__number .spot_number {
  font-size: 22px;
  margin: 0 5px 0 2px;
}
@media screen and (min-width: 963px) {
  .spot_ttl__number .spot_number {
    font-size: 24px;
    margin: 0 7px 0 6px;
  }
}
.spot_ttl__number img {
  width: 18px;
  vertical-align: baseline;
}
.spot_ttl .toggle_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background-color: #fff;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 6px #666;
}
.spot_ttl .toggle_btn::before, .spot_ttl .toggle_btn::after {
  display: block;
  content: '';
  background-color: #758595;
  position: absolute;
  width: 16px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.spot_ttl .toggle_btn::before {
  width: 2px;
  height: 16px;
}
.spot_ttl.close .toggle_btn::before {
  display: none;
}

/*アコーディオンで現れるエリア*/
.spot_box, .spotList_box {
  display: none;
  background-color: #fff;
  margin: 0;
  padding: 20px 20px 10px;
}
@media screen and (min-width: 963px) {
  .spot_box, .spotList_box {
    padding: 24px 24px 14px;
  }
}
@media screen and (min-width: 963px) {
  .spot_box .spot_box_wrapper, .spotList_box .spot_box_wrapper {
    display: flex;
  }
}
.spot_box__img, .spotList_box__img {
  display: block;
  background-image: url(../images/spot4_img01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 180px;
  max-height: 400px;
  height: 48vw;
  max-width: 800px;
  width: 100%;
}
@media screen and (min-width: 963px) {
  .spot_box__img, .spotList_box__img {
    width: 52%;
    margin-right: 24px;
    margin-bottom: 10px;
    max-height: 320px;
  }
}
.spot_box__inner, .spotList_box__inner {
  font-size: 15px;
}
@media screen and (min-width: 963px) {
  .spot_box__inner, .spotList_box__inner {
    width: 50%;
    min-width: 355px;
    max-width: 385px;
  }
}
.spot_box__inner .spot_txt, .spotList_box__inner .spot_txt {
  line-height: 1.5;
  padding: 20px 0 14px;
  text-align: justify;
}
@media screen and (min-width: 963px) {
  .spot_box__inner .spot_txt, .spotList_box__inner .spot_txt {
    padding: 0 0 14px;
  }
}
.spot_box__inner dl, .spotList_box__inner dl {
  display: flex;
  border-top: 2px solid #D0D2D4;
  padding: 14px 0;
}
.spot_box__inner dl dt, .spot_box__inner dl dd, .spotList_box__inner dl dt, .spotList_box__inner dl dd {
  font-size: 15px;
}
.spot_box__inner dl dt, .spotList_box__inner dl dt {
  width: 80px;
}
.spot_box__inner .hushtag, .spotList_box__inner .hushtag {
  color: #FF5C80;
  display: flex;
  flex-wrap: wrap;
}
.spot_box__inner .hushtag p, .spotList_box__inner .hushtag p {
  border: 1px solid #FF5C80;
  padding: 8px 10px;
  border-radius: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1;
}
.spot_box__inner .hushtag p:last-child, .spotList_box__inner .hushtag p:last-child {
  margin-right: 0;
}

.spotList_box {
  display: block;
}

/* ------ SPOT LIST ------ */
#spot {
  padding: 6vh 20px;
  background-color: #F8F8F8;
}
@media screen and (min-width: 963px) {
  #spot {
    padding: 80px 20px;
  }
}
#spot .section_content_subTtl {
  text-align: center;
  margin: 1em 0 10px;
  font-size: 16px;
  line-height: 1;
}
#spot ul.line_ul {
  list-style: none;
  text-align: center;
  justify-content: space-between;
  max-width: 600px;
  margin: 0 auto;
  flex-wrap: wrap;
  display: block;
}
@media screen and (min-width: 963px) {
  #spot ul.line_ul {
    display: flex;
    justify-content: center;
  }
}
#spot ul.line_ul li {
  display: inline-block;
  margin: 0.5em 0.3em;
}
@media screen and (min-width: 963px) {
  #spot ul.line_ul li {
    display: block;
  }
}
#spot ul.line_ul li a {
  display: block;
  border: 2px solid #FF5C80;
  color: #FF5C80;
  background-color: #fff;
  border-radius: 6px;
  padding: 6px 14px 4px 14px;
  font-size: 16px;
  font-weight: bold;
}
#spot ul.line_ul li a.active {
  background-color: #FF5C80;
  color: #fff;
}
#spot .spotList_box_wrapper {
  border: 2px solid #758595;
  border-top: 16px solid #758595;
  background-color: #fff;
  margin-top: 24px;
}
@media screen and (min-width: 963px) {
  #spot .spotList_box_wrapper {
    margin-top: 30px;
    padding: 0;
  }
}
#spot .spotList_box_wrapper section {
  border: unset;
}
#spot .spotList_box_wrapper .spotList_ttl {
  font-size: 18px;
  color: #29333D;
  font-weight: bold;
  background-color: unset;
  padding: 12px 20px 11px;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 963px) {
  #spot .spotList_box_wrapper .spotList_ttl {
    font-size: 24px;
    padding: 16px 20px 14px;
  }
}
#spot .spotList_box_wrapper .coursetag {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20px;
}
@media screen and (min-width: 963px) {
  #spot .spotList_box_wrapper .coursetag {
    padding-left: 24px;
  }
}
#spot .spotList_box_wrapper .coursetag p {
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1;
  color: #29333D;
  background-color: #F0E68C;
  padding: 10px 12px 9px;
  border-radius: 17px;
  margin-right: 12px;
}
@media screen and (min-width: 963px) {
  #spot .spotList_box_wrapper .coursetag p {
    font-size: 16px;
    padding: 10px 14px;
    border-radius: 18px;
  }
}
#spot .spotList_box_wrapper .coursetag p:last-child {
  margin-right: 0;
}
@media screen and (min-width: 963px) {
  #spot .spotList_box_wrapper .spot_box__inner {
    min-width: 330px;
  }
}
#spot .spotList_box_wrapper .spot_box__inner .hushtag p {
  border: unset;
  font-weight: bold;
  padding: 0;
  margin-bottom: 14px;
}
@media screen and (min-width: 963px) {
  #spot .spotList_box_wrapper .spot_box__inner .hushtag p {
    margin-right: 12px;
    font-size: 16px;
  }
}
#spot .spotList_box_wrapper .spot_box__inner dl:last-child {
  padding-bottom: 0;
}

/* ------ information ------ */
#information {
  padding-top: 40px;
  padding-bottom: 90px;
}
@media screen and (min-width: 963px) {
  #information {
    padding-top: 80px;
    padding-bottom: 160px;
  }
}

.link-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 600px;
  margin: 0 auto 40px;
}
@media screen and (min-width: 963px) {
  .link-banner {
    max-width: 660px;
    margin: 0 auto 70px;
  }
}
.link-banner__item {
  max-width: 167px;
  margin-bottom: 20px;
	width: 30%;
}
@media screen and (min-width: 963px) {
  .link-banner__item {
    max-width: 220px;
    margin-bottom: 30px;
  }
}
.link-banner__item:nth-child(4) {
	width: 100%;
}
.link-banner__item a {
  display: block;
}
.link-banner__item a:hover {
  opacity: 0.6;
}

.information_area {
  text-align: center;
	max-width: 880px;
	margin: 0 auto;
}
.information_area h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1;
}
@media screen and (min-width: 963px) {
  .information_area h3 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}
.information_area__company {
  font-size: 16px;
  /* margin-bottom: 12px; */
	margin-bottom: 0;
}
.information_area__txt {
	font-size: 15px;
	margin-bottom: 20px;
}
.information_area__txt a {
	text-decoration: underline;
}
.information_area__txt a:hover {
	color: #FF5C80;
}
.cyclist_info {
	margin: 26px auto;
}
.cyclist_info .cyclist_info__ttl {
	font-size: 20px;
	font-weight: bold;
}
.cyclist_info .cyclist_info__item {
	margin-top: 16px;
}
.cyclist_info .cyclist_info__item h5 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 3px;
}
.cyclist_info .cyclist_info__item a {
	font-size: 14px;
}
.cyclist_info .cyclist_info__item a:hover {
  color: #FF5C80;
}
@media screen and (min-width: 963px) {
  .information_area__company {
  }
	.information_area__txt {
		font-size: 16px;
		line-height: 1.7;
	}
	.cyclist_info {
		margin: 40px auto;
	}
	.cyclist_info .cyclist_info__ttl {
		font-size: 24px;
	}
	.cyclist_info .cyclist_info__item {

	}
	.cyclist_info .cyclist_info__item h5 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.cyclist_info .cyclist_info__item a {
		font-size: 18px;
	}
}
.information_area .company_tel {
	font-size: 20px;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 12px;
}
.information_area .company_mail {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 6px;
  display: inline-block;
}
.information_area .company_mail a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.information_area .company_mail a:hover {
  color: #FF5C80;
}
.information_area .company_mail a::before {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  margin-right: 10px;
  font-size: 28px;
}

/* ------ footer ------ */
.footer {
	background-color: #fff;
	border: none;
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 40px;
}
.footer .footer_content{
	display: flex;
	text-align: center;
	background-color: #fff;
}
.footer .footer_content .footer_content_item{
	width: 50%;
    color: #fff;
	background-color: #122a88;
}
.footer .footer_content .footer_content_item a{
	text-decoration: none;
    color: #fff;
}
.footer .footer_content .footer_content_item.item_line {
	background-color: #00b900;
}


@media screen and (min-width: 963px) {
  .footer {
    line-height: 60px;
  }
}
.footer .copyright {
  font-size: 14px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}
/* ページトップのためのCSS */
/*リンクの形状*/
#page-top a {
	display: flex;
	width: 60px;
	height: 60px;
	text-transform: uppercase;
	text-decoration: none;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
}
#page-top.UpMove {
	animation: UpAnime 0.5s forwards;
}
@media screen and (min-width: 641px) {
	#page-top {
		display: none;
	}
}
/* @keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
} */
