.sp-fixed {
    z-index: 10;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    height: 56px;
    padding: 0 16px;
    background-color: #303030;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: min(100vw, calc(100 * 4.3px));
    box-sizing: border-box;
}
.sp-fixed-tel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48%;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-size: min(3.5vw, calc(3.5 * 4.3px));
    letter-spacing: 0.05em;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(0deg, #353535, #525252);
    border: solid 1px #2d2d2d;
    box-shadow: 0 0 3px 0px rgba(255, 255, 255, 0.2) inset, 0 0px 10px -5px #000;
    text-decoration: none;
}
.sp-fixed-reserve {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48%;
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    font-size: min(3.5vw, calc(3.5 * 4.3px));
    letter-spacing: 0.05em;
    color: #fff;
    background: linear-gradient(#ff8b6c, #d4355a);
    border-radius: 6px;
    text-decoration: none;
    border: solid 1px #d25c60;
    box-shadow: 0 0 3px 0px rgba(255, 255, 255, 0.4) inset, 0 0px 10px -5px #000;
    text-shadow: 0 0 10px rgba(191, 23, 70, 0.5);
}

*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
    all: unset;
    display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove list styles (bullets/numbers) */
ol,
ul {
    list-style: none;
}

/* For images to not be able to exceed their container */
img {
    max-width: 100%;
}

/* removes spacing between cells in tables */
table {
    border-collapse: collapse;
}

.sp-none {
    display: block;
}

.pc-none {
    display: none;
}

@media (max-width: 1080px) {
    .sp-none {
        display: none;
    }
    .pc-none {
        display: block;
    }
}

html {
    font-size: 62.5%;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体",
        "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic",
        sans-serif;
}

body {
    font-size: 1.4rem;
    color: rgb(39, 39, 39);
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue",
        HelveticaNeue, "Segoe UI", 游ゴシック体, YuGothic, "Yu Gothic M",
        "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN",
        "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro",
        "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック",
        "MS PGothic", sans-serif;
    line-height: 1.4;
    background-color: #fff;
    overflow-x: hidden;
}

body > *:not(.modal-overlay):not(.l-modal):not(.ui-widget) {
    max-width: 430px !important;
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    box-shadow: -1px 0 1px -1px #ccc, 1px 0 1px -1px #ccc;
}

input,
textarea {
    background: #fff;
}

.l-pc-header {
    top: 0;
    z-index: 99;
    position: fixed;
    height: 66px;
    width: 100%;
    background-color: #303030;
}

.l-sp-header {
    display: none;
}

.l-sp-header {
    position: relative;
    z-index: 2;
    width: 100%;
    display: block;
    background-color: #303030;
    padding: 10px 0 6px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}
.l-sp-header h1 {
    margin-left: 2%;
    flex-basis: 35%;
}
.l-sp-header h1 img {
    max-width: 254px;
    width: 100%;
}
.l-sp-header .l-h-reserve {
    flex-basis: 44%;
    margin-right: 2%;
    text-align: right;
}
.l-pc-header {
    display: none;
}
.l-container {
    width: 1100px;
    margin: 0 auto;
}

.l-container-base {
    margin: 0 auto;
}

.l-container-base2 {
    margin: 0 auto;
}

.l-container-small {
    margin: 0 auto;
}

.l-footer.l-footer-center {
    justify-content: center;
}

.l-container {
    width: 98%;
    margin: 0 auto;
    box-sizing: border-box;
}
.l-container-base {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.l-container-base2 {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}
.l-container-base2 img {
    margin-top: min(6vw, calc(6 * 4.3px));
}
.l-container-small {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
}
.l-footer {
    background-color: #000;
    color: #707070;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.l-h_contactLinks_in_tel_list {
    display: none;
}

.l-h_contactLinks_in_tel_list {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 56px;
    width: 100%;
    z-index: 9999;
}
.l-h_contactLinks_in_tel_list ul {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, 0.8);
}
.l-h_contactLinks_in_tel_list ul::after {
    content: "";
    flex-basis: 50%;
    border-top: 1px solid #8c8c8c;
}
.l-h_contactLinks_in_tel_list_item {
    flex-basis: 50%;
    height: 56px;
}
.l-h_contactLinks_in_tel_list_item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    color: #fff;
    font-size: min(4vw, calc(4 * 4.3px));
    text-decoration: none;
}
.l-h_contactLinks_in_tel_list_item a span {
    padding-left: 26px;
    background: url(/ad/common/assets/images/ico_tel.svg) left center/18px
        no-repeat;
}
.l-h_contactLinks_in_tel_list_item a:nth-child(odd) {
    border-right: 1px solid #8c8c8c;
}
.l-h_contactLinks_in_tel_list_item a:nth-child(n-2) {
    border-top: 1px solid #8c8c8c;
}
.js-bottomBtn_target.is-open {
    display: block;
}
header nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2%;
}

header nav ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header nav ul li + li {
    margin-left: 1.5em;
}

header nav ul li + li {
    margin-left: 1em;
}
header nav ul li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #fff;
    text-decoration: none;
    transition: 0.3s all ease-in-out;
}

header nav ul li a:hover {
    opacity: 0.6;
}

header .o-hdr-item {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .o-tel {
    margin-right: 3%;
}

.sp-fixed {
    display: none;
}

header .o-hdr-item {
    width: 30%;
}
header .o-tel img,
header .o-reserve img {
    width: 100%;
}

h2 {
    font-size: 32px;
    font-size: 3rem;
    text-align: center;
    line-height: 1.2;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
}

h2 small {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 5px;
}

p {
    font-size: 1.6rem;
}
p.p-docter-txt,
p.p-docter-history {
    font-size: 1.4rem;
}

h2 {
    font-size: min(6.5vw, calc(6.5 * 4.3px));
}
h2 small {
    font-size: min(3vw, calc(3 * 4.3px));
}
p {
    font-size: min(3.4vw, calc(3.4 * 4.3px));
}
p.p-docter-txt,
p.p-docter-history {
    font-size: min(3.4vw, calc(3.4 * 4.3px));
}

.base_limit {
    position: absolute;
    transform: translateX(-50%);
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hirｓagino Mincho Pro", HanaMinA;
    text-align: center;
    color: #67460b;
    font-weight: 800;
    font-feature-settings: "palt";
    filter: drop-shadow(0 0 4px #cfb378) blur(0.5px);
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.o-mv {
    position: relative;
    width: 100%;
}
.o-mv-link {
    position: absolute;
    bottom: 92px;
    margin: 0 auto;
    display: block;
    right: 85px;
}
.o-mv_inner {
    position: relative;
}
.o-mv_limit {
    top: 678px;
    left: 115px;
    letter-spacing: -0.025em;
    font-size: 52px;
}
.o-mv_limit {
    top: min(163vw, calc(163 * 4.3px));
    left: min(21vw, calc(21 * 4.3px));
    font-size: min(11vw, calc(11 * 4.3px));
}
.o-mv.campaign {
}
.o-mv.campaign {
    position: relative;
    height: auto;
}

.o-mv .l-container {
    position: relative;
    height: 100%;
}

.o-mv h1 {
    position: absolute;
    top: 0;
}

.o-mv .p-mv_nav {
    position: absolute;
    display: table;
    right: 0px;
    top: 20px;
}

.o-mv .p-mv_nav li {
    display: table-cell;
    padding-left: 30px;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff,
        1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff,
        1px 0 0 #fff;
}

.o-mv .p-mv_nav li a {
    text-decoration: none;
    color: #111;
    text-align: center;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hirｓagino Mincho Pro", HanaMinA;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    font-feature-settings: "palt";
}

.o-mv .p-mv_nav li a:hover {
    color: #a87b00;
}

.o-mv .o-mv-reserve {
    position: absolute;
    top: 73%;
    left: 65%;
    z-index: 10;
}

.o-mv-attention {
    position: absolute;
    bottom: 0;
    font-size: 1.5rem;
    width: 1080px;
    margin: 0 auto;
    display: block;
    right: 0;
    left: 0;
}

.sp-price {
    display: none;
}

.sp-price a {
    position: absolute;
    width: 90%;
    bottom: min(4vw, calc(4 * 4.3px));
    left: 5%;
}
.sp-fixed {
    z-index: 10;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background-color: #303030;
    align-items: center;
    position: fixed;
    /* ヘッダーバーを固定 */
    bottom: 0;
    /* 上から0の位置に固定 */
    left: 0;
    /* 左から0の位置に固定 */
    right: 0;
    display: none;
    /* ヘッダーバーを非表示 */
    display: flex;
}
.sp-fixed-tel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    box-sizing: border-box;
    font-size: 12px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
    letter-spacing: 0.05em;
    color: #fff;
    background: linear-gradient(#8d8d8d, #767676);
    border-radius: 6px;
}
.sp-fixed-reserve {
    display: flex;
    height: 40px;
    background: none;
    border: none;
    text-shadow: none;
}
.sp-fixed-reserve img {
    height: calc(100% - 2px);
    width: 100%;
}
.o-mv-copy img {
    width: 100%;
}
.o-mv {
    position: relative;
    height: auto !important;
    background: none !important;
    margin-top: -62px;
}
.o-mv:after {
    display: none !important;
}
.o-mv .o-mv-copy {
    position: absolute;
    z-index: 2;
    width: calc(100% - 20px);
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: auto;
    bottom: 24px;
    margin: 0 auto;
    aspect-ratio: 748 / 447;
}
.o-mv .o-mv-copy img {
    display: block;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    max-width: none;
}
.o-mv .o-mv-bg {
    display: block;
    aspect-ratio: 750 / 1090;
}
.o-mv .o-mv-bg img {
    display: block;
    object-fit: cover;
    object-position: top;
    width: 100%;
    height: 100%;
    max-width: none;
}
.o-mv.af_lineadmen_flg_mv {
}
.o-mv.af_lineadmen_flg_mv .o-mv-copy {
}
.o-mv.af_lineadmen_flg_mv:after {
    padding-top: min(calc(590 / 430 * 100vw), 590px);
}
.o-mv.af_gridadmen_flg_mv {
}
.o-mv.af_gridadmen_flg_mv .o-mv-copy {
}
.o-mv.af_gridadmen_flg_mv:after {
    padding-top: min(calc(590 / 430 * 100vw), 590px);
}
.o-mv.af_bgt_flg_mv {
}
.o-mv.af_bgt_flg_mv .o-mv-copy {
    left: 0;
}
.o-mv.af_bgt_flg_mv:after {
    padding-top: min(calc(590 / 430 * 100vw), 590px);
}
.o-mv h1 {
    display: none;
}
.o-mv .o-mv-reserve {
    display: none;
}
.o-mv.af_linead_flg_mv .o-mv-copy,
.o-mv.af_bgt_flg_mv .o-mv-copy {
}
.o-mv-copy img {
    width: 100%;
}
.sp-price {
    display: block;
    width: 100%;
    position: relative;
}
.sp-price img {
    width: 100%;
    height: auto;
}
.o-mv-attention {
    background: #fff;
    font-size: 10px;
    margin: 0 auto;
    right: 0;
    left: 0;
    line-height: 1;
    padding: 0 20px;
    bottom: 20px;
    width: 100%;
}
.slider01 {
    background: url("../images/slide_bg.jpg") no-repeat center top;
    position: relative;
    width: 100%;
}

.slider01 {
    overflow: hidden;
}
#insta {
    padding: 80px 0;
}

#insta .l-container {
    margin-top: 40px;
}

#insta {
    padding: min(10vw, calc(10 * 4.3px)) min(4vw, calc(4 * 4.3px));
}
#insta .l-container {
    margin-top: min(4vw, calc(4 * 4.3px));
}
#trouble {
    padding: 80px 0 100px;
    background: url("../images/trouble_back.jpg") no-repeat center top;
    background-size: cover;
    height: auto;
    width: 100%;
}

#trouble .p-troubleTitle::after {
    content: "";
    display: block;
    background-image: url(/ad/common/futae/assets/images/trouble_title.png);
    background-repeat: no-repeat center;
    width: 350px;
    height: 15px;
    background-size: 350px 15px;
    margin: 10px auto 0;
}

#trouble .p-trouble_box {
    width: 1200px;
    margin: 0 auto;
}

#trouble {
    padding: 30px 0 0;
    background: #fff;
    height: auto;
    width: 100%;
}
#trouble .p-troubleTitle::after {
    width: 300px;
    height: 14px;
    background-size: 300px 14px;
    margin: 10px auto 30px;
}
#trouble .p-trouble_box {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
#support {
    background: url("../images/support_back.jpg") center center no-repeat;
    background-size: 2000px auto;
}

#support .p-supportTitle {
    text-align: center;
}

#support .p-supportTitle img {
    margin-top: -60px;
}

#support .p-support_box {
    background: url("../images/support_list_back.png") center center no-repeat;
    background-size: 1189px auto;
    margin: -80px auto 0;
    padding-bottom: 82px;
    height: 500px;
    width: 1200px;
    position: relative;
}

#support .p-support_box > div {
    width: 216px;
    height: 274px;
}

#support .p-support_box > div .p-supportListTitle {
    text-align: center;
    font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN",
        "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
        HanaMinA;
    font-weight: bold;
    font-size: 2.2rem;
    padding: 10px 0 5px;
}

#support .p-supportIco {
    text-align: center;
}

#support .p-support_box .p-support01 {
    position: absolute;
    top: 57px;
    left: 85px;
}

#support .p-support_box .p-support01 .p-supportListTitle {
    color: #ba1f5c;
}

#support .p-support_box .p-support02 {
    position: absolute;
    top: 155px;
    left: 492px;
}

#support .p-support_box .p-support02 .p-supportListTitle {
    color: #dda941;
}

#support .p-support_box .p-support03 {
    position: absolute;
    top: 53px;
    right: 81px;
}

#support .p-support_box .p-support03 .p-supportListTitle {
    color: #79abde;
}

#support {
    background: url("../images/back2.jpg") center center repeat-y;
    background-size: 100% auto;
    margin-top: -17px;
}
#support .p-support_box {
    background: none;
    margin: 0 auto;
    padding: 40px 20px 10px;
    height: auto;
    width: auto;
    position: relative;
}
#support .p-support_box .p-supportTxtBox {
    width: auto;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
#support .p-support_box > div .p-supportListTitle {
    padding: 10px 0;
}
#support .p-supportIco {
    margin: 0px auto -20px;
    width: 35px;
}
#support .p-support_box > div {
    height: auto;
    width: 100%;
}
#support .p-support_box .p-support01 {
    position: static;
}
#support .p-support_box .p-support02 {
    position: static;
}
#support .p-support_box .p-support03 {
    position: static;
}
#facilities {
    padding: 100px 0;
    background: url("../images/slide02_bg.jpg") no-repeat center top;
    background-size: cover;
    height: auto;
    width: 100%;
}

#facilities .slide-wrap {
    width: 710px;
    margin: 0 auto;
}

#facilities .owl-carousel figcaption {
    text-align: left;
    background: rgba(255, 255, 255, 0.6);
    padding: 2%;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.4em;
    font-size: 12px;
    font-size: 1.2rem;
}

#facilities {
    padding: 50px 0 100px;
    background: url("../images/slide02_bg.jpg") no-repeat center top;
    background-size: auto 100%;
    height: auto;
    width: 100%;
}
#facilities .slide-wrap {
    width: 90%;
    margin: 0 auto;
}
#facilities .owl-carousel figcaption {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5%;
}
#menu {
    height: auto;
    width: 100%;
}
#menu .p-menuTxt {
    width: 970px;
}
#menu .p-menuTitle:after {
    content: "";
    display: block;
    background-image: url("../images/menu_title.png");
    background-repeat: no-repeat center;
    width: 350px;
    height: 15px;
    background-size: 350px 15px;
    margin: 10px auto 0;
    margin-bottom: 32px;
}

#menu .p-menuImg {
    margin: 40px 0;
}

#menu .p-menu-attention {
    font-size: 1.5rem;
    display: block;
}

#menu #normal {
    background: #fffcf5;
}

#menu #normal.af_bgt_flg {
    display: none;
}

#menu .inner {
    padding: 110px 0;
}

#menu #special {
    background: #e8dfcc;
    height: auto;
    padding: 38px 0 38px 0;
}
#menu .inner {
    padding: min(9.3vw, calc(9.3 * 4.3px)) min(5vw, calc(5 * 4.3px));
}
#menu .p-menuTxt {
    width: auto;
}
#menuTitle:after {
    content: "";
    display: block;
    background-image: url("../images/menu_title.png");
    background-repeat: no-repeat center;
    width: 350px;
    height: 15px;
    background-size: 350px 15px;
    margin: 10px auto 0;
    margin-bottom: 32px;
}
#menu .p-menu-attention {
    font-size: 0.8rem;
}
.category-ttl {
    font-size: 17px;
}
.guaranteeSystem {
    background: url(../images/guaranteeSystem_back.jpg) center top/100%;
}
.guaranteeSystem__card {
    max-width: none !important;
}
.guaranteeSystem__card__catch {
    width: 100% !important;
}

.l-modal {
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 500;
}

.l-modal_wrap {
    position: relative;
    max-height: 78vh;
    margin-top: 60px;
}

.l-modal_in {
    max-height: 70vh;
    padding: 50px 100px;
    background: #fff;
    border-radius: 10px;
    overflow-y: scroll;
}

.l-modal_in_scroll {
    max-height: 55vh;
    padding: 0 20px 20px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.l-modal_in_scroll::-webkit-scrollbar {
    display: none;
}

.l-modal_close {
    position: absolute;
    right: 0;
    top: -80px;
    width: 58px;
    height: 58px;
    cursor: pointer;
}

.l-modal_wrap {
    width: 96%;
    margin-top: 0;
}
.l-modal_in {
    padding: min(4.37vw, calc(4.37 * 4.3px)) min(4.37vw, calc(4.37 * 4.3px));
}
.l-modal_in_scroll {
    max-height: 56vh;
    padding: 0 0 min(0.0004vw, calc(0.0004 * 4.3px));
}
.l-modal_close {
    top: -40px;
    width: 30px;
    height: 30px;
}
.c-ttl {
    border-left: solid 7px #e9e9e9;
    font-size: 2.6rem;
    font-weight: 700;
    padding-left: 20px;
    line-height: 1.5;
}

.c-ttl_u_line {
    border-bottom: 1px solid #000;
    font-size: 2.3rem;
    margin-bottom: min(4vw, calc(4 * 4.3px));
    padding-bottom: 16px;
    line-height: 1.5;
}

.c-ttl_bg {
    padding: 38px 0;
    background: #faf8f5;
    text-align: center;
    font-size: 3rem;
}

.c-popup {
    text-decoration: underline;
    cursor: pointer;
    transition: opacity 0.4s ease;
}

/*見出しリンク*/
.c-ttl_link {
    padding-left: 28px;
    background: url(../images/icn_circle_arrow_right.svg) left 11px/18px
        no-repeat;
    font-size: 2.6rem;
}

.c-ttl_link_noPoint {
    padding-left: 0;
    background: none;
}

.c-ttl {
    border-left: solid min(1.4vw, calc(1.4 * 4.3px)) #e9e9e9;
    font-size: min(4.8vw, calc(4.8 * 4.3px));
    padding-left: min(3vw, calc(3 * 4.3px));
}
.c-ttl_u_line {
    font-size: min(5.6vw, calc(5.6 * 4.3px));
    margin-bottom: min(12.8vw, calc(12.8 * 4.3px));
    padding-bottom: min(2vw, calc(2 * 4.3px));
}
.c-ttl_link {
    padding-left: min(6vw, calc(6 * 4.3px));
    background-position: left min(2.5vw, calc(2.5 * 4.3px));
    background-size: min(4vw, calc(4 * 4.3px));
    font-size: min(5.6vw, calc(5.6 * 4.3px));
}
.c-caution_block_cont {
    margin-top: 20px;
    line-height: 1.65;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

.c-caution_block + .c-caution_block {
    margin-top: 40px;
}

.c-txt {
    font-size: 1.6rem;
    line-height: 1.6;
    letter-spacing: 0.02em;
}

.c-txt + .c-list {
    margin-top: 20px;
}

.c-indent {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.2rem;
    font-feature-settings: initial;
    letter-spacing: inherit;
}

.c-gold2 {
    color: #b58122;
}

.c-txt {
    font-size: min(4.2vw, calc(4.2 * 4.3px));
    line-height: 1.6;
    letter-spacing: 0.02em;
    margin-top: min(2vw, calc(2 * 4.3px));
}
#flow {
    margin-top: -50px;
    padding: 100px 0;
    text-align: center;
    background: url("../images/flow_bg.jpg") no-repeat center top;
    background-size: cover;
}

#flow {
    margin-top: 0;
    padding: 30px 0;
}
#flow img {
    width: 100%;
}
.modal-content {
    position: fixed;
    display: none;
    z-index: 999;
    margin: 0;
    padding: 16px;
    box-sizing: border-box;
    background: url("../images/modal_top_bg.png") center top no-repeat,
        url("../images/modal_bottom_bg.png") center bottom no-repeat #ffffff;
    background-size: contain;
}

.modal-content-scroll {
    height: 530px;
    overflow-y: scroll;
    padding: 30px 30px 80px;
}

.modal-content h3 {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
    text-align: center;
    font-size: 25px;
    font-size: 2.5rem;
    margin-bottom: 1em;
}

.modal-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 1em 0;
}

.modal-content h3 small {
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
}

.modal-content dl + dl {
    margin-top: 20px;
}

.modal-content dt {
    vertical-align: middle;
    padding-bottom: 10px;
}

.modal-content dt:before {
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
    content: "";
    background-color: #b27777;
    width: 1em;
    height: 3px;
}

.modal-bottom-link {
    position: absolute;
    width: 100%;
    background: white;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 15px 0;
    border-top: solid 1px #f1f1f1;
    background: url("../images/modal_bottom_bg.png") center bottom no-repeat
        #ffffff;
    background-size: contain;
}

.modal-bottom-link a {
    all: unset;
    position: relative;
    padding: 12px 60px 14px;
    border-radius: 100px;
    background: #ac9977;
    color: #fff;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    transition: 0.3s;
}

.modal-bottom-link a:hover {
    color: #fff;
    opacity: 0.8;
}

/*202007料金表*/
.c-table {
    font-size: 1.4rem;
    width: 100%;
    background: #fff;
    border-left: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3;
    border-collapse: initial;
}

.c-table th {
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    width: 140px;
    padding: 0 5px;
    background: #faf8f5;
    vertical-align: middle;
    font-weight: 700;
    line-height: 1.6;
}

.c-table td {
    border-top: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    padding: 10px;
    text-align: right;
    position: relative;
    vertical-align: middle;
    line-height: 1.6;
}

.p-price_menu_ttl {
    margin-bottom: 26px;
    font-size: 2.4rem;
}

.p-price_menu_sub_ttl {
    margin-bottom: 16px;
    font-size: 1.4rem;
}

.p-price_menu_table {
    margin-bottom: 40px;
}

.p-price_menu_clinic {
    margin: -6px 0 24px;
    text-indent: -0.58em;
}

.p-price_label_caption {
    position: static;
    left: 0;
    line-height: 2.1;
}

.p-price_label_first {
    position: static;
    margin: 0 0 0 7px;
    width: auto;
    display: block;
}

/*料金表*/
.price_box {
    background-color: #fff;
}

.price_box div {
    font-size: 12px;
}

.price_box p,
.price_box div {
    margin: 0;
    vertical-align: middle;
}

.price_box p {
    margin: 0 0 0 0.313em;
}

.price_wrapinbox > p {
    margin: 1em 0;
    padding: 0 0 0 0.75em;
    position: relative;
}

.price_wrapinbox > p:after {
    display: block;
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 0.375em;
    height: 0.375em;
    background-color: #666;
    border-radius: 100%;
}

.price_box div.price_inbox {
    display: table;
    width: 100%;
    border: 1px solid #ccc;
}

.price_box div.price_inbox:not(:last-child) {
    border-bottom: none;
}

.price_box div.price_name {
    width: 40%;
    display: table-cell;
    border-right: 1px solid #ccc;
}

.price_box div.price_name + div.price_amount ul li span.off {
    right: 36%;
}

.price_box div.price_amount {
    width: 60%;
    display: table-cell;
}

.price_box div.price_amount ul {
    margin: 0;
    display: table;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.price_box div.price_amount ul:last-child {
    border-bottom: none;
}

.price_box div.price_amount ul li {
    border-right: 1px solid #ccc;
    display: table-cell;
    padding: 0.313em;
    vertical-align: top;
    width: 47%;
    position: relative;
}

.price_box div.price_amount ul li:nth-chid(1) {
    border-bottom: 1px solid #ccc;
}

.price_box div.price_amount ul li:last-child {
    border-right: none;
    text-align: right;
}

.price_box div.price_amount ul li.one {
    width: 100%;
}

.price_box div.price_amount ul li span {
    padding: 0 1em 0 0;
    display: inline-block;
    text-align: left;
}

.price_box div.price_amount ul li span.off {
    right: 22%;
    position: absolute;
}

.modal-content .imgarea {
    margin-top: 30px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-content .imgarea li {
    flex-basis: 45%;
}

.modal-content .imgarea li img {
    width: 100%;
}

.modal-overlay {
    z-index: 10;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

.modal-open {
    color: #00f;
    text-decoration: underline;
}

.modal-open:hover {
    cursor: pointer;
    color: #f00;
}

.modal-close {
    position: absolute;
    top: 0;
    left: 101%;
    color: #00f;
    text-decoration: underline;
}

.modal-close:hover {
    cursor: pointer;
    color: #f00;
}

.modal-content {
    width: 100%;
    max-width: calc(430px - 32px);
}
.modal-content-scroll {
    height: calc(100vh - 200px);
    overflow-y: scroll;
    padding: 10px 10px 80px;
}
.modal-content-scroll dd {
    font-size: min(3.2vw, calc(3.2 * 4.3px));
}
.modal-content-scroll .menuprice {
    margin-top: min(3vw, calc(3 * 4.3px));
}
.modal-bottom-link {
    padding: 12px 0;
}
#corona {
    background: #fff;
    padding: 30px 0;
    display: block;
    margin-bottom: 50px;
    box-sizing: border-box;
}

.corona_in {
    width: 1000px;
    margin: 30px auto;
}

.corona_in h2 {
    color: #b23232;
    line-height: 1.4;
}

.corona_txt {
    margin: 30px 0;
    text-align: center;
    line-height: 1.6;
}

.corona_panel {
    width: 100%;
    padding: 0 40px;
}

.corona_panel ul li {
    text-indent: -1em;
    padding-left: 2em;
}

.corona_panel dt {
    color: #b23232;
    font-weight: bold;
    padding: 20px 0;
    font-size: 18px;
    text-align: center;
}

.corona_measure {
    display: flex;
    margin: 30px;
    padding: 30px;
    box-sizing: border-box;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
}

.corona_panel:first-child {
    border-right: 1px solid #cecece;
}

.corona_panel img {
    width: 338px;
    margin: 0 auto;
    display: block;
}

.corona_in h3 {
    text-align: center;
    font-size: 18px;
    color: #b23232;
}

.corona_in h2 {
    font-size: 27px;
}
.corona_in {
    width: auto;
    margin: 30px auto;
    padding: 0 20px;
}
.corona_txt {
    text-align: left;
}
.corona_panel {
    width: 100%;
    padding: 0;
}
.corona_panel:first-child {
    border-right: none;
    border-bottom: 1px solid #cecece;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.corona_measure {
    display: block;
    margin: 10px 0 20px;
    padding: 20px 0;
}
.corona_panel img {
    width: 80%;
    margin: 0 auto;
    display: block;
}

/*交通費補助*/
.p-subsidy_img {
    position: relative;
    margin: 0 0 60px;
    height: 151px;
    background: url(/ad/common/futae/assets/images/subsidy_img_pc.png)
        center/627px no-repeat;
}

.p-subsidy_img {
    margin: 0 0 30px;
    height: 134px;
    background: url(/ad/common/futae/assets/images/subsidy_img_sp.png)
        center/98% no-repeat;
}

/* coupon */
#coupon .c-caution {
    max-width: 960px;
    margin: 18px auto 0;
    line-height: 1.6;
    text-align: left;
}

.p-coupon {
    height: min(98vw, calc(98 * 4.3px));
    padding: min(75vw, calc(75 * 4.3px)) min(5vw, calc(5 * 4.3px)) 0;
    background: url(/ad/common/futae/assets/images/specialcoupon.jpg) center
        top/100% repeat-y;
    box-sizing: border-box;
    text-align: left;
}
#coupon .c-caution {
    margin-top: 0;
    font-size: 12px;
    line-height: 1.5;
}

