@charset "utf-8";
* {
	box-sizing: border-box
}
html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	font-family: 游ゴシック, YuGothic, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Verdana, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
	font-size: 1.4rem;
	
	line-height: 1.6;
	min-width: 900px
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #000;
	-webkit-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s
}
a:active,
a:focus,
a:hover {
	outline: 0
}
a img {
	transition: .5s opacity
}
a img:hover {
	opacity: .5
}
table {
	width: 100%
}
th {
	padding: 10px
}
td {
	padding: 20px 10px
}
tr + tr {
	border-top: 1px solid #7d644b
}
img.ofit {
	object-fit: cover
}
form {
	text-align: center
}
form input[type="email"],
form input[type="tel"],
form input[type="text"],
form input[type="url"],
form textarea {
	border: 1px #ccc solid;
	box-sizing: border-box;
	outline: 0;
	max-width: 100%;
	width: 96%;
	padding: 5px
}
form textarea {
	width: 96%
}
form select {
	padding: 5px
}
form button,
form input[type="reset"],
form input[type="submit"] {
	border: 0;
	padding: 15px 0;
	min-width: 200px
}
form button:hover,
form input[type="image"]:hover,
form input[type="reset"]:hover,
form input[type="submit"]:hover {
	cursor: pointer
}

.m10  { margin: 10px; } .mt10 { margin-top: 10px; } .mr10 { margin-right: 10px; } .mb10 { margin-bottom: 10px; } .ml10 { margin-left: 10px; }
.m15  { margin: 15px; } .mt15 { margin-top: 15px; } .mr15 { margin-right: 15px; } .mb15 { margin-bottom: 15px; } .ml15 { margin-left: 15px; }
.m20  { margin: 20px; } .mt20 { margin-top: 20px; } .mr20 { margin-right: 20px; } .mb20 { margin-bottom: 20px; } .ml20 { margin-left: 20px; }
.m25  { margin: 25px; } .mt25 { margin-top: 25px; } .mr25 { margin-right: 25px; } .mb25 { margin-bottom: 25px; } .ml25 { margin-left: 25px; }
.m30  { margin: 30px; } .mt30 { margin-top: 30px; } .mr30 { margin-right: 30px; } .mb30 { margin-bottom: 30px; } .ml30 { margin-left: 30px; }
.m35  { margin: 35px; } .mt35 { margin-top: 35px; } .mr35 { margin-right: 35px; } .mb35 { margin-bottom: 35px; } .ml35 { margin-left: 35px; }
.m40  { margin: 40px; } .mt40 { margin-top: 40px; } .mr40 { margin-right: 40px; } .mb40 { margin-bottom: 40px; } .ml40 { margin-left: 40px; }
.m45  { margin: 45px; } .mt45 { margin-top: 45px; } .mr45 { margin-right: 45px; } .mb45 { margin-bottom: 45px; } .ml45 { margin-left: 45px; }
.m50  { margin: 50px; } .mt50 { margin-top: 50px; } .mr50 { margin-right: 50px; } .mb50 { margin-bottom: 50px; } .ml50 { margin-left: 50px; }

.p10  { padding: 10px; } .pt10 { padding-top: 10px; } .pr10 { padding-right: 10px; } .pb10 { padding-bottom: 10px; } .pl10 { padding-left: 10px; }
.p15  { padding: 15px; } .pt15 { padding-top: 15px; } .pr15 { padding-right: 15px; } .pb15 { padding-bottom: 15px; } .pl15 { padding-left: 15px; }
.p20  { padding: 20px; } .pt20 { padding-top: 20px; } .pr20 { padding-right: 20px; } .pb20 { padding-bottom: 20px; } .pl20 { padding-left: 20px; }
.p25  { padding: 25px; } .pt25 { padding-top: 25px; } .pr25 { padding-right: 25px; } .pb25 { padding-bottom: 25px; } .pl25 { padding-left: 25px; }
.p30  { padding: 30px; } .pt30 { padding-top: 30px; } .pr30 { padding-right: 30px; } .pb30 { padding-bottom: 30px; } .pl30 { padding-left: 30px; }
.p35  { padding: 35px; } .pt35 { padding-top: 35px; } .pr35 { padding-right: 35px; } .pb35 { padding-bottom: 35px; } .pl35 { padding-left: 35px; }
.p40  { padding: 40px; } .pt40 { padding-top: 40px; } .pr40 { padding-right: 40px; } .pb40 { padding-bottom: 40px; } .pl40 { padding-left: 40px; }
.p45  { padding: 45px; } .pt45 { padding-top: 45px; } .pr45 { padding-right: 45px; } .pb45 { padding-bottom: 45px; } .pl45 { padding-left: 45px; }
.p50  { padding: 50px; } .pt50 { padding-top: 50px; } .pr50 { padding-right: 50px; } .pb50 { padding-bottom: 50px; } .pl50 { padding-left: 50px; }

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	display: -webkit-flexbox;
	flex-wrap: wrap;
	    
}
.mincho {
	font-family: Noto Serif JP, serif
}
.serif {
	font-family: Crimson Text, serif
}
body,
html {
	height: 100%
}
body {
	/*background: url(../img/bg.jpg)bottom center no-repeat fixed;*/
	
	background-color: #d9d9d9;
}

#site_in {
	min-height: 100%;
	position: relative
}
#header_movie_wrap {
	position: relative;
	height: 810px;
	overflow: hidden;
}
#header_movie_wrap:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/*background-image: radial-gradient(rgb(255 255 255 / 10%) 50%, transparent 50%);*/
	background-color: rgb(255 255 255 / 35%);
	background-position: 0 0;
	background-size: 3px 3px;
	mix-blend-mode: screen;
}
#header_movie {
	width: 100%;
}
#site_header {
	position: relative;
	width: 100%;
	background: #fff
}
#site_header_in {
	margin: auto;
	position: absolute;
	width: 1000px;
	height: 810px;
	top: 0;
	left: 0;
	right: 0;
	filter: drop-shadow(0 0 5px #FFF);
}
.site_title {
	display: block;
	position: relative;
	top: 480px;
	margin: 0 auto;
	width: 400px;
}
.site_description {
	text-align: center;
	position: absolute;
	bottom: 10px;
	justify-content: center;
	width: 100%;
}
.shopinfo_wrapper {
	font-weight: bold;
	margin-bottom: 10px
}
.shopinfo_tel {
	font-size: 6rem;
	line-height: .85;
	letter-spacing: .5px;
}
.shopinfo_tel i {
	font-size: 5rem;
	margin-right: .25em;
}
.shopinfo_text {
	font-size: 2rem;
}
.shopinfo_text a {
	color: #000;
}
.shopinfo_time {
	font-size: 2rem;
}
.shopinfo_time dl {
	align-items: center;
	margin-top: 10px;
}
.shopinfo_time dl dt {
	width: 2.5em;
	height: 2.5em;
	font-size: 1.8rem;
	color: #FFF;
	line-height: 1;
	padding: 0.25em;
	background: #000;
	margin-right: 0.25em;
}
.shopinfo_time dl dd {
	text-align: left;
	line-height: 1.25;
	font-size: 40px;
}
.shopinfo_time dl + dl {
	margin-left: 50px;
}
.site_description .shopinfo_wrapper .shopinfo_title {
	margin-bottom: -10px
}

.globalnavi {
	overflow: hidden;
	width: 100%;
	background: #000
}
.globalnavi ul {
	margin: auto;
	width: 825pt;
	justify-content: space-around
}
.globalnavi li {
	height: 70px;
	text-align: center;
	width: 14.2%
}
.globalnavi li + li a > span.flex {
	border-left: 1px solid #fff
}
.globalnavi li a {
	display: block;
	position: relative;
	height: 70px;
	padding: 10px 0;
	color: #fff;
	font-size: 1.4rem;
	transition: .5s
}
.globalnavi li a:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	background: rgb(255,255,255);
	background: linear-gradient(0deg, rgb(255 255 255 / 20%) 0%, rgba(255,255,255,0) 100%);
	transition: 1s;
}
.globalnavi li a > span.flex {
	flex-direction: column;
	justify-content: center;
	height: 100%
}
.globalnavi li a span.serif {
	line-height: 1;
	font-size: 1.8rem
}
.globalnavi li a:hover:before {
	height: 100%;
}
#vagas {
	width: 100%
	height: 420px
}

.breadcrumb {
	margin-bottom: 20px
}
.breadcrumb li {
	display: inline-block;
	font-size: 1.1rem;
	margin-right: 5px
}
.breadcrumb a {
	color: #000;
	display: block;
	padding: 0 15px 0 0;
	position: relative
}
.breadcrumb li:first-child a:before {
	content: "\f5bb";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	display: inline-block;
	margin-right: 5px
}
.breadcrumb a:after {
	content: ">";
	position: absolute;
	top: 0;
	right: 0
}
.breadcrumb li:first-child {
	padding: 1px 0 1px 17px
}

#content_area {
	margin: auto;
	padding: 20px 0 50px;
	width: 990px
}
#content_area.frontpage {
	width: 100%
}
#content_area.frontpage .bottom_navimenu_wrapper,
.frontpage_main {
	width: 990px;
	margin: 30px auto 0;
	justify-content: center;
	/* justify-content: space-between; */
}

#sub {
	float: left;
	width: 180px
}
#sub .menu {
	margin-bottom: 8px
}

.bottom_navimenu_wrapper {
	margin: 50px auto 0;
}
.bottom_navimenu {
	margin-bottom: 50px
}
.bottom_navimenu_main {
	width: 990px
}
.bottom_navimenu_sub {
	width: 180px;
	margin-left: 20px
}
.bottom_navimenu_main li {
	width: 235px
}
.bottom_navimenu_main li + li {
	margin-left: 16.6px
}
.bottom_navimenu_main li a {
	display: block;
	width: 100%;
	height: 235px;
	position: relative;
	transition: .5s opacity;
	overflow: hidden;
}
.bottom_navimenu_main li:first-child a {
	background: url(../img/footerbtn_bg1.png) no-repeat
}
.bottom_navimenu_main li:nth-child(2) a {
	background: url(../img/footerbtn_bg2.png) no-repeat
}
.bottom_navimenu_main li:nth-child(3) a {
	background: url(../img/footerbtn_bg3.png) no-repeat
}
.bottom_navimenu_main li:last-child a {
	background: url(../img/footerbtn_bg4.png) no-repeat
}
.bottom_navimenu_main li a:hover {
	opacity: .5
}
.bottom_navimenu_main li a > span {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1;
	color: #FFF;
	background: rgb(55 54 53 / 90%);
	padding: 5px 0 10px;
}
.bottom_navimenu_main li a > span span {
	display: block
}
.bottom_navimenu_main li a .serif {
	line-height: 1;
	font-size: 2.5rem
}
.bottom_navimenu_sub li {
	line-height: 0
}

.bottom_navimenu_sub li + li {
	margin-top: 10px
}
.top_movie {
	text-align: center;
	margin: 50px auto
}
.top_movie video {
	display: block;
	width: 456px;
	height: 342px;
	margin: 0 auto
}

.footer_sns_navi {
	text-align: center;
	width: 100%
}
.footer_sns_list {
	font-size: 0
}
.footer_sns_list li {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% / 3 - 10px)
}
.footer_sns_list li a {
	width: 100%;
	height: 90px;
	font-size: 2.3rem;
	color: #fff;
	align-items: center;
	transition: .5s opacity
}
.footer_sns_list li a:hover {
	opacity: .5
}
.footer_sns_list li a i {
	margin-right: 10px
}
.footer_sns_line {
	margin-left: 15px
}
.footer_sns_twitter {
	background: #1a91da
}
.footer_sns_line {
	background: #31ae36
}
.footer_sns_twitter a {
	padding-left: 20px
}
.footer_sns_line a {
	padding-left: 10px
}
.footer_sns_twitter a:before {
	content: "\f099";
	font-family: Font Awesome\ 5 Brands;
	font-weight: 400;
	font-size: 5rem;
	width: 50px
}
.footer_sns_twitter a > span {
	width: calc(100% - 65px);
	margin-left: 15px;
	text-align: left
}
.footer_sns_line img {
	width: 70px;
	margin-right: 10px
}
.footer_sns_line a > span {
	text-align: left
}
.sns_ID {
	background: #fff;
	width: 220px;
	height: 20px;
	line-height: 20px;
	border-radius: 10px;
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
	text-align: center
}
.footer_sns_twitter .sns_ID {
	color: #1a91da
}
.footer_sns_line .sns_ID {
	color: #31ae36
}

