/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

/* html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
*/
/* HTML5 display-role reset for older browsers */
/*
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
} */
/*
 * ページ内スクロールで固定ヘッダーにかぶらないような位置調整
 * see https://qiita.com/becolomochi/items/a4b944c37ace12aba9f0
 */
/* html {
  scroll-padding-top: 250px;
}


.yoga-page * {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "MS P明朝", "MS PMincho", serif !important;
    line-height: 1.8;
    letter-spacing: 0.05em;
}

.yoga-page p{
  line-height: 1.5;
} */

.yoga-page .css-r4achq .column_list{
    flex-direction: column;
}


@media screen and (max-width: 1024px) {
    .yoga-page .breadcrumb {
        margin-top: 10px;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px) {
    .yoga-page .css-r4achq .column_list{
        padding: 0;
    }
}
.yoga-page .css-r4achq .column_list .column_3 {
    background: #EAF3D7;
    box-shadow: unset;
    width: 100%;
    padding: 1.5em;
    border-radius: 1em;
}

@media screen and (min-width: 769px) {
    .yoga-page .css-r4achq .column_list .column_3 {
        flex-wrap: wrap;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2.5em 2.5em;
    }
    .yoga-page .css-r4achq .column_list .column_3 .img{
        width: 40%;
    }
    .yoga-page .css-r4achq .column_list .column_3 .txt-box{
        width: 55%;
    }
}

.yoga-page .css-r4achq .column_list .column_3 .img img{
    display: block;
}


.yoga-page .css-r4achq .column_list .column_3 .txt-box p{
    line-height: 1.5;
}

.yoga-page .head h2 .small{
    font-size: .7em;
    display: block;
    color: inherit;
}

/* yoga 01 */

.yoga_01 .css-r4achq {
    margin-top: 1.5%;
    width: 100%;
    overflow: hidden;
    margin: 0px;
  /* background: #F1F2F4; */
}

.yoga_01 .css-r4achq > section{
  /* background: #F1F2F4; */
  position: relative;
}

.yoga-page .css-r4achq .-translate-y-1\/2 {
    --tw-translate-y: -50%;
}

.yoga-page .css-r4achq .transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.yoga-page .css-r4achq .w-5 {
    width: 1.25rem;
}

.yoga-page .css-r4achq .h-5 {
    height: 1.25rem;
}

.yoga-page .css-r4achq .right-2 {
    right: 0.5rem;
}

.yoga-page .css-r4achq .top-1\/2 {
    top: 50%;
}

.yoga-page .css-r4achq .absolute {
    position: absolute;
}

.yoga_01 .css-r4achq .links_block a *,
.yoga_02 .css-r4achq .links_block a *,
.yoga_03 .css-r4achq .links_block a * {
    border-radius: 0px;
    background: #333;
}

.yoga-page .css-r4achq img{
  max-width: 100%;
  height: auto;
  border-radius: 1em;
}

.yoga-page .css-r4achq a * {
    color: #fff;
    border-radius: 0px;
}

.yoga-page .css-r4achq p > a,
.yoga-page .css-r4achq p > a *{
    color: #A5CE00;
}

.yoga-page .css-r4achq .font-bold {
    font-weight: 700;
}

.yoga-page .css-r4achq .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.yoga-page .css-r4achq .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.yoga-page .css-r4achq .text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.yoga-page .css-r4achq .mr-4 {
    margin-right: 1rem;
}

.yoga-page .css-r4achq .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.yoga-page .css-r4achq .text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.yoga-page .css-r4achq .font-bold {
    font-weight: 700;
}

.yoga-page .css-r4achq .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.yoga-page .css-r4achq .text-left {
    text-align: left;
}

.yoga-page .css-r4achq .m-auto {
    margin: auto;
}

.yoga-page .css-r4achq .py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.yoga-page .css-r4achq .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.yoga-page .css-r4achq .px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.yoga-page .css-r4achq .rounded-lg {
    border-radius: 0.5rem;
}

.yoga-page .css-r4achq .h-24 {
    height: 6rem;
}

.yoga-page .css-r4achq .my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.yoga-page .css-r4achq .my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.yoga-page .css-r4achq button {
    line-height: initial;
    letter-spacing: normal;
    background: #97a9cc;
    cursor: pointer;
    min-width: unset !important;
}

.yoga-page .css-r4achq .justify-center {
    justify-content: center;
}

.yoga-page .css-r4achq .w-full {
    width: 100%;
}

.yoga-page .css-r4achq .flex {
    display: flex;
}

.yoga-page .css-r4achq .gap-5 {
    gap: 1.25rem;
}

.yoga-page .css-r4achq .grid {
    display: grid;
}

.yoga-page .css-r4achq .gap-5 {
    gap: 1.25rem;
}

.yoga-page .css-r4achq .column_3 {
    width: 32%;
    margin: 1em 0.5%;
}

.yoga-page .css-r4achq .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.w-full {
    width: 100%;
}
@media (min-width: 1024px) {
    .yoga-page .css-r4achq .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .yoga-page .css-r4achq .lg\:w-3\/4 {
        width: 75%;
    }
}
.aspect-h-9 {
    --tw-aspect-h: 9;
}

.aspect-w-16 {
    --tw-aspect-w: 16;
}

.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}

.aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.yoga-page .css-r4achq .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.yoga-page .css-r4achq .rounded-lg {
    border-radius: 0.5rem;
}

.yoga-page .css-r4achq .items-center {
    align-items: center;
}

.yoga-page .css-r4achq .min-h-full {
    min-height: 100%;
}

.yoga-page .css-r4achq .h-full {
    height: 100%;
}

.yoga-page .css-r4achq .inline-flex {
    display: inline-flex;
}

.yoga-page .css-r4achq .inline-block {
    display: inline-block;
}

.yoga-page .css-r4achq .relative {
    position: relative;
}

.yoga-page .css-r4achq .rounded-lg {
    border-radius: 0.5rem;
}

.yoga-page .css-r4achq .items-center {
    align-items: center;
}

.yoga-page .css-r4achq .min-h-full {
    min-height: 100%;
}

.yoga-page .css-r4achq .h-full {
    height: 100%;
}

.yoga-page .css-r4achq .inline-flex {
    display: inline-flex;
}

.yoga-page .css-r4achq .relative {
    position: relative;
}

.yoga_01 .css-r4achq .rte_block p {
    font-size: 16px;
}

@media (min-width: 769px) {
    .yoga_01 .css-r4achq .rte_block p {
        font-size: 1.2em;
    }
}

.yoga_01 .css-r4achq .rte_block .EditorTheme__h3 {
    position: relative;
    z-index: 99;
    margin-bottom: 2.5rem;
}

.yoga_01 .css-r4achq .rte_block .EditorTheme__h3 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 1rem;
}


@media (max-width: 768px) {
    .yoga_01 .css-r4achq .rte_block .EditorTheme__h3 {
        font-size: 24px;
    }
}

.yoga_01 .css-r4achq .rte_block .EditorTheme__h3:before {
    content: '';
    background-color: #000;
    width: 1.8em;
    height: 2px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.yoga_01 .css-r4achq .rte_block .EditorTheme__h3 * {
    font-size: inherit !important;
}

.yoga_01 .css-r4achq .text_block h2 {
    margin: 0;
    font-size: 2.5em;
    line-height: 1em;
    position: relative;
    font-weight: 700;
    padding: 1em 2em;
    text-align: center;
    display: inline-block;
}

/* .yoga_01 .css-r4achq h2::before {
    top: 0;
    left: 0;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
}
.yoga_01 .css-r4achq h2::before, 
.yoga_01 .css-r4achq h2::after {
    position: absolute;
    content: '';
    width: 1em;
    height: 1em;
    box-sizing: border-box;
}

.yoga_01 .css-r4achq h2::after {
    bottom: 0;
    right: 0;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
} */

.yoga-page .css-r4achq .mt-4 {
    margin-top: 1rem;
}

.yoga_01 .css-r4achq .mt-4.text-base {
    position: absolute;
    top: 143px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yoga-page .css-r4achq .text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.yoga-page .css-r4achq .column_2 {
    width: 48%;
    margin: 1em 0.5%;
}

.yoga-page .css-r4achq .multiRichTextEditor_block {
    margin: 30px 0;
    padding: 0 5vw;
}

.yoga_01 .multiRichTextEditor_block .column_2 {
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: left;
}
.yoga-page .css-r4achq .text_block + .multiRichTextEditor_block > div {
    background: #F1F2F4;
    padding: 1em;
    border-radius: 2em;
}
@media (min-width: 769px) {
    .yoga-page .css-r4achq .text_block + .multiRichTextEditor_block > div {
        padding: 2em 3em;
    }
}

.yoga-page .css-r4achq .multiRichTextEditor_block > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.yoga-page .css-r4achq .multiRichTextEditor_block > div {
    justify-content: space-between;
    line-height: 2em;
    align-items: left;
}

/* .w-full.css-l2cjga {
  clip-path: ellipse(170vw 99% at 50vw 0vw);
  z-index: 9;
}
.w-full.css-l2cjga img {
    width: 100%;
    height: auto;
} */

/* .yoga_01 .undermv h1,
.yoga_02 .undermv h1,
.yoga_03 .undermv h1{
    opacity: 0;
} */

.yoga-page .main_img{
    text-align: center;
    width: 90%;
    max-width: 750px;
    margin: 5% auto;
}
/* #yoga.yoga_01 .undermv {
    background-image: url(../img/yoga/yoga_01/bg_main_yoga_01.webp);
    /* aspect-ratio: 1280/720; */
    height: auto;
    aspect-ratio: 920 / 310;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #a5d2da;
} */

.css-gwhip5 {
    max-width: 1280px;
    padding: 1rem 10px;
    margin: auto;
}

#block-2Kr6HSTD .rte_block p{
  text-align: center;
  font-weight: 600;
  font-size: 36px;
}

