﻿

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto
}
.peripheral-gallery a {
  text-decoration: none
}
.peripheral-gallery img {
  display: block;
  max-width: 100%;
  height: auto
}
article:not([class]) > * + * {
  margin-top: 1em
}
input, button, textarea, select {
  font: inherit
}
textarea {
  height: auto
}
body {
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.82);
  letter-spacing: 0.05em;
  font-family: "Helvetica Neue", Arial, "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-feature-settings: "palt"1
}
.clearfix::after {
  display: block;
  clear: both;
  content: ""
}
@media (min-width: 768px) {
  .hidden-pc {
    display: none
  }
	
	.peripheral-gallery img {
  		max-width: auto;
  		width: 100%;
  		height: 189px;
		object-fit: cover;
	}
}
.hidden-md {
  display: none
}
@media (min-width: 992px) {
  .hidden-md {
    display: inline-block
  }
}
.hidden-lg {
  display: none
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: inline-block
  }
}
.hidden-sp {
  display: none
}
@media (min-width: 768px) {
  .hidden-sp {
    display: block
  }
}
.link-icon {
  display: inline-block;
  vertical-align: middle
}
.divider-block {
  border-top: 1px solid rgba(51, 36, 20, 0.12)
}
.divider-block.is-mx16 {
  margin-top: 16px;
  margin-bottom: 16px
}
.divider-block.is-mx32 {
  margin-top: 32px;
  margin-bottom: 32px
}
.divider-block.is-mx80 {
  margin-top: 80px;
  margin-bottom: 80px
}
.link-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #dd0047;
  border-right: solid 2px #dd0047;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.link-arrow.-down {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.more-button {
  position: relative;
  display: inline-block;
  padding: 16px 32px 16px;
  min-width: 160px;
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 32px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3
}
.more-button::after {
  position: absolute;
  top: calc(50% - 10px);
  right: 16px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../../assets/img/common/icon-arrow-right.svg) center no-repeat;
  content: ""
}
.more-button.is-thin {
  padding: 8px 32px 8px 40px;
  font-size: 14px
}
.more-button.is-external::after {
  background: url(../../assets/img/common/icon-externalLink.svg) center no-repeat
}
.more-button:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08)
}
.cta-button {
  position: relative;
  display: inline-block;
  padding: 16px 32px 16px;
  min-width: 160px;
  border-radius: 4px;
  background-color: #dd0047;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3
}
.cta-button::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.cta-button.is-fill, .cta-button.-fill {
  width: 100%
}
.cta-button + .cta-button {
  margin-top: 16px
}
.cta-button.is-secondary {
  position: relative;
  display: inline-block;
  margin-top: 16px;
  padding: 16px 32px 16px;
  min-width: 160px;
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 4px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.82);
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3
}
.cta-button.is-secondary::after {
  position: absolute;
  top: calc(50% - 5px);
  right: 24px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 2px #dd0047;
  border-right: solid 2px #dd0047;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}
.cta-button.is-secondary.is-fill {
  width: 100%
}

.tab-list {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
  margin: 0
}
.tab-list::after {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e3e3e3;
  content: ""
}
.tab-list > .item {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  border-bottom: 2px solid #e3e3e3;
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer
}
.tab-list.is-columns3 > .item {
  width: calc(100% / 3)
}
@media (min-width: 768px) {
  .tab-list.is-columns3 > .item {
    width: calc(calc(100% / 3) - 4px);
    font-size: 16px
  }
}
.tab-list.is-columns4 > .item {
  width: 25%
}
@media (min-width: 768px) {
  .tab-list.is-columns4 > .item {
    width: calc(25% - 4px);
    font-size: 16px
  }
}
.tab-list > .item:hover {
  background-color: #f7f7f5
}
.tab-list > .item.is-active {
  border-bottom: 2px solid #dd0047;
  background-color: #f7f7f5;
  color: #dd0047
}
.is-hidden {
  display: none
}
.sns-button {
  position: relative;
  display: inline-block;
  padding: 16px 32px 16px;
  min-width: 160px;
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 32px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.82);
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3
}
.sns-button::before {
  display: inline-block;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  content: "";
  content: "";
  vertical-align: middle
}
.sns-button.is-instagram::before {
  background: transparent url(../../assets/img/common/icon-instagram.svg) no-repeat
}
.sns-button:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2)
}



.header-block {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08)
}
@media (min-width: 992px) {
  .header-block {
    display: flex;
    padding: 0 24px;
    height: 112px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1)
  }
}
.header-block > .header-nav-wrapper {
  display: none;
  padding: 20px
}
@media (min-width: 992px) {
  .header-block > .header-nav-wrapper {
    display: flex;
    margin-left: auto;
    padding: 0
  }
}
.header-block.is-active {
  flex-direction: column;
  width: 100%;
  height: 100%
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header-block {
    position: relative
  }
}
.is-hide {
  transform: translateY(-100%)
}
.header-space {
  width: 100%;
  height: 60px
}
@media (min-width: 992px) {
  .header-space {
    height: 112px
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .header-space {
    display: none
  }
}
.header-block > .header-logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  padding-left: 16px
}
@media (min-width: 992px) {
  .header-block > .header-logo {
    padding-left: 0
  }
}
.header-block.is-active > .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 60px
}
.header-logo > .link > .image {
  width: 130px
}
@media (min-width: 350px) {
  .header-logo > .link > .image {
    width: calc(160px + 40 * (100vw - 350px) / 642)
  }
}
@media (min-width: 544px) {
  .header-logo > .link > .image {
    width: 240px
  }
}
@media (min-width: 1200px) {
  .header-logo > .link > .image {
    width: 260px
  }
}
.header-block > .header-menu {
  display: flex;
  align-items: center;
  margin-left: auto
}
@media (min-width: 992px) {
  .header-block > .header-menu {
    align-items: center;
    flex-direction: column
  }
}
.header-block.is-active .header-menu {
  flex-direction: column
}
.header-block.is-active .header-menu > .header-global-nav {
  display: block;
  animation-name: fadein;
  animation-duration: 1s
}
.header-block.is-active .header-menu > .header-sub-nav {
  display: block;
  animation-name: fadein;
  animation-duration: 1s
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(-20px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
.header-menu > .header-global-nav {
  display: none
}
@media (min-width: 992px) {
  .header-menu > .header-global-nav {
    display: block
  }
}
.header-menu > .header-sub-nav {
  display: none
}
@media (min-width: 992px) {
  .header-menu > .header-sub-nav {
    display: block
  }
}
.header-block.is-active > .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  height: 60px
}
@media (min-width: 992px) {
  .header-menu > .header-inquiry-button {
    display: none
  }
}
.header-block.is-active .header-menu > .header-inquiry-button {
  display: none
}
.header-inquiry-button {
  position: absolute;
  right: 60px;
  display: block;
  padding: 8px 12px;
  border: 1px solid #dd0047;
  border-radius: 20px;
  background-color: #fff;
  color: #dd0047;
  text-align: center;
  font-weight: 700;
  font-size: 12px
}
@media (min-width: 350px) {
  .header-inquiry-button {
    right: 64px;
    padding: 8px 16px
  }
}
@media (min-width: 992px) {
  .header-menu > .header-global-nav {
    margin-top: auto;
    margin-bottom: 12px
  }
}
.header-global-nav {
  order: 2
}
.header-block.is-active .header-global-nav {
  order: 1
}
.header-global-nav > .list {
  display: flex;
  flex-wrap: nowrap
}
.header-block.is-active .header-global-nav > .list {
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px
}
.header-block.is-active .header-global-nav > .list > .item {
  width: calc(50% - 10px)
}
.header-global-nav > .list > .item > .link {
  position: relative;
  display: block;
  padding: 12px 8px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.82);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  transition: background 0.3s
}
@media (min-width: 1200px) {
  .header-global-nav > .list > .item > .link {
    padding: 12px 16px
  }
}
.header-block.is-active .header-global-nav > .list > .item > .link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0;
  padding-right: 20px;
  height: 60px;
  border-bottom: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 0;
  font-size: 16px;
  line-height: 1.3
}
@media (min-width: 768px) {
  .header-global-nav > .list > .item:not(.is-inquiry) > .link::before {
    position: absolute;
    bottom: 8px;
    display: inline-block;
    width: calc(100% - 16px);
    height: 1px;
    background: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)) 0 100%/0 1px no-repeat;
    content: "";
    transition: background 0.3s
  }
}
@media (min-width: 1200px) {
  .header-global-nav > .list > .item:not(.is-inquiry) > .link::before {
    width: calc(100% - 32px)
  }
}
@media (min-width: 768px) {
  .header-global-nav > .list > .item:not(.is-inquiry) > .link:hover::before {
    background-size: 100% 1px
  }
}
.header-global-nav > .list > .item > .link::after {
  position: absolute;
  right: 0;
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../../assets/img/common/icon-arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle
}
@media (min-width: 992px) {
  .header-global-nav > .list > .item > .link::after {
    display: none
  }
}
.header-global-nav > .list > .item > .link.is-external::after {
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../../assets/img/common/icon-externalLink.svg);
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle
}
@media (min-width: 992px) {
  .header-global-nav > .list > .item > .link.is-external::after {
    display: none
  }
}
.header-global-nav > .list > .item.is-inquiry {
  margin-left: 16px
}
.header-block.is-active .header-global-nav > .list > .item.is-inquiry {
  overflow: hidden;
  margin: 0;
  margin: 32px 0;
  width: 100%;
  border-radius: 4px
}
.header-global-nav > .list > .item.is-inquiry > .link {
  padding: 12px 24px;
  background-color: #dd0047;
  color: #fff
}
.header-block.is-active .header-global-nav > .list > .item.is-inquiry > .link {
  justify-content: center;
  padding: 8px 0;
  height: 48px;
  text-align: center
}
.header-block.is-active .header-global-nav > .list > .item.is-inquiry > .link .hidden-lg {
  display: inline-block
}
.header-global-nav > .list > .item.is-inquiry > .link:hover {
  background-color: #f7004f
}
@media (min-width: 992px) {
  .header-menu > .header-sub-nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    height: 40px
  }
}
.header-block.is-active .header-menu {
  align-items: stretch;
  flex-direction: column;
  margin-left: 0
}
.header-sub-nav {
  order: 1;
  padding: 0 16px;
  background-color: #f3f3f3
}
.header-block.is-active .header-sub-nav {
  display: block;
  padding: 0 20px;
  width: 100%;
  background-color: #fff
}
.header-sub-nav > .list {
  display: flex;
  flex-wrap: nowrap
}
.header-block.is-active .header-sub-nav > .list {
  flex-direction: column
}
.header-sub-nav > .list > .item {
  padding: 8px 0;
  width: 50%
}
@media (min-width: 768px) {
  .header-sub-nav > .list > .item {
    padding: 0;
    padding: 0;
    width: auto
  }
}
.header-block.is-active .header-sub-nav > .list > .item {
  padding: 0;
  width: 100%
}
@media (min-width: 768px) {
  .header-sub-nav > .list > .item + .item {
    margin-left: 8px
  }
}
.header-block.is-active .header-sub-nav > .list > .item + .item {
  margin-top: 8px
}
.header-sub-nav > .list > .item > .link {
  display: inline-block;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 400
}
@media (min-width: 768px) {
  .header-sub-nav > .list > .item > .link {
    padding: 8px;
    font-size: 13px
  }
}
.header-block.is-active .header-sub-nav > .list > .item > .link {
  font-size: 13px
}
.header-sub-nav > .list > .item > .link.is-external::after {
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../../assets/img/common/icon-externalLink.svg);
  background-position: center;
  content: "";
  vertical-align: middle
}
.header-sub-nav > .list > .item > .link:hover {
  text-decoration: underline
}
.header-toggle-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-left: auto;
  padding: 0;
  width: 60px;
  height: 60px;
  outline: none;
  border: none;
  background-color: #fff;
  text-decoration: none;
  cursor: pointer;
  appearance: none
}
@media (min-width: 992px) {
  .header-toggle-nav {
    display: none
  }
}
.header-block.is-active .header-toggle-nav {
  background-color: #f7f7f5
}
.header-toggle-nav > .line {
  position: absolute;
  top: -8px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.82);
  -webkit-transition: inherit;
  transition: inherit
}
.header-toggle-nav > .line::before, .header-toggle-nav > .line::after {
  position: absolute;
  display: block;
  width: 18px;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit
}
.header-toggle-nav > .line::before {
  top: -6px
}
.header-toggle-nav > .line::after {
  top: 6px
}
.header-toggle-nav > .label::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.82);
  content: "メニュー";
  text-align: center;
  letter-spacing: normal;
  font-size: 11px
}
.js-toggle-nav[aria-expanded="true"] > .line {
  background-color: transparent
}
.js-toggle-nav[aria-expanded="true"] > .line::before {
  top: 0px;
  background-color: rgba(0, 0, 0, 0.82);
  transform: rotate(45deg)
}
.js-toggle-nav[aria-expanded="true"] > .line::after {
  top: 0px;
  background-color: rgba(0, 0, 0, 0.82);
  transform: rotate(-45deg)
}
.js-toggle-nav[aria-expanded="true"] > .label::after {
  content: "閉じる"
}


.vision-text {
  margin-top: 80px;
  text-align: center;
  font-size: 20px
}
@media (min-width: 768px) {
  .vision-text {
    margin-top: 96px;
    font-size: 24px
  }
}

