@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Zen+Maru+Gothic&display=swap");
html {
  scroll-behavior: smooth;
  margin-top: 0px !important;
}

table,
td,
th {
  border: 1px solid #595959;
  border-collapse: collapse;
}

.f-size-small {
  font-size: 0.8em;
}

.ly-full-width {
  width: 100%;
}

.ly-mid-width {
  max-width: 1164px;
  width: calc(100% - 40px);
  margin: auto;
}

.ly-min-width {
  max-width: 720px;
  margin: auto;
}

.fc-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.fc-yellow {
  color: #FFD529 !important;
}

.fc-paleYellow {
  color: #FFE5A5 !important;
}

.fc-orange {
  color: #FFA729 !important;
}

.fc-white {
  color: #fff !important;
}

.fc-black {
  color: #201800 !important;
}

.fc-brown {
  color: #5F4B3F !important;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #5F4B3F;
  letter-spacing: 0.25em;
  line-height: 180%;
}
* a {
  color: #5F4B3F;
}

main {
  background: #fff;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media (max-width: 780px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  img {
    width: 100%;
    display: block;
    height: auto;
  }
}
.font-en {
  font-family: "Caveat", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif, cursive;
}

html {
  font-size: 62.5%;
  font-family: "Hiragino Maru Gothic ProN W4", "Zen Maru Gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #201800;
}

p,
a,
li,
span {
  font-size: 1.5555555556rem;
}
@media (max-width: 1024px) {
  p,
  a,
  li,
  span {
    font-size: 1.4vw;
  }
}
@media (max-width: 480px) {
  p,
  a,
  li,
  span {
    font-size: 3.5vw;
  }
}
@media (max-width: 780px) {
  p,
  a,
  li,
  span {
    font-size: 2rem;
  }
}
@media (max-width: 780px) and (max-width: 1024px) {
  p,
  a,
  li,
  span {
    font-size: 1.8vw;
  }
}
@media (max-width: 780px) and (max-width: 480px) {
  p,
  a,
  li,
  span {
    font-size: 4.5vw;
  }
}
@media (max-width: 480px) {
  p,
  a,
  li,
  span {
    font-size: 1.5555555556rem;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  p,
  a,
  li,
  span {
    font-size: 1.4vw;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  p,
  a,
  li,
  span {
    font-size: 3.5vw;
  }
}

h4 {
  font-size: 1.5555555556rem;
}
@media (max-width: 1024px) {
  h4 {
    font-size: 1.4vw;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 3.5vw;
  }
}
@media (max-width: 780px) {
  h4 {
    font-size: 2.2222222222rem;
  }
}
@media (max-width: 780px) and (max-width: 1024px) {
  h4 {
    font-size: 2vw;
  }
}
@media (max-width: 780px) and (max-width: 480px) {
  h4 {
    font-size: 5vw;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 1.7777777778rem;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  h4 {
    font-size: 1.6vw;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  h4 {
    font-size: 4vw;
  }
}

h3 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  h3 {
    font-size: 1.8vw;
  }
}
@media (max-width: 480px) {
  h3 {
    font-size: 4.5vw;
  }
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.al-center {
  text-align: center;
}

.al-right {
  text-align: right;
}

.fs-att {
  font-size: 1.5555555556rem;
}
@media (max-width: 1024px) {
  .fs-att {
    font-size: 1.4vw;
  }
}
@media (max-width: 480px) {
  .fs-att {
    font-size: 3.5vw;
  }
}

hr {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: none;
  color: unset;
  border: none;
  border-top: 1px dotted #5F4B3F;
  transform: translateY(-0.5px);
}

.bl-btn {
  border-radius: 24px;
  padding: 8px 16px;
  margin: 8px 8px;
  display: block;
  text-align: center;
}
.bl-btn.min-btn {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.bl-btn span.arrow {
  padding-left: 8px;
  position: relative;
}
.bl-btn span.arrow::after {
  border-bottom: 5px solid transparent;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 8px;
  margin: auto;
  transform: rotate(-90deg);
}
.bl-btn.yellow {
  background: #FFD529;
  color: #5F4B3F;
}
.bl-btn.yellow span {
  color: #5F4B3F;
}
.bl-btn.brown {
  background: #5F4B3F;
  color: #FFD529;
}
.bl-btn.brown span {
  color: #FFD529;
}

.shadow-orange {
  box-shadow: 3px 3px #FFA729;
}

.shadow-yellow {
  box-shadow: 3px 3px #FFD529;
}

.br-24 {
  border-radius: 24px;
}

.decoration-flowers {
  position: relative;
}
.decoration-flowers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 48px;
  height: 72px;
  background: url(../images/decoration_flower.png) no-repeat;
  background-size: contain;
}
.decoration-flowers::before {
  content: "";
  position: absolute;
  margin: auto;
  bottom: 0;
  right: 0;
  width: 72px;
  height: 80px;
  background: url(../images/decoration_flowers01.png) no-repeat;
  background-size: contain;
}

.bl-flex-items {
  display: flex;
}
.bl-flex-items.col-4 {
  flex-wrap: wrap;
  padding: 8px;
}
.bl-flex-items.col-4 .bl-flex-item {
  width: 25%;
}
.bl-flex-items.col-4 .bl-flex-item .bl-flex-item-inner {
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  display: block;
}
.bl-flex-items.col-4 .bl-flex-item .bl-flex-item-inner img {
  width: 100%;
  display: block;
  height: auto;
}
@media (max-width: 780px) {
  .bl-flex-items.col-4 .bl-flex-item {
    width: 50%;
  }
}
.bl-flex-items.col-3 {
  flex-wrap: wrap;
  padding: 8px;
  justify-content: center;
}
.bl-flex-items.col-3 .bl-flex-item {
  width: 33.3333333333%;
}
@media (max-width: 480px) {
  .bl-flex-items.col-3 .bl-flex-item {
    width: 50%;
  }
}
.bl-flex-items.col-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.bl-flex-items.col-2:nth-child(even) {
  flex-flow: row-reverse;
}
.bl-flex-items.col-1 {
  display: flex;
  flex-flow: column;
}
.bl-flex-items.col-1 .bl-flex-item {
  width: 100%;
}

.marker {
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #FFD529 40%);
}

.bg-flowers {
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0) 10%), linear-gradient(rgba(255, 255, 255, 0) 90%, #fff 100%), url(../images/bg-flowers.png);
  background-size: contain;
  background-repeat: repeat-y;
}
@media (max-width: 480px) {
  .bg-flowers {
    background: unset;
  }
}

.header-wrapper {
  position: relative;
  width: 100%;
}
.header-wrapper svg,
.header-wrapper img {
  width: 100%;
  display: block;
}
.header-wrapper .header-inner {
  max-width: 1129px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  padding: 16px 12px;
}
.header-wrapper .header-inner .logo-area {
  max-width: 240px;
  width: 25%;
}
.header-wrapper .header-inner .logo-area img {
  width: 100%;
}
@media (max-width: 480px) {
  .header-wrapper .header-inner .logo-area {
    width: 50%;
  }
}
.header-wrapper .header-inner .hum-menu-btn {
  height: 48px;
  width: 48px;
  display: block;
  cursor: pointer;
  position: relative;
}
.header-wrapper .header-inner .hum-menu-btn span:nth-child(1), .header-wrapper .header-inner .hum-menu-btn span:nth-child(2), .header-wrapper .header-inner .hum-menu-btn span:nth-child(3) {
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #5F4B3F;
}
.header-wrapper .header-inner .hum-menu-btn span:nth-child(1) {
  top: 0px;
}
.header-wrapper .header-inner .hum-menu-btn span:nth-child(2) {
  top: 14px;
}
.header-wrapper .header-inner .hum-menu-btn span:nth-child(3) {
  top: 28px;
}
.header-wrapper .header-inner .hum-menu-btn span:nth-child(4) {
  position: absolute;
  bottom: 8px;
  text-align: center;
  line-height: 0;
  left: 0;
  right: 0;
  color: #5F4B3F;
  margin: auto;
  font-size: 100%;
}
.header-wrapper .header-inner .mat {
  position: absolute;
  display: none;
}
.header-wrapper .header-inner .header-inner-nav {
  display: flex;
  align-items: center;
}
.header-wrapper .header-inner .header-inner-nav .header-inner-spelinks,
.header-wrapper .header-inner .header-inner-nav .hader-inner-menu {
  display: flex;
  align-items: center;
}
.header-wrapper .header-inner .header-inner-nav .header-inner-spelinks .menu-item .menu-item-inner,
.header-wrapper .header-inner .header-inner-nav .hader-inner-menu .menu-item .menu-item-inner {
  padding: 0 8px;
  color: #201800;
}
@media (max-width: 780px) {
  .header-wrapper .header-inner .header-inner-nav {
    position: fixed;
    z-index: 0;
    opacity: 0;
    bottom: -100vh;
    transition: 0.3s;
    width: 90%;
    right: 0;
    left: 0;
    margin: auto;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 24px;
    height: 80vh;
  }
  .header-wrapper .header-inner .header-inner-nav .header-inner-spelinks,
  .header-wrapper .header-inner .header-inner-nav .hader-inner-menu {
    flex-flow: column;
    width: 100%;
  }
  .header-wrapper .header-inner .header-inner-nav .header-inner-spelinks .menu-item,
  .header-wrapper .header-inner .header-inner-nav .hader-inner-menu .menu-item {
    padding: 16px 0;
  }
  .header-wrapper .header-inner .header-inner-nav .header-inner-spelinks .spelink,
  .header-wrapper .header-inner .header-inner-nav .hader-inner-menu .spelink {
    width: 100%;
  }
}

@media (max-width: 780px) {
  .open #headWrap .header-inner-nav {
    bottom: 0;
    top: 0;
    opacity: 1;
    z-index: 15;
  }
  .open #headWrap .mat {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 14;
    height: 100%;
    width: 100%;
    display: block;
    background: rgba(32, 24, 0, 0.5);
  }
}

.footer-wrapper {
  width: calc(100% - 40px);
  margin: auto;
}
.footer-wrapper svg,
.footer-wrapper img {
  width: 100%;
  display: block;
}
.footer-wrapper .copyright {
  margin: 8px auto;
  max-width: 1129px;
}
.footer-wrapper .footer-inner {
  max-width: 1129px;
  margin: auto;
  background: #5F4B3F;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 24px 0;
}
.footer-wrapper .footer-inner p,
.footer-wrapper .footer-inner a,
.footer-wrapper .footer-inner span,
.footer-wrapper .footer-inner li {
  color: #fff;
}
.footer-wrapper .footer-inner .footer-info-area {
  width: 40%;
  padding: 0 24px;
  border-right: 1px dotted #fff;
}
.footer-wrapper .footer-inner .footer-info-area .footer-logo {
  max-width: 240px;
  width: 90%;
}
.footer-wrapper .footer-inner .footer-info-area .footer-logo img {
  width: 100%;
}
.footer-wrapper .footer-inner .footer-info-area .footer-address {
  padding: 24px 0;
}
.footer-wrapper .footer-inner .footer-info-area .link-to-specon .bl-btn {
  max-width: 240px;
}
.footer-wrapper .footer-inner .footer-info-area .link-to-specon .bl-btn span {
  color: #5F4B3F;
}
@media (max-width: 480px) {
  .footer-wrapper .footer-inner .footer-info-area {
    width: 100%;
    text-align: center;
    border-right: 0;
  }
  .footer-wrapper .footer-inner .footer-info-area .footer-logo,
  .footer-wrapper .footer-inner .footer-info-area .bl-btn {
    margin: auto;
  }
}
.footer-wrapper .footer-inner .footer-menu-area {
  width: 60%;
  padding: 0 12px;
  display: flex;
  align-items: flex-start;
  gap: 24px 40px;
}
@media (max-width: 480px) {
  .footer-wrapper .footer-inner .footer-menu-area {
    gap: 0;
  }
}
.footer-wrapper .footer-inner .footer-menu-area .foot-menu-item {
  padding-left: 1em;
  padding-top: 8px;
  position: relative;
}
.footer-wrapper .footer-inner .footer-menu-area .foot-menu-item .foot-menu-item-inner {
  position: relative;
}
.footer-wrapper .footer-inner .footer-menu-area .foot-menu-item .foot-menu-item-inner::before {
  display: inline-block;
  content: "";
  right: 0px;
  top: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border-left: 4px solid #fff;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  margin: auto;
}
.footer-wrapper .footer-inner .footer-menu-area .foot-menu-item svg {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: auto;
}
.footer-wrapper .footer-inner .footer-menu-area .foot-menu-item svg path {
  color: #fff !important;
}
@media (max-width: 480px) {
  .footer-wrapper .footer-inner .footer-menu-area {
    width: 100%;
    flex-wrap: wrap;
  }
  .footer-wrapper .footer-inner .footer-menu-area .footer-menu-items {
    margin-top: 24px;
    width: 50%;
  }
}

#fixedUi {
  cursor: pointer;
}
#fixedUi .pos-right-bottom {
  z-index: 10;
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 1400px;
  display: block;
  width: 100%;
  margin: auto;
}
#fixedUi .pos-right-bottom.reserve-btn {
  width: 142px;
  height: 142px;
  padding: 16px;
}
@media (max-width: 480px) {
  #fixedUi .pos-right-bottom.reserve-btn {
    width: 114px;
    height: 114px;
  }
}
#fixedUi .bl-title {
  padding: 24px 0 16px;
}
#fixedUi .bl-title .bl-main-title .bl-main-title-jp {
  font-size: 2.6666666667rem;
}
@media (max-width: 1024px) {
  #fixedUi .bl-title .bl-main-title .bl-main-title-jp {
    font-size: 2.4vw;
  }
}
@media (max-width: 480px) {
  #fixedUi .bl-title .bl-main-title .bl-main-title-jp {
    font-size: 6vw;
  }
}
#fixedUi .bl-title .bl-main-title .bl-main-title-en {
  font-size: 8rem;
}
@media (max-width: 1024px) {
  #fixedUi .bl-title .bl-main-title .bl-main-title-en {
    font-size: 7.2vw;
  }
}
@media (max-width: 480px) {
  #fixedUi .bl-title .bl-main-title .bl-main-title-en {
    font-size: 18vw;
  }
}

