@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: "TsukushiBMaruGothic";
  src: url("../fonts/TsukushiBMaruGothic.woff") format("woff"), url("../fonts/TsukushiBMaruGothic.woff2") format("woff2");
}
@font-face {
  font-family: "TsukushiBMaruGothicBold";
  src: url("../fonts/TsukushiBMaruGothicBold.woff") format("woff"), url("../fonts/TsukushiBMaruGothicBold.woff2") format("woff2");
}
/* =10px */
html {
  font-size: 62.5%;
}

body {
  font-size: 1rem;
}

body {
  margin: 0px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px; /*62.5%*/
  line-height: 1.5;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%; /* スマホを横向きにすると文字が余計に拡大されるのを防ぐ */
  color: #707070;
  position: relative;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #707070;
  text-align: justify;
  text-justify: distribute;
}

a,
a:hover {
  color: #d71c24;
}

.jumbotron-fluid,
.jumbotron {
  background-color: transparent;
}

.jumbotron-fluid {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .jumbotron-fluid {
    margin-bottom: 0;
  }
}

/* -----------------------
	基本レイアウト
----------------------- */
.editor * {
  letter-spacing: 2px;
  line-height: 1.6 !important;
}
.editor h1, .editor h2, .editor h3, .editor h4, .editor h5 {
  margin-bottom: 1.5rem;
  font-weight: bold;
}
.editor p {
  margin-bottom: 1.5rem !important;
}
.editor ul,
.editor ol {
  margin-bottom: 1.5rem;
}
.editor ul li,
.editor ol li {
  margin-bottom: 0.5rem;
}
.editor strong {
  font-size: 1.5rem;
}

.anim {
  animation-name: animation;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}

@keyframes animation {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, -15px);
  }
}
/* アンカー位置の調整 */
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

article {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  article {
    margin-bottom: 90px;
  }
}

header {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 2px #bbbbbb;
}
@media (min-width: 992px) {
  header {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: none;
  }
}
header ul.h-info {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}
header ul.h-info li {
  text-align: left;
  flex-basis: auto;
}
@media (min-width: 992px) {
  header ul.h-info {
    justify-content: flex-end;
  }
  header ul.h-info li {
    flex-basis: auto;
    margin-left: 3em;
  }
}
header h3 {
  background-color: orange;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
}
@media (min-width: 992px) {
  header h3 {
    background-color: orange;
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    line-height: 2;
    float: none;
    margin-right: inherit;
    margin-bottom: 0.75em;
    padding-left: 3em;
    padding-right: 3em;
  }
}
header p.time {
  font-weight: 800;
  line-height: 2;
  margin-bottom: 0;
  float: left;
}
header p.time:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f017";
  color: orange;
  margin-right: 0.25em;
}
@media (min-width: 992px) {
  header p.time {
    font-weight: 800;
    text-align: center;
    line-height: 1.5;
    float: none;
  }
  header p.time:before {
    font-family: "Font Awesome 5 Free"; /* updated font-family */
    font-weight: 400; /* regular style/weight */
    content: "\f017";
    color: orange;
    margin-right: 0.25em;
  }
}
header h1.mob-logo {
  display: block;
  width: 65%;
  margin: 0 auto !important;
}
header h1.mob-logo a {
  display: block;
}
@media (min-width: 768px) {
  header h1 {
    max-width: 480px;
    height: auto;
  }
  header div.logo-name {
    position: relative;
    padding-left: 60px;
  }
  header img.logo {
    width: 25%;
    max-width: 160px;
    position: absolute;
    top: -15px;
    left: -16%;
    animation-name: logo;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
  }
}

@media (min-width: 992px) {
  @keyframes logo {
    0% {
      transform: translate(0, 0px);
    }
    100% {
      transform: translate(0, -15px);
    }
  }
  header img.logo {
    max-width: 180px;
  }
}
footer.f-bottom {
  padding-bottom: 90px;
}
@media (min-width: 768px) {
  footer.f-bottom {
    padding-bottom: 30px;
  }
}

/* YouTube表示エリア */
.youtube-area {
  margin-bottom: 0;
}
.youtube-area h3 {
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 1em;
  letter-space: 2px;
}
.youtube-area p {
  color: #000;
  font-family: "M PLUS Rounded 1c";
}
.youtube-area p.text-link a {
  color: #000;
  text-decoration: none;
  margin-bottom: 0;
}

/* ディバイダー */
.divider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
}

/* ----------------------------
	フッターバナー設定
---------------------------- */
ul.flex-banner {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex-banner li {
  flex-basis: 48%;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  ul.flex-banner li {
    flex-basis: 33%;
  }
}
ul.flex-banner li img {
  max-width: 100%;
  height: auto;
}
ul.flex-banner li:nth-last-child(-n+3) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  ul.flex-banner li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
}

/* footer */
footer {
  background-color: #00ad00;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  footer {
    text-align: left;
  }
}
footer * {
  color: #fff;
}
@media (min-width: 768px) {
  footer * {
    color: #fff;
  }
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer h3 {
  font-size: 1.7rem;
  font-weight: 800;
}
footer p {
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  footer p {
    text-align: left;
  }
}
footer dl {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
footer dl dt {
  float: left;
  padding-right: 1.5em;
}
footer dl dd {
  display: inline-block;
}

ul.footer_link {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: center;
}
ul.footer_link li {
  flex-basis: auto;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 1.5rem;
}
ul.footer_link li a {
  color: #fff;
}
ul.footer_link li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  ul.footer_link {
    justify-content: flex-start;
  }
  ul.footer_link li {
    flex-basis: auto;
    margin-left: 0;
    margin-right: 1.5em;
    font-size: 1.6rem;
  }
  ul.footer_link li a {
    color: #fff;
  }
  ul.footer_link li a:hover {
    text-decoration: none;
  }
  ul.footer_link li:last-child {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  /* ----------------------------
  	SNSボックス設定
  ---------------------------- */
  #sns-box {
    background-color: #00ad00;
    border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    -webkit-border-radius: 8px 0 0 8px;
    padding: 1em;
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 9999;
    top: 100%;
    transition: all 1.3s ease;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
  }
  #sns-box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  #sns-box ul li {
    margin-bottom: 10px;
  }
  #sns-box ul li img {
    width: 34px;
    max-width: 100%;
  }
  #sns-box.fixed {
    position: fixed !important;
    top: 27%;
  }
}
/* ----------------------------
	ページネーション
---------------------------- */
#pagenation {
  text-align: center;
}
#pagenation #pagenation-list {
  display: inline-block;
}
#pagenation:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#pagenation #pagenation-list li {
  float: left;
  background: none;
  list-style: none;
  padding: 0;
  margin: 0 7px 5px 0;
}
#pagenation #pagenation-list li:last-child {
  margin-left: 0;
}
#pagenation #pagenation-list a, #pagenation #pagenation-list span {
  background: none;
  display: block;
  margin: 0;
  padding: 3px 17px;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
#pagenation #pagenation-list .current {
  background: #FF8500;
  color: #FFFFFF;
  border: 4px solid #FF8500;
}
#pagenation #pagenation-list .omit {
  padding: 3px 2px;
  color: #777777;
}
#pagenation #pagenation-list li a {
  background: #00B2BD;
  color: #FFFFFF;
  border: 4px solid #00B2BD;
  text-decoration: none;
}
#pagenation #pagenation-list a:hover {
  background: #FF8500;
  color: #FCFFD9;
  border: 4px solid #FF8500;
  text-decoration: none;
}

div.pager-box {
  border-top: solid 2px #bbbbbb;
  margin-top: 60px;
}

ul.pager-single {
  padding: 0;
  margin: 45px auto;
  list-style-type: none;
  font-size: 1.5rem;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.pager-single li {
  flex-basis: auto;
  display: block;
  text-align: center;
  margin: 0;
  letter-spacing: normal;
}
ul.pager-single a {
  color: #707070;
  display: block;
  padding: 0.5em 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.pager-single a:hover {
  color: #00ad00;
}
ul.pager-single li.center a {
  padding: 0.5em 3em;
  border: solid 1px #707070;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.pager-single li.center a:hover {
  background-color: #00ad00;
  border: solid 1px #00ad00;
  color: #fff;
}
ul.pager-single .fa-chevron-left,
ul.pager-single .fa-chevron-up {
  margin-right: 1em;
}
ul.pager-single .fa-chevron-right {
  margin-left: 1em;
}

/* ----------------------------
		パンくず
---------------------------- */
#pankuzu {
  display: none;
}
@media (min-width: 768px) {
  #pankuzu {
    display: inherit;
    padding: 2em 0;
    margin-bottom: 45px;
  }
  #pankuzu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 1.4rem;
  }
  #pankuzu ul li {
    display: inline-block;
    margin-right: 1em;
    color: #707070;
    margin-bottom: 0;
  }
  #pankuzu ul li:after {
    font-family: "Font Awesome 5 Free"; /* updated font-family */
    font-weight: 900; /* regular style/weight */
    content: "\f054";
    margin-left: 1em;
  }
  #pankuzu ul li a {
    color: #707070;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  #pankuzu ul li a:hover {
    color: #00ad00;
    text-decoration: underline;
  }
  #pankuzu ul li:last-child {
    margin-right: 0;
  }
  #pankuzu ul li:last-child::after {
    content: none;
  }
}

/* ----------------------------
	page top
---------------------------- */
#page-top {
  position: fixed;
  margin-bottom: 0;
  bottom: 80px;
  right: 2%;
  z-index: 999;
  opacity: 0.8;
}
@media (min-width: 768px) {
  #page-top {
    bottom: 2%;
    opacity: 1;
  }
}
#page-top a {
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  background-image: url("../../images/common/page-top-mob.png");
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media (min-width: 768px) {
  #page-top a {
    width: 82px;
    height: 148px;
    background-image: url("../../images/common/page-top.png");
  }
}

/* リンクカラー */
a.link_red {
  color: #E8373D;
  text-decoration: underline;
}

/* 注意書き */
.notice {
  color: red;
  margin-left: 1.25em;
}
.notice:before {
  content: "※";
  margin-right: 0.25em;
  margin-left: -1.25em;
}

