@charset "utf-8";
/*
Theme Name: RUMIRAS
Template: famous_tcd064
*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;500&family=Noto+Serif+JP:wght@500;600;700&display=swap");

/*reset*/
/*******************************************************************/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

i {
  vertical-align: middle;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

ul,
ol {
  list-style: none;
}

i {
  font-style: normal;
}

a {
  color: #222;
  text-decoration: none;
}

@media only screen and (min-width: 769px) {
  a {
    transition: all 0.2s ease-out;
  }

  a:hover {
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
  }
}

* :focus {
  outline: none;
}

/*LAYOUT*/
/*******************************************************************/
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  background: #f5f2f0;
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif !important;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #222;
}

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

#container::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  width: 222px;
  height: 100%;
  background: url("img/common/rumiras.svg") left top no-repeat;
  pointer-events: none;
  z-index: -2;
}

i,
time,
address,
.paging {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

strong {
  font-weight: 600;
}

/*HEADER*/
/*******************************************************************/
#header {
  position: relative;
  margin: 0 auto;
  padding: 32px;
  text-align: center;
  z-index: 9999;
  pointer-events: none;
}

#logo {
  display: inline-block;
  width: 100px;
  margin-bottom: 16px;
  pointer-events: auto;
}

#nav {
  pointer-events: auto;
}

#contactbtn {
  position: absolute;
  top: 32px;
  right: 32px;
  pointer-events: auto;
}

#contactbtn i {
  font-size: 2.5rem;
  font-weight: 500;
}

#contactbtn a {
  display: inline-block;
  padding: 0 8px 8px;
  border-bottom: 1px solid #d4ccc6;
  color: #715749;
}

@media only screen and (min-width: 1025px) {
  body:not(.home) #nav > ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  body:not(.home) #nav > ul > li {
    position: relative;
    padding: 16px 2.4vw;
    white-space: nowrap;
  }

  body:not(.home) #nav > ul > li ul {
    pointer-events: none;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.2s ease-out;
  }

  body:not(.home) #nav > ul > li:hover ul {
    pointer-events: auto;
    top: 100%;
    opacity: 1;
  }

  #nav > ul > li ul a {
    display: block;
    padding: 8px;
    background: #715749;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1.2rem;
    color: #fff;
  }

  #nav > ul > li ul a:hover {
    opacity: 0.9;
  }

  body.home #header {
    position: absolute;
    top: 0;
    left: 260px;
    width: calc(100% - 260px);
    text-align: left;
  }

  body.home #nav > ul {
    display: inline-block;
  }

  body.home #nav > ul > li {
    position: relative;
    padding: 1.4vh 0;
  }

  body.home #nav > ul > li ul {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 90%;
    opacity: 0;
    white-space: nowrap;
    transition: 0.2s ease-out;
  }

  body.home #nav > ul > li:hover ul {
    pointer-events: auto;
    left: 100%;
    opacity: 1;
  }

  #open {
    display: none;
  }
}

/*FOOTER*/
/*******************************************************************/
#footer {
  position: relative;
}

#footerlink {
  width: 94%;
  max-width: 1700px;
  margin: 200px auto;
  padding: 0 50px;
}

#footerlink ul {
  display: flex;
  margin: 0 -16px;
}

#footerlink li {
  flex: 1;
  margin: 0 16px;
}

#footerlink li a {
  display: block;
  padding: 32px;
  background: url("img/common/arr.svg") right 64px center no-repeat;
  border: 1px solid #715749;
  color: #715749;
}

#footerlink li a i {
  font-size: 4.5rem;
}

#footerlink li a:hover {
  background-position: right 56px center;
}

#sitemap {
  position: relative;
  display: flex;
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 200px 0;
}

#sitemap::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: url("img/common/footer.jpg") center no-repeat;
  background-size: cover;
  z-index: -1;
}

#sitemap .logo {
  align-self: center;
  width: 133px;
}

#sitemap ul {
  columns: 2;
  margin: 0 12%;
}

#sitemap li {
  padding: 16px;
}

#sitemap li a {
  color: #fff;
}

#sitemap address {
  align-self: flex-end;
  margin-left: auto;
  font-size: 1.8rem;
  font-style: normal;
  color: #fff;
}

#pagetop {
  position: absolute;
  bottom: calc(100% + 48px);
  left: calc(50% - 50vw);
  z-index: 10;
}

/*CONTENTS*/
/*******************************************************************/
#main {
  position: relative;
}

article {
  position: relative;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}

article header {
  position: relative;
  margin-bottom: 40px;
}

article header h2 {
  text-align: center;
  font-size: 3rem;
  color: #715749;
}

article header p {
  margin-bottom: 72px;
  text-align: center;
  font-size: 2.8rem;
}

article header * + p {
  margin-top: 32px;
}

section {
  position: relative;
}

header + header,
section + section {
  margin-top: 96px;
}

section h2 {
  font-size: 3rem;
  margin-bottom: 24px;
  color: #715749;
}

section h3 {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

section h4 {
  font-size: 1.8rem;
  margin-bottom: 16px;
}

article p,
section dl,
section p,
section table {
}

section p:not(:last-child) {
  margin-bottom: 24px;
}

figure {
  position: relative;
}

figure > img,
figure a > img {
  width: 100%;
  max-width: initial;
}

.full {
  width: auto;
  max-width: initial;
}

.wide {
  max-width: 1600px;
}

.narrow {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.vnarrow {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -40px;
}

.row > * {
  flex: 1;
  margin: 0 12px 40px;
}

.reverse {
  flex-direction: row-reverse;
}

.as-center {
  align-self: center;
}

.w40 {
  flex: none;
  width: calc(40% - 24px);
}

.btn {
  margin-top: 64px;
}

.btn a {
  display: inline-block;
  width: 100%;
  max-width: 537px;
  padding: 16px 40px;
  text-align: center;
  background: url("img/common/arr.svg") right 20px center no-repeat;
  border-bottom: 1px solid #c9beb7;
  font-size: 2.2rem;
  color: #715749;
}

.btn a:hover {
  background-position: right 8px center;
}

.fs14 {
  font-size: 1.4rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs20 {
  font-size: 2rem;
}

.fs22 {
  font-size: 2.2rem;
}

.fs24 {
  font-size: 2.4rem;
}

.fs30 {
  font-size: 3rem;
}

.fs67 {
  font-size: 6.7rem;
}

.gold {
  color: #715749;
}

.blank {
  padding-right: 24px;
  background: url("img/common/blank.svg") right center no-repeat;
  color: #715749;
}

a.underline {
  text-decoration: underline !important;
}

.sp {
  display: none;
}

.fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animated {
  opacity: 0;
  animation-duration: 0.8s;
  animation-delay: 0.1s;
  animation-fill-mode: both;
}

.p-page-header .p-page-header__inner {
  opacity: 1 !important;
}

/*TOP*/
#mv {
  width: auto;
  max-width: initial;
  height: 100vh;
  padding: 0;
}

#mv figure {
  height: calc(75vh - 95px);
  min-height: 400px;
  margin: 95px 0 0 600px;
}

#mv section {
  padding: 8.8vh 4vw 0;
}

#mv p {
  margin-top: 16px;
  color: #715749;
}

#scroll {
  position: absolute;
  right: 4vw;
  bottom: 0;
  z-index: 10;
}

#scroll::after {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  margin: 12px auto 0;
  background-color: #d4ccc6;
  transform-origin: bottom;
  animation: scroll 3s cubic-bezier(0.84, 0.09, 0.2, 0.95) infinite;
}