.home .fv-area {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 0;
  margin-bottom: 24px;
}
@media (max-width: 780px) {
  .home .fv-area {
    grid-template-columns: 1fr;
  }
}
.home .fv-area .fv-movie {
  z-index: 1;
  width: calc(100% - 20px);
  margin: 0 0 0 20px;
  overflow: hidden;
  padding-top: 64vh;
  position: relative;
  border-radius: 40px;
  background: #000;
}
.home .fv-area .fv-movie .logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .home .fv-area .fv-movie .logo-image {
    width: 50%;
  }
}
@media (max-width: 780px) {
  .home .fv-area .fv-movie {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.home .fv-area .fv-movie video {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  width: auto;
  height: auto;
  bottom: 0;
  display: block;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 480px) {
  .home .fv-area .fv-movie video {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .home .fv-area .fv-movie {
    padding-top: 124%;
  }
}
.home .fv-area .fv-copy {
  z-index: 11;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  padding: 1em 0.25em;
  margin: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .fv-area .fv-copy .main-copy {
  color: #fff;
  letter-spacing: 0.5em;
  transition: 2s;
  opacity: 0;
  position: relative;
  bottom: -1em;
  text-shadow: 2px 3px 5px #222222;
  font-size: 2.6666666667rem;
  font-weight: bold;
}
.home .fv-area .fv-copy .main-copy.show {
  bottom: 0;
  opacity: 1;
}
@media (max-width: 1024px) {
  .home .fv-area .fv-copy .main-copy {
    font-size: 2.4vw;
  }
}
@media (max-width: 480px) {
  .home .fv-area .fv-copy .main-copy {
    font-size: 6vw;
  }
}
@media (max-width: 780px) {
  .home .fv-area .fv-copy .main-copy {
    font-size: 2.6666666667rem;
  }
}
@media (max-width: 780px) and (max-width: 1024px) {
  .home .fv-area .fv-copy .main-copy {
    font-size: 2.4vw;
  }
}
@media (max-width: 780px) and (max-width: 480px) {
  .home .fv-area .fv-copy .main-copy {
    font-size: 6vw;
  }
}
@media (max-width: 480px) {
  .home .fv-area .fv-copy .main-copy {
    font-size: 2rem;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .home .fv-area .fv-copy .main-copy {
    font-size: 1.8vw;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .home .fv-area .fv-copy .main-copy {
    font-size: 4.5vw;
  }
}
.home .fv-area #news-cont {
  z-index: 2;
  position: relative;
}
@media (max-width: 780px) {
  .home .fv-area #news-cont {
    margin-top: -64px;
    margin-bottom: 40px;
  }
}

.page .fv-area .bl-cont-inner {
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 16px;
  position: relative;
}
.page .fv-area .bl-cont-inner::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(193, 193, 193, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 0;
}
.page .fv-area .bl-cont-inner .fv-image > img {
  width: 100%;
  display: block;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.page .fv-area .bl-cont-inner .bl-title {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page .fv-area .bl-cont-inner .bl-title .bl-main-title > span {
  word-break: keep-all;
}
.page .fv-area .bl-cont-inner .bl-title .bl-main-title::after {
  display: none;
}

.recommend-text-area {
  width: 100%;
  margin: 24px auto;
  padding: 0 0 64px;
  box-sizing: border-box;
}
.recommend-text-area::after {
  display: none;
}

.news-cont {
  max-width: 640px;
  width: calc(100% - 40px);
  margin: auto;
}
.news-cont .news-inner {
  width: calc(100% - 16px);
  margin: auto;
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  box-shadow: 0px 2px 2px 2px rgba(32, 24, 0, 0.05);
}
.news-cont .news-inner .news-title {
  position: absolute;
  transform: translateY(-48px);
  display: flex;
  align-items: center;
}
.news-cont .news-inner .news-title span.news-title-en {
  font-size: 8rem;
  position: absolute;
  z-index: 0;
  left: 80px;
  letter-spacing: 0;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .news-cont .news-inner .news-title span.news-title-en {
    font-size: 7.2vw;
  }
}
@media (max-width: 480px) {
  .news-cont .news-inner .news-title span.news-title-en {
    font-size: 18vw;
  }
}
.news-cont .news-inner .news-title span.news-title-jp {
  font-size: 3.5555555556rem;
  font-weight: bold;
  position: relative;
  z-index: 3;
  text-shadow: 2px 2px 0px #fff;
}
@media (max-width: 1024px) {
  .news-cont .news-inner .news-title span.news-title-jp {
    font-size: 3.2vw;
  }
}
@media (max-width: 480px) {
  .news-cont .news-inner .news-title span.news-title-jp {
    font-size: 8vw;
  }
}
.news-cont .news-inner .news-lists .news-item .news-item-inner {
  padding: 8px 24px 8px 8px;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}
.news-cont .news-inner .news-lists .news-item .news-item-inner .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news-cont .news-inner .news-lists .news-item .news-item-inner .text {
  padding-left: 8px;
  width: 100%;
  font-size: 16px;
}
.news-cont .news-inner .news-lists .news-item .news-item-inner .date {
  margin-right: 8px;
  font-size: 16px;
}
.news-cont .news-inner .news-lists .news-item:not(.news-cont .news-inner .news-lists .news-item:last-child) {
  border-bottom: 2px dotted #5F4B3F;
}

#greeting .greeting-inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 720px;
  padding: 40px 0;
  width: calc(100% - 40px);
  margin: auto;
  height: 320px;
}
@media (max-width: 480px) {
  #greeting .greeting-inner {
    height: auto;
  }
}
#greeting .greeting-inner .image-area {
  width: 45%;
  padding: 0 24px;
  height: 100%;
}
#greeting .greeting-inner .image-area figure {
  overflow: hidden;
  box-shadow: 0px 2px 2px 2px rgba(255, 229, 165, 0.05);
  border-radius: 62% 38% 66% 34%/49% 50% 50% 51%;
  width: 100%;
  height: 100%;
}
#greeting .greeting-inner .image-area figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
  display: block;
}
@media (max-width: 480px) {
  #greeting .greeting-inner .image-area {
    width: 100%;
    height: 240px;
  }
  #greeting .greeting-inner .image-area img {
    width: auto;
    height: 100%;
  }
}
#greeting .greeting-inner .text-area {
  width: 55%;
  padding: 0 24px;
  position: relative;
  height: 100%;
}
#greeting .greeting-inner .text-area p {
  padding-top: 1em;
}
#greeting .greeting-inner .text-area h2 {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  #greeting .greeting-inner .text-area h2 {
    font-size: 1.8vw;
  }
}
@media (max-width: 480px) {
  #greeting .greeting-inner .text-area h2 {
    font-size: 4.5vw;
  }
}
#greeting .greeting-inner .text-area .exp {
  margin-right: 0px;
  position: relative;
  left: 0;
}
#greeting .greeting-inner .text-area .exp .name {
  font-size: 1.7777777778rem;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  #greeting .greeting-inner .text-area .exp .name {
    font-size: 1.6vw;
  }
}
@media (max-width: 480px) {
  #greeting .greeting-inner .text-area .exp .name {
    font-size: 4vw;
  }
}
@media (max-width: 780px) {
  #greeting .greeting-inner .text-area .exp {
    position: relative;
    margin-right: 24px;
  }
}
@media (max-width: 480px) {
  #greeting .greeting-inner .text-area {
    width: 100%;
    margin: 24px auto;
    height: auto;
    padding: 0;
  }
  #greeting .greeting-inner .text-area p {
    padding-top: 8px;
    padding-left: 8px;
  }
  #greeting .greeting-inner .text-area .exp {
    position: relative;
    left: 0%;
    text-align: right;
  }
}

