@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
html, body,
div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

button {
  border: none;
}

@blockquote :before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
}

img {
  display: block;
}

hr {
  border: none;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer !important;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button {
  color: #000;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: norml;
}
body.active {
  overflow: hidden;
}

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 800px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}
#common__bg {
  position: fixed;
  z-index: -100;
  width: 114%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(0%);
  transition: transform 0s; /* 即時反映 */
}
#common__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.common__wrapper {
  width: 440px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 100px;
  background-color: #fff;
}
@media (max-width: 800px) {
  .common__wrapper {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    background: transparent;
  }
}
.common__wrapper--radius {
  border-radius: 1000px 1000px 0px 0px;
}

@media (max-width: 800px) {
  .common__firstsection {
    padding-top: 100px !important;
  }
}

.common__title h1, .common__title h2 {
  text-align: center;
  letter-spacing: 0.1em;
}
.common__title h1 {
  font-size: clamp(24px, 3.2307692308px + 0.0553846154 * 100vw, 42px);
  color: #A8964D;
  line-height: 1;
  padding-top: 1.3em;
  font-weight: 400;
}
.common__title h2 {
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 2.6em;
}
.common__title--white h1, .common__title--white h2 {
  color: #fff;
}
.common__title--TE h1 {
  color: #966A29;
}
.common__title--TO h1 {
  color: #958F60;
}

.common__bt {
  display: block;
  text-align: center;
  border-radius: 3em;
  padding: 0.8em 0px;
  line-height: 1;
  transition: all 0.3s;
}
.common__bt:hover {
  transition: all 0.3s;
}
.common__bt--ver1 {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  background-color: #fff;
  border: solid 1px #A8964D;
  color: #A8964D;
  width: calc(50% - 10px);
}
.common__bt--ver1:hover {
  background-color: #A8964D;
  color: #fff;
}
.common__bt--ver2 {
  font-size: clamp(16px, 9.0769230769px + 0.0184615385 * 100vw, 22px);
  color: #A8964D;
  background-color: #fff;
  width: min(280px, 90%);
  margin: 0 auto;
}
.common__bt--ver2:hover {
  background-color: #A8964D;
  color: #fff;
  border: solid 1px #fff;
}
.common__bt--ver3 {
  font-size: clamp(16px, 9.0769230769px + 0.0184615385 * 100vw, 22px);
  color: #fff;
  background-color: #A8964D;
  width: min(280px, 90%);
  margin: 0 auto;
}
.common__bt--ver3:hover {
  background-color: #fff;
  color: #A8964D;
  border: solid 1px #A8964D;
}
.common__bt--TE {
  background-color: #966A29;
}
.common__bt--TO {
  background-color: #958F60;
}

.component__style {
  background-color: #F8F7ED;
  padding: 0px 5% 40px 5%;
  -o-object-fit: contain;
     object-fit: contain;
}
.component__style .cs__exp {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
.component__style h3 {
  color: #A8964D;
  border-top: solid 2px #E2D5A2;
  border-bottom: solid 2px #E2D5A2;
  text-align: center;
  font-size: clamp(18px, 11.0769230769px + 0.0184615385 * 100vw, 24px);
  padding: 0.2em 0px;
  font-weight: 400;
  margin-top: 1.4em;
}
.component__style nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  margin: 30px 0px;
}
.component__style .cs__main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.component__style .cs__main .cs__item {
  width: calc(50% - 10px);
}
.component__style .cs__main .cs__item .cs__img {
  width: 100%;
  height: auto;
  aspect-ratio: 188/309;
  border-radius: 100px 100px 0px 0px;
  box-sizing: border-box;
  border: solid 2px #fff;
  overflow: hidden;
  transition: all 0.3s;
}
.component__style .cs__main .cs__item .cs__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.component__style .cs__main .cs__item .cs__img:hover img {
  transform: scale(1.2) translateY(7%);
  transition: all 0.5s;
}
.component__style .cs__main .cs__item .cs__name {
  background-color: #A8964D;
  border: 2em;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #fff;
  line-height: 1;
  padding: 0.5em 1.6em;
  margin-top: -1em;
  position: relative;
  z-index: 1;
  border-radius: 2em;
  border: solid 1px #fff;
}
.component__style .cs__main .cs__item .cs__name--TE {
  background-color: #555555;
}
.component__style .cs__main .cs__item .cs__name--TO {
  background-color: #958F60;
}
.component__style .cs__main .cs__item .cs__stylist {
  text-align: center;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  margin-top: 0.4em;
  margin-bottom: 1em;
}
.component__style--TE {
  background-color: #FFF3E2;
}
.component__style--TE h3 {
  color: #966A29;
}
.component__style--TO {
  background-color: #EDECE8;
}
.component__style--TO h3 {
  color: #958F60;
}

