* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-family: brandon-grotesque, dnp-shuei-mgothic-std, sans-serif;
  line-height: 1.8;
  letter-spacing: 0.12rem;
  color: #42210b;
  position: relative;
}

h1 {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}
img.pc400px-sp100p {
  width: 400px;
}

.inner {
  padding: 64px 0;
}

.wrapper {
  max-width: 1000px;
  padding: 0 4%;
  margin: 0 auto;
}

.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn-common {
  max-width: 240px;
  width: 100%;
  padding-top: 40px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.under-line {
  text-decoration: underline;
}

.fs-32 {
  font-size: 32px;
}

.fs-24 {
  font-size: 24px;
}

.fs-16 {
  font-size: 16px;
}

.fs-14 {
  font-size: 14px;
}

.fs-10 {
  font-size: 10px;
}

.f-bold {
  font-weight: bold;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.f-white {
  color: #fff;
}

.bg-black-1 {
  background-color: #333;
}

.bg-blue-1 {
  background-color: #0099ce;
}

.bg-blue-2 {
  background-color: #00afec;
}

.center {
  text-align: center;
}

.inline-block {
  display: inline-block;
}

.pankuzu {
  padding-top: 24px;
}
.pankuzu .pankuzu-block {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  vertical-align: middle;
  line-height: 1;
}
.pankuzu .pankuzu-block .home-img {
  max-width: 18px;
  width: 100%;
}
.pankuzu .pankuzu-block .current-text {
  font-size: 14px;
  color: #808080;
  padding-left: 12px;
}

.section-title {
  text-align: center;
  position: relative;
}
.section-title h2 {
  font-size: 24px;
  font-weight: 700;
}
.section-title .icon-img {
  max-width: 108px;
  margin: 0 auto;
  padding-top: 12px;
}

.section-body {
  padding-top: 40px;
}

.text {
  font-size: 18px;
  line-height: 2;
}

.under-blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #c5e5f5));
  background: linear-gradient(transparent 50%, #c5e5f5 50%);
}

.under-wave-blue {
  -webkit-text-decoration: underline wavy #1799d6;
          text-decoration: underline wavy #1799d6;
}

.under-green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #dbd5d1));
  background: linear-gradient(transparent 50%, #dbd5d1 50%);
}

.padding-top-zero {
  padding-top: 0 !important;
}

.board-block-blue {
  background-color: #dcf0f9;
  background-image: url(../images/common/board_blue_r_t.png), url(../images/common/board_blue_r_b.png), url(../images/common/board_blue_l_t.png), url(../images/common/board_blue_l_b.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 40px, 40px, 40px, 40px;
  background-position: right top, right bottom, left top, left bottom;
  border-radius: 12px;
  padding: 40px 32px;
  -webkit-box-shadow: 8px 8px 0 0 #ccc;
          box-shadow: 8px 8px 0 0 #ccc;
}

.board-block-yellow {
  background-color: #fbf7e5;
  background-image: url(../images/common/board_y_r_t.png), url(../images/common/board_y_r_b.png), url(../images/common/board_y_l_t.png), url(../images/common/board_y_l_b.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 40px, 40px, 40px, 40px;
  background-position: right top, right bottom, left top, left bottom;
  border-radius: 12px;
  padding: 40px 32px;
  -webkit-box-shadow: 8px 8px 0 0 #ccc;
          box-shadow: 8px 8px 0 0 #ccc;
}

.board-block-white {
  background-color: #fff;
  background-image: url(../images/common/board_blue_r_t.png), url(../images/common/board_blue_r_b.png), url(../images/common/board_blue_l_t.png), url(../images/common/board_blue_l_b.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 40px, 40px, 40px, 40px;
  background-position: right top, right bottom, left top, left bottom;
  border-radius: 12px;
  padding: 40px 32px;
  -webkit-box-shadow: 8px 8px 0 0 #ccc;
          box-shadow: 8px 8px 0 0 #ccc;
}

.gmap {
  position: relative;
  padding-top: 30px;
}
.gmap img {
  border: 2px solid #42210b;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.circle-img img {
  border-radius: 56px;
}

.main .main-block {
  padding-top: 24px;
}
.main .main-block .main-item {
  max-width: 50%;
  width: 100%;
}
.main .main-block .title-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #b9e0f3;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.main .main-block .title-block .icon-img {
  max-width: 64px;
  width: 100%;
}
.main .main-block .title-block .main-title {
  padding-left: 16px;
}
.main .main-block .title-block .main-title h1 {
  font-size: 32px;
  letter-spacing: 0.24em;
  line-height: 1.8;
  font-weight: bold;
}

.section-sub-title h3 {
  font-size: 20px;
}

@media only screen and (max-width: 600px) {
  .inner {
    padding: 40px 0;
  }
  .sp-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sp-flex-wrap-r {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .sp-padding-b-m {
    padding-bottom: 24px;
  }
  .sp-padding-t-m {
    padding-top: 24px;
  }
  .btn-common {
    max-width: 100%;
    padding-top: 24px;
    text-align: center;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .fs-32 {
    font-size: 28px;
  }
  .fs-24 {
    font-size: 20px;
  }
  .fs-16 {
    font-size: 14px;
  }
  .fs-14 {
    font-size: 12px;
  }
  .section-title h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .section-title .icon-img {
    max-width: 80px;
  }
  .section-body {
    padding-top: 24px;
  }
  .board-block-blue {
    padding: 32px 24px;
    -webkit-box-shadow: 6px 6px 0 0 #ccc;
            box-shadow: 6px 6px 0 0 #ccc;
  }
  .board-block-yellow {
    padding: 32px 24px;
    -webkit-box-shadow: 6px 6px 0 0 #ccc;
            box-shadow: 6px 6px 0 0 #ccc;
  }
  .board-block-white {
    padding: 32px 24px;
    -webkit-box-shadow: 6px 6px 0 0 #ccc;
            box-shadow: 6px 6px 0 0 #ccc;
  }
  .main .main-block {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 0;
  }
  .main .main-block .main-item {
    max-width: 100%;
  }
  .main .main-block .title-block {
    background-color: #fff;
    padding-bottom: 20px;
  }
  .main .main-block .title-block .icon-img {
    max-width: 52px;
  }
  .main .main-block .title-block .main-title {
    padding-left: 8px;
  }
  .main .main-block .title-block .main-title h1 {
    font-size: 26px;
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
  .pankuzu .pankuzu-block .current-text {
    font-size: 12px;
    padding-left: 8px;
  }
  .section-sub-title h3 {
    text-align: center;
  }
}
@media only screen and (max-width: 480px) {
  .inner {
    padding: 32px 0;
  }
  .wrapper {
    padding: 0 6%;
  }
  img.pc400px-sp100p {
    width: 100%;
  }
  img.pc500px-sp100p {
    width: 100%;
  }
  .text {
    font-size: 16px;
  }
  .section-sub-title h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .gmap-top {
    position: relative;
    padding-top: 30px;
  }
  .gmap-top iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .gmap-top.type-2 {
    padding-bottom: auto;
  }
}