.css-uudc7z {
    display: block;
    /* background-color: rgb(241, 242, 244); */
    width: 100%;
    container-type: normal;
}

.css-1629tsv {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
}
@media (max-width: 768px) {
    .css-1629tsv {
        flex-direction: column;
    }

}
.css-1p3z87b {
    box-sizing: border-box;
    padding: 0.5em;
    position: relative;
    text-align: left;
    width: 50%;
}
@media (max-width: 768px) {
    .css-1p3z87b{
        width: 100%;
    }
}

.css-1p3z87b img {
    width: 100%;
}

.css-fkysnt {
    box-sizing: border-box;
    width: 50%;
    padding: 0.5em;
    position: relative;
    text-align: left;
    margin: 0 1em;
}
@media (max-width: 768px) {
    .css-fkysnt{
        width: 100%;
    }
}


/* 1日1分。あなたの「口元」から 全身の健康が変わる理由 */
.css-gwhip5 {
    max-width: 960px;
    padding: 1rem 10px;
    margin: auto;
}

.yoga-page .css-rv690h {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.5em;
    /* font-size: 1.5em;
    line-height: 1.6em; */
}

@media (max-width: 768px) {
    .yoga-page .css-rv690h{
        font-size: 24px;
    }
}

/* #block-qTue8C1 .css-rv690h {
  font-size: 1.5em;
  line-height: 1.6em;
} */

.yoga-page p {
    font-size: 16px;
    font-size: clamp(12px, 3.6vw, 18px);
    line-height: 1.7;
}
.yoga-page .css-rv690h > p{
    font-size: 1em;
    line-height: 1.5;
}
.yoga_01 .image_block > div > div > div:nth-of-type(2) div:nth-of-type(1) {
    font-size: 1.5em;
    line-height: 1.7;
}
@media (max-width: 768px) {
    .yoga_01 .image_block > div > div > div:nth-of-type(2) div:nth-of-type(1){
        text-align: center;
    }
}
@media (min-width: 769px) {
    .yoga_01 .css-r4achq .rte_block p:last-child {
        font-size: 1.2em;
        margin-top: 2em;
    }
}
.css-1pzvoz4 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row-reverse;
}
@media (max-width: 768px) {
    .css-1pzvoz4 {
        flex-direction: column;
    }

}

/* お客様の声 */

.css-nanb8i {
    display: block;
    background-color: rgb(255, 255, 255);
    width: 100%;
    container-type: normal;
}

/* special price */

#block-zZCstYY0{
  /* background: #F1F2F4;  */
  padding: 2em 0;
  margin: 0;
}

/* @media (min-width: 769px) {
    #block-zZCstYY0 .css-gwhip5 {
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
        padding: 2em 3em;
    }
} */
#block-zZCstYY0 .css-gwhip5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    justify-content: space-between;
    line-height: 2em;
    align-items: center;
    background: #F5F4F0;
    border-radius: 1em;
    padding: 1.5em;
}
@media (max-width: 768px) {
    #block-zZCstYY0 .css-gwhip5 {
        width: 90%;
    }
}