#scroll a {
  display: block;
  color: #715749;
  white-space: nowrap;
}

@keyframes scroll {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  25% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }

  26% {
    -webkit-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }

  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}

.slick-dots {
  bottom: auto;
  top: -7.2vh;
  left: auto;
  right: 0;
  text-align: right;
  z-index: 2;
}

.slick-dots li {
  width: auto;
  height: auto;
  font-size: 2rem;
  color: #715749;
}

.slick-dots li.slick-active {
  border-bottom: 1px solid #c9beb7;
}

.heading {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.heading::after {
  content: "";
  flex: 1;
  display: block;
  width: 100%;
  max-width: 537px;
  height: 1px;
  background: #e3dcd8;
}

.heading i {
  font-size: 6.4rem;
  color: #715749;
}

.heading h2 + i {
  margin: 0 40px;
  font-size: 2.4rem;
  color: #222;
}

.heading h2 {
  margin-bottom: 0;
  font-size: 3rem;
  color: #715749;
}

.heading i + h2 {
  margin: 0 24px;
  font-size: 1.6rem;
  color: #222;
}

.heading-link {
  display: flex;
  margin-bottom: 80px;
}

.heading-link i {
  font-size: 4.5rem;
  color: #715749;
}

.heading-link h2 {
  margin-top: 8px;
  margin-bottom: 0;
  text-align: left;
  font-size: 1.5rem;
}

.heading-link .more {
  display: flex;
  align-items: center;
  margin-left: 72px;
  padding-left: 72px;
  border-left: 1px solid #c9beb7;
}

.heading-link .more a {
  display: inline-block;
  padding-right: 80px;
  background: url("img/common/arr.svg") right center no-repeat;
  font-size: 1.5rem;
}

.news {
  width: 100%;
  border-collapse: collapse;
}

.news tr:not(:first-of-type) {
  border-top: 1px solid #c9beb7;
}

.news th {
  padding: 20px 0;
  white-space: nowrap;
}

.news td {
  padding: 20px 0 20px 40px;
}

.news .cat {
  display: block;
  padding: 4px 8px;
  text-align: center;
  background: #c9beb7;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
}

#topabout {
  padding-bottom: 80px;
}

#topabout::before {
  content: "";
  position: absolute;
  top: 34%;
  left: calc(50% - 50vw);
  width: 81.25vw;
  height: 66%;
  background: rgba(255, 255, 255, 0.5);
  z-index: -1;
}

#topabout header {
  display: flex;
  align-items: center;
}

#topabout header h2 {
  margin-right: 40px;
  font-size: 6.4rem;
  color: #715749;
}

#topabout header p {
  font-size: 1.6rem;
}

.about {
  margin-top: 120px;
}

.about li {
  flex: none;
  width: calc(100% / 3 - 24px);
  flex-flow: column;
}

.about li i {
  display: block;
  margin-top: -0.6em;
  font-size: 6.4vw;
  color: rgba(113, 87, 73, 0.3);
}

.about li a {
  display: block;
}

.about li a figure {
  margin-bottom: 16px;
}

.deco {
  position: absolute;
  top: 120px;
  right: calc(50% - 50vw);
  font-size: 10vw;
  color: rgba(113, 87, 73, 0.2);
  white-space: nowrap;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  z-index: -2;
}

#topyogatherapy,
#toponlineyoga {
  display: flex;
}

#topyogatherapy figure,
#toponlineyoga figure {
  flex: none;
  width: 40vw;
  padding-left: 4vw;
}

#topyogatherapy p {
  margin-bottom: 80px;
}

#topyogatherapy .deco,
#toponlineyoga .deco {
  position: relative;
  top: 0;
  right: auto;
  order: -1;
}

#topbizyoga {
  display: flex;
}

#topbizyoga figure {
  flex: none;
  width: 40vw;
  padding-right: 4vw;
  text-align: right;
}

#topbizyoga p {
  max-width: 742px;
  margin: 0 auto 80px;
}

#topbizyoga .deco {
  position: relative;
  top: 0;
  right: auto;
}

#toponlineyoga h3 {
  margin-bottom: 70px;
  font-size: 2.6vw;
  color: #715749;
}

#topfeatures {
  display: flex;
}

#topfeatures::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 50vw);
  width: 81.25vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.39);
  z-index: -1;
}

#topfeatures header {
  flex: 1;
}

#topfeatures header h2 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  padding-right: 4vw;
  text-align: left;
  font-size: 2.6vw;
  color: #715749;
}

#topfeatures header figure {
  width: 36vw;
}

#topfeatures section {
  flex: 1;
  padding-right: 8vw;
}

#topfeatures li {
  display: flex;
  margin-bottom: 64px;
  padding-bottom: 64px;
  border-bottom: 1px solid #e5dfdb;
}

#topfeatures li i {
  margin-top: -0.3em;
  margin-right: 32px;
  font-size: 5vw;
  color: rgba(113, 87, 73, 0.3);
}

#topfeatures li > span {
  font-size: 2.4rem;
  line-height: 1.4;
}

#topfeatures li > span span {
  font-size: 1.6rem;
}

#topblog section {
  margin-right: calc(50% - 50vw);
}

.list div {
  margin-right: 30px;
}

.list .slick-list {
  overflow: visible;
}

.list a {
  display: block;
}

.list a figure {
  width: 100%;
  margin-bottom: 16px;
  padding-top: calc(200 / 300 * 100%);
  background: #fff;
}

/*PAGE*/
#title {
  position: relative;
  display: flex;
  padding: 96px 0 120px 18vw;
}

#title::before {
  content: "";
  position: absolute;
  top: 36%;
  right: 0;
  width: 87vw;
  height: 64%;
  background: rgba(255, 255, 255, 0.39);
  z-index: -1;
}

#title figure {
  order: 1;
  width: 55%;
  padding-top: 400px;
}

#title div {
  flex: 1;
  padding-right: 40px;
}

#title i {
  float: left;
  display: inline-block;
  margin-right: 40px;
  font-size: 6.4rem;
  color: #715749;
}

#title h1 {
  float: left;
  padding: 16px 0;
  font-size: 1.6rem;
}

#title h2 {
  clear: both;
  padding-top: 32px;
  font-size: 2vw;
}

#title p {
  clear: both;
  padding-top: 32px;
}

.profile figure {
  flex: none;
  width: 290px;
}

.profile h2 {
  margin-bottom: 16px;
}

.profile ul {
  margin-top: 72px;
  padding: 56px 72px;
  border: 4px solid #ece8e5;
  outline: 2px solid #ece8e5;
  outline-offset: -9px;
}

.profile li {
  padding: 8px 0 8px 2em;
  text-indent: -2em;
  font-size: 1.8rem;
}

.profile li::before {
  content: "▣";
  margin-right: 1em;
}

.profile .btn {
  text-align: right;
}

.profile .btn a {
  text-align: left;
  border: 1px solid #715749;
  font-size: 1.5rem;
}

.profile .btn a i {
  display: inline-block;
  margin-right: 16px;
  font-size: 4rem;
}

.column {
  flex-wrap: nowrap;
  margin: 0;
}

.column:not(.nobg) {
  padding-bottom: 120px;
}

.column:not(.nobg)::before {
  content: "";
  position: absolute;
  top: 24%;
  right: calc(50% - 50vw);
  width: 87vw;
  height: 76%;
  background: rgba(255, 255, 255, 0.39);
  z-index: -1;
}

