@charset "UTF-8";
/*========== normalize ==========*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* ========== base ========== */
*, *:before, *:after {
  box-sizing: border-box;
}

* {
  letter-spacing: calc(var(--ls) * 0.01em);
}

html {
  color: #000;
  font-family: "Noto Serif JP", "YuMincho", "游明朝体", "Yu Mincho", "游明朝", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", serif;
  font-optical-sizing: auto;
  font-size: 2.6041666667vw;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-break: strict;
  line-height: 1.7;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 13.358490566px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 17.2075471698px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

body {
  background-color: #fff;
  height: 100%;
  line-break: strict;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

a {
  color: #000;
  text-decoration: none;
}
a.underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 1px;
}
@media (pointer: fine) {
  a.underline:hover {
    filter: brightness(1.25);
  }
}

figure,
picture {
  display: block;
}
figure > img,
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

main,
footer {
  position: relative;
}

.sr-only {
  display: none;
}

@media screen and (min-width: 375px) {
  .xs-only {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .md-over,
  .pc-only {
    display: none;
  }
}

.d-ib {
  display: inline-block;
}

.page__content {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.halls_and_events-wrapper {
  background: #8dc556 url(../img/green-bg-q50@1x.webp) 0 0/100% auto repeat-y;
  padding-bottom: 6.9rem;
  padding-top: 3.5rem;
}

.cmn__greenbutton.bottom {
  padding: 4.75rem 0;
}

/* ========== cmn (common) ========== */
.cmn__contwidth {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 87.5vw;
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    width: 87.5vw;
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 708px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 1060px;
  }
}
@media screen and (min-width: 1440px) {
  .cmn__contwidth {
    width: 1060px;
  }
}

.cmn__greenbutton > a {
  align-items: center;
  background-color: #8dc556;
  border-radius: 1em;
  color: white;
  column-gap: 0.2666666667em;
  display: flex;
  font-size: 1.5rem;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0.4em;
  transition-duration: 0.15s;
  transition-property: filter, transform;
  transition-timing-function: ease-out;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .cmn__greenbutton > a {
    width: 23.3333333333em;
  }
}
.cmn__greenbutton > a::after {
  content: "▶︎";
  font-size: 0.6666666667em;
}
@media (pointer: fine) {
  .cmn__greenbutton > a:hover {
    filter: brightness(1.15);
  }
}
.cmn__greenbutton > a:active {
  transform: scale(0.99);
}

.cmn__greenheader {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 1.6388888889;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.cmn__greenheader::before {
  background: url(../img/greenheader-upper.svg) 50% 0/contain no-repeat;
  content: "";
  height: 3.8rem;
  margin-bottom: 1.15rem;
}
.cmn__greenheader::after {
  background: url(../img/greenheader-lower.svg) 50% 0/contain no-repeat;
  content: "";
  height: 1.75rem;
  margin-top: 1.65rem;
}

/* ========== intro ========== */
.intro__header {
  background: url(../img/title-bg-sp-q25.webp) 50% 100%/cover no-repeat;
  height: 24.4rem;
}
@media screen and (min-width: 768px) {
  .intro__header {
    background-image: url(../img/title-bg-q20@2x.webp);
    height: 38.5rem;
  }
}

picture.intro__header-pic {
  display: block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.intro__header-content {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background: url(../img/title-text-shadow-q30@1x.webp) 0 0/contain no-repeat;
  height: 58.203125vw;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .intro__header-content {
    background-image: url(../img/title-text-shadow-q30@2x.webp);
  }
}
@media screen and (min-width: 768px) {
  .intro__header-content {
    height: 35.2rem;
  }
}

.intro__body {
  padding-top: 3.8rem;
}
.intro__body p.summary {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.32;
  text-align: center;
}

.intro__infos {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background: url(../img/intro-info@1x.png) 50% 0/contain no-repeat;
  height: 19.85rem;
  margin-top: 3.9rem;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .intro__infos {
    background-image: url(../img/intro-info@2x.png);
  }
}
@media screen and (min-width: 768px) {
  .intro__infos {
    height: 25.875rem;
  }
}

.intro__infos + .cmn__greenbutton {
  padding-top: 3.2rem;
  padding-bottom: 4.9rem;
}

/* ========== halls "8社、13の教会・チャペル現地会場スタッフが 軽井沢の結婚式をご案内" ========== */
.halls__cards {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  row-gap: 4.3rem;
}
@media screen and (min-width: 768px) {
  .halls__cards {
    display: grid;
    gap: 3.2rem 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.halls__cards article {
  background-color: #fff;
  padding: 0 2.7rem 1.65rem;
}
@media screen and (min-width: 768px) {
  .halls__cards article {
    padding: 0 2rem 1.4rem;
  }
}
.halls__cards article h3 {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  height: 4.7222222222em;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1.5185185185;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .halls__cards article h3 {
    font-size: 1.35rem;
    line-height: 1.5185185185;
    height: 4.6666666667em;
  }
}
.halls__cards article img {
  display: block;
  height: auto;
  width: 100%;
}
.halls__cards article p {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.0225em;
  line-height: 1.7;
  margin-top: 1.1111111111em;
  min-height: 5.1em;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .halls__cards article p {
    font-size: 1rem;
    margin-top: 1.15em;
  }
}

.halls__note {
  background-color: rgba(0, 136, 0, 0.45);
  color: #fff;
  font-size: 1.95rem;
  font-weight: 600;
  line-height: 1.4871794872;
  margin-top: 1.7948717949em;
  padding: 1em;
  text-align: center;
}

/* ========== event "EVENT" ========== */
section.event__sect {
  margin-top: 4.85rem;
}

.event__cards {
  display: grid;
  margin-top: 3.4rem;
  row-gap: 4rem;
}
@media screen and (min-width: 768px) {
  .event__cards {
    gap: 3rem 2.8rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.event__cards article {
  background-color: #fff;
  position: relative;
}
.event__cards article > img {
  display: block;
  height: auto;
  position: relative;
  width: 100%;
}
.event__cards article .label {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background-color: #988226;
  background-repeat: no-repeat;
  background-size: contain;
  clip-path: polygon(0 0, 100% 0, 85% 50%, 100% 100%, 0% 100%);
  height: 4.75rem;
  left: 0;
  position: absolute;
  top: 22.5rem;
  width: 13.65rem;
}
@media screen and (min-width: 768px) {
  .event__cards article .label {
    height: 3.55rem;
    top: 16.6rem;
    width: 10.2rem;
  }
}
.event__cards article .label.c1 {
  background-image: url(../img/event-1-label@2x.webp);
}
.event__cards article .label.c2 {
  background-image: url(../img/event-2-label@2x.webp);
}
.event__cards article .label.c3 {
  background-image: url(../img/event-3-label@2x.webp);
}
.event__cards article .label.c4 {
  background-image: url(../img/event-4-label@2x.webp);
}
.event__cards article .label.c5 {
  background-image: url(../img/event-5-label@2x.webp);
}
.event__cards article .post-body {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 24.25rem;
  justify-content: center;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event__cards article .post-body {
    height: 18.1rem;
  }
}
.event__cards article .post-body h3 {
  color: #947f28;
  font-size: 2rem;
  line-height: 1.45;
  font-weight: 600;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .event__cards article .post-body h3 {
    font-size: 1.5rem;
  }
}
.event__cards article .post-body h3 span.sm {
  display: block;
  font-size: 0.75em;
  margin-top: 0.1666666667em;
}
.event__cards article .post-body p {
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .event__cards article .post-body p {
    font-size: 1.15rem;
  }
}

/* ========== acces "東京国際フォーラムへのアクセス" ========== */
section.acces__sect .cmn__contwidth {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  section.acces__sect .cmn__contwidth {
    gap: 1.05rem;
    grid-template-columns: 25.6rem 1fr;
  }
}

.acces__main h2 {
  border-bottom: 1px solid #6fba2c;
  color: #6fba2c;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .acces__main h2 {
    font-size: 1.25rem;
  }
}
.acces__main dl {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .acces__main dl {
    font-size: 0.9rem;
  }
}
.acces__main dl dt {
  margin-top: 1.1111111111em;
}
.acces__main dl dd {
  margin-left: 0;
}
.acces__main dl dd ul {
  margin: 0;
  padding-left: 1.75em;
}

.acces__map iframe {
  aspect-ratio: 527/313;
  display: block;
  height: 100%;
  width: 100%;
}

/* ========== footer ========== */
footer {
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  padding-bottom: 2rem;
  padding-top: 90px;
}
footer h2 > .link {
  overflow: hidden;
  text-indent: 125%;
  white-space: nowrap;
  background: url(../img/footer-logo@2x.webp) 50% 0/contain no-repeat;
  display: block;
  height: max(75px, 6.6rem);
  margin: 0 auto;
  width: max(182px, 15.9rem);
  transition-property: filter, transform;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
@media (pointer: fine) {
  footer h2 > .link:hover {
    filter: brightness(1.1);
  }
}
footer h2 > .link:active {
  transform: scale(0.98);
}
footer address {
  font-style: normal;
  margin-top: 1.5rem;
}
footer address ul {
  font-size: max(11px, 1rem);
  letter-spacing: normal;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding-left: 0;
  text-align: center;
}
footer address ul li {
  margin-top: 0.25em;
}
footer .copyright {
  font-size: max(9px, 0.65rem);
  letter-spacing: normal;
  line-height: 1.5384615385;
  text-align: center;
  margin-top: 3.7rem;
}
/*# sourceMappingURL=style.css.map */
