@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**/
/*gray*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box; }

html {
  position: relative;
  height: 100%; }

body {
  position: relative;
  color: black;
  font-family: "Kaisei Decol", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #6a3906;
  background: #c8e7e9;
  font-feature-settings: "palt"; }
  body.open {
    overflow: hidden;
    height: 100%; }

@media screen and (min-width: 767.5px) and (max-width: 1023.9px) {
  body {
    font-size: calc(100vw / 70); } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

br.brsp {
  display: none; }
  @media screen and (max-width: 599px) {
    br.brsp {
      display: inline; } }

@media screen and (max-width: 599px) {
  br.brpc {
    display: none; } }

.inner {
  margin: 0 auto;
  padding: 0 max(10vw, 1.25rem); }
  @media screen and (max-width: 811px) {
    .inner {
      padding: 0 max(5vw, 1.25rem); } }
  @media screen and (max-width: 599px) {
    .inner {
      padding: 0;
      width: 100%; } }

.inner_1200 {
  margin: 0 auto;
  padding: 0 max(10vw, 1.25rem);
  width: min(100%, 1320px); }
  @media screen and (max-width: 811px) {
    .inner_1200 {
      padding: 0 max(5vw, 1.25rem); } }
  @media screen and (max-width: 599px) {
    .inner_1200 {
      padding: 0 2em;
      width: 100%; } }

.inner_1400 {
  margin: 0 auto;
  padding: 0 max(10vw, 1.25rem);
  width: min(100%, 1440px); }
  @media screen and (max-width: 811px) {
    .inner_1400 {
      padding: 0 max(5vw, 1.25rem); } }
  @media screen and (max-width: 599px) {
    .inner_1400 {
      padding: 0 1em;
      width: 100%; } }

.inner_1600 {
  margin: 0 auto;
  padding: 0 max(10vw, 1.25rem);
  width: min(100%, 1712px); }
  @media screen and (max-width: 811px) {
    .inner_1600 {
      padding: 0 max(5vw, 1.25rem); } }
  @media screen and (max-width: 599px) {
    .inner_1600 {
      padding: 0 1em;
      width: 100%; } }

.inner_max {
  margin: 0 auto;
  padding: 0 max(2vw, 1.25rem); }
  @media screen and (max-width: 599px) {
    .inner_max {
      padding: 0 1em;
      width: 100%; } }

section {
  position: relative; }

a.btn_link {
  position: relative;
  display: inline-block;
  border-radius: 1rem;
  overflow: hidden; }
  a.btn_link span {
    position: relative;
    display: inline-block;
    padding: 1em 2.5em;
    font-weight: 500;
    text-align: center;
    font-size: max(1vw, 1em);
    color: white;
    text-decoration: none !important;
    z-index: 2; }
  a.btn_link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 1; }
  a.btn_link::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150%;
    aspect-ratio: 1/1;
    background: black;
    border-radius: 100%;
    z-index: 1;
    transform: translate(-50%, -50%) scale(0);
    transition: .5s; }
  a.btn_link:hover::after {
    transform: translate(-50%, -50%) scale(1); }

a {
  color: black;
  text-decoration: none;
  transition: .2s; }
  a:hover {
    color: black;
    transition: .2s; }
    a:hover img {
      opacity: .85;
      transition: .2s; }

@media screen and (max-width: 599px) {
  .pcblock {
    display: none !important; } }

.spblock {
  display: none !important; }
  @media screen and (max-width: 599px) {
    .spblock {
      display: block !important; } }

@media screen and (max-width: 599px) {
  .spnone {
    display: none; } }
::selection {
  color: white;
  background-color: black; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

/* -------------------------------- 
font components 
--------------------------------- */
.kaisei {
  font-family: "Kaisei Decol", serif; }

.gothic {
  font-family: "Noto Sans JP", sans-serif; }

/* -------------------------------- 
common components 
--------------------------------- */
.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 0.5em !important; }

.mr0 {
  margin-right: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 0.5em !important; }

/* -------------------------------- 
ul components 
--------------------------------- */
/*ul reset*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0; }

/*ul kome*/
ul.ul_kome {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .35em;
  margin: 0;
  padding-left: 1.35em; }
  ul.ul_kome li {
    text-indent: -1.35em;
    line-height: 1.4;
    font-size: max(0.8vw, 0.875em); }
    ul.ul_kome li::before {
      content: "※";
      margin-right: 0.5em; }

/* -------------------------------- 
header
--------------------------------- */
header {
  position: relative;
  width: 100%;
  overflow: hidden; }
  header div.logo1 {
    position: absolute;
    top: 3vw;
    left: 3vw;
    width: 7%; }
    @media screen and (max-width: 599px) {
      header div.logo1 {
        width: 10%; } }
  header div.logo2 {
    position: absolute;
    top: 3vw;
    right: 3vw;
    width: 7%; }
    @media screen and (max-width: 599px) {
      header div.logo2 {
        width: 10%; } }

