@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp/dist/css/yakuhanjp.min.css");
* {
  box-sizing: border-box; /*余白や線を幅や高さに含める*/
}

body {
  width: 100%;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 4.2vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 12px;
    width: 100%;
    position: relative;
  }
}

:root {
  --font-size-responsive: clamp(1.2rem, 2vw + 1rem, 14px);
}

@media screen and (min-width: 768px) {
  .tel-link {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

div.password-protected-message {
  margin-top: 3%;
  margin-left: 5%;
}
div.password-protected-message p input {
  font-size: 16px;
  padding: 5px;
}

p.test--text {
  font-size: 20px;
  line-height: 1.8em;
  letter-spacing: -0.02em;
  margin-top: 200px;
  margin-bottom: 200px;
  text-align: justify;
  font-weight: 400;
}
p.test--text span {
  font-weight: 200;
}

div.wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 100px;
}

p.title {
  font-size: var(--font-size-responsive);
  line-height: 1.2em;
  text-align: center;
  font-weight: bold;
  padding: 10% 0 5% 0;
}
@media screen and (min-width: 768px) {
  p.title {
    padding: 60px 0 30px 0;
  }
}

p.txt01 {
  font-size: 12px;
  line-height: 1.8em;
  text-align: center;
  margin-bottom: 8%;
}

div.photo--list {
  width: 86%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*div.photo{*/
}
div.photo--list div.photo {
  width: 46%;
  /*a*/
}
@media screen and (min-width: 768px) {
  div.photo--list div.photo {
    width: 30%;
  }
}
@media screen and (min-width: 1000px) {
  div.photo--list div.photo {
    width: 18%;
  }
}
div.photo--list div.photo span.photo-thum {
  display: block;
}
div.photo--list div.photo span.photo-thum a {
  width: 100%;
  height: 100px;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  div.photo--list div.photo span.photo-thum a {
    height: 150px;
  }
}
div.photo--list div.photo span.photo-thum a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
div.photo--list div.photo a {
  margin-top: 6%;
  margin-bottom: 15%;
  display: block;
  text-align: center;
  background: #333;
  color: #FFF;
  letter-spacing: -0.02em;
  font-size: 11px;
  line-height: 1.5em;
  padding: 4% 2% 5% 2%;
  box-sizing: border-box;
  position: relative;
  /*span*/
}
div.photo--list div.photo a span {
  padding-right: 1em;
  display: inline-block;
  position: relative;
}
div.photo--list div.photo a span::before {
  content: " ";
  width: 0.3em;
  height: 0.3em;
  border-left: solid 1px #FFF;
  border-bottom: solid 1px #FFF;
  position: absolute;
  right: 0.2em;
  bottom: 0.3em;
  transform: translate(0, 0);
}
div.photo--list div.photo a span::after {
  content: " ";
  width: 0.5em;
  height: 0.4em;
  border: solid 1px #FFF;
  position: absolute;
  right: -0.3em;
  bottom: 0.5em;
  transform: translate(0, 0);
}

div.download {
  width: 90%;
  margin: 0 auto;
  margin-top: 10%;
  padding: 5%;
  background: #EEE;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  div.download {
    max-width: 800px;
    padding: 20px;
  }
}

dl {
  text-align: center;
}
dl dt {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 15px;
  font-weight: 600;
  color: #FFF;
  position: relative;
  z-index: 1;
}
dl dt::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #999;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  z-index: -1;
}
dl dd p {
  font-size: 0.9rem;
  line-height: 1.5em;
  margin-top: 3%;
  margin-bottom: 3%;
}
dl dd p span {
  display: inline-block;
  padding: 5px 10px;
  margin-top: 5%;
  font-weight: 600;
  color: #FFF;
  position: relative;
  z-index: 1;
}
dl dd p span::before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: #999;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  dl dd p {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  dl dd p span {
    display: inline-block;
    padding: 5px 10px;
    margin-top: 30px;
    font-weight: 600;
    color: #FFF;
    position: relative;
  }
}
dl dd ul {
  margin: 0 auto;
}
dl dd ul li {
  font-size: 0.9rem;
  line-height: 1.5em;
  text-indent: -1em;
  margin-left: 1em;
  text-align: left;
  line-height: 1.4em;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  dl dd ul li {
    text-align: center;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */