html {
    margin-top: 0px !important;
}

.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

.owl-nav.disabled {
    display: none;
}

img {
    object-fit: cover;
	display:block;
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body,  ul, ol, li,  h1, h2, h3, h4, h5, h6, p, div {
	margin: 0;
    padding: 0;
    font-weight:400;
    list-style:none;
}

::-webkit-scrollbar{
	width: 10px;
}

::-webkit-scrollbar-track{
	border-radius: 10rem;
    background: #e7cccc;
	border-left: solid 0px #e7cccc;
}

::-webkit-scrollbar-thumb{
	background: #fff;
	border-radius: 10rem;
	box-shadow: inset 0 0 0 1px #fff;
}

input, textarea, select {
    font-family: inherit;
    font-size: 100%;
    font-size: 1.2rem;
    font-family: "Noto Serif JP", serif;
}


/* font
font-family: "Noto Serif JP", serif;
*/


h1#logo_h1 a {
    color: #fff;
    text-decoration: none;
}

.header_info a {
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 970px){


:root {
  font-size: 1vw;
}


body {
    color: #212121;
    background: #fbdada url("../img/background.jpg") no-repeat top center fixed;
    background-size: cover;
    color: #212121;
	font-family: "Noto Serif JP", serif;
    font-size: 1.1rem;
    line-height: 1.6;
    width: 100%;
}


div#header_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgb(0 0 0 / 70%);
    padding: 1.4rem 8rem;
    color: #fff;
}h1#logo_h1 {
    font-size: 2.4rem;
    line-height: 1.2;
}h1#logo_h1 small {
    display: block;
    font-size: 1rem;
}.header_info {
    font-size: 2.2rem;
    line-height: 1.2;
}.header_info small {
    display: block;
    font-size: 1.1rem;
}nav#heaer_nav {
    background: linear-gradient(to bottom, #730100 0%, #220603 100%);
    color: #fff;
    padding: 0 8rem;
}ul.header_nav_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.header_nav_ul li {
	transition: background-color 0.4s ease;
    width: 14rem;
}ul.header_nav_ul li:hover {
    
}ul.header_nav_ul li a {
        color: #fff;
        text-decoration: none;
        padding: 1rem 2rem;
        text-align: center;
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        line-height: 1.4;
        display: block;
}ul.header_nav_ul li a small {
    display: block;
    font-size: 1rem;
}ul.header_nav_ul li:hover {
    background: rgb(0 0 0 / 40%);
}



main {
    margin: 4rem 4rem;
    padding: 2rem;
    background: rgb(0 0 0 / 60%);
}section#content_top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}div#left {
    width: 63rem;
}div#right {
    width: 22rem;
}


div#top_content_ban {
    width: 100%;
    height: 30rem;
    overflow: hidden;
}h2.right_h2 {
        background: linear-gradient(to bottom, #8d8d50 0%, #d6bf89 100%);
        color: #ffffff;
        padding: 0.5rem 1rem;
        position: relative;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.1rem;
}h2.right_h2 small {
    display: block;
    font-size: 0.9rem;
}a.more_bt {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 0.4rem 1rem;
    background: #530301;
    color: #fff;
    text-align: center;
}.right_new_face_img {
		margin: 1rem 0 0;
        width: 100%;
        height: 30rem;
        overflow: hidden;
        position: relative;
}.right_new_face_img img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}span.new_mark {
    position: absolute;
    z-index: 1;
    width: 3rem;
    height: 3rem;
    top: 1rem;
    left: 1rem;
}span.new_mark img {
        width: 3rem;
        height: 3rem !important;
        object-fit: cover;
}span.new_mark.--therapist_detail_img_mark {
    width: 5rem;
    height: 5rem !important;
}.new_mark.--therapist_detail_img_mark img {
    width: 5rem;
    height: 5rem !important;
    object-fit: cover;
}p.therapist_name {
    text-align: center;
    background: #000;
    padding: 0.5rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
}span.therapist_span {
    display: block;
    font-size: 0.9rem;
}