.footer_info_navi {
	width: 240px;
	margin-left: 15px;
	text-align: center
}
#site_footer {
	background: #616161;
	width: 100%
}
#site_footer a {
	color: #fff
}
#site_footer_in {
	color: #fff;
	margin: auto;
	overflow: hidden;
	padding: 60px 0 20px;
	width: 1100px
}
#site_footer_in .site_title {
	width: 310px;
}
.footerbanner {
	margin-top: 10px
}
.footer_shopinfo_wrapper {
	align-items: center
}
.footer_shopinfo_wrapper + .footer_shopinfo_wrapper {
	margin-top: 10px
}
.footer_shopinfo_wrapper dl {
	align-items: center;
	margin: 0 15px 10px 0
}
.footer_shopinfo_dl dt  {
	font-size: 1.6rem
}
.footer_shopinfo_dl dd {
	font-size: 1.8rem;
	line-height: 1.25;
}
.footer_shopinfo_dl dt {
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #7d644b;
	text-align: center;
	width: 3em;
	height: 3em;
	padding: .5em;
	margin-right: 5px;
	line-height: 1;
	border-radius: 5px
}
.footer_shopinfo_dl .serif {
	font-size: 2rem
}
.footer_shopinfo_tel.serif {
	font-size: 3.7rem;
	line-height: 1
}
#site_footer_in .site_logo {
	float: right;
	text-align: center;
	width: 380px
}
#site_footer_in .section p {
	font-size: 1.1rem;
	padding: 10px 0
}
.site_info {
	float: left;
	font-size: 1.2rem;
	width: calc(100% - 400px);
}
.site_info .section:nth-child(2) {
	border-top: 1px solid #fff;
	margin: 25px 0;
	padding: 35px 0 10px
}
.site_info h2 {
	margin-bottom: 8px
}
.site_info ul {
	overflow: hidden
}
.site_info li {
	float: left;
	margin: 0 20px 10px 0;
	transition: .5s opacity
}
.site_info li:hover {
	opacity: .5
}
.site_info li:before {
	content: "\f5bb";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	display: inline-block;
	margin-right: 5px
}
.footer_title {
	font-size: 1.8rem
}
.link_banner {
	/*border-top: 1px solid #fff;*/
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding: 20px 0 15px;
	width: 100%
}
.link_banner a {
	vertical-align: top
}
.copyright {
	margin-right: 10px
}
section {
	margin-bottom: 50px
}
.text dt {
	font-size: 1.5rem
}
.text dt,
.text_color_red {
	color: #c00
}
.center {
	text-align: center
}
.fl {
	float: left
}
.fr {
	float: right
}
.concept.fr {
	width: 180px
}
.concept.fr a {
	display: block;
	margin-bottom: 15px
}
.concept.fr .halfBn {
	margin-bottom: 5px
}
.page_head {
	position: relative
}
.frame_top {
	padding: 20px 0;
	background: url(../img/frame_line.png)no-repeat 50% 0
}
.top_slider {
	width: 990px;
	margin: 10px auto 40px
}
.top_slider img {
	width: 100%;
	max-width: 950px;
	margin: 0 auto
}
.top_slider {
	display: none
}
.top_slider.slick-initialized {
	display: block
}
.top_slider .slick-prev {
	left: 0
}
.top_slider .slick-next {
	right: 0
}
.slick-next:before,
.slick-prev:before {
	font-size: 3rem;
	color: rgba(0, 0, 0, .25)
}
.blog_wrapper, 
.top_realtime_wrapper, 
.shoptwitter_wrapper {
	width: 485px;
	height: 485px;
	padding: 20px 0;
	background: #FFF;
	box-shadow: inset 0 0 25px rgb(125 100 75 / 50%);
	border-radius: 20px;
}

.news_wrapper {
	width: 700px;
	height: 485px;
	background: #FFF;
	padding: 20px 0;
	box-shadow: inset 0 0 25px rgb(125 100 75 / 50%);
	border-radius: 20px;
}

.news_wrapper,
.section_in_blog,
.section_in_news {
	height: auto;
	width: 100%;
	text-align: center;
}
.section_in_news article + article {
	margin: 10px 10px;
	padding-top: 10px;
	border-top: 1px dashed #7d644b
}
.section_in_news article .date {
	color: #7d644b
}
.section_in_news article a {
	color: #000;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.today_wrapper {
	text-align: center
}
.today_wrapper * {
	color: #000
}
.top_therapist_slider {
	flex-wrap: nowrap
}
.top_therapist_slider.therapistlist .block {
	text-align: center;
	margin: 0 10px;
	border: 1px solid #7d644b;
	padding: 8px
}
.top_therapist_slider.therapistlist .block.profile,
.top_therapist_slider.therapistlist .images,
.top_therapist_slider.therapistlist .images img,
.top_therapist_slider.therapistlist p.today_time {
	width: 100%;
	height: auto
}
.top_therapist_slider .slick-prev {
	left: 0
}
.top_therapist_slider .slick-next {
	right: 0
}
.top_therapist_slider .newface:after {
	width: 50px;
	height: 50px
}
.top_therapist_slider p.name .age {
	vertical-align: inherit
}
.top_therapist_slider p.today_time {
	position: relative;
	bottom: 0
}
.top_therapist_slider .slick-track {
	margin: 0 auto
}
.rssf li + li {
	margin-top: 7px;
	padding-top: 7px;
	border-top: 1px dashed #7d644b
}
.rssf li a {
	color: #7d644b
}
.rssf .flex dt {
	width: 60px
}
.rssf .flex dd {
	width: 323px;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.rssf .blog_therapiname {
	display: inline-block;
	padding: 3px 5px 2px;
	background: #ffe7e7;
	color: #7d644b;
	margin-right: 10px;
	line-height: 1;
	font-weight: 700
}
.rssf li a {
	color: #000;
	font-size: 1.6rem
}
.rss li + li {
	margin-top: 10px
}
.rss li a {
	color: #7d644b
}
.overflow {
	overflow: hidden
}
h1.contentstitle, 
h2.sectiontitle,
h2.contentstitle {
	position: relative;
	display: inline-block;
	font-size: 2.5rem;
	color: #000;
	font-weight: 700;
	text-align: center;
	line-height: 1.25;
	width: 100%;
	padding: 0 45px;
	margin-top: 50px
}
h1.contentstitle span, 
h2.sectiontitle span,
h2.contentstitle span {
	font-size: 1.8rem;
}
#main h2.sectiontitle {
	margin: 10px auto 30px;
}
.footer_info_navi h2.sectiontitle,
.footer_linkbanner h2.sectiontitle,
.footer_sns_navi h2.sectiontitle {
	margin-bottom: 50px
}
.footer_movie h2.sectiontitle {
	margin-bottom: 15px
}
.contentstitle {
	display: block;
	font-size: 3rem;
	text-align: center;
	letter-spacing: .1em;
	font-weight: 700;
	margin: 30px 0
}
.contentstitle .serif {
	display: block;
	font-size: 1.6rem
}
section:not(first-child) .contentstitle {
	margin: 60px auto 30px
}
.sectiontitle .serif {
	display: block;
	color: #000;
}
.newslist article {
	background: #fff;
	margin: 10px 0;
	padding: 25px 0
}
.newslist h2 {
	color: #000;
	font-size: 1.8rem;
	padding: 4px .8em 7px;
	border-bottom: 1px solid #7d644b;
	border-left: 5px solid #7d644b
}
.newslist .date {
	color: #7d644b;
	font-size: 1.4rem;
	margin: 10px 15px 0 0;
	text-align: right
}
.newslist .text {
	font-size: 1.6rem;
	margin-left: 15px;
}
.concept_message {
	width: 990px;
	height: 310px;
	position: relative;
	background: url(../img/concept.png)no-repeat 0 0;
	margin-bottom: 50px;
}
.concept_message_inner {
	position: absolute;
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFF;
	line-height: 2.5;
	top: 40px;
	left: 40px;
	width: 32em;
}
.concept_text_catch {
	font-size: 2.4rem;
	color: #7d644b;
	margin-bottom: 50px;
	font-weight: 700;
	text-align: center;
	letter-spacing: .5px
}
.concept_list {
	justify-content: space-between;
	margin-bottom: 50px;
}
.concept_list li {
	flex-direction: column;
	width: calc(100% / 3 - 20px);
}
.contept_list_image {
	font-size: 0;
}
.contept_list_image img {
	width: 100%
}
.concept_list_text dt {
	color: #FFF;
	background: #CBB79E;
	font-weight: 700;
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 20px;
}
.concept_list_text dd {
	font-size: 1.6rem
}

