@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  line-height: 1.428571429;
  font-weight: 500;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
  background-color: #fff;
}
#top-head a {
  text-decoration: none;
}
#top-head .logo {
  position: absolute;
  width: 200px;
  left: 5%;
  top: 10%;
  z-index: 1000;
}
@media only screen and (max-width: 960px) {
  #top-head .logo {
    top: 5px;
    position: fixed;
  }
}
#top-head .logo img {
  width: 100%;
}
#top-head .header-inner {
  position: relative;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 960px) {
  #top-head .header-inner {
    padding-left: inherit;
    padding-right: inherit;
  }
}

@media only screen and (max-width: 960px) {
  #mobile-head {
    width: 100%;
    z-index: 999;
    height: 46px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
#global-nav {
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  #global-nav {
    display: none;
    width: 100%;
    padding-top: 0;
    overflow-y: scroll;
    position: fixed;
    height: 100%;
  }
}
#global-nav ul {
  list-style: none;
}
#global-nav #mainNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: inherit;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 50px;
  }
}
#global-nav #mainNav .mainNavList {
  display: flex;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList {
    display: block;
  }
  #global-nav #mainNav .mainNavList li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#global-nav #mainNav .mainNavList > li {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 3em;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li {
    display: block;
    text-align: left;
    padding: 16px 0;
  }
}
#global-nav #mainNav .mainNavList > li:not(:last-child) {
  border-right: 1px solid #808080;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li:not(:last-child) {
    border-right: none;
  }
}
#global-nav #mainNav .mainNavList a {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #0A0C07;
}
#global-nav #mainNav .mainNavList a:hover {
  color: #C2211C;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList a {
    display: block;
    padding: 10px 16%;
  }
}
#global-nav #mainNav .mainNavList a .small {
  font-size: 13px;
  font-size: 1.3rem;
}
#global-nav #mainNav .mainNavList a.disable {
  color: #9a9a9a;
}
#global-nav #mainNav .mainNavList span {
  display: block;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList span {
    display: inline-block;
  }
}
#global-nav #mainNav .mainNavList .navText-jp {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-jp {
    font-size: inherit;
  }
}
#global-nav #mainNav .mainNavList .navText-en {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-en {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0.5em;
  }
  #global-nav #mainNav .mainNavList .navText-en:before {
    content: "- ";
  }
}

/* Toggle Button */
#menu-icon {
  position: absolute;
  right: 0;
  top: 20%;
  margin-right: 3%;
  display: none;
}
@media only screen and (max-width: 960px) {
  #menu-icon {
    display: inline;
    cursor: pointer;
    background-color: #fff;
  }
  #menu-icon.active {
    background-color: #fff;
  }
  #menu-icon.active .first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
  }
  #menu-icon.active .second {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -12px;
  }
  #menu-icon.active .third {
    display: none;
  }
}
#menu-icon span {
  border: 3px solid #0A0C07;
  width: 30px;
  margin-bottom: 6px;
  display: block;
  transition: all 0.1s;
}

.mega-dropdown {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  width: 94%;
  position: absolute;
  top: 100%;
  left: 2.5%;
  overflow: hidden;
  padding: 20px 5%;
  display: none;
  opacity: 0;
  margin-top: -5px;
  box-sizing: border-box;
  transition: all 0.3s;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown {
    display: block;
    opacity: 1;
    width: 100%;
    position: static;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .mega-dropdown:hover {
    opacity: 1;
    cursor: default;
  }
}
.mega-dropdown.is-active {
  display: block;
  opacity: 1;
  z-index: 1;
  transform: translateY(5px);
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 960px) {
  .mega-dropdown.is-active {
    transform: inherit;
  }
}
.mega-dropdown .row {
  justify-content: space-around;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown .row {
    display: block;
  }
}

.mega-col {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 960px) {
  .mega-col {
    width: 100%;
    float: none;
  }
}
.mega-col li {
  margin: 10px 1em;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: left;
}

/*!
layout > footer
------------------------------
*/
#footer {
  text-align: center;
}
#footer .footerBar {
  background-color: #3a3a3a;
}