.sns-block {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 100%;
  height: 400px;
  background: url(../../assets/img/index/bg-instagram.jpg) repeat-x 0 0;
  background-size: auto 100%;
  animation: bg-slider 100s linear infinite
}
.sns-block::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: ""
}
.sns-block > .copy {
  position: relative;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px
}
@media (min-width: 768px) {
  .sns-block > .copy {
    font-size: 24px
  }
}
.sns-block > .title {
  position: relative;
  margin-bottom: 24px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5
}
@media (min-width: 768px) {
  .sns-block > .title {
    font-size: 40px
  }
}
@keyframes bg-slider {
  from {
    background-position: 0 0
  }
  to {
    background-position: -2000px 0
  }
}
.footer-wrapper {
  background-color: #f7f7f5
}
.footer-wrapper > .footer-block {
  position: relative
}
@media (min-width: 992px) {
  .footer-wrapper > .footer-block {
    margin: 0 auto;
    max-width: 1200px
  }
}
.footer-block {
  padding: 32px 20px 48px
}
@media (min-width: 992px) {
  .footer-block {
    padding: 32px
  }
}
.footer-block > .footer-logo {
  margin-bottom: 40px;
  max-width: 280px
}
@media (min-width: 992px) {
  .footer-block > .footer-logo {
    margin-bottom: 32px
  }
}
.footer-block > .footer-global-nav {
  margin-bottom: 16px
}
@media (min-width: 992px) {
  .footer-block > .footer-global-nav {
    margin-bottom: 0
  }
}
.footer-global-nav > .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
@media (min-width: 992px) {
  .footer-global-nav > .list {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
}
.footer-global-nav > .list > .item {
  width: calc(50% - 10px)
}
@media (min-width: 992px) {
  .footer-global-nav > .list > .item {
    width: auto
  }
}
@media (min-width: 992px) {
  .footer-global-nav > .list > .item + .item {
    margin-left: 24px
  }
}
.footer-global-nav > .list > .item > .link {
  position: relative;
  display: block;
  padding: 12px 0;
  padding-bottom: 3px;
  background: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)) 0 100%/0 1px no-repeat;
  color: rgba(0, 0, 0, 0.82);
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  transition: background 0.3s
}
@media (min-width: 992px) {
  .footer-global-nav > .list > .item > .link {
    font-size: 14px
  }
}
.footer-global-nav > .list > .item > .link:hover {
  background-size: 100% 1px
}
@media (min-width: 992px) {
  .footer-global-nav > .list > .item > .link > .hidden-sp {
    display: inline-block
  }
}
.footer-sub-nav {
  display: flex;
  flex-direction: column
}
@media (min-width: 992px) {
  .footer-sub-nav {
    align-items: center;
    flex-direction: row
  }
}
.footer-sub-nav > .list {
  display: flex;
  flex-direction: column
}
@media (min-width: 992px) {
  .footer-sub-nav > .list {
    flex-direction: row;
    justify-content: flex-start
  }
}
.footer-sub-nav > .list.is-terms {
  margin-top: 16px
}
@media (min-width: 992px) {
  .footer-sub-nav > .list.is-terms {
    margin-top: 0;
    margin-left: auto
  }
}
@media (min-width: 992px) {
  .footer-sub-nav > .list > .item + .item {
    margin-left: 24px
  }
}
.footer-sub-nav > .list > .item > .link {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.82);
  font-size: 14px
}
@media (min-width: 992px) {
  .footer-sub-nav > .list > .item > .link {
    display: block;
    padding: 12px 0;
    font-size: 13px
  }
}
.footer-sub-nav > .list > .item > .link.is-external::after {
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../../assets/img/common/icon-externalLink.svg);
  background-position: center;
  content: "";
  vertical-align: middle
}
.footer-sub-nav > .list > .item > .link::before {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.82);
  content: "";
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: left top
}
.footer-sub-nav > .list > .item > .link:hover::before {
  transform: scale(1, 1)
}
.footer-block > .footer-external-nav {
  display: flex;
  flex-direction: column
}
@media (min-width: 992px) {
  .footer-block > .footer-external-nav {
    align-items: center;
    flex-direction: row
  }
}
.footer-block > .footer-external-nav::before {
  display: block;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.64);
  content: "公式ソーシャルメディア";
  font-size: 14px
}
@media (min-width: 992px) {
  .footer-block > .footer-external-nav::before {
    margin-right: 16px;
    margin-bottom: 0
  }
}
@media (min-width: 992px) {
  .footer-external-nav {
    margin-bottom: 64px
  }
}
.footer-external-nav > .list.is-sns {
  display: flex;
  margin-bottom: 32px
}
@media (min-width: 992px) {
  .footer-external-nav > .list.is-sns {
    margin-bottom: 0
  }
}
.footer-external-nav > .list.is-sns > .item + .item {
  margin-left: 16px
}
.footer-external-nav > .list.is-related {
  margin-bottom: 64px
}
@media (min-width: 992px) {
  .footer-external-nav > .list.is-related {
    display: flex;
    margin-bottom: 0;
    margin-left: auto
  }
}
@media (min-width: 992px) {
  .footer-external-nav > .list.is-related > .item + .item {
    margin-left: 24px
  }
}
.footer-external-nav > .list.is-related > .item > .link {
  position: relative;
  display: inline-block;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 700;
  font-size: 14px
}
@media (min-width: 992px) {
  .footer-external-nav > .list.is-related > .item > .link {
    display: block
  }
}
.footer-external-nav > .list.is-related > .item > .link::after {
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-image: url(../../assets/img/common/icon-externalLink.svg);
  background-position: center;
  content: "";
  vertical-align: middle
}
.footer-external-nav > .list.is-related > .item > .link::before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.82);
  content: "";
  transition: transform 0.3s;
  transform: scale(0, 1);
  transform-origin: left top
}
.footer-external-nav > .list.is-related > .item > .link:hover::before {
  transform: scale(1, 1);
  transform-origin: left top
}
.footer-block > .footer-copylight {
  text-align: center
}
.footer-copylight {
  color: rgba(0, 0, 0, 0.64);
  font-size: 12px
}
.page-top-button {
  position: absolute;
  top: -20px;
  right: 16px;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent url(../../assets/img/common/icon-arrow-top.svg) no-repeat center center;
  background-color: #fff;
  background-size: 20px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
  cursor: pointer
}
@media (min-width: 768px) {
  .page-top-button {
    right: 16px;
    display: inline-block
  }
}
@media (min-width: 1200px) {
  .page-top-button {
    right: -16px
  }
}
.form-container > .wpcf7 {
  position: relative;
  padding: 16px;
  border: 2px solid rgba(0, 0, 0, 0.82);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5
}
@media (min-width: 768px) {
  .form-container > .wpcf7 {
    padding: 24px
  }
}
.wpcf7 .form-heading.form-heading.form-heading {
  margin-bottom: 0;
  padding-bottom: 24px;
  font-size: 20px
}
.wpcf7 .form-heading + .form-group {
  border-top: 1px solid rgba(51, 36, 20, 0.12)
}
.wpcf7 .form-group + .form-heading {
  margin-top: 48px
}
@media (min-width: 768px) {
  .wpcf7 .form-group + .form-heading {
    margin-top: 64px
  }
}
.wpcf7 .form-group {
  border-bottom: 1px solid rgba(51, 36, 20, 0.12)
}
.wpcf7 .wpcf7-response-output + .form-group {
  border-top: 1px solid rgba(51, 36, 20, 0.12)
}
.form-group {
  display: flex;
  flex-direction: column;
  padding: 24px 0
}
@media (min-width: 768px) {
  .form-group {
    flex-direction: row
  }
}
.form-group > .entry-block {
  flex: 1
}
.form-group > .label {
  position: relative;
  display: block;
  margin-bottom: 16px;
  padding-right: 64px;
  font-weight: 700;
  font-size: 16px
}
@media (min-width: 768px) {
  .form-group > .label {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 24px;
    width: 240px
  }
}
.form-group > .label::after {
  position: absolute;
  top: 4px;
  right: 0;
  display: inline-block;
  padding: 2px 8px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  content: "任意";
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.4
}
@media (min-width: 768px) {
  .form-group > .label::after {
    position: relative;
    top: 0;
    margin-top: 8px
  }
}
.form-group > .label.-required::after {
  border: 1px solid #dd0047;
  color: #dd0047;
  content: "必須"
}
.form-group .sample {
  display: block;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px
}
.form-group .entry-wrapper {
  flex: 1
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap {
    flex: 1
  }
}
.wpcf7-form-control-wrap input {
  position: relative;
  display: block;
  margin: 0;
  padding: 12px;
  max-width: 100%;
  width: 100%;
  outline: 0;
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 4px;
  background: #fff;
  background-image: none;
  color: rgba(0, 0, 0, 0.82);
  font-size: 16px;
  line-height: 1.3;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  appearance: none
}
.wpcf7-form-control-wrap textarea:focus, .wpcf7-form-control-wrap input:focus, .wpcf7-form-control-wrap input[type="date"]:focus, .wpcf7-form-control-wrap input[type="number"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.64);
  appearance: none
}
.wpcf7-form-control-wrap > input[type="date"] {
  padding: 4px;
  border: 1px solid rgba(51, 36, 20, 0.12)
}
.wpcf7-form-control-wrap > input[type="number"] {
  position: relative;
  display: block;
  margin: 0;
  padding: 12px;
  max-width: 100%;
  width: 100%;
  outline: 0;
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 4px;
  background: #fff;
  background-image: none;
  color: rgba(0, 0, 0, 0.82);
  font-size: 16px;
  line-height: 1.3;
  transition: background 0.2s, border 0.2s, box-shadow 0.2s, color 0.2s;
  appearance: none
}
.wpcf7-form-control-wrap input.wpcf7-not-valid {
  border: 1px solid #dd0047
}
.wpcf7-form-control-wrap input.is-narrow {
  max-width: 50%
}
.wpcf7-form-control-wrap textarea {
  padding: 12px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 4px
}
span.wpcf7-list-item {
  position: relative;
  margin-left: 0;
  padding-left: 32px
}
span.wpcf7-list-item + span.wpcf7-list-item {
  margin-top: 12px
}
.entry-block + .entry-block {
  margin-top: 12px
}
.form-privacy {
  margin: 40px 0;
  text-align: center;
  font-size: 14px
}
.form-privacy a {
  color: #dd0047
}
.form-privacy br {
  display: none
}
@media (min-width: 768px) {
  .form-privacy br {
    display: block
  }
}
.entry-block select {
  position: relative;
  display: block;
  padding: 12px;
  min-width: 160px;
  outline: 0;
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 4px;
  background: #fff url(../../assets/img/common/icon-select.svg) no-repeat center right 10px;
  color: rgba(0, 0, 0, 0.82);
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
@media (min-width: 768px) {
  .entry-block select {
    min-width: 240px;
    font-size: 16px
  }
}
.entry-block select.wpcf7c-conf {
  background: #fff
}
.entry-block .entry-group select {
  min-width: 56px;
  width: 100%
}
.form-buttons {
  display: flex;
  justify-content: center
}
.form-button {
  position: relative;
  display: flex;
  justify-content: center
}
.form-button input {
  position: relative;
  display: block;
  margin: 0 8px;
  padding: 16px 12vw;
  max-width: 100%;
  width: 100%;
  outline: none;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none
}
@media (min-width: 768px) {
  .form-button input {
    padding: 16px 48px;
    min-width: 200px
  }
}
.form-button-confirm {
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 32px;
  background: #fff url(../../assets/img/common/icon-arrow-right.svg) no-repeat center right 16px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.82)
}
.form-button-confirm:hover {
  opacity: 0.8
}
.form-button-modify {
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 32px;
  background: #fff url(../../assets/img/common/icon-arrow-left.svg) no-repeat center left 16px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.82)
}
.form-button-modify:hover {
  opacity: 0.8
}
.form-button-submit {
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 32px;
  background-color: #dd0047;
  color: #fff;
  appearance: none
}
.form-button-submit:hover {
  opacity: 0.8
}
.wpcf7-response-output:not(.wpcf7c-force-hide) ~ .form-buttons .is-right-arrow::after {
  display: block
}
.wpcf7-response-output.wpcf7c-force-hide ~ .form-buttons .form-button.is-left-arrow::after {
  display: block
}
.wpcf7-radio {
  display: flex;
  flex-direction: column
}
.wpcf7-radio .wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer
}
.wpcf7-radio input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%)
}
.wpcf7-radio .wpcf7-list-item-label::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  content: ""
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::before {
  border-color: #dd0047
}
.wpcf7-radio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dd0047;
  content: ""
}
.wpcf7-checkbox {
  display: flex;
  flex-direction: column
}
.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%)
}
.wpcf7-checkbox .wpcf7-list-item-label {
  display: inline-block;
  cursor: pointer
}
.wpcf7-checkbox input[type="checkbox"] + .wpcf7-list-item-label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  content: ""
}
.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 8px;
  height: 16px;
  border-right: 3px solid #dd0047;
  border-bottom: 3px solid #dd0047;
  content: "";
  transform: rotate(40deg)
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap.your-birthday-year {
    max-width: 100px
  }
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap.your-birthday-month {
    max-width: 64px
  }
}
@media (min-width: 768px) {
  .wpcf7-form-control-wrap.your-birthday-day {
    max-width: 64px
  }
}
.custom-wpcf7c-confirmed input.wpcf7c-conf {
  padding-left: 0;
  border: none
}
.custom-wpcf7c-confirmed select.wpcf7c-conf {
  padding-left: 0;
  border: none
}
.custom-wpcf7c-confirmed .wpcf7c-conf {
  padding-top: 0;
  padding-left: 0;
  border: none;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.82);
  opacity: 1
}
.custom-wpcf7c-confirmed .is-select .wpcf7-form-control-wrap::after {
  display: none
}
.custom-wpcf7c-confirmed .wpcf7-list-item-label::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  content: ""
}
.custom-wpcf7c-confirmed input:checked + input + .wpcf7-list-item-label::before {
  border-color: #dd0047
}
.custom-wpcf7c-confirmed input:checked + input + .wpcf7-list-item-label::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dd0047;
  content: ""
}
.custom-wpcf7c-confirmed .sample {
  display: none
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  margin: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0
}
.wpcf7 form .wpcf7-response-output {
  display: none
}
.wpcf7 form.init .wpcf7-response-output {
  display: none
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none
}
.wpcf7-form-control-wrap {
  position: relative
}
div.wpcf7 input[type="file"] {
  cursor: pointer
}
div.wpcf7 input[type="file"]:disabled {
  cursor: default
}
div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed
}
.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
  direction: ltr
}
div.screen-reader-response {
  display: none
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  display: none;
  margin: 0;
  margin-bottom: 16px;
  padding: 16px;
  border: none;
  border-left: 3px solid #dd0047;
  background-color: #f7f7f5;
  color: #dd0047
}
.wpcf7 form.sent .wpcf7-response-output.wpcf7-response-output.wpcf7-response-output {
  display: none
}
.wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #dd0047;
  font-size: 14px
}
.confirm-note {
  margin: 0;
  margin-bottom: 16px;
  padding: 16px;
  border: none;
  border: 1px solid rgba(51, 36, 20, 0.12);
  color: rgba(0, 0, 0, 0.82)
}
div.wpcf7 .ajax-loader {
  position: absolute;
  right: -12px;
  bottom: calc(50% - 8px);
  visibility: hidden;
  padding: 0;
  width: 16px;
  height: 16px;
  border: none;
  background-image: url(../../assets/img/common/img-loader.gif);
  background-size: cover;
  vertical-align: middle
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible
}
div.wpcf7 div.ajax-error {
  display: none
}
.city-list {
  margin-top: 8px
}
.entry-group {
  display: flex;
  align-items: center;
  justify-content: space-between
}
.entry-group .date {
  margin: 0 4px
}
.entry-group.is-left {
  align-content: flex-start;
  justify-content: flex-start
}
.entry-group span {
  white-space: nowrap
}
.entry-group span + span {
  margin-left: 4px
}
.entry-group select {
  padding-right: 24px;
  min-width: auto
}
@media (min-width: 768px) {
  .entry-group select {
    padding-right: 32px
  }
}
.entry-group input[type="number"].wpcf7-number {
  min-width: auto;
  max-width: 100px
}
.page-title {
  margin-bottom: 24px;
  padding: 0 20px;
  max-width: 100%
}
@media (min-width: 768px) {
  .page-title {
    margin: 0 auto;
    margin-bottom: 32px;
    padding: 0 32px;
    max-width: 1200px
  }
}
.page-info .page-title {
  margin-bottom: 32px
}
@media (min-width: 768px) {
  .page-info .page-title {
    margin-bottom: 48px
  }
}