.top_concept {
    padding: 2rem 0;
    color: #fff;
    text-align: center;
    background: #000;
}h2.concept_h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.content {
    margin: 4rem 0;
}h2.content_h2 {
        background: linear-gradient(to bottom, #8d8d50 0%, #d6bf89 100%);
        color: #ffffff;
        padding: 0.5rem 1rem;
        position: relative;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.1rem;
}h2.content_h2 small {
    display: block;
    font-size: 0.9rem;
}ul.top_schedule {
        margin: 1rem 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
}ul.top_schedule li {
        width: 15rem;
        margin-bottom: 1rem;
        position: relative;
}.top_schedule_img img {
    width: 100%;
    height: 20rem;
    overflow: hidden;
}ul.top_schedule li:nth-child(4n+2),
ul.top_schedule li:nth-child(4n+3),
ul.top_schedule li:nth-child(4n+4) {
    margin: 0 0rem 1rem 1rem;
}time.schedule_time {
		display: block;
        font-size: 1.2rem;
        margin-top: 0.2rem;
}



.terms_of_use {
    margin: 4rem 4rem;
    padding: 2rem;
    background: rgb(0 0 0 / 60%);
    color: #fff;
}h2.terms_of_use_h2 {
    text-align: center;
    font-size: 2rem;
}p.terms_of_use_p {
    margin: 2rem 0;
    text-align: center;
    font-size: 1.4rem;
}ul.terms_of_use_ul {
    border: solid 1px rgb(255 255 255 / 21%);
    padding: 4rem;
    margin: 1rem 8rem;
    font-size: 1.2rem;
}ul.terms_of_use_ul li {
    padding: 0.5rem 0 .5rem 2rem;
    position: relative;
    border-bottom: solid 1px rgb(255 255 255 / 21%);
}ul.terms_of_use_ul li:last-child {
    padding: 0.5rem 0 .5rem 2rem;
    position: relative;
    border-bottom: solid 0px rgb(255 255 255 / 21%);
}ul.terms_of_use_ul li:before {
    content: "\0030fb";
    position: absolute;
    left: 0;
}p.terms_of_use_p.--kome:before {
    content: "\00203b";
}
ul#footer_link {
    text-align: center;
    color: #fff;
    margin: 0 0 4rem;
}footer {
		background: #000;
        padding: 4rem 6rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
}ul.footer_nav_ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.footer_nav_ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1.2rem;
    margin-left: 1.4rem;
    display: block;
    text-align: center;
    letter-spacing: 0.1rem;
}ul.footer_nav_ul li a small {
    display: block;
    font-size: 0.9rem;
}
h2.content_h2.--under_title {
    text-align: center;
}p.menu_p {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0;
}span.menu_sub_title {
    display: block;
    font-size: 1.4rem;
}span.menu_sub_title s {
    display: block;
    font-size: 1.4rem;
    color: #ff0000;
}p.menu_p small {
    font-size: 1.1rem;
    margin: 0 0.5rem;
}


ul.therapist {
    margin: 2rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}ul.therapist li {
    width: 16.6rem;
    margin-bottom: 1rem;
    position: relative;
}ul.therapist li:nth-child(5n+2), ul.therapist li:nth-child(5n+3), ul.therapist li:nth-child(5n+4), ul.therapist li:nth-child(5n+5) {
        margin: 0 0rem 1rem 1rem;
}.top_schedule_img.--therapist_page img {
    height: 22rem;
}

