@charset "UTF-8";
p,
li {
  font-size: 14px;
}

.sp {
  display: none !important;
}

a[href*="tel:"] {
  pointer-events: none;
}

#nav-main {
  min-width: 375px;
}

section h2 {
  font-size: 4.9375rem;
}

.btns_entry {
  display: flex;
  justify-content: space-around;
  align-items: baseline;
}
.btns_entry li {
  width: 45%;
}
.btns_entry li a img {
  transform: scale(1);
  transition: transform 0.2s;
}
.btns_entry li a:hover img {
  transform: scale(1.05);
}

#sect-info ul li {
  /* 3列になるように幅を調整 */
  width: 33.33%;
  height: 399px;
  padding: 60px;
  /* 3列の格子柄 */
  /* アイコン画像の大きさを調整 */
}
#sect-info ul li:nth-child(6n+1), #sect-info ul li:nth-child(6n+3), #sect-info ul li:nth-child(6n+5) {
  background-color: #00afec;
}
#sect-info ul li:nth-child(6n+2), #sect-info ul li:nth-child(6n+4), #sect-info ul li:nth-child(6n+6) {
  background-color: #e5f7fd;
  color: #00afec;
}
#sect-info ul li:nth-child(1) img {
  width: 125px;
  height: 135px;
}
#sect-info ul li:nth-child(2) img {
  width: 170px;
  height: 119px;
}
#sect-info ul li:nth-child(3) img {
  width: 152px;
  height: 131px;
}
#sect-info ul li:nth-child(4) img {
  width: 153px;
  height: 153px;
}
#sect-info ul li:nth-child(5) img {
  width: 84px;
  height: 157px;
}
#sect-info ul li:nth-child(6) img {
  width: 97px;
  height: 107px;
}
#sect-info ul li img {
  margin-bottom: 30px;
}
#sect-info ul li a {
  font-size: 1.875rem;
}

#sect-ad .container-s {
  padding: 110px 0 8px;
}
#sect-ad h3 {
  font-size: 2.7rem;
}
#sect-ad .content {
  margin-bottom: 160px;
}
#sect-ad .responsive-video {
  width: 800px;
  margin-bottom: 47px;
}
#sect-ad img {
  max-width: 690px;
  margin-bottom: 47px;
}

#sect-sns {
  margin-bottom: 150px;
}
#sect-sns .card {
  width: 100%;
  flex-direction: row;
  align-items: stretch;
}
#sect-sns .wrapper {
  display: flex;
  flex-direction: column;
  width: 55%;
  padding-right: 20px;
}
#sect-sns .box_fb {
  width: 45%;
}
#sect-sns .fb-page {
  max-width: 100%;
  width: 251px;
  height: 309px;
  /* 固定の高さを設定 */
}
#sect-sns .description {
  font-size: 1.2rem;
}
#sect-sns .btn {
  margin-top: auto;
}
#sect-sns .fb_btn,
#sect-sns .X_btn {
  height: 75px;
  border-radius: 40px;
  margin: 0;
  font-size: 20px;
}
#sect-sns .fb_btn::before,
#sect-sns .X_btn::before {
  left: 5px;
  width: 65px;
  height: 65px;
}
#sect-sns ul.sns-list {
  display: flex;
  justify-content: space-around;
  margin-bottom: 64px;
}
#sect-sns ul.sns-list li {
  width: 47%;
  padding: 40px;
}

#page-footer {
  padding-top: 170px;
  padding-bottom: 24px;
}
#page-footer .content {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
#page-footer h4 {
  font-size: 26px;
}
#page-footer .info dl {
  font-size: 17px;
  margin-bottom: 0;
}
#page-footer .info dt {
  width: 3.8rem;
}
#page-footer .sns {
  padding-right: 5%;
}
#page-footer p.addess {
  font-size: 15px;
  font-weight: 500;
}
#page-footer img {
  height: 74px;
  width: 54px;
  margin-right: 30px;
}

.pagetop {
  right: 5%;
  bottom: 0;
}
.pagetop img {
  width: 93px;
  height: 123px;
  max-width: 93px;
}
/*# sourceMappingURL=pctb.css.map */