#block-xOZhbN4y {
    text-align: center;
}

.yoga-page .css-r4achq .rte_block .EditorTheme__tableCell {
    border: none !important;
    border-color: #000 !important;
}

.yoga-page .css-r4achq .rte_block .EditorTheme__tableCell {
    border: 1px solid #bbb;
    min-width: 75px;
    vertical-align: top;
    text-align: start;
    padding: 10px;
    position: relative;
    cursor: default;
    outline: none;
    word-break: break-word;
}

.yoga_01 .css-r4achq .rte_block p {
    font-size: 16px;
}

@media (min-width: 769px) {
    .yoga_01 .css-r4achq .rte_block p {
        font-size: 1.2em;
    }
}

.yoga-page .css-r4achq .rte_block .EditorTheme__ul {
    font-size: 16px;
    padding: 0;
    margin: 0;
    list-style-position: inside;
}

.yoga-page .css-r4achq .rte_block ul {
    list-style: disc;
    list-style-position: inside;
}

.yoga-page .css-r4achq .rte_block .EditorTheme__table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    overflow-y: scroll;
    width: 100%;
    margin: 30px 0;
}

.yoga-page .css-r4achq .rte_block .EditorTheme__listItem {
    margin: 0;
    font-size: 16px;
}

.yoga-page .css-r4achq .rte_block img {
    max-width: 100% !important;
    display: inline-block;
    margin-bottom: 6.88px;
}

.yoga-page .css-r4achq tr {
    border-bottom: 1px solid #000;
}

/* ご購入方法 */
#block-wpK24ggC{
}

#block-wpK24ggC,
#block-4MMIo0c9{
  text-align: center;
}
#block-wpK24ggC a,
#block-wpK24ggC a *,
#block-4MMIo0c9 a,
#block-4MMIo0c9 a *{
  color: #fff;
}
#block-wpK24ggC a *,
#block-4MMIo0c9 a *{
    border-radius: 0px;
}

.css-1c3cqon {
    color: rgb(151, 169, 204);
}

/* faq */
.css-1cg2nhb {
    display: block;
    width: 100%;
    container-type: normal;
}

.css-et20xn {
    min-height: 1rem;
}

/* author */

.html_block {
    padding: 0 !important;
}

#block-Qwf3CgAh a {
  color: #fff;
}

#block-Qwf3CgAh {
    display: block;
    background-color: rgb(151, 169, 204);
    color: rgb(255, 255, 255);
    width: 100%;
    container-type: inline-size;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0px) !important;
    transition: none !important;
}

/* yoga-02 */

#yoga.yoga_02 .conversion_block button, 
#yoga.yoga_02 .form_block button, 
#yoga.yoga_02 header a {
    position: relative;
    max-width: 100% !important;
    min-width: inherit !important;
}
#yoga.yoga_02 .conversion_block button::after, 
#yoga.yoga_02 .form_block button::after, 
#yoga.yoga_02 header a::after {
    content: '';
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -6px;
    transform: rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: right 0.3s;
}

/* #yoga.yoga_02 .undermv {
    background-image: url(../img/yoga/yoga_02/bg_main_yoga_02.webp);
    aspect-ratio: 1280/750;
    height: auto;
    aspect-ratio: 920 / 310;
    background-position: 50% 50%;
    background-size: contain;
    background-color: #edebea;
} */

.yoga_02 .rte_block .EditorTheme__textBold {
    font-weight: bold;
}

.yoga_02 .rte_block p {
    font-size: 16px;
}

.yoga_02 .text_block h2>p {
    font-size: 48px;
    line-height: 1.2;
}

.yoga_02 .text_block p {
    font-size: 20px;
    line-height: 1.5;
    max-width: 820px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .yoga_02 .text_block p {
        font-size: 16px;
        line-height: 1.5;
    }
}
.yoga_02 .text_block h2 {
    line-height: 1.2;
}

/*歯ヨガとは*/
.css-1m88tck {
    display: block;
    color: rgb(191, 170, 118);
    width: 100%;
    container-type: normal;
}

.css-1m88tck p{
    color: rgb(191, 170, 118);
}

#block-C91QW9gj{
  text-align: center;
}


/* 歯ヨガの効果 */
.css-15bpobn {
    display: block;
    background-color: rgb(191, 170, 118);
    color: rgb(255, 255, 255);
    width: 100%;
    container-type: normal;
}