.archive-info_exhibit .page-title {
  margin-bottom: 80px
}
@media (min-width: 768px) {
  .archive-info_exhibit .page-title {
    margin-bottom: 96px
  }
}
.page-title.is-narrow-column {
  box-sizing: content-box;
  text-align: center
}
.page-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.4
}
@media (min-width: 768px) {
  .page-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.4
  }
}
.contents-wrapper > .contents-block {
  padding-bottom: 80px
}
@media (min-width: 768px) {
  .contents-wrapper > .contents-block {
    margin: 0 auto;
    padding-bottom: 0px;
    max-width: 1200px
  }
}
@media (min-width: 768px) {
  .contents-wrapper > .contents-block.is-narrow-column {
    box-sizing: content-box;
    max-width: 800px
  }
}
.contents-block {
  padding: 0 20px
}
@media (min-width: 992px) {
  .contents-block {
    padding: 0 0px
  }
}
.page-thanks .contents-block {
  padding-top: 96px
}
@media (min-width: 992px) {
  .page-thanks .contents-block {
    padding-top: 80px
  }
}
.page-404 .contents-block {
  padding-top: 96px
}
@media (min-width: 992px) {
  .page-404 .contents-block {
    padding-top: 80px
  }
}
.archive-contact .contents-block {
  box-sizing: content-box;
  margin: 0 auto;
  padding-bottom: 0;
  max-width: 800px
}
.page-meta {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px
}
@media (min-width: 768px) {
  .page-meta {
    margin-bottom: 48px
  }
}
.page-meta > .date {
  margin-right: 8px
}
.page-meta > .category {
  padding: 2px 8px;
  border: 1px solid rgba(51, 36, 20, 0.12);
  color: rgba(0, 0, 0, 0.64);
  font-size: 12px
}
.categories-block > .list, .columns2-block > .list, .columns3-block > .list, .columns4-block > .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -32px
}
@media (min-width: 768px) {
  .categories-block > .list, .columns2-block > .list, .columns3-block > .list, .columns4-block > .list {
    margin-top: -48px
  }
}
.categories-block > .list::before, .columns2-block > .list::before, .columns3-block > .list::before, .columns4-block > .list::before {
  display: inline-block;
  order: 1;
  width: calc(50% - 10px);
  content: ""
}
@media (min-width: 768px) {
  .categories-block > .list::before, .columns2-block > .list::before, .columns3-block > .list::before, .columns4-block > .list::before {
    margin-top: 48px;
    width: calc(25% - 18px)
  }
}
.categories-block > .list::after, .columns2-block > .list::after, .columns3-block > .list::after, .columns4-block > .list::after {
  display: inline-block;
  order: 1;
  width: calc(50% - 10px);
  content: ""
}
@media (min-width: 768px) {
  .categories-block > .list::after, .columns2-block > .list::after, .columns3-block > .list::after, .columns4-block > .list::after {
    margin-top: 48px;
    width: calc(25% - 18px)
  }
}
.categories-block > .list > .item, .columns2-block > .list > .item, .columns3-block > .list > .item, .columns4-block > .list > .item {
  margin-top: 32px;
  width: calc(50% - 10px)
}
@media (min-width: 768px) {
  .categories-block > .list > .item, .columns2-block > .list > .item, .columns3-block > .list > .item, .columns4-block > .list > .item {
    margin-top: 48px;
    width: calc(25% - 18px)
  }
}
.categories-block > .list > .item > .link, .columns2-block > .list > .item > .link, .columns3-block > .list > .item > .link, .columns4-block > .list > .item > .link {
  color: rgba(0, 0, 0, 0.82)
}
.categories-block > .list > .item > .link:hover > .thumbnail, .columns2-block > .list > .item > .link:hover > .thumbnail, .columns3-block > .list > .item > .link:hover > .thumbnail, .columns4-block > .list > .item > .link:hover > .thumbnail {
  opacity: 0.8
}
.categories-block > .list > .item > .link > .title, .columns2-block > .list > .item > .link > .title, .columns3-block > .list > .item > .link > .title, .columns4-block > .list > .item > .link > .title {
  position: relative;
  margin-top: 8px;
  padding-right: 16px
}
.categories-block > .list > .item > .link > .title > b, .columns2-block > .list > .item > .link > .title > b, .columns3-block > .list > .item > .link > .title > b, .columns4-block > .list > .item > .link > .title > b, .categories-block > .list > .item > .link > .title > span, .columns2-block > .list > .item > .link > .title > span, .columns3-block > .list > .item > .link > .title > span, .columns4-block > .list > .item > .link > .title > span {
  position: relative;
  padding-bottom: 3px;
  background: linear-gradient(rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82)) 0 100%/0 1px no-repeat;
  text-decoration: none;
  transition: background 0.3s
}
.categories-block > .list > .item > .link:hover > .title > b, .columns2-block > .list > .item > .link:hover > .title > b, .columns3-block > .list > .item > .link:hover > .title > b, .columns4-block > .list > .item > .link:hover > .title > b, .categories-block > .list > .item > .link:hover > .title > span, .columns2-block > .list > .item > .link:hover > .title > span, .columns3-block > .list > .item > .link:hover > .title > span, .columns4-block > .list > .item > .link:hover > .title > span {
  background-size: 100% 1px
}
.categories-block > .list > .item > .link > .title::after, .columns2-block > .list > .item > .link > .title::after, .columns3-block > .list > .item > .link > .title::after, .columns4-block > .list > .item > .link > .title::after {
  position: absolute;
  top: 4px;
  right: 0;
  display: inline-block;
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background: transparent url(../../assets/img/common/icon-arrow-right.svg) no-repeat center center;
  content: ""
}
@media (min-width: 768px) {
  .categories-block > .list > .item > .link > .title::after, .columns2-block > .list > .item > .link > .title::after, .columns3-block > .list > .item > .link > .title::after, .columns4-block > .list > .item > .link > .title::after {
    position: relative;
    top: 2px;
    right: 0
  }
}
.categories-block > .list > .item > .link > .title.is-external::after, .columns2-block > .list > .item > .link > .title.is-external::after, .columns3-block > .list > .item > .link > .title.is-external::after, .columns4-block > .list > .item > .link > .title.is-external::after {
  background: transparent url(../../assets/img/common/icon-externalLink.svg) no-repeat center center;
  content: ""
}
.categories-block > .list > .item > .link > .title.is-fill::after, .columns2-block > .list > .item > .link > .title.is-fill::after, .columns3-block > .list > .item > .link > .title.is-fill::after, .columns4-block > .list > .item > .link > .title.is-fill::after {
  position: absolute
}
.columns2-block > .list {
  margin-top: -40px
}
@media (min-width: 768px) {
  .columns2-block > .list {
    margin-top: -48px
  }
}
.columns2-block > .list > .item {
  margin-top: 40px;
  width: 100%
}
@media (min-width: 768px) {
  .columns2-block > .list > .item {
    margin-top: 48px;
    width: calc(50% - 16px)
  }
}
@media (min-width: 992px) {
  .columns2-block > .list > .item {
    margin-top: 48px;
    width: calc(50% - 24px)
  }
}
.columns2-block > .list > .item > .link > .excerpt {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px
}





.pattern-gallery > .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -24px
}
@media (min-width: 768px) {
  .pattern-gallery > .list {
    margin-top: -32px
  }
}
@media (min-width: 768px) {
  .pattern-gallery > .list::after {
    display: inline-block;
    width: calc(50% - 16px);
    content: ""
  }
}
@media (min-width: 992px) {
  .pattern-gallery > .list::after {
    width: calc(33.3% - 16px)
  }
}
.pattern-gallery > .list > .item {
  position: relative;
  margin-top: 24px;
  width: 100%;
  background-color: #f7f7f5;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}
@media (min-width: 768px) {
  .pattern-gallery > .list > .item {
    margin-top: 32px;
    width: calc(50% - 16px)
  }
}
@media (min-width: 992px) {
  .pattern-gallery > .list > .item {
    width: calc(33.3% - 16px)
  }
}
.pattern-gallery > .list > .item::before {
  display: block;
  padding-top: 75%;
  content: ""
}
.pattern-gallery > .list > .item > .link {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%
}
.contents-block.is-narrow-column, .single-post .contents-block {
  line-height: 1.8
}
.contents-block.is-narrow-column p, .contents-block.is-narrow-column .wp-block-image, .contents-block.is-narrow-column .wp-block-group {
  margin-bottom: 48px
}
@media (min-width: 768px) {
  .contents-block.is-narrow-column p, .contents-block.is-narrow-column .wp-block-image, .contents-block.is-narrow-column .wp-block-group {
    margin-bottom: 56px
  }
}
.single-post .contents-block p, .single-post .contents-block .wp-block-image, .single-post .contents-block .wp-block-group {
  margin-bottom: 48px
}
@media (min-width: 768px) {
  .single-post .contents-block p, .single-post .contents-block .wp-block-image, .single-post .contents-block .wp-block-group {
    margin-bottom: 56px
  }
}
.single-post .contents-block a:not([class]) {
  color: #0078ba
}
.contents-block.is-narrow-column h1, .single-post .contents-block.is-narrow-column h1 {
  margin-bottom: 24px;
  font-size: 40px
}
.contents-block.is-narrow-column h2, .single-post .contents-block h2 {
  margin-bottom: 24px;
  font-size: 20px
}
.contents-block.is-narrow-column h3, .single-post .contents-block h3 {
  margin-bottom: 24px;
  font-size: 20px
}
.contents-block.is-narrow-column h4, .single-post .contents-block h4 {
  margin-bottom: 24px;
  font-size: 18px
}
.contents-block.is-narrow-column p.pattern-subheading, .single-post .contents-block p.pattern-subheading {
  margin-bottom: 24px;
  font-size: 18px
}
.contents-block ul:not([class]) {
  margin-bottom: 56px
}
.contents-block ul:not([class]) > li {
  position: relative;
  padding-left: 24px
}
.contents-block ul:not([class]) > li::before {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #dd0047;
  content: ""
}
.contents-block ul:not([class]) > li + li {
  margin-top: 12px
}
.contents-block ul:not([class]) ul, .contents-block ul:not([class]) ol {
  margin-top: 12px
}
.contents-block ol:not([class]) {
  margin-bottom: 56px;
  list-style-type: none;
  counter-reset: item
}
.contents-block ol:not([class]) > li {
  position: relative;
  padding-left: 24px
}
.contents-block ol:not([class]) > li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #dd0047;
  content: counter(item) ".";
  counter-increment: item
}
.contents-block ol:not([class]) > li + li {
  margin-top: 12px
}
.contents-block ol:not([class]) ul, .contents-block ol:not([class]) ol {
  margin-top: 12px
}
.has-xl-font-size {
  font-size: 20px
}
@media (min-width: 768px) {
  .has-xl-font-size {
    font-size: 20px
  }
}
.has-xxl-font-size {
  font-size: 20px
}
@media (min-width: 768px) {
  .has-xxl-font-size {
    font-size: 24px
  }
}
.has-lg-font-size {
  font-size: 16px
}
@media (min-width: 768px) {
  .has-lg-font-size {
    font-size: 18px
  }
}
.has-md-font-size {
  font-size: 16px
}
@media (min-width: 768px) {
  .has-md-font-size {
    font-size: 16px
  }
}
.has-sm-font-size {
  font-size: 14px
}
@media (min-width: 768px) {
  .has-sm-font-size {
    font-size: 14px
  }
}
.has-mt16px {
  margin-top: 16px
}
.has-mt24px {
  margin-top: 24px
}
.has-mt40px {
  margin-top: 40px
}
.has-mb16px {
  margin-bottom: 16px
}
.has-mb24px {
  margin-bottom: 24px
}
.has-mb40px {
  margin-bottom: 40px
}
.section-block {
  padding: 80px 0
}
@media (min-width: 768px) {
  .section-block {
    padding: 96px 0
  }
}
.section-block.is-gray {
  background-color: #f7f7f5
}
.section-block.is-last {
  padding-bottom: 0
}
.section-block.alignfull {
  margin: 0 calc(50% - 50vw);
  padding-right: 20px;
  padding-left: 20px;
  width: 100vw
}
@media (min-width: 768px) {
  .section-block.alignfull {
    padding-right: 0;
    padding-left: 0;
    width: auto
  }
}
@media (min-width: 768px) {
  .section-block.alignfull > .wp-block-group__inner-container {
    margin: 0 auto;
    padding-right: 32px;
    padding-left: 32px;
    max-width: 1200px
  }
}
.section-block.alignfull.is-margin-space {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0
}
@media (min-width: 768px) {
  .section-block.alignfull.is-margin-space {
    margin-top: 96px;
    margin-bottom: 96px
  }
}
.section-block:not(.has-light-gray-background-color) + .section-block:not(.has-light-gray-background-color) {
  padding-top: 0
}
.block-pattern + .block-pattern {
  margin-top: 56px
}
@media (min-width: 768px) {
  .block-pattern + .block-pattern {
    margin-top: 64px
  }
}
.is-columns .block-pattern + .block-pattern {
  margin-top: 24px
}
.block-pattern.is-row .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center
}
@media (min-width: 768px) {
  .block-pattern.is-row .wp-block-group__inner-container {
    flex-direction: row
  }
}
.block-pattern.is-row .wp-block-group__inner-container .block-pattern {
  margin-top: 32px
}
@media (min-width: 768px) {
  .block-pattern.is-row .wp-block-group__inner-container .block-pattern {
    margin-top: 0
  }
}
@media (min-width: 768px) {
  .block-pattern.is-row .wp-block-group__inner-container .block-pattern + .block-pattern {
    margin-left: 48px
  }
}
.is-narrow {
  box-sizing: content-box;
  margin-right: auto;
  margin-left: auto;
  width: 100%
}
.pattern-heading {
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 1.5
}
@media (min-width: 768px) {
  .pattern-heading {
    margin-bottom: 64px;
    font-size: 32px
  }
}
.is-columns .pattern-heading {
  margin-bottom: 32px;
  font-size: 24px;
  line-height: 1.5
}
@media (min-width: 768px) {
  .is-columns .pattern-heading {
    margin-bottom: 40px;
    font-size: 28px
  }
}
.pattern-subheading {
  margin-bottom: 24px;
  line-height: 1.5
}
.is-columns .pattern-subheading {
  font-size: 20px
}
.pattern-lead {
  line-height: 1.8
}
.pattern-detail {
  line-height: 1.8
}
.pattern-intro {
  line-height: 1.8
}
.pattern-intro.is-mt16 {
  margin-top: 16px
}
.pattern-desc {
  line-height: 1.8
}
.pattern-desc + .pattern-desc {
  margin-top: 16px
}
.pattern-table {
  border-collapse: collapse;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff
}
.pattern-table table {
  border-spacing: 0;
}
.pattern-table  {
/*margin-bottom:10px;*/
}
.pattern-table th, .pattern-table td {
  padding: 16px 8px;
  border-top: 1px solid #e3e3e3;
  font-size: 12px;
  line-height: 1.8
}
@media (min-width: 768px) {
  .pattern-table th, .pattern-table td {
    padding: 12px
  }
}
.pattern-table tr {
  display: flex;
  flex-wrap: wrap
}
@media (min-width: 768px) {
  .pattern-table tr {
    flex-wrap: nowrap
  }
}
.pattern-table th {
  display: flex;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
  width: 100px;
  background-color: #f3f3f3;
  line-height: 1.3
}
@media (min-width: 768px) {
  .page-template-page-sale-detail-php .pattern-table th {
    width: 160px;
    text-align: left
  }
}
@media (min-width: 768px) {
  .page-sale-child .pattern-table th {
    width: 120px
  }
}
.pattern-table td {
  display: flex;
  align-items: center;
  width: calc(100% - 100px)
}
@media (min-width: 768px) {
  .pattern-table td {
    flex: 1;
    width: 100%
  }
}
@media (max-width: 736px) {
  .pattern-table th {
    width: 85px
  }
  .pattern-table td {
    width: calc(100% - 120px)
  }
}
.pattern-table th a, .pattern-table td a {
  color: rgba(0, 0, 0, 0.82);
  text-decoration: underline
}
.pattern-table.is-fixed tr {
  display: flex;
  flex-wrap: nowrap
}
.pattern-table.is-fixed td {
  flex-wrap: nowrap
}
.pattern-table.is-fixed th {
  flex: 1
}
.pattern-table.is-fixed th + th {
  border-left: 1px solid #e3e3e3
}
.pattern-table.is-fixed td + td {
  border-left: 1px solid #e3e3e3
}
@media (min-width: 768px) {
  .pattern-table.is-fixed th, .pattern-table.is-fixed td {
    padding: 12px 16px
  }
}
.pattern-lead + .pattern-table, .pattern-table + .pattern-lead, .pattern-table + .pattern-table, .pattern-detail + .pattern-gallery, .pattern-detail + .pattern-image {
  /*margin-top: 24px*/
}
@media (min-width: 992px) {
  .pattern-lead + .pattern-table, .pattern-table + .pattern-lead, .pattern-table + .pattern-table, .pattern-detail + .pattern-gallery, .pattern-detail + .pattern-image {
    /*margin-top: 32px*/
  }
}

