@charset "UTF-8";
/* ------------------------------
	WHOLE :: ORIGINAL
------------------------------ */
/* ------------------------------
	WHOLE :: BACKGROUND & TITLE :: ORIGINAL
------------------------------ */
/* ------------------------------
	HEADER :: ORIGINAL
------------------------------ */
section#header {
  width: calc(100% - 130px);
  max-width: 300px;
  aspect-ratio: 1;
  display: block;
  position: absolute;
  z-index: 90;
}
section#header::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 180, 90, 0.7);
  position: absolute;
  left: -50%;
  top: -50%;
  transform: scale(2);
}
section#header > a#top {
  width: 70%;
  max-width: 200px;
  height: auto;
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
}
section#header > a#top > img {
  width: 100%;
}
section#header > span {
  width: 50%;
  max-width: 130px;
  height: auto;
  position: absolute;
  top: 40%;
  left: 15%;
}
section#header > span > img {
  width: 100%;
}

body > header {
  width: 0;
  height: 100px;
  background: url(https://mybrand.jp/website/jikuan/content/images/00_Common/contents-bg.png);
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
}
body > header::before, body > header::after {
  display: none;
}
body > header > a#top {
  width: 70px;
  min-width: 0;
  max-width: none;
}
body > header > a#top > img {
  opacity: 0.8;
}
body > header + main {
  padding-top: 0 !important;
}
body > header.fixed {
  overflow: visible;
}
body > header > nav > ol {
  right: 100%;
}
body > header > nav > dl {
  position: fixed;
  right: 20px;
  left: auto;
}
body > header.opened > nav > ol {
  left: auto;
  right: 0;
}
body > header.opened #goods > img {
  padding-right: 8px;
  position: relative;
  top: 3px;
}
body > header.showed {
  width: 120px;
  height: 100%;
  border-right: 1px solid rgba(200, 200, 200, 0.2);
}
body > header.showed ~ * {
  padding-left: 120px;
  box-sizing: border-box;
}
body > header.showed > nav {
  width: 100%;
  height: 100%;
  padding-left: 0;
}
body > header.showed > nav > ol {
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding: 110px 0 0;
  right: auto;
  overflow: hidden;
  overflow-y: scroll;
}
body > header.showed > nav > ol::-webkit-scrollbar {
  display: none;
}
body > header.showed > nav > ol > li {
  margin: 0;
  padding: 10px 0;
}
body > header.showed > nav > ol > li > a, body > header.showed > nav > ol > li > a:hover {
  width: 100%;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 3px;
  padding-right: 50px;
  box-sizing: border-box;
  position: relative;
}
body > header.showed > nav > ol > li > a#goods, body > header.showed > nav > ol > li > a:hover#goods {
  width: 80px;
  height: 80px;
  font-size: 12px;
  margin: 0 auto;
  padding: 40px 0 0 0;
  text-align: center;
  -moz-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
}
body > header.showed > nav > ol > li > a#goods::after, body > header.showed > nav > ol > li > a:hover#goods::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50%;
  background: rgb(217, 163, 209);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body > header.showed > nav > ol > li > a#goods > img, body > header.showed > nav > ol > li > a:hover#goods > img {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
}
body > header.showed > nav > ol > li > a::before {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background: rgb(160, 100, 155);
  position: absolute;
  top: 0;
  right: -8px;
  transform: rotate(-3deg);
}
body > header.showed > nav > ol > li > a#goods::before {
  display: none;
  /*
  width: auto;
  height: 40px;
  background: url(/)
  */
}
body > header.showed > nav > ol > li > a#selected::before, body > header.showed > nav > ol > li > a:hover::before {
  right: 0;
  transform: rotate(0deg);
  transition: 0.2s;
}
body section[class^=section-title] > h1 {
  /*background: $theme-color1-50;*/
  background: rgba(100, 100, 100, 0.5);
  text-decoration: underline;
  text-decoration-thickness: 7px;
}
body section[class^=section-content] li.li-P {
  margin-bottom: 50px;
}
body section[class^=section-content-centernavi] {
  position: relative;
}
body section[class^=section-content-centernavi]::before, body section[class^=section-content-centernavi]::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body section[class^=section-content-centernavi]::before {
  z-index: -2;
}
body section[class^=section-content-centernavi]::after {
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
body section[class^=section-content-centernavi] ul[class^=list-centernavi] {
  max-width: 550px;
  margin: 0 auto 50px;
}
body section[class^=section-content-centernavi] ul[class^=list-centernavi] > li {
  margin-bottom: 30px !important;
}
body section[class^=section-content-centernavi] ul[class^=list-centernavi] > li .menulink {
  color: rgb(255, 255, 255);
  background: rgb(160, 100, 155);
  line-height: 1.5rem;
  text-align: center;
  padding: 30px;
  border-radius: 30px;
}
body section[class^=section-content-centernavi] ul[class^=list-centernavi] > li .menulink > img {
  height: 50px;
}
body section[class^=section-content-centernavi] ul[class^=list-centernavi] > li:nth-of-type(2) {
  /*
  padding-left: 20px;
  padding-right: 0;
  */
}
body section[class^=section-content-centernavi] ul[class^=list-centernavi] > li:nth-of-type(2) .menulink > img {
  height: 40px;
  margin-bottom: 10px;
}
body section .bloglink {
  color: rgb(255, 255, 255);
  max-width: 550px;
  border: 5px solid rgb(217, 163, 209);
  border-radius: 20px;
  font-size: 35px;
  letter-spacing: 15px;
  padding: 20px 20px 20px 210px;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  text-decoration: none;
}
body section .bloglink > span {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 13px;
  letter-spacing: 5px;
  margin-bottom: 0;
}
body section .bloglink > figure {
  background: rgb(224, 215, 202);
  width: 100px;
  height: 100px;
  display: block;
  border-radius: 50%;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
}
body section .bloglink > figure > img {
  width: 60%;
  height: auto;
}

/* responsive */
@media screen and (min-width: 750px) {
  body > footer {
    width: calc(100% - 100px);
    margin-left: 0;
  }
}
@media screen and (min-width: 1000px) {
  body [class^=section-content] figure[class*=-wide] {
    height: 300px;
  }
  body [class^=section-content] figure[class*=-wide] + * {
    min-height: 400px;
  }
  body [class^=section-content] figure[class*=-wide] + * * {
    text-align: left;
  }
}
/* ------------------------------
	ARTICLE :: ORIGINAL
------------------------------ */
body {
  /*
  &#about {
      & >main {
          & >article {
              & >section[class^=section-content-detail] {
                  & >h2 {
                      margin-bottom: 10vh;
                  }
              }
          }
      }
      & figure.profile {
          & >figcaption {
              color: rgb(100 100 100);
              position: absolute;
              top: calc(100% + 10px);
              text-align: center;
              font-size: 13px;
              font-weight: 600;
              width: 90%;
              left: 5%;
          }
          & + h3 {
              font-family: $font-family3;
              font-weight: 600;
              margin-left: 0;
              padding-top: 8vh;
          }
      }
  }
  &#service {
      & >main {
          & >article {
              & >section {
                  &#service-list {
                      border-radius: 200px 0 0 0;
                      & >ol {
                          list-style: none;
                      }
                      & dt {
                          font-family: "Outfit", serif;
                          font-size: 1.5rem;
                          font-weight: 600;
                          color: rgb(230 80 0 / .8);
                      }
                  }
                  &[class^=section] {
                      & h3[class^=h-service] {
                          color: $theme-color1;
                          letter-spacing: .5rem;
                          text-align: left;
                          white-space: pre;
                          border-bottom: 3px solid $theme-color1;
                          margin-left: 0;
                      }
                  }
              }
          }
      }
  }
  &#service_detail {
      & >main {
          & h3 {
              width: 100%;
              color: rgb(230 80 0);
              background: rgba(255, 180, 90, 0.3);
              padding: 10px 20px;

              & ~ p {
                  font-family: $font-family2;
                  font-weight: 600;
              }
          }
          & ul[class*='pointlist']{
              &>li {
                  padding: 10px;
                  & figure {
                      background: rgb(255 255 255 / 60%);
                      text-align: center;
                      border-radius: 20px;
                      &::before {
                          display: none;
                      }
                      & img {
                          width: 30%;
                          top: 45%;
                      }
                      & figcaption {
                          color: rgb(0 0 0 / 75%) !important;
                          line-height: 1.3rem;
                          margin-bottom: 20px;
                          font-weight: 600;
                      }
                  }
              }
              ~ p[class*=strong]{
                  & >strong {
                      font-size: 2.5rem;
                      color: rgb(255 99 64) !important;
                  }
              }
          }
      }
  }
  &#charge {
      & ul[class*=charge-list] {
          display: flex;
          justify-content: center;
          & >li {
              padding: 0 15px;
              position: relative;
              &::before,
              &::after {
                  content: "";
                  display: block;
                  background: $theme-color1;
                  position: absolute;
              }
              &::before {
                  width: 80%;
                  height: 1px;
                  left: 10%;
                  bottom: 0;
              }
              &::after {
                  width: 1px;
                  height: 15px;
                  left: 50%;
                  top: 100%;
              }
              & a {
                  color: $theme-color1;
                  margin: 10px auto;
              }
          }
      }
  }
  */
  /* Common */
}
body img[class*=mfbanner] {
  border: 5px solid #bea673;
  border-radius: 10px;
}
body h3[class^=h-color-title] {
  color: rgb(160, 100, 155);
  width: 100%;
  background: rgba(255, 180, 90, 0.3);
  border-bottom: 3px solid rgb(160, 100, 155);
  padding: 10px 20px;
}
body [class^=section-content] a[class^=a-][class*=B3px-solid],
body [class^=section-content] a[class^=a-]:hover[class*=B3px-solid] {
  border-color: rgb(217, 163, 209);
  background: rgba(160, 100, 155, 0.5);
}
body [class^=section-content] a[class^=a-][class*=B3px-solid][class^=a-more2],
body [class^=section-content] a[class^=a-]:hover[class*=B3px-solid][class^=a-more2] {
  background: rgba(160, 100, 155, 0.2);
}
body#top > main > article > section[class^=section-main] > h1 {
  font-size: 16px;
  letter-spacing: 6px;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  text-align: center;
  top: 40px;
  white-space: pre;
}
body#top > main > article > section[class^=section-main] > h1 > span {
  color: rgb(255, 255, 255);
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 13px;
}
body#top > main > article > section[class^=section-main] > h1 > img {
  height: 150px;
}
body#top > main > article > section[class^=section-main] > h2 {
  display: none;
}
body#top > main > article > section[class^=section-main] > a#reservation {
  color: rgb(255, 255, 255);
  width: 80px;
  height: 120px;
  display: block;
  font-size: 11px;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  padding: 20px 5px 0;
  box-sizing: border-box;
  white-space: pre-wrap;
  text-decoration: none;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 99;
  text-align: right;
}
body#top > main > article > section[class^=section-main] > a#reservation::before {
  content: "";
  width: 120px;
  height: 120px;
  background: rgba(160, 100, 155, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: -1;
}
body#top > main > article > section[class^=section-main] > a#reservation > img {
  padding-right: 5px;
}
body#top > main > article > section#greeting {
  margin-bottom: 8vh;
}
body#top > main > article > section > h1#credo {
  width: 100%;
  font-size: 0.9;
}
body[id$=session] section[class^=section-content] h2 {
  margin-bottom: 80px;
}
body[id$=session] section[class^=section-content]#reservedate dl {
  display: flex;
  align-items: center;
  padding: 10px;
}
body[id$=session] section[class^=section-content]#reservedate dl > dt, body[id$=session] section[class^=section-content]#reservedate dl > dd * {
  color: rgb(255, 255, 255) !important;
}
body[id$=session] section[class^=section-content]#reservedate dl > dt {
  position: relative;
  margin-right: 50px;
  margin-bottom: 0;
  text-align: right;
}
body[id$=session] section[class^=section-content]#reservedate dl > dt::before, body[id$=session] section[class^=section-content]#reservedate dl > dt::after {
  content: "";
  height: 1px;
  display: block;
  background: rgb(255, 255, 255);
  position: absolute;
}
body[id$=session] section[class^=section-content]#reservedate dl > dt::before {
  width: 20px;
  top: 15px;
  left: calc(100% + 15px);
}
body[id$=session] section[class^=section-content]#reservedate dl > dt::after {
  width: 15px;
  top: 11px;
  left: calc(100% + 23px);
  transform: rotate(35deg);
}
body[id$=session] section[class^=section-content]#reservedate dl > dd {
  display: flex;
  position: relative;
}
body[id$=session] section[class^=section-content]#reservedate dl > dd > a, body[id$=session] section[class^=section-content]#reservedate dl > dd > a:hover {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 18px;
  padding-left: 80px;
  background: rgba(255, 255, 255, 0.3);
  border: 2px solid rgb(255, 255, 255);
  border-radius: 20px;
  text-decoration: none;
  position: relative;
}
body[id$=session] section[class^=section-content]#reservedate dl > dd > a > img, body[id$=session] section[class^=section-content]#reservedate dl > dd > a:hover > img {
  position: absolute;
  top: 20%;
  left: 20px;
}
body[id$=session] section[class^=section-content]#reservedate dl > dd > a > span, body[id$=session] section[class^=section-content]#reservedate dl > dd > a:hover > span {
  font-size: 20px;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  white-space: nowrap;
}
body[id$=session] section[class^=section-content]#reservedate.disable {
  opacity: 0.5;
  transition: 0.2s;
}
body[id$=session] section[class^=section-content]#reservedate + section {
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s;
}
body[id$=session] section[class^=section-content]#reservedate + section.show {
  height: auto;
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li {
  margin-bottom: 50px;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li img {
  margin-bottom: 20px;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li h4 {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0;
  display: flex;
  white-space: nowrap;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li h4 span {
  margin-left: 20px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  position: relative;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li h4 span > strong {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li p {
  max-width: 320px;
  margin: 0 auto;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li.time span {
  font-size: 23px;
  bottom: 12px;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li.time span > strong {
  font-size: 50px;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li.charge span {
  font-size: 23px;
  bottom: 6px;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li.charge span > strong {
  font-size: 35px;
}
body[id$=session] section[class^=section-content]#sessiondetail ol > li.way span {
  font-size: 23px;
  bottom: 3px;
}
body[id$=session] section[class^=section-content]#sessiondetail dl[class^=define-qa] > dt {
  color: rgb(130, 74, 127) !important;
  background: rgba(255, 255, 255, 0.8);
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  font-size: 23px;
  letter-spacing: 0;
}
body[id$=session] section#calendar td.active span {
  cursor: pointer;
  text-decoration: underline;
  color: #832479;
}
body[id$=session] aside#calendar {
  width: 90%;
  background: rgb(255, 255, 255);
  border-radius: 20px;
  position: fixed;
  top: 50px;
  left: 5%;
  z-index: 99;
}
body[id$=session] aside#calendar > table[class^=t-calendar] th, body[id$=session] aside#calendar > table[class^=t-calendar] td {
  color: rgba(0, 0, 0, 0.9) !important;
  width: 50px;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 5px 0;
  text-align: center;
}
body[id$=session] aside#calendar > table[class^=t-calendar] th {
  background: rgb(232, 218, 232);
  color: rgb(255, 255, 255);
}
body[id$=session] aside#calendar > table[class^=t-calendar] td {
  line-height: 0;
  padding: 10px 3px;
}
body[id$=session] aside#calendar > table[class^=t-calendar] td.active {
  cursor: pointer;
}
body[id$=session] aside#calendar > table[class^=t-calendar] td.active:hover {
  background: rgba(160, 100, 155, 0.5);
}
body[id$=session] aside#calendar > table[class^=t-calendar] td > span {
  color: rgb(130, 74, 127) !important;
  font-size: 8px;
}
body#user_session p.white {
  color: white;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  width: 600px;
  margin: 0 auto;
  padding-top: 50px;
  display: block;
  text-indent: 25px;
}
body#user_session a.submit.selector-p::before, body#user_session a.submit.selector-p::after, body#user_session a.submit.selector-n::before, body#user_session a.submit.selector-n::after {
  background: white;
}
body dl.form ul.radio.inline li {
  display: block;
}
body form .notice {
  white-space: pre-wrap;
}
body > main > article > a#reservation {
  color: rgb(255, 255, 255);
  width: 80px;
  height: 120px;
  display: block;
  font-size: 11px;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  padding: 20px 5px 0;
  box-sizing: border-box;
  white-space: pre-wrap;
  text-decoration: none;
  position: fixed;
  top: 80px;
  right: 0;
  z-index: 99;
  text-align: right;
}
body > main > article > a#reservation::before {
  content: "";
  width: 120px;
  height: 120px;
  background: rgba(160, 100, 155, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: -1;
}
body > main > article > a#reservation > img {
  padding-right: 5px;
}
body > main > article form[class=date_window] ol.user > li input.selector-h + label {
  font-weight: 600;
  border-radius: 10px;
}
body > main > article form[class=date_window] ol.user > li input.selector-h[status="1"] + label {
  background: rgba(177, 120, 172, 0.5);
  opacity: 1;
}
body > main > article form[class=date_window] ol.user > li input.selector-h[status="1"]:checked + label {
  color: white;
  background: rgb(177, 120, 172);
}
body > main > article form[class=date_window] ol.user + a {
  margin-top: 30px;
}
body > main > article dl.admin > dt {
  font-weight: 600;
  background: rgba(200, 200, 200, 0.5);
  text-indent: 10px;
  font-size: 13px !important;
}
body > main > article dl.admin > dd.zoom {
  line-height: 0;
}
body > main > article dl.admin > dd > form {
  line-height: 0;
}
body > main > article dl.admin > dd > form input[type=textarea] {
  width: 100%;
  height: 16px;
  border: 1px solid rgb(200, 200, 200);
  padding: 20px;
  box-sizing: border-box;
  min-height: 10rem;
}
body > main > article dl.admin > dd > form a.submit {
  color: white !important;
  margin: 5px auto;
}
body > main > article dl.admin > dd > form a.submit.save {
  background: rgb(100, 100, 100) !important;
}
body > main > article > section {
  /*
                  &#strength {
                      border-radius: 200px 0 0 0;
                      & >h1 {
                          margin-top: -150px;
                          pointer-events: none;
                          & >svg {
                              fill: rgb(10 65 75);
                          }
                      }
                      & ol {
                          & >li {
                              margin: 10px auto 50px;

                              & figure {
                                  max-width: 230px;
                                  margin: 20px auto;
                                  border-radius: 50%;
                                  border: 3px solid rgb(10, 65, 75);
                                  background: rgb(255 255 255);
                                  & >img {
                                      width: 70%;
                                      margin: 0;                                        
                                  }
                              }
                          }
                      }
                  }

                  */
}
body > main > article > section#about::before, body > main > article > section#about::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
body > main > article > section#about::after {
  background: rgba(0, 0, 0, 0.6);
  z-index: -1;
}
body > main > article > section#about > figure {
  margin-bottom: 50px;
}
body > main > article > section > h2 > span {
  color: rgb(0, 0, 0);
  line-height: 0;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1rem;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 2px;
  padding-left: 0;
  position: absolute;
  left: -50px;
  top: 30px;
}
body > main > article > section > h3 {
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
}
body > main > article > section > h3 > span {
  color: rgb(160, 100, 155) !important;
  font-size: 1rem;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.8rem;
  text-align: left;
  white-space: pre;
  border-left: 1px solid rgb(160, 100, 155);
  border-right: 1px solid rgb(160, 100, 155);
  position: absolute;
  bottom: 80%;
  left: 50%;
  transform: translate(-50%, 0);
}
body > main > article > section[class*=section-main] {
  min-height: 300px;
  max-height: 700px;
}
body > main > article > section[class*=section-main] > h2 {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  position: absolute;
  z-index: 95;
  background: none;
  white-space: pre-wrap;
  letter-spacing: 0.3rem;
  line-height: 2.5rem;
  padding: 0;
  right: auto !important;
  top: auto !important;
  left: 50px;
  bottom: 20px;
}
body > main > article > section[class^=section-content] ol#flow {
  padding-left: 2.5rem;
}
body > main > article > section[class^=section-content] ol#flow > li {
  border-bottom: rgb(130, 74, 127) 5px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
