@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
------------------------------
*/
.header-inner {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding: 5px 2%;
}

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

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

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

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

mai .secTitle, mai .secBlock__title {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 50px;
  padding-bottom: 5px;
}

/*!
component > common
------------------------------
*/
a {
  color: #00BAE0;
  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);
}

/* aquathlon-kurahashi専用設定 */
#header {
  background-color: #fff;
  border-bottom: 2px solid #00BAE0;
}
#header img {
  width: 50%;
  max-width: 200px;
}

.btn-back {
  color: #00BAE0;
}

#headerBar {
  background-color: #fff;
  border-bottom: 2px solid #00BAE0;
}
#headerBar img {
  width: 50%;
  max-width: 240px;
}

#footer {
  background-color: rgba(10, 12, 7, 0.8);
}

.entrydetailHead .catBar {
  background-color: #00BAE0;
  color: #fff;
}

.btn-std {
  background-color: #00BAE0;
}

.btn-detail {
  background-color: #00BAE0 !important;
}

.ng-txt-hosoku {
  width: inherit;
}

.userInfo dd.capclr-title {
  letter-spacing: -0.06em;
}
.userInfo dd.yellow {
  color: #F4E028;
}
.userInfo dd.pink {
  color: #E65498;
}
.userInfo dd .icon-icon_cap {
  font-size: 40px;
  font-size: 4rem;
  vertical-align: middle;
}

/*!
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: #00BAE0;
}
.btn.std.black {
  background-color: #0A0C07;
}

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

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

.disable:hover {
  cursor: default;
}

.btn-line {
  max-width: 280px;
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.5);
  color: #00BAE0;
  border-color: #00BAE0;
}

.logo img {
  width: 30%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  padding-right: 5%;
  padding-left: 5%;
  margin-top: 40px;
}
.innerWrap p {
  margin-bottom: 10px;
}

.secBlock__title {
  text-align: left;
  font-size: 24px;
  font-size: 2.4rem;
}

.mapsize {
  margin-bottom: 5px;
}
.mapsize img {
  max-width: 100%;
}

.detailTitleArea {
  background-color: #efefef;
  padding: 20px 0;
  margin-bottom: 30px;
}
.detailTitleArea .detailTitleList {
  display: flex;
  justify-content: space-evenly;
}
@media only screen and (max-width: 600px) {
  .detailTitleArea .detailTitleList {
    display: inherit;
  }
}
.detailTitleArea .detailTitleList li {
  display: block;
  position: relative;
  width: 22%;
}
@media only screen and (max-width: 600px) {
  .detailTitleArea .detailTitleList li {
    width: 90%;
    margin-bottom: 10px;
    margin-right: 5%;
    margin-left: 5%;
  }
}
.detailTitleArea .detailTitleList li.nolink {
  border-color: #dadada;
}
.detailTitleArea .detailTitleList li a {
  background-color: #3a3a3a;
  border-radius: 8px;
  text-align: left;
  display: block;
  text-decoration: none;
  line-height: 1.2;
  color: #fff;
  padding: 16px 0;
  text-align: center;
}
.detailTitleArea .detailTitleList li a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: 8px;
  top: 50%;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #00BAE0 transparent transparent transparent;
}
.detailTitleArea .detailTitleList li a.disable {
  color: #808080;
}
.detailTitleArea .detailTitleList li a.disable:after {
  display: none;
}

.detailHeadArea {
  background-color: #f2f2f2;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  padding-right: 0;
  padding-left: 0;
}
.detailHeadArea h3 {
  text-align: center;
  background-color: #00BAE0;
  line-height: 1;
  padding: 8px 1em;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.btnArea {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.btnArea .btn {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  min-width: 260px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  box-sizing: border-box;
  padding: 16px 1em;
  margin-left: 1em;
  margin-right: 1em;
}
@media only screen and (max-width: 600px) {
  .btnArea .btn {
    margin-bottom: 20px;
  }
}
.btnArea .btn.disable {
  background-color: #b7b7b7;
}

.secTitle, .secBlock__title {
  border-left: 5px solid #00BAE0;
  padding: 5px 0 5px 10px;
  margin-bottom: 10px;
}

.detBlock {
  margin-bottom: 60px;
}
.detBlock > h4 {
  background-color: rgba(0, 186, 224, 0.5);
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 20px 2em;
  margin-bottom: 18px;
}
@media only screen and (max-width: 600px) {
  .detBlock > h4 {
    padding: 16px 5%;
  }
}
.detBlock .detHead {
  background-color: #efefef;
  padding: 20px 2em;
  box-sizing: border-box;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .detBlock .detHead {
    padding: 10px 5%;
  }
}
.detBlock .detBody {
  padding-left: 2em;
  padding-right: 2em;
}
@media only screen and (max-width: 600px) {
  .detBlock .detBody {
    padding-left: 5%;
    padding-right: 5%;
  }
  .detBlock .detBody.nopadding {
    padding-left: 0;
    padding-right: 0;
  }
}
.detBlock .detBody h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 16px;
  margin-top: 30px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 3px solid #00BAE0;
}
.detBlock .detBody h5 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  border-left: 5px solid #00BAE0;
  padding: 10px 0.5em;
  background-color: #efefef;
  display: inline-block;
}
.detBlock .detBody h5.inline {
  margin-top: 8px;
}
.detBlock .detBody h6 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 20px;
  border-bottom: 2px solid #808080;
}
.detBlock .detBody img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 66%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 960px) {
  .detBlock .detBody img {
    max-width: 100%;
  }
}
.detBlock .detBody img.mapimg {
  max-width: 100%;
  margin-bottom: 0;
}
.detBlock .detBody .map .hosoku {
  font-size: 13px;
  font-size: 1.3rem;
}
.detBlock .detBody .map__col2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 600px) {
  .detBlock .detBody .map__col2 {
    display: inherit;
  }
}
.detBlock .detBody .map__col2 .map {
  width: 47%;
}
@media only screen and (max-width: 600px) {
  .detBlock .detBody .map__col2 .map {
    width: 100%;
  }
}
.detBlock .detBody .map-c {
  width: 60%;
  margin: 20px auto;
}
@media only screen and (max-width: 600px) {
  .detBlock .detBody .map-c {
    width: 100%;
  }
}
.detBlock .detBody iframe {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .detBlock .detBody iframe {
    max-width: 100%;
    width: auto;
  }
}
.detBlock p {
  margin: 10px 0;
  line-height: 1.8;
}
.detBlock .arrow-down {
  display: block;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 24px;
  font-size: 2.4rem;
}
/*# sourceMappingURL=guide.css.map */