@charset "utf-8";


@import url("https://fonts.googleapis.com/css2?family=Caveat&family=Zen+Maru+Gothic&display=swap");
html {
  scroll-behavior: smooth;
}

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 {
  margin: auto;
  max-width: 1164px;
  width: calc(100% - 40px);
}

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

.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;
}

* {
  box-sizing: border-box;
  color: #5F4B3F;
  letter-spacing: 0.25em;
  line-height: 180%;
  margin: 0;
  padding: 0;
}
* 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 {
    display: block;
    height: auto;
    width: 100%;
  }
}
.font-en {
  font-family: "Caveat", cursive;
}

html {
  color: #201800;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 62.5%;
}

p,
a,
li,
span {
  font-size: 1.3333333333rem;
}
@media (max-width: 1024px) {
  p,
a,
li,
span {
    font-size: 1.2vw;
  }
}
@media (max-width: 480px) {
  p,
a,
li,
span {
    font-size: 3vw;
  }
}
@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;
}

.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 {
  background-color: none;
  border: none;
  border-top: 1px dotted #5F4B3F;
  color: unset;
  margin-bottom: 8px;
  margin-top: 8px;
  transform: translateY(-0.5px);
}

.bl-btn {
  border-radius: 24px;
  display: block;
  margin: 8px 8px;
  padding: 8px 16px;
  text-align: center;
}
.bl-btn.min-btn {
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
.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;
  bottom: 0;
  content: "";
  left: 8px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  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 {
  background: url(../images/decoration_flower.png) no-repeat;
  background-size: contain;
  content: "";
  height: 72px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 48px;
}
.decoration-flowers::before {
  background: url(../images/decoration_flowers01.png) no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 80px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 72px;
}

.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 {
  box-sizing: border-box;
  display: block;
  padding: 8px;
  width: 100%;
}
.bl-flex-items.col-4 .bl-flex-item .bl-flex-item-inner img {
  display: block;
  height: auto;
  width: 100%;
}
@media (max-width: 780px) {
  .bl-flex-items.col-4 .bl-flex-item {
    width: 50%;
  }
}
.bl-flex-items.col-3 {
  flex-wrap: wrap;
  justify-content: center;
  padding: 8px;
}
.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 {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.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(#00000000 60%, #FFD529 40%);
}

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

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

.footer-wrapper {
  margin: auto;
  width: calc(100% - 40px);
}
.footer-wrapper .copyright {
  margin: 8px auto;
  max-width: 1129px;
}
.footer-wrapper .footer-inner {
  align-items: flex-start;
  background: #5F4B3F;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1129px;
  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 {
  border-right: 1px dotted #fff;
  padding: 0 24px;
  width: 40%;
}
.footer-wrapper .footer-inner .footer-info-area .footer-logo {
  max-width: 240px;
  width: 90%;
}
.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 {
    border-right: 0;
    text-align: center;
    width: 100%;
  }
  .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 {
  align-items: flex-start;
  display: flex;
  gap: 24px 40px;
  padding: 0 12px;
  width: 60%;
}
@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 {
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  border-right: 4px solid transparent;
  border-top: 4px solid transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 0;
  margin: auto;
  right: 0px;
  top: 0;
  width: 0;
}
@media (max-width: 480px) {
  .footer-wrapper .footer-inner .footer-menu-area {
    flex-wrap: wrap;
    width: 100%;
  }
  .footer-wrapper .footer-inner .footer-menu-area .footer-menu-items {
    margin-top: 24px;
    width: 50%;
  }
}

#fixedUi {
  cursor: pointer;
}
#fixedUi .pos-right-bottom {
  bottom: 0;
  display: block;
  margin: auto;
  max-width: 1400px;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 10;
}
#fixedUi .pos-right-bottom.reserve-btn {
  height: 142px;
  padding: 16px;
  width: 142px;
}
@media (max-width: 480px) {
  #fixedUi .pos-right-bottom.reserve-btn {
    height: 114px;
    width: 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 {
  margin: auto;
  max-width: 1024px;
  position: relative;
  width: 100%;
}
.home .fv-area .fv-movie {
  background: #000;
  border-radius: 40px;
  margin: 0 auto 24px;
  max-width: 1142px;
  overflow: hidden;
  padding-top: 64vh;
  position: relative;
  width: calc(100% - 40px);
  z-index: 1;
}
.home .fv-area .fv-movie .logo-image {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  max-width: 240px;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 480px) {
  .home .fv-area .fv-movie .logo-image {
    width: 50%;
  }
}
.home .fv-area .fv-movie video {
  bottom: 0;
  display: block;
  height: auto;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  width: auto;
  width: 100%;
}
@media (max-width: 480px) {
  .home .fv-area .fv-movie video {
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .home .fv-area .fv-movie {
    padding-top: 124%;
  }
}
.home .fv-area .fv-copy {
  background: #fff;
  display: flex;
  flex-flow: column;
  margin: auto;
  margin: 5px;
  padding: 1em 0.25em;
  position: absolute;
  right: 24px;
  top: 16px;
  writing-mode: vertical-rl;
  z-index: 11;
}
.home .fv-area .fv-copy .main-copy {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .home .fv-area .fv-copy .main-copy {
    font-size: 1.8vw;
  }
}
@media (max-width: 480px) {
  .home .fv-area .fv-copy .main-copy {
    font-size: 4.5vw;
  }
}
@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 {
  margin-bottom: 40px;
  margin-top: -64px;
  position: relative;
  z-index: 2;
}

.page .fv-area .bl-cont-inner {
  border-radius: 24px;
  margin-bottom: 16px;
  overflow: hidden;
  position: relative;
}
.page .fv-area .bl-cont-inner::after {
  background: rgba(193, 193, 193, 0.6);
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.page .fv-area .bl-cont-inner .fv-image > img {
  display: block;
  height: 160px;
  object-fit: cover;
  width: 100%;
  width: 100%;
}
.page .fv-area .bl-cont-inner .bl-title {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  margin: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.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 {
  box-sizing: border-box;
  margin: 24px auto;
  padding: 0 0 64px;
  width: 100%;
}
.recommend-text-area::after {
  display: none;
}

.news-cont {
  margin: auto;
  max-width: 640px;
  width: calc(100% - 40px);
}
.news-cont .news-inner {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 24px;
  box-shadow: 0px 2px 2px 2px rgba(32, 24, 0, 0.05);
  margin: auto;
  padding: 24px;
  width: calc(100% - 16px);
}
.news-cont .news-inner .news-title {
  align-items: center;
  display: flex;
  position: absolute;
  transform: translateY(-48px);
}
.news-cont .news-inner .news-title span.news-title-en {
  font-size: 8rem;
  left: 80px;
  letter-spacing: 0;
  position: absolute;
  z-index: 0;
}
@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;
}
@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 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 24px 8px 8px;
  position: relative;
}
.news-cont .news-inner .news-lists .news-item .news-item-inner .arrow {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  position: absolute;
  right: 8px;
  top: 0;
}
.news-cont .news-inner .news-lists .news-item .news-item-inner .text {
  font-size: 16px;
  padding-left: 8px;
  width: 100%;
}
.news-cont .news-inner .news-lists .news-item .news-item-inner .date {
  font-size: 16px;
  margin-right: 8px;
}
.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 {
  display: flex;
  flex-wrap: wrap;
  height: 320px;
  margin: auto;
  max-width: 720px;
  padding: 40px 0;
  position: relative;
  width: calc(100% - 40px);
}
@media (max-width: 480px) {
  #greeting .greeting-inner {
    height: auto;
  }
}
#greeting .greeting-inner .image-area {
  height: 100%;
  padding: 0 24px;
  width: 45%;
}
#greeting .greeting-inner .image-area figure {
  border-radius: 62% 38% 66% 34%/49% 50% 50% 51%;
  box-shadow: 0px 2px 2px 2px rgba(255, 229, 165, 0.05);
  height: 100%;
  overflow: hidden;
  width: 100%;
}
#greeting .greeting-inner .image-area figure img {
  display: block;
  height: 100%;
  margin: auto;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 480px) {
  #greeting .greeting-inner .image-area {
    height: 240px;
    width: 100%;
  }
  #greeting .greeting-inner .image-area img {
    height: 100%;
    width: auto;
  }
}
#greeting .greeting-inner .text-area {
  height: 100%;
  padding: 0 24px;
  position: relative;
  width: 55%;
}
#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 {
  left: 0;
  margin-right: 0px;
  position: relative;
}
#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 {
    margin-right: 24px;
    position: relative;
  }
}
@media (max-width: 480px) {
  #greeting .greeting-inner .text-area {
    height: auto;
    margin: 24px auto;
    padding: 0;
    width: 100%;
  }
  #greeting .greeting-inner .text-area p {
    padding-left: 8px;
    padding-top: 8px;
  }
  #greeting .greeting-inner .text-area .exp {
    left: 0%;
    position: relative;
    text-align: right;
  }
}