/* アクセス */
.access {
    background-image: url("../images/default_back.jpg");
    background-position: center top;
    height: auto;
}

#access.af_bgt_flg .access__clinic__data a {
    display: none;
}

.access__in {
    padding: 0 50px 100px;
    box-sizing: border-box;
}

.access__in__ttl {
    position: relative;
    z-index: 1;
}

.access__in__ttl__sub {
    margin: 0;
}

.access__in__ttl__main {
    margin: 0;
    padding: 100px 0 30px;
}

.access__in__element {
    color: #fff;
    margin: 0;
    padding: 0 0;
}

.access__menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 15px;
    padding: 0 0 20px;
}

.access__menu__item {
    font-size: 1.85rem;
    font-weight: 600;
    padding: 16px 0;
    cursor: pointer;
    flex: 1;
    text-align: center;
    position: relative;
    background: #fff;
    border-radius: 8px;
    position: relative;
    border: solid 2px #303030;
}

.access__menu__item span {
    color: #303030;
}

.access__menu__item.active {
    background: #303030;
}

.access__menu__item.active::after {
    height: 1px;
    left: calc(50% - 15px);
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #303030 transparent transparent transparent;
    position: absolute;
    bottom: -15px;
}

.access__menu__item.active span {
    color: #fff;
}

.access__in__contents {
    background: rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    padding: 0 30px 0 40px;
}

.access__clinic {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    transition: 0.3s;
}

.access__clinic.active {
    animation: fade 0.5s ease;
    display: flex;
}

.access__clinic__item {
    width: calc(33.3333333333% - 26.6666666667px);
    margin: 30px 40px 30px 0;
}

.access__clinic__item:nth-of-type(3n) {
    margin-right: 0;
}

.access__clinic__photo {
    position: relative;
    overflow: hidden;
    border-radius: 2px;
    padding-top: 52.9411%;
    width: 100%;
    background: #292b2f;
}

.access__clinic__photo::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

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

.access__clinic__data {
    color: #1d1c1a;
}

.access__clinic__name {
    font-size: 2rem;
    margin: 0;
    padding: 20px 0 10px;
    font-weight: 600;
    text-align: left;
    font-family: inherit;
}

.access__clinic__address {
    line-height: 1.55;
    padding: 2px 0;
    font-style: normal;
    font-size: 1.25rem;
}

.access__clinic__link {
    font-size: 1.45rem;
    font-weight: 600;
    padding: 2px 0;
    display: inline-block;
    margin-top: 5px;
    transition: 0.3s;
    color: #e75252;
}

.access__clinic__link:hover {
    opacity: 0.7;
}

.access__clinic__link svg {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 2px;
    stroke: currentColor;
    vertical-align: -0.25rem;
}

.access {
    background-size: cover;
}
.access__in {
    padding: 0;
}
.access__in__ttl {
    line-height: 1;
    padding-bottom: 20px;
}
.access__in__ttl__main {
    margin: 0;
    padding: 50px 0 0px;
}
.access__in__element .access__menu {
    margin: 0;
    gap: min(2vw, calc(2 * 4.3px));
    padding: 4px min(1.5vw, calc(1.5 * 4.3px)) 5px;
    position: relative;
    z-index: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.access__menu__item {
    font-size: 1.25rem;
    padding: 10px 0 10px;
    border-radius: 6px;
}
.access__menu__item.active::after {
    left: calc(50% - 10px);
    border-width: 10px 10px 0 10px;
    bottom: -10px;
}
.access__in__contents {
    padding: 30px min(2vw, calc(2 * 4.3px)) 40px min(2vw, calc(2 * 4.3px));
    background: rgba(255, 255, 255, 0.65);
}
.access__clinic {
    justify-content: space-between;
    padding: 0 0 20px;
}
.access__clinic__item {
    font-size: 1.65rem;
    width: calc(50% - 5px);
    max-width: 400px;
    margin: 10px 0 10px;
}
.access__clinic__name {
    font-size: min(4.5vw, calc(4.5 * 4.3px));
    line-height: 1.25;
    padding: 12px 0 6px;
}
.access__clinic__address {
    font-size: min(2.85vw, calc(2.85 * 4.3px));
    font-feature-settings: "palt";
    letter-spacing: 0;
}
.access__clinic__link {
    font-size: min(3.5vw, calc(3.5 * 4.3px));
    font-feature-settings: "palt";
    letter-spacing: 1px;
    margin-top: 2px;
}
.access__clinic__link svg {
    width: min(3.5vw, calc(3.5 * 4.3px));
    height: min(3.5vw, calc(3.5 * 4.3px));
    vertical-align: min(-0.25vw, calc(-0.25 * 4.3px));
    margin-left: -2px;
}
.l-ad_reservation.af_bgt_flg {
    padding-top: 60px;
}

.l-ad_reservation.af_bgt_flg {
    padding-top: 0;
}
.p-qa {
    width: 100%;
    height: 579px;
    margin: 0 auto;
    background: #303030;
    color: #fff;
    position: relative;
}

.p-qa:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 40%;
    height: 100%;
    background: url(/ad/common/futae/assets/images/qa_back.jpg);
    z-index: 1;
    background-repeat: no-repeat;
}

.p-qa h2 {
    padding-top: 40px;
}

.position-qa {
    position: relative;
    height: auto;
}

.p-qa-title {
    padding: 50px 0 0 0;
    color: #fff;
}

.p-qa-box {
    width: 635px;
    position: absolute;
    font-size: 1.5rem;
    color: #fff;
    line-height: 2rem;
    letter-spacing: 0.2rem;
    right: 10%;
}

.p-qa-box dl {
    overflow-y: auto;
    height: 400px;
}

.p-qa-box dt {
    font-size: 1.8rem;
    color: #fff;
    padding: 20px 0 20px 25px;
    background: url(/ad/common/futae/assets/images/qa_title_icon.png) no-repeat
        left;
}

.p-qa-box dd {
    font-size: 1.3rem;
    padding-right: 20px;
    color: #bfbfbf;
}

.p-qa:before {
    width: 40%;
}
.p-qa-box {
    right: 4%;
}
.p-qa:before {
    width: 30% !important;
}
.p-qa-box {
    right: 3% !important;
}
.p-qa {
    padding: 0 0 50px;
    width: 100% !important;
    height: auto !important;
}
.p-qa:before {
    content: none;
}
.p-qa dl {
    width: 90%;
    margin: 0 auto;
}
.p-qa dd {
    padding-right: 0;
}
.p-qa-title {
    padding: 50px 0 0 0;
    color: #fff;
}
.p-qa-box {
    padding-top: 40px;
    width: 100%;
    position: initial;
    right: inherit;
    margin: 0 auto;
}
.p-qa-box dl {
    overflow-y: inherit;
    height: auto;
}

#docter {
    background: url(/ad/common/assets/images/back.jpg) center center/100%
        repeat-y;
    box-sizing: border-box;
}

.p-docter {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    color: #111;
    position: relative;
    padding: 110px 0 150px;
}
.p-docter .slick-list {
    overflow: inherit;
}
.p-docter .slick-track {
    display: flex;
}
.p-docter .p-docter_list {
    height: auto;
}
.p-docter .slick-dots {
    bottom: 0;
    top: calc(110% - 22px + 5px);
}

.p-docter_list {
    padding: 30px 35px;
    box-sizing: border-box;
    background-color: #fff;
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.1));
}

.p-docter h2 {
    color: #303030;
    margin-bottom: 20px;
}

.p-docter-img {
    width: 200px;
    float: left;
}

.p-docter-img img {
    width: 100%;
}

.p-docter-name {
    width: 500px;
    float: right;
    padding-top: 4px;
    font-size: 2.3rem;
    margin-bottom: 0.5em;
    font-family: 游明朝体, YuMincho, 游明朝, "Yu Mincho", "ヒラギノ明朝 ProN W3",
        "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN",
        "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro",
        HanaMinA;
}
.p-docter-name a {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-left: 10px;
    padding-top: 3px;
}
.p-docter-name a img {
    width: 100%;
    height: auto;
}

.p-docter-name span {
    display: block;
    font-size: 1.2rem;
    margin-bottom: 0.2em;
}

.p-docter-txt {
    width: 500px;
    float: right;
    line-height: 2rem;
    margin-bottom: 15px;
}

.p-docter.af_linead_flg .p-docter-txt {
    display: none;
}

.p-docter-history {
    width: 500px;
    float: right;
}

.p-docter-history span {
    font-weight: bold;
    padding-left: 25px;
    background: url(/ad/common/futae/assets/images/qa_title_icon.png) no-repeat
        left;
    display: block;
    margin-bottom: 10px;
}

.p-docter .slick-slide {
    width: 800px;
}

.p-docter {
    padding: min(9.3vw, calc(9.3 * 4.3px)) 0 min(25vw, calc(25 * 4.3px)) 0;
}
.p-docter_list {
    width: min(calc(360 / 430 * 100vw), 360px) !important;
    height: 505px;
    padding: 20px 15px;
}
.p-docter .slick-slide {
    width: auto;
    margin: 0 8px;
}
.p-docter-img {
    width: 120px;
    float: left;
    padding: 0 10px 20px 0;
}
.p-docter-name {
    width: 200px;
    float: right;
    font-size: 2rem;
}
.p-docter-name a {
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-left: 10px;
    padding-top: 4px;
}
.p-docter-name a img {
    width: 100%;
    height: auto;
}
.p-docter-info::after {
    content: "";
    display: table;
    clear: both;
}
.p-docter-txt {
    width: auto;
    float: none;
}
.p-docter-history {
    width: auto;
    float: none;
}

/* ----------------------------------------
  access
---------------------------------------- */
.p-access {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    padding-top: 50px;
    background: #e0d7c6;
}

.p-access h2 {
    padding-top: 50px;
    color: #303030;
}

.p-accessReservation {
    font-size: 24px;
}

.p-access-box {
    width: 900px;
    height: auto;
    margin: 55px auto;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 30px;
}

.p-access-textbox {
    width: 500px;
    padding-left: 30px;
    font-size: 1.4rem;
    color: #d2d2d2;
}

.p-access-textbox ul li {
    padding-top: 5px;
}

/* l-container のスタイルが微妙なので上書き. */
#access .l-container {
    width: calc(100% - 100px);
    max-width: 1100px;
}

#access .l-container {
    width: 100%;
}
.p-clinicList_text {
    color: #272727;
    text-align: center;
    margin-top: 20px;
    line-height: 1.7;
    font-size: 18px;
}

.p-access_list {
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 100px;
}

.p-accessItem {
    background: #444;
    margin-bottom: 20px;
    border-radius: 6px;
}

.p-accessItem a {
    text-decoration: none;
}

.p-accessItem_ttl {
    position: relative;
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 30px;
    transition: 0.4s ease-out;
    transition-property: color;
}

.p-accessItem_ttl:hover {
    transition-duration: 0.24s;
    color: #bf9522;
}

.p-accessItem_ttl:hover:after {
    transition-duration: 0.24s;
    border-color: #bf9522;
}

.p-accessItem_ttl:before,
.p-accessItem_ttl:after {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 50px;
    top: 50%;
}

.p-accessItem_ttl:after {
    transform: rotate(90deg);
    transition: 0.4s ease-out;
    transition-property: opacity, transform;
}

.p-accessItem_ttl.is-open:after {
    transform: rotate(0deg);
    opacity: 0;
}

.p-accessItemContent {
    padding: 0 40px 40px;
    display: flex;
}

.p-accessItemContent_img {
    width: 360px;
    display: block;
}

.p-accessItemContent_map {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 40px;
    padding: 0 0 2px 10px;
    margin-top: 20px;
    border: 1px solid #fff;
    border-radius: 6px;
    line-height: 1;
    color: #fff;
    font-size: 15px;
    background: url(/ad/common/assets/images/google_map.png) no-repeat;
    background-size: 14px;
    background-position: 15px center;
    box-sizing: border-box;
    transition: 0.4s ease-out;
    transition-property: background-color;
}

.p-accessItemContent_map:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition-duration: 0.24s;
}