.column3 .block {
	width: calc((100% / 3) - 9px);
	position: relative
}
.column3 > .block:not(:nth-child(3n)) {
	margin-right: 9pt
}
.therapistlist.column3 .block {
	background: #fff;
	border: 1px solid #7d644b;
	padding: 10px;
	position: relative
}
.therapistlist.column3 .block:not(:nth-of-type(-n+3)) {
	margin-top: 15px
}
.therapistlist .block.images,
.therapistlist .block.img,
.therapistlist .block.profile,
.therapistlist .block.text,
.therapistlist .block.week,
.therapistlist .schedule {
	background: 0;
	border: 0;
	padding: 0
}
.therapistlist .images {
	width: 300px;
	height: 400px;
	margin: 0 auto;
	line-height: 0
}
.newface {
	position: relative
}
.newface:after {
	content: "";
	display: block;
	width: 75px;
	height: 75px;
	background: url(../img/newface_icon.png)no-repeat 0 0;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0
}
.therapistlist .schedule .images {
	width: 380px
}
.therapistlist .block.profile {
	position: relative;
	width: 300px;
	margin: 10px auto 0
}
.therapistlist .block.text {
	width: 200px
}
.therapistlist .block.img {
	width: 180px
}
.therapistlist .block.week {
	width: 380px
}
.therapistlist .block.week h2 {
	margin-bottom: 5px
}
.therapistlist .name a {
	color: #000;
	font-size: 2.2rem;
	line-height: 1.3;
	margin-bottom: 5px
}
p.height {
	font-size: 1.6rem
}
p.today_time {
	bottom: 50px;
	right: 0;
	font-size: 1.5rem;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	padding: 0 .5em;
	background: #000;
	margin-top: 5px
}
p.today_time i {
	color: #fff;
	margin-right: 8px
}
p.schComment {
	display: block;
	height: 25px
}
.therapistlist .age {
	display: inline-block;
	font-size: 1.6rem;
	margin-left: 5px;
	vertical-align: .15em
}
.therapistlist .today {
	min-height: 35px;
	margin-bottom: 15px
}
.therapistlist .today img,
.therapistlist .today p {
	display: inline-block;
	font-size: 1.5rem;
	margin-right: 10px;
	vertical-align: middle
}
.therapistlist .today p {
	font-size: .9em
}
.therapistlist .today .room {
	color: #c00;
	display: block;
	word-break: break-word;
	max-height: 60px;
	overflow: auto
}
.therapistlist .profile dd,
.therapistlist .schedule .text dd {
	font-size: 1.2rem;
	max-height: 190px;
	overflow: auto
}
.sns_icon {
	position: absolute;
	top: 0;
	right: 0;
	align-items: center
}
.blog_icon,
.twitter_icon,
.twitter_icon a,
.twitter_icon a i {
	height: 35px;
	line-height: 35px
}
.twitter_icon {
	margin-left: 5px
}
.twitter_icon a {
	color: #1a91da;
	font-size: 4rem;
	transition: .5s opacity
}
.twitter_icon a:hover {
	opacity: .7
}
.detail_btn a {
	display: block;
	padding: 10px;
	color: #fff;
	text-align: center;
	background: #000;
	border-radius: 5px;
	margin-top: 10px;
}
.shcedule_navi {
	margin: 0 auto 20px;
	width: 990px
}
.schedule_navilist li {
	width: 141px;
	text-align: center
}
.schedule_navilist li + li {
	border-left: 1px solid #fff
}
.schedule_navilist li a {
	display: block;
	height: 44px;
	line-height: 44px;
	color: #FFF;
	background: #CBB79E;
	font-weight: 700;
	transition: .5s background, .5s color
}
.schedule_navilist li a:hover,
.schedule_navilist li.current a {
	background: #ad8f62;
	color: #fff
}
.therapistlist .schedule {
	background: url(../img/schedule_bg.png)no-repeat 0 0;
	margin-bottom: 10px;
	min-height: 270px;
	padding: 15px 20px
}
.therapistlist .schedule .block {
	margin: 0!important
}
.therapistlist .schedule .img {
	text-align: left
}
.therapistlist .schedule .today {
	position: absolute;
	top: -5px;
	right: -10px
}
.therapistlist .schedule td,
.therapistlist .schedule th {
	font-size: 1.1rem;
	font-weight: 400;
	padding: 5px
}
.therapistlist .schedule th {
	text-align: center
}
.therapistlist .schedule td {
	background: 0
}
.therapistlist .schedule td span {
	display: inline-block
}
.therapistlist .schedule .room {
	color: #c00;
	width: 85px
}
.therapistlist .flex-direction-nav {
	display: none
}
#today_sche {
	background-image: url(../img/schedule_today_upper.png), url(../img/schedule_today_lower.png), url(../img/schedule_today_middle.png);
	background-repeat: no-repeat, no-repeat, repeat-y;
	background-position: 50% 0, 0 100%, 50% 60px;
	margin-bottom: 50px;
	padding: 30px 0 0
}
#today_sche ul {
	padding: 0 20px 0 40px;
	overflow: hidden
}
#today_sche li {
	float: left;
	margin: 0 40px 20px 0;
	text-align: center;
	width: 120px
}
#today_sche li div {
	height: 180px;
	margin-bottom: 5px
}
#today_sche li:nth-child(4n) {
	margin-right: 0
}
#today_sche li span {
	display: block;
	font-size: 1.1rem
}
#today_sche .room {
	height: 50px
}
#today_sche .room p:first-child {
	height: 1.5em;
	color: #ab0101
}