.common__info {
  background: linear-gradient(#A8964D, #CBB45A);
  padding-top: 70px;
  margin-top: -70px;
  padding-bottom: 105px;
}
.common__info section {
  width: 90%;
  margin: 0 auto;
}
.common__info section a {
  width: 100%;
  border-top: solid 1px #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  padding: 1em 0px;
}
.common__info section a:last-child {
  border-bottom: solid 1px #fff;
}
.common__info section a .cl__category {
  display: block;
  border: solid 2px #fff;
  line-height: 1;
  padding: 0.2em 1em;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(10px, 7.6923076923px + 0.0061538462 * 100vw, 12px);
}
.common__info section a .cl__date {
  font-size: clamp(10px, 7.6923076923px + 0.0061538462 * 100vw, 12px);
  color: #fff;
}
.common__info section a .cl__content {
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
  color: #fff;
}
.common__info .common__bt {
  margin-top: 30px;
}
.common__info--TE {
  background: linear-gradient(#966A29, #C69A5A);
}
.common__info--TO {
  background: linear-gradient(#958F60, #ADA87B);
}

.common__shops article {
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
  border: solid 2px #A8964D;
  margin-top: 40px;
  padding: 40px 0px;
}
.common__shops article img {
  display: block;
  margin: 0 auto;
  height: 80px;
}
.common__shops article p {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-top: solid 2px #E5E3D3;
  margin-top: 2.5em;
  padding: 2em 0px 3.5em 0px;
}
.common__shops .cs__link {
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 2em;
  margin-bottom: 3em;
  font-size: clamp(16px, 11.3846153846px + 0.0123076923 * 100vw, 20px);
  text-decoration: underline;
  color: #A8964D;
}

footer {
  width: 100%;
  background-color: #555555;
  text-align: center;
  padding: 1em 0px;
}
footer small {
  color: #fff;
  font-size: clamp(12px, 7.3846153846px + 0.0123076923 * 100vw, 16px);
}

#common__front {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common__cv {
  display: block;
  width: min(180px, 28vw);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: linear-gradient(#A8964D, #E2D5A2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  border: solid 1px #fff;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.3);
}
.common__cv--TE {
  background: linear-gradient(#966A29, #C69A5A);
}
.common__cv--TO {
  background: linear-gradient(#958F60, #ADA87B);
}
.common__cv div {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.common__cv div img {
  display: block;
  margin: 0 auto;
  width: min(90px, 50%);
}
.common__cv div p {
  display: block;
  font-size: clamp(14px, 3.6153846154px + 0.0276923077 * 100vw, 23px);
  text-align: center;
  color: #fff;
  line-height: 1;
}

.sp__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  position: absolute;
  top: 26px;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 9999;
}
.sp__header .header__logo {
  width: 130px;
  display: block;
}
.sp__header .header__logo img {
  display: block;
  width: 100%;
}
.sp__header .header__hum {
  width: 56px;
  height: -moz-fit-content;
  height: fit-content;
}
.sp__header .header__hum hr {
  display: block;
  transition: all 0.3s;
}
.sp__header .header__hum hr:first-child {
  width: 100%;
  height: 1;
  background-color: #555555;
  margin-bottom: 10px;
}
.sp__header .header__hum hr:last-child {
  width: 70%;
  height: 1;
  background-color: #555555;
  float: right;
}
.sp__header .header__hum.active hr {
  transition: all 0.3s;
}
.sp__header .header__hum.active hr:first-child {
  width: 100%;
  height: 1;
  background-color: #555555;
  margin-bottom: 0px;
  transform: rotate(45deg);
}
.sp__header .header__hum.active hr:last-child {
  width: 100%;
  height: 1;
  background-color: #555555;
  float: initial;
  transform: rotate(-45deg);
}

.sp__menu {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  transform: translateX(120vw);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.sp__menu.active {
  transform: translateX(0vw);
  transition: all 0.3s;
}
.sp__menu nav {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.sp__menu nav a {
  font-size: clamp(30px, 16.1538461538px + 0.0369230769 * 100vw, 42px);
  color: #A8964D;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 1em;
}
.sp__menu nav a:last-child {
  margin-bottom: 0em;
}

.pc__header {
  position: fixed;
  z-index: 1;
  width: 280px;
  left: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.pc__header a {
  line-height: 1;
  letter-spacing: 0.1em;
}
.pc__header .header__logo {
  width: 115px;
  margin: 0 auto;
  display: block;
}
.pc__header .header__logo img {
  display: block;
  width: 100%;
}
.pc__header .header__nav {
  margin: 60px 0px;
}
.pc__header .header__nav a {
  display: block;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: clamp(20px, 10.7692307692px + 0.0246153846 * 100vw, 28px);
  margin-bottom: 0.6em;
  position: relative;
  padding: 0.4em 0px;
  transition: all 0.4s;
}
.pc__header .header__nav a::after {
  content: "";
  display: block;
  width: 0px;
  transition: all 0.4s;
  height: 100%;
  background: linear-gradient(to right, #A8964D, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: -20vw;
  right: initial;
  margin: auto;
  z-index: -1;
}
.pc__header .header__nav a:hover {
  transition: all 0.4s;
}
.pc__header .header__nav a:hover::after {
  width: calc(100% + 40vw);
  transition: all 0.4s;
}
.pc__header .header__nav a:last-child {
  margin-bottom: 0px;
}
.pc__header .header__bt {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  color: #fff;
  border: solid 1px #fff;
  border-radius: 100px;
  text-align: center;
  font-size: clamp(18px, 13.3846153846px + 0.0123076923 * 100vw, 22px);
  padding: 0.8em 0px;
  transition: all 0.3s;
}
.pc__header .header__bt:hover {
  background-color: #A8964D;
  transition: all 0.3s;
}

.header__link {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 5%;
  margin: auto;
  position: fixed;
  height: -moz-fit-content;
  height: fit-content;
}
.header__link a {
  width: 117px;
  height: 117px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.header__link a:last-child {
  margin-bottom: 0px;
}
.header__link a:hover {
  box-shadow: 0px 0px 10px #A8964D;
  transition: all 0.3s;
}
.header__link a img {
  display: block;
  width: 65px;
}
.header__link--front {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: initial;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  gap: 50px;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .header__link--front {
    gap: 10vw;
  }
}
.header__link--front a {
  margin-bottom: 0px;
  width: min(280px, 40vw);
  height: auto;
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 44px rgba(85, 85, 85, 0.3);
}
.header__link--front a img {
  width: min(70%, 130px);
}

#f01 {
  position: relative;
}
#f01 .f01__main {
  width: 100%;
  border-radius: 3000px 3000px 0px 0px;
}
@media (max-width: 800px) {
  #f01 .f01__main {
    width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
    transform: translateY(110px);
  }
}
@media (max-width: 800px) {
  #f01 .f01__bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
  }
}

#f02 {
  width: 100%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}
@media (max-width: 800px) {
  #f02 {
    padding-top: 110px;
  }
}
#f02 .common__title, #f02 .f02__exp, #f02 .f02__img01 {
  position: relative;
  z-index: 1;
}
#f02 .f02__exp {
  display: block;
  font-size: clamp(14px, 9.3846153846px + 0.0123076923 * 100vw, 18px);
  width: 90%;
  margin: 0 auto;
  margin-bottom: 2em;
}
#f02 .f02__img01 {
  width: 100%;
  margin: 0 auto;
}
#f02 .f02__bg {
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: initial;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

#f03 p {
  margin-bottom: 3em;
  text-align: center;
}
#f03 iframe {
  display: block;
  width: 90%;
  aspect-ratio: 1/1;
  margin: 0 auto;
}

