#page.in.hall .hall-cta {
  margin-top: 80px;
  position: relative;
  border: 2px solid #3bb0bf;
  background: #f4f4f4;
  border-radius: 12px;
  padding: 70px 20px 54px;
  text-align: center;
}
#page.in.hall .hall-cta .hall-cta-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 670px;
  height: 60px;
  font-size: 26px;
  font-weight: 700;
}
#page.in.hall .hall-cta .hall-cta-ttl-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #3bb0bf;
  color: #fff;
  border: 2px solid #3bb0bf;
  border-radius: 100px 0 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
#page.in.hall .hall-cta .hall-cta-ttl-main img {
  width: 21px;
}
#page.in.hall .hall-cta .hall-cta-ttl-sub {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  color: #3bb0bf;
  border: 2px solid #3bb0bf;
  border-radius: 0 100px 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
#page.in.hall .hall-cta .hall-cta-ttl-sub img {
  width: 23px;
}
#page.in.hall .hall-cta .hall-cta-tel {
  margin-bottom: 30px;
}
#page.in.hall .hall-cta .hall-cta-tel a {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
#page.in.hall .hall-cta .hall-cta-tel-num {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 457px;
          flex: 0 1 457px;
}
#page.in.hall .hall-cta .hall-cta-tel-sub {
  font-weight: 500;
}
#page.in.hall .hall-cta .hall-cta-tel-sub > p {
  border: 1px solid #3bb2c1;
  color: #3bb2c1;
  background: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.02em;
  padding: 0 4px;
}
#page.in.hall .hall-cta .hall-cta-tel-sub > p:first-child {
  background: #3bb2c1;
  color: #fff;
}
#page.in.hall .hall-cta .hall-cta-mail a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  font-size: 18px;
  font-weight: 700;
  color: #3bb2c1;
  background: #fff;
  border: 1.5px solid #3bb0bf;
  border-radius: 100px;
  padding: 16px;
  width: 397px;
  max-width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(177, 177, 177, 0.35);
          box-shadow: 0px 3px 0px 0px rgba(177, 177, 177, 0.35);
}
#page.in.hall .hall-cta .hall-cta-mail a:before {
  content: "";
  width: 18px;
  height: 16px;
  background: url(../img/base/ico_mail_green.png) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #page.in.hall .hall-cta {
    margin: 36px -20px 0;
    border: 0;
    border-radius: 0;
    background: #fff;
    padding: 0;
  }
  #page.in.hall .hall-cta .hall-cta-ttl {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 100%;
    height: 58px;
    font-size: 15px;
    border-top: 1px solid #3bb2c1;
  }
  #page.in.hall .hall-cta .hall-cta-ttl-main {
    border-radius: 0;
    border: 0;
  }
  #page.in.hall .hall-cta .hall-cta-ttl-sub {
    border-radius: 0;
    border: 0;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  #page.in.hall .hall-cta .hall-cta-ttl-sub img {
    width: 14px;
  }
  #page.in.hall .hall-cta .c-cta-ttl {
    display: none;
  }
}
@media (hover: hover) {
  #page.in.hall .hall-cta .hall-cta-mail a:hover {
    -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
#page.in.hall section.intro {
  padding: 40px 0 80px;
}
#page.in.hall section.intro .intro-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #page.in.hall section.intro {
    padding: 28px 0 64px;
  }
  #page.in.hall section.intro .intro-txt {
    font-size: 15px;
  }
}
#page.in.hall section.trouble {
  background: #f4f4f4;
  position: relative;
  padding: 56px 0 0;
}
#page.in.hall section.trouble .trouble-list {
  max-width: 675px;
  margin: 0 auto 8px;
}
#page.in.hall section.trouble .trouble-list > li {
  margin-bottom: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