#about {
  background: url(../images/upper_wave.svg), url(../images/lower_wave.svg), url(../images/about_bg.jpg);
  background-repeat: no-repeat;
  background-position: top, bottom, center;
  background-size: contain, contain, cover;
  padding: 160px 0;
}
@media (max-width: 1024px) {
  #about {
    background-size: contain, contain, cover;
  }
}
@media (max-width: 780px) {
  #about .ly-min-width {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  #about {
    padding: 64px 0;
  }
}

.about-list-item {
  text-align: center;
  position: relative;
  width: 100%;
  padding-top: 90%;
  display: block;
  background: url(../images/about-icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.about-list-item .content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding: 24px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  .about-list-item .content {
    padding: 16px;
  }
}
.about-list-item .content > span {
  display: block;
  position: relative;
}
.about-list-item .content > span.num {
  display: none;
  position: absolute;
  font-size: 4rem;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 1024px) {
  .about-list-item .content > span.num {
    font-size: 3.6vw;
  }
}
@media (max-width: 480px) {
  .about-list-item .content > span.num {
    font-size: 9vw;
  }
}
.about-list-item .content > span.icon {
  aspect-ratio: 1/1;
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 80px;
}
.about-list-item .content > span.icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 780px) {
  .about-list-item .content > span.icon {
    width: 40px;
  }
}
@media (max-width: 480px) {
  .about-list-item .content > span.icon {
    width: 64px;
  }
}
.about-list-item .content > span.text {
  font-size: 1.7777777778rem;
}
@media (max-width: 1024px) {
  .about-list-item .content > span.text {
    font-size: 1.6vw;
  }
}
@media (max-width: 480px) {
  .about-list-item .content > span.text {
    font-size: 4vw;
  }
}
@media (max-width: 480px) {
  .about-list-item .content > span.text {
    font-size: 1.5555555556rem;
  }
}
@media (max-width: 480px) and (max-width: 1024px) {
  .about-list-item .content > span.text {
    font-size: 1.4vw;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  .about-list-item .content > span.text {
    font-size: 3.5vw;
  }
}

#torikumi {
  background: url(../images/upper_wave.svg), url(../images/lower_wave.svg), rgba(238, 238, 238, 0.3);
  background-repeat: no-repeat;
  background-position: top, bottom, center;
  background-size: contain, contain, cover;
  padding: 160px 0;
}
#torikumi .bl-flex-flow {
  max-width: 720px;
}
@media (max-width: 1024px) {
  #torikumi {
    background-size: contain, contain, cover;
  }
}
@media (max-width: 780px) {
  #torikumi .ly-min-width {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  #torikumi {
    padding: 64px 0;
  }
}

#flow {
  background: url(../images/upper_wave.svg), url(../images/lower_wave.svg), rgba(255, 229, 165, 0.6);
  background-repeat: no-repeat;
  background-position: top, bottom, center;
  background-size: contain, contain, cover;
  padding: 160px 0;
}
#flow .bl-flex-flow {
  max-width: 720px;
}
@media (max-width: 1024px) {
  #flow {
    background-size: contain, contain, cover;
  }
}
@media (max-width: 780px) {
  #flow .ly-min-width {
    max-width: 400px;
  }
}
@media (max-width: 480px) {
  #flow {
    padding: 64px 0;
  }
}

