@charset "utf-8";

body {
  background-color: transparent;
}

.kinoko_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffe45f;
  background-image: linear-gradient(#ffe45fcf, #ffe45fcf), url(../image/noise.png);
  background-repeat: repeat;
  background-size: 300px;
  color: #333;
  opacity: 1;
  z-index: -100;
}

h1.main_visual {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

h1.main_visual img {
  flex: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

main h2 {
  display: flex;
  align-items: flex-start;
  background-image: none;
  color: #c75a49;
  filter: none;
  font-size: 1.25rem;
  padding-left: 0;
}

main h2::before {
  content: url(../image/h2.svg);
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  padding-right: .3rem;
}

main h3 {
  border-bottom-width: 0;
  display: flex;
  color: #c75a49;
}

main h3::before {
  content: url(../image/icon_kinoko.svg);
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: text-bottom;
  padding-right: .3rem;
}

main h3.access_h::before {
  content: none;
}

.lead, section {
  border-color: #e3aca4;
}

.lead {
  border-radius: 0.625rem;
}

.table_of_contents ul {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: number;
}

.table_of_contents li {
  position: relative;
  padding-left: 1.25rem;
}

.table_of_contents li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 6px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #e3aca4;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
  color: #c75a49;
  font-weight: bold;
}

.table_of_contents li a {
  color: #c75a49;
}

.ex_wrap {
  margin-bottom: 0.5rem;
  border-bottom: 1px dotted #e3aca4;
}

.ex_wrap.border_0 {
  border-bottom-width: 0;
}

.ex_wrap:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
}

.flex_dl dt,
.flex_dl dd {
  border-color: #e3aca4;
}

.flex_dl dt {
  background-color: #f4dedb;
  color: #c75a49;
}

section img {
  max-width: 100%;
  border-radius: 0.625rem;
}

.photo {
  display: flex;
  flex-direction: column;
}

.photo figure:last-child {
  margin-bottom: 0;
}

.photo figcaption {
  text-align: center;
}

.flex_dl p {
  margin: 0;
}

.flex_dl p.typography {
  margin-left: 1rem;
  text-indent: -1rem;
}

.flex_dl dd {
  padding: 5px 8px;
}

.flex_dl dd:first-child {
  width: 100%;
  border-radius: 0.625rem 0.625rem 0 0;
}

.flex_dl dd.center {
  text-align: center;
}

.flex_dl dt:first-child {
  border-radius: 0.625rem 0.625rem 0 0;
}

.flex_dl dd:last-child {
  border-radius: 0 0 0.625rem 0.625rem;
}

.icon_heart {
  display: inline-flex;
  align-items: center;
}

.icon_heart svg {
  width: 1rem;
  height: 1rem;
  fill: #de0305;
  margin-top: 0.25rem;
  margin-left: 0.125rem;
}

.icon_access {
  display: inline-flex;
}

.icon_access svg {
  width: 1rem;
  height: 1rem;
  fill: #1a0dab;
  margin-right: 0.25rem;
  margin-top: 0.375rem;
}

.access_map {
  border: 1px solid #ddd;
  border-radius: 0.625rem;
}

.mb_0 {
  margin-bottom: 0;
}

.mb_quarter {
  margin-bottom: 0.25rem;
}

.mb_half {
  margin-bottom: 0.5rem;
}

.flex_dl.flyer {
  display: flex;
  flex-wrap: wrap;
}

.flex_dl.flyer dt,
.flex_dl.flyer dd {
  width: 50%;
}

.flex_dl.flyer dt {
  border-right-width: 0;
}

.flex_dl.flyer dt:first-child {
  border-top-right-radius: 0;
}

.flex_dl.flyer dt:nth-last-child(2) {
  border-bottom-width: 1px;
  border-bottom-left-radius: 0.625rem;
}

.flex_dl.flyer dd:nth-child(2) {
  border-top-right-radius: 0.625rem;
}

.flex_dl.flyer dd:last-child {
  border-bottom-left-radius: 0;
}

.flyer {
  position: relative;
}

.flyer img {
  border: 1px solid #ddd;
}

.flyer svg {
  flex: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #ddd;
}



@media (min-width: 768px) {
  section {
    border-radius: 0.625rem;
  }

  .table_of_contents ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .table_of_contents ul li {
    width: calc(50% - 0.5rem);
  }

  .ex_wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }

  .ex_wrap h3 {
    width: 100%;
  }
  .ex_wrap .w_100 {
    width: 100%;
  }
  .ex_wrap .row {
    width: calc(50% - .5rem);
  }
  .ex_wrap .row.flyer {
    width: calc(60% - .5rem);
  }
    .ex_wrap .row.flyer + .row {
    width: calc(40% - .5rem);
  }
  .ex_wrap .re_order {
    order: 3;
  }

  .photo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .photo.column2 > * {
    width: calc(50% - .5rem);
  }
  .photo.column4 > * {
    width: calc(25% - .5rem);
  }
  .photo figure {
    margin-bottom: 0;
  }
  .photo .order_reverse {
    order: 5;
  }
  .photo p {
    margin-bottom: 0;
  }
  .flex_dl dt,
  .flex_dl dd {
    padding: 5px 10px;
  }

  .flex_dl dd:first-child {
      width: calc(100% - 1px);
  }
  .flex_dl dt:first-child {
    border-top-right-radius: 0;
  }
  .flex_dl dt:nth-last-child(2) {
    border-bottom-left-radius: 0.625rem;
  }
  .flex_dl dd:nth-child(2) {
    border-top-right-radius: 0.625rem;
  }
  .flex_dl dd:last-child:not(.w-100) {
    border-bottom-left-radius: 0;
  }
  .br_sp-only {
    display: none;
  }
}

@media (hover:hover) {
  .access a:hover svg {
    fill: #0056b3;
  }
  .flyer a:hover img {
    opacity: 0.8;
  }
}

.notes {
  display: flex;
  align-items: flex-start;
}

.notes span:first-child {
  margin-right: 0.25rem;
}

/* Blog */