#page.in.hall section.trouble .trouble-list > li:last-child {
  margin-bottom: 0;
}
#page.in.hall section.trouble .trouble-list > li .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 86px;
          flex: 0 0 86px;
}
#page.in.hall section.trouble .trouble-list > li .text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #3bb0bf;
  color: #fff;
  border-radius: 1000px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 24px 40px;
}
#page.in.hall section.trouble .trouble-list > li .text:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: transparent #3bb0bf #3bb0bf transparent;
  border-width: 18px;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 0 0 10px 0;
  -webkit-transform: scaleY(0.5) rotate(135deg);
      -ms-transform: scaleY(0.5) rotate(135deg);
          transform: scaleY(0.5) rotate(135deg);
}
#page.in.hall section.trouble .trouble-answer {
  background: #fff;
  padding: 0 0 70px;
  overflow: hidden;
}
#page.in.hall section.trouble .trouble-answer:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 108px 50dvw 0 50dvw;
  border-color: #f4f4f4 transparent transparent transparent;
  display: block;
  margin: 0 auto 50px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#page.in.hall section.trouble .trouble-answer-txt {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.7;
  border-bottom: 1px solid #3bb0bf;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #page.in.hall section.trouble {
    padding: 50px 0 0;
  }
  #page.in.hall section.trouble .c-ttl01 {
    font-size: 22px;
  }
  #page.in.hall section.trouble .trouble-list {
    margin-bottom: 4px;
  }
  #page.in.hall section.trouble .trouble-list > li {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    margin-bottom: 20px;
  }
  #page.in.hall section.trouble .trouble-list > li .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
  }
  #page.in.hall section.trouble .trouble-list > li .text {
    font-size: 15px;
    text-align: left;
    padding: 8px 32px 8px 40px;
  }
  #page.in.hall section.trouble .trouble-list > li .text:before {
    border-width: 14px;
    left: -12px;
  }
  #page.in.hall section.trouble .trouble-answer {
    padding-bottom: 60px;
  }
  #page.in.hall section.trouble .trouble-answer:before {
    border-width: 70px 50dvw 0 50dvw;
    margin-bottom: 20px;
  }
  #page.in.hall section.trouble .trouble-answer-txt {
    font-size: 17px;
    line-height: 1.53;
  }
}
#page.in.hall section.point {
  padding: 70px 0 78px;
}
#page.in.hall section.point .point-ttl .num {
  position: relative;
  font-size: 56px;
  margin: 0 4px;
}
#page.in.hall section.point .point-ttl .num:before {
  content: "";
  width: 24px;
  height: 20px;
  background: url(../img/hall/img01.png) no-repeat center/contain;
  position: absolute;
  left: -16px;
  top: 6px;
}
#page.in.hall section.point .point-list-item {
  text-align: center;
}
#page.in.hall section.point .point-list-item + .point-list-item {
  margin-top: 38px;
  border-top: 1px dashed #cacaca;
  padding-top: 32px;
}
#page.in.hall section.point .point-list-item .num {
  margin-bottom: 12px;
}
#page.in.hall section.point .point-list-item .num > span {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  background: #3bb2c1;
  color: #fff;
  padding: 10px 27px;
  border-radius: 100px;
}
#page.in.hall section.point .point-list-item .ttl {
  font-size: 24px;
  font-weight: 500;
  color: #3bb2c1;
}
#page.in.hall section.point .point-list-item .list {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.4%;
     -moz-column-gap: 3.4%;
          column-gap: 3.4%;
}
#page.in.hall section.point .point-list-item .list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #3bb0bf;
  border-radius: 36px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  min-height: 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px;
}
#page.in.hall section.point .point-list-item .list > li .small {
  font-size: 16px;
}
#page.in.hall section.point .point-list-item .point-txt {
  margin-top: 40px;
  position: relative;
  background: #fff;
  border: 1px solid #3bb0bf;
  border-radius: 18px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  padding: 20px 150px;
  -webkit-box-shadow: 3px 4px 0px 0px #3bb0bf;
          box-shadow: 3px 4px 0px 0px #3bb0bf;
}
#page.in.hall section.point .point-list-item .point-txt .text {
  position: relative;
}
#page.in.hall section.point .point-list-item .point-txt .image {
  position: absolute;
}
#page.in.hall section.point .point-list-item .point-txt01 .image {
  width: 96px;
  right: 35px;
  bottom: 15px;
}
#page.in.hall section.point .point-list-item .point-txt02 .image {
  width: 110px;
  right: 30px;
  bottom: 7px;
}
#page.in.hall section.point .point-list-item .point-txt03 .image {
  width: 106px;
  right: 30px;
  bottom: 6px;
}
#page.in.hall section.point .point-list-item .point-txt04 .image {
  width: 95px;
  right: 35px;
  bottom: 8px;
}
#page.in.hall section.point .point-list-item .point-txt05 .image {
  width: 133px;
  right: 20px;
  bottom: 12px;
}
@media screen and (max-width: 767px) {
  #page.in.hall section.point {
    padding: 60px 0 65px;
  }
  #page.in.hall section.point .point-ttl {
    font-size: 20px;
    padding-bottom: 12px;
  }
  #page.in.hall section.point .point-ttl .num {
    font-size: 35px;
    margin: 0 2px;
  }
  #page.in.hall section.point .point-ttl .num:before {
    width: 20px;
    height: 16px;
    left: -12px;
    top: 0;
  }
  #page.in.hall section.point .point-list-item + .point-list-item {
    padding-top: 0;
    border: 0;
  }
  #page.in.hall section.point .point-list-item .num > span {
    font-size: 16px;
    display: block;
    padding: 6px 12px;
  }
  #page.in.hall section.point .point-list-item .ttl {
    font-size: 17px;
  }
  #page.in.hall section.point .point-list-item .list {
    margin-top: 16px;
    display: block;
  }
  #page.in.hall section.point .point-list-item .list > li {
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.4;
    min-height: 60px;
    padding: 8px 16px;
  }
  #page.in.hall section.point .point-list-item .list > li + li {
    margin-top: 16px;
  }
  #page.in.hall section.point .point-list-item .list > li .small {
    font-size: 13px;
  }
  #page.in.hall section.point .point-list-item .point-txt {
    margin-top: 28px;
    font-size: 17px;
    line-height: 1.47;
    border-width: 2px;
    padding: 15px 24px;
  }
  #page.in.hall section.point .point-list-item .point-txt01 .image {
    width: 48px;
    right: 12px;
    bottom: auto;
    top: -20px;
  }
  #page.in.hall section.point .point-list-item .point-txt02 .image {
    width: 50px;
    right: 10px;
    bottom: auto;
    top: -22px;
  }
  #page.in.hall section.point .point-list-item .point-txt03 .image {
    width: 46px;
    right: 14px;
    bottom: auto;
    top: -22px;
  }
  #page.in.hall section.point .point-list-item .point-txt04 .image {
    width: 47px;
    right: 15px;
    bottom: auto;
    top: -20px;
  }
  #page.in.hall section.point .point-list-item .point-txt05 .image {
    width: 62px;
    right: 10px;
    bottom: auto;
    top: -22px;
  }
}
#page.in.hall section.gallery {
  padding: 100px 0 78px;
}
#page.in.hall section.gallery .gallery-lead {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.78;
  margin: 40px 0;
}
#page.in.hall section.gallery .gallery-main-item img {
  width: 100%;
}
#page.in.hall section.gallery .gallery-thumb {
  margin-top: 30px;
  padding: 0 36px;
  position: relative;
}
#page.in.hall section.gallery .gallery-thumb:before,
#page.in.hall section.gallery .gallery-thumb:after {
  content: "";
  width: 36px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