/*pattern-table-half*/

	
@media (max-width: 736px) {
	.shuhenkankyolist {
		margin-top:30px;
		margin-bottom: 15VW;
	}
	.shuhenkankyolist .pattern-table + .pattern-table {
		margin-top:0px;
    }
	.shuhenkankyolist .pattern-table + .pattern-table th,
	.shuhenkankyolist .pattern-table + .pattern-table td {
        border-top: 0;
    }
	.peripheral-photo > .caption {
  		font-size: 12px!important;
	}
}

@media (min-width: 768px) {
	.shuhenkankyolist {
		/*min-height:250px;*/
		margin-bottom:30px;
	}
	.shuhenkankyolist:after {
		clear:both;
	}
	.shuhenkankyolist table:last-child {
		/*margin-left:2%;*/
	}
  	.pattern-table-half {
    	/*width:49%;
	  	float:left;*/
	  	/*margin-top: 32px;*/
		/*min-height:205px;*/
  	}
  	.pattern-table-half th{
		/*min-height:180px;*/
  	}
}
.col2-main > P {
	font-size:14px;
	padding-top:0.5em;
}


.block-pattern + .pattern-subheading {
  margin-top: 40px
}
@media (min-width: 992px) {
  .block-pattern + .pattern-subheading {
    margin-top: 56px
  }
}
.pattern-image + .pattern-summary {
  margin-top: 16px
}
.pattern-summary + .pattern-desc {
  margin-top: 8px
}
.pattern-summary + .pattern-list {
  margin-top: 24px
}
.pattern-before-after .before-image {
  position: relative;
  margin-bottom: 24px;
  border: 1px solid rgba(51, 36, 20, 0.12)
}
@media (min-width: 768px) {
  .pattern-before-after .before-image {
    margin-bottom: 0
  }
}
.pattern-before-after .before-image::before {
  position: absolute;
  top: -12px;
  left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #a9a9a9;
  color: #fff;
  content: "Before";
  font-weight: bold;
  font-size: 13px
}
.pattern-before-after .after-image {
  position: relative;
  border: 1px solid rgba(51, 36, 20, 0.12)
}
.pattern-before-after .after-image::before {
  position: absolute;
  top: -12px;
  left: -12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #dd0047;
  color: #fff;
  content: "After";
  font-weight: bold;
  font-size: 13px
}
.pattern-before-after .wp-block-columns {
  margin-bottom: 0
}
.update-date {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px
}
.update-date > .list {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: right
}
@media (min-width: 768px) {
  .update-date > .list {
    flex-direction: row;
    justify-content: flex-start
  }
}
@media (min-width: 768px) {
  .update-date > .list > .item:nth-child(n+2)::before {
    display: inline-block;
    margin: 0 4px;
    content: "/"
  }
}
.block-pattern .wp-block-column + .wp-block-column {
  margin-top: 56px
}
@media (min-width: 768px) {
  .block-pattern .wp-block-column + .wp-block-column {
    margin-top: 0
  }
}
.is-columns .wp-block-column + .wp-block-column {
  margin-top: 24px
}
@media (min-width: 768px) {
  .is-columns .wp-block-column + .wp-block-column {
    margin-top: 0
  }
}
@media (min-width: 768px) {
  .is-columns .wp-block-column:not(:first-child) {
    margin-left: 24px
  }
}
.pattern-gallery.aligncenter {
  justify-content: center
}
.pattern-gallery.is-wrap .blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
  list-style-type: none
}
.pattern-gallery.is-wrap .blocks-gallery-grid::after {
  display: block;
  padding: 10px;
  width: 50%;
  content: ""
}
@media (min-width: 992px) {
  .pattern-gallery.is-wrap .blocks-gallery-grid::after {
    width: calc(50% - 16px)
  }
}
.pattern-gallery.is-wrap .blocks-gallery-item {
  display: flex;
  flex-direction: column;
  padding: 10px;
  width: 50%;
  font-size: 14px
}
@media (min-width: 992px) {
  .pattern-gallery.is-wrap .blocks-gallery-item {
    width: calc(50% - 16px)
  }
}
.is-columns .blocks-gallery-grid .blocks-gallery-image, .is-columns .blocks-gallery-grid .blocks-gallery-item, .is-columns .wp-block-gallery .blocks-gallery-image, .is-columns .wp-block-gallery .blocks-gallery-item {
  margin: 0 0 24px 0
}
@media (min-width: 768px) {
  .is-columns .blocks-gallery-grid .blocks-gallery-image, .is-columns .blocks-gallery-grid .blocks-gallery-item, .is-columns .wp-block-gallery .blocks-gallery-image, .is-columns .wp-block-gallery .blocks-gallery-item {
    margin: 0 24px 24px 0
  }
}
@media (min-width: 768px) {
  .is-columns .blocks-gallery-grid .blocks-gallery-image, .is-columns .blocks-gallery-grid .blocks-gallery-item, .is-columns .wp-block-gallery .blocks-gallery-image, .is-columns .wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 12px)
  }
}
@media (min-width: 992px) {
  .wp-block-group.col2-wrapper > .wp-block-group__inner-container {
    position: relative;
    display: flex;
    justify-content: space-between
  }
}
@media (min-width: 768px) {
  .wp-block-group.col2-wrapper > .wp-block-group__inner-container .wp-block-group.col2-main {
    flex: 1
  }
}
.wp-block-group.col2-wrapper > .wp-block-group__inner-container .wp-block-group.col2-aside {
  position: relative
}
@media (min-width: 992px) {
  .wp-block-group.col2-wrapper > .wp-block-group__inner-container .wp-block-group.col2-aside {
    width: 320px
  }
}
	
.contents-block .hero-block.hero-block.hero-block {
  height: 100vw;
  background-color: #ccc
}
@media (min-width: 544px) {
  .contents-block .hero-block.hero-block.hero-block {
    height: 420px
  }
}
.contents-block .hero-block.hero-block.hero-block .wp-block-cover__inner-container {
  display: flex;
  margin: 0 auto;
  padding: 24px 20px;
  max-width: 1200px;
  width: 100%;
  height: 100%
}
@media (min-width: 768px) {
  .contents-block .hero-block.hero-block.hero-block .wp-block-cover__inner-container {
    padding: 24px 20px
  }
}
.contents-block .hero-block.hero-block.hero-block .hero-catch strong {
  bottom: 24px;
  display: inline;
  padding: 4px 8px;
  background: #fff;
  box-decoration-break: clone;
  color: rgba(0, 0, 0, 0.82);
  line-height: 2;
  -webkit-box-decoration-break: clone
}
@media (min-width: 768px) {
  .contents-block .hero-block.hero-block.hero-block .hero-catch strong {
    display: inline-block;
    line-height: 1.5
  }
}
.contents-block .hero-block.hero-block.hero-block .hero-catch strong:nth-child(n+2) {
  margin-top: 8px
}
.hero-block.wp-block-cover.is-position-top-left .wp-block-cover__inner-container {
  align-items: flex-start;
  justify-content: flex-start
}
.hero-block.wp-block-cover.is-position-top-center .wp-block-cover__inner-container {
  align-items: flex-start;
  justify-content: center
}
.hero-block.wp-block-cover.is-position-top-right .wp-block-cover__inner-container {
  align-items: flex-start;
  justify-content: flex-end
}
.hero-block.wp-block-cover.is-position-center-left .wp-block-cover__inner-container {
  align-items: center;
  justify-content: flex-start
}
.hero-block.wp-block-cover.is-position-center-center .wp-block-cover__inner-container {
  align-items: center;
  justify-content: center
}
.hero-block.wp-block-cover.is-position-center-right .wp-block-cover__inner-container {
  align-items: center;
  justify-content: flex-end
}
.wp-block-cover-image.is-position-bottom-left .wp-block-cover__inner-container, .hero-block.wp-block-cover.is-position-bottom-left .wp-block-cover__inner-container {
  align-items: flex-end;
  justify-content: flex-start
}
.hero-block.wp-block-cover.is-position-bottom-center .wp-block-cover__inner-container {
  align-items: flex-end;
  justify-content: center
}
.hero-block.wp-block-cover.is-position-bottom-right .wp-block-cover__inner-container {
  align-items: flex-end;
  justify-content: flex-end
}
	