body > main > article > section[class^=section-content] ol#flow > li::marker {
  color: rgb(130, 74, 127);
  font-size: 2rem;
}
body > main > article > section[class^=section-content] h2 {
  text-align: left;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
}
body > main > article > section[class^=section-content][class*=-side] > figure {
  width: 60%;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
body > main > article > section[class^=section-content][class*=-side] > figure::before, body > main > article > section[class^=section-content][class*=-side] > figure::after {
  content: "";
  box-shadow: none;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
}
body > main > article > section[class^=section-content][class*=-side] > figure::before {
  width: 40px;
  height: 1px;
  top: auto;
  left: 100%;
  bottom: 0;
}
body > main > article > section[class^=section-content][class*=-side] > figure::after {
  box-shadow: none;
  width: 1px;
  height: 40px;
  top: 100%;
  right: 0;
}
body > main > article > section[class^=section-content][class*=-side] > figure > img {
  border-radius: 50%;
}
body > main > article > section[class^=section-content][class*=-detail] > h1, body > main > article > section[class^=section-content][class*=-detail] > h2 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body > main > article > section[class^=section-content][class*=-detail] > h1 {
  font-size: 3rem;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  /* font-weight: 500; */
  letter-spacing: 0.2rem;
  margin-top: 0;
  padding: 60px 0 30px;
  position: relative;
}
body > main > article > section[class^=section-content][class*=-detail] > h1[class*=-san] {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
}
body > main > article > section[class^=section-content][class*=-detail] > h1 > span {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1.8rem;
  text-align: left;
  white-space: pre;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
body > main > article > section[class^=section-content][class*=-detail] > h1 > span > mark {
  color: rgb(255, 255, 255) !important;
  background: rgb(10, 65, 75);
  padding: 0.3rem 0;
  white-space: nowrap;
  margin-top: -0.3rem;
  margin-bottom: 0.2rem;
}
body > main > article > section[class^=section-content][class*=-detail] > h1 > svg {
  fill: rgb(160, 100, 155);
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}
body > main > article > section[class^=section-content][class*=-detail] > h2, body > main > article > section[class^=section-content][class*=-detail] > p {
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  box-sizing: border-box;
}
body > main > article > section[class^=section-content][class*=-detail][class*=-detail-][class*=Pt] {
  padding-top: 30vh;
}
body > main > article > section[class^=section-content][class*=-detail][class*=-detail-] > h2::after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: rgb(230, 80, 0);
  margin-top: 3vh;
}
body > main > article > section[class^=section-content][class*=-blog] img {
  width: 100%;
}
body > main > article > section#service[class^=section-content] > ol[class^=list-][class*=Dh][class*=Dh-nowrap][class*=-wrap3] > li figure > img {
  height: 110%;
}
body > main > article > section#service > ul[class^=list] {
  padding: 20px;
  box-sizing: border-box;
}
body > main > article > section#service > ul[class^=list] > li {
  max-width: 500px;
  margin: 0 auto 80px;
  padding: 20px;
}
body > main > article > section#service > ul[class^=list] > li > figure {
  border-radius: 50%;
  margin-bottom: 30px;
}
body > main > article > section#service > ul[class^=list] > li > figure > img {
  width: 30%;
}
body > main > article > section#service > ul[class^=list] > li > h4 {
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "MS PGothic", "Noto Sans Japanese", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
}
body > main > article > section a[class^=a-normal] {
  color: rgb(160, 100, 155);
}
body > main > article > section#movie {
  background: rgba(224, 215, 202, 0.5);
}
body > main > article > section dl[class^=define-accordion_] > dt, body > main > article > section dl[class^=define-accordion_] > dd {
  color: rgb(160, 100, 155);
}
body > main > article > section dl[class^=define-accordion_] > dt {
  background: rgba(160, 100, 155, 0.1);
}
body > main > article > section dl[class^=define-accordion_] > dd {
  background: rgba(160, 100, 155, 0.3) !important;
}