ul.notice-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 1.4rem;
}
ul.notice-list li {
  margin-bottom: 0.25em;
  margin-left: 1em;
}
ul.notice-list li:before {
  content: "＊";
  margin-left: -1em;
}

/* Google Font */
.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c";
}

/* 見出し背景を白に */
.bg-white-title {
  background-color: #fff;
  padding: 0.25em;
  display: inline-block;
}

/* キャッチコピー用 */
.catch {
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .catch {
    font-size: 3.2rem;
  }
}

.catch_white {
  font-weight: bold;
  color: #fff;
  font-size: 3.2rem;
  margin-bottom: 1em;
  font-family: "M PLUS Rounded 1c";
}

.catch_red {
  font-weight: bold;
  color: #ff004a;
  font-size: 3.2rem;
  margin-bottom: 1em;
}
.catch_red span {
  font-size: small;
}

.catch_shu {
  font-weight: bold;
  color: #db5a24;
  font-size: 3.2rem;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .catch_shu {
    margin-bottom: 4em;
  }
}

.catch_blue {
  font-weight: bold;
  color: #00b2bd;
  font-size: 3.2rem;
  margin-bottom: 1em;
}

.catch_orange {
  font-weight: bold;
  color: #DB5A24;
  font-size: 3.2rem;
  margin-bottom: 1em;
}

.catch_orange_light {
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  color: #ff801e;
  font-size: 3.2rem;
  margin-bottom: 1em;
}

.catch_green {
  font-weight: bold;
  color: #00a600;
  font-size: 3.2rem;
  margin-bottom: 1em;
}

.title_movie,
.title_photo {
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .title_movie,
  .title_photo {
    text-align: center;
  }
}
.title_movie img,
.title_photo img {
  width: 50%;
  height: auto;
}
@media (min-width: 768px) {
  .title_movie img,
  .title_photo img {
    width: auto;
    height: auto;
  }
}