.wp-block-separator {
  margin: 64px 0;
  border-color: rgba(51, 36, 20, 0.12)
}
@media (min-width: 992px) {
  .wp-block-separator {
    margin: 80px 0
  }
}
.wp-block-separator.is-style-summary-underline {
  margin: 0 auto;
  width: 80px;
  border: none;
  border-top: 1px solid #dd0047
}
.pattern-summary + .wp-block-separator.is-style-summary-underline {
  margin-top: 8px
}
@media (min-width: 992px) {
  .pattern-summary + .wp-block-separator.is-style-summary-underline {
    margin-top: 16px
  }
}
.contents-block h3.has-lg-font-size, .contents-block h4.has-lg-font-size, .contents-block h5.has-lg-font-size {
  margin-bottom: 24px
}
@media (min-width: 992px) {
  .contents-block h3.has-lg-font-size, .contents-block h4.has-lg-font-size, .contents-block h5.has-lg-font-size {
    margin-bottom: 24px
  }
}
.contents-block h3.has-xl-font-size, .contents-block h4.has-xl-font-size, .contents-block h5.has-xl-font-size {
  margin-bottom: 32px
}
@media (min-width: 992px) {
  .contents-block h3.has-xl-font-size, .contents-block h4.has-xl-font-size, .contents-block h5.has-xl-font-size {
    margin-bottom: 40px
  }
}
.contents-block .iframe-block {
  position: relative;
  padding-top: 56.25%;
  width: 100%
}
.contents-block .iframe-block iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.wp-block-group.related-videos .wp-block-columns {
  margin-bottom: 0
}
.wp-block-group.related-videos .wp-block-columns + .wp-block-columns {
  margin-top: 24px
}
.wp-block-group.related-videos .wp-block-column + .wp-block-column {
  margin-top: 24px
}
@media (min-width: 768px) {
  .wp-block-group.related-videos .wp-block-column + .wp-block-column {
    margin-top: 0;
    margin-left: 24px
  }
}
	
	
.contents-block .wp-block-group.detail-table {
  margin-bottom: 40px
}
@media (min-width: 768px) {
  .contents-block .wp-block-group.detail-table {
    margin-bottom: 56px
  }
}
.wp-block-group.detail-table table {
  border-bottom: 1px solid #e3e3e3
}
.wp-block-group.detail-table th {
  background-color: #f3f3f3;
  text-align: center
}
@media (min-width: 768px) {
  .wp-block-group.detail-table th {
    text-align: left
  }
}
.wp-block-group.detail-table th, .wp-block-group.detail-table td {
  padding: 16px 8px;
  border-top: 1px solid #e3e3e3;
  font-size: 14px
}
@media (min-width: 768px) {
  .wp-block-group.detail-table th, .wp-block-group.detail-table td {
    padding: 12px 16px
  }
}
.contents-block .calendar-wrapper {
  margin-bottom: 40px
}
@media (min-width: 992px) {
  .calendar-wrapper {
    position: relative;
    padding: 40px;
    border: 1px solid rgba(51, 36, 20, 0.12);
    border-radius: 4px
  }
}
.calendar-wrapper > .note {
  font-size: 14px
}
@media (min-width: 992px) {
  .calendar-wrapper > .note {
    position: absolute;
    top: 16px;
    right: 16px;
    display: block;
    text-align: right
  }
}
.calendar-wrapper > .note::before {
  display: inline-block;
  margin-right: 4px;
  width: 14px;
  height: 14px;
  background-color: #ffe3e8;
  content: "";
  vertical-align: baseline
}
.calendar-wrapper > .nav {
  display: none
}
@media (min-width: 992px) {
  .calendar-wrapper > .nav {
    display: block
  }
}
.calendar-wrapper > .nav.is-prev {
  outline: none
}
@media (min-width: 992px) {
  .calendar-wrapper > .nav.is-prev {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 40px;
    height: calc(100% - 80px);
    border: none;
    background-color: transparent
  }
}
@media (min-width: 992px) {
  .calendar-wrapper > .nav.is-prev::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: solid 2px #dd0047;
    border-right: solid 2px #dd0047;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
.calendar-wrapper > .nav.is-next {
  outline: none
}
@media (min-width: 992px) {
  .calendar-wrapper > .nav.is-next {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 40px;
    height: calc(100% - 80px);
    border: none;
    background-color: transparent
  }
}
@media (min-width: 992px) {
  .calendar-wrapper > .nav.is-next::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #dd0047;
    border-left: solid 2px #dd0047;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}
@media (min-width: 992px) {
  .calendar-wrapper > .calendar-block {
    display: flex;
    justify-content: space-between
  }
}
@media (min-width: 992px) {
  .calendar-wrapper > .calendar-block > .calendar-list {
    width: calc(50% - 24px)
  }
}
.calendar-wrapper .month {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.82);
  text-align: center;
  font-weight: 700;
  font-size: 14px
}
.calendar-wrapper .calendar-block table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse
}
.calendar-wrapper .calendar-block th {
  padding: 8px 0;
  font-weight: 400;
  font-size: 12px
}
.calendar-wrapper .calendar-block td {
  padding: 8px;
  width: calc(100% / 7);
  border: 2px solid #fff;
  text-align: center;
  font-size: 14px
}
.calendar-wrapper .calendar-block th:first-child {
  color: red
}
.calendar-wrapper .calendar-block td.is-disabled {
  color: rgba(0, 0, 0, 0.15)
}
.wp-block-group__inner-container > .wp-block-webfactory-map {
  margin-bottom: 24px
}
.wp-block-group__inner-container > .col2-aside {
  margin: 64px auto
}
@media (min-width: 992px) {
  .wp-block-group__inner-container > .col2-aside {
    margin: 0
  }
}
	
	
.application-block {
  padding: 20px 16px
}
@media (min-width: 768px) {
  .application-block {
    padding: 32px 16px
  }
}
.application-block p.pattern-desc, .application-block .wp-block-image, .application-block .wp-block-group {
  margin: 12px 0
}
	
	
	
.cover-link-block {
  overflow: hidden;
  border-radius: 4px
}
.cover-link-block .wp-block-columns {
  margin-bottom: 0
}
.cover-link-block .wp-block-cover {
  padding: 48px 20px 240px
}
@media (min-width: 768px) {
  .cover-link-block .wp-block-cover {
    padding: 48px 0
  }
}
@media (min-width: 768px) {
  .cover-link-block .wp-block-column:not(:first-child) {
    margin-right: 32px
  }
}
.cover-link-block .pattern-subheading {
  text-align: center
}
@media (min-width: 768px) {
  .cover-link-block .pattern-subheading {
    text-align: left
  }
}
.cover-link-block .pattern-desc {
  margin-bottom: 24px;
  text-align: center;
  word-break: break-all
}
@media (min-width: 768px) {
  .cover-link-block .pattern-desc {
    text-align: left
  }
}
.cover-link-block .wp-block-column {
  width: auto
}
@media (min-width: 544px) {
  .cover-link-block .wp-block-column {
    width: 300px
  }
}
@media (min-width: 992px) {
  .cover-link-block .wp-block-column {
    width: 430px
  }
}
@media (min-width: 1200px) {
  .cover-link-block .wp-block-column {
    width: 500px
  }
}
.cover-link-block .wp-block-column + .wp-block-column {
  margin-top: 0
}
@media (min-width: 768px) {
  .cover-link-block .wp-block-column + .wp-block-column {
    margin-top: 24px
  }
}
	
.series-block .pattern-logo figcaption {
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px
}
.series-block .pattern-desc {
  margin-bottom: 24px
}
	
.series-block .thumbnail {
  width: 100%
}
.ec-card {
  margin: 0 auto;
  padding: 24px;
  max-width: 100%;
  width: 320px;
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 4px
}
.ec-card > .image {
  margin-bottom: 16px
}
.ec-card > .name {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 700;
  font-size: 16px
}
.ec-card > .price {
  display: block;
  margin-bottom: 16px;
  color: #dd0047;
  font-size: 20px
}
.ec-card > .price::before {
  content: "￥"
}
.ec-card > .link {
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border-radius: 4px;
  background: url(../../assets/img/common/icon-externalLink-white.svg) right 16px center no-repeat;
  background-color: #dd0047;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-size: 16px
}

.peripheral-map:empty {
  display: none
}
.peripheral-map + .pattern-table {
  margin-top: 24px
}
@media (min-width: 768px) {
  .peripheral-map + .pattern-table {
    margin-top: 32px
  }
}
.peripheral-gallery {
  margin-top: 8px;
  clear:both;
}
@media (min-width: 768px) {
  .peripheral-gallery {
    /*margin-top: 16px*/
  }
}
.peripheral-gallery > .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}
	
.peripheral-gallery > .list:before {
  display: block;
  order: 1;
  width: calc(50% - 10px);
  height: 0;
  content: ""
}
@media (min-width: 768px) {
  .peripheral-gallery > .list:before {
    width: calc(25% - 16px)
  }
}
.peripheral-gallery > .list:after {
  display: block;
  width: calc(50% - 10px);
  height: 0;
  content: ""
}
@media (min-width: 768px) {
  .peripheral-gallery > .list:after {
    width: calc(25% - 16px)
  }
}
.peripheral-gallery > .list > .item {
  margin-bottom: 30px;
  width: calc(50% - 10px)
}
#map .peripheral-gallery > .list > .item img{
	height:190px;
  	width: 100%;
	object-fit: cover;
}
@media (min-width: 768px) {
  .peripheral-gallery > .list > .item {
    width: calc(25% - 16px)
  }
}
	
@media (max-width: 736px) {
  .peripheral-gallery > .list > .item {
    width:48%;
  }
  #map .peripheral-gallery > .list > .item{
      width: 100%;
  }
  #map .peripheral-gallery > .list > .item a{
      pointer-events: none;
  }
  #map .peripheral-gallery > .list > .item img{
      height:auto;
      width: 100%;
      
  }
}
	
.peripheral-photo > .photo {
  /*margin-bottom: 8px*/
}
.peripheral-photo > .caption {
  font-size: 14px;
  margin-top: 8px
}
#map .peripheral-gallery figure {
	position: relative;
	display: inline-block;
}
#map .peripheral-gallery figure a {
    display: block;
    position: absolute;
    left: 0;
    top: 18px;
}
#map .peripheral-gallery figure figcaption {
    position: absolute;
    left: 0;
    top: 0;
      margin-top: 0px;
}
#map .peripheral-gallery > .list > .item {
    width: calc(33% - 16px);
  }
#map .list > .item img {
  height: 260px!important;
	width: 380px!important;
}
.image-container::after {
  content: "\1F50D"; /* 虫眼鏡アイコン (Unicode) */
  font-size: 24px; /* アイコンの大きさ */
  position: absolute;
  top: 10px; /* 上端からの距離 */
  right: 10px; /* 右端からの距離 */
  background-color: white; /* 背景色（オプション） */
  border-radius: 50%; /* 丸い背景 */
  padding: 5px; /* アイコン周りの余白 */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 軽い影を追加して目立たせる */
  cursor: pointer; /* マウスをホバーしたときにポインタを表示 */
}
	
.pattern-overview {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
  border-top: none
}
.pattern-overview > .label {
  box-sizing: border-box;
  margin-bottom: 12px;
  width: 80px
}
.pattern-overview > .label > .name {
  display: block;
  width: 100%;
  background: #f7f7f5;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px
}
.pattern-overview > .value {
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 16px;
  padding-left: 12px;
  width: calc(100% - 80px)
}
.pattern-overview > .value > .amount {
  color: #dd0047;
  font-size: 24px
}
.pattern-point.is-round {
  display: flex;
  justify-content: center
}
@media (min-width: 544px) {
  .pattern-point.is-round {
    margin-top: -16px
  }
}
@media (min-width: 768px) {
  .pattern-point.is-round {
    justify-content: space-between
  }
}
.pattern-point.is-round > .item {
  display: flex;
  flex-basis: inherit !important;
  flex-direction: column;
  flex-grow: inherit;
  justify-content: center;
  margin-top: 16px;
  padding: 24px;
  width: 256px;
  height: 256px;
  border-radius: 50%
}
.pattern-point.is-round > .wp-block-column:not(:first-child) {
  margin-left: 0
}
@media (min-width: 544px) {
  .pattern-point.is-round > .wp-block-column:not(:first-child) {
    margin-left: 16px
  }
}
.pattern-list.is-border {
  margin-top: 16px;
  padding: 32px 24px;
  border: 1px solid #dd0047
}
.pattern-list > li {
  position: relative;
  padding-left: 24px
}
.pattern-list > li::before {
  position: absolute;
  top: 12px;
  left: 4px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #dd0047;
  content: ""
}
.pattern-list > li + li {
  margin-top: 12px
}
.pattern-list ul, .pattern-list ol {
  margin-top: 12px
}
.pattern-desc + .pattern-list {
  margin-top: 24px
}
@media (min-width: 992px) {
  .pattern-desc + .pattern-list {
    margin-top: 16px
  }
}
@media screen and (max-width: 768px) {
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right.is-stacked-on-mobile-reverse .wp-block-media-text__media, .wp-block-media-text.is-stacked-on-mobile.is-stacked-on-mobile-reverse .wp-block-media-text__content {
    padding-top: 32px;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2
  }
  .wp-block-media-text.is-stacked-on-mobile.is-stacked-on-mobile-reverse .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
  }
}
.step-list {
  position: relative;
  display: flex;
  flex-direction: column
}
.step-list::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(51, 36, 20, 0.12);
  content: ""
}
.step-list > .item {
  z-index: 1;
  display: flex;
  border-top: 1px solid rgba(51, 36, 20, 0.12);
  border-bottom: 1px solid rgba(51, 36, 20, 0.12);
  background-color: #fff
}
.step-list > .item.is-unnumbered {
  display: block;
  padding: 8px 0;
  border: none;
  background-color: #fff
}
.step-list > .item + .item {
  margin-top: 40px
}
.step-list > .item > .number {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 80px;
  border-right: 1px solid rgba(51, 36, 20, 0.12);
  color: #dd0047;
  font-weight: 700;
  font-size: 44px;
  line-height: 1.2
}
@media (min-width: 992px) {
  .step-list > .item > .number {
    width: 240px
  }
}
.step-list > .item > .number::after {
  display: block;
  content: "step";
  font-weight: 400;
  font-size: 16px
}
.step-list > .item > .contents {
  flex: 1;
  padding: 24px 16px
}
@media (min-width: 992px) {
  .step-list > .item > .contents {
    padding: 40px
  }
}
.step-list .pattern-summary + .pattern-desc {
  margin-top: 16px
}
@media (min-width: 992px) {
  .step-list .pattern-summary + .pattern-desc {
    margin-top: 24px
  }
}
.qac-list > .item + .item {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(51, 36, 20, 0.12)
}
.qac-list > .item > .question {
  position: relative;
  margin-bottom: 32px;
  padding-left: 48px;
  font-weight: 700;
  font-size: 20px
}
@media (min-width: 992px) {
  .qac-list > .item > .question {
    padding-top: 8px
  }
}
.qac-list > .item > .question::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #dd0047;
  content: "Q";
  font-size: 32px;
  line-height: 1
}
@media (min-width: 992px) {
  .qac-list > .item > .question::before {
    font-size: 40px
  }
}
.qac-list > .item > .answer {
  position: relative;
  padding-left: 48px
}
@media (min-width: 992px) {
  .qac-list > .item > .answer {
    margin-left: 48px
  }
}
.qac-list > .item > .answer > .summary {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 18px
}
.qac-list > .item > .answer > .summary::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: rgba(0, 0, 0, 0.64);
  content: "A";
  font-size: 28px;
  line-height: 1
}
.pattern-schedule {
  border-collapse: collapse;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff
}
.pattern-schedule + p {
  margin-top: 8px
}
.pattern-schedule table {
  border-spacing: 0
}
.pattern-schedule th, .pattern-schedule td {
  padding: 16px 8px;
  border-top: 1px solid #e3e3e3;
  font-size: 14px;
  line-height: 1.8
}
@media (min-width: 768px) {
  .pattern-schedule th, .pattern-schedule td {
    padding: 16px 0
  }
}
.pattern-schedule tr {
  display: flex;
  flex-wrap: wrap
}
@media (min-width: 768px) {
  .pattern-schedule tr {
    flex-wrap: nowrap
  }
}
.pattern-schedule td {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%
}
@media (min-width: 768px) {
  .pattern-schedule td {
    flex: 1;
    width: 100%
  }
}
@media (min-width: 768px) {
  .pattern-schedule td + td {
    border-left: 1px solid #e3e3e3
  }
}
.pattern-schedule th a, .pattern-schedule td a {
  color: rgba(0, 0, 0, 0.82);
  text-decoration: underline
}
.pattern-table-heading, .contents-block.is-narrow-column p.pattern-table-heading {
  margin-bottom: 24px
}
.catch-block {
  box-sizing: border-box;
  padding: 32px 16px;
  border-bottom: 1px solid #dd0047;
  border-radius: 4px 4px 0 0;
  background-color: #f7f7f5
}
@media (min-width: 992px) {
  .catch-block {
    padding: 32px
  }
}
.page-owner .catch-block {
  padding: 56px 20px
}
@media (min-width: 992px) {
  .page-owner .catch-block {
    padding: 64px 40px
  }
}
.example-block {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin: 0 calc(50% - 50vw);
  padding: 0;
  width: 100vw;
  height: 460px;
  background: url(../../assets/img/utilization/bg-example.jpg) repeat-x 0 0;
  background-size: auto 100%
}
.example-block > * {
  z-index: 1
}
.example-block::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  content: ""
}
	