/* responsive */
@media screen and (max-width: 500px) {
  body#top > main > article > section[class*=section-main] > h1 {
    font-size: 0.7rem;
    letter-spacing: 0.4rem;
    line-height: 2rem;
  }
  body#top > main > article > section[class*=section-main] > h1 > img {
    height: 85px;
  }
  body#top > main > article > section[class*=section-main] > h1 > span {
    font-size: 1.2rem;
    letter-spacing: 0.5rem;
  }
  body[id$=session] section[class^=section-content]#reservedate dl {
    display: block;
  }
  body[id$=session] section[class^=section-content]#reservedate dl > dt {
    text-align: center;
    margin-right: 0;
  }
  body[id$=session] section[class^=section-content]#reservedate dl > dt::before, body[id$=session] section[class^=section-content]#reservedate dl > dt::after {
    display: none;
  }
  body[id$=session] section[class^=section-content]#reservedate dl > dd > a, body[id$=session] section[class^=section-content]#reservedate dl > dd > a:hover {
    margin: 0 auto;
  }
}
@media screen and (min-width: 500px) {
  body#top > main > article > section[class*=section-main] > h1 {
    top: 50px;
    /*
    & >img {
        height: 150px;
    }
    */
  }
}
@media screen and (min-width: 750px) {
  body > main > article > section > h2, body > main > article > section > h3 {
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.8rem;
    margin-bottom: 20px;
  }
  body > main > article > section > h2 > span {
    font-size: 0.8rem;
  }
  body > main > article > section > p {
    font-size: 15px;
  }
  body > main > article > section[class*=section-main] > h2 {
    top: 130px;
  }
  body > main > article > section[class^=section-content][class*=-side] {
    padding-left: calc(50% + 0px);
    padding-right: 50px;
  }
  body > main > article > section[class^=section-content][class*=-side] > figure {
    width: 40%;
    max-width: 300px; /*500px*/
    margin-top: 80px;
    margin-left: 10%; /*50px*/
    position: absolute;
  }
  body > main > article > section[class^=section-content][class*=-side] > p {
    padding-top: 0;
  }
  body > main > article > section[class^=section-content][class*=-detail] > h1, body > main > article > section[class^=section-content][class*=-detail] > h2 {
    margin-left: auto;
    margin-right: auto;
    /*padding-left: 180px;*/
    text-align: left;
  }
  body > main > article > section[class^=section-content][class*=-detail] > h1 {
    width: 100%;
    margin-bottom: 0;
    margin-top: -130px;
    padding-top: 0;
    /*& h2 {margin-bottom: 0;}*/
  }
  body > main > article > section[class^=section-content][class*=-detail] > h1 > span {
    top: 160px;
    left: 23px;
    transform: none;
  }
  body > main > article > section[class^=section-content][class*=-detail] > h1 > svg {
    top: 105px;
    left: 16px;
    transform: none;
  }
  body > main > article > section[class^=section-content][class*=-detail][class*=-detail-] > h1, body > main > article > section[class^=section-content][class*=-detail][class*=-detail-] > h1 + h2 {
    width: calc(100% - 150px);
    margin-left: 150px;
  }
  body > main > article > section[class^=section-content]#strength > h1 {
    margin-top: -280px;
  }
  body > main > article > section[class^=section-content]#strength > h1 > svg {
    left: 2.8rem;
  }
  body#top > main > article > section[class*=section-main] > h1 {
    top: 25%;
  }
  body#top > main > article > section[class*=section-main] > h2 {
    display: block;
  }
  body#top > main > article > section[class^=section-content][class*=-detail] > h1 + h2 + p, body#top > main > article > section[class^=section-content][class*=-detail] > h1 + p {
    padding-left: 180px;
  }
}
@media screen and (min-width: 1000px) {
  body {
    /*
    &#about {
        figure.figure-office-wide {
            & >img {
            }
        }
    }

    &#service {
        & >main {
            & >article {
                & >section {
                    &#service-list {
                        & >ol {
                            width: 100vw;
                            padding-right: 100px;
                            box-sizing: border-box;
                            position: relative;
                            & >li {
                                & figure {
                                    & >img {
                                    }
                                }
                            }
                            & dt {
                                &::before,
                                &::after {
                                    content: "";
                                    box-shadow: none;
                                    background: rgba(0, 0, 0, 0.2);
                                    display: block;
                                    position: absolute;
                                }
                                &::before {
                                    width: 60px;
                                    height: 1px;
                                    top: -15px;
                                    left: -40px;
                                }
                                &::after {
                                    box-shadow: none;
                                    width: 1px;
                                    height: 100px;
                                    top: -35px;
                                    left: -20px;
                                }
                            }
                        }
                    }
                    &[class^=section] {
                        & h3[class^=h-service] {
                            -moz-writing-mode: vertical-rl;
                            -ms-writing-mode: tb-rl;
                            writing-mode: vertical-rl;
                            border-right: 3px solid $theme-color1;
                            border-bottom: none;
                        }
                    }
                }
            }
        }
    }
    */
  }
  body#top > main > article > section[class*=section-main] {
    padding: 0;
  }
  body#top > main > article > section[class*=section-main] > a#reservation {
    width: 120px;
    height: 120px;
    top: 0;
    text-align: center;
  }
  body#top > main > article > section[class*=section-main] > a#reservation::before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    right: -50px;
  }
  body#top > main > article > section[class*=section-main] > a#reservation > img {
    padding-right: 5px;
  }
  body#top > main > article > section[class^=section-content]#strength > h1 {
    margin-top: calc(-18rem - 5vw);
  }
  body#top > main > article > section[class^=section-content]#strength ol {
    padding-left: 50px;
    padding-bottom: 100px;
  }
  body#top > main > article > section[class^=section-content]#strength ol > li {
    position: relative;
  }
  body#top > main > article > section[class^=section-content]#strength ol > li:nth-of-type(1) {
    top: 40px;
  }
  body#top > main > article > section[class^=section-content]#strength ol > li:nth-of-type(2) {
    top: 100px;
  }
  body#top > main > article > section[class^=section-content]#strength ol > li h3 {
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left;
    line-height: calc(clamp(0.8rem, 0.75rem + 0.5vw, 1.2rem) * 1.5);
    position: absolute;
    top: 120px;
    left: -20px;
  }
  body#top > main > article > section[class^=section-content]#strength ol > li h3 > span {
    font-size: clamp(0.8rem, 0.7rem + 0.5vw, 1rem);
  }
  body#top > main > article > section[class^=section-content]#strength ol > li h3 > span::after {
    content: "\a";
    white-space: pre-wrap;
  }
  body#top > main > article > section[class^=section-content]#service[class^=section-content] > ol[class^=list-][class*=Dh][class*=Dh-nowrap][class*=-wrap3] > li figure {
    overflow: hidden;
  }
  body#top > main > article > section[class^=section-content]#service[class^=section-content] > ol[class^=list-][class*=Dh][class*=Dh-nowrap][class*=-wrap3] > li:nth-child(-n+2) {
    width: 50%;
  }
  body#top > main > article > section[class^=section-content]#service[class^=section-content] > ol[class^=list-][class*=Dh][class*=Dh-nowrap][class*=-wrap3] > li:nth-of-type(1) figure {
    border-radius: 50px 0 0 0;
  }
  body#top > main > article > section[class^=section-content]#service[class^=section-content] > ol[class^=list-][class*=Dh][class*=Dh-nowrap][class*=-wrap3] > li:nth-of-type(2) figure {
    border-radius: 0 50px 0 0;
  }
  body#top > main > article > section[class^=section-content]#service[class^=section-content] > ol[class^=list-][class*=Dh][class*=Dh-nowrap][class*=-wrap3] > li:nth-of-type(3) figure {
    border-radius: 0 0 0 50px;
  }
  body#top > main > article > section[class^=section-content]#service[class^=section-content] > ol[class^=list-][class*=Dh][class*=Dh-nowrap][class*=-wrap3] > li:nth-of-type(4) figure {
    border-radius: 0;
  }
  body#top > main > article > section[class^=section-content]#service[class^=section-content] > ol[class^=list-][class*=Dh][class*=Dh-nowrap][class*=-wrap3] > li:nth-of-type(5) figure {
    border-radius: 0 0 50px 0;
  }
  body[id$=session] section[class^=section-content]#sessiondetail ol > li {
    padding-left: 350px;
    position: relative;
  }
  body[id$=session] section[class^=section-content]#sessiondetail ol > li img {
    position: absolute;
    left: 200px;
    top: 0;
  }
  body[id$=session] section[class^=section-content]#sessiondetail ol > li *:not(img) {
    text-align: left;
    margin-left: 0;
    max-width: 1000px;
  }
  body > main > article > a#reservation {
    width: 120px;
    height: 120px;
    top: 0;
    text-align: center;
  }
  body > main > article > a#reservation::before {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    right: -50px;
  }
  body > main > article > a#reservation > img {
    padding-right: 5px;
  }
  body > main > article > section[class^=section-content][class*=Ptrbl] {
    padding: 120px calc((100% - 800px) / 2) 130px;
  }
  body > main > article > section[class^=section-content][class*=-detail] > h1 {
    margin-top: calc(-5rem - 5vw);
  }
  body > main > article > section[class^=section-content][class*=-detail] > h2, body > main > article > section[class^=section-content][class*=-detail] > p {
    padding-right: 20px;
  }
}
/* ------------------------------
	NEWS & BLOG :: LIST :: ORIGINAL
------------------------------ */
/* ------------------------------
	NEWS & BLOG :: DETAIL :: ORIGINAL
------------------------------ */
/* ------------------------------
	FORM :: ORIGINAL
------------------------------ */
/* ------------------------------
	MYPAGE :: ORIGINAL
------------------------------ */
/* ------------------------------
	FOOTER :: ORIGINAL
------------------------------ */
footer[class^=footer] {
  margin: 0;
  padding-top: 50px !important;
}
footer[class^=footer] > h5 {
  font-size: 13px;
  letter-spacing: 1.6px;
  font-family: "游明朝体", YuMincho, "游明朝 Medium", "Yu Mincho Medium", "MS PMincho", serif;
  text-align: left;
  white-space: pre;
  position: relative;
  padding-top: 30px;
  padding-left: 70px;
}
footer[class^=footer] > h5 > span {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 13px;
}
footer[class^=footer] > h5 > img {
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
footer[class^=footer] > ol {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}

@media screen and (min-width: 750px) {
  footer {
    width: 100% !important;
  }
}
@media screen and (min-width: 1000px) {
  footer {
    width: calc(100% - 100px) !important;
    margin-left: 120px !important;
  }
  footer > h5 {
    margin: 0 0 auto 30px;
  }
}
/* ------------------------------
	GREETING :: ORIGINAL
------------------------------ *//*# sourceMappingURL=layout.css.map */