#wrapper.sub #footer {
  background-color: #0A0C07;
  color: #fff;
}
#wrapper.sub #footer .copyright {
  margin: 0;
  padding: 16px 0;
}

.copyright {
  margin: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/*!
component > title
------------------------------
*/
.h2Wrap {
  text-align: center;
}

.naviTitle {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 auto 50px;
}
.naviTitle.long {
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.naviTitle.long::after {
  margin-top: 10px;
}
.naviTitle:after {
  background-color: #C2211C; /* 線色 */
  transform: skewX(-30deg);
  width: 100%;
  height: 8px; /* 線幅 */
  margin: 0 auto;
  content: "";
  display: block;
}
@media only screen and (max-width: 600px) {
  .naviTitle:after {
    height: 6px;
  }
}
@media only screen and (max-width: 600px) {
  .naviTitle {
    font-size: 30px;
    font-size: 3rem;
  }
}

.secTitle {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 50px;
  padding-bottom: 5px;
  border-bottom: 3px solid #C2211C;
}

/*!
component > common
------------------------------
*/
a {
  color: #C2211C;
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.red {
  color: #ed1c29;
}

.center {
  text-align: center;
}

.caution {
  color: #ed1c29;
}

.bold {
  font-weight: bold;
}

.transition-common {
  transition: all 0.2s;
}

.shadow-common {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #C2211C;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  display: block;
}
#toTop img {
  width: 100%;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  text-align: center;
}

.btn {
  text-align: center;
  border: none;
  padding: 16px 0.5em 12px;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.btn.std {
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: #C2211C;
}
.btn.std.black {
  background-color: #0A0C07;
}
.btn.disable {
  background-color: #808080;
}

a.btn {
  text-decoration: none;
  display: block;
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #C2211C;
  border-color: #C2211C;
}

/* トップページ専用詳細設定 */
#cancel, #access, #course, #category, #gaiyou, #intro .galleryArea, #intro, #latest .latestArea {
  margin-bottom: 80px;
}

#intro .galleryArea .gallery__hosoku {
  font-size: 12px;
  font-size: 1.2rem;
  color: #3a3a3a;
  line-height: 1.2;
}

#topHeader {
  text-align: center;
}
@media only screen and (max-width: 960px) {
  #topHeader {
    margin-top: 46px;
  }
}
#topHeader #topView {
  width: 100%;
  height: 760px;
  position: relative;
  background: url("../images/bg_header_pc.jpg") center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  #topHeader #topView {
    background: url("../images/bg_header_tb.jpg") center center no-repeat;
    height: 80vh;
  }
}
@media only screen and (max-width: 600px) {
  #topHeader #topView {
    background: url("../images/bg_header_mb.jpg") center center no-repeat;
    background-size: cover;
    height: 50vh;
  }
}
#topHeader #headerContents {
  max-width: 600px;
  padding: 90px 5% 60px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #topHeader #headerContents {
    max-width: 80%;
    padding: 14vh 6% 7vh;
  }
}
@media only screen and (max-width: 600px) {
  #topHeader #headerContents {
    height: 50vh;
    padding: 14vh 5%;
  }
}
#topHeader #headerContents .viewHead .topLead {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1;
  margin-bottom: 40px;
  letter-spacing: 0.3em;
}
@media only screen and (max-width: 600px) {
  #topHeader #headerContents .viewHead .topLead {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
  }
}
#topHeader #headerContents .viewHead .topViewLogo {
  width: 90%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 600px) {
  #topHeader #headerContents .viewHead .topViewLogo {
    margin-bottom: 10px;
  }
}
#topHeader #headerContents .viewBody {
  width: 400px;
  max-width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  #topHeader #headerContents .viewBody {
    width: auto;
    margin-top: 0;
  }
}
#topHeader #headerContents .viewBody img {
  width: 100%;
}
#topHeader #headerContents .viewBody .btn {
  margin-top: 30px;
}
#topHeader #headerContents .viewBody .viewBody__text {
  color: #0A0C07;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 20px 0;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  #topHeader #headerContents .viewBody .viewBody__text {
    font-size: 30px;
    font-size: 3rem;
  }
}