.howto_list li {
	justify-content: space-between;
}
.howto_list li + li {
	margin-top: 60px
}
.howto_stepNo {
	position: relative;
	line-height: 0;
	width: 220px;
	height: 220px;
}
.howto_stepNo span {
	position: absolute;
	background: rgb(125 100 75 / 90%);
	color: #fff;
	font-size: 2rem;
	text-align: center;
	line-height: 1;
	padding: 0.5em 1em;
	top: -10px;
	left: -10px;
}
.howto_dl {
	width: calc(100% - 250px);
}
.howto_dl dt {
	font-size: 2.4rem;
	color: #7d644b;
	font-weight: 700;
	margin-bottom: 20px
}
.howto_dl dd {
	font-size: 1.6rem;
	line-height: 1.8
}
.howto_contantinfo {
	display: block;
	margin: 10px 20px;
	font-size: 3rem;
	font-weight: 700
}
#access .text {
	font-size: 1.8rem;
	text-align: center
}
.access {
	margin: 5px 0 10px 10px;
	border-left: 3px solid #999;
	padding-left: 10px
}
.map h3 {
	font-size: 2.5rem;
	color: #c00;
	font-weight: 700
}
#qa * {
	font-size: 1.6rem
}
#qa div.text + div.text {
	margin-top: 30px;
	border-top: 1px solid #7d644b;
	padding-top: 30px
}
#qa span.serif {
	display: block;
	font-weight: 700;
	font-size: 2.2rem
}
#qa h2 span.serif {
	color: #7d644b
}
#qa p span.serif {
	color: #eea600
}
#link_banner .block {
	height: 150px
}
.entry input[type="submit"] {
	background: #c00;
	color: #fff;
	border: 1px solid #333;
	border-radius: 6px;
	margin: 20px 10px;
	width: 200px
}
.entry input[type="submit"]:hover {
	opacity: .5
}
.recruitpage {
	font-size: 1.8rem
}
.recruitpage h2 {
	color: #7d644b;
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
	width: 100%;
	margin: 0 auto 20px;
	background: #faebf5
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
.flex-wrap > img {
	margin: 5px;
	display: block;
	width: 150px;
	height: 150px
}
.example-flex-wrap {
	width: 45%;
	text-align: center;
	border: 2px solid #999;
	border-radius: 10px;
	padding: 20px 0
}
.example-price-box p {
	display: flex;
	justify-content: space-between;
	margin-left: 30px;
	margin-right: 30px
}
.example-price-box > div p:last-of-type {
	border-bottom: solid #000 1px
}
.line-wrap,
.mail-wrap {
	padding: 1rem;
	border: solid 3px #00b900;
	border-radius: 20px;
	width: 450px;
	margin: 0 auto
}
.line-wrap h3,
.mail-wrap h3 {
	background: #00b900;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 20px
}
.line-id-text,
.mailaddress-text {
	font-weight: 700;
	font-size: 2rem;
	color: #000;
	letter-spacing: .25rem
}
.mail-wrap {
	border: solid 3px #7d644b
}
.mail-wrap h3 {
	background: #7d644b
}
.bold {
	font-weight: 700
}
.right {
	text-align: right
}
.text-orange {
	color: #ff9600
}
.text-red {
	color: #e10000
}

.recruitpage .image,
.recruitpage .section_center {
	text-align: center
}
.recruit_merit .image {
	width: 864px;
	margin: 0 auto
}
.recruit_merit,
.recruit_salary {
	font-size: 2rem
}
table.application {
	font-size: 1.6rem;
	width: 480px;
	margin: 0 auto;
	text-align: left
}
table.application tr {
	border-bottom: 1px solid #666
}
table.application td,
table.application th {
	padding: 10px;
	vertical-align: middle
}
table.application th {
	width: 150px
}
.treatment {
	margin-bottom: 10px;
	line-height: 1.2
}
.treatment,
.treatmentIocn {
	display: flex;
	align-items: center
}
.treatmentIocn {
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	font-weight: 700;
	width: 100px;
	height: 40px;
	background: #7d644b;
	border-radius: 10px;
	margin-right: 10px;
	justify-content: center
}
.treatmentText {
	width: calc(100% - 100px)
}
table.recForm {
	font-size: 1.6rem;
	width: 480px;
	margin: 0 auto
}
table.recForm th {
	font-weight: 400;
	text-align: left;
	width: 150px
}
table.recForm td,
table.recForm th {
	text-align: left;
	vertical-align: middle;
	padding: 10px
}
table.recForm input[type="email"],
table.recForm input[type="tel"],
table.recForm input[type="text"],
table.recForm input[type="url"],
table.recForm textarea {
	height: 40px
}
.entry input[type="submit"] {
	background: #999;
	color: #fff;
	border: 1px solid #666;
	border-radius: 6px;
	margin: 20px 10px;
	width: 200px
}
.recruit_qa {
	margin-bottom: 50px
}
#acMenu {
	font-size: 1.6rem;
	text-align: left;
	font-weight: 700;
	max-width: 680px;
	margin: 0 auto;
	padding: 0 20px
}
#acMenu dd,
#acMenu dt {
	margin-bottom: 10px
}
#acMenu dt {
	align-items: center;
	padding: 10px;
	color: #ff7d96;
	border: 1px solid #ff7d96;
	border-radius: 15px
}
#acMenu dt img {
	width: 40px
}
#acMenu dt span {
	width: calc(100% - 40px);
	padding-left: 10px
}
#acMenu dd {
	padding: 0 10px;
	margin: 0 0 15px 10px;
	border-left: 5px dotted #999;
	display: block
}
.therapist_detail .therapist_wrapper {
	margin-bottom: 30px
}