.example-block > .pattern-desc {
  padding: 0 20px
}
.page-utilization .wp-block-group__inner-container + .wp-block-group__inner-container {
  margin-top: 56px
}
	
.banner-list {
  display: flex;
  flex-direction: column
}
.banner-list .image img {
  margin: 0 auto
}
.banner-list .item + .item {
  margin-top: 24px
}
.banner-block-pc {
  display: none;
  transition: all 0.3s
}
@media (min-width: 768px) {
  .banner-block-pc {
    position: fixed;
    right: 16px;
    bottom: 16px
  }
}
.banner-block-pc:hover {
  opacity: 0.8
}
.banner-block-pc.is-avtive {
  display: block;
  animation-name: feedIn;
  animation-duration: 0.3s
}
@keyframes feedIn {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.banner-block-sp {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%
}
@media (min-width: 768px) {
  .banner-block-sp {
    display: none
  }
}
.banner-block-sp .banner {
  width: 100%
}
	
.category-nav {
  margin-bottom: 64px
}
@media (min-width: 768px) {
  .category-nav {
    margin-bottom: 96px
  }
}
.category-nav {
  display: flex;
  justify-content: space-between;
  justify-content: center
}
.category-nav > .item {
  font-size: 13px
}
@media (min-width: 768px) {
  .category-nav > .item {
    margin-bottom: 14px
  }
}
.category-nav > .item + .item {
  margin-left: 8px
}
.category-nav > .item.is-current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(96px + 30 * (100vw - 320px) / 448);
  height: 48px;
  border-radius: 24px;
  background-color: #f7f7f5;
  color: #dd0047;
  text-align: center;
  font-weight: 700
}
@media (min-width: 768px) {
  .category-nav > .item.is-current {
    padding: 0 32px;
    width: auto
  }
}
.category-nav > .item > .link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(90px + 30 * (100vw - 320px) / 448);
  height: 48px;
  border-radius: 24px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.64);
  text-align: center
}
@media (min-width: 768px) {
  .category-nav > .item > .link {
    padding: 0 32px;
    width: auto
  }
}
.category-nav > .item > .link:hover {
  background-color: #f7f7f5
}
.navigation > .nav-links {
  display: flex;
  justify-content: center;
  margin-top: 64px
}
.page-numbers {
  display: inline-block;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 0 4px;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background-color: #dd0047;
  color: #fff;
  font-size: 16px
}
.page-numbers > .icon::after {
  top: calc(50% - 5px);
  display: block;
  width: 10px;
  height: 10px;
  content: ""
}
.page-numbers > .icon.is-prev::after {
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  transform: rotate(45deg) translate(1px, -1px)
}
.page-numbers > .icon.is-next::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg) translate(-1px, 1px)
}
.page-numbers:hover {
  background-color: #f7004f
}
.page-numbers.current {
  background-color: #f7f7f5;
  color: rgba(0, 0, 0, 0.64)
}
.page-numbers.dots {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.64)
}
.inquiries-block {
  border-top: 1px solid rgba(51, 36, 20, 0.12)
}
.inquiries-block + .pattern-subheading {
  margin-top: 64px
}
.inquiries-block > .list > .item {
  position: relative;
  border-bottom: 1px solid rgba(51, 36, 20, 0.12)
}
.inquiries-block > .list > .item::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: transparent url(../../assets/img/common/icon-arrow-right.svg) no-repeat center center;
  background-position: center;
  content: ""
}
.inquiries-block > .list > .item.is-external::after {
  background-image: url(../../assets/img/common/icon-externalLink.svg)
}
.inquiries-block > .list > .item::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.82);
  content: "";
  transition: transform 0.4s;
  transform: scale(0, 1);
  transform-origin: left top
}
.inquiries-block > .list > .item:hover::before {
  transform: scale(1, 1);
  transform-origin: left top
}
.inquiries-block > .list > .item > .link {
  display: block;
  padding: 24px 16px 24px 0
}
.inquiries-block > .list > .item > .link > .head {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5
}
.inquiries-block > .list > .item > .link > .title {
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.82);
  font-size: 16px;
  line-height: 1.8
}
.inquiries-block > .list > .item > .link > .excerpt {
  margin-top: 12px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px;
  line-height: 1.5
}
.search-wrapper {
  padding: 16px;
  background-color: #f7f7f5
}
@media (min-width: 768px) {
  .search-wrapper {
    padding: 24px 32px
  }
}
.search-wrapper > .heading {
  position: relative;
  font-size: 16px
}
@media (min-width: 768px) {
  .search-wrapper > .heading {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(51, 36, 20, 0.12)
  }
}
.search-wrapper > .search-block {
  border-bottom: 1px solid rgba(51, 36, 20, 0.12)
}
.search-wrapper > .search-contents {
  display: none;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(51, 36, 20, 0.12)
}
@media (min-width: 768px) {
  .search-wrapper > .search-contents {
    display: block;
    margin-top: 0;
    padding-top: 0;
    border-top: none
  }
}
.search-wrapper > .search-contents > .search-row {
  display: flex;
  flex-direction: column
}
@media (min-width: 768px) {
  .search-wrapper > .search-contents > .search-row {
    flex-direction: row;
    padding: 24px 0;
    border-bottom: 1px solid rgba(51, 36, 20, 0.12)
  }
}
.search-wrapper > .search-contents.is-active {
  display: block
}
.option-item {
  position: relative;
  display: flex;
  flex-direction: column
}
.option-item .option-label {
  display: inline-block;
  padding-left: 24px;
  font-size: 14px;
  cursor: pointer
}
.option-item input[type="radio"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%)
}
.option-item .option-label::before {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #999;
  border-radius: 50%;
  background-color: #fff;
  content: ""
}
.option-item input[type="radio"]:checked + .option-label::before {
  border-color: #dd0047
}
.option-item input[type="radio"]:checked + .option-label::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 5px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dd0047;
  content: ""
}
.option-item {
  position: relative;
  display: flex;
  flex-direction: column
}
.option-item input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%)
}
.option-item input[type="checkbox"] + .option-label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
  content: ""
}
.option-item input[type="checkbox"]:checked + .option-label::before {
  border: 1px solid #dd0047;
  background-color: #dd0047
}
.option-item input[type="checkbox"]:checked + .option-label::after {
  position: absolute;
  top: 4px;
  left: 7px;
  display: block;
  width: 8px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: "";
  transform: rotate(40deg)
}
.search-row > .label, .search-block > .label {
  margin-bottom: 16px;
  width: 100%;
  font-weight: 700;
  font-size: 14px
}
@media (min-width: 768px) {
  .search-row > .label, .search-block > .label {
    margin-bottom: 0;
    width: 80px
  }
}
.search-block {
  margin-bottom: 24px
}
@media (min-width: 768px) {
  .search-block {
    margin-bottom: 0
  }
}
.search-row.is-type {
  align-items: flex-start;
  margin-bottom: 24px
}
@media (min-width: 768px) {
  .search-row.is-type {
    align-items: center;
    margin-bottom: 0
  }
}
.search-row.is-type > .option {
  flex: 1
}
.search-row.is-type .option-list {
  display: flex;
  flex-direction: column
}
@media (min-width: 768px) {
  .search-row.is-type .option-list {
    flex-direction: row
  }
}
.search-row.is-type .option-list > .item:not(:first-child) {
  margin-top: 16px
}
@media (min-width: 768px) {
  .search-row.is-type .option-list > .item:not(:first-child) {
    margin-top: 0;
    margin-left: 24px
  }
}
.search-row.is-select {
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start
}
@media (min-width: 768px) {
  .search-row.is-select {
    align-items: center;
    justify-content: space-between
  }
}
.search-row.is-select > .search-block {
  display: flex;
  align-items: flex-start;
  flex-direction: column
}
@media (min-width: 768px) {
  .search-row.is-select > .search-block {
    align-items: center;
    flex-direction: row
  }
}
@media (min-width: 544px) {
  .search-row.is-select .option-item select, .search-row.is-select .sort-block select {
    min-width: 120px
  }
}
@media (min-width: 992px) {
  .search-row.is-select .option-item select, .search-row.is-select .sort-block select {
    min-width: 180px
  }
}
@media (min-width: 1200px) {
  .search-row.is-select .option-item select, .search-row.is-select .sort-block select {
    min-width: 240px
  }
}
.search-row.is-area {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 36, 20, 0.12)
}
@media (min-width: 768px) {
  .search-row.is-area {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
  }
}
.search-row.is-area > .option {
  flex: 1
}
.search-row.is-area > .option > .option-list {
  display: flex;
  flex-wrap: wrap
}
.search-row.is-area > .option > .option-list > .item {
  width: calc(100% / 2)
}
@media (min-width: 768px) {
  .search-row.is-area > .option > .option-list > .item {
    width: calc(100% / 4)
  }
}
@media (min-width: 992px) {
  .search-row.is-area > .option > .option-list > .item {
    width: calc(100% / 6)
  }
}
.search-row.is-area > .option > .option-list > .area-list {
  width: 100%
}
.area-list {
  display: flex;
  flex-wrap: wrap
}
.area-list > .item {
  margin-top: 16px;
  width: calc(100% / 2)
}
@media (min-width: 768px) {
  .area-list > .item {
    width: calc(100% / 4)
  }
}
@media (min-width: 992px) {
  .area-list > .item {
    width: calc(100% / 6)
  }
}
.search-button {
  position: relative;
  display: flex;
  justify-content: center
}
.search-button input {
  position: relative;
  display: block;
  margin: 0 8px;
  margin-top: 16px;
  padding: 16px 12vw;
  max-width: 100%;
  width: 240px;
  outline: none;
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 32px;
  background: #fff url(../../assets/img/common/icon-search.svg) no-repeat center left 60px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.82);
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  appearance: none
}
@media (min-width: 768px) {
  .search-button input {
    margin-top: 24px;
    padding: 16px 48px;
    min-width: 200px
  }
}
.search-button input:hover {
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08)
}
.option-item select, .sort-block select {
  position: relative;
  display: block;
  padding: 12px;
  min-width: 160px;
  outline: 0;
  border: 1px solid rgba(51, 36, 20, 0.12);
  border-radius: 4px;
  background: #fff url(../../assets/img/common/icon-select.svg) no-repeat center right 10px;
  color: rgba(0, 0, 0, 0.82);
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
@media (min-width: 768px) {
  .option-item select, .sort-block select {
    min-width: 240px
  }
}
.sort-block select {
  padding: 8px;
  min-width: auto;
  font-size: 14px
}
@media (min-width: 768px) {
  .sort-block select {
    min-width: auto
  }
}
.contents-block > .result-block {
  margin-top: 80px
}
@media (min-width: 768px) {
  .contents-block > .result-block {
    margin-top: 96px
  }
}
.result-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(51, 36, 20, 0.12)
}
.result-count {
  font-weight: 700;
  font-size: 16px
}
.sort-block {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px
}
.sort-block > .sort-form {
  margin-left: 8px;
  font-weight: 400
}
.result-item {
  display: flex;
  flex-direction: column;
  padding: 32px 0;
  border-bottom: 1px solid rgba(51, 36, 20, 0.12)
}
@media (min-width: 768px) {
  .result-item {
    flex-direction: row
  }
}
.result-thumbnail {
  position: relative;
  width: 100%
}
@media (min-width: 768px) {
  .result-thumbnail {
    width: 348px
  }
}
.result-thumbnail .image {
  width: 100%;
  background-color: #f7f7f5;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat
}
.result-thumbnail .image::before {
  display: block;
  padding-top: 75%;
  content: ""
}
.result-thumbnail .regdate {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 8px;
  border-radius: 2px;
  background-color: #fff;
  font-weight: 700;
  font-size: 14px
}
.result-date {
  flex: 1;
  margin-top: 16px;
  padding-left: 0
}
@media (min-width: 768px) {
  .result-date {
    margin-top: 0;
    padding-left: 32px
  }
}
.result-date > .address {
  color: rgba(0, 0, 0, 0.64);
  font-size: 14px
}
.result-date > .name {
  margin-top: 4px;
  font-weight: 700;
  font-size: 20px
}
.result-date .result-sumally {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 24px;
  border-top: none;
  font-size: 14px
}
.result-date .result-sumally > .label {
  box-sizing: border-box;
  margin-bottom: 8px;
  width: 80px
}
.result-date .result-sumally > .value {
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 8px;
  padding-left: 12px;
  width: calc(100% - 80px)
}
.result-date .result-more > .more-button:not(:first-child) {
  margin-left: 8px
}
.result-pagination {
  display: flex;
  justify-content: center;
  padding-top: 40px
}
.result-pagination .prev, .result-pagination .next {
  display: inline-block;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  margin: 0 4px;
  padding: 8px 24px;
  outline: none;
  border: none;
  border-radius: 4px;
  background-color: #dd0047;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  appearance: none
}
.result-pagination .prev:hover, .result-pagination .next:hover {
  background-color: #f7004f
}
.result-pagination .is-current {
  background-color: #f7f7f5;
  color: rgba(0, 0, 0, 0.64)
}
.result-more {
  display: flex;
  justify-content: space-between
}
@media (min-width: 768px) {
  .result-more {
    justify-content: flex-start;
    width: 340px
  }
}
.result-more > .more-button.is-thin {
  padding-right: 0;
  padding-left: 0;
  min-width: auto;
  width: calc(50% - 4px);
  text-align: center
}
.search-toggle-accordion {
  position: absolute;
  top: -8px;
  right: 0;
  display: inline-block;
  margin-left: auto;
  padding: 0;
  width: 40px;
  height: 40px;
  outline: none;
  border: none;
  border: none;
  border-radius: 4px;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  appearance: none
}
@media (min-width: 992px) {
  .search-toggle-accordion {
    display: none
  }
}
.search-toggle-accordion > .line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 2px
}
.search-toggle-accordion > .line::before, .search-toggle-accordion > .line::after {
  position: absolute;
  display: block;
  width: 18px;
  height: 100%;
  background-color: inherit;
  content: "";
  -webkit-transition: inherit;
  transition: inherit
}
.search-toggle-accordion > .line::before {
  top: 0px;
  background-color: #dd0047;
  transform: rotate(90deg)
}
.search-toggle-accordion > .line::after {
  top: 0px;
  background-color: #dd0047
}
.search-toggle-accordion > .label::after {
  position: absolute;
  bottom: 5px;
  left: 0;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.82);
  content: "メニュー";
  text-align: center;
  letter-spacing: normal;
  font-size: 11px
}
.search-toggle-accordion[aria-expanded="true"] > .line {
  background-color: transparent
}
.search-toggle-accordion[aria-expanded="true"] > .line::before {
  transform: rotate(0)
}
#start-resizable-editor-section {
  display: none
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em
}
.wp-block-audio audio {
  min-width: 300px;
  width: 100%
}
.wp-block-button__link {
  display: inline-block;
  padding: 12px 24px;
  border: none;
  border-radius: 28px;
  background-color: #32373c;
  box-shadow: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
  overflow-wrap: break-word
}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
  color: #fff
}
.wp-block-button__link.aligncenter {
  text-align: center
}
.wp-block-button__link.alignright {
  text-align: right
}
.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0
}
.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
  border-radius: 0 !important
}
.is-style-outline .wp-block-button__link, .wp-block-button__link.is-style-outline {
  border: 2px solid;
  background-color: transparent;
  color: #32373c
}
.wp-block-calendar tbody td, .wp-block-calendar th {
  padding: 4px;
  border: 1px solid #ddd
}
.wp-block-calendar tfoot td {
  border: none
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}
.wp-block-calendar table th {
  background: #ddd;
  font-weight: 400
}
.wp-block-calendar a {
  text-decoration: underline
}
.wp-block-calendar tfoot a {
  color: #007cba;
  color: var(--wp-admin-theme-color)
}
.wp-block-calendar table caption, .wp-block-calendar table tbody {
  color: #40464d
}
.wp-block-categories.alignleft {
  margin-right: 2em
}
.wp-block-categories.alignright {
  margin-left: 2em
}
.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 28px
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap
  }
}
.wp-block-columns.has-background {
  padding: 20px 38px
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word
}
@media (max-width: 767px) {
  .wp-block-column {
    flex-basis: 100% !important
  }
	
	.peripheral-gallery img {
  		max-width: auto;
  		width: 100%;
  		height: 28.5VW;
		object-fit: cover;
	}
	#map .peripheral-gallery img {
  		height: auto!important;
	}
}
@media (min-width: 768px) {
  .wp-block-column {
    flex-basis: 0;
    flex-grow: 1
  }
  .wp-block-column[style*="flex-basis"] {
    flex-grow: 0
  }
  .wp-block-column:not(:first-child) {
    margin-left: 48px
  }
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start
}
.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end
}
.wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
  width: 100%
}
.wp-block-cover, .wp-block-cover-image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover
}
.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
  background-attachment: fixed
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
    background-attachment: scroll
  }
}
.wp-block-cover-image.has-background-dim, .wp-block-cover.has-background-dim {
  background-color: #000
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
  background-color: inherit;
  content: ""
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
  opacity: 0.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
  opacity: 0.1
}
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
  opacity: 0.2
}
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
  opacity: 0.3
}
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
  opacity: 0.4
}
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
  opacity: 0.5
}
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
  opacity: 0.6
}
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
  opacity: 0.7
}
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
  opacity: 0.8
}
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
  opacity: 0.9
}
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
  opacity: 1
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  max-width: 290px;
  width: 100%
}
.wp-block-cover-image:after, .wp-block-cover:after {
  display: block;
  min-height: inherit;
  content: "";
  font-size: 0
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-cover-image:after, .wp-block-cover:after {
    content: none
  }
}
.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
  display: flex
}
.wp-block-cover.alignfull, .wp-block-cover-image.alignfull {
  margin: 0 calc(50% - 50vw);
  width: 100vw
}
.wp-block-cover-image .wp-block-subhead:not(.has-text-color), .wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover .wp-block-subhead:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
  color: inherit
}
.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start
}
.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center
}
.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end
}
.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start
}
.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center
}
.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end
}
.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start
}
.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center
}
.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto
}
.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover
}
.wp-block-cover-image-text, .wp-block-cover-text, section.wp-block-cover-image h2 {
  color: #fff
}
.wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
  color: #fff
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right
}
.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
  z-index: 1;
  margin-bottom: 0;
  padding: 14px;
  max-width: 580px;
  text-align: center;
  font-size: 2em;
  line-height: 1.25
}
.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align="left"] > [data-type^="core-embed"], .wp-block[data-align="right"] > [data-type^="core-embed"] {
  max-width: 360px;
  width: 100%
}
.wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align="left"] > [data-type^="core-embed"] .wp-block-embed__wrapper, .wp-block[data-align="right"] > [data-type^="core-embed"] .wp-block-embed__wrapper {
  min-width: 280px
}
.wp-block-embed {
  margin-bottom: 1em
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em
}
.wp-block-embed iframe {
  max-width: 100%
}
.wp-block-embed__wrapper {
  position: relative
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  display: block;
  padding-top: 50%;
  content: ""
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%
}
.wp-embed-responsive .wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
  padding-top: 66.66%
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%
}
.wp-block-file {
  margin-bottom: 1.5em
}
.wp-block-file a {
  color: rgba(0, 0, 0, 0.82);
  text-decoration: underline
}
.wp-block-file.aligncenter {
  text-align: center
}
.wp-block-file.alignright {
  text-align: right
}
.wp-block-file .wp-block-file__button {
  padding: 0.5em 1em;
  border-radius: 2em;
  background: #dd0047;
  color: #fff;
  font-size: 14px
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none
}
.wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
  background-color: #f7004f;
  box-shadow: none;
  color: #fff;
  text-decoration: none
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em
}
.blocks-gallery-grid, .wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none
}
.blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  margin: 0 0 24px 0
}
@media (min-width: 768px) {
  .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    margin: 0 48px 16px 0
  }
}
.blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    flex-direction: column;
    font-size: 14px
  }
}
.blocks-gallery-item__caption {
  margin-top: 8px
}
.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    width: auto
  }
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
    flex: 1;
    height: 100%;
    object-fit: cover
  }
}
@media (min-width: 768px) {
  .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 24px)
  }
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
  margin-right: 0;
  width: 100%
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(33.33333% - 10.66667px)
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(25% - 12px)
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(20% - 12.8px)
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(16.66667% - 13.33333px)
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(14.28571% - 13.71429px)
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
    margin-right: 16px;
    width: calc(12.5% - 14px)
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n) {
    margin-right: 0
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0
}
.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
  max-width: 290px;
  width: 100%
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center
}
h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 20px 38px
}
.wp-block-image {
  margin-bottom: 1em
}
.wp-block-image img {
  max-width: 100%
}
.wp-block-image.aligncenter {
  text-align: center
}
.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  width: 100%
}
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.is-resized {
  display: table
}
.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.is-resized > figcaption {
  display: table-caption;
  caption-side: bottom
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em
}
.wp-block-image .aligncenter {
  margin-right: auto;
  margin-left: auto
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em
}
	