/* シングル タイトル */
h2.single-title {
  white-space: nowrap;
  text-align: center;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  z-index: 99;
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media (min-width: 768px) {
  h2.single-title {
    font-size: 4.6rem;
    bottom: 10%;
  }
}

/* 下線タイトル */
h2.border_bt {
  font-size: 2.2rem;
  color: #707070;
  font-family: "M PLUS Rounded 1c";
  border-bottom: solid 2px #707070;
  padding-bottom: 0.5em;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  h2.border_bt {
    font-size: 3.2rem;
  }
}

h2.icon_bike_title {
  font-size: 2.2rem;
  color: #707070;
  font-family: "M PLUS Rounded 1c";
  border-bottom: solid 2px #707070;
  padding-bottom: 0.25em;
  margin-bottom: 3em;
  line-height: 1;
  position: relative;
}
@media (min-width: 768px) {
  h2.icon_bike_title {
    font-size: 3.2rem;
    margin-bottom: 1.5em;
  }
}
h2.icon_bike_title i {
  font-size: 48px;
  color: #2ea0ff;
  margin-right: 15px;
}
@media (min-width: 768px) {
  h2.icon_bike_title i {
    font-size: 60px;
  }
}
h2.icon_bike_title .material-icons {
  display: inline-flex;
  vertical-align: middle;
}
h2.icon_bike_title span {
  position: absolute;
  right: 10px;
  bottom: -40px;
  font-size: 1.4rem;
  display: inline-block;
}
@media (min-width: 768px) {
  h2.icon_bike_title span {
    top: 50%;
    transform: translateY(-50%);
    bottom: inherit;
  }
}
h2.icon_bike_title span a {
  display: block;
  background-color: orange;
  padding: 0.5em 1.5em;
  color: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
h2.icon_bike_title span a:hover {
  text-decoration: none;
}
h2.icon_bike_title div {
  display: inline;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  h2.icon_bike_title {
    font-size: 1.8rem;
  }
}

/* おもしろ自転車一覧 */
h2.icon_bike_title.omoshiro-list span {
  font-size: 1.6rem;
  left: 0;
}
@media (min-width: 768px) {
  h2.icon_bike_title.omoshiro-list span {
    font-size: 1.8rem;
    left: 220px;
  }
}

/* 角丸背景タイトル */
h4.round-title {
  font-size: 1.8rem;
  color: #fff;
  background-color: #F5A600; /* オレンジ */
  padding: 0.25em 2em;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 1em;
}

h4.round-title-green {
  font-size: 1.8rem;
  color: #fff;
  background-color: #00B2BD; /* グリーン */
  padding: 0.25em 2em;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  display: inline-block;
  letter-spacing: 2px;
  margin-bottom: 1em;
}

/* ●付きタイトル */
h4.circle {
  font-size: 1.8rem;
  margin-left: 1.25em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  h4.circle {
    font-size: 2rem;
  }
}
h4.circle:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f111";
  margin-right: 0.25em;
  margin-left: -1.25em;
}

/* 角丸ボックスライン */
.border-round {
  border: solid 1px #4d4d4d;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

div.icon-close {
  display: inline-block;
  background: red;
  color: #fff;
  font-size: small;
  padding: 0.5em 2em;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  white-space: nowrap;
}

p.d-info {
  margin-bottom: 3em;
  letter-spacing: normal;
}
p.d-info .date {
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "M PLUS Rounded 1c";
  padding-left: 0.25em;
  padding-right: 1em;
  display: block;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  p.d-info .date {
    font-size: 2.4rem;
    display: inline;
    margin-bottom: inherit;
  }
}
p.d-info .cate {
  display: block;
  font-size: 1.4rem;
}
p.d-info .cate a {
  text-align: center;
  display: block;
  padding: 0.5em 1em;
  color: #fff;
}
@media (min-width: 768px) {
  p.d-info .cate {
    display: inline-block;
  }
}
p.d-info .road {
  background-color: #00a600;
}
p.d-info .track {
  background-color: #1363a0;
}
p.d-info .mtb {
  background-color: #229d73;
}
p.d-info .unicycle {
  background-color: #6485b3;
}
p.d-info .bmx {
  background-color: #8fc31f;
}
p.d-info .running {
  background-color: #7d60a7;
}
p.d-info .fs {
  background-color: #df801e;
}
p.d-info .event {
  background-color: #ef8585;
}
p.d-info .misc {
  background-color: #9b9b9b;
}
p.d-info .beginner {
  background-color: #00a600;
}
p.d-info .middle {
  background-color: #df801e;
}
p.d-info .advanced {
  background-color: #ef8585;
}
p.d-info .club {
  background-color: #1363a0;
}

.table-style-01 a {
  color: #e8373d;
}

span.bosyu {
  display: inline-block;
  padding: 0.25em 2em;
  background-color: #2993ca;
  color: #fff;
  font-size: small;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

span.bosyu-end {
  display: inline-block;
  padding: 0.25em 1.5em;
  background-color: #e8373d;
  color: #fff;
  font-size: small;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

div.round_icon_1 {
  background: #f5a600;
  position: relative;
  display: inline-block;
  padding: 20px 30px 20px 120px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
@media (min-width: 768px) {
  div.round_icon_1 {
    padding: 20px 60px 20px 240px;
  }
}
div.round_icon_1 p {
  margin-bottom: 0;
  color: #fff;
  font-size: 1.7rem;
}
@media (min-width: 768px) {
  div.round_icon_1 p {
    font-size: 2.8rem;
  }
}
div.round_icon_1 img {
  position: absolute;
  width: 100px;
  height: auto;
  left: 10px;
  bottom: 0;
}
@media (min-width: 768px) {
  div.round_icon_1 img {
    width: 200px;
    height: auto;
    left: 30px;
    bottom: 0;
  }
}

/* -------------------------------
    プライバイーポリシー
------------------------------- */
.pp {
  counter-reset: number 0;
}
.pp article {
  margin-bottom: 45px;
}
.pp h2 {
  font-size: 2rem;
  border-bottom: solid 2px #000;
  margin-bottom: 1.5em;
  padding-bottom: 0.25em;
  position: relative;
}
@media (min-width: 768px) {
  .pp h2 {
    font-size: 2.4rem;
  }
}
.pp h2 span {
  font-size: 1.5rem;
  position: absolute;
  right: 0.5em;
  bottom: 0.25em;
}
.pp h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .pp h3 {
    font-size: 2.2rem;
  }
}
.pp h3:before {
  counter-increment: number 1;
  content: counter(number) ".";
}
.pp div {
  padding-left: 1.75em;
  padding-right: 1.75em;
}
.pp ol {
  font-size: 1.6rem;
}
.pp ol li {
  margin-bottom: 0.75em;
}

.n2-section-smartslider {
  background-color: #ffd966;
}

/* 背景色設定 */
.bg_ride {
  background-color: #00b2bd;
  border: solid 3px #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg_ride p {
  color: #000;
}

.bg_play {
  background-color: #ff004a;
  border: solid 3px #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg_play p {
  color: #000;
}

.bg_eat {
  background-color: #ff801e;
  border: solid 3px #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bg_eat p {
  color: #000;
}

.bg-orange {
  background-color: #faab00;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg-orange_back {
  background-image: url("../../images/common/bg_orange.png");
  background-size: 100%;
  background-position: left top;
  background-repeat: repeat-y;
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
}

.bg-blue {
  background-color: #83CCD2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.bg-blue p {
  font-family: "M PLUS Rounded 1c";
  margin-bottom: 0;
  color: #000;
  text-align: center;
  line-height: 1.7;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
.bg-blue a {
  color: #000;
}
.bg-blue i {
  margin-right: 0.25em;
}

.bg_youtube {
  position: relative;
  padding-top: 60px;
  background-color: #faab00;
  background-image: url("../../images/common/bg_youtube.png");
  background-position: left top;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .bg_youtube {
    padding-top: 140px;
  }
}

.bg-stripe {
  padding-top: 20px;
  background-image: url("../../images/common/stripe-orange_03.png"), url("../../images/common/stripe-pink_01.png");
  background-position: left -20px top 70px, right -20px top 250px;
  background-repeat: no-repeat, no-repeat;
  background-size: 60% auto, 60% auto;
}
@media (min-width: 768px) {
  .bg-stripe {
    padding-top: 20px;
    background-image: url("../../images/common/stripe-orange_03.png"), url("../../images/common/stripe-pink_01.png");
    background-position: left 40%, right 5% top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }
}

.bg-stripe-photo-area {
  padding-top: 20px;
  background-image: url("../../images/common/stripe-orange_03.png"), url("../../images/common/stripe-pink_01.png");
  background-position: left -10% top 30%, right -5% top 10%;
  background-repeat: no-repeat, no-repeat;
  background-size: 60%, 50%;
}
@media (min-width: 768px) {
  .bg-stripe-photo-area {
    padding-top: 20px;
    background-image: url("../../images/common/stripe-orange_03.png"), url("../../images/common/stripe-pink_01.png");
    background-position: left top 20%, right 5% top 10%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }
}

.bg_content_stripe {
  background-image: url("../../images/common/content_bg_stripe_left.png"), url("../../images/common/content_bg_stripe_right.png");
  background-position: left -100px top, right -100px top 50px;
  background-repeat: repeat-y, repeat-y;
  background-size: 300px auto, 300px auto;
}
@media (min-width: 768px) {
  .bg_content_stripe {
    background-image: url("../../images/common/content_bg_stripe_left.png"), url("../../images/common/content_bg_stripe_right.png");
    background-position: left -200px top, right -200px top;
    background-repeat: repeat-y, repeat-y;
    background-size: auto auto, auto auto;
  }
}
@media (min-width: 992px) {
  .bg_content_stripe {
    background-image: url("../../images/common/content_bg_stripe_left.png"), url("../../images/common/content_bg_stripe_right.png");
    background-position: left 2% top, right 3% top 100px;
    background-repeat: repeat-y, repeat-y;
  }
}

.bg_content_stripe_2 {
  background-image: url("../../images/common/content_bg_stripe_left-2.png"), url("../../images/common/content_bg_stripe_right-2.png");
  background-position: left -100px top 50px, right -100px top 50px;
  background-repeat: repeat-y, repeat-y;
  background-size: 300px auto, 300px auto;
}
@media (min-width: 768px) {
  .bg_content_stripe_2 {
    background-image: url("../../images/common/content_bg_stripe_left-2.png"), url("../../images/common/content_bg_stripe_right-2.png");
    background-position: left top 50px, right 50px top 250px;
    background-repeat: repeat-y, repeat-y;
    background-size: auto auto, auto auto;
  }
}

.bg-pass {
  background-image: url("../../images/common/bg_toku-pass.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-bottom: 60px;
  background-color: #f7a800;
}
@media (min-width: 768px) {
  .bg-pass {
    margin-bottom: 90px;
  }
}
.bg-pass .container {
  padding-top: 60px;
}
.bg-pass p {
  font-size: 1.7rem;
  color: #000;
}
@media (min-width: 768px) {
  .bg-pass p {
    font-size: 1.8rem;
  }
}
.bg-pass img {
  margin-bottom: 45px;
}

.single-hero figure img {
  width: 100% !important;
}

figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
figure img {
  max-width: 100%;
  height: auto;
}

img {
  vertical-align: middle;
  height: auto;
}

a:focus,
*:focus {
  outline: none;
}

img.alignleft {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.alignleft {
    display: block;
    float: left;
    margin: 0 20px 20px 0;
  }
}

img.alignright {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.alignright {
    display: block;
    float: right;
    margin: 0 0 20px 20px;
  }
}

img.aligncenter {
  display: block;
  float: none;
  margin: 0px auto 20px auto;
}
@media (min-width: 768px) {
  img.aligncenter {
    display: block;
    margin: 0px auto 20px auto;
  }
}

img.alignnone {
  clear: both;
  display: block;
  float: none;
  margin: 0px 0px 20px;
}

.square-wrap {
  position: relative;
  width: 100%;
}

.square-wrap:before {
  content: "";
  display: block;
  padding-top: 100%; /* 高さを幅の100%に固定 */
}

.square-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.square-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.square-box figure img {
  width: 100%;
  height: 100%;
}
.square-box figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.circle-wrap {
  position: relative;
  width: 80%;
  margin: 0 auto 15px;
}

.circle-wrap:before {
  content: "";
  display: block;
  padding-top: 100%; /* 高さを幅の100%に固定 */
}

.circle-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.circle-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.circle-box figure img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.aspect43-wrap {
  position: relative;
  width: 100%;
}

.aspect43-wrap:before {
  content: "";
  display: block;
  padding-top: 75%; /* 高さを幅の75%に固定 - 3/4 = 0.75 */
}

.aspect43-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.aspect43-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.aspect43-box figure img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.aspect43-box figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.aspect169-wrap {
  position: relative;
  width: 100%;
}

.aspect169-wrap:before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 高さを幅の75%に固定 - 9/16 = 56.25% */
}

.aspect169-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.aspect169-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.aspect169-box figure img {
  width: 100%;
  height: 100%;
}

.omoshiro-wrap {
  position: relative;
  width: 100%;
}

.omoshiro-wrap:before {
  content: "";
  display: block;
  padding-top: 66.75%;
}

.omoshiro-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.omoshiro-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.omoshiro-box figure img {
  width: 100%;
  height: 100%;
}

.silver-ratio-wrap {
  position: relative;
  width: 100%;
}

.silver-ratio-wrap:before {
  content: "";
  display: block;
  padding-top: 41%; /* 高さを幅の75%に固定 - 41/100 = 41% */
}

.silver-ratio-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.silver-ratio-box figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.silver-ratio-box figure img {
  width: 100%;
  height: 100%;
}

.round-image {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
}

img.object-fit-img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/* ----------------------------
  コンテンツヘッダー
---------------------------- */
div.title-area {
  width: 100%;
  position: absolute;
  bottom: 0;
}
div.title-area img {
  width: 100%;
  height: auto;
}

div.icon_content {
  position: absolute;
  bottom: 20%;
  left: 5%;
  z-index: 9;
}
@inclde md {
  div.icon_content {
    bottom: 20%;
    left: 5%;
  }
}
div.icon_content img {
  width: 100px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  div.icon_content img {
    width: 200px;
  }
}

div.icon_content_single {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 9;
}
@media (min-width: 768px) {
  div.icon_content_single {
    bottom: 10%;
    left: 10%;
  }
}
div.icon_content_single img {
  width: 100px;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  div.icon_content_single img {
    width: 200px;
  }
}

/* 斜め */
.clip-path {
  height: 300px;
  background: #333;
  transform: rotate(-5deg); /*親要素を斜めにする*/
  position: relative;
  top: -150px;
  left: -100px;
  width: 1500px;
}
.clip-path > div {
  transform: rotate(5deg); /*子要素だけ戻す*/
}

.bg_title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.bg_title img {
  width: 100%;
  height: auto;
}

/* 画像 2列表示 */
ul.photo_2col {
  margin: 0 0 45px 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.photo_2col li {
  flex-basis: 50%;
}

.banner-fix {
  margin-bottom: 45px;
}
.banner-fix img {
  display: block;
  width: 90%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .banner-fix {
    position: absolute;
    top: -2%;
    right: 0;
  }
  .banner-fix img {
    width: 300px;
  }
}

.grid-2to1 {
  list-style-type: none;
  padding: 0;
  margin-bottom: 48px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .grid-2to1 {
    grid-template-columns: 1fr 1fr;
  }
}
.grid-2to1 li {
  padding-bottom: 16px;
  border: solid 1px #999;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  background: #fff;
}
.grid-2to1 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  padding: 16px 0;
  background-color: #00b2bd;
  border-radius: 16px 16px 0 0;
  -moz-border-radius: 16px 16px 0 0;
  -webkit-border-radius: 16px 16px 0 0;
}
.grid-2to1 h3 a {
  color: #fff;
}
.grid-2to1 h3 a:hover {
  text-decoration: none;
}
.grid-2to1 img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 16px;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.grid-2to1 .pass-btn {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 16px;
}
.grid-2to1 .pass-btn a {
  display: block;
  background-color: #00b2bd;
  color: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0.5em 0;
}
.grid-2to1 .pass-btn a:hover {
  background-color: orange;
  text-decoration: none;
}
.grid-2to1 .pass-btn a:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f111";
  margin-right: 0.25em;
}
.grid-2to1 ul.icon_list li {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

@media (min-width: 768px) { /* md */
  /* ---------------------------
  フッターアニメーション
  --------------------------- */
  .bike_item {
    width: 50px;
    height: 50px;
    background-image: url("../../images/common/animation2.gif");
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: block;
    position: relative;
  }
  .bike_item.anime {
    animation-name: upDown;
    animation-iteration-count: infinite;
    animation-duration: 0.1s;
    animation-direction: alternate;
    animation-timing-function: steps(2);
    transition-duration: 0.3s;
    transition-property: transform;
  }
  .bike_stage {
    position: relative;
    width: 100%;
    height: 90px;
    top: 0px;
    display: block;
    background-color: #faab00;
    background-image: url("../../images/common/fuji.png"), url("../../images/common/tree.png");
    background-position: left 5% bottom, right 5% bottom -2px;
    background-repeat: no-repeat, no-repeat;
  }
  .bike_wrap {
    display: block;
    position: absolute;
    top: 40px;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
    animation-duration: 15s;
    animation-iteration-count: 1;
    margin-right: -25px;
  }
  .bike_wrap[data-order=left] {
    animation-name: GoLeft;
  }
  .bike_wrap[data-order=right] {
    animation-name: GoRight;
  }
  [data-order=right] > .bike_item {
    transform: rotateY(180deg);
  }
  @keyframes GoLeft {
    0% {
      right: 10%;
    }
    100% {
      right: 75%;
    }
  }
  @keyframes GoRight {
    0% {
      right: 75%;
    }
    100% {
      right: 10%;
    }
  }
  @keyframes upDown {
    0% {
      top: 0;
    }
    100% {
      top: 0px;
    }
  }
}
/****************************************

		  Form

*****************************************/
/* MW WP FORM */
.error {
  display: block !important;
}

button:focus {
  outline: 0;
}

label {
  font-size: 1.6rem;
  display: block;
}

.mwform-radio-field {
  margin-left: 10px;
  margin-right: 1.5em !important;
}
.mwform-radio-field input[type=radio] {
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

input[type=text],
input[type=password],
input[type=email],
input[type=search],
textarea {
  max-width: 90% !important;
  margin: 0;
  margin-bottom: 20px;
  padding: 0.75em;
  outline: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #eee;
  color: #777;
  font-size: 1.6rem;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
input[type=text]:last-of-type,
input[type=password]:last-of-type,
input[type=email]:last-of-type,
input[type=search]:last-of-type,
textarea:last-of-type {
  margin-bottom: 0;
}

textarea {
  width: 100%;
}

.mwform-tel-field input[type=text] {
  margin-bottom: 0;
}

textarea {
  overflow: auto;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
textarea:focus {
  border: 1px solid #1c8000;
  background: #fff;
  -webkit-box-shadow: 0 0 3px #1c8000;
  -moz-box-shadow: 0 0 3px #1c8000;
  box-shadow: 0 0 3px #1c8000;
  color: #444;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

input[type=submit].txt-btn-shadow,
input[type=reset].txt-btn-shadow,
input[type=button].txt-btn-shadow {
  font-size: 1.8rem;
  line-height: 2.4;
  display: inline-block;
  box-shadow: 4px 4px #808080 !important;
  box-sizing: border-box;
  width: 15em;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #fff !important;
  color: #707070;
  border: 2px solid #808080;
}

input[type=submit].txt-btn-shadow:hover,
input[type=reset].txt-btn-shadow:hover,
input[type=button].txt-btn-shadow:hover {
  color: #fff;
  border: 2px solid orange;
  background: orange !important;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

input[type=submit]:disabled.txt-btn-shadow,
input[type=reset]:disabled.txt-btn-shadow input[type=button]:disabled.txt-btn-shadow {
  color: #ddd;
  background-color: #eee;
  border: solid 2px #eee;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

select {
  height: 30px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 40px 0 10px;
  border: 1px solid #ccc;
}

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

.selectWrap {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.cp_ipselect {
  overflow: hidden;
  width: 12em;
  max-width: 16em;
  text-align: center;
  font-size: 1.5rem;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

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

.cp_ipselect.cp_sl01 {
  position: relative;
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  background: #ffffff;
}

.cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666666;
  pointer-events: none;
}

.cp_ipselect.cp_sl01 select {
  color: #666666;
}

input[type=checkbox] {
  margin-right: 5px;
}

.mwform-checkbox-field {
  margin-right: 1em;
}

.mw_wp_form,
.mw_wp_form_input {
  width: 100% !important;
}

@media (min-width: 768px) { /* md */
  input[type=submit].txt-btn-shadow,
  input[type=reset].txt-btn-shadow,
  input[type=button].txt-btn-shadow {
    width: 40%;
  }
  label {
    display: inline;
  }
}
@media (min-width: 768px) {
  .p-price {
    padding-left: 10% !important;
    padding-right: 10% !important;
  }
}

/* モーダル */
.modal-dialog {
  max-width: 70% !important;
  margin: 1.75rem auto;
}

/* イベント カルーセル */
ul.info-list-flex {
  margin: 0;
  padding: 0;
}
ul.info-list-flex a {
  color: #707070;
}
ul.info-list-flex li {
  margin: 0 15px;
}
ul.info-list-flex li .aspect169-wrap {
  margin-bottom: 10px;
}
ul.info-list-flex li h3 {
  font-weight: 600;
}
ul.info-list-flex li p.date {
  font-size: 1.5rem;
  line-height: 2;
  text-align: left;
  text-justify: inherit;
}
ul.info-list-flex li p.date span {
  font-size: small;
  display: block;
}
ul.info-list-flex li p.date span a {
  color: #fff;
  display: block;
  padding: 0 1em;
}
ul.info-list-flex li p.date span a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  ul.info-list-flex li p.date span {
    margin-left: 1em;
    display: inline-block;
  }
}
ul.info-list-flex li p.date span.cate a {
  color: #707070 !important;
  background-color: #e0e0e0 !important;
}
ul.info-list-flex li p.date span.cate-1 a {
  background-color: #1168ac;
}
ul.info-list-flex li p.date span.cate-2 a {
  background-color: #6dbf11;
}
ul.info-list-flex li p.date span.cate-3 a {
  background-color: #ee74ac;
}
ul.info-list-flex li p.date span.cate-4 a {
  background-color: #3296d4;
}
ul.info-list-flex li p.date span.road {
  background-color: #00a600;
}
ul.info-list-flex li p.date span.track {
  background-color: #1363a0;
}
ul.info-list-flex li p.date span.mtb {
  background-color: #229d73;
}
ul.info-list-flex li p.date span.unicycle {
  background-color: #6485b3;
}
ul.info-list-flex li p.date span.bmx {
  background-color: #8fc31f;
}
ul.info-list-flex li p.date span.running {
  background-color: #7d60a7;
}
ul.info-list-flex li p.date span.fs {
  background-color: #df801e;
}
ul.info-list-flex li p.date span.event {
  background-color: #ef8585;
}
ul.info-list-flex li p.date span.misc {
  background-color: #9b9b9b;
}

/* ----------------------------
  書式設定
---------------------------- */
.mb-60 {
  margin-bottom: 45px !important;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}

.editor ul, .editor ol, .editor dl {
  font-size: 1.6rem;
}
.editor ul a, .editor ol a, .editor dl a {
  color: #e8373d;
}
.editor img {
  max-width: 100% !important;
}

ol.num {
  font-size: 1.6rem;
  padding-left: 0;
}
ol.num li {
  margin-bottom: 1em;
  margin-left: 1.5em;
}

dl {
  font-size: 1.6rem;
}
dl dt {
  margin-bottom: 0.5em;
}

/* 必須マーク */
span.must {
  color: red;
  font-size: small;
  font-family: "M PLUS Rounded 1c";
}
span.must:before {
  content: "※必須";
  margin-left: 0.75em;
}

/* ----------------------------
  テキストボタン設定
---------------------------- */
.txt-btn-shadow {
  font-size: 1.8rem;
  line-height: 2.4;
}

.txt-btn-shadow a {
  display: inline-block;
  box-shadow: 4px 4px #808080;
  box-sizing: border-box;
  width: 15em;
  text-align: center;
  text-decoration: none;
  outline: none;
}

.txt-btn-shadow a::before,
.txt-btn-shadow a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
}

.txt-btn-shadow a,
.txt-btn-shadow a::before,
.txt-btn-shadow a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.txt-btn-shadow a {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden;
}

.txt-btn-shadow a:hover {
  color: #fff;
  border: 2px solid orange;
}

.txt-btn-shadow a::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.txt-btn-shadow a:hover::after {
  background: orange;
  -webkit-transform: scale(1);
  transform: scale(1);
}

ul.flex_btn {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c";
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  ul.flex_btn {
    font-size: 1.6rem;
    justify-content: space-around;
  }
}
ul.flex_btn li {
  flex-basis: 30%;
  text-align: center;
}
@media (min-width: 768px) {
  ul.flex_btn li {
    flex-basis: 15%;
    text-align: center;
  }
}
ul.flex_btn li a {
  display: block;
  background-color: #2EA0FF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  margin-bottom: 1em;
}
ul.flex_btn li a.green {
  background-color: #00a600;
}
ul.flex_btn li a:hover {
  transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
}
ul.flex_btn li .circle {
  position: relative;
  width: 100%;
}
ul.flex_btn li .circle:before {
  content: "";
  display: block;
  padding-top: 100%; /* 高さを幅の100%に固定 */
}
ul.flex_btn li .circle-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
ul.flex_btn li .circle-inner .box {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
ul.flex_btn li span {
  display: block;
}
ul.flex_btn li.car span:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f1b9";
  font-size: 6rem;
}
ul.flex_btn li.train span:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f239";
  font-size: 6rem;
}
ul.flex_btn li.bus span:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f207";
  font-size: 6rem;
}
ul.flex_btn li.globe span:before {
  content: "\e894";
  font-family: "Material Icons";
  font-size: 7rem;
}
ul.flex_btn li.news span:before {
  content: "\f009";
  font-family: "Material Icons";
  font-size: 7rem;
}
ul.flex_btn li.bicycle span:before {
  content: "\eb29";
  font-family: "Material Icons";
  font-size: 7rem;
}
ul.flex_btn li.soccer span:before {
  content: "\ea2f";
  font-family: "Material Icons";
  font-size: 7rem;
}
ul.flex_btn li.team span:before {
  content: "\f233";
  font-family: "Material Icons";
  font-size: 7rem;
}
ul.flex_btn li.trophy span:before {
  content: "\ea23";
  font-family: "Material Icons";
  font-size: 7rem;
  color: inherit;
}
ul.flex_btn li.event span:before {
  content: "\e50a";
  font-family: "Material Icons";
  font-size: 7rem;
  color: inherit;
}
ul.flex_btn li.gaiyou span:before {
  content: "\e88e";
  font-family: "Material Icons";
  font-size: 7rem;
  color: inherit;
}
ul.flex_btn li.entry span:before {
  content: "\e22b";
  font-family: "Material Icons";
  font-size: 7rem;
  color: inherit;
}

ul.flex_btn_2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.4rem;
  font-family: "M PLUS Rounded 1c";
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  ul.flex_btn_2 {
    font-size: 1.6rem;
    justify-content: space-around;
  }
}
ul.flex_btn_2.orange li a {
  background-color: #ff992e;
}
ul.flex_btn_2 li {
  flex-basis: 40%;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  ul.flex_btn_2 li {
    flex-basis: 15%;
    text-align: center;
    margin-bottom: 0;
  }
}
ul.flex_btn_2 li a {
  display: block;
  background-color: #2EA0FF;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #fff;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  margin-bottom: 1em;
}
ul.flex_btn_2 li a.green {
  background-color: #00a600;
}
ul.flex_btn_2 li a:hover {
  transform: rotate(720deg);
  -webkit-transform: rotate(720deg);
}
ul.flex_btn_2 li .circle {
  position: relative;
  width: 100%;
}
ul.flex_btn_2 li .circle:before {
  content: "";
  display: block;
  padding-top: 100%; /* 高さを幅の100%に固定 */
}
ul.flex_btn_2 li .circle-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
ul.flex_btn_2 li .circle-inner .box {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
ul.flex_btn_2 li span {
  display: block;
}
ul.flex_btn_2 li.star_1 span:before {
  content: "\e885";
  font-family: "Material Icons outlined";
  font-size: 7rem;
  color: inherit;
}
ul.flex_btn_2 li.star_2 span:before {
  content: "\e839";
  font-family: "Material Icons outlined";
  font-size: 7rem;
  color: inherit;
}
ul.flex_btn_2 li.star_3 span:before {
  content: "\f09a";
  font-family: "Material Icons outlined";
  font-size: 7rem;
  color: inherit;
}
ul.flex_btn_2 li.star_4 span:before {
  content: "\e8d0";
  font-family: "Material Icons outlined";
  font-size: 7rem;
  color: inherit;
}
ul.flex_btn_2 li.time span:before {
  content: "\e8b5";
  font-family: "Material Icons outlined";
  font-size: 8rem;
  color: inherit;
}
ul.flex_btn_2 li.yen span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f157";
  font-size: 6rem;
}
ul.flex_btn_2 li.dantai span:before {
  content: "\f233";
  font-family: "Material Icons";
  font-size: 8rem;
  color: inherit;
}
ul.flex_btn_2 li.kiyaku span:before {
  content: "\e14f";
  font-family: "Material Icons outlined";
  font-size: 7rem;
  color: inherit;
}
ul.flex_btn_2 li.s-menu span:before {
  content: "\ea57";
  font-family: "Material Icons outlined";
  font-size: 7rem;
  color: inherit;
}
ul.flex_btn_2 li.bbq span:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f6d7";
  font-size: 6rem;
}
ul.flex_btn_2 li.bento span:before {
  content: "\f1ea";
  font-family: "Material Icons outlined";
  font-size: 7rem;
  color: inherit;
}
ul.flex_btn_2 li.miyage span:before {
  content: "\e8f6";
  font-family: "Material Icons outlined";
  font-size: 7rem;
  color: inherit;
}

/* テキストボタンを並べて表示 */
ul.btn-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: center;
}
ul.btn-list li {
  flex-basis: auto;
  margin: 0 15px 15px 15px;
}

.txt-btn-shadow i.fa-youtube {
  color: red;
  margin-right: 0.25em;
}

.txt-btn-shadow.white a:hover {
  color: #fff;
  border: 2px solid #000;
}
.txt-btn-shadow.white a:hover i {
  color: #fff;
}

.txt-btn-shadow.white a:hover::after {
  background: orange;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.text-btn {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .text-btn {
    max-width: 40%;
  }
}
.text-btn a {
  display: block;
  background-color: #00b2bd;
  color: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  padding: 0.5em 0;
}
.text-btn a:hover {
  background-color: orange;
  text-decoration: none;
}
.text-btn a:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f111";
  margin-right: 0.25em;
}

.flex-list-2 .text-btn {
  max-width: 100%;
}

.text-btn-orange {
  display: inline-block;
  font-size: 1.4rem;
}
.text-btn-orange a {
  display: block;
  background: orange;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
.text-btn-orange a:hover {
  text-decoration: none;
}

/* ----------------------------
  テーブル設定
---------------------------- */
.table-style-none {
  border: none !important;
  width: 100%;
}
.table-style-none tr {
  border: none !important;
}
.table-style-none tr th {
  padding: 10px !important;
  text-align: left;
  width: auto !important;
  border-bottom: solid 2px #b6b6b6;
  background-color: transparent !important;
}
@media (min-width: 768px) {
  .table-style-none tr th {
    background-color: transparent !important;
    border: none;
  }
}
.table-style-none tr td {
  border: none !important;
  padding: 10px 0 !important;
}

.table-simple {
  font-size: 1.4rem;
  margin-bottom: 15px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .table-simple {
    width: 90%;
    font-size: 1.5rem;
  }
  .table-simple br {
    display: none;
  }
}
.table-simple thead {
  border-bottom: solid 2px #707070;
}
.table-simple thead th {
  width: 33.3333333333%;
}
.table-simple tbody tr {
  border-bottom: dotted 1px #bbbbbb;
}
.table-simple th, .table-simple td {
  border-right: dotted 1px #bbbbbb;
  text-align: center;
}
.table-simple th:last-child, .table-simple td:last-child {
  border-right: none;
}
.table-simple th {
  padding: 0.5em 0;
}
.table-simple td {
  padding: 1em 0;
}

.table-simple.tr-border tbody {
  border-bottom: solid 1px #000;
}

.table-simple_2 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .table-simple_2 {
    width: 90%;
    font-size: 1.5rem;
  }
  .table-simple_2 br {
    display: none;
  }
}
.table-simple_2 thead {
  border-bottom: solid 2px #707070;
}
.table-simple_2 tbody tr {
  border-bottom: dotted 1px #bbbbbb;
}
.table-simple_2 th, .table-simple_2 td {
  border-right: dotted 1px #bbbbbb;
  text-align: center;
}
.table-simple_2 th:last-child, .table-simple_2 td:last-child {
  border-right: none;
}
.table-simple_2 th {
  padding: 0.5em 0;
}
.table-simple_2 td {
  padding: 1em 0;
}

.table-simple_2.tr-border tbody {
  border-bottom: solid 1px #000;
}

.table-price {
  font-size: 1.4rem;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .table-price {
    width: 80%;
    font-size: 1.5rem;
  }
}
.table-price span {
  font-size: x-small;
}
@media (min-width: 768px) {
  .table-price span {
    font-size: small;
  }
}
.table-price thead {
  border-bottom: solid 1px #707070;
}
.table-price thead th,
.table-price thead td {
  text-align: center;
  font-weight: normal;
  border-bottom: dotted 1px #9D9D9D;
  border-right: dotted 1px #9D9D9D;
  padding: 0.5em 0.25em;
}
.table-price thead th:last-child,
.table-price thead td:last-child {
  border-right: none;
}
.table-price thead th:nth-child(even),
.table-price tbody td:nth-child(even) {
  border-right: solid 1px #9D9D9D;
}
.table-price tbody td {
  border-right: dotted 1px #9D9D9D;
  text-align: center;
  padding: 0.25em;
}
@media (min-width: 768px) {
  .table-price tbody td {
    padding: 0.5em;
  }
}
.table-price tbody tr {
  border-bottom: dotted 1px #9D9D9D;
}
.table-price tbody td:last-child {
  border-right: none;
}
.table-price tbody td:first-child {
  white-space: nowrap;
}

.table-style-01 {
  font-size: 1.6rem;
  border-top: solid 2px #4D4D4D;
  border-bottom: solid 2px #4D4D4D;
}
@media (min-width: 768px) {
  .table-style-01 {
    display: table;
  }
}

.table-style-01,
.table-style-01 tbody,
.table-style-01 thead,
.table-style-01 tr,
.table-style-01 td,
.table-style-01 th {
  display: block;
}

.table-style-01 th {
  width: auto;
  background-color: rgba(133, 203, 191, 0.15);
  padding: 1em;
}

.table-style-01 td {
  padding: 1em;
}
.table-style-01 td ol,
.table-style-01 td ul {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1.5em;
}
.table-style-01 td ol li,
.table-style-01 td ul li {
  margin-bottom: 1em;
}
.table-style-01 td ol li:last-child,
.table-style-01 td ul li:last-child {
  margin-bottom: 0;
}
.table-style-01 td ol.no-style,
.table-style-01 td ul.no-style {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.table-style-01 td ol.no-style li,
.table-style-01 td ul.no-style li {
  margin-bottom: 0.5em;
}
.table-style-01 td ol.no-style li:last-child,
.table-style-01 td ul.no-style li:last-child {
  margin-bottom: 0;
}
.table-style-01 td ol:last-of-type,
.table-style-01 td ul:last-of-type,
.table-style-01 td p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .table-style-01 {
    display: table;
  }
  .table-style-01 tbody,
  .table-style-01 thead {
    display: table-row-group;
  }
  .table-style-01 tr {
    display: table-row;
  }
  .table-style-01 td,
  .table-style-01 th {
    display: table-cell;
    padding: 1.5em 2em;
  }
  .table-style-01 th {
    white-space: nowrap;
    text-align: center;
  }
  .table-style-01 tr {
    border-bottom: dotted 2px #9D9D9D;
  }
  table.th-widh-12em th {
    width: 12em;
    white-space: nowrap;
  }
}
.table-style-02 {
  font-size: 1.5rem;
  border-top: solid 2px #4D4D4D;
  border-bottom: solid 2px #4D4D4D;
}
.table-style-02.none-border {
  border: none;
}
@media (min-width: 768px) {
  .table-style-02 {
    display: table;
  }
}

.table-style-02,
.table-style-02 tbody,
.table-style-02 thead,
.table-style-02 tr,
.table-style-02 td,
.table-style-02 th {
  display: block;
}

.table-style-02 th {
  width: auto;
  padding: 0.75em 0.5em;
}

.table-style-02 td {
  padding: 0.25em 0.5em;
}
.table-style-02 td ol,
.table-style-02 td ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.table-style-02 td ol li,
.table-style-02 td ul li {
  margin-bottom: 1em;
}
.table-style-02 td ol li:last-child,
.table-style-02 td ul li:last-child {
  margin-bottom: 0;
}
.table-style-02 td a {
  color: red;
  text-decoration: underline;
}
.table-style-02 td ul.result {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: flex-start;
}
.table-style-02 td ul.result li {
  flex-basis: 26.6666666667%;
  margin-right: 2em;
}
.table-style-02 td ul.result li a[href^="https://"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f35d";
  margin-right: 5px;
}
.table-style-02 td ul.result li a[href^="http://"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f35d";
  margin-right: 5px;
}
.table-style-02 td ul.result li a[href$=".pdf"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c1";
  margin-right: 5px;
}
.table-style-02 td ul.result li a[href$=".xls"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c3";
  margin-right: 5px;
}
.table-style-02 td ul.result li a[href$=".xlsx"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c3";
  margin-right: 5px;
}
.table-style-02 td ul.result li a[href$=".docx"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c2";
  margin-right: 5px;
}
.table-style-02 td ul.result li a[href$=".doc"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c2";
  margin-right: 5px;
}
.table-style-02 td ul.result li:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.table-style-02 tr {
  padding: 1em 0;
  border-bottom: dotted 1px #bbbbbb;
}
.table-style-02 tr:last-of-type {
  border-bottom: none;
}

.table-style-02.none-border tr {
  padding: 1em 0;
  border-bottom: dotted 1px #bbbbbb;
}
.table-style-02.none-border tr:last-of-type {
  border-bottom: dotted 1px #bbbbbb;
}

@media (min-width: 768px) {
  .table-style-02 {
    display: table;
  }
  .table-style-02 tbody,
  .table-style-02 thead {
    display: table-row-group;
  }
  .table-style-02 tr {
    display: table-row;
  }
  .table-style-02 td,
  .table-style-02 th {
    display: table-cell;
    padding: 1.5em 2em;
  }
  .table-style-02 th {
    white-space: nowrap;
    text-align: center;
  }
  .table-style-02 tr {
    border-bottom: dotted 2px #9D9D9D;
  }
}
table.table-style-03 {
  font-size: 1.6rem;
  border: 0;
  width: 100%;
  table-layout: fixed;
}

table.table-style-03 th {
  background-color: #eee;
  display: block;
  border-right: none;
}

table.table-style-03 thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table.table-style-03 tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 0.35em;
  display: block;
  margin-bottom: 0.625em;
}

table.table-style-03 td {
  border-bottom: 1px solid #bbb;
  display: block;
  position: relative;
  padding: 0.625em 0.625em 0.625em 7em;
  border-right: none;
}

table.table-style-03 td::before {
  content: attr(data-label);
  font-weight: bold;
  position: absolute;
  left: 10px;
}

table.table-style-03 td:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  table.table-style-03 {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    table-layout: inherit;
    border-bottom: solid 1px #000;
  }
  table.table-style-03 tr {
    background-color: #fff;
    border: none;
    padding: 0.35em;
    display: table-row;
    margin-bottom: inherit;
  }
  table.table-style-03 th {
    width: 33.3333333333%;
  }
  table.table-style-03 th,
  table.table-style-03 td {
    display: table-cell;
    position: inherit;
    padding: 1em 2em;
    text-align: left;
  }
  table.table-style-03 th {
    text-align: center;
    background-color: transparent;
  }
  table.table-style-03 td {
    border-bottom: dotted 1px #bbb;
  }
  table.table-style-03 thead {
    border: inherit;
    clip: inherit;
    height: inherit;
    margin: inherit;
    overflow: inherit;
    padding: 0;
    position: inherit;
    width: inherit;
    text-align: center;
    border-top: solid 2px #000;
    border-bottom: solid 2px #000;
  }
  table.table-style-03 td::before {
    content: none;
  }
  table.table-style-03 th.bg-green,
  table.table-style-03 td.bg-green {
    background-color: #ecf7f4;
  }
  table.table-style-03 td:last-child {
    border-bottom: dotted 1px #bbb;
  }
}
table.table-style-04 {
  font-size: 1.6rem;
  border: 0;
  width: 100%;
  table-layout: fixed;
}

table.table-style-04 th {
  background-color: #eee;
  display: block;
  border-right: none;
}

table.table-style-04 thead {
  border: none;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

table.table-style-04 tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 0.35em;
  display: block;
  margin-bottom: 0.625em;
}

table.table-style-04 td {
  border-bottom: 1px solid #bbb;
  display: block;
  position: relative;
  padding: 0.625em;
  border-right: none;
}

table.table-style-04 td::before {
  content: attr(data-label);
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
}

table.table-style-04 td:last-child {
  border-bottom: 0;
}

@media (min-width: 768px) {
  table.table-style-04 {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    table-layout: inherit;
  }
  table.table-style-04 tr {
    background-color: #fff;
    border: none;
    padding: 0.35em;
    display: table-row;
    margin-bottom: inherit;
  }
  table.table-style-04 th {
    width: 33.3333333333%;
  }
  table.table-style-04 th,
  table.table-style-04 td {
    display: table-cell;
    position: inherit;
    padding: 1em 2em;
    text-align: center;
  }
  table.table-style-04 th {
    text-align: center;
    background-color: transparent;
  }
  table.table-style-04 td {
    border-bottom: dotted 1px #bbb;
  }
  table.table-style-04 thead {
    border: inherit;
    clip: inherit;
    height: inherit;
    margin: inherit;
    overflow: inherit;
    padding: 0;
    position: inherit;
    width: inherit;
    text-align: center;
    border-bottom: solid 1px #000;
  }
  table.table-style-04 td::before {
    content: none;
  }
  table.table-style-04 th,
  table.table-style-04 td {
    border-right: dotted 1px #bbb;
  }
  table.table-style-04 td:last-child {
    border-bottom: dotted 1px #bbb;
    border-right: none;
  }
  table.table-style-04 th:last-child {
    border-right: none;
  }
}
table.table-dot {
  font-size: 1.6rem;
  width: 100%;
}
table.table-dot span {
  display: block;
  font-size: small;
}
@media (min-width: 992px) {
  table.table-dot span {
    display: inline;
  }
}
table.table-dot tr {
  border-bottom: dotted 1px #bbb;
}
table.table-dot th, table.table-dot td {
  text-align: center;
  padding: 0.5em;
}
table.table-dot th {
  font-size: 1.5rem;
  font-weight: normal;
}
@media (min-width: 992px) {
  table.table-dot th {
    font-size: 1.6rem;
  }
}
table.table-dot.border-r th, table.table-dot.border-r td {
  border-right: 1px dotted #bbb;
}
table.table-dot.border-r th:last-child, table.table-dot.border-r td:last-child {
  border-right: none;
}

table.table-dot-text-left {
  font-size: 1.6rem;
  width: 100%;
}
@media (min-width: 768px) {
  table.table-dot-text-left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
table.table-dot-text-left span {
  display: block;
  font-size: small;
}
@media (min-width: 992px) {
  table.table-dot-text-left span {
    display: inline;
  }
}
table.table-dot-text-left tr {
  border-bottom: dotted 1px #bbb;
}
table.table-dot-text-left th, table.table-dot-text-left td {
  padding: 0.75em;
}
table.table-dot-text-left th {
  font-size: 1.5rem;
  font-weight: normal;
  white-space: nowrap;
}
@media (min-width: 992px) {
  table.table-dot-text-left th {
    font-size: 1.6rem;
  }
}
table.table-dot-text-left.border-r th, table.table-dot-text-left.border-r td {
  border-right: 1px dotted #bbb;
}
table.table-dot-text-left.border-r th:last-child, table.table-dot-text-left.border-r td:last-child {
  border-right: none;
}

/* ----------------------------
  flex
---------------------------- */
ul.flex-list-2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex-list-2 a * {
  color: #707070;
}
ul.flex-list-2 a:hover {
  text-decoration: none;
}
ul.flex-list-2 > li {
  flex-basis: 100%;
  border: solid 2px #d2d2d2;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
}
@media (min-width: 768px) {
  ul.flex-list-2 > li {
    flex-basis: 48%;
    background-color: #fff;
  }
}
ul.flex-list-2 > li .row {
  padding: 1.5em;
}
ul.flex-list-2 > li p.doc {
  margin-bottom: 2em;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  ul.flex-list-2 > li p.doc {
    margin-bottom: 2em;
    font-size: 1.7rem;
    letter-spacing: 1px;
  }
}
ul.flex-list-2 > li p.bikou {
  margin: 0 1.5em 1em;
  font-size: 1.4rem;
}
ul.flex-list-2 > li h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  background-color: #ff004a;
}
ul.flex-list-2 > li h3.blue {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  background-color: #00b2bd;
}
ul.flex-list-2 > li .square-wrap {
  overflow: hidden;
  z-index: 1;
}
ul.flex-list-2 > li .square-wrap img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.flex-list-2 > li .square-wrap img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* 遊ぶ singleページ 2列写真 */
ul.flex-photo-2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex-photo-2 li {
  flex-basis: 48%;
  margin-bottom: 45px;
  background-color: #fff;
}
ul.flex-photo-2 li p {
  padding-left: 1em;
  padding-right: 1em;
}
ul.flex-photo-2 li p a {
  color: #ff004a;
  text-decoration: underline;
}
ul.flex-photo-2 li p span {
  font-size: small;
}
ul.flex-photo-2 li p.text-menu {
  text-align: center;
}

ul.flex-list-1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex-list-1 li {
  flex-basis: 90%;
  border: solid 2px #d2d2d2;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  overflow: hidden;
  margin: 0 auto 60px;
  background-color: #fff;
}
ul.flex-list-1 .row {
  padding: 1.5em;
}
ul.flex-list-1 a:hover {
  text-decoration: none;
}
ul.flex-list-1 h3 {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 1em 0;
  background-color: orange;
}
ul.flex-list-1 .aspect43-wrap {
  overflow: hidden;
  z-index: 1;
}
ul.flex-list-1 .aspect43-wrap img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.flex-list-1 .aspect43-wrap img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

ul.flex4-2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex4-2 li {
  flex-basis: 46%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  ul.flex4-2 li {
    flex-basis: 23%;
  }
}
ul.flex4-2 li .aspect43-wrap {
  margin-bottom: 10px;
}
ul.flex4-2 li p.date {
  font-size: small;
}
ul.flex4-2 li h4 a {
  color: #707070;
  font-size: 1.7rem;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.flex4-2 li h4 a:hover {
  color: #00ad00;
}

ul.flex3-2 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.flex3-2 li {
  flex-basis: 46%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  ul.flex3-2 li {
    flex-basis: 30%;
  }
}
ul.flex3-2 li .aspect43-wrap {
  margin-bottom: 10px;
}
ul.flex3-2 li p.date {
  font-size: small;
}
ul.flex3-2 li p.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden !important;
}
ul.flex3-2 li h4 {
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
ul.flex3-2 li h4 a {
  color: #707070;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
ul.flex3-2 li h4 a:hover {
  color: #00ad00;
}
ul.flex3-2 li .aspect169-wrap {
  margin-bottom: 10px;
}

.gap {
  display: inline-block !important;
  background-color: inherit !important;
  border: none !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}

/* ----------------------------
  施設利用 アイコン
---------------------------- */
ul.attraction_icon {
  margin: 0;
  padding: 15px 20px;
  list-style-type: none;
  font-size: 1.6rem;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
  border: solid 3px #b8b8b8;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
@media (min-width: 992px) {
  ul.attraction_icon {
    border: solid 3px #b8b8b8;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
  }
}
ul.attraction_icon li {
  flex-basis: 48%;
  position: relative;
  padding-left: 40px;
  line-height: 30px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  ul.attraction_icon li {
    flex-basis: auto;
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    margin-bottom: 0;
  }
}
ul.attraction_icon li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
ul.attraction_icon li.icon_01 {
  background-image: url("../../images/common/icon_01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
}
ul.attraction_icon li.icon_02 {
  background-image: url("../../images/common/icon_02.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
}
ul.attraction_icon li.icon_03 {
  background-image: url("../../images/common/icon_03.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
}
ul.attraction_icon li.icon_04 {
  background-image: url("../../images/common/icon_04.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
}
ul.attraction_icon li.icon_05 {
  background-image: url("../../images/common/icon_05.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
}

/* ----------------------------
  アトラクション一覧
---------------------------- */
ul.icon_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  ul.icon_list {
    font-size: 1.6rem;
  }
}
ul.icon_list li {
  margin-bottom: 0.5em;
  line-height: 30px;
  padding: 0.25em 0 0.25em 40px;
  border-bottom: dotted 1px #9f9f9f;
}
ul.icon_list li:last-child {
  border: none;
}
ul.icon_list li.icon_01 {
  background-image: url("../../images/common/icon_01.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
}
ul.icon_list li.icon_02 {
  background-image: url("../../images/common/icon_02.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
}
ul.icon_list li.icon_03 {
  background-image: url("../../images/common/icon_03.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
}
ul.icon_list li.icon_04 {
  background-image: url("../../images/common/icon_04.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
}
ul.icon_list li.icon_05 {
  background-image: url("../../images/common/icon_05.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 30px;
}

/* シングルページ */
.table_icon {
  width: 100%;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .table_icon {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.table_icon th, .table_icon td {
  padding: 1em 0.5em;
}
.table_icon th {
  width: 44px;
}
.table_icon td {
  text-align: left;
}
.table_icon tr {
  border-top: dotted 1px #9d9d9d;
}
.table_icon tr:last-of-type {
  border-bottom: dotted 1px #9d9d9d;
}
.table_icon th {
  width: 5%;
}
.table_icon td {
  width: 45%;
}
.table_icon th.btn-th {
  width: 50%;
}

.table_icon_single {
  font-size: 1.6rem;
}
.table_icon_single tr {
  display: block;
}
.table_icon_single th, .table_icon_single td {
  display: block;
  width: auto;
  box-sizing: border-box;
  padding: 0.5em;
  word-break: break-all;
}
@media (min-width: 992px) {
  .table_icon_single {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .table_icon_single th, .table_icon_single td {
    display: table-cell;
  }
  .table_icon_single th, .table_icon_single td {
    padding: 1em 0.5em;
  }
  .table_icon_single th {
    width: 44px;
  }
  .table_icon_single td {
    text-align: left;
  }
  .table_icon_single tr {
    display: table-row;
    border-top: dotted 1px #9d9d9d;
  }
  .table_icon_single tr:last-of-type {
    border-bottom: dotted 1px #9d9d9d;
  }
  .table_icon_single th {
    width: 5%;
  }
  .table_icon_single td {
    width: 45%;
  }
  .table_icon_single th.btn-th {
    width: 50%;
  }
}

dl.bikou-dl a {
  color: #fe0200;
  text-decoration: underline;
}
dl.bikou-dl img {
  max-width: 100%;
  display: block;
}
dl.bikou-dl dt {
  display: inline-block;
  background: #ff7f1c;
  color: #fff;
  padding: 0.5em 1.5em;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-bottom: 1em;
  min-width: 14em;
  text-align: center;
}
dl.bikou-dl dt.green {
  background-color: #00a600;
}
dl.bikou-dl dd {
  margin-bottom: 3em;
}
dl.bikou-dl dd ul {
  margin: 0 0 1.5em;
  padding: 0;
  list-style-type: none;
}
dl.bikou-dl dd ul li {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
dl.bikou-dl dd ul li:last-child {
  margin-bottom: 0;
}
dl.bikou-dl dd ul li:before {
  content: "●";
  margin-left: -1.5em;
  margin-right: 0.5em;
}
dl.bikou-dl dd ol {
  margin: 1.5em 0 1.5em 0;
  padding: 0;
  list-style-type: decimal !important;
}
dl.bikou-dl dd ol li {
  margin-left: 1.5em;
  margin-bottom: 1em;
}
dl.bikou-dl dd ol li:before {
  content: none;
}
dl.bikou-dl dd ol li:last-child {
  margin-bottom: 0;
}
dl.bikou-dl dd:last-child {
  margin-bottom: 0;
}

/* ----------------------------
  食べる・宿泊
---------------------------- */
.dl_stay {
  font-size: 1.5rem;
}
.dl_stay dt {
  background-color: #F5A600;
  color: #fff;
  display: inline-block;
  min-width: 14em;
  text-align: center;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-bottom: 1.5em;
}
.dl_stay dd {
  margin-bottom: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
}
.dl_stay dd a {
  color: red;
}
.dl_stay dd h4 {
  margin-bottom: 1em;
  font-size: 1.6rem;
  font-weight: bold;
}
.dl_stay dd p.notice {
  font-size: 1.4rem;
  margin-left: 1em;
}
.dl_stay dd p.notice:before {
  content: "※";
  margin-right: 0.25em;
  margin-left: -1.25em;
}
.dl_stay ul {
  list-style-type: none;
  padding-left: 1em;
}
.dl_stay ul li {
  margin-bottom: 1em;
}
.dl_stay ul li:before {
  content: "●";
  margin-right: 0.25em;
  margin-left: -1.25em;
}

/* ----------------------------
  よくある質問
---------------------------- */
dl.faq_list {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.5rem;
  margin-bottom: 45px;
  border: solid 1px #707070;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 1.5em;
  background: #fff;
}
dl.faq_list dt {
  font-size: 1.8rem;
  margin-bottom: 0.75em;
  position: relative;
  padding-left: 30px;
}
@media (min-width: 768px) {
  dl.faq_list dt {
    font-size: 2rem;
    margin-bottom: 1em;
    padding-left: 60px;
  }
}
dl.faq_list dt span {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../../images/common/icon_q.png");
  background-size: cover;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  dl.faq_list dt span {
    width: 40px;
    height: 40px;
  }
}
dl.faq_list dd {
  border-top: dotted 2px #9D9D9D;
  padding-top: 0.75em;
  padding-left: 30px;
  position: relative;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  dl.faq_list dd {
    font-size: 1.6rem;
    padding-top: 1em;
    padding-left: 60px;
  }
}
dl.faq_list dd a {
  color: #E8373D;
}
dl.faq_list dd span {
  position: absolute;
  left: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../../images/common/icon_a.png");
  background-size: cover;
}
@media (min-width: 768px) {
  dl.faq_list dd span {
    width: 40px;
    height: 40px;
  }
}

/* ---------------------------
  財団概要
--------------------------- */
.dropmenu > li {
  visibility: visible;
}

.dropmenu {
  *zoom: 1;
  list-style-type: none;
  min-width: 12em;
  max-width: 22em;
  padding: 0;
  margin: 0;
}

.dropmenu:before, .dropmenu:after {
  content: "";
  display: table;
}

.dropmenu:after {
  clear: both;
}

.dropmenu li {
  display: block;
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: left;
}

.dropmenu li a {
  display: block;
  margin: 0;
  padding: 15px 1em;
  background: #fff;
  border: solid 1px #aaa9ac;
  color: #1d202f;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
}

.dropmenu li a i.fa-search {
  margin-left: 1em;
  position: absolute;
  right: 1em;
}

.dropmenu li a i.fa-chevron-right {
  margin-left: 1em;
  position: inherit;
}

.dropmenu li > a {
  color: #4E4646;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dropmenu li > a:hover {
  color: #4E4646;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.dropmenu li ul {
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-top: none;
  box-sizing: border-box;
  width: 100%;
  border-top: solid 1px #eee;
}

.dropmenu li ul li {
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  margin-top: -1px;
}

.dropmenu li ul li a {
  padding: 1em 0;
  border-top: 1px solid #eee;
  background-color: #fff;
  text-align: left;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin-top: -1px;
}

.dropmenu li ul li:first-child a {
  border-top: none;
}

.dropmenu li ul li a:hover {
  background: #f5f5f5;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #4E4646;
}

#normal li ul {
  display: none;
}

#normal li:hover ul {
  display: block;
}

ul.btn_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.5rem;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (min-width: 768px) {
  ul.btn_list {
    margin: 0;
    font-size: 1.6rem;
  }
}
ul.btn_list li {
  flex-basis: 45%;
  text-align: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  ul.btn_list li {
    flex-basis: 30%;
  }
}
ul.btn_list li li:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  ul.btn_list li li:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}
ul.btn_list li a {
  display: block;
  padding: 0.5em;
  background-color: #00B2BD;
  color: #fff;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}
ul.btn_list li a:hover {
  text-decoration: none;
}

/* ----------------------------
  補助事業
---------------------------- */
article.hojyo-box {
  border-bottom: solid 2px #4D4D4D;
}
article.hojyo-box .material-icons-outlined {
  line-height: 0;
  font-size: 2.4rem;
}
article.hojyo-box h3 {
  background: #ecf7f4;
  border-top: solid 2px #4D4D4D;
  margin: 0;
  padding: 2em 20px;
  font-family: "M PLUS Rounded 1c";
}
article.hojyo-box hr.dot {
  height: 3px;
  background: url("../../images/common/hr_bg_dot.png") repeat-x 0 0;
  border: none;
  margin: 0 0 3em;
}
article.hojyo-box ul.link_file {
  margin: 0 0 2em 20px;
  padding: 0;
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  article.hojyo-box ul.link_file {
    font-size: 1.6rem;
  }
}
article.hojyo-box ul.link_file li {
  display: inline-block;
  margin: 0 1.5em 0 0;
}
article.hojyo-box ul.link_file li a {
  color: #4d4d4d;
}
article.hojyo-box ul.link_file li span {
  margin-right: 5px;
}
article.hojyo-box ul.link_file li a:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c1";
  margin-right: 0.25em;
}
article.hojyo-box ol {
  font-size: 1.5rem;
  margin: 0;
}
@media (min-width: 992px) {
  article.hojyo-box ol {
    font-size: 1.6rem;
  }
}
article.hojyo-box ol > li {
  margin-bottom: 2em;
  border-bottom: dotted 2px #eee;
  padding-bottom: 2em;
}
@media (min-width: 992px) {
  article.hojyo-box ol > li {
    position: relative;
  }
}
article.hojyo-box ol > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
article.hojyo-box ol {
  /* リンクアイコン */
}
article.hojyo-box ol ul {
  margin: 1em 0 0;
  padding: 0;
  list-style-type: none;
}
@media (min-width: 992px) {
  article.hojyo-box ol ul {
    margin: 0;
    text-align: right;
    position: absolute;
    top: 0;
    right: 1em;
  }
}
article.hojyo-box ol ul li {
  display: inline-block;
  margin-right: 1.5em;
  margin-bottom: 0;
  font-size: 1.4rem;
}
@media (min-width: 992px) {
  article.hojyo-box ol ul li {
    margin-right: 1.5em;
    margin-bottom: 0;
  }
}
article.hojyo-box ol ul li:last-child {
  margin-right: 0;
}
article.hojyo-box ol ul li a {
  color: #4d4d4d;
}
article.hojyo-box ol ul li.link span:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f35d";
  margin-right: 0.5em;
}
article.hojyo-box ol ul li.sns span:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f1e0";
  margin-right: 0.5em;
}
article.hojyo-box ol ul li.file span:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c1";
  margin-right: 0.5em;
}

/* ----------------------------
  アクセスマップ
---------------------------- */
.border-box {
  background-color: #fff;
  border: solid 1px #4D4D4D;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  padding: 2em;
}
@media (min-width: 768px) {
  .border-box {
    padding: 5em;
  }
}
.border-box .inner {
  margin-bottom: 45px;
}
.border-box .inner:last-of-type {
  margin-bottom: 0;
}
.border-box ul.link_text {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.5rem;
}
.border-box ul.link_text li {
  margin: 0 0 0.5em 0.25em;
  color: red;
}
.border-box ul.link_text li:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f101";
  margin-right: 0.25em;
}
.border-box ul.link_text a {
  color: red;
  text-decoration: underline;
}

.blue {
  color: #2EA0FF;
}

ul.disc {
  font-size: 1.7rem;
  margin: 0 0 60px 0;
  padding: 0;
  list-style-type: none;
}
ul.disc li {
  margin-bottom: 1em;
  margin-left: 1.25em;
}
ul.disc li span {
  display: block;
  margin-top: 1em;
  font-size: 1.5rem;
}
ul.disc li:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f111";
  margin-right: 0.25em;
  margin-left: -1.25em;
}

ul.cate-list {
  font-size: 1.4rem;
  line-height: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.cate-list li {
  flex-basis: 45%;
  margin: 5px 0;
}
@media (min-width: 768px) {
  ul.cate-list li {
    flex-basis: 18%;
  }
}
ul.cate-list a {
  text-align: center;
  display: block;
  padding: 0.75em 1em;
  color: #fff;
}
ul.cate-list .road {
  background-color: #00a600;
}
ul.cate-list .track {
  background-color: #1363a0;
}
ul.cate-list .mtb {
  background-color: #229d73;
}
ul.cate-list .unicycle {
  background-color: #6485b3;
}
ul.cate-list .bmx {
  background-color: #8fc31f;
}
ul.cate-list .running {
  background-color: #7d60a7;
}
ul.cate-list .fs {
  background-color: #df801e;
}
ul.cate-list .event {
  background-color: #ef8585;
}
ul.cate-list .misc {
  background-color: #9b9b9b;
}
ul.cate-list .r-1 {
  background-color: #6485b3;
}
ul.cate-list .r-2 {
  background-color: #8fc31f;
}
ul.cate-list .r-3 {
  background-color: #00a600;
}
ul.cate-list .r-4 {
  background-color: #1363a0;
}
ul.cate-list .r-5 {
  background-color: #229d73;
}

div.bg-entry {
  position: relative;
  background: #f7a800;
  padding: 0;
}
div.bg-entry .txt-btn-shadow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
div.bg-entry .txt-btn-shadow a:hover {
  border-color: #fff;
}
div.bg-entry div.close-msg {
  font-size: 1.7rem;
  display: inline-block;
  padding: 1em 3em;
  background: #fff;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

div.result-box {
  border: solid 2px #00a600;
  padding: 45px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

ul.sponcer-banner {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  ul.sponcer-banner {
    justify-content: center;
  }
}
ul.sponcer-banner li {
  flex-basis: 45%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  ul.sponcer-banner li {
    flex-basis: 23%;
  }
}

ol.entry-list {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
  display: -ms-flexbox; /*for IE10*/
  display: -webkit-flex; /*for old webkit browser*/
  display: flex;
  -ms-flex-wrap: wrap; /*for IE10*/
  -webkit-flex-wrap: wrap; /*for old webkit browser*/
  flex-wrap: wrap;
  justify-content: flex-start;
}
ol.entry-list li {
  flex-basis: 100%;
  list-style-type: none !important;
}
@media (min-width: 768px) {
  ol.entry-list li {
    flex-basis: auto;
    margin-right: 1.5em;
  }
}
ol.entry-list li a[href^="https://"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f35d";
  margin-right: 5px;
}
ol.entry-list li a[href^="mailto:"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f0e0";
  margin-right: 5px;
}
ol.entry-list li a[href^="http://"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f35d";
  margin-right: 5px;
}
ol.entry-list li a[href$=".pdf"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c1";
  margin-right: 5px;
}
ol.entry-list li a[href$=".xls"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c3";
  margin-right: 5px;
}
ol.entry-list li a[href$=".xlsx"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c3";
  margin-right: 5px;
}
ol.entry-list li a[href$=".docx"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c2";
  margin-right: 5px;
}
ol.entry-list li a[href$=".doc"]:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 400; /* regular style/weight */
  content: "\f1c2";
  margin-right: 5px;
}

/* ----------------------------
  施設案内
---------------------------- */
ul.flex-list-2 h3.orange {
  background-color: #f5a600;
  color: #fff;
}
ul.flex-list-2 h3.orange span {
  font-size: 1.5rem;
  display: block;
}
@media (min-width: 992px) {
  ul.flex-list-2 h3.orange span {
    display: inline;
  }
}
ul.flex-list-2 p.doc_orange {
  color: #ff801e;
  font-size: 2rem !important;
}
ul.flex-list-2 .flex-base100 {
  flex-basis: 100%;
}

ul.notice-list.red li:first-child {
  color: red;
}

/* ----------------------------
  お知らせ
---------------------------- */
.info .aspect43-wrap {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .info .aspect43-wrap {
    margin-bottom: 0;
  }
}
.info h3 {
  font-size: 2.2rem;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .info h3 {
    font-size: 2.4rem;
  }
}
.info h3.important a {
  color: #d91c24;
}
.info h3 a {
  text-decoration: underline;
  color: #00a600;
}
.info p.date {
  font-size: small;
  margin-bottom: 2em;
}
.info p.date span.cate {
  margin-right: 1em;
  text-align: center;
}
.info p.date span.cate a {
  color: #707070;
  padding: 0.5em 1.5em;
  background: #dfdfdf;
}
.info p.date .important a {
  background: #d91c24 !important;
  color: #fff !important;
}
.info p.date .news a {
  background: #00b2bd !important;
  color: #fff !important;
}
.info p.date .cate-1 a {
  background: #00a600 !important;
  color: #fff !important;
}
.info p.date .cate-2 a {
  background: #ff801e !important;
  color: #fff !important;
}
.info p.date .cate-3 a {
  background: #5f7d13 !important;
  color: #fff !important;
}
.info p.date .cate-4 a {
  background: #578bd7 !important;
  color: #fff !important;
}
.info p.date .cate-5 a {
  background: #944ca9 !important;
  color: #fff !important;
}

/* ------------------------
  屋外DAYキャンプ
------------------------ */
.menu-box {
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 30px;
}
.menu-box .menu_orange {
  font-family: "M PLUS Rounded 1c";
  font-weight: bold;
  color: #DB5A24;
  font-size: 2.2rem;
  margin-bottom: 0.25em;
}
@media (min-width: 768px) {
  .menu-box .menu_orange {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.menu-box p {
  margin-bottom: 0;
}
.menu-box .price {
  line-height: 22px;
}
.menu-box .price span {
  font-size: 2.2rem;
}
.menu-box .price:before {
  font-family: "Font Awesome 5 Free"; /* updated font-family */
  font-weight: 900; /* regular style/weight */
  content: "\f157";
  background-color: #ff801e;
  color: #fff;
  padding: 5px 7px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-right: 0.5em;
}

/* ------------------------------------------
  レストラン
------------------------------------------ */
.bg-menu-title {
  background-image: url("../../images/common/bg-eat-title.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #ff992e;
  padding-top: 4em;
  padding-bottom: 4em;
}
.bg-menu-title h2 {
  font-family: "M PLUS Rounded 1c";
  font-size: 3.6rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  line-height: 1;
}

/* ------------------------------------------
  Googleカレンダー
------------------------------------------ */
.cal_wrapper {
  max-width: 960px;
  min-width: 300px;
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 200%;
  height: 0;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media (min-width: 768px) {
  .googlecal {
    padding-bottom: 90%;
  }
}

/*# sourceMappingURL=styles.css.map */