/* -------------------------------- 
main
--------------------------------- */
main section.intro {
  padding-bottom: max(3vw, 1.5em); }
  main section.intro p {
    margin-top: 0;
    text-align: justify;
    font-size: clamp(1.125em, 1.5vw, 1.75em); }
main section.info div.img {
  margin: 0 -3vw; }
  @media screen and (max-width: 599px) {
    main section.info div.img {
      margin: 0 -.8rem 2rem; } }
main section.how {
  margin: 0;
  padding: max(4vw, 1.5em);
  background: white;
  border-radius: 3rem; }
  @media screen and (max-width: 599px) {
    main section.how {
      border-radius: 12px; } }
  main section.how .dash-border {
    position: absolute;
    top: .3rem;
    left: .3rem;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0; }
  main section.how div.grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4.5fr);
    place-items: center start;
    gap: max(2vw, 1.5rem);
    z-index: 1; }
    @media screen and (max-width: 599px) {
      main section.how div.grid {
        grid-template-columns: minmax(0, 1fr);
        place-items: normal; } }
    main section.how div.grid div.left {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
      @media screen and (max-width: 599px) {
        main section.how div.grid div.left {
          position: relative;
          display: block;
          height: auto; } }
      main section.how div.grid div.left h2 {
        margin: 0;
        font-size: max(2vw, 1.2em); }
        main section.how div.grid div.left h2 span {
          background: linear-gradient(transparent 60%, #f0c8c6 60%); }
        @media screen and (max-width: 599px) {
          main section.how div.grid div.left h2 {
            margin: .5em 0;
            font-size: 2em;
            text-align: center; } }
      main section.how div.grid div.left div.img {
        width: 8rem; }
        @media screen and (max-width: 599px) {
          main section.how div.grid div.left div.img {
            position: absolute;
            top: -3rem;
            right: -1rem;
            width: 5rem; } }
    @media screen and (max-width: 599px) {
      main section.how div.grid div.right div.img {
        padding: 0 2rem 1rem; } }
    main section.how div.grid div.right ul {
      line-height: 1.1; }
      main section.how div.grid div.right ul li {
        margin-bottom: .5em; }
    main section.how div.grid div.right ul.ul_big {
      margin-top: 1.5em; }
      main section.how div.grid div.right ul.ul_big li {
        font-size: max(1.2vw, 1.1em);
        font-weight: bold; }
      main section.how div.grid div.right ul.ul_big li::marker {
        font-size: max(1.2vw, 1.1em); }
    main section.how div.grid div.right ul.ul_s {
      margin-bottom: 0;
      padding-left: 2em; }
main section.hissu {
  margin-top: -6%;
  padding: max(5vw, 4em) max(4vw, 1.5em) max(4vw, 1.5em);
  background: white;
  border-radius: 3rem; }
  @media screen and (max-width: 599px) {
    main section.hissu {
      margin-top: -1rem;
      border-radius: 12px; } }
  main section.hissu .dash-border {
    position: absolute;
    top: .3rem;
    left: .3rem;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0; }
  main section.hissu div.hissu_box {
    position: relative;
    display: grid;
    gap: 1.25em;
    z-index: 1; }
  main section.hissu h2 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    font-size: max(1.1vw, 1em);
    text-align: center; }
    main section.hissu h2 span {
      display: inline-block;
      padding: 1em 2em;
      color: white;
      background: #e9450a;
      border-radius: 0 0 1.5em 1.5em; }
  main section.hissu h3 {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 1.5em;
    font-size: max(1.3vw, 1.125em); }
    @media screen and (max-width: 599px) {
      main section.hissu h3 {
        gap: 1em; } }
    main section.hissu h3::after {
      content: "";
      height: 1px;
      background-color: #6a3906;
      width: 100%;
      opacity: .7; }
    main section.hissu h3 span::before {
      content: "●";
      margin-right: .5em;
      color: #e9450a; }
  main section.hissu ul {
    margin-bottom: 0;
    padding-left: 1.35em; }
main section.contact {
  display: grid;
  place-items: center;
  margin: max(6vw, 3.5rem) 0; }
  @media screen and (max-width: 599px) {
    main section.contact {
      margin-top: 5rem; } }
  main section.contact div.grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 4fr);
    place-items: center start;
    gap: max(2vw, 1rem);
    font-family: "Noto Sans JP", sans-serif; }
    @media screen and (max-width: 599px) {
      main section.contact div.grid {
        grid-template-columns: minmax(0, 1fr); } }
    main section.contact div.grid h2 {
      display: grid;
      place-items: center;
      margin: 0;
      width: 100%;
      aspect-ratio: 1/1;
      color: white;
      background: #6a3906;
      border-radius: 10rem; }
      @media screen and (max-width: 599px) {
        main section.contact div.grid h2 {
          margin-bottom: .5em;
          padding: .5em;
          width: 100%;
          aspect-ratio: auto;
          text-align: center;
          border-radius: .5em; } }
    main section.contact div.grid div.wrap hr {
      border: none;
      border-top: 2px dashed #6a3906;
      margin: 1.3em 0; }
    main section.contact div.grid div.wrap div.box {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1.6fr);
      place-items: center start;
      gap: max(2vw, 1.5rem); }
      @media screen and (max-width: 1440px) {
        main section.contact div.grid div.wrap div.box {
          grid-template-columns: minmax(0, 1fr) minmax(0, 1.8fr); } }
      @media screen and (max-width: 599px) {
        main section.contact div.grid div.wrap div.box {
          grid-template-columns: minmax(0, 1fr);
          gap: 1rem; } }
      main section.contact div.grid div.wrap div.box h3 {
        margin: 0;
        width: 100%; }
        @media screen and (max-width: 599px) {
          main section.contact div.grid div.wrap div.box h3 {
            width: 80%; } }
      main section.contact div.grid div.wrap div.box div.right p.name {
        margin: 0 0 .125em;
        font-size: max(0.8vw, 0.8em);
        font-weight: bold;
        letter-spacing: 0; }
      main section.contact div.grid div.wrap div.box div.right p.tel {
        margin: 0;
        font-size: max(2.8vw, 2em);
        font-weight: 900;
        line-height: 1; }
        main section.contact div.grid div.wrap div.box div.right p.tel a {
          color: #e9450a;
          transition: .4s; }
          main section.contact div.grid div.wrap div.box div.right p.tel a:hover {
            opacity: .8; }
