@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
:root {
  --gold: #c9a063;
  --corporate_color: #0b377d;
  --dark_blue: #304c74;
  --light_blue: #acd4e8;
}

.contents {
  width: 100%;
}
.contents .item {
  padding: 40px 0 60px;
}
.contents .item:not(:last-of-type) {
  border-bottom: 2px solid var(--gold);
}
.contents .item.item1 .item_inner {
  position: relative;
}
.contents .item.item3 .item_inner {
  position: relative;
}
.contents .item h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25em;
  font-size: 32px;
  text-align: center;
  margin-right: -0.25em;
  color: var(--dark_blue);
}
@media screen and (max-width: 640px) {
  .contents .item h2 {
    font-size: 42px;
  }
}
.contents .item_inner {
  width: min(90.625%, 760px);
  margin: 36px auto 0;
}
.contents .item_inner .text {
  width: 100%;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 640px) {
  .contents .item_inner .text {
    font-size: 22px;
  }
}
.contents .item_inner .text .name {
  width: 210px;
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 640px) {
  .contents .item_inner .text .name {
    width: 342px;
  }
}
.contents .item_inner .text .dot {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 0.5em;
}
.contents .item_inner .text .dot li {
  position: relative;
  padding-left: 1.25em;
}
.contents .item_inner .text .dot li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.contents .item_inner .text .outline {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: start;
  row-gap: 0.5em;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
.contents .item_inner .text .outline li {
  line-height: 1.5;
}
.contents .item_inner .text .outline li.item1 {
  width: 6em;
  -moz-text-align-last: justify;
       text-align-last: justify;
  white-space: nowrap;
}
.contents .item_inner .text.store_area {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
}
.contents .item_inner .text .store {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 12px;
}
.contents .item_inner .text .store_inner {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .contents .item_inner .text .store_inner {
    grid-template-columns: 1fr;
  }
}
.contents .item_inner .text .store_inner .item1 {
  line-height: 1.35;
}
.contents .item_inner .text .store_inner .item1 .store_name {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .contents .item_inner .text .store_inner .item1 .store_name {
    font-size: 24px;
  }
}
.contents .item_inner .text .store_inner .item1 .store_name span {
  font-size: 0.875em;
  font-weight: 400;
}
.contents .item_inner .text .store_inner .item1 .tel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  font-weight: 700;
}
.contents .item_inner .text .store_inner .item1 .tel a {
  color: #000;
}
@media screen and (max-width: 640px) {
  .contents .item_inner .text .store_inner .item1 .tel {
    font-size: 42px;
  }
}
.contents .item_inner .text .store_inner .item2 .zip {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .contents .item_inner .text .store_inner .item2 .zip {
    font-size: 21px;
  }
}
.contents .item_inner .text .store .map {
  width: 100%;
  aspect-ratio: 16/12;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--gold);
}
.contents .item_inner .text .store .map .iframe {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}
.contents .item_inner .text .store .price {
  width: 9em;
  height: 32px;
  margin: 0 0 0 auto;
  font-size: 16px;
  position: relative;
}
.contents .item_inner .text .store .price a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--gold);
  color: #fff;
  font-weight: 700;
}
.contents .item_inner .text .store .price a:hover {
  opacity: 0.85;
}
.contents .item_inner .owner {
  width: 256px;
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .contents .item_inner .owner {
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .contents .item_inner .owner {
    position: static;
    width: 384px;
    margin: 40px auto 0;
  }
}
.contents .item_inner .iron {
  width: 440px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .contents .item_inner .iron {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */