@charset "UTF-8";
/*  株式会社Aile CSS Document */
/* 共通部分 */
body {
    background: #fff;
    color: #58575d;
    overflow: hidden;
    font-size: 16px;
    counter-reset: number 0 counter-reset1 counter-reset2;
}
body.home {
    background: #f4eeee;
}
a, .post-content a {
    color: #58575d;
}
.font-type2, .headline-font-type {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p, .post-content p {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 2.2;
}
.post-content ul {
    font-size: 0.9em;
    list-style: disc;
}
.breadcrumb-wrapper {
    background: none;
}
.breadcrumb.inner {
    font-size: 0.7em;
    width: fit-content;
    display: block;
    height: 40px;
    line-height: 40px;
}
.header-bar-fixed ~ .signage {
    margin-top: 0;
}
.signage {
    height: 300px;
    background: #f4eeee !important;
}
.signage-title.headline-font-type, .signage-title-sub {
    text-align: center;
    text-shadow: none;
    color: #58575d !important;
}
.signage-title.headline-font-type {
    margin-top: 10px;
    letter-spacing: 1px;
    margin-bottom: 12px;
    font-size: 2.8em !important;
    font-weight: 400;
    font-family: 'Cormorant Garamond', serif;
}
.signage-title-sub {
    font-size: 0.8em !important;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 400;
}
@media only screen and (max-width: 1200px) {
    .signage {
        height: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .signage {
        height: 220px;
    }
    .signage-title.headline-font-type {
        font-size: 2.4em !important;
        margin-bottom: 8px;
    }
    .signage-title-sub {
        font-size: 0.7em !important;
    }
    .breadcrumb.inner {
        font-size: 0.6em;
        height: 30px;
        line-height: 30px;
    }
}
/* 共通部分 END */
/* ナビ */
.home .header::before {
    width: 10%;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    background: #f4eeee;
    z-index: 1;
}
.header-bar {
    z-index: 50;
    box-shadow: none;
    background: none !important;
}
.logo-image {
    top: 10px;
    width: 150px;
    height: auto;
    left: 10px;
    position: absolute;
}
img.h_logo {
    width: 100%;
}
.global-nav {
    padding-right: 25px;
}
.header-bar-inner {
    width: 100%;
    max-width: unset;
    z-index: 100;
}
.global-nav > ul > li > a {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 90px;
    padding: 0px 18px;
    position: relative;
    text-align: center;
    transition: all 0.5s;
    color: #58575d;
    font-family: 'Cormorant Garamond', serif;
}
.global-nav > ul > li > a::before {
    content: "";
    width: 0;
    height: 1px;
    left: 15px;
    bottom: 15px;
    position: absolute;
    background: #e8d5d1;
    transition: all 0.5s;
    z-index: 1;
}
.global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
    width: calc(100% - 30px);
}
.global-nav > ul > li > a::after {
    position: relative;
    text-align: center;
    display: block;
    bottom: 27px;
    line-height: 1;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.global-nav > ul > li.global-menu-home > a::after {
    content: "ホーム";
}
.global-nav > ul > li.global-menu-price > a::after {
    content: "ご利用料金";
}
.global-nav > ul > li.global-menu-staff > a::after {
    content: "スタッフ一覧";
}
.global-nav > ul > li.global-menu-greeting > a::after {
    content: "代表挨拶";
}
.global-nav > ul > li.global-menu-information > a::after {
    content: "運営概要";
}
.global-nav > ul > li.global-menu-contact > a::after {
    content: "お問い合わせ";
}
.global-nav .sub-menu {
    left: auto;
    right: 0px !important;
}
.global-nav .sub-menu a {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #58575d;
    background: #fff !important;
}
.global-nav .sub-menu a:hover {
    color: #58575d !important;
    background: #e8d5d1 !important;
}
.global-nav a:hover, .global-nav .current-menu-item > a {
    color: #58575d;
}
.global-nav .sub-menu a:hover::before {
    content: none;
}
@media only screen and (max-width: 1200px) {
    .logo-image {
        top: 5px;
        width: 90px;
        left: -10px;
    }
    .header-bar {
        border-bottom: none !important;
    }
    .global-nav-button {
        border-left: 0px;
        background: none;
    }
    .global-nav-button:before {
        color: #58575d;
    }
    .global-nav-button:hover:before {
        color: #ca9494;
    }
    .global-nav > ul > li > a {
        font-size: 16px;
        letter-spacing: 1px;
        text-shadow: none;
        text-align: left;
        padding: 0px 0px 0px 25px;
        line-height: 55px;
    }
    .global-nav > ul > li > a::after {
        text-align: left;
        line-height: 0;
        font-size: 12px;
        bottom: 30px;
        padding-left: 120px;
    }
    .global-nav a {
        background: #f4eeee;
        color: #58575d !important;
    }
    .global-nav .sub-menu a {
        /*     font-size: 10px; */
        background: #f4eeee !important;
        color: #58575d !important;
        width: 100%;
    }
    .global-nav a:hover, .global-nav .sub-menu a:hover {
        background: #f4eeee !important;
        color: #ca9494 !important;
    }
    .global-nav a:hover::before, .global-nav > ul > li > a:hover::before, .global-nav .current-menu-item > a::before {
        content: none;
    }
    .global-nav .menu-item-has-children > a span::before {
        color: #58575d;
    }
}
@media only screen and (max-width: 820px) {
    img.s_logo {
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .logo-image {
        width: 60px;
    }
}
/* ナビ END */
/* YouTube コントロールバー非表示 */
.mb_YTPBar {
    display: none !important;
}
/* YouTube コントロールバー非表示 */
/* トップ・フッター */
.header-youtube-overlay {
    background: #000;
    /*opacity: 0.55;*/
    opacity: 0.15;
}
.top-slider-content {
    border-radius: 0;
    flex-direction: column;
    justify-content: center;
    display: -webkit-flex;
    display: flex;
    width: 100% !important;
    height: 100% !important;
}
.top-slider-content-inner, .top-slider-content-inner:hover {
    background: none;
}
.top-slider-content-inner {
    width: 100% !important;
    height: 100% !important;
    box-sizing: border-box;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.top-slider-content-inner p {
    display: none;
}
.top-slider-content-inner:after {
    content: none;
}
.front-slider-box {
    width: 90%;
    margin: 0 auto;
}
.front-copy-img {
    width: 460px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-copy-img img {
    width: 100%;
}
.top-slider-wrapper::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #58575d;
    bottom: 0;
    left: 5%;
    z-index: 10;
}
.top-slider-wrapper::after {
    content: 'SCROLL';
    position: absolute;
    color: #58575d;
    text-align: center;
    width: 10%;
    left: 0;
    bottom: 50px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
}
div#content01::before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #ca9494;
    left: 5%;
    z-index: 1;
}
.front_original01 {
    padding: 7em 0;
    position: relative;
    background: #f4eeee;
    z-index: 0;
}
.front_original01::after {
    content: '';
    position: absolute;
    display: block;
    background: #ca9494;
    width: 40%;
    height: 70%;
    bottom: -40px;
    right: 0;
    z-index: -1;
}
.front-original01-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front-original01__text {
    width: 45%;
    padding-right: 5em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    z-index: 1;
}
.front-original01__img {
    width: 55%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.front-original01__img::after {
    content: 'Reassurance';
    position: absolute;
    font-size: 8.5rem;
    font-weight: 400;
    font-family: 'Ms Madi', cursive;
    right: 0;
    bottom: 120px;
    color: #e8d5d1;
    transform: rotate(-10deg);
}
.front-original01__text h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ca9494;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 15px;
    width: 100%;
}
.front-original01__text h3 {
    font-size: 2.1rem;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px;
    width: 100%;
}
.front-original01__text p {
    margin-bottom: 20px;
    width: 100%;
}
.front-original01__text p:last-of-type {
    margin-bottom: 0;
}
.content02_title {
    padding-top: 5em;
    background: #fff;
    z-index: -1;
    position: relative;
}
.content02_title h2 {
    font-size: 4.5em;
    font-weight: 800;
    color: #d3cbc8;
    font-family: 'Cormorant Garamond', serif;
}
.content02_title-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.content02 {
    background: #fff;
}
.content02-inner {
    width: 86%;
    max-width: 1150px;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 100px;
}
.content02-item {
    padding: 0;
    margin-left: 4.5%;
    width: 33.33333%;
    z-index: 0;
}
.content02-item::before {
    content: 'Price';
    position: absolute;
    font-size: 3.5rem;
    font-weight: 400;
    font-family: 'Ms Madi', cursive;
    color: #ca9494;
    z-index: 1;
    transform: rotate(-5deg);
    left: -20px;
    top: -20px;
}
.content02-item:nth-of-type(2)::before {
    content: 'Staff';
}
.content02-item:nth-of-type(3)::before {
    content: 'Greeting';
}
.content02-img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    transition: all .5s;
    z-index: 0;
}
.content02-img .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background: hsl(16deg 11% 81% / 40%);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.content02-img:hover .mask {
    opacity: 1;
}
.content02-item-title {
    font-size: 1.2em;
    text-align: left;
    line-height: 1.5;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #58575d;
}
.content02-text {
    font-size: 0.85em;
    line-height: 2.2;
    color: #58575d;
}
.content02-button {
    font-size: 0.9em;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    width: 100%;
    max-width: 290px;
    /* height: 45px; */
    line-height: 50px;
    position: relative;
    margin: 26px auto 0;
    color: #58575d;
    background: none;
    box-sizing: border-box;
    transition: 0.5s;
    z-index: 1;
    border: 1px solid #CA9494;
    padding: 0 0 0 12px;
}
.content02-button::after {
    content: 'More';
    position: absolute;
    letter-spacing: 1px;
    right: 12px;
    font-family: 'Cormorant Garamond', serif;
    transition: 0.1s;
}
/* .content02-button::before {
  width: 90px;
  height: 1px;
  position: absolute;
  content: '';
  background: #e8d5d1;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: 0.8s;
} */
.content02-button:hover {
    color: #ca9494;
    background: none;
}
.content02-button:hover::before {
    width: 100%;
    background: #ca9494;
}
.front_original02 {
    padding: 7em 0;
    position: relative;
    background: #f4eeee;
    z-index: 0;
}
.front_original02::after {
    content: '';
    position: absolute;
    display: block;
    background: #ca9494;
    width: 40%;
    height: 65%;
    bottom: -40px;
    left: 0;
    z-index: -1;
}
.front-original02-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front-original02__text {
    width: 35%;
    margin-left: 65%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.front-original02__img {
    width: 65%;
    margin-left: -100%;
    padding-right: 5em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.front-original02__img::after {
    content: 'Service';
    position: absolute;
    font-size: 9.5rem;
    font-weight: 400;
    font-family: 'Ms Madi', cursive;
    left: 0;
    bottom: -60px;
    color: #e8d5d1;
    transform: rotate(-5deg);
}
.front-original02__text h2 {
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 500;
    color: #ca9494;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 15px;
    width: 100%;
}
.front-original02__text h3 {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 30px;
    line-height: 1.5;
    width: 100%;
}
.front-original02__text p {
    margin-bottom: 20px;
    width: 100%;
}
.front-original02__text p:last-child {
    margin-bottom: 0;
}
.front_original03 {
    padding: 7em 0 5em;
    background: #fff;
}
.front-original03-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
.front_original03 h2 {
    font-size: 4.5rem;
    letter-spacing: 1px;
    font-weight: 800;
    color: #d3cbc8;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 50px;
}
.third-box {
    margin-bottom: 70px;
}
.third-box:last-of-type {
    margin-bottom: 0;
}
.front-third-text {
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.third-box:nth-of-type(odd) .front-third-text {
    padding-right: 5em;
}
.third-box:nth-of-type(even) .front-third-text {
    padding-left: 5em;
    margin-left: 60%;
}
.front-third-img {
    width: 60%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.third-box:nth-of-type(even) .front-third-img {
    margin-left: -100%;
}
.front-third-img::before {
    counter-increment: number 1;
    content: "Point."counter(number) "";
    position: absolute;
    width: 100%;
    font-size: 7.5rem;
    font-weight: 400;
    font-family: 'Ms Madi', cursive;
    left: -50px;
    bottom: 0;
    color: #ca9494;
    transform: rotate(-5deg);
}
.third-box:nth-of-type(even) .front-third-img::before {
    text-align: end;
    transform: rotate(5deg);
    left: 50px;
}
.front-third-text p {
    width: 100%;
    line-height: 2;
}
h3.third_title {
    font-size: 1.5em;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 20px;
    width: 100%;
}
.front_topics {
    padding: 6em 0;
    background: #fff;
}
.front-topics-inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
}
h2.front_topics-title {
    font-size: 4.5rem;
    font-weight: 800;
    color: #d3cbc8;
    font-family: 'Cormorant Garamond', serif;
    margin-bottom: 40px;
}
h2.headline-primary {
    display: none;
}
.footer-gallery-title, .align1 {
    display: none;
}
.footer {
    margin-top: 0;
    background: #e8d5d1;
}
.footer_contact_sec {
    padding: 3em 0 1em;
}
.footer_contact_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0 auto;
    display: block;
}
.footer_contact_bg {
    width: 40%;
    padding-right: 2em;
    box-sizing: border-box;
}
.footer_line_bg {
    width: 35%;
    padding: 20px 25px;
    background: #fff;
    box-sizing: border-box;
}
.footer_menu_bg {
    width: 45%;
    padding-left: 6em;
    box-sizing: border-box;
}
h2.footer-logo-name {
    font-size: 1.4em;
    font-weight: 400;
    margin-bottom: 15px;
}
dl.address_body {
    width: auto;
    font-size: 0.9em;
    letter-spacing: 0.05em;
    line-height: 1.7;
    display: flex;
    margin-bottom: 8px;
}
dl.address_body:last-of-type {
    margin-bottom: 15px;
}
dt.address_title {
    width: 25%;
    padding-right: 10px;
}
dd.address_text {
    width: 75%;
}
address.footer_tel {
    font-size: 1.7em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
span.footer_tel_sub {
    font-size: 0.5em;
    margin-right: 4px;
    letter-spacing: 1px;
}
p.footer-con-caution {
    font-size: 0.8em;
    letter-spacing: 0;
    position: relative;
    line-height: 1.5;
    padding-left: 15px;
    margin-bottom: 5px;
    box-sizing: border-box;
}
p.footer-con-caution:last-of-type {
    margin-bottom: 0;
}
p.footer-con-caution::before {
    content: '※';
    position: absolute;
    left: 0;
}
span.address-time {
    display: inline-block;
    margin-right: 8px;
    padding: 1px 8px;
    margin-bottom: 5px;
    background: #f4eeee;
    box-sizing: border-box;
}
ul.sns__links {
    width: 100%;
    max-width: 240px;
    display: flex;
    margin-top: 1.5em;
}
li.sns__links-item {
    width: 33.3333%;
    margin-right: 12px;
}
li.sns__links-item:last-child {
    margin-right: 0;
}
a.footer_sns {
    display: block;
    text-align: center;
}
a.footer_sns::before {
    content: "";
    font-family: design_plus;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    color: #fff;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    transition: all 0.5s;
    z-index: 1;
}
a.footer_mail_but::before {
    content: "\f0e0";
    background: #ca9494;
}
a.footer_insta_but::before {
    content: "\ea92";
    background-image: linear-gradient(45deg, #ffd75f, #ff0357);
}
a.footer_line_but::before {
    content: "\e909";
    background: #00b900;
    font-size: 17px;
}
a.footer_sns:hover {
    background: none;
}
a.footer_mail_but:hover {
    color: #ca9494;
}
a.footer_insta_but:hover {
    color: #ff0357;
}
a.footer_line_but:hover {
    color: #00b900;
}
a.footer_sns:hover::before {
    opacity: 0.8;
}
a.footer_sns span {
    margin-top: 8px;
    text-align: center;
    display: block;
    font-size: 10px;
    font-weight: 400;
}
.footer_line_bg h2 {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #ca9494;
}
.footer_line_bg h2 span {
    color: #fff;
    background: #ca9494;
    margin-top: 5px;
    padding: 5px 10px;
    display: inline-block;
    line-height: 1.3;
}
.footer_line_bg p {
    line-height: 1.6;
    margin-bottom: 15px;
}
.footer_line_text {
    width: 60%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: -webkit-flex;
    display: flex;
}
.footer_line_img {
    width: 40%;
    padding-left: 1em;
    box-sizing: border-box;
}
.footer_line_bg h3 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5;
    color: #00b900;
}
img.pc-line {
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
    display: block;
}
a.sp-line_but {
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    padding: 18px 20px;
    border-radius: 10px;
    color: #fff;
    background: #00b900;
    box-sizing: border-box;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    display: none;
}
a.sp-line_but:hover {
    background: #f4eeee;
    color: #ca9494;
}
a.sp-line_but::after {
    content: "\e909";
    font-family: "design_plus";
    position: absolute;
    font-size: 22px;
    right: 20px;
}
ul.footer-content-list-outer {
    width: 50%;
}
ul.footer-content-list-outer:last-child {
    padding-left: 6px;
    padding-right: 0;
    margin-bottom: 0;
}
ul.footer-content-list-outer li {
    font-size: 0.8em;
    letter-spacing: 1px;
    line-height: 1.5;
    padding-left: 20px;
    margin-bottom: 6px;
    position: relative;
}
ul.footer-content-list-outer li:last-of-type {
    margin-bottom: 0;
}
ul.footer-content-list-outer li:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    background: #ca9494;
    top: 9px;
    left: 0;
    transition: all 0.5s;
}
ul.footer-content-list-outer li:hover::before {
    padding-left: 8px;
}
ul.footer-content-list-outer li a:hover {
    color: #ca9494;
}
.footer-content {
    display: none;
}
.pagetop a {
    color: #fff;
    background: #58575d;
}
.pagetop a:before {
    font-size: 15px;
    width: 15px;
    height: 10px;
}
.pagetop a:hover {
    background: #d3cbc8;
}
.copyright {
    font-size: 11px;
    color: #58575d;
}
.footer-bar01, .footer-bar01-inner, .copyright {
    background: none;
}
@media only screen and (max-width: 1200px) {
    .header-youtube {
        height: calc(80vh - 80px);
    }
    .front-copy-img {
        width: 55%;
    }
    .front_original01 {
        padding: 4em 0;
    }
    .front-original01__text {
        padding-right: 2em;
    }
    .front-original01__text h2 {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
    .front-original01__text h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .content02_title {
        padding-top: 3em;
    }
    .content02_title h2, .front_original03 h2, h2.front_topics-title {
        font-size: 3.5rem;
    }
    .content02-inner {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .front_original02 {
        padding: 3em 0;
    }
    .front-original02__img {
        padding-right: 2.5em;
    }
    .front-original02__img::after {
        bottom: 0;
    }
    .front-original02__text h2 {
        font-size: 1.2rem;
        margin-bottom: 8px;
    }
    .front-original02__text h3 {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .front_original03 {
        padding: 5em 0 2em;
    }
    .front_original03 h2 {
        margin-bottom: 35px;
    }
    .third-box {
        margin-bottom: 50px;
    }
    .front-third-text {
        width: 100%;
        padding-bottom: 1em;
    }
    .third-box:nth-of-type(odd) .front-third-text {
        padding-right: 0;
    }
    .third-box:nth-of-type(even) .front-third-text {
        padding-left: 0;
        margin-left: 0;
    }
    .front-third-img {
        width: 100%;
    }
    .third-box:nth-of-type(even) .front-third-img {
        margin-left: 0;
    }
    h3.third_title {
        font-size: 1.3em;
        margin-bottom: 10px;
    }
    .front_topics {
        padding: 3em 0 4em;
    }
    h2.front_topics-title {
        margin-bottom: 25px;
    }
    .footer_contact_bg, .footer_line_bg {
        width: 50%;
        margin-bottom: 20px;
    }
    .footer_menu_bg {
        width: 100%;
        padding-left: 0;
    }
    ul.footer-content-list-outer {
        width: 25%;
    }
}
@media only screen and (max-width: 970px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 55px);
    }
    .front_original01::after {
        width: 60%;
        height: 40%;
    }
    .front-original01__text {
        width: 100%;
        padding-right: 0;
        margin-bottom: 1.5em;
    }
    .front-original01__img {
        width: 100%;
    }
    .front-original01__img::after {
        bottom: -30px;
    }
    .front-original01__text p {
        margin-bottom: 15px;
    }
    .front-original01__text h3 br {
        display: contents;
    }
    .front_original02::after {
        width: 60%;
        height: 40%;
    }
    .front-original02__text {
        width: 100%;
        margin-left: 0;
        margin-bottom: 1.5em;
    }
    .front-original02__img {
        width: 100%;
        margin-left: 0;
        padding-right: 0;
    }
    .front-original02__text h3 br {
        display: contents;
    }
    .front-original02__text p {
        margin-bottom: 15px;
    }
    .front-third-img::before {
        left: 0;
        top: 0;
    }
    .third-box:nth-of-type(even) .front-third-img::before {
        left: 0;
    }
    .dp-footer-bar a {
        color: #fff !important;
    }
    .dp-footer-bar {
        background: #ca9494 !important;
        border-top: 1px solid #fff !important;
    }
    .dp-footer-bar-item + .dp-footer-bar-item {
        border-left: 1px solid #fff !important;
    }
    .dp-footer-bar-icon:before {
        font-weight: 500;
    }
    .icon-file-text:before {
        content: "\e909";
    }
}
@media only screen and (max-width: 767px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(100vh - 55px);
    }
    .top-slider-wrapper::before {
        height: 20px;
    }
    .top-slider-wrapper::after {
        font-size: 10px;
        bottom: 30px;
    }
    div#content01::before {
        height: 20px;
    }
    .front_original01 {
        padding: 2em 0;
    }
    .front_original01::after {
        width: 100%;
        height: 25%;
        bottom: 0;
    }
    .front-original01__img::after {
        font-size: 5rem;
    }
    .front-original01__text h3 {
        font-size: 1.3rem;
    }
    .content02_title {
        padding-top: 1.5em;
    }
    .content02_title h2, .front_original03 h2, h2.front_topics-title {
        font-size: 2.5rem;
    }
    .content02-inner {
        padding-top: 20px;
        padding-bottom: 100px;
    }
    .content02-item {
        width: 100%;
        margin-left: 0;
    }
    .content02-item:nth-of-type(2) {
        top: 30px;
    }
    .content02-item:nth-of-type(3) {
        top: 60px;
    }
    .content02-item::before {
        left: auto;
        right: 20px;
        font-size: 5rem;
    }
    .front_original02 {
        padding: 2em 0;
    }
    .front_original02::after {
        width: 100%;
        height: 20%;
        bottom: 0;
    }
    .front-original02__img::after {
        font-size: 6rem;
        bottom: -40px;
    }
    .front-original02__text h3 {
        font-size: 1.3rem;
    }
    .front_original03 {
        padding: 2em 0 1em;
    }
    .front_original03 h2 {
        margin-bottom: 20px;
    }
    .third-box {
        margin-bottom: 30px;
    }
    .front-third-img::before {
        font-size: 4rem;
    }
    .front_topics {
        padding: 2em 0 2.5em;
    }
    .footer_contact_sec {
        padding: 2em 0 1.5em;
    }
    .footer-con-inner {
        margin-top: 20px;
    }
    .footer-con-box {
        width: 100%;
        padding: 0;
        border: 0;
        margin-bottom: 15px;
        align-items: flex-start;
    }
    address.footer_tel {
        font-size: 1.7em;
        margin-bottom: 8px;
    }
    a.footer_con_but {
        margin-left: 0;
    }
    .footer_contact_bg, .footer_line_bg {
        width: 100%;
    }
    .footer_contact_bg {
        padding-right: 0;
    }
    .footer_line_text {
        width: 40%;
    }
    .footer_line_img {
        width: 60%;
    }
    img.pc-line {
        display: none;
    }
    a.sp-line_but {
        display: inline-flex;
    }
    ul.footer-content-list-outer {
        width: 30%;
    }
    .social-nav {
        width: 90%;
        margin: auto;
    }
}
@media only screen and (max-width: 630px) {
    .footer_line_bg {
        padding: 15px 20px;
    }
    .footer_line_text {
        width: 100%;
    }
    .footer_line_img {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .footer_line_bg h2 {
        font-size: 1em;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
}
@media only screen and (max-width: 500px) {
    .header-youtube, .header-video, .top-slider {
        height: calc(60vh - 60px);
    }
    .front-copy-img {
        width: 75%;
    }
    .top-slider-wrapper::after, .top-slider-wrapper::before, div#content01::before {
        content: none;
    }
    dl.address_body {
        display: block;
    }
    dt.address_title, dd.address_text {
        width: 100%;
    }
}
@media only screen and (max-height: 400px) {
    .top-slider {
        height: 100vh;
    }
}
/* トップ・フッター END */
/* 固定ページ */
.page .post-header {
    margin: 0px;
}
.content_inner {
    width: 86%;
    max-width: 1150px;
    margin: 0px auto;
    padding: 100px 0;
    box-sizing: border-box;
    position: relative;
}
.post-content h2 {
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-top: 0px;
    font-weight: 500;
    text-align: center;
}
.post-content h2::after {
    content: "";
    display: block;
    background: #ca9494;
    width: 40px;
    height: 1px;
    margin: 20px auto 0;
}
.post-content h3 {
    font-size: 1.3em;
    font-weight: 500;
    padding: 0;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #b98686;
}
.post-content h4 {
    font-size: 1.2em;
    margin-bottom: 15px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0;
}
.post-content table {
    margin: 0;
}
.post-content th, .post-content td {
    font-size: 0.9em;
    letter-spacing: 1px;
    vertical-align: middle;
    line-height: 1.8;
    padding: 20px 20px 18px;
    background: none;
    border: 1px #d3cbc8 solid;
}
.post-content th {
    width: 20%;
    text-align: left;
    border-right: none;
}
.post-content td {
    border-left: none;
}
@media only screen and (max-width: 1200px) {
    .content_inner {
        padding: 80px 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-content th, .post-content td {
        display: block;
        box-sizing: border-box;
        border: 1px #d3cbc8 solid;
        margin-top: -1px;
        width: 100% !important;
    }
    .post-content th {
        padding: 15px 18px 0 18px;
        border-bottom: none;
    }
    .post-content td {
        padding: 8px 18px 12px;
        border-top: none;
    }
}
@media only screen and (max-width: 767px) {
    .content_inner {
        padding: 50px 0;
    }
    .post-content h2 {
        font-size: 1.3em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .post-content h2::after {
        width: 30px;
        margin-top: 12px;
    }
    .post-content h3 {
        font-size: 1.1em;
        margin-bottom: 10px;
    }
}
/* 固定ページ END */
/* お知らせ */
.archive.category .main, .post-template-default .main, .blog.logged-in .main {
    padding-bottom: 100px;
}
h2.archive-title {
    font-weight: 400;
    color: #58575d;
}
.archive-header {
    margin: 90px 0px 40px;
}
.article03 {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #d3cbc8;
}
.article03-content {
    padding: 15px;
}
.article03-title {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.5;
    color: #58575d;
}
.article03-category-item:hover, .article03 a:hover .article03-title {
    text-decoration: none;
    color: #ca9494;
}
.post-category {
    font-weight: 300;
}
.post-title, .post-meta {
    color: #58575d;
    font-weight: 500;
}
.nav-links01 {
    border-top: 1px solid #e8d5d1;
    border-bottom: 1px solid #e8d5d1;
}
.nav-links01-previous + .nav-links01-next {
    border-left: 1px solid #e8d5d1;
}
.article01-title a {
    font-size: 0.9em;
    font-weight: 500;
    color: #58575d;
}
.nav-links01-previous a::before, .nav-links01-next a::after {
    font-size: 15px;
    font-weight: 500;
}
.post-meta-box {
    background: #f4eeee;
}
.post-meta-box-item::before {
    color: #58575d;
}
.primary {
    width: 100%;
}
.headline-bar {
    color: #58575d;
    font-weight: 500;
    background: #fff;
}
@media only screen and (max-width: 1200px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 80px;
    }
    .article03-title {
        margin: 0;
    }
}
@media only screen and (max-width: 970px) {
    .post-meta-box-item {
        padding: 8px 0px 8px 20px;
        margin-left: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .archive.category .main, .post-template-default .main {
        padding-bottom: 30px;
    }
    .archive-header {
        margin: 50px 0px 30px;
    }
    h2.archive-title {
        font-size: 25px !important;
    }
    h1.post-title {
        font-size: 1.2em !important;
    }
    .nav-links01-previous a::before, .nav-links01-next a::after {
        color: #58575d;
    }
    .article04-title {
        font-size: 15px;
    }
    .nav-links01 {
        border: 1px solid #e8d5d1;
    }
}
@media only screen and (max-width: 500px) {
    .post-title, .post-meta {
        text-align: left;
    }
    .article03-title {
        font-size: 10px;
        margin-top: 0;
    }
}
/* お知らせ END */
/* コンテンツ 共通 */
.flex-inner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
p.caution {
    line-height: 1.5;
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
    box-sizing: border-box;
}
p.caution:last-of-type {
    margin-bottom: 0;
}
p.caution::before {
    content: '※';
    position: absolute;
    left: 0;
}
span.caution {
    position: relative;
    padding-left: 17px;
    box-sizing: border-box;
    display: inline-block;
}
span.caution::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
    color: #ca9494;
}
ul.list {
    margin: 0;
    list-style: none;
}
ul.list li {
    padding-left: 18px;
    line-height: 1.8;
    margin-bottom: 8px;
    box-sizing: border-box;
    position: relative;
}
ul.list li:last-child {
    margin-bottom: 0;
}
ul.list li::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #ca9494;
    left: 0;
    top: 8px;
}
ul.list.caution-list li::before {
    content: '※';
    color: #b98686;
    background: none;
    top: 0;
}
/* コンテンツ 共通 END */
/* ご利用料金 */
.price_sec .content_inner {
    max-width: 950px;
    padding-bottom: 0;
}
.price_sec:last-of-type .content_inner {
    padding-bottom: 100px;
}
.price-box {
    margin-bottom: 60px;
}
.price-box:last-of-type {
    margin-bottom: 0;
}
.price-box p {
    line-height: 2;
    margin-bottom: 20px;
}
.price-triple {
    width: calc(33.3333% - 40px);
    margin-right: 60px;
    padding: 15px;
    border: 1px dashed #ca9494;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.price-triple:nth-of-type(3) {
    margin-right: 0;
    margin-bottom: 0;
}
.price-triple::before, .price-triple::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -31px;
    width: 2px;
    height: 20px;
    background: #ca9494;
}
.price-triple::before {
    transform: translate(0%, -50%);
}
.price-triple::after {
    transform: translate(0%, -50%) rotate(90deg);
}
.price-triple:nth-of-type(1)::before, .price-triple:nth-of-type(1)::after {
    content: none;
}
.price-triple h3 {
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 0 !important;
}
.price-triple p.caution {
    font-size: 0.8em;
    line-height: 1.5;
    margin-top: 8px;
}
.table_scroll {
    overflow: auto;
    white-space: nowrap;
}
p.scroll_text {
    line-height: 1.5;
    margin-bottom: 12px;
    display: none;
}
table.price_table, table.option-price_table {
    margin-bottom: 15px;
}
table.price_table th, table.price_table td {
    line-height: 1.3;
    padding: 20px 20px 18px;
    border: 1px #d3cbc8 solid;
    text-align: center;
}
table.price_table th {
    width: 30%;
}
thead.price_type th {
    background: #f4eeee;
}
a.price-staff {
    background: #e8d5d1;
    padding: 8px 5px;
    border-radius: 50px;
    box-sizing: border-box;
    display: block;
}
a.price-staff:hover {
    color: #fff;
    background: #ca9494;
}
table.option-price_table th {
    width: 60%;
}
table.option-price_table td {
    text-align: end;
}
.cancel-box, .price-service_box {
    padding: 25px 35px;
    border-radius: 10px;
    background: #f4eeee;
    box-sizing: border-box;
}
.price-service_box h2 {
    margin-bottom: 15px;
    text-align: left;
    color: #ca9494;
}
.price-service_box h2::after {
    content: none;
}
.cancel-box p, .price-service_box p {
    margin-bottom: 15px;
}
.cancel-box p:last-child, .price-service_box p:last-child {
    margin-bottom: 0;
}
ul.list.cancel-list {
    margin-bottom: 20px;
}
.shine-box {
    margin-bottom: 60px;
}
.shine-box:last-of-type {
    margin-bottom: 0;
}
.shine-imag, .support-imag {
    width: 40%;
    padding-right: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.shine-text, .support-text {
    width: 60%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.shine-text h3, .shine-text p, .shine-text ul {
    width: 100%;
}
.shine-text p {
    margin-bottom: 0;
}
.support-box {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 35px;
}
.support-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
}
.support-box::after {
    content: '';
    position: absolute;
    border: 0;
    border-top: solid 5px #e8d5d1;
    border-right: solid 5px #e8d5d1;
    display: inline-block;
    width: 30px;
    height: 30px;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%) rotate(135deg);
}
.support-box:last-of-type::after {
    content: none;
}
.support-text h3, .support-text h4, .support-text p, .support-text ul {
    width: 100%;
}
.support-text h3 {
    letter-spacing: 2px;
    line-height: 1.8;
    margin-bottom: 5px;
}
.support-text h3 span {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #58575d;
    display: block;
}
.support-text h4 {
    font-size: 1.1em;
    margin-bottom: 5px;
}
.support-text p {
    margin-bottom: 15px;
    line-height: 1.5;
}
.support-text p:last-child {
    margin-bottom: 0;
}
ul.list.support-list {
    margin-top: 20px;
}
.merit_box {
    margin-bottom: 20px;
    padding: 20px 30px;
    border-radius: 10px;
    background: #f4eeee;
}
.merit_box:last-of-type {
    margin-bottom: 0;
}
.promise_first_box p {
    line-height: 2.5;
    text-align: center;
    margin-bottom: 0;
}
ul.promise-list-outer {
    width: 100%;
    margin: 50px auto 0;
    list-style: none;
}
li.promise-list-box {
    width: 20%;
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5;
    background: #f4eeee;
    border: 3px solid #fff;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
li.promise-list-box img {
    width: 85%;
    max-width: 180px;
    margin: 0 auto 10px;
    display: block;
}
@media only screen and (max-width: 1200px) {
    .price_sec:last-of-type .content_inner {
        padding-bottom: 80px;
    }
}
@media only screen and (max-width: 970px) {
    table.price_table th, table.price_table td {
        display: table-cell;
    }
    .shine-imag, .support-imag {
        padding-right: 1.5em;
    }
    li.promise-list-box {
        width: 33.3333%;
    }
}
@media only screen and (max-width: 767px) {
    .price_sec:last-of-type .content_inner {
        padding-bottom: 50px;
    }
    .price-box {
        margin-bottom: 30px;
    }
    .price-triple {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
    .price-triple::before, .price-triple::after {
        left: 50%;
        top: -25px;
    }
    p.scroll_text {
        display: inline-block;
    }
    .cancel-box, .price-service_box {
        padding: 20px 25px;
    }
    .shine-box {
        margin-bottom: 35px;
    }
    .merit_box {
        padding: 15px 20px;
    }
    ul.promise-list-outer {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 590px) {
    .shine-imag, .support-imag {
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .shine-text, .support-text {
        width: 100%;
    }
    .support-box {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .support-box::after {
        width: 20px;
        height: 20px;
        border-top: solid 3px #e8d5d1;
        border-right: solid 3px #e8d5d1;
    }
    li.promise-list-box {
        width: 50%;
        padding: 10px 15px;
        font-size: 0.9em;
    }
    li.promise-list-box:last-of-type {
        margin: 0 auto;
    }
    .promise_first_box p, p.staff-first_text {
        text-align: left;
        line-height: 2;
    }
}
/* ご利用料金 END */
/* ご利用の流れ */
.flow_sec .content_inner {
    max-width: 900px;
}
.flow_sec:nth-of-type(2) .content_inner {
    padding-top: 0;
}
.flow {
    margin-bottom: 50px;
}
.flow:last-of-type {
    margin-bottom: 0;
}
.flow-img {
    width: 35%;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.flow-body {
    width: 65%;
    padding: 5px;
    padding-left: 2.5em;
    padding-right: 0 !important;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
    position: relative;
}
.flow-body::before {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 12px;
    counter-increment: number 1;
    content: "Step."counter(number)"";
    color: #d3cbc8;
    font-family: 'Cormorant Garamond', serif;
    width: 100%;
}
.flow-body h2 {
    font-size: 1.3em;
    color: #ca9494;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
}
.flow-body h2::after {
    content: none;
}
.flow-body p {
    width: 100%;
    line-height: 1.8;
    margin-bottom: 0;
}
a.flow-con_but {
    width: 100%;
    max-width: 300px;
    padding: 12px 18px;
    margin-top: 20px;
    border: 1px solid;
    box-sizing: border-box;
    display: block;
    position: relative;
}
a.flow-con_but::after {
    content: '\ea3c';
    position: absolute;
    right: 15px;
    font-family: "design_plus";
}
a.flow-con_but:hover {
    color: #fff;
    background: #ca9494;
}
.flow_sec:nth-of-type(2) .content_inner {
    padding-top: 0;
}
h2.check-title {
    margin-bottom: 15px;
    text-align: left;
    color: #ca9494;
}
h2.check-title::after {
    content: none;
}
.check-box {
    padding: 25px 30px;
    margin-bottom: 25px;
    background: #f4eeee;
    box-sizing: border-box;
}
.check-box:last-of-type {
    margin-bottom: 0;
}
.check-box h3 {
    padding: 5px 15px;
    background: #fff;
    margin-bottom: 25px;
}
ul.list.check-list li {
    padding-left: 25px;
    padding-top: 2px;
}
ul.list.check-list li::before {
    content: '\e940';
    font-family: "design_plus";
    font-size: 18px;
    background: none;
    top: 0;
    color: #b98686;
}
@media only screen and (max-width: 767px) {
    .flow {
        margin-bottom: 20px;
    }
    .flow-body {
        padding-left: 1.5em;
    }
    .flow-body::before {
        font-size: 1.5em;
        margin-bottom: 8px;
    }
    .flow-body h2 {
        font-size: 1.1em;
    }
    .check-box {
        padding: 20px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 500px) {
    .flow-img {
        width: 100%;
    }
    .flow-body {
        width: 100%;
        padding: 0;
        padding-top: 1em;
    }
}
/* ご利用の流れ END */
/* よくある質問*/
.faq_sec .content_inner {
    max-width: 850px;
}
h2.faq-first_title {
    text-align: left;
}
h2.faq-first_title::after {
    margin-left: 0;
}
.faq {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px #e8d5d1 solid;
    box-sizing: border-box;
}
.faq:first-of-type {
    margin-top: 60px;
}
.faq:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.faq h3 {
    margin-bottom: 20px;
    text-align: left;
}
.faq h3::before {
    counter-increment: number 1;
    content: "Question."counter(number) "";
    display: block;
    font-size: 35px;
    letter-spacing: 1px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 15px;
    color: #d3cbc8;
    font-family: 'Cormorant Garamond', serif;
}
.faq p {
    margin-bottom: 15px;
}
.faq p:last-child {
    margin-bottom: 0;
}
ul.list.faq_list {
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .faq {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .faq:first-of-type {
        margin-top: 30px;
    }
    .faq h3 {
        margin-bottom: 10px;
    }
    .faq h3::before {
        font-size: 25px;
        margin-bottom: 10px;
    }
}
/* よくある質問 END */
/* スタッフ一覧 */
.staff-list_sec:first-of-type {
    border-top: 5px solid #fff;
    background: #e8d5d1;
    box-sizing: border-box;
}
.staff-list_sec:nth-of-type(2) .content_inner {
    max-width: 1000px;
}
.promise_staff li.promise-list-box {
    background: #fff;
    border: 3px solid #e8d5d1;
}
p.staff-first_text {
    text-align: center;
    margin-bottom: 0;
}
.staff-list_inner {
    border-bottom: 1px solid #d3cbc8;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.staff-list_inner:first-of-type {
    margin-top: 80px;
}
.staff-list_inner:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}
.staff-list__img {
    width: 30%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.staff-list__text {
    width: 70%;
    padding-left: 2em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.staff-list__img img {
    width: 80%;
    max-width: 330px;
    margin: 0 auto;
    border-radius: 100%;
    display: block;
}
.staff-list__text h3, .staff-list__text p {
    width: 100%;
}
.staff-list__text h3 {
    margin-bottom: 25px;
    color: #58575d;
}
.staff-list__text h3 span {
    font-size: 0.8em;
    margin-bottom: 10px;
    display: block;
    color: #b98686;
}
.staff-list__text p {
    margin-bottom: 0;
}
a.staff-list_but {
    width: 100%;
    max-width: 220px;
    text-align: center;
    font-size: 0.95em;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 12px;
    margin-right: 10px;
    border: 1px solid;
    display: inline-block;
    box-sizing: border-box;
}
a.staff-list_but:last-of-type {
    margin-right: 0;
}
a.staff-list_but:hover {
    color: #fff;
    background: #ca9494;
    border-color: #ca9494;
}
@media only screen and (max-width: 970px) {}
@media only screen and (max-width: 767px) {
    .staff-list_inner:first-of-type {
        margin-top: 40px;
    }
    .staff-list_inner {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .staff-list__img {
        width: 80%;
        max-width: 300px;
        margin: 0 auto;
    }
    .staff-list__text {
        width: 100%;
        padding-left: 0;
        margin-top: 1.5em;
    }
    .staff-list__text h3 {
        margin-bottom: 10px;
        text-align: center;
    }
    .staff-list__text p {
        line-height: 2;
    }
}
@media only screen and (max-width: 500px) {}
/* スタッフ一覧 END */
/* スタッフ 各ページ */
.staff_sec:nth-of-type(2) .content_inner {
    max-width: 800px;
    padding-top: 0;
}
.staff_inner {
    margin-bottom: 60px;
    box-sizing: border-box;
}
.staff_inner:last-of-type {
    margin-bottom: 0;
}
.staff_inner h3 {
    padding: 8px 15px;
    background: #f4eeee;
    margin-bottom: 20px;
    box-sizing: border-box;
}
.staff_inner p {
    margin-bottom: 15px;
    line-height: 2;
}
.staff_inner p:last-of-type {
    margin-bottom: 0;
}
.staff__img {
    width: 30%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.staff__text {
    width: 70%;
    padding-left: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.staff__text h3, .staff__text p {
    width: 100%;
}
.staff__text h3 {
    background: none;
    padding: 0 0 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8d5d1;
}
ul.support_list {
    margin-bottom: 10px;
}
ul.support_list li {
    padding-left: 15px;
    line-height: 1.8;
}
.message_box {
    border: 1px solid #e8d5d1;
    background: #f4eeee;
    padding: 25px 30px;
    border-radius: 12px;
    position: relative;
    z-index: 0;
}
.message_box::after {
    content: 'Message';
    position: absolute;
    font-size: 7rem;
    font-family: 'Ms Madi', cursive;
    transform: rotate(8deg);
    color: #e8d5d1;
    opacity: 0.7;
    top: 0;
    right: 0;
    z-index: -1;
}
.message_box h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    background: none;
    padding: 0;
}
table.staff_table th {
    width: 30%;
}
span.caution.staff_caution {
    font-size: 0.9em;
    letter-spacing: 0;
    line-height: 1.5;
    margin-top: 5px;
}
a.staff-line_but {
    width: 100%;
    max-width: 450px;
    padding: 15px 25px;
    margin: 50px auto 0;
    border-radius: 10px;
    font-size: 1.3em;
    color: #fff;
    background: #00b900;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
a.staff-line_but::after {
    position: absolute;
    content: "\e909";
    font-family: design_plus;
    font-size: 28px;
    right: 25px;
}
a.staff-line_but:hover {
    background: #f4eeee;
    color: #00b900;
}
.caution_box {
    padding: 25px;
    margin-top: 80px;
    border: 1px #ca9494 dashed;
    box-sizing: border-box;
}
.caution_box h2 {
    margin-bottom: 20px;
    line-height: 1.5;
    text-align: left;
}
.caution_box h2::after {
    content: none;
}
ul.staff-works-inner {
    margin: 30px 0 0;
    list-style: none;
}
li.staff-works-img {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
    line-height: 1.8;
    box-sizing: border-box;
}
li.staff-works-img:nth-of-type(2) {
    margin-right: 0;
}
li.staff-works-img:nth-of-type(3) {
    margin: auto;
}
li.staff-works-img p {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 12px;
}
@media only screen and (max-width: 970px) {
    .staff__text {
        padding-left: 2em;
    }
}
@media only screen and (max-width: 767px) {
    .staff_inner {
        margin-bottom: 30px;
    }
    .staff_inner p {
        margin-bottom: 10px;
    }
    .staff__img {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
    .staff__text {
        width: 100%;
        padding-left: 0;
        margin-top: 1.5em;
    }
    .message_box {
        padding: 15px 20px;
    }
    .message_box::after {
        font-size: 5rem;
    }
    .message_box h3 {
        font-size: 1.3em;
    }
    a.staff-line_but {
        margin-top: 30px;
    }
    .caution_box {
        padding: 20px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 500px) {
    li.staff-works-img {
        width: calc(50% - 5px);
        margin-right: 10px;
        margin-bottom: 20px;
    }
    li.staff-works-img:nth-of-type(3) {
        width: 80%;
    }
}
/* スタッフ 各ページ END */
/* 代表挨拶 */
.greeting_sec .content_inner {
    max-width: 1000px;
}
.greeting_inner {
    margin-bottom: 60px;
}
.greeting_inner:last-of-type {
    margin-bottom: 0;
}
.greeting_inner h3 {
    font-size: 1.3em;
    margin-bottom: 20px;
}
.greeting_inner p {
    margin-bottom: 25px;
}
.greeting_inner p:last-of-type {
    margin-bottom: 0;
}
.greeting__img_box {
    width: 35%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting__text_box {
    width: 65%;
    padding-left: 4em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.greeting__text_box h2 {
    font-size: 2em;
    margin-bottom: 40px;
    text-align: left;
    width: 100%;
    color: #b98686;
}
.greeting__text_box h2::after {
    content: none;
}
.greeting__text_box p {
    width: 100%;
}
.greeting__text_box p:last-child {
    margin-bottom: 0;
}
ul.mission-list-outer {
    margin: 0;
    list-style: none;
}
li.mission-box {
    width: 20%;
    padding: 15px;
    border: 3px solid #fff;
    border-radius: 10px;
    background: #f4eeee;
    line-height: 2;
    box-sizing: border-box;
}
li.mission-box::before {
    display: block;
    font-size: 2em;
    font-weight: 400;
    line-height: 1;
    counter-increment: number 1;
    content: "Mission."counter(number)"";
    text-align: center;
    color: #ca9494;
    letter-spacing: 1px;
    font-family: 'Ms Madi', cursive;
    transform: rotate(-5deg);
    margin-bottom: 10px;
}
@media only screen and (max-width: 1200px) {
    .greeting_inner p {
        margin-bottom: 15px;
    }
    .greeting__text_box {
        padding-left: 2em;
    }
    .greeting__text_box h2 {
        font-size: 1.6em;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 970px) {
    li.mission-box {
        width: 33.3333%;
        line-height: 1.8;
    }
}
@media only screen and (max-width: 767px) {
    .greeting_inner {
        margin-bottom: 40px;
    }
    .greeting__img_box {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    .greeting__text_box {
        width: 100%;
        padding-left: 0;
        margin-top: 1.5em;
    }
    .greeting__text_box h2 {
        font-size: 1.3em;
        margin-bottom: 15px;
    }
    .greeting__text_box h2 br {
        display: contents;
    }
}
@media only screen and (max-width: 500px) {
    li.mission-box {
        width: 100%;
    }
}
/* 代表挨拶 END */
/* 運営概要 */
.information_sec .content_inner {
    max-width: 900px;
}
table.information_table th {
    width: 28%;
}
span.caution.information_caution {
    font-size: 0.9em;
    letter-spacing: 0;
}
span.info-time {
    color: #c46464;
    background: #f4eeee;
    padding: 2px 10px;
    line-height: 1.5;
    display: inline-block;
    margin-right: 10px;
}
/* 運営概要 END */
/* 採用情報 */
.recruit_img {
    width: 45%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.recruit_text {
    width: 55%;
    padding-left: 3em;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;
}
.recruit_text p {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
}
a.recruit-con_but {
    width: 100%;
    max-width: 330px;
    padding: 12px 15px;
    margin: 20px auto 0;
    text-align: center;
    display: block;
    border: 1px solid;
    box-sizing: border-box;
}
a.recruit-con_but:hover {
    color: #fff;
    background: #58575d;
    border-color: #58575d;
}
@media only screen and (max-width: 970px) {
    .recruit_text p {
        text-align: left;
        line-height: 2;
    }
}
@media only screen and (max-width: 767px) {
    .recruit_text {
        padding-left: 1.5em;
    }
}
@media only screen and (max-width: 660px) {
    .recruit_img {
        width: 100%;
    }
    .recruit_text {
        width: 100%;
        padding-left: 0;
        margin-top: 1em;
    }
    a.recruit-con_but {
        margin: 20px 0 0;
    }
}
/* 採用情報 END */
/* お問い合わせ */
.contact_sec .content_inner, .mail_sec .content_inner {
    max-width: 850px;
}
.contact_sec .content_inner {
    padding-bottom: 0;
}
.con__inner {
    margin-bottom: 80px;
}
.con__inner:last-of-type {
    margin-bottom: 0;
}
.con__inner p {
    margin-bottom: 0;
}
.con_info_box {
    padding: 20px 25px;
    border: 1px solid #e8d5d1;
    box-sizing: border-box;
}
.con_info_box h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ca9494;
}
.con_info_box h2::after {
    content: none;
}
.con_info_box p {
    line-height: 2;
}
a.con_line_but {
    width: 100%;
    max-width: 330px;
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 1.2em;
    margin: 0 auto;
    color: #fff;
    background: #00b900;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}
a.con_line_but::after {
    content: "\e909";
    font-family: design_plus;
    position: absolute;
    right: 20px;
    font-size: 25px;
}
a.con_line_but:hover {
    color: #00b900;
    background: #f4eeee;
}
.mail_info_box {
    margin-bottom: 30px;
}
.mail_info_box p {
    line-height: 2;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .con__inner {
        margin-bottom: 40px;
    }
}
/* お問い合わせ END */
/* お問い合わせフォーム */
span.required {
    font-size: 0.7em;
    letter-spacing: 0;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 0 4px;
    display: inline-block;
    border-radius: 2px;
    color: #fff;
    background: #58575d;
}
table.mail_table th {
    width: 25%;
    padding-right: 0;
}
.wpcf7 {
    border: none;
    background: none;
    margin-bottom: 0 !important;
}
.wpcf7 input, .wpcf7 textarea {
    background: #f2f2f2;
    border: 0;
    padding: 18px;
    box-sizing: border-box;
}
.wpcf7 form {
    margin: 0;
}
.wpcf7 form p {
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 2.2;
    margin-bottom: 15px;
}
.wpcf7 form p:last-of-type {
    margin-bottom: 0;
    line-height: 0;
}
.wpcf7-list-item {
    margin-left: 0;
    margin-top: 30px;
}
.wpcf7 input.wpcf7-submit {
    margin-top: 40px;
    width: 100%;
    max-width: 380px;
    margin-left: auto;
    letter-spacing: 2px;
    font-size: 1em;
    font-weight: 400;
    height: 70px;
    color: #fff;
    background: #ca9494;
    border-radius: 10px;
    transition: all .8s;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.wpcf7 input.wpcf7-submit:hover {
    color: #fff;
    background: #c6bcb8;
    transform: translateY(8px);
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
    box-shadow: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border: none;
    background: #ffd8df;
    line-height: 1.8;
    padding: 15px 20px;
}
@media only screen and (max-width: 767px) {
    .wpcf7 input.wpcf7-submit {
        margin-top: 20px;
    }
}
/* お問い合わせフォーム END */
/* ブログ記事の画像 */
.single .post-content img {
    width: auto;
}
/* ブログ記事の画像 END */

/* スマホ動画 */
video {display:block;}
#bg-video {
    right:0;
    bottom:0;
    z-index:-1;
}
#main-image {
    background-color: rgba(0, 0, 0, 0);
}
video {
    min-height: 20%;
    min-height: 20vh;
    min-width: 20%;
    min-width: 20vw;
    width:100%;
    height:auto;
    background: url('/wp-content/uploads/2023/02/main_img-scaled.jpg') no-repeat;
    background-attachment: fixed;
    background-position: center center;
}
/* トップページ */
@media only screen and (max-width: 970px) {
    .sp_br {
        display: inline !important;
    }
}
@media only screen and (max-width: 371px) {
    .sp_br {
        display: none !important;
    }
}
@media only screen and (min-width: 971px) {
    .sp_br {
        display: none !important;
    }
}	
.content02-button:hover {
    background-color: #CA9494;
    color: #ffffff;
}
@media only screen and (max-width: 767px) {
    .content02-button {
        height: 50px;	
    }
}
.Video, .wp-video-shortcode{
    max-width: 480px!important;
}

/* ルールと禁止事項 */
.rule_sec .content_inner {
    max-width: 800px;
}
p.rule_front_txt {
    margin: 0 0 3em 0;
}
h2.rule_ttl {
    font-size: 1em;
    color: #ca9494;
    width: 100%;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 10px;
}
h2.rule_ttl:after {
    display: none;
}
p.rule_txt {
    margin: 0 0 3em 0;
}
ul.rule_list {
    margin: 0 0 3em 0;
    list-style-position: inside;
}
.mb-00 {
    margin-bottom: 0!important;
}
.rule_pdf_box {
    padding: 30px;
    box-sizing: border-box;
    background: #f4eeee;
}
.rule_pdf_box p {
    margin-bottom: 0;
}
.rule_pdf_link a {
    display: block;
    max-width: 280px;
    margin-top: 10px;
    background-color: #ca9494;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    box-sizing: border-box;
    transition: 0.3s;
}
.rule_pdf_link a:hover {
    background-color: #fff;
}
@media only screen and (max-width: 640px) {
    p.rule_txt {
        margin: 0 0 2em 0;
    }
    ul.rule_list {
        margin: 0 0 2em 0;
    }
}
/* フッター 白枠LINEクーポン(.footer_line_bg)の消去 レイアウト調整 */
.footer_about_inner.flex-inner {
    justify-content: space-between;
}
.footer_contact_bg {
    width: 50%;
    padding-right: 0;
}
/* .footer_menu_bg {
        width: 45%;
        max-width: 150px;
        padding-left: 0;
} */
dt.address_title {
    width: 20%;
    padding-right: 0.5em;
}
@media only screen and (max-width: 1200px) {
    .footer_menu_bg {
        max-width: 350px;
    }
    ul.footer-content-list-outer {
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .footer_contact_bg {
        width: 100%;
    }
    .footer_menu_bg {
        width: 100%;
        max-width: 100%;
        margin: 2em auto;
    }
}
/* プライバシーポリシー */
.policy_sec{
    counter-reset: sec;
}
.post-content .policy_sec h2{
    text-align: left;
}
.post-content .policy_sec h2::after{
    margin: 20px 0 0;
}
.post-content .policy_sec h2::before {
    counter-increment: sec;
    content: counter(sec) ".";
}
.policy-box{
    margin-top: 80px;
    counter-reset: box;
}
.post-content .policy-box h3{
    padding-left: 2.5em;
    position: relative;
}
.post-content .policy-box h3::before {
    counter-increment: box;
    content: "（" counter(box) "）";
    position: absolute;
    left: 0;
}
.post-content .policy-box p{
    margin-left: 1em;
}
.post-content .policy_sec ol{
    margin-left: 3em;
    font-size: 0.9em;
}
@media only screen and (max-width: 767px){
    .policy-box{
        margin-top: 50px;
    }
    .post-content .policy-box p{
        margin-left: 0;
    }
}
/* 利用規約 */
.tos_sec{
    counter-reset: box;
    counter-reset: article;
}
.post-content .tos_sec h2{
    text-align: left;
}
.post-content .tos_sec h2::after{
    margin: 20px 0 0;
}
.post-content .tos_sec h2::before {
    counter-increment: box;
    content: "第" counter(box) "章 ";
}
.tos-box{
    margin-top: 80px;
}
.post-content .tos-box h3::before {
    counter-increment: article;
    content: "第" counter(article) "条 ";
}
.post-content .tos-box p{
    margin-left: 1em;
}
.post-content .tos_sec ol{
    margin-left: 2em;
    font-size: 0.9em;
}
.post-content .tos_sec ol li{
    margin-bottom: 1em;
}
.post-content .tos_sec ol ol{
    counter-reset: inlist;
    list-style: none;
    margin-left: 0;
    font-size: 1em;
}
.post-content .tos_sec ol ol li{
    padding-left: 3em;
    margin-bottom: 0;
    position: relative;
}
.post-content .tos_sec ol ol li::before{
    counter-increment: inlist;
    content: "（" counter(inlist) "）";
    position: absolute;
    left: 0;
}
@media only screen and (max-width: 767px) {
    .tos-box{
        margin-top: 50px;
    }
    .post-content .tos-box h3::before {
        display: block;
    }
    .post-content .tos-box p{
        margin-left: 0;
    }
    .post-content .tos_sec ol{
        margin-left: 1.5em;
    }
}
/* お客様の声 */
.voice-top {
    text-align: center;
    margin: 0 auto 6em!important;
}
.voice-top img {
    width: 86%;
    max-width: 400px;
    margin-top: 0.4em;
}
.voice-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.voice-flex-inner {
    width: 50%;
}
.flex-inner-flex {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.voice-img {
    width: 23%;
    margin-bottom: 1em;
}
.voice-txt {
    width: 70%;
    margin-bottom: 4em;
}
.voice-photo {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.voice-photo img {
    width: 48%;
    margin: 1em auto 0;
    box-shadow: 3.5px 3.5px 0px 0px #eee;
}
@media only screen and (max-width: 800px) {
    .voice-top {
        margin: 0 auto 4em!important;
    }
    .voice-flex-inner {
        width: 100%;
    }
    .flex-inner-flex {
        justify-content: space-between;
    }
    .voice-img {
        width: 20%;
    }
    .voice-txt {
        width: 77%;
    }
    .voice-photo img {
        box-shadow: 4px 4px 0px 0px #eee;
    }
}
@media only screen and (max-width: 485px) {
    .voice-top {
        font-size: 0.8em!important;
        margin: 0 auto 3em!important;
    }
    .voice-img {
        width: 33%;
        padding-left: 0.3em;
    }
    .voice-txt {
        width: 100%;
    }
    .voice-txt h3 {
        font-size: 1.08em;
    }
    .voice-photo img {
        width: 80%;
        box-shadow: 5.5px 5.5px 0px 0px #eee;
    }
    .voice-photo.tate img {
        width: 47%;
        box-shadow: 5px 5px 0px 0px #eee;
    }
}
/* ルールと禁止事項ページ */
.file_download {
    background-color: #B4C08D;
    color: #ffffff !important;
    padding: 3px;
    box-sizing: border-box;
    letter-spacing: 0.06em;
}
.file_download:hover {
    background-color: #ca9494;
    color: #ffffff;
}
/* ご利用料金ページ */
table.price_table th {
    background: #f4eeee;
    width: 50%;
}
ul.list.cancel-list.no-margin-list {
    margin-bottom: 10px;
}
.cancel-box {
    margin-bottom: 50px;
}
.cancel-box:last-child {
    margin-bottom: 0;
}
/* レスポンシブ別の改行 */
.sp-br {display: none;}
.tb-br {display: none;}
.pc-br {display: block;}
@media only screen and (max-width: 767px) {
    .tb-br {display: block;}
    .pc-br {display: none;}
}
@media only screen and (max-width: 485px) {
    .sp-br {display: block;}
}
/* ご利用料金ページ　キャンセル料 */
.cancel-image {
    background: #fff;
    padding: 25px 40px;
    margin-bottom: 20px;
}
.post-content .cancel-image h4 {
    font-size: 1em;
    margin-bottom: 20px;
}
.post-content table.cancel-table {
    box-sizing: border-box;
    margin-bottom: 50px;
    position: relative;
}
.post-content table.cancel-table::before {
    content: "サポート開始までの時間";
    position: absolute;
    display:  inline-block;
    color: #666;
    font-size: 0.9em;
    font-weight: 400;
    bottom: -55%;
    left: -1%;
}
.post-content table.cancel-table::after {
    content: "サポート開始";
    position: absolute;
    display:  inline-block;
    color: #b98686;
    font-size: 0.9em;
    font-weight: 400;
    bottom: -55%;
    right: -2%;
}
.post-content table.cancel-table td {
    border-left: 1px #d3cbc8 dashed;
    border-top: 1px #d3cbc8 dashed;
    border-right: 1px #d3cbc8 dashed;
    border-bottom: 1px #b98686 solid;
    text-align: center;
    width: 33.3%;
    position: relative;
    line-height: 1.5;
    font-size: 1em;
    font-weight: 600;
}
.post-content table.cancel-table td.cancel-free {
}
.post-content table.cancel-table td.cancel-free::before {
    content: "";
    position: absolute;
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #b98686;
    border-radius:  50%;
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: 1;
}
.post-content table.cancel-table td.cancel-50 {
    background: #f4eeee;
}
.post-content table.cancel-table td.cancel-50::before {
    content: "";
    position: absolute;
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #b98686;
    border-radius:  50%;
    bottom: -5px;
    right: -5px;
    z-index: 2;
}
.post-content table.cancel-table td.cancel-50::after {
    content: "48時間\A（2日前）";
    white-space: pre;
    position: absolute;
    display:  inline-block;
    color: #b98686;
    font-size: 1em;
    font-weight: 500;
    bottom: -100%;
    left: -15%;
}
.post-content table.cancel-table td.cancel-100 {
    background: #e5cccc;
    border-right: 1px #d3cbc8 solid;
}
.post-content table.cancel-table td.cancel-100::before {
    content: "";
    position: absolute;
    width:  10px;
    height:  10px;
    display:  inline-block;
    background-color: #b98686;
    border-radius:  50%;
    position: absolute;
    bottom: -5px;
    right: -5px;
    z-index: 3;
}
.post-content table.cancel-table td.cancel-100::after {
    content: "24時間\A（1日前）";
    white-space: pre;
    position: absolute;
    display:  inline-block;
    color: #b98686;
    font-size: 1em;
    font-weight: 500;
    bottom: -100%;
    left: -15%;
}
.post-content table.cancel-table td.cancel-free span::before,
.post-content table.cancel-table td.cancel-50 span::before,
.post-content table.cancel-table td.cancel-100 span::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 1px #b98686;
    border-right: solid 1px #b98686;
    position: absolute;
    right: 7px;
    bottom: -3.5px;
    transform: rotate(45deg);
}
@media only screen and (max-width: 970px) {
    .post-content table.cancel-table td {
        display:  inline-block;
        width: 33.3% !important;
        padding: 20px 20px 18px;
    }
    .post-content table.cancel-table::before,
    .post-content table.cancel-table::after {
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 780px) {
    .post-content table.cancel-table {
        width: 70%;
        margin: 40px 0 30px auto;
    }
    .post-content table.cancel-table td {
        display: block;
        width: 100% !important;
        padding: 22px 20px 20px;
    }
    .post-content table.cancel-table td.cancel-50::after,
    .post-content table.cancel-table td.cancel-100::after {
        bottom: 60%;
        left: -40%;
    }
    .post-content table.cancel-table::before {
        bottom: unset;
        top: -6%;
        left: -40%;
        content: "サポート開始\Aまでの時間";
        white-space: pre;
        line-height: 1.4;
    }
    .post-content table.cancel-table::after {
        bottom: -5px;
        left: -40%;
    }
    .post-content table.cancel-table td.cancel-free::before,
    .post-content table.cancel-table td.cancel-50::before,
    .post-content table.cancel-table td.cancel-100::before {
        right: unset;
        left: -5px;
    }
    .post-content table.cancel-table td {
        border-left: 1px #b98686 solid;
        border-bottom: 1px #d3cbc8 dashed;
    }
    .post-content table.cancel-table td.cancel-free span::before, 
    .post-content table.cancel-table td.cancel-50 span::before, 
    .post-content table.cancel-table td.cancel-100 span::before {
        right: unset;
        left: -4.5px;
        bottom: 7px;
        transform: rotate(135deg);
    }
}
@media only screen and (max-width: 500px) {
    .cancel-image {
        padding: 25px 25px;
    }
    .post-content table.cancel-table {
        width: 55%;
    }
    .post-content table.cancel-table td {
        padding: 20px 18px 18px;
        font-size: 0.95em;
    }
    .post-content table.cancel-table td.cancel-50::after, 
    .post-content table.cancel-table td.cancel-100::after {
        left: -85%;
    }
    .post-content table.cancel-table::before,
    .post-content table.cancel-table::after {
        left: -80%;
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 400px) {
    .post-content table.cancel-table::before,
    .post-content table.cancel-table::after {
        left: -80%;
        font-size: 0.8em;
    }
}
/* 運営概要ページ　お問い合わせへのリンクボタン */
.post-content a.gaiyou-btn {
    width: 100%;
    max-width: 220px;
    text-align: center;
    font-size: 0.95em;
    padding: 8px 16px;
    border-radius: 5px;
    margin-top: 10px;
    border: 1px solid;
    display: inline-block;
    box-sizing: border-box;
}
.post-content a.gaiyou-btn:hover {
    background: #CA9494;
    color: #fff;
}
@media only screen and (max-width: 970px) {
    .gaiyou-btn-inner {
        text-align: right;
    }
}
@media only screen and (max-width: 485px) {
    .gaiyou-btn-inner {
        text-align: center;
    }
}
/* TOP追加 */
.front_original04,
.front_original05{
    padding: 7em 0 0;
    position: relative;
    background: #f4eeee;
    z-index: 0;
}
.front_original04 h2,
.front_original05 h2{
    font-size: 1.5em;
    letter-spacing: 1px;
    line-height: 1.8;
    margin-bottom: 30px;
    padding-top: 0px;
    font-weight: 500;
    text-align: center;
}
.front_original04 h2::after,
.front_original05 h2::after {
    content: "";
    display: block;
    background: #ca9494;
    width: 40px;
    height: 1px;
    margin: 20px auto 0;
}
.front-original04_ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    margin: 0 -10px;
    counter-reset: section;
}
.front-original04_ul li{
    width: calc((100% / 3) - 20px);
    box-sizing: border-box;
    padding: 1em;
    margin: 2em 10px 10px 10px;
    line-height: 2em;
    font-size: 1em;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    position: relative;
}
.front-original04_ul li::after{
    counter-increment: section;
    content: "Point. " counter(section);
    display: block;
    font-family: 'Ms Madi', cursive;
    color: #ca9494;
    font-size: 2.4em;
    font-weight: 400;
    transform: rotate(-10deg);
    position: absolute;
    top: -.5em;
    left: -5px;
}
.front-original04_ul li img{
    width: 80%;
}
.front-original04_ul li span{
    font-size: 1.1em;
    color: #ca9494;
}
.front-original05_box{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 -10px;
}
.front-original05_item{
    width: calc(50% - 20px);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin: 10px;
}
.front_original05 h3{
    font-size: 1.2em;
    line-height: 1.5;
}
.front-original05_img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
    overflow: hidden;
}
.front-original05_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.front-original05_text{
    width: calc(100% - 160px);
    margin-left: 20px;
}
@media only screen and (max-width: 1200px){
    .front_original04,
    .front_original05{
        padding: 4em 0 0;
    }
}
@media only screen and (max-width: 970px){
    .front-original05_img {
        width: 80px;
        height: 80px;
    }
    .front-original05_text {
        width: calc(100% - 90px);
        margin-left: 10px;
    }
}
@media only screen and (max-width: 767px){
    .front_original04,
    .front_original05{
        padding: 2em 0 0;
    }
    .front_original04 h2,
    .front_original05 h2{
        font-size: 1.2em;
    }
    .front_original05 h3{
        font-size: 1.1em;
    }
    .front_original05 p{
        line-height: 1.8;
    }
    .front-original04_ul li{
        width: 100%;
        padding: 1em .5em;
        font-size: .9em;
    }
    .front-original05_item{
        width: 100%;
    }
}

/*240424*/
a.faqbtn {
    letter-spacing: 0.05em;
    font-size: 15px;
    padding: 7px 25px 6px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    background: #ca9494;
    border: 1px solid;
    box-sizing: border-box;
    margin: 20px 0;
    border-radius: 10px;
    font-weight: 400;
    transition: all .8s;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
a.faqbtn:hover {
    color: #fff;
    background: #c6bcb8;
    transform: translateY(8px);
}



/* ----------------------------------------------------------------------------
                                  追加
 ---------------------------------------------------------------------------- */
.original_div01{
    width:80%;
    text-align:center;
    margin:auto;
    margin-bottom: 60px;
}
.original_p01{
    text-align:start;
}
.original_img01{
    /* 	width:80%; */
    object-fit:cover;
}
.promise-list-box01{
    width: 50%;
    padding: 15px 20px;
    border-radius: 20px;
    font-size: 1em;
    letter-spacing: 1px;
    line-height: 1.5;
    background: #f4eeee;
    border: 3px solid #fff;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: -webkit-flex;
    display: flex;

}
#font_ttl{
    width: 90%;
    font-size: 1.3em;
    font-weight: bold;
    text-align: start;
    line-height: 1.5em;
    color:#b98686;
}
.box01{
    width: 90%;
    padding: 15px 20px;
    background-color:#fff;
}
.small_box{	
    /* 	width: 90%; */
    padding: 15px 10px;
    background-color: #f4eeee;
    margin: auto;
    border-radius: 10px;
    /* 	margin-bottom: 20px; */
}
.small_box_02{
    width: 90%;
    padding: 15px 10px;
    /*    background-color: #f4eeee; */
    margin: auto;
    border-radius: 10px;
    /* 	margin-bottom: 20px; */
}
.flex_box01{
    justify-content: space-between;
    display: flex;
    border-bottom: 2px dashed #c1c1c1;
    padding: 0 10px;
}
.flex_box02{
    justify-content: space-between;
    display: flex;
    /* 	font-size: 1.3em; */
    color: #b98686;
    padding: 0 10px;
}
.f_bold{
    font-weight:bold;
    font-size:1.1em;
    color: #b98686;
}
#mm_40{
    width:50%;
    margin-bottom: 0px;
}
#mm_60{
    width:50%;
    margin-bottom: 0px;
}
#mm_40_b{
    width:50%;
    margin-bottom: 0px;
    font-weight:bold;
    /* 	line-height: 1.1em; */
}
#mm_60_b{
    width:50%;
    margin-bottom: 0px;
    font-weight:bold;
}
#p10_mm_50{
    width:50%;
    margin-left: 10px;
}
.mm_span{
    font-size: 0.9em;
}

#promise-list-outer_01{
    width: 100%;
    margin: 50px auto 0;
    list-style: none;
    display:flex;	
}
#caution_p {
    margin-bottom:0px;
}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:834px) {
    #mm_40 {
        width: 70%;
        margin-bottom: 0px;
    }
    #mm_60 {
        width: 40%;
        margin-bottom: 0px;
    }
    #mm_40_b{
        width:70%;

    }
    #mm_60_b {
        width: 40%;
    }


}

@media screen and (max-width:430px) {
    #promise-list-outer_01{
        display:block;
    }
    .promise-list-box01{
        width:100%;
    }
    #promise-list-outer_01{
        margin-left: 0px;
    }
    .promise-list-box01{
        margin-bottom:20px;
    }
}
p.rule_txt1 {
    margin: 0 0 1em 0;
}

/* ----------------------------------------------------------------------------
                                  追加
 ---------------------------------------------------------------------------- */