.column > div {
  align-self: center;
  flex: none;
  width: 52%;
  margin-bottom: 0;
}

.column > figure {
  flex: none;
  width: 45vw;
  margin-left: auto;
  margin-right: calc(50% - 50vw);
  margin-bottom: 0;
}

.column.reverse:not(.nobg)::before {
  right: auto;
  left: calc(50% - 50vw);
}

.column.reverse > figure {
  margin-right: auto;
  margin-left: calc(50% - 50vw);
}

.column h2 {
  color: #715749;
}

.column .num {
  margin: -0.2em 0 24px;
  font-size: 12.5rem;
  color: rgba(113, 87, 73, 0.3);
}

.activities > div {
  width: 71%;
  padding-right: 40px;
}

.activities > figure {
  flex: 1;
  margin-right: -12px;
}

.qualification {
  margin-top: 120px;
  padding-bottom: 120px;
}

.qualification::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.39);
  z-index: -1;
}

.qualification .row {
  margin-left: -40px;
  margin-right: -40px;
}

.qualification .row > * {
  margin-left: 40px;
  margin-right: 40px;
}

.qualification li {
  padding: 6px 0 6px 1.5em;
  text-indent: -1.5em;
}

.box {
  position: relative;
  padding: 40px 80px;
  background: rgba(255, 255, 255, 0.39);
}

.box.alt {
  background: rgba(201, 190, 183, 0.2);
}

.media figure {
  flex: none;
  width: 40%;
}

.media dl {
  margin-top: 24px;
}

.media dt {
  clear: left;
  float: left;
  padding: 4px 8px;
  background: #715749;
  border-radius: 3px;
  font-size: 1.4rem;
  color: #fff;
}

.media dd {
  padding: 4px 0 0 140px;
}

.voice figure {
  align-self: flex-start;
  flex: none;
  width: 24%;
  margin-right: 40px;
}

.voice figure .circle {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%;
}

.voice figure span img {
  border-radius: 50%;
}

.voice h2 {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(201, 190, 183, 0.5);
  font-size: 2.4rem;
  color: #222;
}

.voice.alt {
  margin-top: 96px;
  padding: 96px 0;
}

.voice.alt::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.39);
  z-index: -1;
}

.voice.alt figure {
  margin-right: 12px;
  margin-left: 40px;
}

#concept header {
  text-align: center;
}

#concept header h2 {
  font-size: 3rem;
  color: #715749;
}

#concept header i {
  font-size: 2.4rem;
}

#concept .column::before {
  top: 56px;
  height: calc(100% - 56px);
}

#concept .column > div {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

#concept .column > div .btn {
  margin-top: auto;
}

.yogatherapy {
  padding: 60px 48px;
  background: rgba(255, 255, 255, 0.39);
}

.yogatherapy h3 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  display: inline-block;
  width: 100%;
  max-width: 475px;
  text-align: center;
  background: #af9a8e;
  font-size: 2.6rem;
  color: #fff;
}

.number::before {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(50% - 50vw);
  width: 87vw;
  height: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.39);
  z-index: -1;
}

.number > div {
  align-self: center;
  margin-bottom: 0;
}

.number > figure {
  margin-bottom: 0;
}

.number h3 {
  margin-bottom: 8px;
  font-size: 3rem;
}

.number h4 {
  margin-bottom: 24px;
  font-size: 2rem;
  color: #715749;
}

.number .num {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw + 1vw);
  font-size: 13vw;
  color: rgba(201, 190, 183, 0.3);
}

.number .text {
  position: absolute;
  top: -0.5em;
  right: calc(50% - 50vw + 1vw);
  font-size: 7.6vw;
  color: rgba(201, 190, 183, 0.3);
  z-index: 1;
}

.number.reverse::before {
  left: auto;
  right: calc(50% - 50vw);
}

.number.reverse .num {
  left: auto;
  right: calc(50% - 50vw + 1vw);
}

.benefits {
  margin-top: 120px;
  padding: 40px 0;
}

.benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #715749;
  z-index: -1;
}

.benefits header {
  margin-bottom: 40px;
}

.benefits h2 {
  color: #fff;
}

.benefits ul {
  margin-bottom: 0;
}

.benefits li {
  flex: none;
  display: flex;
  flex-direction: column;
  width: calc(50% - 24px);
  margin-bottom: 16px;
  text-align: center;
}

.benefits li i {
  display: block;
  margin-bottom: 8px;
  font-size: 2.7rem;
  color: #fff;
}

.benefits li i span {
  font-size: 6.6rem;
}

.benefits li p {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  background: #ece8e5;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #715749;
}

#ex .column:not(.nobg)::before {
  top: 16%;
}

#ex .column > div {
  align-self: flex-start;
  width: 34%;
}

#ex .column > figure {
  flex: none;
  width: 57vw;
}

.list2 {
  margin: 0 -15px;
}

.list2 li {
  margin: 0 15px 40px;
  background: rgba(255, 255, 255, 0.39);
}

.list2 li p {
  padding: 20px;
  text-align: center;
  font-size: 1.9rem;
}

.list3 {
  margin: 40px -60px 0;
}

.list3 li {
  flex: none;
  display: flex;
  flex-direction: column;
  width: calc(50% - 60px);
  margin: 0 30px 30px;
  background: #ece8e5;
}

.list3.three li {
  width: calc(100% / 3 - 60px);
}

.list3 li .num {
  display: block;
  text-align: center;
  font-size: 6rem;
  color: rgba(113, 87, 73, 0.3);
}

.list3 li .num span {
  font-size: 2.7rem;
}

.list3 li h3 {
  margin: 20px 20px 0;
}

.list3 li p {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 160px;
  margin-bottom: 16px;
  padding: 20px;
}

.list3 li figure {
  margin-top: auto;
}

.method li {
  position: relative;
  margin-top: 40px;
}

.method li .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -90%);
}

.method li p {
  min-height: initial;
}

.st {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 24px;
  background: #af9a8e;
  color: #fff;
}

.step li {
  position: relative;
  padding: 20px 16px;
  border: 1px solid #c9beb7;
  border-radius: 3px;
}

.step li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 72px;
  left: 100%;
  width: 25px;
  height: 13px;
  background: url("img/common/arr.svg") right center no-repeat;
}

.step li i {
  display: block;
  text-align: center;
  font-size: 10rem;
  color: #c9beb7;
}

.step li i span {
  display: block;
  margin-bottom: -1em;
  font-size: 2.7rem;
}

.step li h3 {
  margin-top: 16px;
  text-align: center;
  color: #715749;
}

.bg_l,
.bg_r {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg_l::before,
.bg_r::before {
  content: "";
  position: absolute;
  top: 20px;
  left: calc(50% - 50vw);
  width: 87vw;
  height: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.39);
  z-index: -1;
}

.bg_r::before {
  left: auto;
  right: calc(50% - 50vw);
}

.step2 {
  background: url("img/service/step.svg") center 160px no-repeat;
  background-size: 100% auto;
}

.step2 li:nth-child(1) p,
.step2 li:nth-child(2) p {
  text-align: center;
}

.step2 li i {
  display: block;
  text-align: center;
  font-size: 6rem;
  color: #c9beb7;
}

.step2 li i span {
  display: block;
  margin-bottom: -1em;
  font-size: 1.6rem;
}

.step2 li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
  margin: 16px 0 100px;
  text-align: center;
  line-height: 1.4;
  color: #715749;
}