main div.break {
  margin-top: max(6vw, 3rem); }
main div.inner_top {
  position: relative; }
main div.inner_bottom {
  position: relative; }
  main div.inner_bottom img.people_1 {
    position: absolute;
    bottom: -9%;
    left: 4%;
    width: 5%; }
    @media screen and (max-width: 599px) {
      main div.inner_bottom img.people_1 {
        bottom: 400px;
        width: 2rem; } }
  main div.inner_bottom img.people_2 {
    position: absolute;
    bottom: 11%;
    right: 5%;
    width: 10%; }
    @media screen and (max-width: 1440px) {
      main div.inner_bottom img.people_2 {
        right: 3%; } }
    @media screen and (max-width: 599px) {
      main div.inner_bottom img.people_2 {
        bottom: 400px;
        width: 4rem; } }

/* -------------------------------- 
footer
--------------------------------- */
footer {
  padding: max(4vw, 3.5rem) 1rem;
  text-align: center;
  background: #6a3906; }
  footer p.fs1 {
    margin: 0;
    font-size: clamp(1.25em, 1.8vw, 1.5em);
    color: white;
    font-weight: bold; }
  footer p.fs2 {
    margin: 1em 0 0;
    font-size: clamp(0.8em, 1.2vw, 1.25em);
    color: white;
    font-weight: bold; }

/* -------------------------------- 
modal
--------------------------------- */
.btn_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2vw;
  margin: 2em 0 0; }
  @media screen and (max-width: 599px) {
    .btn_wrap {
      flex-direction: column; } }

.btn_modal {
  padding: 1em 1em 1em 2em;
  color: #fff;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  background: #6a3906;
  border: 2px solid #6a3906;
  border-radius: 999px;
  transition: background 0.2s, color 0.2s; }
  @media screen and (max-width: 599px) {
    .btn_modal {
      padding: .8em;
      border-radius: 12px;
      width: 100%; } }
  .btn_modal p {
    position: relative;
    margin: 0;
    padding-right: 2em;
    font-weight: bold; }
    @media screen and (max-width: 599px) {
      .btn_modal p {
        padding-right: 1em;
        font-size: .8em; } }
    .btn_modal p::after {
      content: "open_in_new";
      font-family: "Material Icons Outlined";
      font-weight: normal;
      font-style: normal;
      line-height: 1;
      letter-spacing: normal;
      text-transform: none;
      display: inline-block;
      white-space: nowrap;
      direction: ltr;
      -webkit-font-feature-settings: 'liga';
      -webkit-font-smoothing: antialiased;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      color: currentColor;
      pointer-events: none; }
    .btn_modal p span {
      display: block;
      margin-bottom: 0.15em;
      font-size: 0.8em; }
  .btn_modal:hover {
    background: #fff;
    color: #6a3906; }

.modal_1,
.modal_2 {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: none; }

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  cursor: pointer; }