#latest .latestArea {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
@media only screen and (max-width: 600px) {
  #latest .latestArea {
    display: inherit;
  }
}
#latest .latestArea .newsArea {
  width: 100%;
  width: 54%;
}
@media only screen and (max-width: 960px) {
  #latest .latestArea .newsArea {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  #latest .latestArea .newsArea {
    width: 100%;
  }
}
#latest .latestArea .newsArea h4 {
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
}
#latest .latestArea .newsArea .topicList {
  margin: 20px auto 40px;
  max-height: 320px;
  overflow-y: scroll;
}
@media only screen and (max-width: 600px) {
  #latest .latestArea .newsArea .topicList {
    width: 100%;
  }
}
#latest .latestArea .newsArea .topicList li {
  width: 90%;
  list-style: none;
  padding: 1em 2em;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom: 2px solid #0A0C07;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  #latest .latestArea .newsArea .topicList li {
    display: inherit;
  }
}
@media only screen and (max-width: 600px) {
  #latest .latestArea .newsArea .topicList li {
    width: 100%;
  }
}
#latest .latestArea .newsArea .topicList li .topicList__date {
  width: 20%;
  text-align: right;
}
#latest .latestArea .newsArea .topicList li .topicList__text {
  width: 70%;
}
@media only screen and (max-width: 600px) {
  #latest .latestArea .newsArea .topicList li .topicList__text {
    width: 100%;
  }
}
#latest .latestArea .fbArea {
  width: 40%;
}
@media only screen and (max-width: 960px) {
  #latest .latestArea .fbArea {
    width: 48%;
  }
}
@media only screen and (max-width: 600px) {
  #latest .latestArea .fbArea {
    width: 100%;
  }
}

#intro {
  /* gallery */
}
#intro .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 960px) {
  #intro .innerWrap {
    max-width: 94%;
  }
}
#intro .introTitle {
  max-width: 540px;
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.3;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 40px auto;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 960px) {
  #intro .introTitle {
    max-width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  #intro .introTitle {
    max-width: inherit;
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}
#intro p {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 5%;
  margin-bottom: 40px;
}
#intro .galleryArea .gallery {
  display: flex;
  width: 100%;
  height: 288px;
}
@media only screen and (max-width: 600px) {
  #intro .galleryArea .gallery {
    height: inherit;
  }
}
#intro .galleryArea .gallery .imgWrap {
  width: 33.3333%;
  background-size: cover;
}
@media only screen and (max-width: 960px) {
  #intro .galleryArea .gallery .imgWrap {
    height: 25vh;
    width: 50%;
  }
  #intro .galleryArea .gallery .imgWrap.img03 {
    display: none;
  }
}
#intro .galleryArea .gallery .imgWrap.img01 {
  background: url(../images/gallery01.jpg) center center no-repeat;
}
@media only screen and (max-width: 600px) {
  #intro .galleryArea .gallery .imgWrap.img01 {
    background-position: center center;
  }
}
#intro .galleryArea .gallery .imgWrap.img02 {
  background: url(../images/gallery02.jpg) center center no-repeat;
}
@media only screen and (max-width: 600px) {
  #intro .galleryArea .gallery .imgWrap.img02 {
    background-position: center center;
  }
}
#intro .galleryArea .gallery .imgWrap.img03 {
  background: url(../images/gallery03.jpg) center center no-repeat;
}
@media only screen and (max-width: 600px) {
  #intro .galleryArea .gallery .imgWrap.img03 {
    background-position: center center;
  }
}
#intro .galleryArea .gallery__hosoku {
  margin-top: 20px;
  text-align: center;
}