.plan table {
  width: 100%;
  height: 100%;
  text-align: center;
  border-left: 1px solid #715749;
}

.plan table:nth-child(2) {
  flex: none;
  width: 38%;
}

.plan th {
  padding: 12px;
  background: #715749;
  border: 1px solid #715749;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
}

.plan td {
  padding: 12px;
  vertical-align: middle;
  border-right: 1px solid #715749;
  border-bottom: 1px solid #715749;
  line-height: 1.6;
}

.plan tr:nth-child(2) td {
  height: 120px;
}

.plan tr:nth-child(3) td {
  height: 80px;
}

.plan tr:nth-child(5) td {
  height: 80px;
}

.price {
  width: 100%;
  text-align: center;
  border: 1px solid #c9beb7;
}

.price th[scope="col"] {
  padding: 8px;
  background: #af9a8e;
  color: #fff;
}

.price th[scope="row"],
.price td {
  padding: 8px;
  border-bottom: 1px solid #c9beb7;
  color: #715749;
  white-space: nowrap;
}

.check {
  display: inline-block;
  margin-bottom: 32px;
  text-align: left;
}

.check li {
  padding-left: 32px;
  background: url("img/service/check.svg") 0 center no-repeat;
  font-size: 2.4rem;
  font-weight: 600;
  color: #715749;
}

.check li:not(:first-child) {
  margin-top: 8px;
}

.plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url("img/common/plus.svg") center no-repeat;
}

.contact {
  text-align: center;
}

.contact p {
  font-size: 3rem;
}

.contact .btn {
  margin-top: 24px;
}

.contact .btn a {
  max-width: 800px;
  text-align: left;
  background-color: #715749;
  background-image: url("img/common/arr_w.svg");
  color: #fff;
  font-size: 1.5rem;
}

.contact .btn a i {
  display: inline-block;
  margin-right: 16px;
  font-size: 4rem;
}

.fix {
  margin: 0 calc(50% - 50vw) 40px;
}

.effect {
  margin-bottom: 80px;
}

.effect li {
  position: relative;
  text-align: center;
}

.effect li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 530px;
  height: 530px;
  background: url("img/service/effect.png") center no-repeat;
  z-index: -1;
}

.effect li:nth-child(odd) {
  margin-top: 40px;
}

.effect li h3 {
  font-size: 4rem;
  color: #fff;
}

.form {
  max-width: 1000px;
  margin: 0 auto;
}

.form dt {
  clear: both;
  float: left;
  width: 28%;
  padding-top: 16px;
  text-align: left;
  font-weight: 700;
  color: #746b59;
}

.form dd {
  padding: 0 0 48px 28%;
  text-align: left;
  line-height: 1.5em;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="date"] {
  display: inline-block;
  padding: 12px;
  background: #fafafa;
  border: 1px solid #c9beb7;
  border-radius: 5px;
  vertical-align: middle;
}

.form select {
  padding: 16px;
  background: #fafafa;
  border: 1px solid #c9beb7;
  border-radius: 5px;
}

.form textarea {
  width: 100%;
  min-height: 160px;
  padding: 12px;
  background: #fafafa;
  border: 1px solid #c9beb7;
  border-radius: 5px;
}

.form label {
  display: flex;
  margin: 8px 32px 8px 0;
  align-items: center;
}

.form label input {
  margin-right: 8px;
}

.form .long {
  width: 80%;
}

.form .mid {
  width: 60%;
}

.form .short {
  width: 40%;
}

.form input[type="checkbox"] {
  display: none;
}

.form input[type="checkbox"] + span {
  position: relative;
  display: block;
  padding: 4px 0 4px 40px;
  line-height: 1;
}

.form input[type="checkbox"] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #746b59;
  border-radius: 4px;
}

.form input[type="checkbox"]:checked + span::before {
  background: url("img/common/checked.svg") center no-repeat;
}

.form input[type="radio"] {
  display: none;
}

.form input[type="radio"] ~ span {
  position: relative;
  display: block;
  padding: 4px 0 4px 30px;
  line-height: 1;
}

.form input[type="radio"] ~ span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #746b59;
  border-radius: 50%;
  opacity: 0;
}

.form input[type="radio"] ~ span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #746b59;
  border-radius: 50%;
}

.form input[type="radio"]:checked ~ span::after {
  opacity: 1;
}

.submit {
  text-align: center;
}

.submit input[type="submit"] {
  display: inline-block;
  width: 100%;
  max-width: 537px;
  padding: 16px 40px;
  text-align: center;
  background: url("img/common/arr.svg") right 20px center no-repeat;
  border-bottom: 1px solid #c9beb7;
  font-size: 2.2rem;
  color: #715749;
}

.submit input[type="submit"].back {
  background: none;
  color: #888;
}

.submit input[type="submit"]:not(.disabled):hover {
  opacity: 0.7;
}

.submit input[type="button"] {
  display: inline-block;
  margin: 0 16px;
  padding: 24px 80px;
  background: #999;
  border-radius: 32px;
  font-weight: 700;
  color: #fff;
}

.must {
  margin-left: 16px;
  padding: 4px 8px;
  background: #715749;
  font-size: 1.3rem;
  color: #fff;
}

.form ::-webkit-input-placeholder {
  color: #bababa;
}

.form ::-moz-placeholder {
  color: #bababa;
}

.form :-ms-input-placeholder {
  color: #bababa;
}

.wpcf7-list-item {
  display: inline-block;
}

span.wpcf7-acceptance {
  display: inline-block;
  font-weight: 700;
}

.wpcf7 .ajax-loader {
  display: block;
  padding: 8px 0;
  text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  font-size: 1.6rem;
}

#newscontainer {
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}

#contents {
  flex: 1;
}

#body {
  margin-bottom: 80px;
}

#body h1 {
  margin-bottom: 32px;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
}

#body h2 {
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #715749;
  font-size: 3rem;
  line-height: 1.6;
}

#body h3 {
  margin-bottom: 32px;
  padding-bottom: 8px;
  border-bottom: 1px solid #bcbcbc;
  font-size: 2.2rem;
  font-weight: 700;
}

#body h4 {
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #bcbcbc;
  font-size: 1.8rem;
  font-weight: 700;
}

#body h5 {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 700;
}

#body * + h2,
#body * + h3,
#body * + h4,
#body * + h5,
#body * + ul,
#body * + table,
#body * + blockquote {
  margin-top: 64px;
}

#body ul li {
  padding-left: 24px;
  background: url("img/common/checked.svg") 0 center no-repeat;
  font-weight: 700;
}

#body ul li:not(:first-child) {
  margin-top: 8px;
}

#body ol {
  margin-left: 2em;
  margin-bottom: 48px;
  list-style: decimal;
}

#body table {
  width: calc(100% + 32px);
  border-collapse: separate;
  border-spacing: 16px;
  margin-left: -16px;
  margin-right: -16px;
}

#body th,
#body td {
  padding: 16px 0;
  font-size: 1.5rem;
}

#body th {
  width: 25%;
  text-align: left;
  vertical-align: top;
  border-bottom: 2px solid #715749;
  font-weight: 700;
}

#body td {
  border-bottom: 2px solid #d1d1d1;
}

#body p:not(:last-child) {
  padding-bottom: 0;
}

#body blockquote {
  position: relative;
  padding: 0 60px;
}

#body blockquote::before,
#body blockquote::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 49px;
  height: 46px;
  background: url("img/common/blockquote.svg") center no-repeat;
  background-size: cover;
}