ul.select_tub {
    margin: 2rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}ul.select_tub li {
    color: #ffffff;
    text-align: center;
    width: 100%;
    background: rgb(0 0 0 / 40%);
    padding: 1rem;
    margin: 0 0.1rem;
    cursor: pointer;
    font-size: 1.4rem;
}li.select {
    background: linear-gradient(to bottom, #730100 0%, #220603 100%) !important;
}

.content_wrap.disnon {
    display: none;
}

.therapist_detail {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 2rem 0;
}.therapist_detail_img {
    width: 34rem;
}.therapist_detail_text {
        width: 50rem;
        color: #fff;
        background: rgb(0 0 0 / 65%);
        padding: 2rem;
        font-size: 1.2rem;
}ul.therapist_detail_ul li {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        border-bottom: 1px solid rgb(255 255 255 / 17%);
        padding: 1rem 0;
}ul.therapist_detail_ul li:last-child {
        border-bottom: 0px solid rgb(255 255 255 / 17%);
}span.therapist_detail_ul_title {
    width: 15rem;
}p.therapist_detail_p {
    width: 31rem;
    line-height: 1.8;
}.therapist_detail_img_space {
        height: 50rem;
        overflow: hidden;
        background: #000;
        position: relative;
}.therapist_detail_img_space img {
    height: 50rem;
    object-fit: cover;
}.therapist_thum {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}img.thumb {
    width: 8rem;
    margin-top: 0.6rem;
}img.thumb {
    width: 8rem;
    height: 12rem;
    margin-top: 0.6rem;
    overflow: hidden;
    cursor: pointer;
}
ul.therapist_detail_schedule {
    margin: 2rem 0 0;
}ul.therapist_detail_schedule li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid rgb(255 255 255 / 17%);
        padding: 0.5rem 0;
}ul.therapist_detail_schedule li:last-child {
        border-bottom: 0px solid rgb(255 255 255 / 17%);
}span.therapist_detail_ul_title.--schedule {
        background: linear-gradient(to bottom, #730100 0%, #220603 100%);
        text-align: center;
        width: 10rem;
        margin-right: 5rem;
        padding: 0.5rem 0;
        letter-spacing: 0.1rem;
}time.therapist_detail_time {
    font-size: 1.4rem;
}p.todays {
    margin-left: 4rem;
    color: #ffcd7f;
}p.access_p {
    margin: 4rem 0;
    text-align: center;
    color: #fff;
    font-size: 1.4rem;
}
.access_map iframe {
width: 100%;
        display: block;
}.access_map {
    border: solid 1rem #000;
}p.recruit_top_p {
    text-align: center;
    color: #fff;
    margin: 4rem 0;
    font-size: 2.4rem;
}p.recruit_text {
        text-align: center;
        color: #fff;
        line-height: 1.8;
        font-size: 1.4rem;
        margin: 2rem 0;
}.salary_benefits {
    color: #fff;
    margin: 4rem 0;
}
table.recruit_table {
        border: solid 1px rgb(255 255 255 / 21%);
        margin: 4rem 8rem;
        font-size: 1.2rem;
        color: #fff;
        border-collapse: collapse;
        width: 71rem;
}table.recruit_table th {
    background: rgb(0 0 0 / 70%);
    border: solid 1px rgb(255 255 255 / 21%);
    width: 20rem;
    padding: 2rem 0;
    letter-spacing: 0.1rem;
}table.recruit_table td {
    background: rgb(0 0 0 / 70%);
    border: solid 1px rgb(255 255 255 / 21%);
    padding: 2rem;
}table.recruit_table a {
    color: #fff;
}


}



@media screen and (max-width: 969px){


:root {
  font-size: 3.24vw;
}


body {
    color: #212121;
    background: #fbdada url("../img/background.jpg") no-repeat center center fixed;
    background-size: cover;
    color: #212121;
	font-family: "Noto Serif JP", serif;
    font-size: 1.1rem;
    line-height: 1.6;
    width: 100%;
}


div#header_div {
		display: flex;
        justify-content: space-between;
        align-items: center;
        background: rgb(0 0 0 / 70%);
        padding: 1rem 1rem;
        color: #fff;
}h1#logo_h1 {
    font-size: 2rem;
    line-height: 1.2;
}h1#logo_h1 small {
    display: block;
    font-size: 0.8rem;
}.header_info {
		font-size: 1.4rem;
        line-height: 1.2;
}.header_info small {
    display: block;
    font-size: 1.1rem;
}nav#heaer_nav {
        background: linear-gradient(to bottom, #730100 0%, #220603 100%);
        color: #fff;
        padding: 0 0rem;
}ul.header_nav_ul {
		display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
}ul.header_nav_ul li {
		transition: background-color 0.4s ease;
        width: 10rem;
}ul.header_nav_ul li:hover {
    
}ul.header_nav_ul li a {
        color: #fff;
        text-decoration: none;
        padding: 0.8rem 1rem;
        text-align: center;
        font-size: 1.2rem;
        letter-spacing: 0.1rem;
        line-height: 1.4;
        display: block;
}ul.header_nav_ul li a small {
    display: block;
    font-size: 0.7rem;
}ul.header_nav_ul li:hover {
    background: rgb(0 0 0 / 40%);
}.header_info a {
    color: #fff;
}



main {
        margin: 0.5rem 0.5rem 4rem;
        padding: 0.5rem;
        background: rgb(0 0 0 / 60%);
}section#content_top {
}div#left {
}div#right {
}


