@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
header {
  border-bottom: none;
}

main img {
  max-width: 100%;
}

main {
  font-family: "RyuminPro", serif;
}

.page-annotation {
  font-family: "Noto Sans JP", sans-serif;
}

.breadcrumb {
  padding: 20px 20px;
  border-top: 1px solid #f1e9dc;
  background-color: #000;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #fff;
}
.breadcrumb a {
  color: #fff;
}

.header-wrapper {
  background-color: #000000;
}

.header-logo img {
  max-width: 390px;
}

.wrap {
  width: 88%;
  margin: 0 auto;
  max-width: 1300px;
  box-sizing: border-box;
}

.page-annotation {
  font-size: 10px;
  line-height: 1.6;
  color: #797979;
}

.container {
  max-width: 1420px;
  margin: 15px auto 15px auto;
  padding-left: 60px;
  padding-right: 60px;
}

.image,
.images {
  position: relative;
}
.image .annotation,
.images .annotation {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
  text-align: right;
}
.image .annotation.white,
.images .annotation.white {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 9.2vw;
    padding-right: 9.2vw;
  }
  .entry-tel__num img {
    margin-right: 5px;
  }
}
.breadcrumb ul li:not(:last-child) a::after,
.breadcrumb ul li:not(:last-child) p::after {
  content: " ＞ ";
  display: inline-block;
}

.entry {
  background-color: #000;
}/*# sourceMappingURL=style.css.map */