.wp-block-latest-comments__comment {
  margin-bottom: 1em;
  list-style: none;
  font-size: 15px;
  line-height: 1.1
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 36px;
  list-style: none
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 52px
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5
}
.wp-block-latest-comments__comment-excerpt p {
  margin: 5px 0 20px;
  font-size: 14px;
  line-height: 1.8
}
.wp-block-latest-comments__comment-date {
  display: block;
  color: #8f98a1;
  font-size: 12px
}
.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
  display: block;
  float: left;
  margin-right: 12px;
  width: 40px;
  height: 40px;
  border-radius: 24px
}
.wp-block-latest-posts.alignleft {
  margin-right: 2em
}
.wp-block-latest-posts.alignright {
  margin-left: 2em
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0
}
.wp-block-latest-posts.is-grid li {
  margin: 0 20px 20px 0;
  width: 100%
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 20px)
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 20px)
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 20px)
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 20px)
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 20px)
  }
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px
}
.wp-block-latest-posts__featured-image img {
  width: auto;
  height: auto
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center
}
.edit-post-visual-editor .wp-block-latest-posts.is-grid li {
  margin-bottom: 20px
}
	
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color), .wp-block-navigation .wp-block-navigation-link:not(.has-text-color) {
  color: #1e1e1e
}
.wp-block-navigation.is-style-light:not(.has-background) .wp-block-navigation__container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container {
  background-color: #fff
}
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) {
  color: #fff
}
.wp-block-navigation.is-style-dark:not(.has-background) .wp-block-navigation__container {
  background-color: #1e1e1e
}
.items-justified-left > ul {
  justify-content: flex-start
}
.items-justified-center > ul {
  justify-content: center
}
.items-justified-right > ul {
  justify-content: flex-end
}
.wp-block-navigation-link {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0
}
.wp-block-navigation-link .wp-block-navigation__container:empty {
  display: none
}
.wp-block-navigation__container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-left: 0;
  list-style: none
}
.is-vertical .wp-block-navigation__container {
  display: block
}
.has-child .wp-block-navigation__container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  visibility: hidden;
  width: fit-content;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background-color: inherit;
  color: inherit;
  opacity: 0;
  transition: opacity 0.1s linear
}
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__content {
  flex-grow: 1
}
.has-child .wp-block-navigation__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon {
  padding-right: 8px
}
@media (min-width: 782px) {
  .has-child .wp-block-navigation__container {
    left: 24px
  }
  .has-child .wp-block-navigation__container .wp-block-navigation__container {
    top: -1px;
    left: 100%
  }
  .has-child .wp-block-navigation__container .wp-block-navigation__container:before {
    position: absolute;
    right: 100%;
    display: block;
    width: 8px;
    height: 100%;
    background: transparent;
    content: ""
  }
  .has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg {
    transform: rotate(0)
  }
}
.has-child:hover {
  cursor: pointer
}
.has-child:hover > .wp-block-navigation__container {
  display: flex;
  visibility: visible;
  flex-direction: column;
  opacity: 1
}
.has-child:focus-within {
  cursor: pointer
}
.has-child:focus-within > .wp-block-navigation__container {
  display: flex;
  visibility: visible;
  flex-direction: column;
  opacity: 1
}
.wp-block-navigation-link__content {
  padding: 8px 16px;
  text-decoration: none
}
.wp-block-navigation-link__content + .wp-block-navigation-link__content {
  padding-top: 0
}
.has-text-color .wp-block-navigation-link__content {
  color: inherit
}
.wp-block-navigation-link__label {
  word-break: normal;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  overflow-wrap: break-word
}
.wp-block-navigation-link__submenu-icon {
  padding: 6px 16px;
  height: inherit
}
.wp-block-navigation-link__submenu-icon svg {
  fill: currentColor
}
@media (min-width: 782px) {
  .wp-block-navigation-link__submenu-icon svg {
    transform: rotate(90deg)
  }
}
.is-small-text {
  font-size: 14px
}
.is-regular-text {
  font-size: 16px
}
.is-large-text {
  font-size: 36px
}
.is-larger-text {
  font-size: 48px
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-weight: 100;
  font-style: normal;
  font-size: 8.4em;
  line-height: 0.68
}
p.has-background {
  padding: 20px 38px
}
p.has-text-color a {
  color: inherit
}
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5
}
.wp-block-post-author__byline {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  font-size: 0.5em
}
.wp-block-post-author__avatar {
  margin-right: 16px
}
.wp-block-post-author__bio {
  margin-bottom: 8px;
  font-size: 0.7em
}
.wp-block-post-author__content {
  flex-basis: 0;
  flex-grow: 1
}
.wp-block-post-author__name {
  margin: 0;
  font-weight: 700
}
.wp-block-pullquote {
  margin-right: 0;
  margin-left: 0;
  padding: 3em 0;
  text-align: center
}
.wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
  max-width: 290px
}
.wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
  font-size: 20px
}
.wp-block-pullquote p {
  font-size: 28px;
  line-height: 1.6
}
.wp-block-pullquote cite, .wp-block-pullquote footer {
  position: relative
}
.wp-block-pullquote .has-text-color a {
  color: inherit
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none
}
.wp-block-pullquote.is-style-solid-color {
  border: none
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-right: auto;
  margin-left: auto;
  max-width: 60%;
  text-align: left
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal
}
.wp-block-pullquote cite {
  color: inherit
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large {
  margin: 0 0 16px;
  padding: 0 1em
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
  font-style: italic;
  font-size: 24px;
  line-height: 1.6
}
.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
  text-align: right;
  font-size: 18px
}
.wp-block-rss.alignleft {
  margin-right: 2em
}
.wp-block-rss.alignright {
  margin-left: 2em
}
.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none
}
.wp-block-rss.is-grid li {
  margin: 0 16px 16px 0;
  width: 100%
}
@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(50% - 16px)
  }
  .wp-block-rss.columns-3 li {
    width: calc(33.33333% - 16px)
  }
  .wp-block-rss.columns-4 li {
    width: calc(25% - 16px)
  }
  .wp-block-rss.columns-5 li {
    width: calc(20% - 16px)
  }
  .wp-block-rss.columns-6 li {
    width: calc(16.66667% - 16px)
  }
}
.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
  display: block;
  color: #6c7781;
  font-size: 13px
}
.wp-block-search {
  display: flex;
  flex-wrap: wrap
}
.wp-block-search .wp-block-search__label {
  width: 100%
}
.wp-block-search .wp-block-search__input {
  flex-grow: 1;
  max-width: 360px
}
.wp-block-search .wp-block-search__button {
  margin-left: 10px
}
.wp-block-separator.is-style-wide {
  border-top-width: 0;
  border-bottom-width: 1px
}
.wp-block-separator.is-style-dots {
  max-width: none;
  height: auto;
  border: none;
  background: none !important;
  text-align: center;
  line-height: 1
}
.wp-block-separator.is-style-dots:before {
  padding-left: 2em;
  color: currentColor;
  content: "\00b7 \00b7 \00b7";
  letter-spacing: 2em;
  font-size: 20px;
  font-family: serif
}
.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0
}
.wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
  border-bottom: 0;
  box-shadow: none;
  text-decoration: none
}
.wp-social-link {
  display: block;
  margin-right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  transition: transform 0.1s ease
}
@media (prefers-reduced-motion: reduce) {
  .wp-social-link {
    transition-duration: 0s
  }
}
.wp-social-link a {
  display: block;
  padding: 6px;
  line-height: 0;
  transition: transform 0.1s ease
}
.wp-social-link a, .wp-social-link a:active, .wp-social-link a:hover, .wp-social-link a:visited, .wp-social-link svg {
  color: currentColor;
  fill: currentColor
}
.wp-social-link:hover {
  transform: scale(1.1)
}
.wp-block-social-links.aligncenter {
  display: flex;
  justify-content: center
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  padding: 4px;
  background: none
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 28px;
  height: 28px
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-right: 16px;
  padding-left: 16px
}
.wp-block-spacer {
  clear: both
}
p.wp-block-subhead {
  font-style: italic;
  font-size: 1.1em;
  opacity: 0.75
}
.wp-block-table {
  overflow-x: auto
}
.wp-block-table table {
  width: 100%
}
.wp-block-table .has-fixed-layout {
  width: 100%;
  table-layout: fixed
}
.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
  word-break: break-word
}
.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
  display: table;
  width: auto
}
.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
  word-break: break-word
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  border-bottom: 1px solid #f0f0f0;
  background-color: transparent
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef
}
.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
  border-color: transparent
}
.wp-block-text-columns, .wp-block-text-columns.aligncenter {
  display: flex
}
.wp-block-text-columns .wp-block-column {
  margin: 0 16px;
  padding: 0
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%
}
.wp-block-video {
  margin-right: 0;
  margin-left: 0
}
.wp-block-video video {
  max-width: 100%
}
@supports (position: -webkit-sticky) or (position: sticky) {
  .wp-block-video [poster] {
    object-fit: cover
  }
}
.wp-block-video.aligncenter {
  text-align: center
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em
}
:root .editor-styles-wrapper .has-pale-pink-background-color, :root .has-pale-pink-background-color {
  background-color: #f78da7
}
:root .editor-styles-wrapper .has-vivid-red-background-color, :root .has-vivid-red-background-color {
  background-color: #cf2e2e
}
:root .editor-styles-wrapper .has-red-background-color, :root .has-red-background-color {
  background-color: #dd0047
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-background-color, :root .has-luminous-vivid-orange-background-color {
  background-color: #ff6900
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-background-color, :root .has-luminous-vivid-amber-background-color {
  background-color: #fcb900
}
:root .editor-styles-wrapper .has-light-green-cyan-background-color, :root .has-light-green-cyan-background-color {
  background-color: #7bdcb5
}
:root .editor-styles-wrapper .has-vivid-green-cyan-background-color, :root .has-vivid-green-cyan-background-color {
  background-color: #00d084
}
:root .editor-styles-wrapper .has-pale-cyan-blue-background-color, :root .has-pale-cyan-blue-background-color {
  background-color: #8ed1fc
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-background-color, :root .has-vivid-cyan-blue-background-color {
  background-color: #0693e3
}
:root .editor-styles-wrapper .has-vivid-purple-background-color, :root .has-vivid-purple-background-color {
  background-color: #9b51e0
}
:root .editor-styles-wrapper .has-white-background-color, :root .has-white-background-color {
  background-color: #fff
}
:root .editor-styles-wrapper .has-very-light-gray-background-color, :root .has-very-light-gray-background-color {
  background-color: #eee
}
:root .editor-styles-wrapper .has-cyan-bluish-gray-background-color, :root .has-cyan-bluish-gray-background-color {
  background-color: #abb8c3
}
:root .editor-styles-wrapper .has-very-dark-gray-background-color, :root .has-very-dark-gray-background-color {
  background-color: #313131
}
:root .editor-styles-wrapper .has-black-background-color, :root .has-black-background-color {
  background-color: rgba(0, 0, 0, 0.82)
}
:root .editor-styles-wrapper .has-light-black-background-color, :root .has-light-black-background-color {
  background-color: rgba(0, 0, 0, 0.64)
}
:root .editor-styles-wrapper .has-light-gray-background-color, :root .has-light-gray-background-color {
  background-color: #f7f7f5
}
:root .editor-styles-wrapper .has-pale-pink-color, :root .has-pale-pink-color {
  color: #f78da7
}
:root .editor-styles-wrapper .has-vivid-red-color, :root .has-vivid-red-color {
  color: #cf2e2e
}
:root .editor-styles-wrapper .has-red-color, :root .has-red-color {
  color: #dd0047
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-color, :root .has-luminous-vivid-orange-color {
  color: #ff6900
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-color, :root .has-luminous-vivid-amber-color {
  color: #fcb900
}
:root .editor-styles-wrapper .has-light-green-cyan-color, :root .has-light-green-cyan-color {
  color: #7bdcb5
}
:root .editor-styles-wrapper .has-vivid-green-cyan-color, :root .has-vivid-green-cyan-color {
  color: #00d084
}
:root .editor-styles-wrapper .has-pale-cyan-blue-color, :root .has-pale-cyan-blue-color {
  color: #8ed1fc
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-color, :root .has-vivid-cyan-blue-color {
  color: #0693e3
}
:root .editor-styles-wrapper .has-vivid-purple-color, :root .has-vivid-purple-color {
  color: #9b51e0
}
:root .editor-styles-wrapper .has-white-color, :root .has-white-color {
  color: #fff
}
:root .editor-styles-wrapper .has-very-light-gray-color, :root .has-very-light-gray-color {
  color: #eee
}
:root .editor-styles-wrapper .has-cyan-bluish-gray-color, :root .has-cyan-bluish-gray-color {
  color: #abb8c3
}
:root .editor-styles-wrapper .has-very-dark-gray-color, :root .has-very-dark-gray-color {
  color: #313131
}
:root .editor-styles-wrapper .has-black-color, :root .has-black-color {
  color: rgba(0, 0, 0, 0.82)
}
:root .editor-styles-wrapper .has-light-black-color, :root .has-light-black-color {
  color: rgba(0, 0, 0, 0.64)
}
:root .editor-styles-wrapper .has-vivid-cyan-blue-to-vivid-purple-gradient-background, :root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: linear-gradient(135deg, #0693e3, #9b51e0)
}
:root .editor-styles-wrapper .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background, :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3)
}
:root .editor-styles-wrapper .has-light-green-cyan-to-vivid-green-cyan-gradient-background, :root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: linear-gradient(135deg, #7adcb4, #00d082)
}
:root .editor-styles-wrapper .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background, :root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: linear-gradient(135deg, #fcb900, #ff6900)
}
:root .editor-styles-wrapper .has-luminous-vivid-orange-to-vivid-red-gradient-background, :root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: linear-gradient(135deg, #ff6900, #cf2e2e)
}
:root .editor-styles-wrapper .has-very-light-gray-to-cyan-bluish-gray-gradient-background, :root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: linear-gradient(135deg, #eee, #a9b8c3)
}
:root .editor-styles-wrapper .has-cool-to-warm-spectrum-gradient-background, :root .has-cool-to-warm-spectrum-gradient-background {
  background: linear-gradient(135deg, #4aeadc, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c)
}
:root .editor-styles-wrapper .has-blush-light-purple-gradient-background, :root .has-blush-light-purple-gradient-background {
  background: linear-gradient(135deg, #ffceec, #9896f0)
}
:root .editor-styles-wrapper .has-blush-bordeaux-gradient-background, :root .has-blush-bordeaux-gradient-background {
  background: linear-gradient(135deg, #fecda5, #fe2d2d 50%, #6b003e)
}
:root .editor-styles-wrapper .has-purple-crush-gradient-background, :root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe)
}
:root .editor-styles-wrapper .has-luminous-dusk-gradient-background, :root .has-luminous-dusk-gradient-background {
  background: linear-gradient(135deg, #ffcb70, #c751c0 50%, #4158d0)
}
:root .editor-styles-wrapper .has-hazy-dawn-gradient-background, :root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec)
}
:root .editor-styles-wrapper .has-pale-ocean-gradient-background, :root .has-pale-ocean-gradient-background {
  background: linear-gradient(135deg, #fff5cb, #b6e3d4 50%, #33a7b5)
}
:root .editor-styles-wrapper .has-electric-grass-gradient-background, :root .has-electric-grass-gradient-background {
  background: linear-gradient(135deg, #caf880, #71ce7e)
}
:root .editor-styles-wrapper .has-subdued-olive-gradient-background, :root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671)
}
:root .editor-styles-wrapper .has-atomic-cream-gradient-background, :root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59)
}
:root .editor-styles-wrapper .has-nightshade-gradient-background, :root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf)
}
:root .editor-styles-wrapper .has-midnight-gradient-background, :root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc)
}
:root .editor-styles-wrapper .has-link-color a, :root .has-link-color a {
  color: #00e;
  color: var(--wp--style--color--link, #00e)
}
.editor-styles-wrapper .has-small-font-size, .has-small-font-size {
  font-size: 13px
}
.editor-styles-wrapper .has-normal-font-size, .editor-styles-wrapper .has-regular-font-size, .has-normal-font-size, .has-regular-font-size {
  font-size: 16px
}
.editor-styles-wrapper .has-medium-font-size, .has-medium-font-size {
  font-size: 20px
}
.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
  font-size: 36px
}
.editor-styles-wrapper .has-huge-font-size, .editor-styles-wrapper .has-larger-font-size, .has-huge-font-size, .has-larger-font-size {
  font-size: 42px
}
.has-text-align-center {
  text-align: center
}
.has-text-align-left {
  text-align: left
}
.has-text-align-right {
  text-align: right
}
#end-resizable-editor-section {
  display: none
}
.aligncenter {
  clear: both
}
@keyframes lum-fade {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes lum-fadeZoom {
  0% {
    opacity: 0;
    transform: scale(0.5)
  }
  100% {
    opacity: 1;
    transform: scale(1)
  }
}
@keyframes lum-loader-rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0)
  }
  50% {
    transform: translate(-50%, -50%) rotate(-180deg)
  }
  100% {
    transform: translate(-50%, -50%) rotate(-360deg)
  }
}
@keyframes lum-loader-before {
  0% {
    transform: scale(1)
  }
  10% {
    transform: scale(1.2) translateX(6px)
  }
  25% {
    transform: scale(1.3) translateX(8px)
  }
  40% {
    transform: scale(1.2) translateX(6px)
  }
  50% {
    transform: scale(1)
  }
  60% {
    transform: scale(0.8) translateX(6px)
  }
  75% {
    transform: scale(0.7) translateX(8px)
  }
  90% {
    transform: scale(0.8) translateX(6px)
  }
  100% {
    transform: scale(1)
  }
}
@keyframes lum-loader-after {
  0% {
    transform: scale(1)
  }
  10% {
    transform: scale(1.2) translateX(-6px)
  }
  25% {
    transform: scale(1.3) translateX(-8px)
  }
  40% {
    transform: scale(1.2) translateX(-6px)
  }
  50% {
    transform: scale(1)
  }
  60% {
    transform: scale(0.8) translateX(-6px)
  }
  75% {
    transform: scale(0.7) translateX(-8px)
  }
  90% {
    transform: scale(0.8) translateX(-6px)
  }
  100% {
    transform: scale(1)
  }
}
.lum-lightbox {
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6)
}
.lum-lightbox-inner {
  top: 2.5%;
  right: 2.5%;
  bottom: 2.5%;
  left: 2.5%
}
.lum-lightbox-inner img {
  position: relative;
  display: inline-block
}
.lum-lightbox-inner .lum-lightbox-caption {
  margin: 0 auto;
  max-width: 700px;
  color: #fff;
  text-align: center
}
.lum-loading .lum-lightbox-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 66px;
  height: 20px;
  transform: translate(-50%, -50%);
  animation: lum-loader-rotate 1800ms infinite linear
}
.lum-lightbox-loader:before, .lum-lightbox-loader:after {
  position: absolute;
  top: 50%;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.9);
  content: ""
}
.lum-lightbox-loader:before {
  left: 0;
  animation: lum-loader-before 1800ms infinite linear
}
.lum-lightbox-loader:after {
  right: 0;
  animation: lum-loader-after 1800ms infinite linear;
  animation-delay: -900ms
}
.lum-lightbox.lum-opening {
  animation: lum-fade 180ms ease-out
}
.lum-lightbox.lum-opening .lum-lightbox-inner {
  animation: lum-fadeZoom 180ms ease-out
}
.lum-lightbox.lum-closing {
  animation: lum-fade 300ms ease-in;
  animation-direction: reverse
}
.lum-lightbox.lum-closing .lum-lightbox-inner {
  animation: lum-fadeZoom 300ms ease-in;
  animation-direction: reverse
}
.lum-img {
  transition: opacity 120ms ease-out
}
.lum-loading .lum-img {
  opacity: 0
}
.lum-gallery-button {
  position: absolute;
  top: 50%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  max-height: 100%;
  width: 60px;
  height: 100px;
  outline: 0;
  border: 0;
  background: transparent;
  text-indent: 150%;
  white-space: nowrap;
  cursor: pointer;
  transform: translateY(-50%)
}
.lum-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 32px;
  height: 32px;
  opacity: 0.3
}
.lum-close-button:hover {
  opacity: 1
}
.lum-close-button:before, .lum-close-button:after {
  position: absolute;
  left: 15px;
  width: 2px;
  height: 33px;
  background-color: #fff;
  content: " "
}
.lum-close-button:before {
  transform: rotate(45deg)
}
.lum-close-button:after {
  transform: rotate(-45deg)
}
.lum-previous-button {
  left: 12px
}
.lum-next-button {
  right: 12px
}
.lum-gallery-button:after {
  position: absolute;
  top: 50%;
  display: block;
  width: 36px;
  height: 36px;
  border-top: 4px solid rgba(255, 255, 255, 0.8);
  content: ""
}
.lum-previous-button:after {
  left: 12%;
  border-left: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 3px 0 0 0;
  box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) rotate(-45deg)
}
.lum-next-button:after {
  right: 12%;
  border-right: 4px solid rgba(255, 255, 255, 0.8);
  border-radius: 0 3px 0 0;
  box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) rotate(45deg)
}
@media (max-width: 460px) {
  .lum-lightbox-image-wrapper {
    display: flex;
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
  .lum-lightbox-caption {
    position: absolute;
    bottom: 0;
    width: 100%
  }
  .lum-lightbox-position-helper {
    margin: auto
  }
  .lum-lightbox-inner img {
    max-width: none;
    max-height: none
  }
}