.p-accessItemContent_box.-right {
    width: calc(100% - 350px);
    padding: 0 0 0 30px;
    line-height: 1.5;
}

.p-accessItemContent_box.-right p {
    font-size: 18px;
    margin-bottom: 1em;
}

.p-accessItemContent_box.-right .holiday {
    margin-bottom: 0;
}

.p-accessItemContent_box.-right .note {
    font-size: 14px;
    margin-top: 4px;
}

.p-accessItemContent_box.-right ul {
    margin-bottom: 18px;
}

.p-accessItemContent_box.-right li {
    font-size: 16px;
    margin-bottom: 5px;
}

.p-accessItem .c-btn_tel,
.p-accessItem .c-btn_web {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    padding-bottom: 5px;
    margin-top: 40px;
    box-sizing: border-box;
    font-size: 32px;
    letter-spacing: 0.05em;
    color: #fff;
    background: linear-gradient(#8d8d8d, #767676);
    border-radius: 6px;
    transition: 0.4s ease-out;
}

.p-accessItem .c-btn_tel:hover,
.p-accessItem .c-btn_web:hover {
    opacity: 0.5;
}

.p-accessItem .c-btn_web {
    margin-top: 20px;
    font-size: 22px;
    padding: 0 15px;
    background: linear-gradient(#da9e13, #cc8a10);
}

.p-accessItem .c-btn_web br {
    display: none;
}

.p-accessItem .c-btn_tel .tel {
    font-size: 18px;
    margin-right: 5px;
}

.p-accessItem .c-btn_tel .time {
    display: block;
    font-size: 16px;
    text-align: center;
    margin-top: 0;
}

.p-accessItem .c-btn_tel img,
.p-accessItem .c-btn_web img {
    position: absolute;
    right: 15px;
    top: calc(50% - 13px);
    width: 12px;
}

.p-no_within_time .p-accessItem .c-btn_tel {
    display: none;
}

/* JavaScript用CSS */
.js-accordion_btn {
    cursor: pointer;
}

.js-accordion_target {
    display: none;
}

.p-access {
    height: auto !important;
    padding-top: 0;
}
.p-access-box {
    width: 100% !important;
    margin: 25px auto;
    padding: 10% 5%;
    box-sizing: border-box;
}
.p-access-textbox {
    width: 100%;
    padding-left: 0;
    font-size: 1.4rem;
    color: #d2d2d2;
}
.p-access-box .fl-l,
.p-access-box .fl-r {
    float: none !important;
}

.p-access_list {
    padding-bottom: 60px;
}
.p-accessItem {
    margin-bottom: 10px;
}
.p-accessItem_ttl {
    font-size: 16px;
    padding: 20px 18px;
}
.p-accessItem_ttl:before,
.p-accessItem_ttl:after {
    width: 12px;
    right: 20px;
}
.p-accessItemContent {
    display: block;
    padding: 0 15px 20px;
}
.p-accessItemContent_box.-left {
    margin-bottom: 30px;
}
.p-accessItemContent_box.-right {
    width: 100%;
    padding-left: 0;
}
.p-accessItemContent_map {
    margin-top: 15px;
}
.p-accessItemContent_box.-right li {
    font-size: 14px;
}
.p-accessItemContent_box.-right .note {
    font-size: 12px;
}
.p-accessItem .c-btn_tel {
    font-size: 26px;
}
.p-accessItem .c-btn_tel .tel {
    font-size: 14px;
}
.p-accessItem .c-btn_tel img {
    display: none;
}
.p-accessItem .c-btn_web img {
    width: 10px;
    top: calc(50% - 11px);
}
.p-accessItem .c-btn_web {
    font-size: 20px;
    text-align: center;
}
.p-accessItem .c-btn_web br {
    display: block;
}

/* クーポン */
.p-coupon {
    padding: 60px 0;
    background: url(/ad/common/futae/assets/images/specialCoupon_bg.png)
        center/cover;
    text-align: center;
}

.coupon_txt {
    margin: 10px 0 24px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
    font-size: 2.2rem;
    font-weight: bold;
}

.coupon_txt span {
    color: #b23232;
}

.p-coupon img {
    margin: 0 auto;
}

.p-coupon {
    border: none;
    padding: 0;
    background: none;
}

/* お問い合わせ */
.p-tel_resevation {
    padding: 65px 0;
}

.p-tel_resevation_caution {
    margin-top: 50px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
}

.p-tel_resevation_caution span {
    color: #b23232;
}

.p-tel_resevation_list {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
}

.p-tel_resevation_list_item {
    text-align: center;
    width: 25%;
    padding: 12px 15px 10px !important;
    margin-bottom: 0 !important;
}

.p-tel_resevation_list_item_name {
    font-size: 14px !important;
}

.p-tel_resevation_list_item_name::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background: #be8514;
    transform: rotate(45deg);
}

.p-tel_resevation_list_item_tel {
    display: inline-block;
    margin-top: 16px;
    font-size: 2.8rem;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
    text-decoration: none;
    color: #272727;
    pointer-events: none;
}

.p-tel_attention {
    margin-top: 20px;
    border: 2px solid #b23232;
}

.p-tel_attention dl {
    display: flex;
}

.p-tel_attention_head {
    font-size: 1.8rem;
}

.p-tel_attention_border {
    margin: 0 20px;
}

.p-tel_attention_txt {
    text-align: center;
}

.p-tel_attention_txt.-big {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
    font-size: 2.8rem;
}

.p-tel_attention_txt.-small {
    font-size: 1.3rem;
    margin-left: 10px;
}

.p-tel_attentionArea {
    margin-top: 30px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b23232;
}

.p-tel_reservationArea {
    border: 2px solid #bc7e1d;
    width: 100%;
    margin-top: 60px;
}

.p-tel_reservationArea_head {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
    font-size: 1.8rem;
}

.p-tel_reservation_web {
    border-left: 2px solid #bc7e1d;
}

.p-tel_reservation_box {
    padding: 20px;
    width: 50%;
}

.p-tel_reservation_box_txt {
    font-size: 2.8rem;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
}

.p-tel_reservation_txt {
    display: flex;
    text-align: left;
    background: #fff;
}

.p-tel_resevation_caution {
    margin-top: 50px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
    font-size: 2.8rem;
    text-align: center;
    font-weight: bold;
    border: 1px solid #b23232;
    background: #fff;
    padding: 10px;
}

.p-tel_resevation_caution span {
    color: #b23232;
}

.p-tel_resevation_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 40px;
}

.p-tel_resevation_list_item {
    margin-top: 20px;
}

.p-tel_resevation_list_item:nth-child(n + 5) {
    margin-top: 40px;
}

.p-tel_resevation_list_item_name {
    font-size: 1.7rem;
}

.p-tel_resevation_list_item_name::before {
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    margin-right: 8px;
    background: #bc7e1d;
    transform: rotate(45deg);
}

.p-tel_resevation_list_item_tel {
    display: inline-block;
    margin-top: 10px;
    font-size: 2.8rem;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
    text-decoration: none;
    color: #272727;
    pointer-events: none;
}

.p-tel_resevation_list_item_time {
    display: block;
    margin-top: 10px;
}

.p-tel_reservation_box {
    padding: 10px;
    width: 100%;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}