.bl-cont-inner .bl-title {
  padding: 40px 0 32px;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
}
.bl-cont-inner .bl-title .bl-main-title {
  position: relative;
}
.bl-cont-inner .bl-title .bl-main-title::after {
  border-top: 4px dotted #5F4B3F;
  bottom: -8px;
  content: "";
  display: block;
  height: 0px;
  left: 0;
  margin: auto;
  max-width: 60px;
  position: absolute;
  right: 0;
  width: 90%;
}
.bl-cont-inner .bl-title .bl-main-title .bl-main-title-jp {
  font-weight: bold;
  font-size: 3.5555555556rem;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .bl-cont-inner .bl-title .bl-main-title .bl-main-title-jp {
    font-size: 3.2vw;
  }
}
@media (max-width: 480px) {
  .bl-cont-inner .bl-title .bl-main-title .bl-main-title-jp {
    font-size: 8vw;
  }
}
.bl-cont-inner .bl-title .bl-main-title .bl-main-title-jp.flower-decoration {
  display: inline-block;
}
.bl-cont-inner .bl-title .bl-main-title .bl-main-title-jp.flower-decoration::before, .bl-cont-inner .bl-title .bl-main-title .bl-main-title-jp.flower-decoration::after {
  background: url(../images/decoration_flower.png);
  content: "";
  height: 60px;
  width: 40px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.bl-cont-inner .bl-title .bl-main-title .bl-main-title-jp.flower-decoration::before {
  left: -50px;
}
.bl-cont-inner .bl-title .bl-main-title .bl-main-title-jp.flower-decoration::after {
  transform: scale(-1, 1);
  right: -50px;
}
.bl-cont-inner .bl-title .bl-main-title .bl-main-title-en {
  position: absolute;
  line-height: 100%;
  left: 0;
  right: 0;
  top: -32px;
  margin: auto;
  font-family: "Caveat", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif, cursive;
  letter-spacing: 0;
  white-space: nowrap;
  z-index: 2;
  font-size: 6.6666666667rem;
}
@media (max-width: 1024px) {
  .bl-cont-inner .bl-title .bl-main-title .bl-main-title-en {
    font-size: 6vw;
  }
}
@media (max-width: 480px) {
  .bl-cont-inner .bl-title .bl-main-title .bl-main-title-en {
    font-size: 15vw;
  }
}
@media (max-width: 480px) {
  .bl-cont-inner .bl-title .bl-main-title .bl-main-title-en {
    letter-spacing: -4px;
  }
}
.bl-cont-inner .bl-title .bl-sub-copy {
  padding-top: 24px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .bl-cont-inner .bl-title .bl-sub-copy {
    text-align: left;
  }
}

.bl-cont-wrap {
  padding: 40px 0;
}
@media (max-width: 480px) {
  .bl-cont-wrap {
    padding: 24px 0;
  }
}

.about-acupancture {
  width: calc(100% - 40px);
  margin: auto;
}
.about-acupancture .bl-btn {
  margin: 0 auto 40px;
}
.about-acupancture .text-content .text {
  padding-left: 1em;
}
@media (max-width: 780px) {
  .about-acupancture .bl-flex-items {
    margin: 0 0 24px;
  }
  .about-acupancture .bl-flex-items .image-content {
    width: 30%;
    max-width: 240px;
  }
  .about-acupancture .bl-flex-items .text-content {
    width: 70%;
  }
}
@media (max-width: 480px) {
  .about-acupancture .bl-flex-items {
    flex-flow: column !important;
  }
  .about-acupancture .bl-flex-items .image-content,
  .about-acupancture .bl-flex-items .text-content {
    width: 100%;
  }
  .about-acupancture .bl-btn {
    margin: 0 auto 32px;
  }
}

.bl-card.bg-gray {
  background: #E9E0D2;
}
.bl-card.br-24 {
  overflow: hidden;
}
.bl-card .bl-card-inner {
  display: flex;
}
.bl-card .bl-card-inner .image-area {
  width: 25%;
  overflow: hidden;
}
.bl-card .bl-card-inner .image-area img {
  transform: scale(1.8);
  width: 100%;
  display: block;
}
.bl-card .bl-card-inner .text-area {
  width: 75%;
  padding: 12px;
  box-sizing: border-box;
}
.bl-card .bl-card-inner .text-area .text {
  font-size: 1.5555555556rem;
}
@media (max-width: 1024px) {
  .bl-card .bl-card-inner .text-area .text {
    font-size: 1.4vw;
  }
}
@media (max-width: 480px) {
  .bl-card .bl-card-inner .text-area .text {
    font-size: 3.5vw;
  }
}
.bl-card .bl-card-inner .text-area .sub {
  font-size: 1.1111111111rem;
}
@media (max-width: 1024px) {
  .bl-card .bl-card-inner .text-area .sub {
    font-size: 1vw;
  }
}
@media (max-width: 480px) {
  .bl-card .bl-card-inner .text-area .sub {
    font-size: 2.5vw;
  }
}
.bl-card .bl-card-inner .text-area p {
  padding-left: 8px;
}
@media (max-width: 480px) {
  .bl-card .bl-card-inner {
    flex-flow: column;
  }
  .bl-card .bl-card-inner .text-area,
  .bl-card .bl-card-inner .image-area {
    width: 100%;
  }
  .bl-card .bl-card-inner .image-area {
    position: relative;
    padding-top: 40%;
  }
  .bl-card .bl-card-inner .image-area img {
    transform: scale(1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.bg-white {
  background: #fff;
}

.box-shadow {
  box-shadow: 0px 2px 2px 2px rgba(32, 24, 0, 0.05);
}

.box-shadow-yellow {
  box-shadow: 0px 2px 2px 2px #FFA729;
}

.bl-flex-flow {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.bl-flex-flow .bl-flex-item {
  width: calc(50% - 8px);
  padding: 16px;
  margin-bottom: 32px;
  position: relative;
  margin-top: 25%;
}
.bl-flex-flow .bl-flex-item:nth-child(2n) {
  margin-left: 16px;
}
.bl-flex-flow .bl-flex-item img {
  width: 100%;
  display: block;
}
.bl-flex-flow .bl-flex-item .image-area {
  margin-top: -50%;
}
@media (max-width: 480px) {
  .bl-flex-flow .bl-flex-item {
    width: calc(100% - 0px);
    margin-top: 30%;
    margin-left: auto;
    margin-right: auto;
  }
  .bl-flex-flow .bl-flex-item:nth-child(2n) {
    margin-left: auto;
  }
  .bl-flex-flow .bl-flex-item .image-area {
    margin-top: -40%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl-questions-list {
  width: calc(100% - 40px);
  margin: auto;
}
.bl-questions-list .bl-question {
  background-color: #E9DDCD;
  padding: 16px;
  margin-bottom: 24px;
}
.bl-questions-list .bl-question.close {
  display: none;
}
.bl-questions-list .bl-question h3 {
  position: relative;
  padding-right: 8px;
}
.bl-questions-list .bl-question h3::before {
  content: "Q.";
  display: inline-block;
}
.bl-questions-list .bl-question h3::after {
  width: 0;
  height: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  transform: rotate(-90deg);
  margin: auto;
  border-top: 6px solid #5F4B3F;
  border-bottom: 6px solid transparent;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.bl-questions-list .bl-question .bl-question-inner {
  cursor: pointer;
}
.bl-questions-list .bl-question .bl-question-inner .bl-question-answer {
  display: none;
  margin-top: 16px;
  padding: 16px;
  background: #fff;
}
.bl-questions-list .bl-question.open .bl-question-inner .bl-question-answer {
  display: block;
}

.show-questions .bl-questions-list {
  width: calc(100% - 40px);
  margin: auto;
}
.show-questions .bl-questions-list .bl-question.close {
  display: block;
}
.show-questions #questions .bl-btn {
  display: none;
}

table,
td,
th {
  border: none;
  border-collapse: separate;
}

td,
th {
  padding: 0 4px;
}

th {
  background: #f0e6cc;
}

.even {
  background: #fbf8f0;
}

.odd {
  background: #fefcf9;
}

.bl-table {
  width: 100%;
}
.bl-table table {
  width: 100%;
}
.bl-table table td {
  text-align: center;
  border-radius: 4px;
}
.bl-table table td > p {
  padding: 3px;
}
@media (max-width: 480px) {
  .bl-table table td > p > span {
    font-size: 2.5vw;
  }
}
.bl-table table .am,
.bl-table table .pm {
  background: #FFE5A5;
}
.bl-table table .am span,
.bl-table table .pm span {
  padding: 0.5em 0;
  display: block;
}
.bl-table table .brown {
  background: #5F4B3F;
  white-space: nowrap;
}
.bl-table table .brown span {
  color: #fff;
}
.bl-table table .yellow {
  background: #FFD529;
  position: relative;
}
.bl-table table .pale {
  background: rgba(255, 229, 165, 0.5);
}
.bl-table table .orange {
  background: #FFA729;
}
.bl-table table .kind {
  background: #FFD981;
  padding: 0.5em 0;
}
.bl-table table .price {
  background: #FFECCC;
}

#sched_price .bl-table-cont {
  margin-bottom: 24px;
}
#sched_price .bl-table-cont .bl-sched-title {
  display: flex;
  align-items: center;
  font-size: 2.6666666667rem;
}
@media (max-width: 1024px) {
  #sched_price .bl-table-cont .bl-sched-title {
    font-size: 2.4vw;
  }
}
@media (max-width: 480px) {
  #sched_price .bl-table-cont .bl-sched-title {
    font-size: 6vw;
  }
}
@media (max-width: 780px) {
  #sched_price .bl-table-cont {
    margin-bottom: 0;
  }
}

.icon.facility {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #5F4B3F;
  display: inline-block;
  margin-right: 8px;
}

.bl-table-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}
.bl-table-cont .bl-table {
  width: 49%;
}
.bl-table-cont .bl-table table {
  width: 100%;
}
.bl-table-cont .bl-table table.bl-table-hour .bg-white {
  text-align: left;
}
.bl-table-cont .bl-table table.bl-table-access td,
.bl-table-cont .bl-table table.bl-table-access th {
  text-align: left;
}
.bl-table-cont .bl-table.full-width {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 780px) {
  .bl-table-cont .bl-table {
    width: 100%;
    margin-bottom: 24px;
  }
  .bl-table-cont .bl-table table {
    width: 100%;
  }
}

.bl-access {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.bl-access .gmap {
  width: 49%;
  display: block;
  position: relative;
  padding-top: 32%;
  overflow: hidden;
}
.bl-access .gmap iframe {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 480px) {
  .bl-access .gmap {
    width: 100%;
    padding-top: 56%;
    margin-bottom: 24px;
  }
}
.bl-access .bl-table-cont {
  width: 49%;
}
@media (max-width: 480px) {
  .bl-access .bl-table-cont {
    width: 100%;
  }
}

.bl-modal {
  position: fixed;
  overflow: scroll;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  padding-bottom: 80px;
  z-index: 100;
}
.bl-modal .bl-modal-close-btn {
  position: absolute;
  top: 0px;
  right: 24px;
  width: 64px;
  height: 64px;
  z-index: 10;
  text-align: end;
  background: #fff;
}
.bl-modal .bl-modal-close-btn span {
  width: 32px;
  height: 2px;
  background: #5F4B3F;
  border-radius: 8px;
  display: block;
  position: absolute;
  transform-origin: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.bl-modal .bl-modal-close-btn span:nth-child(1) {
  transform: rotate(45deg);
}
.bl-modal .bl-modal-close-btn span:nth-child(2) {
  transform: rotate(-45deg);
}
.bl-modal .bl-modal-close-btn p {
  position: absolute;
  font-size: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  white-space: nowrap;
  text-align: center;
}
.bl-modal .bl-modal-head .bl-modal-head-inner {
  height: 80px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  max-width: 720px;
  width: 100%;
  margin: auto;
}
.bl-modal .bl-modal-head .bl-modal-head-inner .logo-area {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  height: 104px;
  width: 104px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.bl-modal .bl-modal-head .bl-modal-head-inner .logo-area a,
.bl-modal .bl-modal-head .bl-modal-head-inner .logo-area img {
  width: 100%;
  height: auto;
  display: block;
}
.bl-modal .bl-modal-head .bl-modal-head-inner .logo-area a {
  padding: 8px;
  box-sizing: border-box;
}
.bl-modal .bl-title {
  background: #FFD529;
  width: 100%;
}
.bl-modal .bl-modal-inner {
  margin-top: 80px;
}
.bl-modal .bl-modal-inner .tekiou-inner {
  width: 90%;
  margin: auto;
  padding: 24px 0 24px;
}
.bl-modal .bl-modal-inner .tekiou-inner .title {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px dotted #FFA729;
}
.bl-modal .bl-modal-inner .tekiou-inner p,
.bl-modal .bl-modal-inner .tekiou-inner ul {
  padding-left: 1em;
}
.bl-modal .bl-modal-inner .reserve-title {
  display: flex;
  align-items: center;
  margin-bottom: -8px;
  margin-top: 32px;
  border-bottom: 2px dotted #5F4B3F;
  padding-bottom: 8px;
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .bl-modal .bl-modal-inner .reserve-title {
    font-size: 1.8vw;
  }
}
@media (max-width: 480px) {
  .bl-modal .bl-modal-inner .reserve-title {
    font-size: 4.5vw;
  }
}
.bl-modal .bl-modal-inner .reserve-title .btn {
  font-size: 1.7777777778rem;
  background: #FFA729;
  color: #fff;
  border-radius: 8px;
  padding: 2px 8px;
  text-align: center;
  margin-left: 24px;
}
@media (max-width: 1024px) {
  .bl-modal .bl-modal-inner .reserve-title .btn {
    font-size: 1.6vw;
  }
}
@media (max-width: 480px) {
  .bl-modal .bl-modal-inner .reserve-title .btn {
    font-size: 4vw;
  }
}
.bl-modal .bl-modal-inner .bl-table-cont {
  width: calc(100% - 40px);
  margin: auto;
}
.bl-modal .bl-modal-inner .bl-table-cont > .bl-table-cont {
  width: 100%;
}
.bl-modal .bl-modal-inner .bl-table-cont > .bl-table-cont .bl-table {
  display: none;
}
.bl-modal .bl-modal-inner .bl-table-cont.open > .bl-table-cont .bl-table {
  display: block;
}
.bl-modal .bl-modal-inner .bl-table .bg-black {
  padding: 2px 8px;
  background: #FFA729;
}
.bl-modal .bl-modal-inner .bl-table .call-link {
  padding: 0px 0;
  pointer-events: none;
}
.bl-modal .bl-modal-inner .bl-table .call-link span {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .bl-modal .bl-modal-inner .bl-table .call-link {
    pointer-events: visible;
  }
}
.bl-modal .bl-modal-inner .bl-table .address-wrap {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.bl-modal .bl-modal-inner .bl-table .address-wrap .title {
  border: 0.25px solid #5F4B3F;
  display: inline-block;
  padding: 4px 16px;
  white-space: nowrap;
  margin-right: 8px;
}
.bl-modal .bl-modal-inner .bl-table .address-wrap .address-info .postcode {
  display: block;
}

.tekiou-modal,
.reserve-modal {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.tekiou .tekiou-modal {
  z-index: 100;
  opacity: 1;
  pointer-events: visible;
}

.reserve .reserve-modal {
  z-index: 100;
  opacity: 1;
  pointer-events: visible;
}

.breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.breadcrumb li:not(:last-child) {
  position: relative;
}
.breadcrumb li:not(:last-child)::after {
  content: "/";
  display: inline-block;
}
.breadcrumb li:last-child {
  pointer-events: none;
}

.bl-prof-main {
  padding: 40px 0 0;
}
@media (max-width: 480px) {
  .bl-prof-main {
    padding-top: 10%;
  }
}
.bl-prof-main .bl-prof {
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .bl-prof-main .bl-prof {
    margin-bottom: 5%;
  }
}
.bl-prof-main .bl-prof .bl-prof-inner {
  display: flex;
  flex-wrap: wrap;
}
.bl-prof-main .bl-prof .bl-prof-inner .bl-prof-image {
  width: 26%;
  padding-top: 25%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  height: 0;
  background: #E9E0D2;
}
@media (max-width: 480px) {
  .bl-prof-main .bl-prof .bl-prof-inner .bl-prof-image {
    width: 60%;
    padding-top: 60%;
    margin: auto;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
  }
}
.bl-prof-main .bl-prof .bl-prof-inner .bl-prof-image img {
  position: absolute;
  top: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl-prof-main .bl-prof .bl-prof-inner .bl-prof-detail {
  width: 74%;
  padding-left: 2.5%;
}
.bl-prof-main .bl-prof .bl-prof-inner .bl-prof-detail .prof-descrption {
  border-top: 2px dotted #FFA729;
  padding: 12px 0 0;
  margin-top: 12px;
}
.bl-prof-main .bl-prof .bl-prof-inner .bl-prof-detail .prof-hobby {
  margin-left: 4em;
  text-indent: -4em;
}
.bl-prof-main .bl-prof .bl-prof-inner .bl-prof-detail .prof-hobby span {
  line-height: 100%;
  background: #FFA729;
  color: #fff;
  padding: 2px 4px;
  border-radius: 4px;
  margin-right: 1em;
}
@media (max-width: 480px) {
  .bl-prof-main .bl-prof .bl-prof-inner .bl-prof-detail {
    width: 100%;
  }
}
.bl-prof-main .bl-info {
  background: #FFE5A5 url(../images/bg-flowers.png) no-repeat;
  background-size: cover;
  background-position: top;
  padding: 40px 0 40px;
  margin-bottom: 64px;
}
@media (max-width: 480px) {
  .bl-prof-main .bl-info {
    padding: 5% 0 10%;
    margin-bottom: 15%;
  }
}
.bl-prof-main .bl-info .bl-info-inner {
  background: #fff;
  border-radius: 24px;
  padding: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 480px) {
  .bl-prof-main .bl-info .bl-info-inner {
    padding: 8px;
    margin: 0 16px;
  }
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-tab > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-tab > ul li {
  width: calc(33.3333333333% - 4px);
  text-align: center;
  background: #5F4B3F;
  color: #fff;
  cursor: pointer;
  border-radius: 16px;
  padding: 8px 0;
  position: relative;
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-tab > ul li.disable {
  pointer-events: none;
  background: #E9E0D2;
  color: #fff;
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-tab > ul li::after {
  display: none;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  border: 8px solid transparent;
  border-top: 8px solid #FFA729;
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-cont {
  display: none;
  padding: 24px 0;
  height: 160px;
  overflow: scroll;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-cont::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-cont p {
  font-size: 1.3333333333rem;
}
@media (max-width: 1024px) {
  .bl-prof-main .bl-info .bl-info-inner .bl-info-cont p {
    font-size: 1.2vw;
  }
}
@media (max-width: 480px) {
  .bl-prof-main .bl-info .bl-info-inner .bl-info-cont p {
    font-size: 3vw;
  }
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-cont table {
  width: 100%;
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-cont table td {
  border-collapse: collapse;
  padding-bottom: 1em;
  font-size: 1.3333333333rem;
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-cont table td:first-child {
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .bl-prof-main .bl-info .bl-info-inner .bl-info-cont table td {
    font-size: 1.2vw;
  }
}
@media (max-width: 480px) {
  .bl-prof-main .bl-info .bl-info-inner .bl-info-cont table td {
    font-size: 3vw;
  }
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-cont table tr:not(:last-child) td {
  border-bottom: 1px dotted #FFA729;
}

.Bio .Bio {
  display: block !important;
}
.Bio li.Bio {
  background: #FFA729 !important;
}
.Bio li.Bio::after {
  display: block !important;
}

.Gakkai .Gakkai {
  display: block !important;
}
.Gakkai li.Gakkai {
  background: #FFA729 !important;
}
.Gakkai li.Gakkai::after {
  display: block !important;
}

.Thesis .Thesis {
  display: block !important;
}
.Thesis li.Thesis {
  background: #FFA729 !important;
}
.Thesis li.Thesis::after {
  display: block !important;
}

.Presen .Presen {
  display: block !important;
}
.Presen li.Presen {
  background: #FFA729 !important;
}
.Presen li.Presen::after {
  display: block !important;
}

.bl-prof-sub {
  padding: 24px 24px 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .bl-prof-sub {
    padding: 0% 0px 0%;
  }
}
.bl-prof-sub img {
  width: 100%;
  display: block;
}
.bl-prof-sub .bl-prof-item {
  width: calc(25% - 8px);
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  border-radius: 16px;
  padding-top: calc(25% - 8px);
  display: flex;
  justify-content: center;
}
.bl-prof-sub .bl-prof-item img {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: auto;
  bottom: 0;
  margin: auto;
}
.bl-prof-sub .bl-prof-item .name {
  position: absolute;
  bottom: 8px;
  left: 0px;
  margin: auto;
  background: #fff;
  padding: 0 4px;
  color: #FFA729;
  font-size: 1.7777777778rem;
}
@media (max-width: 1024px) {
  .bl-prof-sub .bl-prof-item .name {
    font-size: 1.6vw;
  }
}
@media (max-width: 480px) {
  .bl-prof-sub .bl-prof-item .name {
    font-size: 4vw;
  }
}
.bl-prof-sub .bl-prof-item:not(:nth-child(4n)) {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .bl-prof-sub .bl-prof-item {
    width: calc(50% - 8px);
    padding-top: calc(50% - 8px);
  }
  .bl-prof-sub .bl-prof-item:not(:nth-child(4n)) {
    margin-right: 0px;
  }
  .bl-prof-sub .bl-prof-item:not(:nth-child(2n)) {
    margin-right: 10px;
  }
}

#mordal-prof {
  position: fixed;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  top: 0;
  width: 100%;
  height: 100%;
}
#mordal-prof .mat {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
}
#mordal-prof .mordal-prof-inner {
  width: 90%;
  background: #fff;
  border-radius: 16px;
  z-index: 10;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 90%;
  z-index: 10;
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px;
  display: flex;
  flex-wrap: wrap;
}
#mordal-prof .mordal-prof-inner::before, #mordal-prof .mordal-prof-inner::after {
  content: "";
  width: 80px;
  height: 2px;
  display: block;
  position: absolute;
  background: #FFA729;
  top: 24px;
  left: 8px;
  position: absolute;
  width: 32px;
  transform: rotate(45deg);
}
@media (max-width: 480px) {
  #mordal-prof .mordal-prof-inner::before, #mordal-prof .mordal-prof-inner::after {
    right: 8px;
    left: unset;
  }
}
#mordal-prof .mordal-prof-inner::after {
  transform: rotate(-45deg);
}
#mordal-prof .mordal-prof-inner img {
  width: 100%;
  display: block;
}
#mordal-prof .mordal-prof-inner .prof-image {
  width: 30%;
}
#mordal-prof .mordal-prof-inner .prof-info {
  width: 70%;
  padding-left: 8px;
}
#mordal-prof .mordal-prof-inner .prof-info .prof-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dotted #FFA729;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
#mordal-prof .mordal-prof-inner .prof-info .prof-name .name {
  color: #FFA729;
  font-size: 1.7777777778rem;
}
@media (max-width: 1024px) {
  #mordal-prof .mordal-prof-inner .prof-info .prof-name .name {
    font-size: 1.6vw;
  }
}
@media (max-width: 480px) {
  #mordal-prof .mordal-prof-inner .prof-info .prof-name .name {
    font-size: 4vw;
  }
}
#mordal-prof .mordal-prof-inner .prof-info .prof-name .skill {
  display: flex;
  flex-wrap: wrap;
}
#mordal-prof .mordal-prof-inner .prof-info .prof-name .skill li {
  padding: 0em 1em;
  background: #5F4B3F;
  border: 1px solid;
  font-family: sans-serif;
  color: #fff;
}
@media (max-width: 480px) {
  #mordal-prof .mordal-prof-inner .prof-info .prof-name {
    flex-flow: column;
    align-items: flex-start;
  }
  #mordal-prof .mordal-prof-inner .prof-info .prof-name .skill li {
    font-size: 0.8em;
  }
}
#mordal-prof .mordal-prof-inner .prof-info .prof-hitokoto {
  padding: 4px 0 8px 8px;
  white-space: pre-line;
}
@media (max-width: 480px) {
  #mordal-prof .mordal-prof-inner .prof-info .prof-hitokoto {
    max-height: 6em;
    overflow: scroll;
  }
}
#mordal-prof .mordal-prof-inner .prof-info .prof-hobby {
  padding: 4px 0 8px 8px;
}
#mordal-prof .mordal-prof-inner .prof-info .prof-hobby li {
  display: inline-block;
  padding: 0 4px;
  border-radius: 8px;
  margin-bottom: 4px;
  font-size: 1.3333333333rem;
  color: #fff;
  background: #FFA729;
  margin-right: 4px;
}
@media (max-width: 1024px) {
  #mordal-prof .mordal-prof-inner .prof-info .prof-hobby li {
    font-size: 1.2vw;
  }
}
@media (max-width: 480px) {
  #mordal-prof .mordal-prof-inner .prof-info .prof-hobby li {
    font-size: 3vw;
  }
}
@media (max-width: 480px) {
  #mordal-prof .mordal-prof-inner .prof-image {
    width: 80%;
    margin: auto;
  }
  #mordal-prof .mordal-prof-inner .prof-info {
    width: 100%;
    margin-left: 0%;
    margin-top: 2.5%;
  }
}
#mordal-prof.show {
  z-index: 100;
  opacity: 1;
  pointer-events: visible;
}