.css-15bpobn p{
    color: #fff;
}

.multiRichTextEditor_block > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.yoga_02 .column_3 {
    box-shadow: 7px 7px 0px -5px #c4c4c4;
    padding: 2em 0;
    word-break: break-word;

    box-sizing: border-box;
    padding: 1em;
}

.yoga_02 .rte_block .EditorTheme__h3 {
    font-size: 24px;
    text-align: center;
    line-height: normal;
    margin-bottom: 1em;
    /* min-height: 3.5em; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

.yoga_02 .rte_block p {
    font-size: 16px;
    text-align: left;
}

/* 歯ヨガセミナー */

#block-UY3VyQX8 p span{
  color: #fff;
}

/* 選ばれる理由 */

.yoga_02 .image_block>div>div {
    position: relative;
    height: 500px;
}

.yoga_02 .image_block>div>div>div:first-child {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}

.yoga_02 .image_block>div>div>div:nth-child(2) {
    position: absolute;
    width: 70%;
    bottom: 0;
    right: 0;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.yoga-page .css-r4achq .css-7rt1k2 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
}

.yoga-page .css-r4achq .css-7rt1k2 .css-1p3z87b{
    position: relative;
}
.yoga-page .css-r4achq .css-7rt1k2 .css-fkysnt{
        position: absolute;
        top: 0;
        left: 0;
        transform: unset;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        padding: 5%;
    }
@media screen and (max-width: 768px) {
    .yoga-page .css-r4achq .css-7rt1k2 {
        flex-direction: column;
    }
    .yoga-page .css-r4achq .css-7rt1k2 .css-fkysnt{
        position: relative;
        top: inherit;
        left: inherit;
        transform: unset;
        width: 100%;
        display: block;
        height: unset;
    }
}

.css-pzbcbj {
    display: block;
    background-color: rgb(231, 231, 231);
    width: 100%;
    container-type: normal;
  text-align: center;
}

/* サンプル動画 */

.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .yoga-page #block-A3OZ1mO9 .column_2 {
        width: 100%;
        margin: 1em 0.5%;
    }

    .yoga-page #block-A3OZ1mO9 .column_2 > * {
        max-width: 480px;
    }
}

/* 講師紹介 */


#block-3DE3QKRf .css-gwhip5{
    justify-content: space-between;
    line-height: 2em;
    align-items: left;
    background: #F1F2F4;
    padding: 2em 3em;
    border-radius: 2em;
}
@media screen and (max-width: 768px) {
    #block-3DE3QKRf .css-gwhip5{
        flex-direction: column;
    }
    .yoga-page #block-3DE3QKRf .css-gwhip5 .column_2{
        width: 100%;
    }
}
.css-14d0sit {
    display: block;
    background-color: rgb(255, 255, 255);
    color: rgb(191, 170, 118);
    width: 100%;
    container-type: normal;
}

.css-14d0sit p{
    color: rgb(191, 170, 118);
}

/* faq */

.css-1ccx8z2 {
    text-align: left;
    margin: 2.5em 0px;
    font-size: 20px;
    align-items: flex-start;
    color: inherit !important;
}

.css-nm39z8 {
    margin: 1em 0px;
    display: flex;
    font-weight: bold;
}

.css-1rs2w00 {
    font-size: 64px;
    margin-right: 0.3em;
    max-width: none;
    font-weight: bold;
}

.css-ryabx1 {
    margin-top: 1.7em;
}

.yoga_02 .icon_answer {
    color: black !important;
}

.css-a2c51l {
    font-size: 64px;
    margin-right: 0.3em;
    max-width: none;
    font-weight: bold;
}

.css-thi79o {
    margin: 1em 0px;
    display: flex;
}

/* yoga 03 */
/* 
#yoga.yoga_03 .undermv {
    background-image: url(../img/yoga/yoga_03/bg_main_yoga_03.webp);
    height: auto;
    aspect-ratio: 920/450;
} */
#yoga.yoga_03 .undermv {
    /* background: #fed0c8;
    position: relative;
    height: auto;
    aspect-ratio: 920/310; */
    /* background-image: url(../img/yoga/yoga_03/bg_main_yoga_03.webp);
    height: auto;
    aspect-ratio: 920/310;
    background-size: contain;
    background-color: #fed0c8;
    background-position: 50% 50%;
    position: relative; */
}
/* #yoga.yoga_03 .undermv:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background-image: url(../img/yoga/yoga_03/bg_main_yoga_03.webp);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
#yoga.yoga_03 .undermv:after {
    content: "";
    width: 50%;
    height: 100%;
    background: #dfe0d9;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
} */