#therapist.therapist_detail .block.images {
	width: 360px
}
#therapist.therapist_detail #therapist_slider_vertical {
	height: 5in
}
#therapist.therapist_detail #therapist_slider_vertical .flex-control-thumbs {
	width: 90px;
	right: -100px
}
#therapist.therapist_detail #therapist_slider_vertical .flex-control-thumbs li {
	width: 90px;
	height: 100px
}
#therapist_slider_vertical {
	height: 480px
}
#therapist_slider_vertical .flex-control-thumbs {
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0
}
#therapist_slider_vertical .flex-control-thumbs li {
	display: block;
	float: none;
	width: 40px
}
#therapist_slider_vertical .flex-active {
	opacity: 1
}
#therapist_slider_vertical li img {
	transition: .5s opacity
}
#therapist_slider_vertical .flex-control-thumbs li {
	height: 0;
	position: relative;
	padding-bottom: 133%
}
#therapist_slider_vertical .flex-control-thumbs li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	object-fit: cover
}
.therapist_detail_info {
	width: 500px;
	margin-left: auto
}
.today_icon {
	font-size: 1.2rem;
	font-weight: 700;
	color: #ffffff;
	background: #c80000;
	width: 36px;
	height: 36px;
	line-height: 1.2;
	border-radius: 3px;
	align-items: center;
	justify-content: center;
}
.therapist_detail_info .today_time {
	bottom: auto;
	right: auto;
	width: auto;
	color: #c80000;
	font-size: 2.5rem;
	font-weight: bold;
	background: transparent
}
.therapist_detail_info .today_time i {
	color: #c80000;
	margin-right: 5px
}
.therapist_detail_info .name {
	font-size: 2.4rem;
	font-weight: 700;
	color: #7d644b
}
.therapist_detail_hobby {
	margin-bottom: 10px
}
.therapist_detail_hobby dt {
	width: 3.5em;
	font-weight: 700
}
.therapist_detail_hobby dd {
	width: calc(80% - 3.5em)
}
.therapist_detail_sns {
	margin-bottom: 15px
}
.therapist_detail_sns li {
	width: 49%
}
.therapist_detail_sns li + li {
	margin-left: 2%
}
.therapist_detail_sns li a {
	display: block;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center
}
.tds_blog a,
.tds_twitter a {
	transition: .5s all
}
.tds_blog a {
	color: #FFF;
	background: #c80000;
}
.tds_blog a.livedoor {
	background: #247ec3;
}
.tds_blog a.ameblo {
	background: #43b134;
}
.tds_blog a.insta {
	background: #cf2e92;
}
.tds_blog a img {
	vertical-align: -.3em;
	margin-right: 5px
}
.tds_twitter a {
	background: #1a91da;
	color: #fff
}
.tds_twitter a i {
	margin-right: 5px;
	font-size: 1.8rem
}
.tds_blog a:hover,
.tds_twitter a:hover {
	opacity: .5
}

.therapist_detail_introduce dt {
	color: #7d644b;
	font-weight: 700;
	font-size: 1.6rem;
	margin-bottom: 5px
}
.therapist_detail_introduce dt i {
	margin-right: 5px
}
.therapist_detail_introduce dd {
	padding: .8em;
	background: #FFF;
	margin-bottom: 20px
}
#therapist_detail_schedule .week {
	background: transparent;
	padding: 0;
	width: 990px;
	border: 0
}
#therapist_detail_schedule .week table {
	width: 990px
}
#therapist_detail_schedule .week td,
#therapist_detail_schedule .week th {
	font-size: 13px;
	vertical-align: middle;
	text-align: center;
	border-top: 1px solid #ad8f62;
	border-bottom: 1px solid #ad8f62
}
#therapist_detail_schedule .week th {
	height: 30px;
	color: #FFF;
	background-color: rgba(173, 143, 98, .9)
}
#therapist_detail_schedule .week td {
	background-color: #FFF;
	line-height: 17px;
	padding: 2em 10px
}
#therapist_detail_schedule .week td,
#therapist_detail_schedule .week th {
	border-right: 1px solid #ad8f62
}
#therapist_detail_schedule .week td:first-child,
#therapist_detail_schedule .week th:first-child {
	border-left: 1px solid #ad8f62
}
#therapist_detail_schedule .week td:last-child,
#therapist_detail_schedule .week th:last-child {
	border-right: 1px solid #ad8f62
}

.menu_concept {
	text-align: center;
	margin-bottom: 50px
}
.menu_concept h2 {
	display: inline-block;
	font-size: 3.5rem;
	color: #7d644b;
	font-weight: 700;
	letter-spacing: .1em;
	width: 820px;
	margin: 10px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000
}
.menu_concept p {
	font-size: 2rem;
	font-weight: 700
}
.menu_wrapper {
	align-items: flex-start
}
.menu_list * {
	color: #7d644b
}
.menu_list {
	align-items: center;
	justify-content: center;
	line-height: 1
}
.menu_list + .menu_list {
	margin-top: 10px
}
.menu_main {
	text-align: center;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto
}
.menu_list dd,
.menu_list dt {
	display: inline-block
}
.menu_main .menu_list dd,
.menu_main .menu_list dt {
	font-size: 6rem;
	text-align: right
}
.menu_main .menu_list dt {
	position: relative;
	width: 150px
}
.menu_main .menu_list dt.otameshi:before {
	content: 'お試し';
	position: absolute;
	font-size: 2.5rem;
	color: #FFF;
	line-height: 1em;
	width: 3em;
	height: 1em;
	left: -65px;
	top: 0.5em;
	background: #7d644b;
	padding: 5px;
}
.menu_main .menu_list dd {
	width: 250px;
	text-align: right
}
.menu_main .menu_list dd span,
.menu_main .menu_list dt span {
	font-size: 3rem;
	margin-left: 5px
}
.menu_sub {
	text-align: center;
	width: 100%;
	margin: 0 auto 20px;
	padding: 25px 0
}
.menu_sub .menu_list dd,
.menu_sub .menu_list dt {
	font-size: 4rem
}
.menu_sub .menu_list dt {
	width: 170px
}
.menu_sub .menu_list dd {
	position: relative;
	width: 150px;
	text-align: right;
	margin-left: 20px;
}
.menu_sub .menu_list.long_text dt {
	margin-left: 250px;/*250px長く*/
}
.menu_sub .menu_list.long_text dd {
	width: calc(150px + 250px);/*250px長く*/
	font-size: 1.6rem;
	text-align: left;
	color: #c80000;
	font-weight: bold;
	padding-top: 20px;
}
.menu_sub .menu_list dd span,
.menu_sub .menu_list dt span {
	font-size: 2rem;
	margin-left: 5px
}
.menu_list_note {
	font-size: 1.8rem;
	margin-top: 50px;
}

.menu_terms {
	font-size: 1.8rem;
	margin-top: 30px
}
.menu_termsText {
	width: 720px;
	margin: 0 auto
}
.menu_terms ul {
	margin: 15px 20px
}
.menu_terms ul li {
	padding-left: 1em;
	font-weight: 700
}
.menu_terms ul li:before {
	content: "■";
	margin-left: -1em
}