.modal_scroll_inner_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  display: inline-block; }

.modal_scroll_inner {
  position: relative;
  padding: max(3vw, 1.35em);
  width: 90vw;
  max-width: 800px;
  max-height: 80vh;
  font-family: "Noto Sans JP", sans-serif;
  overflow-y: auto;
  background: #fff;
  border: 2px solid #6a3906;
  border-radius: 0.5em;
  box-sizing: border-box; }
  @media screen and (max-width: 599px) {
    .modal_scroll_inner {
      max-height: 90dvh; } }
  .modal_scroll_inner div.space_s {
    height: max(0.5vw, 0.5em); }
  .modal_scroll_inner h2 {
    display: block;
    margin: 0 0 1.5em;
    padding: 1.25em 0;
    font-size: 1.25em;
    border-top: 2px solid #6a3906;
    border-bottom: 2px solid #6a3906; }
  .modal_scroll_inner h3 {
    font-size: 1.125em; }
    .modal_scroll_inner h3 span {
      background: linear-gradient(transparent 60%, #ffb5b0 60%); }
  .modal_scroll_inner h4 {
    margin-bottom: .5em; }
  .modal_scroll_inner ul {
    margin: .5em 0 1em;
    padding-left: 1.35em; }

.modal-close {
  position: absolute;
  top: -1.2em;
  right: -1.2em;
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border: 2px solid #6a3906;
  border-radius: 50%;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer; }
  .modal-close::before, .modal-close::after {
    content: '';
    position: absolute;
    width: 1.2em;
    height: 2px;
    background-color: #6a3906; }
  .modal-close::before {
    transform: rotate(45deg); }
  .modal-close::after {
    transform: rotate(-45deg); }
  .modal-close:hover {
    background: #6a3906; }
    .modal-close:hover::before, .modal-close:hover::after {
      background-color: #fff; }
  @media screen and (max-width: 599px) {
    .modal-close {
      width: 2em;
      height: 2em;
      top: -1em;
      right: -1em; }
      .modal-close::before, .modal-close::after {
        width: 1em; } }

/* -------------------------------- 
accodion
--------------------------------- */
div.accotion_wrap {
  margin-top: 4rem;
  border: 2px solid #6a3906;
  background: white;
  border-radius: 3rem;
  overflow: hidden; }
  @media screen and (max-width: 599px) {
    div.accotion_wrap {
      border-radius: 12px; } }
  div.accotion_wrap h3.btn_accotion {
    position: relative;
    margin: 0;
    padding: max(3vw, 1.5em) max(1.3vw, 1.25em);
    font-size: max(1.8vw, 1.25em);
    font-weight: bold;
    text-align: center;
    background: #6a3906;
    color: white; }
    div.accotion_wrap h3.btn_accotion::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: white;
      opacity: 0;
      transition: .6s;
      z-index: 1; }
    div.accotion_wrap h3.btn_accotion::after {
      content: "add";
      font-family: "Material Icons Outlined";
      position: absolute;
      top: 50%;
      right: max(1.3vw, 1.25em);
      transform: translateY(-50%);
      transition: .4s;
      z-index: 3; }
    div.accotion_wrap h3.btn_accotion:hover {
      cursor: pointer; }
      div.accotion_wrap h3.btn_accotion:hover::before {
        opacity: .1; }
    div.accotion_wrap h3.btn_accotion span {
      position: relative;
      z-index: 2; }
    div.accotion_wrap h3.btn_accotion.open::after {
      content: "remove"; }
  div.accotion_wrap div.ul_wrap {
    display: none;
    margin: 0;
    padding: max(4vw, 1.35em); }
    div.accotion_wrap div.ul_wrap.open {
      display: block; }

p.tyuui {
  margin: 0 0 max(4vw, 1.35em);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500; }

p.jichitai {
  margin-top: 2em;
  font-size: max(1.3vw, 1.2em);
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif; }
  p.jichitai::before {
    content: '⚫︎';
    margin-right: .25em;
    color: pink; }

ul.ul_list {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.ul_list li {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 10em 7em;
    gap: 1em;
    padding: .5em;
    font-family: "Noto Sans JP", sans-serif;
    font-size: max(0.95vw, 1em); }
    @media screen and (max-width: 599px) {
      ul.ul_list li {
        grid-template-columns: minmax(0, 1fr);
        padding: 1em .5em;
        gap: .25em; }
        ul.ul_list li div.name {
          font-weight: bold; } }
    ul.ul_list li:nth-child(odd) {
      background: #f5f4ef; }
    ul.ul_list li div.postcord::before {
      content: '〒'; }
