@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

/*pc sp switch*/
.pc {
  display: block !important;
}

span.pc {
  display: inline !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  span.sp {
    display: inline !important;
  }
}
.mainimg .container {
  max-width: 1200px !important;
  padding: 0;
  position: relative;
}
.mainimg .container::after {
  content: "";
  width: 290px;
  height: auto;
  aspect-ratio: 290/348;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/mainlogo.svg);
  position: absolute;
  width: 23.8879736409vw;
  right: 6.2602965404vw;
  bottom: 31.7133443163vw;
}
@media screen and (min-width: 1215px) {
  .mainimg .container::after {
    width: 290px;
    right: 76px;
    bottom: 385px;
  }
}

.home .site-body {
  padding-top: 0;
}

.sec-qr {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-top: 110px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .sec-qr {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}
.sec-qr > p {
  font-size: 1.3rem;
  font-weight: bold;
}
.sec-qr > p strong {
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-qr > p strong {
    display: block;
  }
}
.sec-qr .wp-block-columns {
  margin-bottom: 50px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (max-width: 1199px) {
  .sec-qr .wp-block-columns {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 20px;
  }
}
.sec-qr .wp-block-image {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .sec-qr .wp-block-image {
    margin-top: 0px;
  }
}
.sec-qr .wp-block-group {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 50px 0 60px;
}
@media screen and (max-width: 767px) {
  .sec-qr .wp-block-group {
    padding: 30px 0 30px;
  }
}
.sec-qr .wp-block-group p {
  font-size: 1.3rem;
  font-weight: bold;
}
.sec-qr .wp-block-group p strong {
  font-size: 1.8rem;
  font-weight: bold;
}

.site-footer {
  border-top: 1px solid #000000;
}
.site-footer .row {
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .site-footer .row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 992px) {
  .site-footer .col-lg-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .site-footer .col-lg-4:last-child {
    display: none;
  }
}
.site-footer .site-footer-title {
  font-size: 1.2rem;
}
.site-footer .textwidget {
  font-size: 1rem;
}
.site-footer dl {
  display: flex;
  flex-wrap: wrap;
  width: 14em;
}
.site-footer dl dt {
  width: 8em;
  flex-shrink: 0;
  font-weight: normal;
}
.site-footer dl dd {
  flex-grow: 1;
  width: calc(100% - 8em);
  text-align: right;
}
.site-footer iframe {
  height: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site-footer iframe {
    height: 300px;
  }
}
.site-footer .copyright {
  font-size: 0.75rem;
}

.snslist {
  list-style: none;
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding: 0;
  margin: 0 0 2rem;
}
.snslist li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.snslist li a {
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}
.snslist li a.line {
  background-image: url(../images/line.svg);
}
.snslist li a.insta {
  background-image: url(../images/insta.svg);
}

.row__lead {
  margin-top: 80px;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .row__lead {
    flex-direction: column;
    margin-top: 40px;
  }
}
.row__lead .img_col {
  width: 36%;
}
@media screen and (max-width: 767px) {
  .row__lead .img_col {
    width: 100%;
  }
  .row__lead .img_col img {
    width: 100%;
    height: auto;
  }
}
.row__lead .txt_col {
  width: 64%;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .row__lead .txt_col {
    width: 100%;
    padding-left: 0;
  }
}
.row__lead .ttl {
  font-size: 25px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .row__lead .ttl {
    font-size: 1.4rem;
  }
}
.row__lead p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .row__lead p {
    font-size: 1rem;
  }
}
.row__lead .snslist {
  justify-content: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .row__lead .snslist {
    margin-top: 40px;
  }
}

.sec--news {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .sec--news {
    padding: 40px 0;
  }
}
.sec--news .ttl {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec--news .ttl {
    font-size: 1.4rem;
  }
}
.sec--news dl {
  display: flex;
  border-bottom: 1px solid #B2B2B2;
  padding: 0.8rem 0 0.8rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .sec--news dl {
    display: block;
  }
}
.sec--news dl dt {
  font-weight: normal;
  width: 10em;
  line-height: 1.5;
  flex-shrink: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sec--news dl dt {
    width: 100%;
  }
}
.sec--news dl dd {
  line-height: 1.5;
  width: calc(100% - 10em);
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .sec--news dl dd {
    width: 100%;
  }
}

.sec--about .secttl {
  font-size: 28px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec--about .secttl {
    font-size: 1.4rem;
  }
}
.sec--about .lead {
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .sec--about .lead {
    font-size: 1.2rem;
  }
}
.sec--about .row__about {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .sec--about .row__about {
    flex-direction: column;
    margin-top: 40px;
  }
}
.sec--about .row__about .img_col {
  width: 26%;
}
@media screen and (max-width: 767px) {
  .sec--about .row__about .img_col {
    width: 100%;
  }
  .sec--about .row__about .img_col img {
    width: 100%;
    height: auto;
  }
}
.sec--about .row__about .txt_col {
  width: 64.5%;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .sec--about .row__about .txt_col {
    width: 100%;
    padding-left: 0;
  }
}
.sec--about .row__about .ttl {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .sec--about .row__about .ttl {
    font-size: 1.4rem;
  }
}
.sec--about .row__about .ttl span {
  font-size: 16px;
}
.sec--about .row__about p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .sec--about .row__about p {
    font-size: 1rem;
  }
}
.sec--about .row__about .snslist {
  justify-content: flex-end;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sec--about .row__about .snslist {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-id-84 .wp-block-media-text.has-border-color {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-id-84 .wp-block-media-text.has-border-color .wp-block-media-text__media {
    align-self: flex-start;
  }
}
.page-id-84 .wp-block-media-text.has-border-color + .wp-block-media-text.has-border-color {
  border-top: 0;
}
.page-id-84 .wp-block-media-text.has-border-color > .wp-block-media-text__content {
  padding: 0 0 0 4%;
}
@media screen and (max-width: 767px) {
  .page-id-84 .wp-block-media-text.has-border-color > .wp-block-media-text__content {
    padding: 4% 0 0 0;
  }
}
.page-id-84 .wp-block-group.is-layout-flex *:last-child {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-id-84 .wp-block-group.is-layout-flex *:last-child {
    font-size: 1.2rem !important;
  }
}
.page-id-84 .wp-block-group.is-layout-flex h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .page-id-84 .wp-block-group.is-layout-flex h3 {
    font-size: 1.2rem !important;
  }
}
.page-id-84 .wp-block-group.is-layout-flex.ttl {
  margin-bottom: 1em;
}
/*# sourceMappingURL=main.css.map */