@charset "utf-8";
/* CSS Document */
header,
.hamburgerMenu {
  background: #10505c !important;
}
/* -------------------  見出し・本文  ------------------- */
body {
  font-family:
    "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
body p {
  font-size: 15px;
  line-height: 1.85em;
  padding: 8px 0;
}
body a {
  color: inherit;
}
body a:hover {
  opacity: 0.8;
}
body ul li {
  font-size: 13px;
  padding: 5px 0;
}
.no-br {
  display: inline-block;
  font-size: unset;
}
.mincho {
  font-family:
    "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
    "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h3,
h4 {
  font-weight: bold;
}
h3 {
  padding: 0 6px;
  border-left: solid 6px;
}
.notes {
  font-size: 11px;
  padding-left: 1em;
}
.notes::before {
  content: "※";
  margin-left: -1em;
}
.catch-size0 {
  font-size: 0;
  text-align: center;
}
.x-large {
  font-size: 2em;
}
.large {
  font-size: 1.35em;
}
.small {
  font-size: 0.75em;
}

img.button {
  width: 100%;
}

/* -------------------  ボックス  ------------------- */
main {
  padding-top: 80px;
}
.wrapper {
  padding-top: 70px;
  padding-bottom: 70px;
}
.col-1 {
  width: 100%;
}
.col-1-w860 {
  width: 100%;
  max-width: 860px;
  margin: auto;
}
.flex-wrap {
  display: flex;
  justify-content: center;
}
.flex-item {
  width: 260px;
  height: 215px;
  margin: 15px;
}
.reverse {
  flex-direction: row-reverse;
}
/*.textbox {
	text-align: center;
}*/
.textbox a.button {
  display: inline-block;
  text-align: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 12px 20px;
  border: solid 1px white;
  color: #fff;
}
.textbox a.button:hover {
  opacity: 0.8;
}

/* -------------------  スライダー  ------------------- */
#alter .slider .item {
  background: #eee;
  padding: 26px;
  display: flex;
  height: auto;
  margin-top: 50px;
}
#alter .slider .item img {
  width: 100%;
  max-width: 330px;
  max-height: 360px;
}
#alter .slider .item p {
  text-align: left;
  color: #3c6e6f;
  margin: 0 20px;
}

/* -------------------  メディアクエリ  ------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .notes {
    font-size: 10px;
  }
  .wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }
  .slider {
    width: 100%;
  }
  .slick-prev {
    left: 0px !important;
    z-index: 1;
  }
  .slick-next {
    right: 0px !important;
  }
  .slick-prev:before,
  .slick-next:before {
    color: #60b5b6 !important;
  }
}
@media screen and (max-width: 767px) {
  #nav-bar ul.head-menu {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  main {
    padding-top: 60px;
  }
}
@media screen and (max-width: 414px) {
  body p,
  body {
    font-size: 15px;
  }
  .textbox {
    text-align: left;
  }
  .read br {
    display: none;
  }
  .flex-wrap {
    display: block;
  }
  .flex-item {
    width: auto;
  }
  .col-2-2 {
    margin: auto;
  }
  #alter .slider .item {
    display: block;
  }
}