#f04 {
  margin: 0 auto;
  margin-top: -45px;
}
#f04 a {
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  #f04 a {
    width: 90%;
  }
}
#f04 a img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.category__main {
  background-color: #F8F7ED;
}
.category__main--TE {
  background-color: #FFF3E2;
}
.category__main--TO {
  background-color: #EDECE8;
}
.category__main section {
  width: 90%;
  margin: 0 auto;
}
.category__main section .cm__post {
  width: 100%;
  display: block;
  border-bottom: solid 1px #A8964D;
  padding: 20px 0px;
}
.category__main section .cm__post:first-child {
  border-top: solid 1px #A8964D;
}
.category__main section .cm__post .cm__category {
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  height: auto;
  padding: 0.3em 1em;
  border: solid 1px #A8964D;
  font-size: clamp(10px, 7.6923076923px + 0.0061538462 * 100vw, 12px);
}
.category__main section .cm__post div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
}
.category__main section .cm__post div .cm__date, .category__main section .cm__post div .cm__content {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}

#category__pagination {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  margin-top: 40px;
  padding-bottom: 70px;
}
#category__pagination .page-numbers {
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 33px;
  color: #A8964D;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #A8964D;
  transition: all 0.3s;
}
#category__pagination .page-numbers.current {
  background-color: #fff;
  color: #A8964D;
}
#category__pagination .page-numbers:hover {
  background-color: #A8964D;
  color: #fff;
  border: solid 1px #fff;
  transition: all 0.3s;
}