.card_pay {
	border: 1px solid #7d644b;
	text-align: center;
	width: 620px;
	margin: 10px auto 60px;
	transition: .5s
}
.card_pay:hover {
	background: #faebf5
}
.card_pay a {
	display: block;
	color: #000;
	padding: 15px
}
.card_pay p {
	font-size: 3rem;
	color: #7d644b;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px
}
.card_pay p span {
	display: block;
	color: #000;
	font-size: 1.6rem
}
.card_pay img {
	width: 50%
}
.card_pay img:hover {
	opacity: 1
}
.footer_linkbanner {
	text-align: center;
	margin-bottom: 50px
}
.footer_linkbanner p {
	line-height: 0
}

.timeend {
	display: inline-block;
	height: 17px;
	line-height: 17px;
	background: #888;
	color: #fff;
	margin-top: 2px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0 .8em
}
.therapist_detail_info .timeend,
.therapist_schedule .timeend {
	height: 24px;
	line-height: 24px;
	font-size: 1.4rem;
	margin: 0
}
.therapist_schedule .schComment {
	margin: 5px auto;
	text-align: center;
}
.therapist_detail_info .timeend {
	margin-left: 10px
}

/*--- therapist snslist ---*/
.therapistsnstitle {
	margin-bottom: 50px;
}
.therapist_sns_wrapper {
	width: 310px;
	margin-bottom: 30px;
}
.therapist_sns_wrapper:not(:nth-child(3n)) {
	margin-right: 30px;
}
.therapist_sns_meta {
	align-items: center;
	background: #faebf5;
	padding: 13px 15px 15px;
	border-radius: 10px 10px 0 0;
	border: 1px solid #7d644b;
	border-bottom: 0;
}
.therapist_sns_icon {
	width: 70px;
	height: 70px;
	line-height: 0;
	border-radius: 35px;
	overflow: hidden;
	margin-right: 15px;
	box-shadow: 0 0 0 3px #fff;
}
.therapist_sns_name_wrapper {
	width: 185px;
}
.therapist_sns_name_wrapper p {
	line-height: 1.5;
}
.therapist_sns_name a {
	font-weight: bold;
	font-size: 2rem;
}
.therapist_sns_name a,
.therapist_sns_id a {
	color: #7d644b;
}
.therapist_sns_widget {
	border: 1px solid #7d644b;
	border-top: 0;
	font-size: 0;
	border-radius: 0 0 10px 10px;
	overflow: hidden;
	background: #fff;
}

.review_list {
	justify-content: space-between;
	margin-top: 70px;
}
.review_list li {
	width: 480px;
	margin-bottom: 30px;
}
.review_meta {
	margin-bottom: 10px;
	font-size: 1.2rem;
}
.review_meta dt:after {
	content: "：";
}
.review_name *, .review_therapist *, .review_info * {
	display: inline-block;
}
.review_info dl + dl {
	margin-left: 1em;
}
.review_meta dt:before {
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
.review_name * {
	font-size: 1.2em;
	font-weight: bold;
}
.review_info dl:not(.review_name) * {
	font-size: 1.2rem;
}
.review_name dt:before {
	content: "\f007";
}
.review_therapist dt:before {
	content: "\f004";
}
.review_area dt:before {
	content: "\f5a0";
}
.review_date dt:before {
	content: "\f073";
}
.review_course dt:before {
	content: "\f017";
}
.review_name dd:after {
	content: "様";
}
.newin {
	background: #7d644b;
	line-height: 1;
	padding: .25em .75em;
	color: #fff;
	font-weight: bold;
	margin-right: 5px;
	position: relative;
	font-size: 1.2rem;
	overflow: hidden;
	vertical-align: -.3em;
}
.newin:before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -30%;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
	animation: shine 3s infinite;
}
@keyframes shine {
	0% {
		left: -30%;
	}
	20% {
		left: 120%;
	}
	100% {
		left: 120%;
	}

}
.review_therapist dd a {
	color: #000;
}
.review_text {
	padding: 1em 1.5em;
	background: #d490bf;
	color: #fff;
	border-radius: 10px;
	position: relative;
	margin-left: 15px;
}
.review_text:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	position: absolute;
	border-top-color: #d490bf;
	left: -15px;
	top: 0px;
}
.review_caution_note {
	font-size: 1.3rem;
	text-align: right;
	margin-bottom: 50px;
}
.review_btn {
	width: 300px;
	margin: 30px auto;
}
.review_btn a {
	font-size: 1.6rem;
	font-weight: bold;
}
.review_btn a:hover {
	opacity: .7;
}
/* top */
.bg_color {
	background: rgba(212,144,191,.2);
	margin: 50px 0;
}
.frontpage_review {
	padding: 40px 0 10px;
	margin: 0 auto;
}
#main .frontpage_review .sectiontitle {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.frontpage_review .review_list_visible {
	margin-top: 30px;
}
.frontpage_review .review_list:not(.review_list_visible) {
	margin-top: 10px;
}
.review_list_wrapper {
	display: none;
}
.review_list_visible li {
	margin-bottom: 10px;
}
.review_morebtn {
	text-align: center;
}
.review_morebtn a:hover {
	cursor: pointer;
}
.review_morebtn a:after {
	content: "▼口コミをもっと見る▼";
	color: #7d644b;
	font-weight: bold;
}
.review_morebtn.selected a:after {
	content: "×閉じる";
}
.frontpage_review .review_btn {
	margin: 20px auto;
}
.frontpage_review .review_caution_note {
	font-size: 1.1rem;
}
.reviewlink {
	text-align: right;
}
.reviewlink a {
	padding: .5em 1em;
	background: #fff;
	color: #7d644b;
	font-weight: bold;
	border: 1px solid #7d644b;
	border-radius: 30px;
}
.reviewlink a:hover {
	opacity: .7;
}
/* 2021/01/19 video */
.top_movie video {
	box-shadow: 0 0 0 10px #e2b2c9;
}

/* 2021/03/09 */
.shopinfo.flex {
	margin-top: 5px;
	align-items: center;
}
.shopinfo_room dt {
	width: 140px;
	letter-spacing: 0;
	font-size: 1.4rem;
}
.shopinfo_room dd {
	width: calc(100% - 150px);
	margin-left: 10px;
	font-size: 1.8rem;
}