div#top_content_ban {
        width: 100%;
        height: 14rem;
        overflow: hidden;
}h2.right_h2 {
        background: linear-gradient(to bottom, #8d8d50 0%, #d6bf89 100%);
        color: #ffffff;
        padding: 0.5rem 1rem;
        position: relative;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.1rem;
}h2.right_h2 small {
    display: block;
    font-size: 0.9rem;
}a.more_bt {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 0.9rem;
    text-decoration: none;
    padding: 0.4rem 1rem;
    background: #530301;
    color: #fff;
    text-align: center;
}.right_new_face_img {
		margin: 1rem 0 0;
        width: 100%;
height: 20rem;
        overflow: hidden;
        position: relative;
}.right_new_face_img img {
    width: 100%;
height: 20rem;
    object-fit: cover;
}span.new_mark {
    position: absolute;
    z-index: 1;
    width: 3rem;
    height: 3rem;
    top: 1rem;
    left: 1rem;
}span.new_mark img {
        width: 3rem;
        height: 3rem !important;
        object-fit: cover;
}span.new_mark.--therapist_detail_img_mark {
    width: 3rem;
    height: 3rem !important;
}.new_mark.--therapist_detail_img_mark img {
    width: 3rem;
    height: 3rem !important;
    object-fit: cover;
}p.therapist_name {
    text-align: center;
    background: #000;
    padding: 0.5rem;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.4;
}span.therapist_span {
    display: block;
    font-size: 0.9rem;
}




.top_concept {
padding: 2rem 1rem;
        color: #fff;
        background: #000;
}h2.concept_h2 {
        font-size: 1.6rem;
        margin-bottom: 1.4rem;
}p.top_concept_p {
	margin-top:1rem;
}br.sp_none {
    display: none;
}

.content {
    margin: 1rem 0;
}h2.content_h2 {
        background: linear-gradient(to bottom, #8d8d50 0%, #d6bf89 100%);
        color: #ffffff;
        padding: 0.5rem 1rem;
        position: relative;
        font-size: 1.2rem;
        font-weight: bold;
        line-height: 1.4;
        letter-spacing: 0.1rem;
        text-align: center;
}h2.content_h2 small {
    display: block;
    font-size: 0.8rem;
}ul.top_schedule {
        margin: 1rem 0;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
}ul.top_schedule li {
        width: 13.5rem;
        margin-bottom: 1rem;
        position: relative;
}.top_schedule_img img {
    width: 100%;
    height: 20rem;
    overflow: hidden;
}ul.top_schedule li:nth-child(2n) {
    margin: 0 0rem 1rem 1rem;
}time.schedule_time {
		display: block;
        font-size: 1.2rem;
        margin-top: 0.2rem;
}



.terms_of_use {
        margin: 1rem 0.5rem 0;
        padding: 0.5rem;
        background: rgb(0 0 0 / 60%);
        color: #fff;
}p.terms_of_use_p {
    text-align: center;
    font-size: 1rem;
}h2.terms_of_use_h2 {
    text-align: center;
    font-size: 1.6rem;
    padding: 1rem 0;
}p.terms_of_use_p {
        margin: 1rem 0;
        font-size: 1rem;
}p.terms_of_use_p.--kome {
    text-align: left;
}p.terms_of_use_p.--bottom_p {
    text-align: left;
}ul.terms_of_use_ul {
    border: solid 1px rgb(255 255 255 / 21%);
    padding: 1rem;
    margin: 1rem 0rem;
    font-size: rem;
}ul.terms_of_use_ul li {
    padding: 0.5rem 0 .5rem 2rem;
    position: relative;
    border-bottom: solid 1px rgb(255 255 255 / 21%);
}ul.terms_of_use_ul li:last-child {
    padding: 0.5rem 0 .5rem 2rem;
    position: relative;
    border-bottom: solid 0px rgb(255 255 255 / 21%);
}ul.terms_of_use_ul li:before {
    content: "\0030fb";
    position: absolute;
    left: 0;
}p.terms_of_use_p.--kome:before {
    content: "\00203b";
}
ul#footer_link {
        text-align: center;
        color: #fff;
        margin: 4rem 0 4rem;
}footer {
		background: #000;
        padding: 2rem 1rem;
}.footer_left .header_info {
    margin-top: 1rem;
}.footer_left {
    text-align: center;
    color: #fff;
}ul.footer_nav_ul {
		margin-top: 2rem;
		display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
}ul.footer_nav_ul li {
        width: 9.4rem;
}ul.footer_nav_ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    text-align: center;
    padding: 0.5rem 0;
    letter-spacing: 0.1rem;
}ul.footer_nav_ul li a small {
    display: block;
    font-size: 0.8rem;
}
h2.content_h2.--under_title {
    text-align: center;
}p.menu_p {
    color: #fff;
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0;
}span.menu_sub_title {
    display: block;
    font-size: 1.4rem;
}span.menu_sub_title s {
    display: block;
    font-size: 1.4rem;
    color: #ff0000;
}p.menu_p small {
    font-size: 1.1rem;
    margin: 0 0.5rem;
}

