body {
  background-color: #FDF0E8;
}

.wrapper {
  position: relative;
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 59px;
  }
}

.header {
  position: absolute;
  top: 26px;
  right: 22px;
  width: 107px;
}
@media screen and (max-width: 768px) {
  .header {
    top: 5px;
    right: 5px;
    width: 14.26vw;
  }
}
.header img {
  width: 100%;
}

.mv-image img {
  width: 100%;
}

.mv-notes {
  margin-top: 5px;
  padding: 0 45px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .mv-notes {
    font-size: 12px;
    padding: 0 20px;
  }
}

.mv-button {
  position: relative;
  background: #D91E7C;
  border-radius: 15px;
  display: block;
  width: 100%;
  max-width: 797px;
  margin: 40px auto 0;
  padding: 20px 0;
  color: #fff;
  font-size: 36px;
  text-align: center;
  box-shadow: 5px 5px rgba(93, 56, 40, 0.2);
}
@media screen and (max-width: 768px) {
  .mv-button {
    max-width: 330px;
    margin-top: 35px;
    padding: 10px;
    font-size: 23px;
  }
}
.mv-button::after {
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .mv-button::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 51%;
    right: 17px;
    width: 11px;
    height: 11px;
  }
}

.section-inner {
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .section-inner {
    padding: 0 20px;
  }
}

.section-heading {
  font-size: 32px;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-heading {
    font-size: 23px;
  }
}
.section-heading span {
  position: relative;
}
.section-heading span::before, .section-heading span::after {
  content: "";
  position: absolute;
  width: 26px;
  height: 42px;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .section-heading span::before, .section-heading span::after {
    width: 17.5px;
    height: 28.5px;
    top: 5px;
  }
}
.section-heading span::before {
  background: url(../img/icon_heading_left.png) no-repeat center center/cover;
  left: -39px;
}
.section-heading span::after {
  background: url(../img/icon_heading_right.png) no-repeat center center/cover;
  right: -39px;
}

.tenji {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .tenji {
    margin-top: 60px;
  }
}

.tenji-content {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .tenji-content {
    margin-top: 20px;
    display: block;
  }
}

.tenji-image {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .tenji-image {
    width: 80%;
    margin: auto;
  }
}
.tenji-image img {
  width: 100%;
}

.tenji-info {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .tenji-info {
    width: 100%;
    margin-top: 20px;
  }
}

.tenji-info-heading {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tenji-info-heading {
    font-size: 20px;
  }
}

.tenji-info-content {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .tenji-info-content {
    margin-top: 12px;
  }
}
.tenji-info-content > div {
  font-size: 18px;
  line-height: 1.55;
}
@media screen and (max-width: 768px) {
  .tenji-info-content > div {
    font-size: 15px;
  }
}
.tenji-info-content > div span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .tenji-info-content > div span {
    font-size: 15px;
  }
}

.tenji-info-tel {
  margin-top: 5px;
}

.tenji-info-access {
  margin-top: 5px;
}

.tenji-map {
  margin-top: 35px;
}

.gmap_window {
  display: none;
}

.gmap_window_wrap {
  display: none;
}

.campaign {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .campaign {
    margin-top: 60px;
  }
}

.campaign-list {
  margin-top: 30px;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .campaign-list {
    display: block;
  }
}

.campaign-item {
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 768px) {
  .campaign-item {
    width: 100%;
    max-width: 250px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .campaign-item + .campaign-item {
    margin-top: 25px;
  }
}

.campaign-card {
  display: block;
  padding: 10px;
  border: 1px solid #BCB7B7;
  min-height: 357px;
}
@media screen and (max-width: 768px) {
  .campaign-card {
    padding: 5px;
    min-height: auto;
  }
}

.campaign-card-image {
  width: 100%;
}

.campaign-card-text {
  position: relative;
  min-height: 81px;
  color: #333;
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .campaign-card-text {
    font-size: 15px;
    padding: 0 7px 15px;
    min-height: auto;
  }
}
.campaign-card-text::after {
  content: "";
  background: url(../img/icon_campaign_card.png) no-repeat center center/cover;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .campaign-card-text::after {
    width: 17px;
    height: 17px;
  }
}

.campaign-notes {
  margin-top: 10px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .campaign-notes {
    font-size: 12px;
  }
}

.campaign-button {
  position: relative;
  background: #D91E7C;
  border-radius: 15px;
  display: block;
  width: 100%;
  max-width: 797px;
  margin: 120px auto 0;
  padding: 20px 0;
  color: #fff;
  font-size: 36px;
  text-align: center;
  box-shadow: 5px 5px rgba(93, 56, 40, 0.2);
}
@media screen and (max-width: 768px) {
  .campaign-button {
    max-width: 330px;
    margin-top: 35px;
    padding: 10px;
    font-size: 23px;
  }
}
.campaign-button::after {
  content: "";
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(45deg);
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .campaign-button::after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 51%;
    right: 17px;
    width: 11px;
    height: 11px;
  }
}

.catalog {
  background: #FCF8DF;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .catalog {
    padding: 40px 0;
  }
}

.catalog-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.catalog-title {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catalog-title {
    max-width: 335px;
    margin: auto;
  }
}
.catalog-title img {
  width: 100%;
}

.catalog-content {
  margin-top: 50px;
  display: grid;
  align-items: center;
  gap: 20px;
  grid-template-areas: "catalog-image catalog-text" "catalog-image catalog-button";
}
@media screen and (max-width: 768px) {
  .catalog-content {
    margin-top: 30px;
    grid-template-areas: "catalog-text" "catalog-image" "catalog-button";
  }
}

.catalog-image {
  grid-area: catalog-image;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catalog-image {
    margin: 30px auto 0;
    max-width: 335px;
    width: 100%;
  }
}
.catalog-image img {
  width: 100%;
}

.catalog-text {
  grid-area: catalog-text;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.045;
}
@media screen and (max-width: 768px) {
  .catalog-text {
    margin: 0 auto;
    max-width: 335px;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.04em;
  }
}

.catalog-button {
  position: relative;
  grid-area: catalog-button;
  display: block;
  width: 430px;
  background: #333333;
  border-radius: 10px;
  padding: 20px 0;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .catalog-button {
    margin: 30px auto 0;
    max-width: 335px;
    width: 100%;
    height: auto;
    padding: 13px 0;
    font-size: 16px;
  }
}
.catalog-button::after {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
}

.cv {
  position: fixed;
  width: 150px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  right: 0;
  left: auto;
  opacity: 1;
  display: block;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .cv {
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
    transform: translateY(0);
    width: 100%;
  }
}
.cv img {
  width: 100%;
}

.cmn-cv {
  display: none;
}

.cmn-footer {
  background: #8D8D8D;
}

.cmn-footer-list-heading a,
.cmn-footer-list-content a {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .cmn-footer-list-content a {
    color: #333;
  }
}

.cmn-footer-list-heading a::before,
.cmn-footer-list-heading a::after {
  border-color: #fff;
}

.cmn-footer-icon img {
  filter: invert(100%);
}

.cmn-footer-list-bottom {
  justify-content: flex-start;
}

.cmn-footer-list-bottom .cmn-footer-list-heading:first-child {
  display: none;
}

.cmn-footer-list-bottom .cmn-footer-list-heading:last-child {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .cmn-footer-copyright {
    padding-bottom: 35vw;
  }
}/*# sourceMappingURL=event.css.map */