/* 2021/04 therapist_detail */
#therapist.therapist_detail.section {
	margin-bottom: 50px;
}
.therapist_detail_info .name_wrapper {
	align-items: center;
}
.therapist_detail_info .name_wrapper .height {
	margin-left: 1em;
}
.therapist_twitter_widget {
	width: 360px;
	height: 400px;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #7d644b;
	line-height: 0;
	margin-top: 20px;
}
.tdi_schedule.therapist_detail_introduce dd {
	padding: 0;
}
.tdi_schedule table {
	position: relative;
	width: 500px;
	height: 335px;
}
.tdi_schedule table tr + tr {
	border: none;
}
.tdi_schedule table tr th,
.tdi_schedule table tr td {
	position: absolute;
	vertical-align: middle;
	border: 1px solid #7d644b;
	text-align: center;
}
.tdi_schedule table tr th {
	height: 40px;
	line-height: 40px;
	padding: 0;
	background: #7d644b;
	color: #fff;
}
.tdi_schedule table tr td {
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}
.tdi_schedule table tr td:first-child {
	height: 60px;
	line-height: 60px;
	padding: 0;
}
.tdi_schedule table tr td:not(:first-child) {
	height: 80px;
}
.tdi_schedule table tr th:first-child,
.tdi_schedule table tr td:first-child {
	width: 500px;
	left: 0;
	right: 0;
}
.tdi_schedule table tr th:first-child {
	top: 0;
}
.tdi_schedule table tr th:nth-child(n+2):nth-child(-n+4) {
	top: 98px;
}
.tdi_schedule table tr th:nth-child(n+5):nth-child(-n+7) {
	top: 216px;
}
.tdi_schedule table tr td:first-child {
	top: 39px;
}
.tdi_schedule table tr td:nth-child(n+2):nth-child(-n+4) {
	top: 137px;
}
.tdi_schedule table tr td:nth-child(n+5):nth-child(-n+7) {
	top: 255px;
}
.tdi_schedule table tr th:nth-child(3),
.tdi_schedule table tr th:nth-child(4),
.tdi_schedule table tr th:nth-child(6),
.tdi_schedule table tr th:nth-child(7) {
	border-left-color: #fff;
}
.tdi_schedule table tr th:nth-child(2),
.tdi_schedule table tr th:nth-child(5),
.tdi_schedule table tr td:nth-child(2),
.tdi_schedule table tr td:nth-child(5) {
	width: 168px;
	left: 0;
}
.tdi_schedule table tr th:nth-child(3),
.tdi_schedule table tr th:nth-child(6),
.tdi_schedule table tr td:nth-child(3),
.tdi_schedule table tr td:nth-child(6) {
	width: 167px;
	left: 167px;
}
.tdi_schedule table tr th:nth-child(4),
.tdi_schedule table tr th:nth-child(7),
.tdi_schedule table tr td:nth-child(4),
.tdi_schedule table tr td:nth-child(7) {
	width: 167px;
	right: 0;
}
.tdi_schedule table tr td:first-child br {
	display: none;
}

/* 2021/05 top_newface */
#top_newface {
	margin-top: 60px;
}
#top_newface .frontpage_main {
	width: 1002px;
	text-align: center;
}
#top_newface h2.sectiontitle {
	margin-bottom: 0;
}
#top_newface .therapistlist {
	justify-content: flex-start;
	width: 1002px;
	text-align: left;
}
#top_newface .therapistlist > .block:not(.newface) {
	display: none;
}
#top_newface .therapistlist > .block {
	margin: 15px 6px 0;
}

/* top_today_wrapper */
.top_today_wrapper {
	text-align: center;
}
.top_today_wrapper div.name_wrapper {
	text-align: left;
	width: 100%;
}
.top_today_wrapper p.name {
	font-size: 1.8rem;
	color: #c00;
}
.top_today_wrapper p.height {
	font-size: 1.6rem;
	color: #000;
}
.top_today_wrapper p.today_time,
.top_today_wrapper p.today_room {
	color: #fff;
}
.top_today_wrapper p.today_time {
	position: static;
}
.top_today_wrapper p.today_room {
	text-align: left;
}
/* top_newface_slides */
#main #top_newface_slides h2.sectiontitle {
	width: 100%;
	text-align: center;
	margin: 0 auto 10px;
}
#top_newface_slides ul li:not(.newface) {
	display: none !important;
}
.loopSlider {
	width: 990px;
	overflow: hidden;
	display: -ms-grid;
	-ms-grid-columns: min-content;
}
.loopSlider ul {
	flex-wrap: nowrap;
	width: min-content;
}
#top_newface_slides .loopSlider li {
	width: 180px;
	margin: 0 10px;
}
.loopSlider .images,
.loopSlider .block.profile,
.loopSlider .images img,
.loopSlider p.today_time {
	width: 100%;
	height: auto;
}
#top_newface_slides .newface:after {
	width: 50px;
	height: 50px;
}
#top_newface_slides .therapistlist .name a {
	font-size: 1.6rem;
}
#top_newface_slides .therapistlist .age {
	vertical-align: inherit;
}
#top_newface_slides p.height {
	font-size: 1.4rem;
}
#top_newface_slides .twitter_icon a,
#top_newface_slides .twitter_icon a i {
	font-size: 2.8rem;
	line-height: 25px;
}
#top_newface_slides .blog_icon a img {
	width: 25px;
	height: 25px;
	line-height: 25px;
}

/* realtime information */
.realtime_wrapper {
	padding: 0 20px;
}
.realtime_list li + li {
	margin-top: .75em;
}
.realtime_list dl {
	align-items: center;
	justify-content: space-between;
}
.realtime_list dt {
	width: 100px;
	font-weight: bold;
	background: #000;
	color: #fff;
	text-align: center;
	padding: .2em 0;
}
.realtime_list dd {
	width: calc(100% - 120px);
	text-align: left;
	border-bottom: 1px dashed #cbb79e;
	padding: .2em 0;
	font-size: 1.1em;
	font-weight: bold;
}

/* top twitterlist */
.section_in_sns {
	height: 350px;
	width: 100%;
	padding: 0 30px 0 10px;
	overflow-y: auto;
}
#therapist_snslist.therapist_snslist_top {
	width: 443px;
}
.therapist_snslist_top .therapist_sns_wrapper {
	width: 216px;
	margin: 0 0 15px;
}
.therapist_snslist_top .therapist_sns_wrapper:nth-child(odd) {
	margin-right: 10px;
}
.therapist_snslist_top .therapist_sns_meta {
	padding: 10px;
}
.therapist_snslist_top .therapist_sns_icon {
	width: 60px;
	height: 60px;
	margin-right: 10px;
}
.therapist_snslist_top .therapist_sns_name_wrapper {
	width: 100px;
}
.therapist_snslist_top .therapist_sns_name a {
	font-size: 1.6rem;
}
.therapist_snslist_top .therapist_sns_id a {
	font-size: 1.2rem;
	word-break: break-all;
	line-height: 1.2;
}

.section_in_shopsns {
	width: 440px;
	margin: 0 auto;
}