.top_schedule_img {
    height: 20rem;
    overflow: hidden;
}
ul.therapist {
    margin: 2rem 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}ul.therapist li {
    width: 13.5rem;
    margin-bottom: 1rem;
    position: relative;
}ul.therapist li:nth-child(2n) {
        margin: 0 0rem 1rem 1rem;
}.top_schedule_img.--therapist_page img {
    height: 20rem;
}

ul.select_tub {
		margin: 2rem 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
}ul.select_tub li {
        color: #ffffff;
        text-align: center;
        width: 6.8rem;
        background: rgb(0 0 0 / 40%);
        padding: 0.5rem;
        margin: 0 0.1rem;
        cursor: pointer;
        font-size: 1rem;
}li.select {
    background: linear-gradient(to bottom, #730100 0%, #220603 100%) !important;
}

.content_wrap.disnon {
    display: none;
}

.therapist_detail {
    margin: 1rem 0;
}.therapist_detail_img {
        width: 24rem;
        margin: 0 auto;
}.therapist_detail_text {
        color: #fff;
        background: rgb(0 0 0 / 65%);
        padding: 0.5rem;
        font-size: 1rem;
        margin-top: 1rem;
}ul.therapist_detail_ul li {
        border-bottom: 1px solid rgb(255 255 255 / 17%);
        padding: 1rem;
}ul.therapist_detail_ul li:last-child {
        border-bottom: 0px solid rgb(255 255 255 / 17%);
}span.therapist_detail_ul_title {
		display: block;
        font-size: 1.2rem;
}p.therapist_detail_p {
        line-height: 1.8;
        font-size: 1.1rem;
}.therapist_detail_img_space {
		height: 30rem;
        overflow: hidden;
        background: #000;
        position: relative;
}.therapist_detail_img_space img {
	height: 30rem;
    object-fit: cover;
}.therapist_thum {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}img.thumb {
        width: 5.5rem;
        height: 8rem;
    margin-top: 0.6rem;
}img.thumb {
        width: 5.5rem;
        height: 8rem;
    margin-top: 0.6rem;
    overflow: hidden;
    cursor: pointer;
}
ul.therapist_detail_schedule {
    margin: 2rem 0 0;
}ul.therapist_detail_schedule li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid rgb(255 255 255 / 17%);
        padding: 0.5rem 0;
}ul.therapist_detail_schedule li:last-child {
        border-bottom: 0px solid rgb(255 255 255 / 17%);
}span.therapist_detail_ul_title.--schedule {
        background: linear-gradient(to bottom, #730100 0%, #220603 100%);
        text-align: center;
        width: 8rem;
        margin-right: 1rem;
        padding: 0.5rem 0;
        letter-spacing: 0.1rem;
        font-size: 1rem;
}time.therapist_detail_time {
    font-size: 1.2rem;
}p.todays {
    margin-left: 2rem;
    color: #ffcd7f;
}p.access_p {
		margin: 2rem 0;
        text-align: center;
        color: #fff;
        font-size: 1.2rem;
}
.access_map iframe {
width: 100%;
        display: block;
}.access_map {
    border: solid 0.5rem #000;
}p.recruit_top_p {
		text-align: center;
        color: #fff;
        margin: 2rem 0;
        font-size: 1.4rem;
}p.recruit_text {
        text-align: left;
        color: #fff;
        line-height: 1.8;
        font-size: 1rem;
        margin: 2rem 0;
}p.recruit_text.--center {
    text-align: center;
    font-size: 1.2rem;
    margin-top: -2rem;
}.salary_benefits {
    color: #fff;
    margin: 4rem 0;
}
table.recruit_table {
border: solid 1px rgb(255 255 255 / 21%);
        margin: 1rem 0rem;
        font-size: 1.2rem;
        color: #fff;
        border-collapse: collapse;
        width: 28.3rem;
}table.recruit_table th {
background: rgb(0 0 0 / 70%);
        border: solid 1px rgb(255 255 255 / 21%);
        display: block;
        padding: 1rem 0;
        letter-spacing: 0.1rem;
}table.recruit_table td {
        display: block;
        background: rgb(0 0 0 / 70%);
        border: solid 1px rgb(255 255 255 / 21%);
        padding: 1rem;
        font-size: 1rem;
}table.recruit_table a {
    color: #fff;
}


}