@charset "UTF-8";
section {
  position: relative;
  width: 100%;
}

.bg {
  position: relative;
  padding: 0 0 120px;
  background: url(/common/img/common_bg.webp) center top;
}
@media screen and (max-width: 1024px) {
  .bg {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 600px) {
  .bg {
    padding-bottom: 120px;
  }
}

.outline > .inner,
.place > .inner,
.history > .inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14%;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .outline > .inner,
  .place > .inner,
  .history > .inner {
    gap: 7%;
  }
}
@media screen and (max-width: 600px) {
  .outline > .inner,
  .place > .inner,
  .history > .inner {
    gap: 25px;
  }
}
@media screen and (max-width: 600px) {
  .outline > .inner,
  .place > .inner,
  .history > .inner {
    grid-template-columns: 1fr;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.outline > .inner h2,
.place > .inner h2,
.history > .inner h2 {
  padding: 20px 12px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.18em;
  font-weight: 500;
  display: inline-block;
  background: var(--white);
}
@media screen and (min-width: 600px) {
  .outline > .inner h2,
  .place > .inner h2,
  .history > .inner h2 {
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-feature-settings: normal;
  }
}
@media screen and (max-width: 1024px) {
  .outline > .inner h2,
  .place > .inner h2,
  .history > .inner h2 {
    padding: 15px 8px;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  .outline > .inner h2,
  .place > .inner h2,
  .history > .inner h2 {
    padding: 10px 20px;
    width: -moz-max-content;
    width: max-content;
  }
}

.outline {
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .outline {
    margin-top: 70px;
  }
}
.outline--right dl {
  display: grid;
  grid-template-columns: 180px 1fr;
}
@media screen and (max-width: 1024px) {
  .outline--right dl {
    grid-template-columns: 120px 1fr;
  }
}
@media screen and (max-width: 600px) {
  .outline--right dl {
    grid-template-columns: 1fr;
  }
}
.outline--right dl dt,
.outline--right dl dd {
  padding: 30px 0;
  border-bottom: 1px solid #9e9e9e;
}
@media screen and (max-width: 1024px) {
  .outline--right dl dt,
  .outline--right dl dd {
    padding: 20px 0;
  }
}
.outline--right dl dt:first-of-type,
.outline--right dl dd:first-of-type {
  padding-top: 0;
}
.outline--right dl dt {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.12em;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .outline--right dl dt {
    font-size: 16px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 600px) {
  .outline--right dl dt {
    border-bottom: none;
    padding: 10px 0 2px;
  }
}
.outline--right dl dd {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .outline--right dl dd {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 600px) {
  .outline--right dl dd {
    padding: 0 0 10px;
  }
}
.outline--right dl dd a.link_line {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
}
.outline--right dl dd a.link_line span:after {
  content: "";
  bottom: 0px;
}
.outline--right dl dd a.link_line:after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  -webkit-mask-image: url(/common/img/icon_blank.svg);
          mask-image: url(/common/img/icon_blank.svg);
  background-color: var(--c_bl);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: background-color 0.3s;
}

.place {
  margin-top: 140px;
}
@media screen and (max-width: 1024px) {
  .place {
    margin-top: 80px;
  }
}
.place--right > ul > li {
  padding: 50px 0;
  border-bottom: 1px solid #9e9e9e;
}
@media screen and (max-width: 1024px) {
  .place--right > ul > li {
    padding: 30px 0;
  }
}
@media screen and (max-width: 600px) {
  .place--right > ul > li {
    display: flex;
    flex-direction: column;
  }
}
.place--right > ul > li:first-child {
  padding-top: 0;
}
.place--name {
  display: grid;
  grid-template-columns: 1fr 230px;
  align-items: flex-start;
}
@media screen and (max-width: 600px) {
  .place--name {
    display: contents;
  }
}
.place--name_left h3 {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .place--name_left h3 {
    font: 20px;
  }
}
.place--name_left p.address {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .place--name_left p.address {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .place--name_right {
    max-width: 240px;
  }
}
@media screen and (max-width: 600px) {
  .place--name_right {
    margin-top: 20px;
    order: 2;
  }
}
.place--name_right a {
  --c1: var(--white);
  --c2: var(--c_bl);
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c2);
  color: var(--c1);
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  border: 1px solid var(--c_bl);
  transition: background 0.3s, color 0.3s;
}
@media screen and (max-width: 1024px) {
  .place--name_right a {
    font-size: 14px;
  }
}
@media (hover) {
  .place--name_right a:hover {
    --c1: var(--c_bl);
    --c2: var(--white);
  }
}
.place--name_right a:before {
  margin-right: 8px;
  content: "";
  width: 16px;
  aspect-ratio: 101/150;
  -webkit-mask-image: url(/common/img/icon_pin.svg);
          mask-image: url(/common/img/icon_pin.svg);
  background-color: var(--c1);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .place--name_right a:before {
    width: 14px;
  }
}
.place--name_right a:after {
  margin-left: 14px;
  content: "";
  width: 12px;
  aspect-ratio: 1;
  -webkit-mask-image: url(/common/img/icon_blank.svg);
          mask-image: url(/common/img/icon_blank.svg);
  background-color: var(--c1);
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  transition: background-color 0.3s;
}
.place--details {
  margin-top: 15px;
}
.place--details address {
  width: 100%;
}
.place--details address + dl {
  margin-top: 10px;
}
.place--details dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
}
.place--details dl dt {
  padding: 5px 20px 7px;
  background: var(--white);
  color: var(--c_bl);
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.12em;
  border-radius: 50px;
}
@media screen and (max-width: 1024px) {
  .place--details dl dt {
    font-size: 12px;
    padding-inline: 10px;
  }
}
.place--details dl dd {
  align-self: center;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  .place--details dl dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .place--details dl dd:has(.access) {
    grid-column: span 2;
  }
}
.place--details dl dd a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  .place--details dl dd a[href*="tel:"] {
    pointer-events: auto;
  }
}
.place .access {
  --pl: 45px;
}
@media screen and (max-width: 600px) {
  .place .access {
    --pl: 30px;
  }
}
.place .access--block:not(:last-child) {
  margin-bottom: 30px;
}
.place .access--ttl {
  margin-bottom: 3px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0.12em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .place .access--ttl {
    font-size: 16px;
  }
}
.place .access--ttl span.icon {
  width: var(--pl);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 600px) {
  .place .access--ttl span.icon {
    scale: 0.7;
  }
}
.place .access--list {
  padding-left: var(--pl);
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .place .access--list {
    font-size: 14px;
    letter-spacing: 0.08em;
  }
}
.place .access--list:has(> li:nth-of-type(2)) li {
  padding-left: 1.12em;
  text-indent: -1.12em;
}
.place .access--list:has(> li:nth-of-type(2)) li:before {
  content: "・";
}

.slide {
  margin: 160px 0;
}
@media screen and (max-width: 1024px) {
  .slide {
    margin: 80px 0;
  }
}
@media screen and (max-width: 600px) {
  .slide {
    padding: 0 5%;
  }
}
.slide .company--slide {
  overflow: hidden;
}
.slide .company--slide img {
  border-radius: 10px;
}

.history--right img {
  max-width: 740px;
}
@media screen and (max-width: 1024px) {
  .history--right img {
    width: 100%;
  }
}
/*# sourceMappingURL=layout.css.map */