/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

a {
  user-select: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

html {
  scroll-behavior: smooth;
  font-size: 2.5641025641vw;
}
@media (min-width: 540px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: clamp(1.568rem, 1.0582010582vw, 1.6rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" 1;
  vertical-align: baseline;
  word-break: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-break: strict;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

dl, dt, th, dd, label {
  font-weight: 400;
}

.scroll_top {
  position: fixed;
  right: max(1.47rem, 0.9920634921vw);
  bottom: max(1.47rem, 0.9920634921vw);
  z-index: 7001;
  display: flex;
  align-items: center;
  justify-content: center;
  width: max(5.292rem, 3.5714285714vw);
  height: max(5.292rem, 3.5714285714vw);
  border-radius: 50%;
  font-size: max(1.96rem, 1.3227513228vw);
  line-height: max(5.292rem, 3.5714285714vw);
  text-align: center;
  background-color: rgba(100, 187, 185, 0.8);
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  opacity: 0;
}
.scroll_top:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: rgb(100, 187, 185);
}

.wrapper {
  min-height: 100vh;
  background: url(../img/2025flyer/background.jpg);
  background-attachment: fixed;
}

div.footer {
  padding-bottom: max(3.92rem, 2.6455026455vw);
  background: #ffffff;
}

main {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
}
@media (min-width: 540px) {
  main {
    grid-template-columns: 1fr 500px 1fr;
  }
}
@media (min-width: 768px) {
  main {
    grid-template-columns: 1fr 1fr 2rem;
  }
}
@media (min-width: 840px) {
  main {
    grid-template-columns: 2fr 2fr 1fr;
  }
}
@media (min-width: 1200px) {
  main {
    grid-template-columns: 5fr 4fr 2fr;
  }
}

.central {
  grid-column: 2/3;
  grid-row: 1/2;
  width: 100%;
}
@media (min-width: 540px) {
  .central {
    border-right: 4px solid #64BBBA;
    border-left: 4px solid #64BBBA;
  }
}
.central .imgWrap {
  position: relative;
}
.central .imgWrap a {
  display: block;
}
.central .imgWrap a:hover {
  opacity: 0.7;
}
.central .bg_white {
  background: #ffffff;
}
.central .bg_beige {
  background: #fdf2df;
}

.sideL {
  grid-column: 1/2;
  grid-row: 1/2;
  width: 0;
}
@media (min-width: 540px) {
  .sideL {
    width: 100%;
  }
}
.sideL .innerL {
  position: sticky;
  top: 0;
  height: 100dvh;
  display: grid;
  grid-template-rows: min-content auto min-content;
  gap: max(2.352rem, 1.5873015873vw);
  width: 0;
  overflow: hidden;
  align-items: center;
}
@media (min-width: 540px) {
  .sideL .innerL {
    width: 100%;
  }
}
.sideL .logo {
  width: 0;
}
@media (min-width: 680px) {
  .sideL .logo {
    margin-inline: 10%;
    width: 80%;
  }
}
@media (min-width: 768px) {
  .sideL .logo {
    width: max(12.544rem, 8.4656084656vw);
    height: max(9.996rem, 6.746031746vw);
    margin-left: 2rem;
  }
}
@media (min-width: 840px) {
  .sideL .logo {
    margin-left: max(3.92rem, 2.6455026455vw);
  }
}
.sideL .message {
  margin: auto;
  width: 0;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  container: leader/inline-size;
}
@media (min-width: 768px) {
  .sideL .message {
    opacity: 1;
    width: 90%;
  }
}
.sideL .message .imgWrap {
  width: 100%;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-block: 15cqw;
}
.sideL .message .imgWrap img:nth-of-type(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 30cqw;
  height: 50%;
}
.sideL .message .imgWrap img:nth-of-type(2) {
  width: 85cqw;
  max-height: 100%;
}
@media (min-width: 840px) {
  .sideL .message .imgWrap img:nth-of-type(2) {
    width: 75cqw;
  }
}
.sideL .message img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.sideL .button {
  margin-inline: auto;
  width: 0;
  height: 0;
  display: grid;
  grid-template-columns: auto auto;
  justify-items: center;
  align-items: center;
  justify-content: center;
  gap: 0.7936507937vw;
  container: buttonWrap/inline-size;
}
@media (min-width: 1024px) {
  .sideL .button {
    padding-bottom: max(3.92rem, 2.6455026455vw);
    height: auto;
    width: 80%;
    max-width: max(52.92rem, 35.7142857143vw);
    padding-inline: 0;
  }
}
.sideL .button a {
  display: block;
  transition: all 0.3s ease-in-out;
}
.sideL .button a:hover {
  filter: brightness(0.9);
}
.sideL .button a:nth-of-type(1) {
  width: 100cqw;
  margin-bottom: 0.7936507937vw;
  grid-column: span 2;
}
@media (min-width: 840px) {
  .sideL .button a:nth-of-type(1) {
    width: 80cqw;
  }
}
.sideL .button a:nth-of-type(n+2) {
  width: 48cqw;
}
@media (min-width: 840px) {
  .sideL .button a:nth-of-type(n+2) {
    width: 38cqw;
  }
}
.sideL .button a img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (768px < width < 840px) and (min-aspect-ratio: 5/3) {
  .sideL .button {
    opacity: 0;
    height: 0;
  }
}
@media (840px <= width < 1024px) and (min-aspect-ratio: 2/1) {
  .sideL .button {
    opacity: 0;
    height: 0;
  }
}
@media (1024px <= width < 1480px) and (min-aspect-ratio: 9/4) {
  .sideL .button {
    opacity: 0;
    height: 0;
  }
}
@media (1480px <= width) and (min-aspect-ratio: 9/4) {
  .sideL .button {
    opacity: 0;
    height: 0;
  }
}
.hasanchor {
  margin-top: -12px;
  padding-top: 12px;
}

.sideR {
  grid-column: 3/4;
  grid-row: 1/2;
  width: 0;
}
@media (min-width: 768px) {
  .sideR {
    width: 100%;
  }
}
.sideR .innerR {
  position: sticky;
  top: 0;
  height: 100dvh;
  width: 0;
  overflow: hidden;
}
@media (min-width: 840px) {
  .sideR .innerR {
    width: 100%;
    padding: 3vh;
    display: grid;
    grid-template-rows: repeat(4, min-content);
    align-items: center;
    gap: 1.5vh;
  }
}
.sideR .innerR .sideWrap {
  width: 80%;
  height: 100%;
  max-height: 22vh;
}
.sideR .innerR .sideWrap img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}
.sideR .innerR .sideWrap:nth-of-type(odd) {
  justify-self: end;
}
.sideR .innerR .sideWrap:nth-of-type(odd) img {
  object-position: right center;
}

@media (min-aspect-ratio: 5/3) {
  .sideR .innerR .sideWrap img,
  .sideR .innerR .sideWrap:nth-of-type(odd) img {
    object-position: center center;
  }
}

/*# sourceMappingURL=styles.css.map */