.philosophy-inner .bl-flex-item {
  padding: 24px;
}
.philosophy-inner .bl-flex-item .image-area {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  padding-top: 100%;
  width: 100%;
  height: 0;
  background: rgba(233, 224, 210, 0.8);
}
.philosophy-inner .bl-flex-item .image-area img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.philosophy-inner .bl-flex-item .text-area .title {
  border-bottom: 2px dotted #FFA729;
  padding: 8px 0;
  margin-bottom: 8px;
}
.philosophy-inner .bl-flex-item .text-area .description {
  padding: 0 0 0 1em;
}
@media (max-width: 480px) {
  .philosophy-inner .bl-flex-item {
    width: 100% !important;
    padding: 0% 0 10%;
  }
}

.torikumi-inner .bl-flex-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  align-items: center;
}
.torikumi-inner .bl-flex-item .image-area {
  width: 22.5%;
  position: relative;
  border-radius: 24px;
  margin-right: 2.5%;
  height: 0;
  padding-top: 16%;
  overflow: hidden;
  background: rgba(233, 224, 210, 0.8);
}
.torikumi-inner .bl-flex-item .image-area img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: auto;
}
.torikumi-inner .bl-flex-item .text-area {
  width: 75%;
}
.torikumi-inner .bl-flex-item .text-area .title {
  border-bottom: 2px dotted #FFA729;
  padding-bottom: 8px;
  padding-top: 8px;
  margin-bottom: 8px;
}
.torikumi-inner .bl-flex-item .text-area .description {
  padding-left: 1em;
}
@media (max-width: 480px) {
  .torikumi-inner .bl-flex-item .image-area,
  .torikumi-inner .bl-flex-item .text-area {
    width: 100%;
  }
  .torikumi-inner .bl-flex-item .image-area {
    padding-top: 56%;
  }
  .torikumi-inner .bl-flex-item .text-area {
    padding: 2.5% 0 5%;
  }
}