#gaiyou {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
#gaiyou .gaiyouArea {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  background-color: rgba(229, 226, 219, 0.8);
  padding: 30px 5%;
}
#gaiyou .gaiyouArea .gaiyouList {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #gaiyou .gaiyouArea .gaiyouList {
    width: 100%;
  }
}
#gaiyou .gaiyouArea .gaiyou {
  font-feature-settings: "palt" 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #0A0C07;
}
#gaiyou .gaiyouArea .gaiyou:last-child {
  border-bottom: none;
}
#gaiyou .gaiyouArea .gaiyou .gaiyou__title {
  box-sizing: border-box;
  width: 20%;
  text-align: right;
}
#gaiyou .gaiyouArea .gaiyou .gaiyou__text {
  box-sizing: border-box;
  width: 73%;
  min-height: 1.5em;
  vertical-align: middle;
}
#gaiyou .gaiyouArea .gaiyou .btn {
  display: inline-block;
  padding: 5px 1em;
}
#gaiyou .gaiyouArea .gaiyou .btn span {
  display: inline-block;
}
#gaiyou .gaiyouArea .gaiyou .btn span::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  margin-left: 0.6em;
}

#category {
  padding-top: 60px;
  padding-bottom: 80px;
}
#category .innerWrap {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
#category .tableArea {
  text-align: center;
  margin-bottom: 40px;
}
#category .tableArea .catBlock {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #E5E2DB;
  text-align: center;
}
#category .tableArea .catBlock .catTitle {
  font-size: 26px;
  font-size: 2.6rem;
  border-bottom: 2px solid #C2211C;
  padding-bottom: 6px;
}
#category .tableArea .catBlock .catTitleDet {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 6px;
}
#category .tableArea .item {
  background-color: rgba(229, 226, 219, 0.2);
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#category .tableArea .item.sub {
  font-size: 14px;
  font-size: 1.4rem;
}
#category .tableArea .item.sub .em {
  font-size: 18px;
  font-size: 1.8rem;
}
#category .tableArea .item .sub-inner {
  line-height: 1.8;
}
#category .tableArea .item .em {
  font-size: 24px;
  font-size: 2.4rem;
}
#category .tableArea .item .distanceDet {
  margin: 0 auto;
  width: 80%;
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#category .tableArea .item .distanceDet dd {
  min-width: 3em;
}
#category .tableArea .item .distanceDet .distanceTotal {
  font-size: 16px;
  font-size: 1.6rem;
}
#category .tableArea .catHead {
  border-radius: 10px 10px 0 0;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 28px;
  font-size: 2.8rem;
}
#category .tableArea.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 90px, 90px, 90px, 2px, 90px;
  grid-gap: 14px;
}
@media only screen and (max-width: 600px) {
  #category .tableArea.grid {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: repeat(5, 1fr) 40px;
    grid-gap: 0;
  }
}
#category .tableArea.grid .empty {
  grid-column: 1/2;
  grid-row: 1/2;
}
#category .tableArea.grid .mb-view {
  display: none;
}
@media only screen and (max-width: 600px) {
  #category .tableArea.grid .mb-view {
    display: block;
  }
}
#category .tableArea.grid .mb-gap {
  background-color: #fff;
  height: 60px;
}
#category .tableArea.grid .tableArea__head {
  background-color: #E5E2DB;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 5%;
}
@media only screen and (max-width: 600px) {
  #category .tableArea.grid .tableArea__head {
    background-color: rgba(229, 226, 219, 0.5);
  }
}
#category .tableArea.grid .catBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 5%;
}
#category .tableArea.grid .item {
  padding: 20px 5%;
  line-height: 1.2;
}
#category .tableArea.grid .border-h {
  background-color: #0A0C07;
  grid-column: 1/6;
  grid-row: 5/6;
  border: 1px solid #0A0C07;
}
@media only screen and (max-width: 600px) {
  #category .tableArea.grid .border-h {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #category .tableArea.grid .grid-item02 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  #category .tableArea.grid .grid-item03 {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  #category .tableArea.grid .grid-item04 {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  #category .tableArea.grid .grid-item05 {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  #category .tableArea.grid .grid-item06 {
    grid-column: 1/3;
    grid-row: 1/2;
  }
  #category .tableArea.grid .grid-item07 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  #category .tableArea.grid .grid-item08 {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  #category .tableArea.grid .grid-item09 {
    grid-column: 2/3;
    grid-row: 4/5;
  }
  #category .tableArea.grid .grid-item10 {
    grid-column: 2/3;
    grid-row: 5/6;
  }
  #category .tableArea.grid .grid-item11 {
    grid-column: 1/3;
    grid-row: 7/8;
  }
  #category .tableArea.grid .grid-item12 {
    grid-column: 2/3;
    grid-row: 8/9;
  }
  #category .tableArea.grid .grid-item13 {
    grid-column: 2/3;
    grid-row: 9/10;
  }
  #category .tableArea.grid .grid-item14 {
    grid-column: 2/3;
    grid-row: 10/11;
  }
  #category .tableArea.grid .grid-item15 {
    grid-column: 2/3;
    grid-row: 11/12;
  }
  #category .tableArea.grid .grid-item16 {
    grid-column: 1/3;
    grid-row: 13/14;
  }
  #category .tableArea.grid .grid-item17 {
    grid-column: 2/3;
    grid-row: 14/15;
  }
  #category .tableArea.grid .grid-item18 {
    grid-column: 2/3;
    grid-row: 15/16;
  }
  #category .tableArea.grid .grid-item19 {
    grid-column: 2/3;
    grid-row: 16/17;
  }
  #category .tableArea.grid .grid-item20 {
    grid-column: 2/3;
    grid-row: 17/18;
  }
  #category .tableArea.grid .grid-item21 {
    grid-column: 1/2;
    grid-row: 18/19;
  }
  #category .tableArea.grid .grid-item22 {
    grid-column: 1/3;
    grid-row: 19/20;
  }
  #category .tableArea.grid .grid-item23 {
    grid-column: 2/3;
    grid-row: 20/21;
  }
  #category .tableArea.grid .grid-item24 {
    grid-column: 2/3;
    grid-row: 21/22;
  }
  #category .tableArea.grid .grid-item25 {
    grid-column: 2/3;
    grid-row: 22/23;
  }
  #category .tableArea.grid .grid-item26 {
    grid-column: 2/3;
    grid-row: 23/24;
  }
  #category .tableArea.grid .grid-item27 {
    grid-column: 1/2;
    grid-row: 8/9;
  }
  #category .tableArea.grid .grid-item28 {
    grid-column: 1/2;
    grid-row: 9/10;
  }
  #category .tableArea.grid .grid-item29 {
    grid-column: 1/2;
    grid-row: 10/11;
  }
  #category .tableArea.grid .grid-item30 {
    grid-column: 1/2;
    grid-row: 11/12;
  }
  #category .tableArea.grid .grid-item31 {
    grid-column: 1/2;
    grid-row: 14/15;
  }
  #category .tableArea.grid .grid-item32 {
    grid-column: 1/2;
    grid-row: 15/16;
  }
  #category .tableArea.grid .grid-item33 {
    grid-column: 1/2;
    grid-row: 16/17;
  }
  #category .tableArea.grid .grid-item34 {
    grid-column: 1/2;
    grid-row: 17/18;
  }
  #category .tableArea.grid .grid-item35 {
    grid-column: 1/2;
    grid-row: 20/21;
  }
  #category .tableArea.grid .grid-item36 {
    grid-column: 1/2;
    grid-row: 21/22;
  }
  #category .tableArea.grid .grid-item37 {
    grid-column: 1/2;
    grid-row: 22/23;
  }
  #category .tableArea.grid .grid-item38 {
    grid-column: 1/2;
    grid-row: 23/24;
  }
  #category .tableArea.grid .grid-item39 {
    grid-column: 1/3;
    grid-row: 6/7;
  }
  #category .tableArea.grid .grid-item40 {
    grid-column: 1/3;
    grid-row: 12/13;
  }
  #category .tableArea.grid .grid-item41 {
    grid-column: 1/3;
    grid-row: 18/19;
  }
}
#category .catHosoku {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#category .prekids {
  padding-bottom: 80px;
  margin-bottom: 40px;
  border-bottom: 2px solid #0A0C07;
}
#category .prekids .prekids__title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
  border-bottom: 2px solid #C2211C;
  padding-bottom: 6px;
  text-align: center;
}
#category .prekids p {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
#category .prekids .col-2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  #category .prekids .col-2 {
    display: inherit;
  }
}
#category .prekids .col-2 > * {
  width: 48%;
}
@media only screen and (max-width: 600px) {
  #category .prekids .col-2 > * {
    width: 100%;
  }
}
#category .prekids .prekids__table--title {
  background-color: #E5E2DB;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
  padding: 14px 5%;
}
@media only screen and (max-width: 600px) {
  #category .prekids .prekids__table--title {
    background-color: rgba(229, 226, 219, 0.5);
  }
}
#category .prekids .prekids__table--text {
  padding: 14px 5%;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#category .prekids .prekids__table--text .distance {
  display: flex;
  flex-wrap: wrap;
}
#category .prekids .prekids__table--text .distance dt {
  padding-top: 10px;
  width: 26%;
}
#category .prekids .prekids__table--text .distance dd {
  padding-top: 10px;
  width: 64%;
}
#category .prekids .prekids__table--text .em {
  font-size: 24px;
  font-size: 2.4rem;
}
#category .prekids .prekids__rule--title {
  margin-top: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