#body blockquote::before {
  top: 0;
  left: 0;
}

#body blockquote::after {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.newslist li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 48px;
}

.newslist li > figure {
  width: 30%;
}

.newslist li > figure a {
  position: relative;
  display: block;
  padding-top: calc(500 / 800 * 100%);
  background: #ededed;
}

.newslist li > figure a img {
  position: absolute;
  top: 0;
  left: 0;
}

.newslist li > div {
  width: calc(70% - 40px);
}

.newslist li .date {
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: bold;
}

.newslist li h3 {
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #715749;
  font-size: 2rem;
}

.newslist li p {
  margin-bottom: 16px;
}

.viewmore {
  text-align: right;
}

.viewmore a {
  display: inline-block;
  padding: 8px 24px;
  background: #ded5c3;
  border-radius: 32px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.tcd-pb-row.row1 {
  background: none !important;
}

.l-main {
  background: none !important;
  padding-bottom: 0;
}

.meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 4px 0 24px -6px;
}

.meta ul {
  margin: 0 !important;
}

.meta li {
  float: left;
  margin: 6px !important;
  padding: 0 !important;
  background: none !important;
}

.meta li a {
  min-width: 80px;
  text-align: center;
  font-size: 1.3rem;
}

.meta .cat a {
  padding: 2px 8px;
  background: #715749;
  color: #fff;
}

.meta time {
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: 600;
  color: #715749;
}

.alignright {
  float: right;
  margin-left: 3em;
  margin-bottom: 2em;
}

.alignleft {
  float: left;
  margin-right: 3em;
  margin-bottom: 2em;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.size-thumbnail {
  max-width: 250px;
}

.paging {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 72px 0;
  font-size: 1.6rem;
  font-weight: 700;
}

.nav-numbers {
  padding: 16px;
}

.screen-reader-text {
  display: none;
}

.pagination a {
  display: inline-block;
  margin: 2px;
  padding: 0 14px;
  text-decoration: none !important;
  color: #715749;
}

.pagination a:not(.top):not(.prev):not(.next) {
  padding: 8px 14px 12px;
  background: #ded5c3;
  border: 1px solid #ded5c3;
  font-weight: 700;
  color: #715749;
}

.pagination a strong {
  display: inline-block;
  width: 21px;
  height: 21px;
  text-align: center;
  background: #715749;
  border-radius: 50%;
  line-height: 1.2;
  color: #fff;
}

.pagination a.top {
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  font-weight: 400;
  color: #222;
}

.pagination a.prev,
.pagination a.next {
  border: none;
  font-weight: 400;
  color: #222;
}

.pagination span {
  display: inline-block;
  margin: 2px;
  padding: 8px 14px 12px;
}

.pagination span.current {
  background-color: #715749;
  color: #fff;
}

#aside {
  width: calc(30% - 60px);
  margin-left: 60px;
}

#aside h4 {
  margin-bottom: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #715749;
  font-size: 2.1rem;
  font-weight: 700;
  color: #715749;
}

#aside h4 i {
  font-weight: 700;
}

#aside .sbox {
  margin-bottom: 80px;
}

#aside li a,
.archive-list a,
.archive-list span {
  display: block;
  padding: 16px 32px 16px 0;
  background: url("img/common/arr_circle.svg") right center no-repeat;
  border-bottom: 1px solid #c9beb7;
  font-size: 1.5rem;
  cursor: pointer;
}

#aside .archive-list > li:not(.on) > ul {
  display: none;
}

#aside .month-archive-list > li {
  text-indent: 2em;
}