#news_wrap {
  padding-bottom: 80px;
  max-width: 600px;
  margin: auto;
}
#news_wrap h1 {
  border-bottom: 1px solid #FFA729;
  padding: 0 0 8px 0;
  margin-bottom: 8px;
  font-size: min(6vw,32px);
}
#news_wrap .article-info {
  text-align: right;
}
#news_wrap .article-img {
  overflow: hidden;
  width: 100%;
  padding-top: 40%;
  margin: auto;
  position: relative;
}
#news_wrap .article-img img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#news_wrap p {
  letter-spacing: 2px;
  padding-left: 16px;
}
#news_wrap .article-content {
  padding-bottom: 40px;
}
#news_wrap .article-content a {
  color: #12aed6;
  text-decoration: underline;
}
#news_wrap .article-date time {
  background: #ffb85c;
  color: #fff;
  padding: 0 8px;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 8px;
}
#news_wrap .article-tag {
  width: 100%;
}
#news_wrap .article-tag ul {
  margin-top: 24px;
}

.article-tag ul {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  flex-wrap: wrap;
}
.article-tag ul li {
  border-radius: 8px;
  background: #FFA729;
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
}
.article-tag ul li:nth-child(even) {
  background-color: #5F4B3F;
}

#training #torikumi {
  padding: 40px 0 80px;
}
#training #torikumi h3 {
  padding-top: 8px;
}
#training #torikumi h3::before {
  content: "";
  height: 1em;
  width: 4px;
  margin-right: 8px;
  background-color: #FFA729;
  display: inline-block;
  vertical-align: middle;
}
#training .bl_section_inner {
  padding-left: 8px;
  padding-bottom: 32px;
}
#training .bl_section_inner p span {
  display: inline-block;
}
#training .bl_training_wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
#training .bl_training_wrapper sup {
  font-size: 8px;
}
#training .bl_training_wrapper .note {
  font-size: 12px;
}
#training .bl_training_wrapper .bl_training_features {
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 229, 165, 0.25);
}
#training .bl_training_wrapper .bl_training_features li {
  font-size: 1.7777777778rem;
  list-style-type: disc;
  margin-left: 1em;
}
@media (max-width: 1024px) {
  #training .bl_training_wrapper .bl_training_features li {
    font-size: 1.6vw;
  }
}
@media (max-width: 480px) {
  #training .bl_training_wrapper .bl_training_features li {
    font-size: 4vw;
  }
}
#training .bl_training_wrapper .bl_training_features li:not(:first-child) {
  margin-top: 8px;
}