#prekids .box {
  border: 2px solid #C2211C;
  box-sizing: border-box;
  padding: 12px 5%;
  margin: 20px 0;
}
#prekids .box .caution__title {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 16px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}
#prekids .box p {
  text-align: left;
}

#course .mapArea {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
@media only screen and (max-width: 600px) {
  #course .mapArea {
    width: 90%;
    margin: 0 auto;
  }
}
#course .mapArea img {
  width: 100%;
}
#course .mapArea img.prekids {
  width: auto;
  max-height: 750px;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #course .mapArea img.prekids {
    width: 100%;
    max-height: inherit;
  }
}
#course .mapArea .hosoku {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
#course .mapArea .mapImg {
  display: block;
}
#course .mapArea .lapWrap {
  margin: 0 auto;
}
#course .mapArea .lap {
  display: inline-block;
  min-width: 40%;
  margin: 0 10px;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
  #course .mapArea .lap {
    width: 100%;
    margin: 0 0 10px;
  }
}
#course .mapArea .lap .lap__name {
  background-color: #0A0C07;
  border: 4px solid #0A0C07;
  color: #fff;
  box-sizing: border-box;
  padding-left: 3%;
  padding-right: 3%;
  height: 68px;
  line-height: 68px;
  width: 24%;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 600px) {
  #course .mapArea .lap .lap__name {
    line-height: inherit;
    height: 62px;
    font-size: 12px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
  }
}
#course .mapArea .lap .lap__det {
  width: 70%;
  height: 60px;
  line-height: 60px;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 4px solid #0A0C07;
}
@media only screen and (max-width: 600px) {
  #course .mapArea .lap .lap__det {
    width: inherit;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    height: 54px;
    display: flex;
    align-items: center;
  }
}
#course .mapArea .lap .lap__det p {
  text-align: center;
}
#course .mapArea .lap .lap__det p .lapNum {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 600px) {
  #course .mapArea .lap .lap__det p .lapNum {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