.single__style {
  width: 100%;
  margin: 0 auto;
  background-color: #F8F7ED;
  padding: 0px 5% 70px 5%;
  box-sizing: border-box;
}
.single__style--TE {
  background-color: #FFF3E2;
}
.single__style--TO {
  background-color: #EDECE8;
}
.single__style .ss__thumnail {
  width: 100%;
  aspect-ratio: 393/646;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1000px 1000px 0px 0px;
  box-sizing: border-box;
  border: solid 2px #fff;
}
.single__style .ss__category {
  display: block;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.3em 1em;
  background-color: #A8964D;
  color: #fff;
  border-radius: 3em;
  font-size: clamp(14px, 9.3846153846px + 0.0123076923 * 100vw, 18px);
  margin: 0 auto;
  margin-top: 2em;
}
.single__style .ss__category--TE {
  background-color: #555555;
}
.single__style .ss__category--TO {
  background-color: #958F60;
}
.single__style .ss__stylist {
  text-align: center;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  margin-top: 0.4em;
}
.single__style .ss__content {
  margin: 0 auto;
  margin: 30px 0px 30px 0px;
  border-top: solid 2px #E2D5A2;
  border-bottom: solid 2px #E2D5A2;
  padding: 30px 0px;
}
.single__style .ss__content h3 {
  font-size: clamp(18px, 13.3846153846px + 0.0123076923 * 100vw, 22px);
  text-align: center;
}
.single__style .ss__content p {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  margin-top: 1em;
}

.ss__links {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ss__links .ss__bt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  gap: 1em;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  color: #A8964D;
}
.ss__links .ss__bt img {
  display: block;
}
.ss__links .ss__bt--next img {
  transform: rotate(180deg);
}