#post .bl_post_info p {
  font-size: min(1.5rem, 14px);
}
#post h2 {
  font-size: min(3rem, 24px);
}
#post .bl_post_title {
  border-bottom: 1px solid #201800;
  margin-bottom: 8px;
}
#post .bl_post_category {
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
#post .bl_post_category li {
  background: #FFA729;
  display: inline-block;
  padding: 0 8px;
  border-radius: 16px;
}
#post .bl_post_category li a {
  color: #fff;
  font-size: 12px;
}
#post .bl_section {
  width: 90%;
}
#post .bl_post_section {
  padding: 24px 0;
}
#post .bl_post_section .title h3 {
  font-size: min(3rem, 20px);
}
#post .bl_post_section .staff {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-bottom: 1px solid;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding: 0 8px;
}
#post .bl_post_section .body {
  background: #f8f8f8;
  padding: 8px 8px;
  margin-left: 8px;
  margin-top: 8px;
}
#post .bl_post_section .body p,
#post .bl_post_section .body li,
#post .bl_post_section .body th,
#post .bl_post_section .body td {
  font-size: min(2rem, 16px);
}
#post .bl_post_section table {
  width: calc(100% - 8px);
  margin-left: 8px;
  margin-top: 8px;
}
#post .bl_post_section table,
#post .bl_post_section td,
#post .bl_post_section th {
  border: 1px solid #595959;
  border-collapse: collapse;
}
#post .bl_post_section td,
#post .bl_post_section th {
  padding: 3px;
  height: 25px;
  font-size: min(2rem, 16px);
}
#post .bl_post_section th {
  text-align: center;
  min-width: 80px;
  background: #f8f8f8;
}
#post .bl_post_section td:first-child {
  width: 80px;
  text-align: center;
}
#post .bl_post_section th + td {
  width: auto;
  text-align: left;
}
#post .bl_post_section tr:first-child th + td {
  text-align: center;
}
#post .bl_post_title {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  justify-content: space-between;
  align-items: center;
}
#post .hitokoto {
  margin-bottom: 32px;
  margin-top: 40px;
  padding: 16px 8px;
  border: 1px solid #FFA729;
  border-radius: 16px;
}
#post .hitokoto .title h3 {
  position: relative;
  display: inline-block;
}
#post .hitokoto .title h3::after {
  background-color: #FFD529;
  bottom: 4px;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
  mix-blend-mode: darken;
}
#post .hitokoto .body {
  background: #fff;
}
#post .wp-block-file {
  text-align: center;
  padding: 24px 0;
}
#post .wp-block-file .wp-element-button {
  background: #FFA729;
  margin-left: 0;
}
#post .wp-block-file a:first-child {
  display: none;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 0 0px;
}
.page-numbers li a,
.page-numbers li span {
  font-size: 16px;
}