@media screen and (min-width: 1025px) {
    #yoga.yoga_03 .menu {
        z-index: 100;
    }
}

.yoga_03 .text_block p {
    font-size: 20px;
    line-height: 1.2;
    max-width: 820px;
    margin: 0 auto;
}

.yoga_03 .text_block h2>p {
    font-size: 48px;
    line-height: 1.2;
}

.yoga_03 .column_3 {
    box-shadow: 7px 7px 0px -5px #c4c4c4;
    padding: 2em 1em;
    word-break: break-word;
}

.yoga_03 .rte_block .EditorTheme__h3 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 1rem;
    /* min-height: 3.5em; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
}

@media screen and (max-width: 768px) {
    .yoga_03 .rte_block .EditorTheme__h3{
        font-size: 24px;
    }
}

/* 選ばれる理由 */


.yoga_03 .image_block>div>div {
    position: relative;
    height: 500px;
}

.yoga_03 .image_block>div>div>div:first-child {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.2;
}
@media screen and (max-width: 768px) {
    .yoga_03 .image_block>div>div>div:first-child{
        opacity: 1;
    }
}

.yoga_03 .image_block>div>div>div:nth-child(2) {
    position: absolute;
    width: 70%;
    bottom: 0;
    right: 0;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.css-thi79o {
    margin: 1em 0px;
    display: flex;
}

.css-1hwo4y0 {
    color: rgb(252, 220, 0);
    font-size: 64px;
    margin-right: 0.3em;
    max-width: none;
    font-weight: bold;
}

.yoga_03 .icon_answer {
    color: black !important;
}

#block-Z1H0100Q {
    text-align: center;
}

#block-eIZnptcw .css-gwhip5{
    display: block;
    max-width: 700px;
}

#block-eIZnptcw .css-gwhip5 .column_2 {
    width: 100%;
    margin: 0 0.5%;
}

#block-eIZnptcw .css-gwhip5 .column_2 .img{
    background: #fff;
    border-radius: 2em;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}
#block-eIZnptcw .css-gwhip5 .column_2 .img img{
    width: 90%;
    max-width: 375px !important;
}
#block-toWnvF3R .css-gwhip5{
    display: block;
}
#block-toWnvF3R .css-gwhip5 .column_2 {
    width: 100%;
    margin: 1em 0.5%;
}
#block-toWnvF3R .css-gwhip5 .column_2:nth-child(1) p img{
    max-width: 700px !important;
    width: 100%;
}
#block-toWnvF3R .css-gwhip5 .column_2:nth-child(1) p{
    text-align: center !important;
}
#block-eIZnptcw .check_list {
    max-width: 450px;
    margin: 1em auto 1.5em;
    flex-wrap: nowrap;
    background: #fff;
    padding: 2em 2em;
    border-radius: 1em;
}
#block-eIZnptcw .check_list + p{
    text-align: center;
}
#block-eIZnptcw .check_list p{
    font-size: 16px;
    text-align: left;
    padding-left: 2.5em;
    text-indent: -2em;
    padding-right: .5em;
}

@media screen and (max-width: 640px) {
    #block-eIZnptcw .check_list {
        padding: 1em;
    }
    #block-eIZnptcw .check_list p{
        font-size: 14px;
    }

    #block-eIZnptcw p strong {
        font-size: 1.8em !important;
    }
}
/* yoga 04 */
.yoga-page .informationul .informationli h3 {
    overflow: visible;
    white-space: unset;
    text-overflow: unset;
}

@media screen and (max-width: 1024px) {
.yoga-page .informationul{
    margin: 0;
}
}

.css-1s3pehs {
    display: block;
    background-color: rgb(255, 192, 203);
    color: rgb(204, 204, 204);
    width: 100%;
    container-type: normal;
}

.yoga_04 .text_block h2>p {
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
}

.yoga_04 .css-r4achq .css-1v8uryz {
    color: rgb(102, 102, 102);
}
.yoga_04 .css-r4achq a *{
  color: inherit;
}