.p-tel_resevation {
    padding: 40px 0;
}
.p-tel_attention_head {
    font-size: 1.2rem;
    width: 30%;
}
.p-tel_attention_txt.-big {
    font-size: 1.8rem;
    width: 70%;
}
.p-tel_resevation_caution {
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.p-tel_resevation_list {
    display: block;
    margin-top: 40px;
    padding: 0 20px;
}
.p-tel_resevation_list_item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-tel_resevation_list_item + .p-tel_resevation_list_item {
    margin-top: 0px;
}
.p-tel_resevation_list_item_name {
    font-size: 1.6rem;
    text-align: left;
}
.p-tel_resevation_list_item_name::before {
    content: none;
}
.p-tel_resevation_list_item_time {
    margin-top: 6px;
    display: block;
    font-size: 1.2rem;
}
.p-tel_resevation_list_item_tel {
    flex-basis: 52%;
    margin-top: 0;
    padding: 8px 0 8px 30px;
    background: url(/ad/common/assets/images/icon-free.svg)
        min(5vw, calc(5 * 4.3px)) center/20px no-repeat;
    border: 1px solid #be8514;
    border-radius: 100px;
    text-align: center;
    color: #be8514;
    font-size: 1.8rem;
    pointer-events: auto;
    box-sizing: border-box;
}
.p-tel_attention_border {
    display: none;
}
.p-tel_attentionArea {
    flex-wrap: wrap;
    padding: 0;
}
.p-tel_reservation_box:first-of-type {
    border-top: none;
}
.p-tel_resevation_list {
    padding: 0 10px;
}
.p-tel_resevation_list_item_name {
    font-size: 14px;
}
.p-tel_resevation_list_item_time {
    font-size: 1.1rem;
}
.p-tel_resevation_list_item_tel {
    font-size: 1.6rem;
}

/* WEBお問い合わせ */
.p-contact {
    width: 100%;
    margin: 0 auto;
    background: url(/ad/common/assets/images/contact_bg.jpg) no-repeat center
        bottom;
    background-size: cover;
    color: #fff;
    position: relative;
    padding-bottom: 80px;
}

.p-contact-box {
    width: 900px;
    margin: 0 auto;
}

.p-contact-ttl {
    padding-top: 65px;
    text-align: center;
}

.p-contact-box .go-to-home {
    text-align: center;
    padding-top: 40px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA;
    color: #fff;
    font-size: 20px;
}

.p-contact-box .go-to-home a {
    color: #303030;
    text-decoration: none;
}

.f-reserve {
    float: left;
}

.f-tel {
    float: right;
}

.p-tel_resevation_caution {
    border: 2px solid #b23232;
    background: #fff;
}
.p-contact {
    padding: 30px 0;
    height: auto;
}
.p-contact-ttl {
    padding: 30px 20px 0;
    text-align: center;
}
.p-contact-box {
    width: 94%;
    margin: 0 auto;
}
.p-contact-box .go-to-home {
    text-align: center;
    padding-top: 20px;
}
.f-reserve,
.f-tel {
    float: none;
}
.f-reserve img,
.f-tel img {
    width: 100%;
}
.l-h_contactLinks_in_tel_list_item a {
    flex-direction: column;
}

.l-h_contactLinks_in_tel_list_item .small {
    font-size: min(2.6vw, calc(2.6 * 4.3px));
    background: none;
    display: block;
}

.p-guaranteeSystem_in_subhead {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    border-left: 6px solid #bf9422;
    padding-left: 1.25rem;
}

.p-guaranteeSystem_in_subhead {
    font-size: 1.35rem;
}
.menu__in__txt {
    padding: 50px 0 20px;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}

.menu__in__txt p {
    font-size: 1.8rem;
    color: #191a1d;
    text-align: center;
    font-feature-settings: "palt";
    letter-spacing: 0.15rem;
    font-weight: 500;
    line-height: 1.65;
}

.menu__in__risk {
    padding: 20px 0 40px;
}

.menu__in__risk__content {
    background-color: #fff;
    padding: 22px;
    box-shadow: 3px 4px 5px 0px #e4cebd;
}

.menu__in__risk__ttl {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
    font-size: 2rem;
    font-weight: 500;
}

.menu__in__risk__txt {
    font-size: 1.2rem;
    padding: 6px 0 0;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
    line-height: 1.5;
}

.maibotsu {
    background: url("../images/case_bg.jpg") no-repeat center top;
    background-size: cover;
}
.maibotsu_menu {
    background: url("../images/maibotsu_bg_pc.png") no-repeat center top;
    background-size: 2000px;
    height: 760px;
    position: relative;
}
.maibotsu_menu_id5ad {
    background: url("../images/maibotsu_bg_id5ad_pc.png") no-repeat center top;
    background-size: 2000px;
    height: 1090px;
}
.maibotsu_ttl {
    width: 1365px;
    height: 613px;
    margin: 0 auto;
    padding: 37px 0;
}
.maibotsu_ttl img {
    width: 100%;
    height: auto;
}
.maibotsu_cont {
    position: absolute;
    top: 265px;
    right: 0;
    left: 0;
    margin: auto;
    width: 911px;
}
.maibotsu_cont_men {
    display: flex;
}
.maibotsu_txt_area {
    width: 750px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.maibotsu_txt_area p {
    font-size: 1.6rem;
    line-height: 2.3rem;
    width: calc(100% - 235px - 50px);
}
.maibotsu_txt_area p.maibotsu_txt_area_txt {
    width: 100%;
    text-align: center;
}
.maibotsu_price {
    margin-top: 20px;
}
.maibotsu_attention {
    text-align: center;
    margin-top: 10px;
    font-size: 1.4rem;
    display: block;
}
.maibotsu_btn {
    width: 235px;
    height: 50px;
    border: 2px solid #865c07;
    border-radius: 25px;
    color: #865c07;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
    display: block;
    transition: 0.6s;
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.maibotsu_btn span {
    position: relative;
    width: 160px;
    margin: 0 auto;
}
.maibotsu_btn span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 8px solid #865c07;
}
.maibotsu_btn:hover {
    opacity: 0.5;
}
.maibotsu .modal-open:hover {
    color: #865c07;
}

.section_inner {
    width: 1080px;
    margin: 0 auto;
}

.section_inner {
    width: 95%;
    margin: 0 auto;
}
.intro {
    padding: 80px 0;
    background: url(../images/about_bg_pc.jpg) no-repeat center top/2000px;
    padding: 80px 0;
}
.intro {
    padding: min(6vw, calc(6 * 4.3px)) 0;
}
.intro_head {
    width: calc(100% + 100px);
    height: auto;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.intro_case_img video {
    width: 100%;
    height: auto;
}
.intro_subHead {
    color: #55380c;
    padding: 13px 0 10px 12px;
    font-size: 3.3rem;
    font-weight: bold;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
    background: rgb(255, 233, 219);
    background: linear-gradient(
        90deg,
        rgb(255, 233, 219) 0%,
        rgba(255, 234, 220, 0.8015581232) 60%,
        rgba(255, 234, 220, 0) 100%
    );
    margin: 40px 0 20px 0;
}
.intro_subHead span {
    color: #fa8888;
}
.intro_list {
    font-size: 2.6rem;
    color: #55380c;
    font-weight: bold;
    margin-bottom: 20px;
}
.intro_list span {
    color: #fa8888;
}
.intro_list li {
    width: 100%;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
    font-size: 2.6rem;
    display: flex;
    align-items: center;
    line-height: 1.8;
}
.intro_list li:before {
    content: "";
    background: url(../images/about_list_check.svg) no-repeat center center/100%;
    width: 36px;
    height: 32px;
    display: block;
    margin-right: 5px;
}
.intro_content {
    font-size: 1.7rem;
    width: 663px;
    margin-top: 20px;
}
.intro_txt {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.8;
}

.intro {
    background: url(../images/about_bg_sp.jpg) no-repeat center top/100%,
        #ffe3e8;
}
.intro_list {
    margin-bottom: min(4vw, calc(4 * 4.3px));
}
.intro_list li {
    position: relative;
    font-size: min(5vw, calc(5 * 4.3px));
    z-index: 2;
    text-shadow: 0px 0 5px #fff;
    width: 100%;
    padding-left: min(7vw, calc(7 * 4.3px));
    line-height: 1.35;
    display: inherit;
    margin-bottom: min(2vw, calc(2 * 4.3px));
}
.intro_list li:before {
    width: min(6vw, calc(6 * 4.3px));
    height: min(6vw, calc(6 * 4.3px));
    top: 0;
    position: absolute;
    left: 0;
}
.intro_content {
    width: 100%;
    margin-top: min(13vw, calc(13 * 4.3px));
}
.intro_txt {
    font-size: 16px;
    margin-top: min(2vw, calc(2 * 4.3px));
    line-height: 1.5;
    display: inherit;
}
.intro_head {
    width: 80%;
}
.intro_head img {
    width: 100%;
    height: auto;
}
.intro_subHead {
    width: 80%;
    font-size: min(6vw, calc(6 * 4.3px));
    padding: min(2vw, calc(2 * 4.3px)) 0 min(1vw, calc(1 * 4.3px))
        min(2vw, calc(2 * 4.3px));
    margin: min(3vw, calc(3 * 4.3px)) 0;
}
.intro_case_img img {
    display: block;
    width: 100%;
    height: auto;
}
.case_attention {
    font-size: 1.25rem;
    color: #727272;
    display: inherit;
}

.case_fukidashi_inner {
    font-family: YuMincho, "Yu Mincho", serif;
    position: relative;
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
    font-size: 3.5rem;
    margin: 40px 0 20px 0;
    display: block;
}
.case_fukidashi_inner_gold {
    color: #aa8f25;
}
.case_fukidashi_inner::before,
.case_fukidashi_inner::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #aa8f25;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
}
.case_fukidashi_inner::before {
    transform: rotate(-35deg);
}
.case_fukidashi_inner::after {
    transform: rotate(35deg);
}

.case_area {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 60px;
}
.case_area_content {
    width: calc(50% - 30px);
}
.case_area_content_txt {
    font-size: 12px;
}
.case_area_content_img {
    position: relative;
}
.case_area_content_img .case_area_content_img_before {
    width: 100%;
}
.case_area_content_img .case_area_content_img_after {
    width: 100%;
}
.case_area_content_img .case_area_content_img_arrow {
    top: calc(50% - 20px);
    left: calc(50% - 10px);
    position: absolute;
    width: 30px;
    height: auto;
}

.case_fukidashi_inner {
    font-size: min(6vw, calc(6 * 4.3px));
    margin: min(5vw, calc(5 * 4.3px)) 0 min(3vw, calc(3 * 4.3px)) 0;
}
.case_fukidashi_inner::before,
.case_fukidashi_inner::after {
    position: relative;
    display: inline-block;
    content: "";
    background: #aa8f25;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -0.2em;
    vertical-align: middle;
}
.case_fukidashi_inner::before {
    transform: rotate(-35deg);
}
.case_fukidashi_inner::after {
    transform: rotate(35deg);
}
.case_area {
    width: 90%;
    gap: 0 min(2vw, calc(2 * 4.3px));
}
.case_area_content {
    width: 100%;
    margin-bottom: min(3vw, calc(3 * 4.3px));
}
.case_area_content_txt {
    font-size: min(1vw, calc(1 * 4.3px));
}
.case_area_content_img {
    position: relative;
    display: flex;
}
.case_area_content_img .case_area_content_img_before {
    width: calc(50% - min(1.5vw, calc(1.5 * 4.3px)));
    margin-right: min(3vw, calc(3 * 4.3px));
}
.case_area_content_img .case_area_content_img_after {
    width: calc(50% - min(1.5vw, calc(1.5 * 4.3px)));
}
.case_area_content_img .case_area_content_img_arrow {
    top: 50%;
    transform: rotate(-90deg);
    left: calc(50% - min(2.5vw, calc(2.5 * 4.3px)));
    top: calc(50% - min(2.5vw, calc(2.5 * 4.3px)));
    position: absolute;
    width: min(5vw, calc(5 * 4.3px));
    height: auto;
}

/*case_sliderとcaseは別物*/
.caseSlider {
    padding: 40px;
    background: rgb(255, 216, 207);
    background: linear-gradient(
        0deg,
        rgb(255, 216, 207) 0%,
        rgb(255, 234, 220) 100%
    );
}
.caseSlider li img {
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
}
.caseSlider .slick-slide {
    margin: 0 10px 0 0;
    height: auto;
}
.caseSlider .slick-prev,
.caseSlider .slick-next {
    opacity: 1;
    width: 25px;
}
.caseSlider .slick-prev {
    left: -4%;
}
.caseSlider .slick-prev:before {
    content: url(../images/case_left_arrow.svg);
}
.caseSlider .slick-next {
    right: -4%;
}
.caseSlider .slick-next:before {
    content: url(../images/case_right_arrow.svg);
}
.caseSlider .slick-prev:before,
.caseSlider .slick-next:before {
    color: #d09082;
}

.caseSlider .slick-slide {
    margin: 0;
}
.caseSlider .slick-prev,
.caseSlider .slick-next {
    width: min(2.5vw, calc(2.5 * 4.3px));
}
.caseSlider .slick-prev {
    left: -5%;
}
.caseSlider .slick-next {
    right: -5%;
}

/*/case_sliderとcaseは別物*/
.troubleArea {
    padding: 80px 0;
    background: rgb(199, 218, 226);
    background: url("../images/touble_flower_bg.png") no-repeat center -50%/1980px,
        linear-gradient(0deg, rgb(199, 218, 226) 0%, rgb(255, 252, 242) 100%);
}
.troubleArea {
    padding: min(6vw, calc(6 * 4.3px)) 0;
}
.troubleArea_head img {
    margin: 0 auto 40px auto;
}

.case_attention {
    font-size: min(2.5vw, calc(2.5 * 4.3px));
    line-height: 1.5;
}
.caseSlider {
    padding: min(6vw, calc(6 * 4.3px)) min(4vw, calc(4 * 4.3px));
}
.tab {
    background-position: center top;
    height: auto;
}
.tab_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 30px;
}
.tab_menu_item {
    font-size: 1.85rem;
    font-weight: 600;
    cursor: pointer;
    flex: 0.24;
    text-align: center;
    position: relative;
    height: 7rem;
    background: rgb(145, 198, 209);
    background: linear-gradient(
        -180deg,
        rgb(145, 198, 209) 0%,
        rgb(166, 206, 214) 100%
    );
    border-radius: 7px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.tab_menu_item:after {
    position: absolute;
    background: #f3fffe;
    content: "";
    z-index: 2;
    border-radius: 6px;
    height: calc(100% - 4px);
    width: calc(100% - 4px);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.tab_menu_item.active {
    color: #fff;
}
.tab_menu_item.active::after {
    content: "";
    position: absolute;
    background: transparent;
    display: block;
    width: 100%;
    border-radius: 5px;
    box-shadow: none;
}
.tab_menu_item.active::before {
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 12px 10px 0 10px;
    border-color: #a6ced6 transparent transparent transparent;
    position: absolute;
    bottom: -12px;
}
.tab_menu_item span {
    z-index: 3;
    position: absolute;
}
.tab_case {
    background: #fff;
    padding: 60px;
    position: relative;
}
.tab_case:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 24px #c8c8c8;
    mix-blend-mode: multiply;
}
.tab_menu {
    color: #60a3b1;
}
.tab_element {
    margin: 0;
    padding: 0 0 20px;
}
.tab_contents_block {
    border-top: 2px dotted #c8d7df;
    padding-top: 30px;
    margin-bottom: 30px;
}
.tab_contents_block:nth-of-type(1) {
    border-top: none;
    padding-top: 0;
}
.tab_contents_block:last-of-type {
    margin-bottom: 0;
}
.tab_contents_head {
    display: flex;
}
.tab_contents_head h3 {
    width: 55%;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
    color: #60a3c5;
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1.35;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
}
.tab_contents_head h3 {
    width: 100%;
}
.tab_contents_head h3:before {
    content: "";
    width: 10px;
    height: 100%;
    background: #60a3c5;
    position: absolute;
    left: 0;
}
.tab_contents_head p {
    width: 45%;
    text-align: right;
}
.tab_contents_head p {
    width: 100%;
}
.tab_contents_head p span {
    background: #d7a136;
    padding: 5px 10px;
    color: #fff;
    margin-left: 10px;
    box-sizing: border-box;
    display: inline-block;
}
.tab_contents_inner {
    display: flex;
}
.tab_contents_img {
    width: 55%;
}
.tab_contents_img {
    width: 100%;
}
.tab_contents_img img {
    width: 100%;
    height: auto;
}
.tab_contents_txt {
    width: 45%;
    margin-left: 15px;
}
.tab_contents_txt {
    width: 100%;
}
.tab_contents .tab_case {
    display: none;
    flex-wrap: wrap;
    justify-content: flex-start;
    transition: 0.3s;
}
.tab_contents .tab_case.active {
    animation: fade 0.5s ease;
    display: flex;
}

.tab_menu {
    flex-wrap: wrap;
}
.tab_menu_item {
    height: min(12vw, calc(12 * 4.3px));
    flex: calc(50% - min(1vw, calc(1 * 4.3px)));
    margin: 0 0 min(1vw, calc(1 * 4.3px)) min(1vw, calc(1 * 4.3px));
    font-size: min(4vw, calc(4 * 4.3px));
}
.tab_menu_item:nth-child(odd) {
    margin: 0 0 min(1vw, calc(1 * 4.3px)) 0;
}
.tab_menu_item.active:before {
    display: none;
}
.tab_contents_inner {
    flex-direction: column;
}
.tab_contents_head {
    flex-direction: column;
}
.tab_contents_head h3 {
    font-size: min(5.5vw, calc(5.5 * 4.3px));
    margin-bottom: min(2vw, calc(2 * 4.3px));
    padding-left: min(3.3vw, calc(3.3 * 4.3px));
}
.tab_contents_head h3:before {
    width: min(2vw, calc(2 * 4.3px));
}
.tab_contents_head p {
    text-align: left;
    font-size: min(4vw, calc(4 * 4.3px));
    margin-bottom: min(3vw, calc(3 * 4.3px));
}
.tab_contents_txt {
    margin-left: 0;
}
.tab_contents_block {
    padding-top: min(5vw, calc(5 * 4.3px));
    margin-bottom: min(5vw, calc(5 * 4.3px));
}
.tab_img {
    width: 100%;
}
.tab_case {
    padding: min(8vw, calc(8 * 4.3px)) min(5vw, calc(5 * 4.3px));
}
.cta {
    background: url(../images/cta_bg_pc.jpg) no-repeat center top/2000px;
    height: 530px;
    padding: 80px 0 50px 0;
}
.cta_area_ttl {
    font-size: 2.5rem;
    position: relative;
    margin-left: 20px;
    margin-top: 143px;
    width: 66%;
    margin-left: 50px;
    text-align: center;
}
.cta_area_ttl span {
    color: #d7a136;
}
.cta_area_btn_area {
    display: flex;
    flex-wrap: wrap;
    margin-left: 50px;
    width: 66%;
    margin-top: 30px;
}
.cta_area_btn_area_notel {
    flex-direction: column;
    align-items: center;
}
.cta_area_web {
    margin-right: 20px;
    width: calc(50% - 20px);
}
.cta_area_web a {
    display: block;
    cursor: pointer;
}
.cta_area_web img {
    display: block;
    width: 100%;
    height: auto;
}
.cta_area_tel {
    width: 50%;
    width: calc(50% - 20px);
}
.cta_area_tel a {
    display: block;
    cursor: pointer;
}
.cta_area_tel img {
    width: 100%;
    height: auto;
}

.case {
    padding-bottom: 60px;
}
.case_inner {
    width: 980px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding-top: 50px;
}
.case_inner img {
    width: 100%;
    height: auto;
}

.case_btn_area {
    width: 80%;
    margin: 20px auto 0 auto;
    max-width: 380px;
}

.case_btn {
    border-radius: 30px;
    padding: 15px 0;
    text-align: center;
    display: block;
    cursor: pointer;
    font-size: 1.6rem;
    color: #fff;
    background: #ac9977;
    text-decoration: none;
    font-weight: bold;
}

.cta {
    position: relative;
    background: url(../images/cta_bg_sp.jpg) no-repeat center top/100%;
    padding-top: min(90vw, calc(90 * 4.3px));
    height: 0;
}
.cta_notel {
    padding-top: min(78vw, calc(78 * 4.3px));
}
.cta_area_tel {
    width: 100%;
}
.cta_area_web {
    width: 100%;
    margin-bottom: min(2vw, calc(2 * 4.3px));
}
.cta_area_btn_area {
    position: absolute;
    top: min(44vw, calc(44 * 4.3px));
    width: 90%;
    background: rgba(255, 255, 255, 0.5);
    padding: min(5vw, calc(5 * 4.3px));
    margin: auto;
    flex-direction: column;
    left: 0;
    right: 0;
    margin: auto;
}
.menu__in__txt {
    padding: min(8vw, calc(8 * 4.3px)) min(2vw, calc(2 * 4.3px)) 0
        min(2vw, calc(2 * 4.3px));
}
.maibotsu_menu {
    background: url("../images/maibotsu_bg_sp.png") no-repeat center top;
    background-size: cover;
    height: 0;
    position: relative;
    padding-bottom: min(147vw, calc(147 * 4.3px));
}
.maibotsu_menu_id5ad {
    background: url("../images/maibotsu_bg_sp.png") no-repeat center
        bottom/cover;
    padding-bottom: min(167vw, calc(167 * 4.3px));
}
.maibotsu_ttl {
    width: 100%;
}
.maibotsu_cont {
    width: 100%;
    top: 26%;
}
.maibotsu_cont_men {
    flex-direction: column-reverse;
}
.maibotsu_btn {
    width: 50%;
    min-width: 200px;
    margin-top: 5%;
    font-size: min(4vw, calc(4 * 4.3px));
    height: min(11vw, calc(11 * 4.3px));
    border-radius: min(6.5vw, calc(6.5 * 4.3px));
}
.maibotsu_btn span {
    width: 80%;
}
.maibotsu_attention {
    font-size: min(2.5vw, calc(2.5 * 4.3px));
}
.maibotsu_price {
    margin-top: min(3vw, calc(3 * 4.3px));
}
.maibotsu_txt_area {
    width: 100%;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.maibotsu_txt_area p {
    font-size: min(3.5vw, calc(3.5 * 4.3px));
    line-height: min(5.5vw, calc(5.5 * 4.3px));
    width: 100%;
    min-width: 220px;
}
.case_btn {
    font-size: min(4vw, calc(4 * 4.3px));
}
.case_inner {
    width: 90%;
    padding-top: min(10vw, calc(10 * 4.3px));
}
.af_linead_slide_txt {
    display: none;
}
.af_lineadmen_flg_special .section_line_men_inner {
    width: 799px;
    margin: 0 auto;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_ttl {
    padding: 37px 0 10px 0;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_movie {
    width: 410px;
    padding-left: 60px;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_movie video {
    width: 100%;
    height: auto;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_btn {
    width: 100%;
    margin: 20px 0;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_txt_area {
    width: calc(100% - 318px - 40px);
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 40px;
    padding-right: 40px;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_txt_area p {
    width: 100%;
    margin-top: 10px;
}
.af_lineadmen_flg_special
    .section_line_men_inner
    .maibotsu_txt_area
    p.maibotsu_txt_attention {
    font-size: 1.2rem;
    margin-top: 20px;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_txt_head {
    width: 100%;
    margin-top: -10px;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_txt_head img {
    width: 100%;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_ttl {
    width: 100%;
    height: auto;
}

.af_lineadmen_flg_special .maibotsu_menu {
    padding-bottom: min(252vw, calc(252 * 4.3px));
}
.af_lineadmen_flg_special .section_line_men_inner {
    width: 100%;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_ttl {
    padding-bottom: 0;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_btn {
    width: 80%;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_txt_area {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_txt_area p {
    padding-top: 0;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_cont_men {
    flex-direction: column-reverse;
}
.af_lineadmen_flg_special .section_line_men_inner .maibotsu_movie {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
}
.af_lineadmen_flg_special
    .section_line_men_inner
    .maibotsu_movie
    p.maibotsu_txt_attention {
    font-size: min(2.8vw, calc(2.8 * 4.3px));
}
.l-price_menu_block_item.menu__modal__content__txt .p-price_menu_table_caution {
    display: none;
}

#insta {
    padding: 60px 0;
}

#insta .p-aboutTitle::after {
    content: "";
    display: block;
    background-image: url(../images/instagram_title.png);
    background-repeat: no-repeat center;
    width: 349px;
    height: 18px;
    background-size: 349px 18px;
    margin: 10px auto 0;
    margin-bottom: 55px;
}

.p-line_link_bnr {
    margin-bottom: 90px;
}

.p-line_link_bnr {
    margin-bottom: min(7vw, calc(7 * 4.3px));
}
#monitor {
    margin-top: -40px;
    padding: 110px 0;
}

#monitor {
    margin-top: 0px;
    padding: 50px 0;
}
.monitorArea {
    padding: 80px 0;
    background: linear-gradient(#ffe8e8, #fffcf6);
}
.monitorArea {
    padding: min(6vw, calc(6 * 4.3px)) 0;
}
.monitorArea #monitor h2 {
    display: none;
}

.monitorArea h2 {
    width: 80%;
    margin: 0 auto;
}
.faq {
    padding: 80px 0;
    background: #fff;
}
.faq {
    padding: min(6vw, calc(6 * 4.3px)) 0;
}
.faq_area {
    margin-top: 40px;
}

.acd-check {
    display: none;
}

.acd-label {
    background: #aa9167;
    color: #fff;
    font-size: 2rem;
    display: block;
    padding: 13px 20px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: "Noto Sans JP", "Yu Gothic", "YuGothic",
        "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic",
        Sans-Serif;
    position: relative;
}
.acd-label:after,
.acd-label:before {
    content: "";
    position: absolute;
    right: 1.25em;
    top: 1.25em;
    width: 2px;
    height: 0.75em;
    background-color: #fff;
    transition: all 0.3s;
}
.acd-label:after {
    transform: rotate(90deg);
}
.acd-label span:before {
    content: "Q.";
    font-size: 3rem;
}

.acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: 0.5s;
    visibility: hidden;
}

.acd-check:checked + .acd-label:before {
    transform: rotate(90deg) !important;
}

.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
    margin-bottom: 20px;
}

.acd-label {
    font-size: min(4.5vw, calc(4.5 * 4.3px));
}
.acd-label:before {
    font-size: min(4.5vw, calc(4.5 * 4.3px));
}
.acd-label span {
    display: block;
    width: 90%;
}
.acd-label span:before {
    font-size: min(4.5vw, calc(4.5 * 4.3px));
}
.maibotsu_ttl {
    height: 280px;
    margin: 0 auto;
}

.maibotsu_menu {
    background-color: #f1e2c7;
    background-image: url("../images/maibotsu_bg.png");
    height: auto;
    background-repeat: no-repeat;
    z-index: 0;
}
.maibotsu_txt_area {
    margin: 0 auto 60px;
}
.maibotsu_cont {
    position: relative;
    height: auto;
    top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 0;
    padding: 0 0 50px;
}
.maibotsu_cont_item {
    width: 100%;
    background: #fff;
    box-shadow: 0px 2px 10px -2px #e9e1db;
    border-radius: 2px;
    margin-top: -50px;
    padding-top: 50px;
    background: linear-gradient(
        0deg,
        #fff calc(100% - 60px),
        transparent calc(100% - 60px)
    );
}
.maibotsu_cont_item .maibotsu_cont_item_head {
    background: linear-gradient(0deg, #d29c19, #ecbd4a);
    cursor: pointer;
    padding: 15px 0 0;
}
.maibotsu_cont_item .maibotsu_cont_item_head_ttl::after {
    content: "";
    background-image: url("../images/maibotsu_cont_item_head_ttl-plus.png");
    background-size: contain;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 15px;
}
.maibotsu_cont_item .maibotsu_cont_item_txt img {
    margin-top: -40px;
    padding: 20px 0;
}
.maibotsu_cont_item_head {
    border-radius: 2px 2px 0 0;
    position: relative;
}
.maibotsu_cont_item_head.-active .maibotsu_cont_item_head_ttl::after {
    background-image: url("../images/maibotsu_cont_item_head_ttl-minus.png");
}
.maibotsu_cont_item_head_ttl {
    position: relative;
}
.maibotsu_cont_item_head_ttl_label {
    position: absolute;
    top: -32px;
    left: 20px;
}
.maibotsu_cont_item_head_ttl_inner {
    position: relative;
}
.maibotsu_cont_item_head_icon {
    position: absolute;
    right: 0;
    top: 0;
}
.maibotsu_cont_item_wraper {
    padding: 50px 80px;
}
.maibotsu_cont_item_elm {
    display: grid;
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto auto;
    gap: 20px 30px;
}
.maibotsu_cont_item_img {
    grid-row: 1;
    grid-column: 1;
}
.maibotsu_cont_item_txt {
    grid-row: 1;
    grid-column: 2/3;
}
.maibotsu_cont_item_txt .c-txt {
    font-size: 1.65rem;
    line-height: 2;
    text-align: justify;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.maibotsu_cont_item_rate {
    grid-row: 2;
    grid-column: 1/3;
}
.maibotsu_cont_item_case {
    text-align: center;
    margin: 16px 0;
}
.maibotsu_cont_item_case img {
    display: block;
    width: 100%;
    height: auto;
}

.cta-pink {
    background-color: transparent;
    background-image: url("../images/cta-pink_bg_pc.png");
    background-size: 2000px;
    background-position: top center;
    z-index: 1;
    position: relative;
}
.cta-pink_wraper {
    width: 911px;
    margin: 0 auto;
}
.cta-pink_txt {
    padding: 40px 0 20px;
}
.cta-pink_txt .c-txt {
    color: #fff;
    font-size: 1.95rem;
    text-align: center;
    letter-spacing: 1.5px;
    line-height: 2;
    font-weight: 500;
    text-shadow: 0px 0px 5px #cd6671;
}
.cta-pink_links {
    display: flex;
    justify-content: space-evenly;
    gap: 0px 20px;
    padding: 20px 0 40px;
    width: 76%;
    margin: 0 auto;
}
.cta-pink_link img {
    width: 100%;
    height: auto;
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain;
}

.maibotsu_ttl {
    height: min(40vw, calc(40 * 4.3px));
    padding: min(8vw, calc(8 * 4.3px)) 0 min(8vw, calc(8 * 4.3px));
}
.maibotsu_txt_area {
    margin: 0 auto min(4vw, calc(4 * 4.3px));
}
.maibotsu_txt_area {
    margin: 0 auto min(4vw, calc(4 * 4.3px));
}
.maibotsu_ttL {
    height: auto;
    margin: 0 auto -350px;
}
.maibotsu_cont {
    position: relative;
    height: auto;
    top: auto;
    padding: min(2vw, calc(2 * 4.3px)) min(3vw, calc(3 * 4.3px))
        min(2vw, calc(2 * 4.3px));
    gap: min(12vw, calc(12 * 4.3px));
}
.maibotsu_cont_item .maibotsu_cont_item_head_ttl::after {
    background-repeat: no-repeat;
    top: unset;
    bottom: min(6vw, calc(6 * 4.3px));
    right: min(3vw, calc(3 * 4.3px));
    width: min(10vw, calc(10 * 4.3px));
    height: min(10vw, calc(10 * 4.3px));
}
.maibotsu_cont_item .maibotsu_cont_item_head_ttl picture img {
    height: auto;
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
}
.maibotsu_cont_item_head_ttl_label {
    width: 55%;
}
.maibotsu_cont_item_wraper {
    padding: min(2vw, calc(2 * 4.3px)) min(2vw, calc(2 * 4.3px))
        min(2vw, calc(2 * 4.3px));
}
.maibotsu_cont_item_elm {
    grid-template-columns: min(50vw, calc(50 * 4.3px)) 1fr;
    gap: min(1vw, calc(1 * 4.3px)) min(3.5vw, calc(3.5 * 4.3px));
}
.maibotsu_cont_item_txt {
    grid-row: 2;
    grid-column: 1/3;
    padding: 0 min(1vw, calc(1 * 4.3px));
}
.maibotsu_cont_item_txt .c-txt {
    font-size: min(3.55vw, calc(3.55 * 4.3px));
    letter-spacing: 0;
    line-height: 1.65;
    margin: 0;
}
.maibotsu_cont_item_txt span {
    color: #b97d00;
}
.maibotsu_cont_item_rate {
    grid-row: 1;
    grid-column: 2/3;
    padding: min(2vw, calc(2 * 4.3px)) min(2vw, calc(2 * 4.3px)) 0 0;
}
.maibotsu_menu {
    height: auto;
    padding: 0 0 40px 0;
}
.cta-pink {
    background-image: url("../images/cta-pink_bg_sp.png");
    background-size: 100%;
}
.cta-pink_wraper {
    width: 100%;
}
.cta-pink_txt {
    padding: min(4vw, calc(4 * 4.3px)) min(4vw, calc(4 * 4.3px))
        min(0vw, calc(0 * 4.3px));
}
.cta-pink_txt .c-txt {
    text-align: left;
    font-size: min(4vw, calc(4 * 4.3px));
    letter-spacing: 0px;
    text-shadow: 0px 2px 0px #cd6671, 2px 0px 0px #cd6671, -2px 0px 0px #cd6671,
        0px -2px 0px #cd6671;
    line-height: 1.85;
}
.cta-pink_links {
    padding: min(3vw, calc(3 * 4.3px)) min(4vw, calc(4 * 4.3px))
        min(3vw, calc(3 * 4.3px));
    flex-wrap: wrap;
    width: 100%;
    gap: min(1.5vw, calc(1.5 * 4.3px)) min(0vw, calc(0 * 4.3px));
}
.af_lineadmen_flg_mv .o-mv,
.af_gridadmen_flg_mv .o-mv {
    background: url(../images/mv_bg_line_men.jpg) no-repeat center top;
    height: 778px;
}
.af_lineadmen_flg_mv .section_line_men_inner,
.af_gridadmen_flg_mv .section_line_men_inner {
    width: 799px;
    margin: 0 auto;
}
.af_lineadmen_flg_mv .section_line_men_inner .maibotsu_ttl,
.af_gridadmen_flg_mv .section_line_men_inner .maibotsu_ttl {
    width: 100%;
    height: auto;
}
.af_lineadmen_flg_mv .section_line_men_inner .maibotsu_movie,
.af_gridadmen_flg_mv .section_line_men_inner .maibotsu_movie {
    width: 410px;
    padding-left: 60px;
}
.af_lineadmen_flg_mv .section_line_men_inner .maibotsu_movie video,
.af_gridadmen_flg_mv .section_line_men_inner .maibotsu_movie video {
    width: 100%;
    height: auto;
}
.af_lineadmen_flg_mv .section_line_men_inner .maibotsu_btn,
.af_gridadmen_flg_mv .section_line_men_inner .maibotsu_btn {
    width: 100%;
    margin: 20px 0;
}
.af_lineadmen_flg_mv .section_line_men_inner .maibotsu_txt_area,
.af_gridadmen_flg_mv .section_line_men_inner .maibotsu_txt_area {
    width: calc(100% - 318px - 40px);
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 40px;
    padding-right: 40px;
}
.af_lineadmen_flg_mv .section_line_men_inner .maibotsu_txt_area p,
.af_gridadmen_flg_mv .section_line_men_inner .maibotsu_txt_area p {
    width: 100%;
    margin-top: 10px;
}
.af_lineadmen_flg_mv
    .section_line_men_inner
    .maibotsu_txt_area
    p.maibotsu_txt_attention,
.af_gridadmen_flg_mv
    .section_line_men_inner
    .maibotsu_txt_area
    p.maibotsu_txt_attention {
    font-size: 1.2rem;
    margin-top: 20px;
}

.af_linead_flg_mv .o-mv,
.af_ysaad_flg .o-mv {
    background: url("../images/mv_bg_other.jpg") no-repeat center top;
    height: 778px;
}
.af_linead_flg_mv .o-mv-copy,
.af_ysaad_flg .o-mv-copy {
}
.af_linead_flg_mv .o-mv-copy img,
.af_ysaad_flg .o-mv-copy img {
    width: 100%;
    height: auto;
}

.af_linead_flg_mv .maibotsu,
.af_lineadmen_flg_mv .maibotsu,
.af_gridadmen_flg_mv .maibotsu,
.af_ysaad_flg .maibotsu {
    background: none;
    background-size: cover;
}
.af_linead_flg_mv .maibotsu_menu,
.af_lineadmen_flg_mv .maibotsu_menu,
.af_gridadmen_flg_mv .maibotsu_menu,
.af_ysaad_flg .maibotsu_menu {
    background: url("../images/maibotsu_other_bg_pc.png") no-repeat center top;
    background-size: 2000px;
    margin: 0;
    height: 760px;
    position: relative;
}
.af_linead_flg_mv .maibotsu_ttl,
.af_lineadmen_flg_mv .maibotsu_ttl,
.af_gridadmen_flg_mv .maibotsu_ttl,
.af_ysaad_flg .maibotsu_ttl {
    width: 1365px;
    height: 613px;
    margin: 0 auto;
    padding: 37px 0;
}
.af_linead_flg_mv .maibotsu_cont,
.af_lineadmen_flg_mv .maibotsu_cont,
.af_gridadmen_flg_mv .maibotsu_cont,
.af_ysaad_flg .maibotsu_cont {
    position: absolute;
    top: 265px;
    gap: 0;
    padding: 0;
}
.af_linead_flg_mv .maibotsu_cont_men,
.af_lineadmen_flg_mv .maibotsu_cont_men,
.af_gridadmen_flg_mv .maibotsu_cont_men,
.af_ysaad_flg .maibotsu_cont_men {
    display: flex;
}
.af_linead_flg_mv .maibotsu_txt_area,
.af_lineadmen_flg_mv .maibotsu_txt_area,
.af_gridadmen_flg_mv .maibotsu_txt_area,
.af_ysaad_flg .maibotsu_txt_area {
    width: 750px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.af_linead_flg_mv .maibotsu_txt_area p,
.af_lineadmen_flg_mv .maibotsu_txt_area p,
.af_gridadmen_flg_mv .maibotsu_txt_area p,
.af_ysaad_flg .maibotsu_txt_area p {
    font-size: 1.6rem;
    line-height: 2.3rem;
    width: calc(100% - 235px - 50px);
}
.af_linead_flg_mv .maibotsu_price,
.af_lineadmen_flg_mv .maibotsu_price,
.af_gridadmen_flg_mv .maibotsu_price,
.af_ysaad_flg .maibotsu_price {
    margin-top: 20px;
}

.af_linead_flg_mv .o-mv,
.af_ysaad_flg .o-mv {
    position: relative;
    background: url("../images/mv_bg_sp.png") no-repeat center top;
    background-size: 100%;
    height: auto;
}
.af_linead_flg_mv .o-mv:after,
.af_ysaad_flg .o-mv:after {
    padding-top: min(calc(590 / 430 * 100vw), 590px);
}
.af_linead_flg_mv .o-mv-copy,
.af_ysaad_flg .o-mv-copy {
}
.af_linead_flg_mv .maibotsu_menu,
.af_lineadmen_flg_mv .maibotsu_menu,
.af_gridadmen_flg_mv .maibotsu_menu,
.af_ysaad_flg .maibotsu_menu {
    background: url("../images/maibotsu_other_bg_sp.png") no-repeat center top;
    background-size: cover;
    height: 0;
    position: relative;
    padding-bottom: min(147vw, calc(147 * 4.3px));
}
.af_linead_flg_mv .maibotsu_ttl,
.af_lineadmen_flg_mv .maibotsu_ttl,
.af_gridadmen_flg_mv .maibotsu_ttl,
.af_ysaad_flg .maibotsu_ttl {
    width: 100%;
    height: auto;
}
.af_linead_flg_mv .maibotsu_txt_area p,
.af_lineadmen_flg_mv .maibotsu_txt_area p,
.af_gridadmen_flg_mv .maibotsu_txt_area p,
.af_ysaad_flg .maibotsu_txt_area p {
    font-size: min(3.5vw, calc(3.5 * 4.3px));
    line-height: min(5.5vw, calc(5.5 * 4.3px));
    width: 100%;
    min-width: 220px;
}
.af_linead_flg_mv .maibotsu_cont,
.af_lineadmen_flg_mv .maibotsu_cont,
.af_gridadmen_flg_mv .maibotsu_cont,
.af_ysaad_flg .maibotsu_cont {
    width: 100%;
    top: 26%;
}
.af_lineadmen_flg_mv .section_line_men_inner,
.af_gridadmen_flg_mv .section_line_men_inner {
    width: 100%;
}
.af_lineadmen_flg_mv .section_line_men_inner .maibotsu_btn,
.af_gridadmen_flg_mv .section_line_men_inner .maibotsu_btn {
    width: 80%;
}
.af_lineadmen_flg_mv .section_line_men_inner .maibotsu_movie,
.af_gridadmen_flg_mv .section_line_men_inner .maibotsu_movie {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
}
.af_lineadmen_flg_mv .section_line_men_inner .maibotsu_ttl,
.af_gridadmen_flg_mv .section_line_men_inner .maibotsu_ttl {
    width: 100%;
    height: auto;
}
.af_lineadmen_flg_mv .section_line_men_inner .maibotsu_txt_area,
.af_gridadmen_flg_mv .section_line_men_inner .maibotsu_txt_area {
    width: 100%;
    padding-right: 0;
    margin-left: 0;
}
.af_lineadmen_flg_mv .o-mv,
.af_gridadmen_flg_mv .o-mv {
    background: url("../images/mv_sp_line_men_bg.png") no-repeat center top;
    background-size: 100%;
    position: relative;
    height: auto;
}
.af_lineadmen_flg_mv .o-mv:after,
.af_gridadmen_flg_mv .o-mv:after {
    padding-top: 116.6666%;
}
.af_lineadmen_flg_special .maibotsu_menu {
    padding-bottom: min(252vw, calc(252 * 4.3px));
}

.beginner-campaign {
    position: relative;
    top: -20px;
    margin-bottom: -20px;
    padding: 0 16px 40px 16px;
    background-color: #f1e2c7;
}
.beginner-campaign_pic {
    display: block;
}
.beginner-campaign_pic img {
    display: block;
    width: 100%;
    height: auto;
}

.cta-campaign {
    padding: 48px 0 56px;
    background: #fcf2ed url("../images/maibotsu_cta_bg_campaign01_pc.jpg")
        no-repeat border-box center/cover;
}
.cta-campaign {
    padding: min(6vw, calc(6 * 4.3px)) min(2vw, calc(2 * 4.3px));
    margin: 0 0 0;
    background: #fcf2ed url("../images/maibotsu_cta_bg_campaign01_sp.jpg")
        no-repeat border-box center/cover;
}
.cta-campaign_banner {
    position: relative;
    left: -0.5%;
    width: 101%;
}
.cta-campaign_btn {
    margin: 15px 0 0;
    justify-content: center;
    display: flex;
}
.cta-campaign_btn {
    margin: min(1vw, calc(1 * 4.3px)) 0 0;
    padding: 0 min(3vw, calc(3 * 4.3px));
}
.cta-campaign_btn_link {
    display: inline-block;
}

.back-wrap {
    background: url(../images/default_back.jpg) center top 680px repeat-y;
    padding-bottom: 60px;
}

.back-wrap {
    padding-bottom: min(8vw, calc(8 * 4.3px));
}

/* Access */
.access {
    padding: 110px 0 60px;
}
.access__in {
    max-width: 1058px;
    margin: 0 auto;
}
.access__ttl__main {
    font-size: 4.4rem;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
    text-align: center;
    letter-spacing: 0.05em;
}
.access__ttl__main {
    font-size: min(7vw, calc(7 * 4.3px));
    font-weight: bold;
}
.access__caution {
    margin-top: 40px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    color: #ff3e3e;
    text-align: center;
    letter-spacing: 0.01em;
}
.access__list {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 10px;
}
.access__list__item {
    width: 100%;
    overflow: hidden;
}
.access__list__item__thumb img {
    width: 100%;
}
.access__list__item__info {
    padding: 36px 30px;
    background: #fff;
    text-align: center;
    height: 100%;
}
.access__list__item__info__name {
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
    font-size: 2.4rem;
    color: #272727;
    letter-spacing: 0.1em;
}
.access__list__item__info__tel {
    margin: 15px 0;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
}
.access__list__item__info__tel a {
    display: inline-flex;
    width: 100%;
    max-width: 240px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    padding: 10px 16px 6px 16px;
    font-size: 22px;
    line-height: 1;
    font-weight: bold;
    border: 0 solid currentColor;
    border-radius: 999px;
    background-color: #fff;
    color: #aa8f25;
    pointer-events: none;
}
.access__list__item__info__tel a svg {
    position: relative;
    top: -2px;
    display: block;
    width: 20px;
    height: 20px;
}
.access__list__item__info__tel a svg path {
    fill: #aa8f25;
    transition: fill 0.2s ease-in;
}
.access__list__item__info__station {
    margin-top: 8px;
    font-size: 1.35rem;
    line-height: 1.5;
}
.access__list__item__info__name + .access__list__item__info__station {
    margin-top: 25px;
}
.access__list__item__info__address {
    margin-top: 8px;
    font-size: 1.6rem;
    line-height: 1.5;
}
.access__list__item__info__address br:first-child {
    display: none;
}
.access__list__item__info__address a {
    text-decoration: underline;
    color: #aa8f25;
}

.access {
    width: 100%;
    padding: 0;
}
.access__in {
    padding: 40px 0 0 0;
}
.access__ttl__main {
    line-height: 1.4;
}
.access__caution {
    margin-top: min(5.3vw, calc(5.3 * 4.3px));
    padding: 0 min(5vw, calc(5 * 4.3px));
    font-size: min(3.4vw, calc(3.4 * 4.3px));
}
.access__list {
    margin-top: min(8vw, calc(8 * 4.3px));
    flex-wrap: wrap;
    gap: 0;
}
.access__list::after {
    content: "";
    flex: 0 0 50%;
}
.access__list__item {
    width: 90%;
    display: block;
}
.access__list__item__thumb img {
    width: 100%;
}
.access__list__item__info {
    margin: 0 0 min(3.8vw, calc(3.8 * 4.3px));
    padding: 20px 10px;
    height: auto;
}
.access__list__item__info__name {
    font-size: min(4vw, calc(4 * 4.3px));
}
.access__list__item__info__tel a {
    gap: 4px;
    max-width: -moz-max-content;
    max-width: max-content;
    padding: 0.5em 1em 0.325em 1em;
    font-size: max(min(4vw, calc(4 * 4.3px)), 20px);
    white-space: nowrap;
    pointer-events: auto;
    border-width: 2px;
}
.access__list__item__info__tel a svg {
    flex: 1 0 auto;
    top: -0.0325em;
    width: 0.8em;
    height: 0.8em;
}
.access__list__item__info__station {
    margin-top: min(5.3vw, calc(5.3 * 4.3px));
    font-size: min(3vw, calc(3 * 4.3px));
}
.access__list__item__info__address {
    margin-top: min(1.6vw, calc(1.6 * 4.3px));
    font-size: min(3vw, calc(3 * 4.3px));
}
.access__list__item:nth-of-type(even) .access__list__item__info {
    border-left: 2px dotted #bababa;
}

/* Form */
.form__ttl__main {
    font-size: 4.4rem;
    font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho",
        "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3,
        "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro",
        "Hiragino Mincho Pro", HanaMinA, "Noto Serif JP", serif;
    text-align: center;
    letter-spacing: 0.05em;
}
.form__ttl__main {
    font-size: min(7vw, calc(7 * 4.3px));
    font-weight: bold;
}

/* ------------------------------------------------------------------------- */

.slick-dots li {
    margin: 0 !important;
}
.slick-dots li button:before {
    font-size: 28px !important;
}
.p-docter .slick-next {
    right: 8px !important;
    top: 110%;
}
.p-docter .slick-prev {
    left: 8px !important;
    top: 110%;
}
.p-docter .slick-slide:not(.slick-center) {
    transform: scale(1);
}

.guaranteeSystem {
    padding: 40px 20px !important;
}
.guaranteeSystem__ttl {
    text-align: center;
}
.guaranteeSystem__ttl__main {
    font-size: 30px !important;
    text-indent: 0 !important;
}
.guaranteeSystem__ttl__sub {
    position: relative !important;
    display: inline-block !important;
    padding: 0 16px !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-align: center !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
}
.guaranteeSystem__ttl__sub:before,
.guaranteeSystem__ttl__sub:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 1px;
    height: 20px;
    background-color: #aa8f25;
}
.guaranteeSystem__ttl__sub:before {
    transform: translateY(-50%) rotate(-30deg);
    left: 0;
}
.guaranteeSystem__ttl__sub:after {
    transform: translateY(-50%) rotate(30deg);
    right: 0;
}
.guaranteeSystem__card {
    margin-top: 24px !important;
    padding: 40px 20px !important;
}
.guaranteeSystem__card__catch__ttl {
    padding-top: 10px !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
}
.guaranteeSystem__card__catch__period {
    margin-top: 10px !important;
    font-size: 60px !important;
    align-items: baseline !important;
}
.guaranteeSystem__card__catch__period__num {
    font-size: 76px !important;
}
.guaranteeSystem__card__catch__txt {
    font-size: 14px !important;
    letter-spacing: 0.1em;
}
.guaranteeSystem__card__description {
    margin-top: 32px !important;
    padding: 0 !important;
}
.guaranteeSystem__card__description p {
    font-size: 14px !important;
    font-weight: bold !important;
    line-height: 1.6 !important;
}

#menu nav ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 8px !important;
    column-gap: 14px !important;
}
#menu nav ul li {
    width: 100% !important;
    height: 88px !important;
    padding: 16px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    font-size: 14px !important;
}
#menu nav ul li:before {
    width: 4px !important;
}
#menu nav ul li .menu-item {
    gap: 8px !important;
}
#menu nav ul li .menu-item .img {
    width: 48px !important;
    height: 48px !important;
    flex-shrink: 0;
}
#menu nav ul li .menu-item .text {
    width: 100% !important;
}
#menu nav ul li .menu-item .text p {
    margin-bottom: 4px !important;
    font-size: 14px !important;
    line-height: 1.1 !important;
}

.p-tel_resevation.l-container {
    padding: 40px 0 !important;
    background: url(../images/default_back.jpg) center center repeat-y !important;
    background-size: cover !important;
}
.p-tel_resevation_list {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    row-gap: 5px !important;
    column-gap: 5px !important;
    padding: 0 8px !important;
}
.p-tel_resevation .p-tel_resevation_list_item_tel {
    display: flex !important;
    background-repeat: no-repeat !important;
    padding: 5px 0 3px !important;
    border-radius: 30px !important;
    border: none !important;
    text-align: right !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-indent: 30px !important;
    color: #fff !important;
    font-feature-settings: "palt" !important;
    letter-spacing: 0.25px !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}
.p-tel_resevation .p-tel_resevation_list_item_time {
    font-size: 10px !important;
    color: #fcefa1 !important;
    padding: 2px 6px 1px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    margin: 6px 0 0 !important;
}

.l-ad_reservation {
    margin-bottom: 0px !important;
    padding-bottom: 40px !important;
    background: url(../images/default_back.jpg) center center repeat-y !important;
    background-size: cover !important;
}

.p-reservation_form_input_table {
    margin-top: 0 !important;
    border: none !important;
    padding: 16px !important;
}

.p-reservation_form_input_table_block_a_consult .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}
.p-reservation_form_input_table_block_a {
    margin-top: 0;
    width: 100%;
}
.p-reservation_form_input_table_block_a input {
    border-radius: 5px;
}
.p-reservation_form_input_table_block_any {
    position: absolute;
    left: auto;
    right: 0;
    top: -32px;
    height: auto;
    width: auto;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 13px;
    line-height: 1;
    transform: none;
}
.p-reservation_form_input_table_block_any + p {
    display: flex;
    flex-direction: column;
}
.p-reservation_form_input_table_block_any + p span {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 7px;
    width: 100%;
}
.p-reservation_form_input_table_block_date:last-child
    .p-reservation_form_input_table_block_any {
    top: 0 !important;
}
.p-reservation_form_input_table_block_date {
    position: relative;
}
.p-reservation_form_input_table_block_date
    .p-reservation_form_input_table_block_ind {
    top: 12px !important;
}
.p-reservation_form_input_table_block_ind {
    position: absolute;
    left: auto;
    right: 0;
    top: -20px;
    display: inline-block;
    height: auto;
    width: auto;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 13px;
    line-height: 1;
}
.p-reservation_form_input_table_block_ind + p {
    display: flex;
    flex-direction: column;
}
.p-reservation_form_input_table_block_ind + p span {
    margin-left: 0;
    margin-right: 0;
    margin-top: 7px;
    width: 100%;
}
.p-reservation_form_input_table_block_ope .wpcf7-form-control {
    display: grid;
    gap: 7px;
}
.p-reservation_form_input_table_block_q {
    width: 100%;
    font-size: 18px;
    line-height: 24px;
}
.p-reservation_form_input_table_block_rsv-select {
    display: flex !important;
}
.p-reservation_form_input_table_block_sup {
    display: inline-block;
    font-size: calc(0.875 * 13.7142857143px);
    line-height: 16px;
    color: rgb(75 85 99);
}
.p-reservation_form_input_table_block_date .reserve1,
.p-reservation_form_input_table_block_date .reserve2,
.p-reservation_form_input_table_block_date .reserve3 {
    width: 100% !important;
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.p-reservation_form_input_table_block_date .reserve1 input,
.p-reservation_form_input_table_block_date .reserve2 input,
.p-reservation_form_input_table_block_date .reserve3 input {
    border-radius: 5px;
}
.p-reservation_form_input_table_block_date .reserve_time1,
.p-reservation_form_input_table_block_date .reserve_time2,
.p-reservation_form_input_table_block_date .reserve_time3 {
    width: 100% !important;
    margin-top: 10px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.p-reservation_form_input_table_block {
    position: relative;
    flex-direction: column;
    gap: 5px;
}
.reservation__list__item__name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    line-height: 1.25;
}
.reservation__list__item__name span {
    border-radius: 9999px;
    background-color: rgba(155, 117, 38, 0.1);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
    color: rgb(155 117 38);
}
.reservation__list__item__tel {
    border-radius: 9999px;
    background-color: rgb(51 51 51);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-weight: 700;
    color: rgb(255 255 255);
}
.reservation__list__item > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5px * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5px * var(--tw-space-y-reverse));
}
.reservation__list__item {
    border-radius: 7px;
    border-width: 1px;
    border-color: rgba(156, 163, 175, 0.5);
    background-color: rgb(255 255 255);
    padding: 7px;
    text-align: center;
    --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -2px rgba(0, 0, 0, 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),
        0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
        var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow-color: hsla(220, 9%, 46%, 0.2);
    --tw-shadow: var(--tw-shadow-colored);
}
.skin {
    padding-left: 10px;
    padding-right: 10px;
}
.wpcf7-list-item {
    margin: 0;
    display: block;
    height: auto !important;
    width: 100% !important;
}
.wpcf7-list-item label {
    height: 100%;
    border-radius: 5px;
    background-color: rgb(255 255 255);
    padding: 7px;
}
.wpcf7-radio {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}
.wpcf7-radio .wpcf7-list-item-label {
    font-size: 18px;
    line-height: 24px;
}
.wpcf7-radio .wpcf7-list-item {
    width: 100%;
}
.wpcf7-radio .wpcf7-list-item label {
    width: 100% !important;
    height: 100%;
    gap: 7px;
    border-radius: 5px;
    background-color: hsla(39, 36%, 62%, 0.1);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.your-age {
    display: inline-block;
    width: 41.666667%;
}
.your-gender {
    margin-left: 0 !important;
    margin-right: 0;
    display: inline-block;
    width: 58.333333%;
    padding-left: 14px;
}
input.wpcf7-number {
    width: 100% !important;
}
input {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}
select {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}
textarea {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}


.price {
  padding: 0;
  background-color: #fff !important;
}
.price#price {
  background: transparent;
}
.price__in {
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0 60px;
}
.price__ttl {
  font-size: 38.5px;
  line-height: 64px;
  background: url("../images/price_head.jpg") center center no-repeat;
  background-size: contain;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: bold;
  height: 120px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 40px;
}
.price__ttl ~ .l-price_menu_block_item .p-price_menu_ttl {
  margin-top: 30px;
}
.price .c-table th {
  width: 30%;
  background: #fdefef;
  padding: 10px 10px;
}
.price .c-table th .c-red {
  display: block;
}
.price .c-table td {
  padding: 15px 20px;
}

.p-price_menu_ttl {
  margin-bottom: 6px;
  font-size: 20px;
  line-height: 1.5;
}
.p-price_menu_sub_ttl {
  margin: 24px 0 6px;
  font-size: 15px;
  line-height: 1.5;
}
.p-price_menu_table tbody th {
  width: 30%;
}
.p-price_menu_table_caution {
  padding: 0 0 20px;
}
.p-price_menu_text {
  font-size: 12px;
  line-height: 20px;
}
.p-price_menu_text p {
  margin-bottom: 20px;
  text-indent: -12.5px;
  margin-left: 12.5px;
  line-height: 1.5;
}
.p-price_label_caption {
  position: absolute;
  left: 20px;
}
.p-price_label_first {
  margin-right: 16px;
  display: block;
}

.l-price_menu_block_item:nth-of-type(1) .p-price_menu_table_caution {
  display: none;
}

.price__guideline .l-price_menu_block_item .l-price_menu_table:nth-of-type(1) tr:nth-of-type(2) {
  display: none;
}
.price__guideline .l-price_menu_block_item .l-price_menu_table:nth-of-type(2) tr:nth-of-type(1) td {
  display: none;
}
.price__guideline .l-price_menu_block_item .l-price_menu_table:nth-of-type(2) tr:nth-of-type(3) td {
  display: none;
}
.price__guideline .l-price_menu_block_item:nth-of-type(1) .p-price_menu_table_caution_guideline {
  display: none;
}

.price {
  padding: 0 0 17.2px;
}
.price#price {
  background: transparent;
}
.price__in {
  padding: 40px 17.2px 0;
}
.price__in .c-table th {
  width: 40%;
  background: #fdefef;
}
.price__in .c-table th small {
  font-size: 10.75px;
}
.price__in .c-table th .c-red {
  display: block;
  font-size: 11.5px;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.5;
  margin: 10px 0 0;
}
.price__in .c-table td {
  padding: 15px;
  text-align: end;
  width: auto;
}
.price__in .c-table td:last-child {
  padding: 10px;
  width: auto;
  white-space: nowrap;
}
.price__in .c-table .p-price_label {
  display: flex;
  justify-content: space-between;
  font-feature-settings: "palt";
}
.price__in .c-table .p-price_label .p-price_label_caption {
  display: inline;
  background: transparent;
  margin: 0 auto 0 0;
  width: auto;
  white-space: initial;
  text-align: left;
}
.price__in .c-table .p-price_label .p-price_label_caption small {
  font-size: 10px;
  display: block;
}
.price__in .c-table .p-price_label .p-price_label_first {
  margin: 0 6px;
}
.price__in .c-table .p-price_label_caption {
  position: relative;
  margin: 0 0 5px;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  font-size: 15.05px;
}
.price__in .c-table .p-price_label_caption:empty {
  display: none;
}
.price__in .c-table .p-price_label_first {
  position: relative;
  margin-right: 6px;
  left: 0;
}
.price__ttl {
  width: 60%;
  margin: 0 auto 20px;
  padding: 0;
  height: auto;
}
.price__ttl__main {
  font-size: 32.25px;
  font-weight: bold;
  transform: translateY(10px);
}
.price__list {
  margin-top: 45.58px;
}
.price__list__item {
  padding: 20.64px 13.76px;
}
.price__list__item__ttl {
  line-height: 1.8;
  font-size: 13px;
}
.price__list__item__content__option {
  padding: 0.8em 0.5em 0 0;
  font-size: 12px;
}
.price__list__item__content__price {
  padding-right: 0.2em;
  font-size: 30px;
}
.price__list__item__content__unit {
  font-size: 22px;
}