#about {
  background: url(../images/upper_wave.svg), url(../images/lower_wave.svg), url(../images/about_bg.jpg);
  background-position: top, bottom, center;
  background-repeat: no-repeat;
  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 {
  background: url(../images/about-icon.png) no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  padding-top: 90%;
  position: relative;
  text-align: center;
  width: 100%;
}
.about-list-item .content {
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
@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 {
  font-size: 4rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -1em;
}
@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 {
  margin: auto;
  width: 50%;
}
.about-list-item .content > span.icon img {
  display: block;
  width: 100%;
}
.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-position: top, bottom, center;
  background-repeat: no-repeat;
  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-position: top, bottom, center;
  background-repeat: no-repeat;
  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 {
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 32px;
  width: calc(100% - 40px);
}
.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-size: 3.5555555556rem;
  font-weight: bold;
  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);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 40px;
}
.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 {
  right: -50px;
  transform: scale(-1, 1);
}
.bl-cont-inner .bl-title .bl-main-title .bl-main-title-en {
  font-family: "Caveat", cursive;
  font-size: 6.6666666667rem;
  left: 0;
  letter-spacing: 0;
  line-height: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  top: -32px;
  white-space: nowrap;
  z-index: 2;
}
@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 {
  font-weight: bold;
  padding-top: 24px;
}
@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 {
  margin: auto;
  width: calc(100% - 40px);
}
.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 {
    max-width: 240px;
    width: 30%;
  }
  .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 {
  overflow: hidden;
  width: 25%;
}
.bl-card .bl-card-inner .image-area img {
  display: block;
  transform: scale(1.8);
  width: 100%;
}
.bl-card .bl-card-inner .text-area {
  box-sizing: border-box;
  padding: 12px;
  width: 75%;
}
.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 {
    padding-top: 40%;
    position: relative;
  }
  .bl-card .bl-card-inner .image-area img {
    bottom: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transform: scale(1);
  }
}

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

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