.yoga_04 .link_list{
    display: flex;
    border: 2px solid #ccc;
}
.yoga_04 .footer__link {
    margin-top: 1em;
}
@media screen and (min-width: 769px) {
    .yoga_04 .link_list{
        padding: .5em 1em 1.5em;
        border-radius: 4em;
    }
    .yoga_04 .footer__link {
        width: 25%;
        align-items: center;
        justify-content: center;
    }
}
@media screen and (max-width: 768px) {
    .yoga_04 .footer__link {
        width: 50%;
    }

    .yoga_04 .link_list{
        padding: 0 1em 1em;
        border-radius: 1.5em;
    }
}
.yoga_04 .footer__link::before {
    transform: rotate(90deg);
    margin-right: .5em;
}
@media screen and (max-width: 374px) {
    .yoga_04 .footer__link {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .informationul .informationli.imgs img {
        max-width: 100%;
        height: auto;
        margin: 0 auto 1em;
        width: 100%;
    }

    .informationul .informationli.imgs {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 769px) {
    .informationul .informationli.imgs {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
    .informationul .informationli.imgs img{
        width: 40%;
    }
    .informationul .informationli.imgs > div{
        width: 56.5%;
    }
}

/* contact */
.yoga-page .cta{
    text-align: center;
    padding:0 5%;
}

.yoga-page .cta .ttl{
    font-weight: 600;
    font-size: clamp(15px,4vw,20px);
}
.yoga-page .cta .inline-block{
    max-width: 90%;
    margin-top: 2em;
}

@media screen and (min-width: 1025px) {
    .yoga-page .cta .clm2__txt {
        width: 100%;
        margin-top: 55px;
    }
    .clm2__txt h3{
        margin-right: auto;
    }
}
.yoga-page .cta .clm2__txt .comment{
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    margin-top: -90px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 640px) {
    .yoga-page .cta .clm2__txt .comment {
        margin-top: -17vw;
    }
}
.contact-box .txt-box p{
    text-align: center;
}
.form-table-wrap {
    width: 90%;
    max-width: 900px;
    padding: 1em 1.5em 1.5em;
    border-radius: 2em;
    border: 2px solid #ccc;
    margin: 5% auto;
}
.form-table-wrap table tr{
    border-bottom: none !important;
}
.form-table-wrap table th,
.form-table-wrap table td{
    text-align:left;
}
.form-table-wrap table th .imp{
    color: #c00;
    font-size: .7em;
    display: inline-block;
    margin-left: .5em;
}
.form-table-wrap table td{
    padding-bottom: 1em;
}
.form-table-wrap table th .small{
    display: block;
    font-size: .8em;
}
.form-table-wrap table td input,
.form-table-wrap table td textarea{
    font-size: 16px;
    padding: .7em 1em;
    background: #eee;
    border-radius: 1em;
    box-sizing: border-box;
    width: 100%;
    border: none;

}
.form-table-wrap .accept{
    margin-bottom: 1em;
    text-align: center;
}
.form-table-wrap .privacy{
    background: #eee;
    padding: 1.5em 2em;
    font-size: 13px;
    width: 90%;
    margin: 0 auto;
}

.form-table-wrap .privacy dt,
.form-table-wrap .privacy dt p{
    font-size: 15px;
    line-height: 1.5;
    font-weight: 600;
    padding-bottom: .2em;
}

.form-table-wrap .privacy dd:not(:last-child){
    margin-bottom: 1.5em;
}
.form-table-wrap .privacy dd,
.form-table-wrap .privacy dd p{
    font-size: 13px;
    line-height: 1.5;
}

.form-table-wrap input[type="submit"]{
    background: #A5CE00;
    width: 100%;
    padding: 1em;
    font-size: 20px;
    text-align: center;
    display: block;
    max-width: 250px;
    margin: 1em auto 0;
    color: #fff;
    font-weight: 600;
    border-radius: 1em;
}

/* faq */
.yoga-page .faq-box h3{
    padding-bottom: 1em;
    margin-left: 0;
}
.yoga-page .faq-box h3 .icon_question {
    font-size: 2em;
}
.yoga-page .faq-box p{
    /* padding-left: 5em;
    text-indent: -2.5em; */
    text-indent: -2.5em;
    background: #fff;
    padding: 1px 1em 1em 3.5em;
    border-radius: 1em;
    font-size: 18px;
}
.yoga-page .faq-box p .icon_answer {
    font-size: 2.5em;
    vertical-align: text-bottom;
}