#course .mapArea .lap .lap__det p .run {
  color: #C2211C;
}
#course .mapArea .lap .lap__det p .bike {
  color: #253C5D;
}
#course .mapArea .lap .lap__det p .bike::before, #course .mapArea .lap .lap__det p .bike::after {
  content: " / ";
}
#course .tabs {
  width: 100%;
  margin: 10px auto;
  position: relative;
}
#course .tab-buttons span {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #0A0C07;
  background: #fff;
  cursor: pointer;
  border-bottom: 3px solid #0A0C07;
  display: block;
  width: 25%;
  float: left;
  text-align: center;
  height: 70px;
  line-height: 70px;
}
@media only screen and (max-width: 600px) {
  #course .tab-buttons span {
    height: 60px;
    line-height: 1.2;
  }
}
#course .tab-content {
  padding: 15px;
  background-color: #EDEAE3;
  display: inline-block;
  color: #333;
  width: 100%;
}
#course #lamp {
  width: 25%;
  height: 5px;
  background: #C2211C;
  display: block;
  position: absolute;
  top: 58px;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
@media only screen and (max-width: 600px) {
  #course #lamp {
    top: 48px;
  }
}
#course #lamp.content3 {
  left: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
#course #lamp.content2 {
  left: 50%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
#course #lamp.content4 {
  left: 75%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}