#page.in.hall section.gallery .gallery-thumb:after {
  left: auto;
  right: 0;
}
#page.in.hall section.gallery .gallery-thumb-arrow {
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#page.in.hall section.gallery .gallery-thumb-arrow:before {
  content: "";
  width: 100%;
  padding-top: 100%;
  height: 0;
  background: url(../img/base/arrow.png) no-repeat center/contain, #3bb0bf;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#page.in.hall section.gallery .gallery-thumb-arrow--prev {
  right: auto;
  left: 0;
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#page.in.hall section.gallery .gallery-thumb-arrow.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
#page.in.hall section.gallery .gallery-thumb-item {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page.in.hall section.gallery {
    padding: 60px 0;
    overflow: hidden;
  }
  #page.in.hall section.gallery .gallery-lead {
    font-size: 15px;
    margin: 28px 0;
  }
  #page.in.hall section.gallery .gallery-thumb {
    margin-top: 16px;
    padding: 0;
    overflow: visible;
  }
  #page.in.hall section.gallery .gallery-thumb:before,
  #page.in.hall section.gallery .gallery-thumb:after {
    display: none;
  }
  #page.in.hall section.gallery .gallery-thumb-arrow {
    display: none;
  }
}
#page.in.hall section.overview {
  padding: 70px 0;
}
#page.in.hall section.overview .overview-dl {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 12px;
  padding: 20px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
#page.in.hall section.overview .overview-dl:first-of-type {
  margin-top: 48px;
}
#page.in.hall section.overview .overview-dl:last-child {
  margin-bottom: 0;
}
#page.in.hall section.overview .overview-dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
#page.in.hall section.overview .overview-dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#page.in.hall section.overview .overview-map {
  margin: 32px 0 40px;
  position: relative;
}
#page.in.hall section.overview .overview-map iframe {
  width: 100% !important;
  height: 500px !important;
}
#page.in.hall section.overview .overview-more {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  #page.in.hall section.overview {
    padding: 60px 0;
  }
  #page.in.hall section.overview .overview-dl {
    padding: 16px;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    margin-bottom: 6px;
    font-size: 14px;
  }
  #page.in.hall section.overview .overview-dl:first-of-type {
    margin-top: 30px;
  }
  #page.in.hall section.overview .overview-dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
  #page.in.hall section.overview .overview-map {
    margin: 16px 0;
  }
  #page.in.hall section.overview .overview-more {
    margin-top: 38px;
  }
}
#page.in.hall section.back {
  padding: 75px 0 150px;
}
@media screen and (max-width: 767px) {
  #page.in.hall section.back {
    padding: 0 0 50px;
  }
}