.post__single {
  width: 100%;
  background-color: #F8F7ED;
  padding: 0px 5%;
  box-sizing: border-box;
  padding-bottom: 80px;
}
.post__single .ps__wrapper .ps__date {
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
}
.post__single .ps__wrapper .ps__title {
  font-size: clamp(18px, 4.1538461538px + 0.0369230769 * 100vw, 30px);
  color: #A8964D;
  margin-bottom: 0.7em;
}
.post__single--TE {
  background-color: #FFF3E2;
}
.post__single--TE .ps__title {
  color: #966A29 !important;
}
.post__single--TO {
  background-color: #EDECE8;
}
.post__single--TO .ps__title {
  color: #958F60 !important;
}
.post__single .ps__atricle {
  margin-bottom: 40px;
}
.post__single .ps__atricle .editor-styles-wrapper,
.post__single .ps__atricle .entry-content {
  font-size: clamp(15px, 13.8461538462px + 0.0030769231 * 100vw, 16px);
  line-height: 1.8;
}
.post__single .ps__atricle .editor-styles-wrapper p,
.post__single .ps__atricle .entry-content p {
  margin: 0 0 1.5rem;
}
.post__single .ps__atricle .editor-styles-wrapper h1, .post__single .ps__atricle .editor-styles-wrapper h2, .post__single .ps__atricle .editor-styles-wrapper h3, .post__single .ps__atricle .editor-styles-wrapper h4, .post__single .ps__atricle .editor-styles-wrapper h5, .post__single .ps__atricle .editor-styles-wrapper h6,
.post__single .ps__atricle .entry-content h1,
.post__single .ps__atricle .entry-content h2,
.post__single .ps__atricle .entry-content h3,
.post__single .ps__atricle .entry-content h4,
.post__single .ps__atricle .entry-content h5,
.post__single .ps__atricle .entry-content h6 {
  line-height: 1.25;
  margin: 2rem 0 1rem;
  font-weight: 700;
}
.post__single .ps__atricle .editor-styles-wrapper h1,
.post__single .ps__atricle .entry-content h1 {
  font-size: clamp(30px, 13.8461538462px + 0.0430769231 * 100vw, 44px);
}
.post__single .ps__atricle .editor-styles-wrapper h2,
.post__single .ps__atricle .entry-content h2 {
  font-size: clamp(26px, 14.4615384615px + 0.0307692308 * 100vw, 36px);
}
.post__single .ps__atricle .editor-styles-wrapper h3,
.post__single .ps__atricle .entry-content h3 {
  font-size: clamp(22px, 15.0769230769px + 0.0184615385 * 100vw, 28px);
}
.post__single .ps__atricle .editor-styles-wrapper h4,
.post__single .ps__atricle .entry-content h4 {
  font-size: clamp(18px, 13.3846153846px + 0.0123076923 * 100vw, 22px);
}
.post__single .ps__atricle .editor-styles-wrapper h5,
.post__single .ps__atricle .entry-content h5 {
  font-size: clamp(16px, 13.6923076923px + 0.0061538462 * 100vw, 18px);
}
.post__single .ps__atricle .editor-styles-wrapper h6,
.post__single .ps__atricle .entry-content h6 {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
.post__single .ps__atricle .editor-styles-wrapper b, .post__single .ps__atricle .editor-styles-wrapper strong,
.post__single .ps__atricle .entry-content b,
.post__single .ps__atricle .entry-content strong {
  font-weight: 700;
}
.post__single .ps__atricle .editor-styles-wrapper em, .post__single .ps__atricle .editor-styles-wrapper i,
.post__single .ps__atricle .entry-content em,
.post__single .ps__atricle .entry-content i {
  font-style: italic;
}
.post__single .ps__atricle .editor-styles-wrapper ul, .post__single .ps__atricle .editor-styles-wrapper ol,
.post__single .ps__atricle .entry-content ul,
.post__single .ps__atricle .entry-content ol {
  padding-left: 1.25em;
  margin: 0 0 1.5rem;
}
.post__single .ps__atricle .editor-styles-wrapper ul,
.post__single .ps__atricle .entry-content ul {
  list-style: disc;
}
.post__single .ps__atricle .editor-styles-wrapper ol,
.post__single .ps__atricle .entry-content ol {
  list-style: decimal;
}
.post__single .ps__atricle .editor-styles-wrapper li,
.post__single .ps__atricle .entry-content li {
  margin: 0 0 0.4rem;
}
.post__single .ps__atricle .editor-styles-wrapper li > ul, .post__single .ps__atricle .editor-styles-wrapper li > ol,
.post__single .ps__atricle .entry-content li > ul,
.post__single .ps__atricle .entry-content li > ol {
  margin-top: 0.4rem;
}
.post__single .ps__atricle .editor-styles-wrapper a,
.post__single .ps__atricle .entry-content a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.post__single .ps__atricle .editor-styles-wrapper a:hover,
.post__single .ps__atricle .entry-content a:hover {
  text-decoration-thickness: 2px;
}
.post__single .ps__atricle .editor-styles-wrapper blockquote,
.post__single .ps__atricle .entry-content blockquote {
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  border-left: 4px solid currentColor;
}
.post__single .ps__atricle .editor-styles-wrapper blockquote p:last-child,
.post__single .ps__atricle .entry-content blockquote p:last-child {
  margin-bottom: 0;
}
.post__single .ps__atricle .editor-styles-wrapper blockquote cite,
.post__single .ps__atricle .entry-content blockquote cite {
  display: block;
  margin-top: 0.6rem;
  font-style: normal;
  opacity: 0.7;
  font-size: clamp(13px, 11.8461538462px + 0.0030769231 * 100vw, 14px);
}
.post__single .ps__atricle .editor-styles-wrapper hr,
.post__single .ps__atricle .editor-styles-wrapper .wp-block-separator,
.post__single .ps__atricle .entry-content hr,
.post__single .ps__atricle .entry-content .wp-block-separator {
  border: 0;
  height: 1px;
  background: currentColor;
  opacity: 0.15;
  margin: 2rem 0;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-separator.is-style-wide,
.post__single .ps__atricle .entry-content .wp-block-separator.is-style-wide {
  height: 2px;
  opacity: 0.2;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-separator.is-style-dots,
.post__single .ps__atricle .entry-content .wp-block-separator.is-style-dots {
  background: none;
  text-align: center;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-separator.is-style-dots:before,
.post__single .ps__atricle .entry-content .wp-block-separator.is-style-dots:before {
  content: "···";
  letter-spacing: 1em;
  opacity: 0.45;
}
.post__single .ps__atricle .editor-styles-wrapper img, .post__single .ps__atricle .editor-styles-wrapper video, .post__single .ps__atricle .editor-styles-wrapper svg, .post__single .ps__atricle .editor-styles-wrapper canvas,
.post__single .ps__atricle .entry-content img,
.post__single .ps__atricle .entry-content video,
.post__single .ps__atricle .entry-content svg,
.post__single .ps__atricle .entry-content canvas {
  max-width: 100%;
  height: auto;
}
.post__single .ps__atricle .editor-styles-wrapper figure,
.post__single .ps__atricle .entry-content figure {
  margin: 2rem 0;
}
.post__single .ps__atricle .editor-styles-wrapper figure figcaption,
.post__single .ps__atricle .entry-content figure figcaption {
  margin-top: 0.4rem;
  font-size: clamp(12px, 10.8461538462px + 0.0030769231 * 100vw, 13px);
  line-height: 1.5;
  opacity: 0.8;
  text-align: center;
}
.post__single .ps__atricle .editor-styles-wrapper .alignnone,
.post__single .ps__atricle .entry-content .alignnone {
  margin: 1.5rem 0;
}
.post__single .ps__atricle .editor-styles-wrapper .aligncenter,
.post__single .ps__atricle .editor-styles-wrapper .wp-block-image .aligncenter,
.post__single .ps__atricle .entry-content .aligncenter,
.post__single .ps__atricle .entry-content .wp-block-image .aligncenter {
  display: block;
  margin: 1.5rem auto;
  text-align: center;
}
.post__single .ps__atricle .editor-styles-wrapper .alignleft,
.post__single .ps__atricle .entry-content .alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
  max-width: 50%;
}
.post__single .ps__atricle .editor-styles-wrapper .alignright,
.post__single .ps__atricle .entry-content .alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
  max-width: 50%;
}
.post__single .ps__atricle .editor-styles-wrapper .alignwide,
.post__single .ps__atricle .entry-content .alignwide {
  margin-left: calc(-1 * var(--wp--style--root--padding, 0));
  margin-right: calc(-1 * var(--wp--style--root--padding, 0));
}
.post__single .ps__atricle .editor-styles-wrapper .alignfull,
.post__single .ps__atricle .entry-content .alignfull {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-button,
.post__single .ps__atricle .entry-content .wp-block-button {
  margin: 1.5rem 0;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-button .wp-block-button__link,
.post__single .ps__atricle .entry-content .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 0.7em 1.1em;
  border-radius: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
.post__single .ps__atricle .entry-content .wp-block-button.is-style-outline .wp-block-button__link {
  background: transparent;
  border: 2px solid currentColor;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-pullquote,
.post__single .ps__atricle .entry-content .wp-block-pullquote {
  margin: 3rem 0;
  padding: 1.5rem 2rem;
  border-top: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  text-align: center;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-pullquote blockquote,
.post__single .ps__atricle .entry-content .wp-block-pullquote blockquote {
  border: 0;
  padding: 0;
  margin: 0;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-pullquote p,
.post__single .ps__atricle .entry-content .wp-block-pullquote p {
  font-size: clamp(20px, 10.7692307692px + 0.0246153846 * 100vw, 28px);
  margin-bottom: 1rem;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-pullquote cite,
.post__single .ps__atricle .entry-content .wp-block-pullquote cite {
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
  opacity: 0.7;
}
.post__single .ps__atricle .editor-styles-wrapper code, .post__single .ps__atricle .editor-styles-wrapper kbd, .post__single .ps__atricle .editor-styles-wrapper samp,
.post__single .ps__atricle .entry-content code,
.post__single .ps__atricle .entry-content kbd,
.post__single .ps__atricle .entry-content samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.95em;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.1em 0.35em;
  border-radius: 0.35em;
}
.post__single .ps__atricle .editor-styles-wrapper pre,
.post__single .ps__atricle .entry-content pre {
  overflow: auto;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  line-height: 1.6;
  font-size: clamp(13px, 11.8461538462px + 0.0030769231 * 100vw, 14px);
  background: rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
}
.post__single .ps__atricle .editor-styles-wrapper pre code,
.post__single .ps__atricle .entry-content pre code {
  background: transparent;
  padding: 0;
  font-size: inherit;
}
.post__single .ps__atricle .editor-styles-wrapper table,
.post__single .ps__atricle .entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
.post__single .ps__atricle .editor-styles-wrapper th, .post__single .ps__atricle .editor-styles-wrapper td,
.post__single .ps__atricle .entry-content th,
.post__single .ps__atricle .entry-content td {
  padding: 0.7em 0.8em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  text-align: left;
  vertical-align: top;
}
.post__single .ps__atricle .editor-styles-wrapper thead th,
.post__single .ps__atricle .entry-content thead th {
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.post__single .ps__atricle .editor-styles-wrapper tbody tr:hover,
.post__single .ps__atricle .entry-content tbody tr:hover {
  background: rgba(0, 0, 0, 0.03);
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-gallery,
.post__single .ps__atricle .entry-content .wp-block-gallery {
  gap: 1rem;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item,
.post__single .ps__atricle .entry-content .wp-block-gallery .blocks-gallery-item {
  margin: 0;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-gallery figcaption,
.post__single .ps__atricle .entry-content .wp-block-gallery figcaption {
  font-size: clamp(12px, 10.8461538462px + 0.0030769231 * 100vw, 13px);
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-embed,
.post__single .ps__atricle .editor-styles-wrapper .wp-embed-responsive,
.post__single .ps__atricle .entry-content .wp-block-embed,
.post__single .ps__atricle .entry-content .wp-embed-responsive {
  margin: 2rem 0;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-embed .wp-block-embed__wrapper,
.post__single .ps__atricle .editor-styles-wrapper .wp-block-embed .wp-block-embed__video,
.post__single .ps__atricle .editor-styles-wrapper .wp-embed-responsive .wp-block-embed__wrapper,
.post__single .ps__atricle .editor-styles-wrapper .wp-embed-responsive .wp-block-embed__video,
.post__single .ps__atricle .entry-content .wp-block-embed .wp-block-embed__wrapper,
.post__single .ps__atricle .entry-content .wp-block-embed .wp-block-embed__video,
.post__single .ps__atricle .entry-content .wp-embed-responsive .wp-block-embed__wrapper,
.post__single .ps__atricle .entry-content .wp-embed-responsive .wp-block-embed__video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-embed .wp-block-embed__wrapper iframe, .post__single .ps__atricle .editor-styles-wrapper .wp-block-embed .wp-block-embed__wrapper video,
.post__single .ps__atricle .editor-styles-wrapper .wp-block-embed .wp-block-embed__video iframe,
.post__single .ps__atricle .editor-styles-wrapper .wp-block-embed .wp-block-embed__video video,
.post__single .ps__atricle .editor-styles-wrapper .wp-embed-responsive .wp-block-embed__wrapper iframe,
.post__single .ps__atricle .editor-styles-wrapper .wp-embed-responsive .wp-block-embed__wrapper video,
.post__single .ps__atricle .editor-styles-wrapper .wp-embed-responsive .wp-block-embed__video iframe,
.post__single .ps__atricle .editor-styles-wrapper .wp-embed-responsive .wp-block-embed__video video,
.post__single .ps__atricle .entry-content .wp-block-embed .wp-block-embed__wrapper iframe,
.post__single .ps__atricle .entry-content .wp-block-embed .wp-block-embed__wrapper video,
.post__single .ps__atricle .entry-content .wp-block-embed .wp-block-embed__video iframe,
.post__single .ps__atricle .entry-content .wp-block-embed .wp-block-embed__video video,
.post__single .ps__atricle .entry-content .wp-embed-responsive .wp-block-embed__wrapper iframe,
.post__single .ps__atricle .entry-content .wp-embed-responsive .wp-block-embed__wrapper video,
.post__single .ps__atricle .entry-content .wp-embed-responsive .wp-block-embed__video iframe,
.post__single .ps__atricle .entry-content .wp-embed-responsive .wp-block-embed__video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-columns,
.post__single .ps__atricle .entry-content .wp-block-columns {
  margin: 2rem 0;
  gap: 1rem;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-column > *:first-child,
.post__single .ps__atricle .entry-content .wp-block-column > *:first-child {
  margin-top: 0;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-column > *:last-child,
.post__single .ps__atricle .entry-content .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.post__single .ps__atricle .editor-styles-wrapper .wp-block-image img,
.post__single .ps__atricle .entry-content .wp-block-image img {
  border-radius: 0.5rem;
}
.post__single .ps__atricle .editor-styles-wrapper:after,
.post__single .ps__atricle .entry-content:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 640px) {
  .post__single .ps__atricle .editor-styles-wrapper .alignleft,
  .post__single .ps__atricle .editor-styles-wrapper .alignright,
  .post__single .ps__atricle .entry-content .alignleft,
  .post__single .ps__atricle .entry-content .alignright {
    float: none;
    margin: 1.5rem auto;
    max-width: 100%;
    display: block;
    text-align: center;
  }
}

.staff__top {
  background-color: #F8F7ED;
}
.staff__top--TE {
  background-color: #FFF3E2;
}
.staff__top--TO {
  background-color: #EDECE8;
}
.staff__top #staff__row {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  border-bottom: solid 1px #E2D5A2;
  padding-bottom: 30px;
}
.staff__top #staff__row .sr__single {
  display: block;
  width: calc(50% - 16px);
}
.staff__top #staff__row .sr__single .sr__thumnail {
  display: block;
  width: 100%;
  aspect-ratio: 188/309;
  border-radius: 1000px 1000px 0px 0px;
  border: solid 2px #fff;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.staff__top #staff__row .sr__single .sr__read {
  text-align: center;
  color: #A8964D;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
.staff__top #staff__row .sr__single .sr__name {
  text-align: center;
  font-size: clamp(16px, 11.3846153846px + 0.0123076923 * 100vw, 20px);
  line-height: 1;
  margin-top: 0.2em;
  margin-bottom: 1em;
}
.staff__top #staff__row .sr__single .sr__price {
  margin-bottom: 1em;
  text-align: center;
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
}
.staff__top #staff__row .sr__single .sr__links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.staff__top #staff__row .sr__single .sr__links .sr__icon {
  margin-bottom: 1.5em;
}
.staff__top #staff__row .sr__single .sr__links .sr__schedule {
  margin-bottom: 1.5em;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5em 1em;
  background-color: #fff;
  border: solid 1px #555555;
  color: #555555;
  border-radius: 3em;
  font-size: clamp(10px, 5.3846153846px + 0.0123076923 * 100vw, 14px);
}
.staff__top #staff__row .sr__single .sr__exp {
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  margin-bottom: 1.5em;
}

.staff__message {
  background-color: #F8F7ED;
  padding-top: 50px;
  padding-bottom: 70px;
}
.staff__message--TE {
  background-color: #FFF3E2;
}
.staff__message--TO {
  background-color: #EDECE8;
}
.staff__message .sm__image {
  width: 90%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 394/263;
}
.staff__message p {
  width: 90%;
  margin: 0 auto;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
  margin-top: 3em;
  margin-bottom: 1em;
}
.staff__message .sm__sign {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}
.staff__message .sm__sign img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 4em;
  max-width: 90%;
}

.menu__wrapper {
  background-color: #F8F7ED;
  padding: 0px 5% 40px 5%;
}
.menu__wrapper--TE {
  background-color: #FFF3E2;
}
.menu__wrapper--TO {
  background-color: #EDECE8;
}
.menu__wrapper .menu__caution {
  background-color: #fff;
  padding: 5%;
}
.menu__wrapper .menu__caution p {
  color: #C90000;
}
.menu__wrapper h3 {
  position: relative;
  color: #A8964D;
  font-size: clamp(18px, 15.6923076923px + 0.0061538462 * 100vw, 20px);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  margin-top: 40px;
  font-weight: 400;
}
.menu__wrapper h3::after {
  content: "";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #A8964D;
}
.menu__wrapper ul li {
  font-size: clamp(16px, 13.6923076923px + 0.0061538462 * 100vw, 18px);
  border-bottom: solid 1px #E2D5A2;
  width: 96%;
  margin: 0 auto;
  padding: 1em 0px;
}
.menu__wrapper ul li:last-child {
  border-bottom: none;
}
.menu__wrapper ul li span {
  color: #C90000;
  display: block;
  margin-top: 1em;
}

.calender__wrapper {
  width: 90%;
  margin: 0 auto;
}

.company__wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #F8F7ED;
  padding: 0px 5% 50px 5%;
  box-sizing: border-box;
}
.company__wrapper--TE {
  background-color: #FFF3E2;
}
.company__wrapper--TO {
  background-color: #EDECE8;
}
.company__wrapper section dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top: solid 1px #A8964D;
  padding: 1em 0px;
  width: 100%;
  position: relative;
  align-items: stretch;
}
.company__wrapper section dl:last-child {
  border-bottom: solid 1px #A8964D;
}
.company__wrapper section dl dt {
  width: 30%;
  display: block;
  font-size: clamp(14px, 11.6923076923px + 0.0061538462 * 100vw, 16px);
}
.company__wrapper section dl dd {
  width: 70%;
  display: block;
  font-size: clamp(12px, 9.6923076923px + 0.0061538462 * 100vw, 14px);
}/*# sourceMappingURL=style.css.map */