#reports_wrap {
  padding: 16px 0 40px;
}
#reports_wrap .category-list {
  margin: 16px auto 8px;
  max-width: 640px;
  width: 100%;
  display: grid;
  padding: 0;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  text-align: center;
  border-left: 1px solid #f5f5f5;
}
@media (max-width: 480px) {
  #reports_wrap .category-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
#reports_wrap .category-list li {
  border-right: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  margin-bottom: -1px;
}
#reports_wrap .category-list li a {
  display: block;
  padding: 8px 0;
}
#reports_wrap .category-list li.current a {
  pointer-events: none;
  background: #FFA729;
  color: #fff;
}
#reports_wrap .archive-list {
  padding: 16px 0 32px;
}
#reports_wrap .archive-list > li {
  display: grid;
  grid-template-columns: 1fr auto;
  justify-content: space-between;
  list-style-type: none;
  margin: auto;
  max-width: 640px;
  padding: 8px 16px;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #ebebeb;
}
#reports_wrap .archive-list > li a:not(:first-child) {
  background: #FFA729;
  color: #fff;
  padding: 0 8px;
  border-radius: 8px;
}
#reports_wrap .archive-list > li:nth-child(even) {
  background: #f5f5f5;
}
#reports_wrap .archive-list .pagination {
  width: 100%;
}

.voice--item {
  clear: both;
}
.voice--head {
  position: relative;
  text-align: left;
  padding: 24px 8px 8px;
  border-bottom: 1px solid #5F4B3F;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
}
.voice--head--title {
  position: relative;
  z-index: 1;
}
.voice--head--title .sympthon {
  font-size: 1.25em;
  font-weight: bold;
}
@media (max-width: 480px) {
  .voice--head--title .sympthon {
    width: 100%;
    display: block;
    font-size: 1em;
  }
}
.voice--head--title .vol,
.voice--head--title .info {
  font-size: 12px;
}
.voice--head > .vol {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
}
.voice--body {
  margin-bottom: 24px;
}
.voice--body .thumb-image {
  float: left;
  margin-right: 16px;
  overflow: hidden;
  aspect-ratio: 1/1;
  position: relative;
  background: #E9DDCD;
  width: 30%;
  max-width: 320px;
  margin-bottom: 16px;
}
.voice--body .thumb-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.clear {
  clear: both;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-links span,
.nav-links a {
  padding: 0px 4px;
  display: block;
  margin: 0 4px;
}

#facilities_list {
  display: none;
  padding: 16px 0;
}
@media (max-width: 480px) {
  #facilities_list {
    display: block;
  }
}
#facilities_list h4 {
  width: calc(100% - 8px);
  margin-left: 8px;
  margin-bottom: 4px;
  margin-top: 16px;
  position: relative;
  padding-left: 8px;
}
#facilities_list h4::before {
  content: "";
  width: 3px;
  height: 20px;
  background: #ffa729;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2px;
}
#facilities_list .text {
  padding: 4px 8px;
  border-radius: 8px;
  background: #ffa729;
  color: #fff;
}
#facilities_list .list_wrapper {
  line-height: 300%;
}

#facilities_map {
  position: relative;
}
#facilities_map .facilities_map--image {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/14;
}
#facilities_map .facilities_map--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#facilities_map .facilities_map--pin .text {
  margin-bottom: 4px;
  opacity: 0;
  transition: 0.3s;
  white-space: nowrap;
  background: #ffa729;
  color: #fff;
  padding: 8px;
  pointer-events: none;
  transform: translateY(-8px) scaleX(0);
  width: 0;
}
@media (max-width: 780px) {
  #facilities_map .facilities_map--pin .text {
    position: absolute;
    bottom: 100%;
    z-index: 10;
    margin: auto;
    font-size: 16px;
  }
}
#facilities_map .facilities_map--pin .icon svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 480px) {
  #facilities_map .facilities_map--pin .icon svg {
    height: 18px;
  }
}
#facilities_map .facilities_map--pin .icon path {
  color: #ffa729 !important;
}
#facilities_map .facilities_map--pin .pin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  position: absolute;
}
#facilities_map .facilities_map--pin .pin#pin_nanohana {
  left: 60.5%;
  margin: auto;
  top: 25%;
}
#facilities_map .facilities_map--pin .pin#pin_nanohana:hover .text {
  opacity: 1;
  pointer-events: visible;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-8px) scaleX(1);
}
#facilities_map .facilities_map--pin .pin#pin_omote {
  left: 66.5%;
  margin: auto;
  top: 15%;
}
#facilities_map .facilities_map--pin .pin#pin_omote:hover .text {
  opacity: 1;
  pointer-events: visible;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-8px) scaleX(1);
}
#facilities_map .facilities_map--pin .pin#pin_ichikawa {
  left: 50%;
  margin: auto;
  top: 12%;
}
#facilities_map .facilities_map--pin .pin#pin_ichikawa:hover .text {
  opacity: 1;
  pointer-events: visible;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-8px) scaleX(1);
}
#facilities_map .facilities_map--pin .pin#pin_tsudanuma {
  left: 55%;
  margin: auto;
  top: 19%;
}
#facilities_map .facilities_map--pin .pin#pin_tsudanuma:hover .text {
  opacity: 1;
  pointer-events: visible;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-8px) scaleX(1);
}
#facilities_map .facilities_map--pin .pin#pin_chiba {
  left: 61.5%;
  margin: auto;
  top: 28%;
}
#facilities_map .facilities_map--pin .pin#pin_chiba:hover .text {
  opacity: 1;
  pointer-events: visible;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-8px) scaleX(1);
}
#facilities_map .facilities_map--pin .pin#pin_kimitsu {
  left: 47.5%;
  margin: auto;
  top: 54%;
}
#facilities_map .facilities_map--pin .pin#pin_kimitsu:hover .text {
  opacity: 1;
  pointer-events: visible;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-8px) scaleX(1);
}
#facilities_map .facilities_map--pin .pin#pin_tateyama {
  left: 44.25%;
  margin: auto;
  top: 84%;
}
#facilities_map .facilities_map--pin .pin#pin_tateyama:hover .text {
  opacity: 1;
  pointer-events: visible;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-8px) scaleX(1);
}
#facilities_map .facilities_map--pin .pin#pin_edogawa {
  left: 45.5%;
  margin: auto;
  top: 17%;
}
#facilities_map .facilities_map--pin .pin#pin_edogawa:hover .text {
  opacity: 1;
  pointer-events: visible;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-8px) scaleX(1);
}
#facilities_map .facilities_map--pin .pin#pin_taiyu {
  left: 39%;
  margin: auto;
  top: 16%;
}
#facilities_map .facilities_map--pin .pin#pin_taiyu:hover .text {
  opacity: 1;
  pointer-events: visible;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-8px) scaleX(1);
}
#facilities_map .facilities_map--pin .pin#pin_raimura {
  left: 65%;
  margin: auto;
  top: 20%;
}
#facilities_map .facilities_map--pin .pin#pin_raimura:hover .text {
  opacity: 1;
  pointer-events: visible;
  width: -moz-fit-content;
  width: fit-content;
  transform: translateY(-8px) scaleX(1);
}

#reserve .facilities_list {
  max-width: 90%;
  margin: auto;
  padding-bottom: 40px;
}
#reserve .facilities_list .facility {
  margin-bottom: 40px;
}
#reserve .facilities_list .facility .facility_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#reserve .facilities_list .facility .facility_inner .name {
  margin-bottom: 16px;
  padding-top: 16px;
  border-bottom: 2px dotted #5f4b3f;
  width: 100%;
  padding-bottom: 4px;
}
#reserve .facilities_list .facility .facility_inner .image {
  width: 28%;
  overflow: hidden;
  border-radius: 24px;
}
@media (max-width: 480px) {
  #reserve .facilities_list .facility .facility_inner .image {
    max-height: 100px;
  }
}
#reserve .facilities_list .facility .facility_inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#reserve .facilities_list .facility .facility_inner .info {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 70%;
  padding-left: 8px;
}
#reserve .facilities_list .facility .facility_inner .link {
  background: #ffd52a;
  border-radius: 16px;
  color: #5f4b3f;
  display: block;
  font-weight: bold;
  margin-left: auto;
  margin-top: 16px;
  padding: 4px 16px;
  box-shadow: -2px 1px 0px 3px #ffa729;
}
#reserve .facilities_list .facility .facility_inner .link.line {
  background: #1bca52;
  display: flex;
  align-items: center;
  box-shadow: -2px 1px 0px 3px #559c61;
  color: #fff;
}
#reserve .facilities_list .facility .facility_inner .link.line path {
  color: #fff !important;
}/*# sourceMappingURL=style.css.map */