*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 1em;
  font-weight: 400;
}

body {
  line-height: 1.8;
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  opacity: 0;
}
body.visible {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 0.8125em;
  }
}

ul, li {
  list-style-type: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: currentColor;
}

@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 541px) {
  .sp {
    display: none;
  }
}

.blk-l {
  width: min(92%, 1760px);
}
.blk-m {
  width: min(86%, 1200px);
}
@media screen and (max-width: 1024px) {
  .blk-l, .blk-m {
    width: 90%;
  }
}

*[class*=blk-] {
  margin-right: auto;
  margin-left: auto;
}

.header_logo {
  width: min(216px, 40%);
  margin: 80px 0;
  line-height: 0;
}
.header_logo img {
  filter: invert(48%) sepia(0%) saturate(2649%) hue-rotate(21deg) brightness(90%) contrast(80%);
}
@media screen and (max-width: 1024px) {
  .header_logo {
    margin: 3em 0 2em;
  }
}

.hero {
  position: relative;
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 112, 113, 0.5);
  mix-blend-mode: multiply;
}
.hero picture img {
  aspect-ratio: 1760/500;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .siteName {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 434px;
}
@media screen and (max-width: 1024px) {
  .hero picture img {
    aspect-ratio: 10/6;
  }
  .hero .siteName {
    width: min(60%, 400px);
  }
}

.contents {
  margin-top: 100px;
  margin-bottom: 110px;
}
@media screen and (max-width: 1024px) {
  .contents {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 70px;
}
.heading em {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-size: 1.7857142857em;
  font-weight: 500;
}
.heading span {
  font-size: 1.2857142857em;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .heading {
    margin-bottom: 2em;
    font-size: 0.8em;
  }
}

.list-dl01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-dl01 dt, .list-dl01 dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
}
.list-dl01 dt {
  width: 12em;
  padding: 0.5em 5em 0.5em 0;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  border-bottom: solid 1px #B8B7B8;
}
.list-dl01 dt:first-of-type {
  border-top: solid 1px #B8B7B8;
}
.list-dl01 dd {
  width: calc(100% - 14em);
  padding: 1em 0;
  border-bottom: solid 1px #B8B7B8;
}
.list-dl01 dd:first-of-type {
  border-top: solid 1px #B8B7B8;
}
.list-dl01 dd span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  .list-dl01 dt, .list-dl01 dd {
    line-height: 1.6;
    letter-spacing: 0;
  }
  .list-dl01 dt {
    width: 6em;
    padding-right: 1em;
  }
  .list-dl01 dd {
    width: calc(100% - 7em);
  }
}

.linkBtn {
  display: inline-block;
  padding: 0.25em 2em;
  border: solid 1px #717071;
  border-radius: 0.2em;
  background-color: #717071;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .linkBtn:hover {
    background-color: #fff;
    color: #717071;
  }
}

@media screen and (min-width: 1025px) {
  .address {
    display: flex;
    align-items: center;
  }
  .address table th {
    padding-right: 2em;
    text-align: left;
    white-space: nowrap;
  }
  .address table td br {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .address table th {
    display: block;
    text-align: left;
  }
  .address table td {
    display: block;
    margin-bottom: 0.5em;
  }
}
.address .tel {
  margin-left: 2em;
}
.address .tel a {
  display: block;
  padding: 0.35em 1.5em 0.25em 1.5em;
  border: solid 1px currentColor;
  border-radius: 0.4em;
  font-family: "Jost", serif;
}
@media screen and (min-width: 1025px) {
  .address .tel a {
    pointer-events: none;
  }
}
@media screen and (max-width: 1024px) {
  .address .tel {
    margin-left: 0;
    margin-bottom: 0.5em;
  }
  .address .tel a {
    display: inline-block;
    letter-spacing: 0.1em;
  }
}

.map {
  margin-top: 50px;
}
.map_header {
  display: flex;
  align-items: center;
}
.map_title {
  margin-right: 1.5em;
  font-size: 1.2em;
  font-weight: bold;
}
.map iframe {
  width: 100%;
  height: 500px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .map {
    margin-top: 3em;
  }
  .map_header {
    display: block;
  }
  .map_title {
    margin: 0 0 0.5em 0;
  }
  .map iframe {
    height: min(100vw, 360px);
  }
}

.aside {
  margin-bottom: 100px;
}
.aside_heading {
  margin-bottom: 45px;
  text-align: center;
  line-height: 0;
}
.aside_heading img {
  width: min(250px, 45%);
}
.aside_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aside_list-tsugite {
  background-image: url(../images/common/bnr_tsugite.jpg);
}
.aside_list-aoiacl {
  background-image: url(../images/common/bnr_aoiacl.jpg);
}
.aside_list-aoinohako {
  background-image: url(../images/common/bnr_aoinohako.jpg);
}
.aside_list-aoi {
  background-image: url(../images/common/bnr_aoi.jpg);
}
.aside_list li {
  position: relative;
  width: 23.3333333333%;
  min-height: 128px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.aside_list li a {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.4;
  font-family: "Yu Mincho", "YuMincho", serif;
  font-size: 1.0714285714em;
  color: #fff;
}
.aside_list li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #808080;
  mix-blend-mode: multiply;
  opacity: 0.7;
}
.aside_list li a span {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .aside_list li a:hover::before {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .aside {
    margin-bottom: 5%;
  }
  .aside_heading {
    margin-bottom: 2em;
  }
  .aside_list li {
    width: calc(50% - 0.5em);
    margin: 0.5em 0;
  }
}
@media screen and (max-width: 540px) {
  .aside_list li {
    width: 100%;
  }
}

.footer {
  padding: 70px 0;
  background-color: #717071;
  font-size: 0.9285714286em;
  letter-spacing: 0.05em;
  color: #fff;
}
.footer_flex {
  display: flex;
  align-items: flex-end;
}
.footer_logo img {
  width: min(164px, 40vw);
}
.footer_list {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.footer_list li {
  margin-right: 1em;
}
.footer_address {
  margin: 20px 0 40px;
}
.footer_address span {
  display: inline-block;
}
.footer_copyright small {
  font-size: 0.8571428571em;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 3em 0;
    letter-spacing: 0;
  }
  .footer_flex {
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer_list {
    display: block;
  }
  .footer_list li {
    margin: 0;
  }
}
@media screen and (max-width: 540px) {
  .footer {
    text-align: center;
  }
  .footer_flex {
    display: block;
  }
  .footer_list {
    display: flex;
    justify-content: center;
    margin: 1.5em 0 0;
  }
  .footer_list li {
    margin: 0 0.5em;
  }
  .footer_address span {
    display: inline-block;
    line-height: 1.6;
  }
}/*# sourceMappingURL=style.css.map */