#aside .month-archive-list > li a {
  background-image: url("img/common/arr_circle_alt.svg");
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.4rem;
  }

  #container::after {
    display: none;
  }

  #header {
    padding: 24px;
  }

  #logo {
    width: 64px;
    margin-bottom: 0;
  }

  #contactbtn {
    top: 32px;
    right: auto;
    left: 16px;
  }

  #contactbtn i {
    font-size: 1rem;
  }

  #nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 24px;
    text-align: left;
    background: #fff;
    z-index: 500;
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  }

  #nav > ul > li {
    padding: 1.4vh 0;
    overflow: hidden;
  }

  #nav > ul > li ul {
    margin-top: 1.4vh;
    padding: 8px 16px;
    background: #f9f7f6;
  }

  #nav > ul > li ul li a {
    padding: 8px 0;
    font-size: 1rem;
  }

  #nav > ul > li ul li:not(:first-child) a {
    border-top: 1px solid #fff;
  }

  #nav li a {
    opacity: 0;
    display: block;
    transform: translateY(100%);
    transition: 0.1s cubic-bezier(0.19, 1, 0.22, 1);
  }

  #open {
    position: fixed;
    top: 16px;
    right: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 48px;
    height: 60px;
    z-index: 1000;
    cursor: pointer;
    pointer-events: auto;
  }

  #open i {
    font-size: 1.2rem;
    line-height: 1;
    color: #715749;
  }

  #open span {
    position: absolute;
    left: 0;
    display: block;
    width: 48px;
    height: 1px;
    background: #715749;
    transition: 0.2s linear;
  }

  #open span:nth-child(1) {
    top: 22px;
  }

  #open span:nth-child(2) {
    top: 32px;
  }

  .open #open span:nth-child(1) {
    top: 27px;
    left: 8px;
    width: 40px;
    transform: rotate(45deg);
  }

  .open #open span:nth-child(2) {
    top: 27px;
    left: 8px;
    width: 40px;
    transform: rotate(-45deg);
  }

  .open #nav {
    pointer-events: auto;
    right: 0;
    opacity: 1;
  }

  .open #nav li a {
    opacity: 1;
    transform: translateY(0);
    transition: 2.4s cubic-bezier(0.19, 1, 0.22, 1);
  }

  #nav li:nth-of-type(1) a {
    transition-delay: 0.24s !important;
  }

  #nav li:nth-of-type(2) a {
    transition-delay: 0.32s !important;
  }

  #nav li:nth-of-type(3) a {
    transition-delay: 0.4s !important;
  }

  #nav li:nth-of-type(4) a {
    transition-delay: 0.48s !important;
  }

  #nav li:nth-of-type(5) a {
    transition-delay: 0.56s !important;
  }

  #nav li:nth-of-type(6) a {
    transition-delay: 0.64s !important;
  }

  #nav li:nth-of-type(7) a {
    transition-delay: 0.72s !important;
  }

  #nav li:nth-of-type(8) a {
    transition-delay: 0.8s !important;
  }

  #nav li:nth-of-type(9) a {
    transition-delay: 0.88s !important;
  }

  #nav li:nth-of-type(10) a {
    transition-delay: 0.96s !important;
  }

  #footerlink {
    margin: 72px auto;
    padding: 0 40px;
  }

  #footerlink ul {
    display: block;
    margin: 0;
  }

  #footerlink li {
    margin: 8px 0;
  }

  #footerlink li a {
    padding: 16px;
    background-position: right 16px center !important;
  }

  #footerlink li a i {
    font-size: 2.4rem;
  }

  #sitemap {
    display: block;
    padding: 64px 0;
  }

  #sitemap::before {
    background-position: 30% center;
  }

  #sitemap .logo {
    margin: 0 auto;
  }

  #sitemap ul {
    columns: 2;
    margin: 24px 0;
  }

  #sitemap li {
    padding: 8px;
  }

  #sitemap address {
    text-align: center;
    font-size: 1.2rem;
  }

  #pagetop {
    width: 40px;
  }

  article {
    padding-top: 72px;
  }

  article header {
    margin-bottom: 32px;
  }

  article header h2 {
    font-size: 2rem;
  }

  article header p {
    margin-bottom: 0;
    font-size: 1.8rem;
  }

  header + header,
  section + section {
    margin-top: 48px;
  }

  section h3 {
    font-size: 1.8rem;
  }

  .full {
    margin-left: 3%;
    margin-right: 3%;
  }

  .row {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
  }

  .row > * {
    width: auto !important;
    margin: 0;
  }

  .row > * :not(:first-child) {
    margin-top: 24px !important;
  }

  .btn {
    margin-top: 40px;
    text-align: center;
  }

  .btn a {
    font-size: 1.6rem;
  }

  .fs14 {
    font-size: 1.2rem;
  }

  .fs16 {
    font-size: 1.4rem;
  }

  .fs18 {
    font-size: 1.6rem;
  }

  .fs20 {
    font-size: 1.8rem;
  }

  .fs22 {
    font-size: 1.8rem;
  }

  .fs24 {
    font-size: 1.8rem;
  }

  .fs30 {
    font-size: 2.2rem;
  }

  .fs67 {
    font-size: 3rem;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  } /*TOP*/
  #mv {
    height: auto;
  }

  #mv figure {
    height: 50vh;
    min-height: initial;
    margin: 0;
  }

  #mv h1 {
    padding-top: 16px;
  }

  #scroll {
    display: none;
  }

  .heading {
    display: block;
  }

  .heading::after {
    max-width: initial;
  }

  .heading i {
    font-size: 3.2rem;
  }

  .heading h2 {
    text-align: left;
  }

  .heading h2 + i {
    display: block;
    margin: 8px 0;
  }

  .heading i + h2 {
    margin: 8px 0;
  }

  .heading-link {
    display: block;
  }

  .heading-link i {
    font-size: 3.2rem;
  }

  .heading-link .more {
    display: block;
    margin: 8px 0 0;
    padding: 8px 0 0;
    text-align: right;
    border-left: none;
    border-top: 1px solid #c9beb7;
  }

  .heading-link .more a {
    padding-right: 40px;
    font-size: 1.2rem;
  }

  .news td {
    padding: 20px 0 20px 20px;
  }

  #topabout {
    padding-bottom: 72px;
  }

  #topabout header {
    display: block;
  }

  #topabout header h2 {
    margin-right: 0;
    font-size: 3.2rem;
  }

  #topabout header p {
    font-size: 1.4rem;
  }

  .about {
    margin-top: 0;
  }

  .about li i {
    font-size: 4rem;
  }

  .deco {
    display: none;
  }

  #topyogatherapy,
  #toponlineyoga {
    display: block;
  }

  #topyogatherapy figure,
  #toponlineyoga figure {
    width: auto;
    padding-left: 0;
  }

  #topyogatherapy p {
    margin-bottom: 40px;
  }

  #topbizyoga {
    display: block;
    margin-bottom: 72px;
  }

  #topbizyoga > div {
    padding-right: 0;
  }

  #topbizyoga figure {
    width: auto;
    padding-right: 0;
  }

  #topbizyoga p {
    margin: 0 auto 40px;
  }

  #toponlineyoga h3 {
    margin-bottom: 24px;
    font-size: 2rem;
  }

  #topfeatures {
    display: block;
    margin-left: 3%;
    margin-right: 3%;
  }

  #topfeatures header h2 {
    display: block;
    margin-bottom: 24px;
    padding-right: 0;
    font-size: 2rem;
  }

  #topfeatures header figure {
    width: auto;
  }

  #topfeatures section {
    padding-right: 0;
  }

  #topfeatures li {
    margin-bottom: 24px;
    padding-bottom: 24px;
  }

  #topfeatures li i {
    margin-right: 16px;
    font-size: 4rem;
  }

  #topfeatures li > span {
    font-size: 1.6rem;
  }

  #topfeatures li > span span {
    font-size: 1.2rem;
  } /*PAGE*/
  #title {
    display: block;
    padding: 0;
  }

  #title figure {
    width: auto;
    padding-top: calc(403 / 860 * 100%);
  }

  #title div {
    flex: 1;
    padding: 32px 3%;
  }

  #title i {
    margin-right: 24px;
    font-size: 4rem;
  }

  #title h1 {
    padding: 8px 0;
    font-size: 1.2rem;
  }

  #title h2 {
    font-size: 2.4rem;
  }

  .profile figure {
    width: 60% !important;
    max-width: 200px;
    margin: 0 auto;
  }

  .profile ul {
    margin-top: 32px;
    padding: 24px;
  }

  .profile li {
    font-size: 1.4rem;
  }

  .profile .btn a {
    font-size: 1.4rem;
  }

  .profile .btn a i {
    display: block;
    margin-right: 0;
    font-size: 2.4rem;
  }

  .column:not(.nobg) {
    padding-bottom: 72px;
  }

  .column .num {
    font-size: 10rem;
  }

  .activities > div {
    padding-right: 0;
  }

  .activities > figure {
    max-width: 290px;
    margin: 0 auto;
  }

  .qualification {
    margin-top: 72px;
    padding-bottom: 72px;
  }

  .box {
    padding: 24px;
  }

  .media dt {
    float: none;
    display: inline-block;
  }

  .media dd {
    padding: 16px 0 0;
  }

  .voice figure {
    width: 60% !important;
    max-width: 200px;
    margin: 0 auto;
  }

  .voice h2 {
    text-align: center;
    font-size: 1.8rem;
  }

  .voice.alt {
    margin-top: 72px;
    padding: 72px 0;
  }

  .voice.alt figure {
    margin: 0 auto;
  }

  #concept header h2 {
    font-size: 2.4rem;
  }

  #concept header i {
    font-size: 2rem;
  }

  .yogatherapy {
    padding: 40px 24px;
  }

  .yogatherapy h3 {
    width: 70%;
    font-size: 2rem;
  }

  .number h3 {
    font-size: 2.4rem;
  }

  .number h4 {
    font-size: 1.8rem;
  }

  .number .num {
    position: relative;
    left: auto;
    font-size: 10rem;
  }

  .number.reverse .num {
    right: auto;
  }

  .benefits {
    margin-top: 80px;
  }

  .benefits header {
    margin-bottom: 0;
  }

  .benefits li p {
    min-height: initial;
    padding: 20px;
    font-size: 2rem;
  }

  #ex .column:not(.nobg)::before {
    top: 0;
  }

  .list2 li p {
    font-size: 1.6rem;
  }

  .list3 li {
    margin: 0;
  }

  .list3 li p {
    min-height: initial;
  }

  .row.method li {
    margin-top: 56px !important;
  }

  .st {
    position: relative;
    margin: -24px -24px 0;
    padding: 4px 24px;
  }

  .step li:not(:last-child)::after {
    top: 100%;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .bg_l,
  .bg_r {
    margin-top: 72px;
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .step2 {
    background: none;
  }

  .step2 li h3 {
    min-height: initial;
    margin: 16px 0;
  }

  .plan table {
    width: 100% !important;
  }

  .plan tr:nth-child(2) td {
    height: auto;
  }

  .plan tr:nth-child(3) td {
    height: auto;
  }

  .plan tr:nth-child(5) td {
    height: auto;
  }

  .price th[scope="col"] {
    font-size: 1.2rem;
  }

  .price th[scope="col"] .fs20 {
    font-size: 1.4rem;
  }

  .price th[scope="row"],
  .price td {
    font-size: 1.2rem;
  }

  .check li {
    font-size: 1.6rem;
  }

  .plus::after {
    width: 64px;
    height: 64px;
    background-size: contain;
  }

  .contact p {
    font-size: 1.6rem;
  }

  .contact .btn a {
    font-size: 1.4rem;
  }

  .contact .btn a i {
    display: block;
    margin-right: 0;
    font-size: 2.4rem;
  }

  .form dt {
    float: none;
    width: auto;
  }

  .form dd {
    display: block;
    padding: 16px 0 24px;
  }

  .form input[type="text"] {
    width: 100%;
  }

  .form input[type="tel"] {
    width: 100%;
  }

  .form input[type="email"] {
    width: 100%;
  }

  .submit input[type="submit"] {
    display: block;
    width: calc(100% - 32px);
    max-width: 320px;
    margin: 8px auto;
  }

  .submit input[type="button"] {
    display: block;
    width: calc(100% - 32px);
    max-width: 320px;
    margin: 8px auto;
  }

  #newscontainer {
    display: block;
    padding-top: 0;
  }

  #contents {
    width: auto;
  }

  #body h1 {
    font-size: 2.2rem;
  }

  #body h2 {
    font-size: 2rem;
  }

  #body h3 {
    font-size: 1.8rem;
  }

  #body h4 {
    font-size: 1.6rem;
  }

  #body * + h2,
  #body * + h3,
  #body * + h4,
  #body * + h5,
  #body * + ul,
  #body * + table,
  #body * + blockquote {
    margin-top: 48px;
  }

  #body th,
  #body td {
    display: block;
  }

  #body th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
    font-weight: 700;
  }

  #body blockquote {
    padding: 0 30px;
  }

  #body blockquote::before,
  #body blockquote::after {
    width: 24px;
    height: 24px;
  }

  .meta {
    margin-left: -2px;
  }

  .meta li {
    margin: 2px !important;
  }

  .meta li a {
    font-size: 1rem;
  }

  .alignright {
    float: none;
    margin: 0 auto;
  }

  .alignleft {
    float: none;
    margin: 0 auto;
  }

  .size-thumbnail {
    max-width: 100%;
  }

  .paging {
    display: block;
    text-align: center;
    font-size: 1.2rem;
  }

  #aside {
    width: auto;
    margin-left: 0;
    padding-top: 40px;
  }

  #aside h4 {
    font-size: 1.8rem;
  }

  #aside .sbox {
    margin-bottom: 48px;
  }
}