.show-questions .bl-questions-list {
  margin: auto;
  width: calc(100% - 40px);
}
.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 {
  border-radius: 4px;
  text-align: center;
}
.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 {
  display: block;
  padding: 0.5em 0;
}
.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 {
  align-items: center;
  display: flex;
  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 {
  background-color: #5F4B3F;
  border-radius: 50%;
  display: inline-block;
  height: 16px;
  margin-right: 8px;
  width: 16px;
}

.bl-table-cont {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  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 {
  margin-bottom: 24px;
  width: 100%;
}
@media (max-width: 780px) {
  .bl-table-cont .bl-table {
    margin-bottom: 24px;
    width: 100%;
  }
  .bl-table-cont .bl-table table {
    width: 100%;
  }
}

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

.bl-modal {
  background: #fff;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: scroll;
  padding-bottom: 80px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.bl-modal .bl-modal-close-btn {
  background: #fff;
  height: 64px;
  position: absolute;
  right: 24px;
  text-align: end;
  top: 0px;
  width: 64px;
  z-index: 10;
}
.bl-modal .bl-modal-close-btn span {
  background: #5F4B3F;
  border-radius: 8px;
  bottom: 0;
  display: block;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center;
  width: 32px;
}
.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 {
  bottom: 0;
  font-size: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  white-space: nowrap;
}
.bl-modal .bl-modal-head .bl-modal-head-inner {
  height: 80px;
  left: 0;
  margin: auto;
  max-width: 720px;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
.bl-modal .bl-modal-head .bl-modal-head-inner .logo-area {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  display: flex;
  height: 104px;
  justify-content: center;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 104px;
}
.bl-modal .bl-modal-head .bl-modal-head-inner .logo-area a,
.bl-modal .bl-modal-head .bl-modal-head-inner .logo-area img {
  display: block;
  height: auto;
  width: 100%;
}
.bl-modal .bl-modal-head .bl-modal-head-inner .logo-area a {
  box-sizing: border-box;
  padding: 8px;
}
.bl-modal .bl-title {
  background: #FFD529;
  width: 100%;
}
.bl-modal .bl-modal-inner {
  margin-top: 80px;
}
.bl-modal .bl-modal-inner .tekiou-inner {
  margin: auto;
  padding: 24px 0 24px;
  width: 90%;
}
.bl-modal .bl-modal-inner .tekiou-inner .title {
  border-bottom: 1px dotted #FFA729;
  margin-bottom: 8px;
  padding-bottom: 8px;
}
.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 {
  align-items: center;
  border-bottom: 2px dotted #5F4B3F;
  display: flex;
  font-size: 2rem;
  margin-bottom: -8px;
  margin-top: 32px;
  padding-bottom: 8px;
}
@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 {
  background: #FFA729;
  border-radius: 8px;
  color: #fff;
  font-size: 1.7777777778rem;
  margin-left: 24px;
  padding: 2px 8px;
  text-align: center;
}
@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 {
  margin: auto;
  width: calc(100% - 40px);
}
.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 {
  background: #FFA729;
  padding: 2px 8px;
}
.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 {
  align-items: flex-start;
  display: flex;
  margin-bottom: 16px;
}
.bl-modal .bl-modal-inner .bl-table .address-wrap .title {
  border: 0.25px solid #5F4B3F;
  display: inline-block;
  margin-right: 8px;
  padding: 4px 16px;
  white-space: nowrap;
}
.bl-modal .bl-modal-inner .bl-table .address-wrap .address-info .postcode {
  display: block;
}

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

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

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

.breadcrumb {
  align-items: center;
  display: flex;
  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 {
  background: #E9E0D2;
  border-radius: 24px;
  height: 0;
  overflow: hidden;
  padding-top: 25%;
  position: relative;
  width: 26%;
}
@media (max-width: 480px) {
  .bl-prof-main .bl-prof .bl-prof-inner .bl-prof-image {
    margin: auto;
    margin-bottom: 2.5%;
    margin-top: 2.5%;
    padding-top: 60%;
    width: 60%;
  }
}
.bl-prof-main .bl-prof .bl-prof-inner .bl-prof-image img {
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.bl-prof-main .bl-prof .bl-prof-inner .bl-prof-detail {
  padding-left: 2.5%;
  width: 74%;
}
.bl-prof-main .bl-prof .bl-prof-inner .bl-prof-detail .prof-descrption {
  border-top: 2px dotted #FFA729;
  margin-top: 12px;
  padding: 12px 0 0;
}
.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 {
  background: #FFA729;
  border-radius: 4px;
  color: #fff;
  line-height: 100%;
  margin-right: 1em;
  padding: 2px 4px;
}
@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-position: top;
  background-size: cover;
  margin-bottom: 64px;
  padding: 40px 0 40px;
}
@media (max-width: 480px) {
  .bl-prof-main .bl-info {
    margin-bottom: 15%;
    padding: 5% 0 10%;
  }
}
.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 {
    margin: 0 16px;
    padding: 8px;
  }
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-tab > ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-tab > ul li {
  background: #5F4B3F;
  border-radius: 16px;
  color: #fff;
  cursor: pointer;
  padding: 8px 0;
  position: relative;
  text-align: center;
  width: calc(25% - 4px);
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-tab > ul li.disable {
  background: #E9E0D2;
  color: #fff;
  pointer-events: none;
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-tab > ul li::after {
  border: 8px solid transparent;
  border-top: 8px solid #FFA729;
  bottom: -16px;
  content: "";
  display: none;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 0;
}
.bl-prof-main .bl-info .bl-info-inner .bl-info-cont {
  -ms-overflow-style: none;
  display: none;
  height: 160px;
  overflow: scroll;
  overflow-y: scroll;
  padding: 24px 0;
  /* 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;
  font-size: 1.3333333333rem;
  padding-bottom: 1em;
}
.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 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
  padding: 24px 24px 0;
}
@media (max-width: 480px) {
  .bl-prof-sub {
    padding: 0% 0px 0%;
  }
}
.bl-prof-sub img {
  display: block;
  width: 100%;
}
.bl-prof-sub .bl-prof-item {
  border-radius: 16px;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
  overflow: hidden;
  padding-top: calc(25% - 8px);
  position: relative;
  width: calc(25% - 8px);
}
.bl-prof-sub .bl-prof-item img {
  bottom: 0;
  display: block;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  width: auto;
}
.bl-prof-sub .bl-prof-item .name {
  background: #fff;
  bottom: 8px;
  color: #FFA729;
  font-size: 1.7777777778rem;
  left: 0px;
  margin: auto;
  padding: 0 4px;
  position: absolute;
}
@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 .name::after {
  color: #201800;
  content: "先生";
  font-size: 0.6em;
}
.bl-prof-sub .bl-prof-item:not(:nth-child(4n)) {
  margin-right: 10px;
}
@media (max-width: 480px) {
  .bl-prof-sub .bl-prof-item {
    padding-top: calc(50% - 8px);
    width: 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 {
  height: 100%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: -1;
}
#mordal-prof .mat {
  background: rgba(0, 0, 0, 0.4);
  height: 100vh;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100vw;
}
#mordal-prof .mordal-prof-inner {
  background: #fff;
  border-radius: 16px;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 90%;
  width: 90%;
  z-index: 10;
  z-index: 10;
}
#mordal-prof .mordal-prof-inner::before, #mordal-prof .mordal-prof-inner::after {
  background: #FFA729;
  content: "";
  display: block;
  height: 2px;
  left: 8px;
  position: absolute;
  position: absolute;
  top: 24px;
  transform: rotate(45deg);
  width: 80px;
  width: 32px;
}
@media (max-width: 480px) {
  #mordal-prof .mordal-prof-inner::before, #mordal-prof .mordal-prof-inner::after {
    left: unset;
    right: 8px;
  }
}
#mordal-prof .mordal-prof-inner::after {
  transform: rotate(-45deg);
}
#mordal-prof .mordal-prof-inner img {
  display: block;
  width: 100%;
}
#mordal-prof .mordal-prof-inner .prof-image {
  width: 30%;
}
#mordal-prof .mordal-prof-inner .prof-info {
  padding-left: 8px;
  width: 70%;
}
#mordal-prof .mordal-prof-inner .prof-info .prof-name {
  align-items: center;
  border-bottom: 1px dotted #FFA729;
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  padding-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 .name::after {
  color: #201800;
  content: "先生";
  font-size: 0.6em;
}
#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 {
  background: #5F4B3F;
  border: 1px solid;
  color: #fff;
  font-family: sans-serif;
  padding: 0em 1em;
}
@media (max-width: 480px) {
  #mordal-prof .mordal-prof-inner .prof-info .prof-name {
    align-items: flex-start;
    flex-flow: column;
  }
  #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;
}
@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 {
  background: #FFA729;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-size: 1.3333333333rem;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 0 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 {
    margin: auto;
    width: 80%;
  }
  #mordal-prof .mordal-prof-inner .prof-info {
    margin-left: 0%;
    margin-top: 2.5%;
    width: 100%;
  }
}
#mordal-prof.show {
  opacity: 1;
  pointer-events: visible;
  z-index: 100;
}

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

.torikumi-inner .bl-flex-item {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.torikumi-inner .bl-flex-item .image-area {
  background: rgba(233, 224, 210, 0.8);
  border-radius: 24px;
  height: 0;
  margin-right: 2.5%;
  overflow: hidden;
  padding-top: 16%;
  position: relative;
  width: 22.5%;
}
.torikumi-inner .bl-flex-item .image-area img {
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.torikumi-inner .bl-flex-item .text-area {
  width: 75%;
}
.torikumi-inner .bl-flex-item .text-area .title {
  border-bottom: 2px dotted #FFA729;
  margin-bottom: 8px;
  padding-bottom: 8px;
  padding-top: 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 {
  margin: auto;
  max-width: 600px;
  padding-bottom: 80px;
}
#news_wrap h1 {
  border-bottom: 1px solid #FFA729;
  font-size: min(6vw,32px);
  margin-bottom: 8px;
  padding: 0 0 8px 0;
}
#news_wrap .article-info {
  text-align: right;
}
#news_wrap .article-img {
  margin: auto;
  overflow: hidden;
  padding-top: 40%;
  position: relative;
  width: 100%;
}
#news_wrap .article-img img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
#news_wrap p {
  letter-spacing: 2px;
  padding-left: 16px;
}
#news_wrap .article-content {
  padding-bottom: 40px;
}
#news_wrap .article-date time {
  background: #ffb85c;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 0 8px;
}
#news_wrap .article-tag {
  width: 100%;
}
#news_wrap .article-tag ul {
  margin-top: 24px;
}

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