#course #lamp.content1 {
  left: 25%;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
}

#access {
  text-align: center;
  letter-spacing: 0.15em;
}
#access .accessArea {
  box-sizing: border-box;
  min-height: 400px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 60px 0;
  background: url(../images/bg_access_pc.jpg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 600px) {
  #access .accessArea {
    min-height: 60vh;
    background: url(../images/bg_access_mb.jpg) center center no-repeat;
    background-size: cover;
  }
}
#access .accessArea .innerWrap {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
#access .accessArea h3 {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}
#access .accessArea .address {
  margin-bottom: 40px;
  line-height: 1.3;
}

.tokutenBlock {
  margin-bottom: 80px;
}
.tokutenBlock .oyuba {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .tokutenBlock .oyuba {
    display: inherit;
  }
}
.tokutenBlock .oyuba .textArea {
  width: 44%;
}
@media only screen and (max-width: 600px) {
  .tokutenBlock .oyuba .textArea {
    width: 100%;
  }
}
.tokutenBlock .oyuba .imgArea {
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .tokutenBlock .oyuba .imgArea {
    width: 100%;
  }
}
.tokutenBlock .oyuba .imgArea img {
  width: 100%;
}
.tokutenBlock h3 {
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
}
.tokutenBlock .innerWrap {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}
.tokutenBlock p {
  margin-top: 20px;
}

#cancel {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
#cancel .topicBlock .topicTitle {
  font-family: "M PLUS 1", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 20px;
  border-left: 5px solid #C2211C;
  padding: 14px 0.5em 12px;
}
#cancel .topicBlock .topicList {
  background-color: rgba(229, 226, 219, 0.5);
  box-sizing: border-box;
  padding: 20px 5%;
  margin-top: 20px;
  margin-bottom: 40px;
}
#cancel .topicBlock .topicList li {
  list-style: none;
  padding: 10px 5% 10px 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  text-indent: -1.65em;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 600px) {
  #cancel .topicBlock .topicList li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
#cancel .topicBlock .topicList li::before {
  font-size: 10px;
  margin-right: 0.3em;
  color: #C2211C;
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  text-indent: 1em;
  margin-right: 1em;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
#cancel .cancel__head {
  padding: 16px 1em;
  margin-top: 30px;
  box-sizing: border-box;
  background-color: #E5E2DB;
}
#cancel p {
  margin-top: 10px;
  padding-left: 1em;
  line-height: 2;
}

#entry {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  #entry {
    padding: 0;
    width: 94%;
    margin: 0 auto;
  }
}
#entry .entryText {
  max-width: 500px;
  margin: 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}
#entry .btnArea {
  margin-bottom: 40px;
}
#entry .btn.large.withIcn {
  min-width: 440px;
  box-sizing: border-box;
  display: inline-block;
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 30px 5%;
}
@media only screen and (max-width: 600px) {
  #entry .btn.large.withIcn {
    font-size: 20px;
    font-size: 2rem;
    display: block;
    padding: 20px 3%;
    min-width: inherit;
    width: 100%;
  }
}
#entry .btn.large.withIcn i {
  margin-right: 0.5em;
}
#entry .spoen {
  background-color: #fff;
  color: #0675A9;
  border: 4px solid #0675A9;
}
#entry .spoen.disable {
  color: #808080;
  border: 4px solid #808080;
}

#footer {
  background-color: #3a3a3a;
  height: 200px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
/*# sourceMappingURL=home.css.map */