@media print {
  #container {
    width: 1024px;
  }
}

/* homeの特別枠　*/
.special_wrap {
  display: flex;
  justify-content: space-between;
}
.special {
  display: flex;
  gap: 10px;
  align-items: flex-end;
  margin-bottom: 30px;
  width: 48%;
}
.special a {
  padding-top: 5px;
}
.book {
  width: 200px;
  margin-right: 8px;
}
.book_info {
  width: 62%;
  font-size: 1.4rem;
}
.book_info p {
  margin-block-end: 1.4rem;
}
@media (max-width: 690px) {
  .special_wrap {
    display: block;
  }
  .special {
    width: 100%;
    align-items: flex-start;
  }
}

/*忙しいオトナ女子のための１分YOGA 2カ月集中！寝ている間に体質改革チャレンジ*/
.busy__page {
  margin-top: -80px;
}
@media (min-width: 689px) {
  .p-entry__body h2.campaign_catch {
    font-size: 220%;
  }
}
.movie {
  margin-left: -70px;
  margin-right: -70px;
  position: relative;
  margin-bottom: 40px;
  aspect-ratio: 16 / 9;
}

.movie iframe {
  width: 100%;
  height: 100%;
}

h2.page_ttl {
  font-size: 46px;
  margin-block: 3rem;
  text-align: center;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.busy01 {
  margin-bottom: 30px;
  justify-content: center;
  align-items: flex-start;
}

.busy01 figure {
  width: 50%;
}

.busy01 .busy01_inner {
  width: 60%;
  margin-top: 40px;
  margin-left: -10%;
}

.busy_inner {
  background: #f6f6f6;
  padding: 20px;
  position: relative;
  z-index: 10;
}

.busy02 {
  margin-bottom: 30px;
  justify-content: center;
  align-items: flex-start;
}

.busy02 figure {
  width: 50%;
  order: 2;
}

.busy02 .busy02_inner {
  width: 60%;
  margin-top: 40px;
  margin-right: -10%;
  order: 1;
}

.busy__page p:last-child {
  margin-bottom: 0;
}
.busy01,
.busy02,
.busy03,
.busy04 {
  margin-bottom: 40px;
}
.busy03,
.busy04 {
  width: 48%;
}

.busy03_inner,
.busy04_inner {
  width: 96%;
  margin-left: 2%;
  margin-top: -15px;
}

.master {
  background-color: #f6f5f3;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.master p.center {
  margin-top: 25px;
}
.master h3 {
  text-align: center;
  font-size: 24px;
  color: #715749;
  margin-bottom: 30px;
}

.master__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.master__inner-box {
  width: 31%;
  background: #ffffff;
}

.master__inner-box h4 {
  display: block;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  margin-bottom: 0;
  background-color: #715749;
}

.master__inner-box-content {
  padding: 15px;
}
.master__inner-box-content p {
  line-height: 1.5;
}

.program {
  margin-bottom: 50px;
}
.program h3 {
  display: block;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  margin-bottom: 20px;
  background-color: #715749;
  font-size: 24px;
}
.proguram__twoMonth-schedule {
  margin-bottom: 50px;
}
.proguram__twoMonth h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.proguram__twoMonth-schedule dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.proguram__twoMonth-schedule dt {
  width: 10%;
  background: #b9a99e;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  padding: 0px 0;
  border-radius: 30px;
}
.proguram__twoMonth-schedule dd {
  width: 85%;
  padding-left: 15px;
}
.proguram__twoMonth-schedule dd h4 {
  font-size: 24px;
  margin-bottom: 0px;
}
.proguram__twoMonth-schedule dd p {
  padding-bottom: 25px;
}
.program__content {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
section .program__content p {
  margin-bottom: 0;
}
.program__date {
  width: 100%;
  text-align: center;
  margin: 50px auto 100px;
}
.program__date p {
  font-size: 24px;
  margin-bottom: 0;
}
.program__present {
  margin-bottom: 50px;
}
.program__present h3 {
  margin-bottom: 40px;
}
.program__present-inner-box {
  width: 31%;
}
.program__present-inner-box figure {
  position: relative;
  margin-bottom: 10px;
}
.program__present-inner-box figure i {
  width: 50px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
}
.program__present-inner-box h4 {
  color: #715749;
  font-size: 17px;
  margin-bottom: 0;
}
.program__present-inner-box p {
}
.program__price {
  width: 60%;
  margin: auto;
  text-align: center;
}
.program__price p {
  font-size: 24px;
}
.voice {
  background-color: #f6f5f3;
  padding: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.voice h2 {
  text-align: center;
  font-size: 24px;
  color: #715749;
  margin-bottom: 30px;
}
.voice ul {
  list-style: none;
  padding: 0;
}
.voice ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.voice ul li i {
  margin-right: 10px;
}
.voice ul li p {
}
.profile div {
  margin-bottom: 30px;
}
.smp {
  display: none;
}
.btn_wrap {
  text-align: center;
  margin-block-start: 4rem;
}
.q_button {
  border-radius: 8px;
}
@media (max-width: 1024px) {
  .smp {
    display: block;
  }
  .movie {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  h2.page_ttl {
    font-size: 22px;
  }
  .flex {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }

  .busy01 {
    margin-bottom: 30px;
  }

  .busy01 figure {
    width: 100%;
  }

  .busy01 .busy01_inner {
    width: 100%;
    margin-top: 0;
    margin-left: 0%;
  }
  .busy02 {
    margin-bottom: 30px;
  }

  .busy02 figure {
    order: 1;
    width: 100%;
  }

  .busy02 .busy02_inner {
    width: 100%;
    margin-top: 0;
    margin-right: 0%;
    order: 2;
  }
  .busy01,
  .busy02,
  .busy03,
  .busy04 {
    margin-bottom: 40px;
  }
  .busy03,
  .busy04 {
    width: 100%;
  }

  .busy03_inner,
  .busy04_inner {
    width: 100%;
    margin-left: 0%;
    margin-top: 0;
  }

  .master {
    padding: 10px;
    margin: 50px 15px;
  }

  .master h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .master__inner {
    display: block;
  }

  .master__inner-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .program {
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .program h3 {
    font-size: 20px;
  }
  .proguram__twoMonth-schedule dt {
    width: 16%;
    font-size: 13px;
  }
  .proguram__twoMonth-schedule dd {
    width: 84%;
    padding-left: 10px;
  }
  .proguram__twoMonth-schedule dd h4 {
    font-size: 18px;
  }
  .program__content {
    width: 100%;
  }
  section .program__content p {
    font-size: 20px;
  }
  .program__date {
    width: 100%;
  }
  .program__date p {
    font-size: 20px;
  }
  .program__present-inner-box {
    width: 100%;
    margin-bottom: 50px;
  }
  .program__price {
    width: 100%;
  }
  .program__price p {
    font-size: 20px;
  }
  .voice {
    background-color: #f6f5f3;
    padding: 20px;
    margin: 50px 15px;
  }
  .voice h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .voice ul li {
    align-items: flex-start;
  }
  .voice ul li i {
    margin-top: 5px;
  }
  .profile {
    padding: 0 15px 15px;
  }
  .profile div:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 690px) {
  .p-entry__body h2 {
    padding: 15px 15px 0;
  }
  .campaign_inner {
    padding: 0 15px;
  }
}

/* add 20260303 */
.c-title {
	font-size: 4vw;
  color: #715749;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1.25;
}
@media (max-width: 1024px) {
  .c-title {
    font-size: 8vw;
    margin-bottom: 0.8rem;
  }
}

.c-title__sub {
  color: #715749;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8vw;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .c-title__sub {
    margin-top: 0.8rem;
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .c-title__sub {
    font-size: 1.6rem;
  }
}

.c-subtitle {
  font-size: 3.8vw;
  color: #715749;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1.2;
  padding-top: 1rem;
  margin-bottom: 0;
}
@media (max-width: 1320px) {
  .c-subtitle {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .c-subtitle {
    font-size: 6.5vw;
    margin-bottom: 0.8rem;
  }
}
@media (max-width: 768px) {
  .c-subtitle {
    font-size: 3rem;
  }
}

.c-subtitle span {
  font-size: 2vw;
  font-style: italic;
}
@media (max-width: 1024px) {
  .c-subtitle span {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .c-subtitle span {
    font-size: 2.2rem;
  }
}

.c-subtitle__sub {
  color: #715749;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4vw;
  line-height: 1.8;
}

@media (max-width: 1024px) {
  .c-subtitle__sub {
    margin-top: 0.8rem;
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .c-subtitle__sub {
    font-size: 1.3rem;
  line-height: 1.6;
  }
}

.catchcopy__head {
  display: flex;
  align-items: flex-end;
  /*gap: clamp(80px, 80px + (140 - 80) * (100vw - 1400px) / 520, 140px);*/
  flex-wrap: wrap;
	gap: 4rem;
}
.catchcopy__head-title {
	width: calc(50% - 2rem);
}
.catchcopy__head-subtitle {
	width: calc(50% - 2rem);
}
@media (max-width: 1024px) {
  .catchcopy__head {
    flex-direction: column;
	row-gap: 3.2rem;
  }
	.catchcopy__head-title {
		width: 100%;
	}
	.catchcopy__head-subtitle {
		width: 100%;
	}
}

/* mv調整用 */
#mv {
  height: auto;
}

#mv .c-text-lg {
  font-size: 1.5vw;
  margin-top: 1.5em;
}
@media (max-width: 1024px) {
	#mv .c-text-lg {
    font-size: 2.2vw;
    margin-top: 4.8rem;
	}
}
@media (max-width: 768px) {
  #mv .c-text-lg {
    font-size: 1.4rem;
  }
}


/* special */
.special_wrap {
  flex-direction: column;
}

/* @media (min-width: 1025px) and (max-width: 1320px) {
  article.special_wrap {
    padding-top: 18rem;
  }

  article.special_wrap:has(> .special + .special + .special) {
    padding-top: 24rem;
  }
} */

.special_content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 860px) {
  .special_content {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.special {
  width: 100%;
}

.special_title {
  margin-bottom: 1.6rem;
  min-width: 29rem;
  text-align: left;
}
.special_title_news {
	min-width: 0;
}
@media (max-width: 1024px) {
  .special_title {
    text-align: center;
  }
}

.c-font {
  font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif !important;
  font-size: 0.9em;
}

.deco .c-font {
  font-size: 0.75em;
}

.sm {
  display: none;
}
@media (max-width: 380px) {
  .sm {
    display: block;
  }
}

/* プロフィール */
.p-profile__text-lg {
  display: inline-block;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  font-size: 1.2em;
  font-weight: 700;
}

.p-profile__intro {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media (max-width: 1024px) {
  .p-profile__intro {
    margin-top: 2.4rem;
    margin-bottom: 1.6rem !important;
  }
}

.p-profile__intro p,
.p-profile__intro h2 {
  margin-bottom: 0 !important;
}

.p-profile__intro-lead {
  font-size: 2rem;
  line-height: 1.6;
  color: #222;
  font-weight: 500;
  margin-bottom: 0 !important;
}
@media (max-width: 690px) {
  .p-profile__intro-lead {
    font-size: 1.8rem;
  }
}

@media (max-width: 1024px) {
  .row > * :not(:first-child).p-profile__intro-name {
    font-size: 4rem;
    margin: 0 !important;
  }
}

.p-profile__intro-name {
  font-size: 5.2rem;
  line-height: 1.25;
  color: #715749;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1024px) {
  .row > * :not(:first-child).p-profile__intro-name {
    font-size: 4rem;
    margin: 0 !important;
  }
}
@media (max-width: 690px) {
  .row > * :not(:first-child).p-profile__intro-name {
    font-size: 2.4rem;
  }
}

.p-profile__intro-name span {
  font-size: 0.92em;
}

.p-profile__intro-position {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #222;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .row > * :not(:first-child).p-profile__intro-position {
    margin-top: 0 !important;
  }
}
@media (max-width: 690px) {
  .p-profile__intro-position {
    font-size: 1.8rem;
  }
}

.p-profile__desc {
  color: #715749;
}

/* form */

.form .note-bottom {
  padding-bottom: 0;
}

.form .note {
  display: block;
  padding: 0 0 48px 28%;
}
@media (max-width: 1024px) {
  .form .note {
    padding: 16px 0 24px;
  }
}
