﻿@charset "UTF-8";

/*--- base ---*/
html { font-size: 62.5%; width: 100%; }
body {
	width: 100%;
	font-size: 1.4rem;
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: 'Cinzel', 'Zen Old Mincho', serif;
	color: #000;
	background: #FFF;
	-webkit-text-size-adjust: 100%;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/bg_wh.jpg') no-repeat bottom center;
	background-size: cover;
	z-index: -1;
}
* { box-sizing: border-box; word-wrap: break-word; }
a { color: #000; }
a:link,
a:visited,
a:active,
a:hover { overflow: hidden; outline: none; }
img { width: 100%; }
input, select, textarea { outline: none; }
b, strong { font-weight: 500; }

/* flexbox */
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
/* form style */
/* reset */
input:not([type="radio"]), button, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-family: inherit;
	font-size: 100%;
}
select {
	font-family: inherit;
	font-size: 100%;
}
textarea {
	resize: none;
}
input[type="submit"]:hover,
label:hover {
	cursor: pointer;
}
select:-moz-focusring { 
	color: transparent; 
	text-shadow: 0 0 0 #000;
}
select::-ms-expand { display: none; }
input[type="text"], textarea, select,
input[type="submit"] {
	font-size: inherit;
	border: 0;
	border-radius: 0;
}
select::-ms-expand { display: none; }
textarea { display: block; }
input[type="submit"]:hover { cursor: pointer; }
/* img */
.section_img {
	line-height: 0;
	margin-bottom: 20px;
}
/* section */
section {
	position: relative;
}
.wrapper {
	margin: 0 auto;
}
.block + .block {
	margin-top: 20px;
}
.underlayer {
	padding-bottom: 50px;
	min-height: 60vh;
}
.borderbox {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 20px;
}
/* title */
.section_title {
	letter-spacing: 2px;
	line-height: 1.3;
	text-align: center;
	position: relative;
}
.section_title span {
	display: block;
	font-weight: 500;
	font-size: .5em;
	vertical-align: .15em;
}
.underlayer .section_title {
	margin-bottom: 30px;
}
.section_title_color {
	font-weight: bold;
	font-size: 2rem;
	padding: 4px 4px 0;
	line-height: 1.5;
}
/* text */
.text_right {
	text-align: right;
}
.text_sub {
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.section_text {
	text-align: center;
	line-height: 1.5;
	margin: 1em auto;
}
.section_text.text_left {
	text-align: left;
}
.section_text a {
	color: #000;
	text-decoration: underline;
}
.section_text .text_red {
	color: #e10000;
}
/* button */
.btn_right {
	text-align: right;
}
.btn {
	display: inline-block;
}
.btn_more {
	display: inline-block;
	line-height: 1;
	padding: 10px 15px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 1.2rem;
	text-align: center;
	color: #FFF;
	letter-spacing: 3px;
	background: #960000;
}
.btn_gold {
	font-size: 1.2em;
	font-weight: 500;
	padding: 10px 30px;
	margin: 20px;
	background: #e10000;
	color: #fff !important;
	border-radius: 5px;
	filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, .2));
}
/* table */
.tablestyle + .tablestyle {
	margin-top: 2px;
}
.tablestyle dt, .tablestyle dd {
	padding: 10px;
	line-height: 1.5;
}
.tablestyle dt {
	color: #000;
	background: #ffd7e1;
}
.tablestyle dt span {
	width: 100%;
	height: 100%;
	align-items: center;
	font-weight: 500;
}
.tablestyle dd {
	line-height: 1.5;
}
/* breadlist */
#bread {
	max-width: 950px;
	margin: 0 auto;
}
.breadlist {
	width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	padding: 6px;
}
.breadlist li {
	display: inline-block;
}
.breadlist li + li::before {
	content: "＞";
	margin-right: 5px;
}
.breadlist li a {
}
/* pager */
.pager {
	margin: 10px auto;
}
.pager_list.flex {
	align-items: center;
	justify-content: center;
}
.pager_list li {
	margin: 0 2.5px;
	text-align: center;
}
.pager_list li *, .pager_single a {
	color: #af9b4b;
}
.pager_list li span {
	opacity: .7;
}
.pager_list li a {
	border-radius: 5px;
}
.pager_single {
	text-align: center;
}
.pager_single a {
	font-weight: bold;
}
/* pager_list flex */
.pager_list.flex li * {
	display: block;
	padding: 7px 6px;
}
.pager_list.flex li a {
	font-weight: bold;
	background: #af9b4b;
	color: #fff;
}
/* pager_list float */
.pager_list.float {
	overflow: hidden;
	position: relative;
}
.pager_list.float li a {
	font-size: 1.3rem;
}
.pager_list.float li a {
	display: block;
	padding: 8px;
	background: #af9b4b;
	color: #fff;
}
.pager_list.float li a i {
	font-size: .9em;
	color: #fff;
}
.pager_prev {
	float: left;
}
.pager_prev i {
	margin-right: 2px;
}
.pager_next i {
	margin-left: 2px;
}
.pager_next {
	float: right;
}
#profile .pager_list .pager_return {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
}
.pager_return a {
	font-weight: bold;
}
#profile .pager {
	background: #af9b4b;
}
#profile .pager_list.float li {
	text-align: center;
	width: calc(100%/3);
}
#profile .pager
	color: #af9b4b;
}
#profile .pager_list.float li:not(.pager_return) a {
	font-size: 1.2rem;
	color: #af9b4b;
	border: 1px solid #af9b4b;
	border-radius: 0;
	background: #FFF;
	font-weight: 700;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.pc_ib, .pc_b { display: none; }
	.sp_ib { display: inline-block; }
	.sp_b { display: block; }

	body::before {
		background-position: -20px -50px;
		transform: scale(-1, 1);
	}

	.wrapper {
		margin: 0 auto;
	}
	/* section */
	.sp_sectioninner {
		width: calc(100% - 10px);
		margin: 0 auto;
	}
	.sp_sectioninner_narrow {
		width: calc(100% - 10px);
		margin: 0 auto;
	}
	.block {
		width: 100%;
		margin: 0 auto;
	}
	/* title */
	.section_title {
		width: 100%;
		font-size: 1.6rem;
		margin: 30px 0 10px;
	}
	.section_title span {
		display: block;
	}
	/* button */
	.btn_wrapper a {
		margin: 30px auto;
		display: block;
		text-align: center;
		width: 250px;
	}
	/* table */
	.tablestyle dt {
		width: 45%;
	}
	.tablestyle dd {
		width: 55%;
	}
	/* breadlist */
	.breadlist * {
		font-size: 1.2rem;
	}
	/* pager */
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.sp_ib, .sp_b { display: none; }
	.pc_ib { display: inline-block; }
	.pc_b { display: block; }
	.js_isEdge a[href^="tel"] { display: inline-block; pointer-events: none; }

	/* section */
	.wrapper {
	}
	.wrapper_inner {
		max-width: 950px;
		margin: 0 auto;
	}
	.section_title {
		font-size: 3rem;
		margin: 50px 0 15px;
	}
	/* button */
	.btn_wrapper {
		text-align: center;
	}
	.btn_wrapper a {
		min-width: 240px;
		margin-top: 50px;
	}
	/* table */
	.tablestyle dt {
		width: 30%;
	}
	.tablestyle dd {
		width: 70%;
	}
	/* breadlist */
	.breadlist {
		margin: 8px auto;
	}
	.breadlist * {
		font-size: 1.1rem;
	}
	/* pager */
	.pager_list li * {
		font-size: 1.5rem;
	}
}

/*--- header ---*/
header#home_header  {
	width: 100%;
	background: rgb(245 200 0 / 10%);
}
#home_header .background-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	opacity: .99; /* テキストのちらつき防止 */
	z-index: -1;
}
#home_header .background-video video {
	min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header_inner {
	position: relative;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 100;
	filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .8));
}
#underlayer_header {
	height: 240px;
	width: 100%;
}
#underlayer_header > div > img {
	object-fit: cover;
	height: 240px;
}
#underlayer_header .header_inner {
	position: absolute;
	height: 240px;
	width: 100%;
	top: 0;
	background: rgb(245 200 0 / 10%);
}
.header_info {
	flex-direction: column;
	align-items: center;
	color: #FFF;
	margin-top: 10px;
}
.runtxt {
	line-height: 0;
	overflow: hidden;
	padding: 0.25em;
	margin: 0 auto 5px;
	background: #FFF;
}
.runtxt ul {
	margin: 0;
	display : inline-block;
	white-space : nowrap;
	font-size: 1.4rem;
	line-height: 1.4rem;
	padding: 5px 0 5px 100%;
	animation : marquee 15s linear infinite;
}
@keyframes marquee {
	from {
		transform: translate(0);
	}
	to {
		transform: translate(-100%);
	}
}
.runtxt ul li {
		display:inline;
		margin:0 20em 0 0;
		color: #000;
}
.runtxt ul li:last-child {
		margin:0;
}
.globalnavi {
	position: relative;
	background: rgb(150 0 0 / 90%);
}
.globalmenu {
	justify-content: center;
	height: 60px;
}
.globalmenu li {
	text-align: center;
}
.globalmenu li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #FFF;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	letter-spacing: .05em;
	transition: .25s color;
}
.globalmenu li a i {
	display: none;
}
.globalmenu li a span {
	display: block;
	font-size: .75em;
	text-transform: uppercase;
}
.globalnavi_wrapper {
	position: sticky;
	top: 0;
	z-index: 1000;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	header {
		margin: 0 auto;
	}
	header#home_header,
	#home_header .background-video,
	#home_header .header_inner {
		height: 100vh;
	}
	.header_inner {
		padding: 10px;
	}
	.header_logo {
		max-width: 400px;
		line-height: 0;
	}
	.header_info > dl {
		align-items: center;
		font-size: 2rem;
		text-align: right;
		line-height: 1.4;
		font-weight: 600;
	}
	.header_info > dl +dl {
		margin-top: 10px;
	}
	.header_info > dl:not(.header_tel) dt {
		font-size: 1.6rem;
		text-align: center;
		margin-right: 10px;
	}
	.header_info .header_time span {
		font-size: .8em;
	}
	.header_info > dl.header_time dd,
	.header_info > dl.header_access dd {
		font-size: 2rem;
	}
	.header_info > dl.header_tel {
		font-size: 3rem;
		line-height: 1;
	}
	.header_info > dl.header_tel i {
		font-size: 2rem;
		margin-right: .25em;
	}
	html:not(.ie) .header_info > dl {
		color: #FFF;
	}
	.globalmenu {
		max-width: 1000px;
		margin: 0 auto;
	}
	.globalmenu li {
		width: calc(100% / 9);
	}
	.globalmenu li a {
		font-size: 1.6rem;
	}
	.globalmenu li a:hover {
		background: rgb(0 0 0 / 20%);
	}
	/* header fixed */
	.header_fixed .globalnavi_wrapper {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	.header_fixed main {
		padding-top: 58px;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	header {
		width: 100%;
		z-index: 2  ;
	}
	header#home_header,
	#home_header .background-video,
	#home_header .header_inner {
		height: calc(100vh - 130px);
	}
	.header_logo {
		max-width: 460px;
		width: 90%;
	}
	.header_info ul.header_room {
		justify-content: center;
		margin-bottom: 10px;
	}
	.header_info ul.header_room li {
		color: #fff;
		line-height: 18px;
		letter-spacing: .1em;
		background: #e10000;
		height: 18px;
		margin: 0 2px;
		padding: 0 10px;
		border-radius: 9px;
	}
	.header_info .header_time {
	}
	.header_info > dl {
		align-items: center;
		font-size: 1.6rem;
	}
	.header_info > dl + dl {
		margin-left: 1em;
	}
	.header_info > dl dt {
		margin-right: 5px;
		padding: 2px;
	}
	.header_info > dl dd {
		
	}
	.globalnavi {
		width: 100%;
	}
	.globalmenu {
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.globalmenu li {
		width: calc(100% / 3);
	}
	.globalmenu li a {
		font-size: 1.4rem;
	}
	/* sp_menubtn */
	.sp_menubtn {
		background: #af9b4b;
		border-radius: 8px;
		position: fixed;
		top: 5px;
		right: 5px;
		width: 46px;
		height: 46px;
		z-index: 10000;
		border: 2px solid #af9b4b;
	}
	.sp_menubtn span {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 70%;
		height: 4px;
		background: #fff;
		transition: all .4s;
	}
	.sp_menubtn span:nth-of-type(1) {
		top: 9px;
	}
	.sp_menubtn span:nth-of-type(2) {
		top: 19px;
	}
	.sp_menubtn span:nth-of-type(3) {
		bottom: 9px;
	}
	.sp_menubtn.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-315deg);
	}
	.sp_menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.sp_menubtn.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(315deg);
	}
	/* sp_menubtn */
	.sp_menubtn {
		background: #af9b4b;
		border-radius: 8px;
		position: fixed;
		top: 5px;
		right: 5px;
		width: 46px;
		height: 46px;
		z-index: 10000;
		border: 2px solid #af9b4b;
	}
	.sp_menubtn span {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 70%;
		height: 4px;
		background: #fff;
		transition: all .4s;
	}
	.sp_menubtn span:nth-of-type(1) {
		top: 9px;
	}
	.sp_menubtn span:nth-of-type(2) {
		top: 19px;
	}
	.sp_menubtn span:nth-of-type(3) {
		bottom: 9px;
	}
	.sp_menubtn.active span:nth-of-type(1) {
		transform: translateY(10px) rotate(-315deg);
	}
	.sp_menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.sp_menubtn.active span:nth-of-type(3) {
		transform: translateY(-10px) rotate(315deg);
	}
	/* bargernavi */
	.bargernavi_wrapper {
		transition: opacity .5s;
		opacity: 0;
		background: rgb(150 0 0 / 90%);
		width: 100vw;
		height: 100vh;
		z-index: 9999;
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow-y: scroll;
		pointer-events: none;
	}
	.bargernavi_wrapper.menu_open {
		opacity: 1;
		pointer-events: auto;
	}
	.bargernavi_wrapper .globalnavi {
		display: none;
	}
	.bargernavi_wrapper.menu_open .globalnavi {
		display: block;
	}
	.bargernavi {
		position: absolute;
		left: 0;
		right: 0;
		top: 50px;
	}
	.bargermenu {
		width: calc(100% - 20px);
		margin: 0 auto 20px;
		z-index: 11;
	}
	.bargermenu li > * {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 1em;
		color: #FFF;
		font-size: 1.8rem;
	}
	.bargermenu li > * i {
		margin-right: 4px;
		width: 1.5em;
		text-align: center;
	}
	.bargermenu li {
		width: 50%;
		line-height: 1.25;
	}
	/* .bargermenu li a:after {
		content:'>';
		font-weight: bold;
		color: #fff;
		margin-left: auto;
	} */
	.bargermenu li a i {
		display: none;
	}
	.bargermenu li a span {
		font-size: .7em;
	}
	.bargermenu_info {
		text-align: center;
		color: #FFF;
		line-height: 1.2;
		padding-bottom: 120px;
		font-family: 'Zen Old Mincho', 'Cinzel', serif;
	}
	.bargermenu_info dl {
		justify-content: center;
		align-items: baseline;
	}
	.bargermenu_info dl.bargermenu_tel {
		font-size: 3rem;
	}
	.bargermenu_info dl.bargermenu_tel a {
		color: #FFF;
	}
	.bargermenu_info dl.bargermenu_tel dt {
		font-size: .6em;
	}
	.bargermenu_info dl.bargermenu_time {
		font-size: 2rem;
	}
	.bargermenu_info dl:nth-of-type(2) {
		margin-top: 20px;
	}
	.closeBtn span {
		justify-content: center;
		background: #FFF;
		color:#699bd7;
		border-radius: 3px;
		margin-bottom:10px;
		font-weight: 500;
		font-family: 'Zen Old Mincho', serif;
	}
	.closeBtn span i {
		line-height:0.95;
	}
}
/* SP landscape */
@media print, screen and (max-width:1023px) and (orientation: landscape) {
	.bargernavi {
		height: 100%;
	}
}

/*--- top_banner ---*/
#top_banner {
	margin-top: 50px;
}

/*--- banner ---*/
.banner_list {
	margin-bottom: 25px;
}
.banner_list li + li {
	margin-top: 5px;
}
.banner_list li a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
}
.banner_list li img {
	display: block;
}
.linkbanner {
	justify-content: center;
	text-align: center;
	padding: 5px;
}
.linkbanner li a {
	display: inline-block;
	font-size: 1rem;
}
.linkbanner li a img {
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	height: auto;
}
.linkbanner li span {
	display: block;
}
.linkbanner li span a {
	font-size: 1rem;
}
#link .linkbanner {
	padding: 0;
	justify-content: center;
}
#link .linkbanner li {
	margin: 5px;
}



/* PC style */
@media print, screen and (min-width:1024px) {  
	#top_gropu li + li {
		margin-top: 0;
	}
	.linkbanner li {
		width: calc(100% / 4 - 10px);
		margin: 5px;
	}
	#link .linkbanner li {
		width: calc(100%/4 - 13px);
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {  
	#top_gropu li + li {
		margin-top: 5px;
	}
	.linkbanner li {
		width: 50%;
		padding: 5px;
		margin-bottom: 5px;
	}
	#link .linkbanner {
		flex-direction: column;
		align-items: center;
		padding: 8px;
	}
	#link .linkbanner li {
		/*width: calc(100%/2 - 6px);*/
		padding: 5px;
	}
}

/*--- top_news ---*/
/*--- top_sns ---*/

/*--- top_news ---*/
#top_news{
	width: 100%;
}
#top_news .top_topic_wrapper {
	flex-direction: column;
	background: #FFF;
	border: 1px solid #af9b4b;
	padding-top: 10px;
	overflow: hidden;
}
#top_news .top_topic_content {
	width: 100%;
	padding: 10px;
	justify-content: space-between;
}
#top_news .top_topic_img {
	position: relative;
	width: 90px;
	height: 90px;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#top_news .top_topic_img img {
	position: absolute;
}
#top_news .top_topic_article {
	width: calc(100% - 100px);
}
#top_news .top_news_inner {
	height: 110px;
}
#top_news .top_news_inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#top_news .top_news_inner a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}
#top_news .top_news_inner:not(:first-of-type) {
	border-top: 1px solid #cfd9de;
}
#top_news .topiclist_title {
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 2.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#top_news .top_topic_article {
	position: relative;
	margin: 10px 0 0;
}
#top_news .topic_date {
	font-size: 1.2rem;
}
#top_news .top_topic_text {
	line-height: 1.5;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#top_news, #top_sns {
		width: calc(50% - 10px);
		margin: 0 auto;
	}
	#top_news .top_topic_wrapper {
		height: 410px;
	}
	#top_news .top_news_inner a:hover + div {
		background: #ffffaf;
	}
	#top_news .top_topic_article_inner {
		line-height: 1.5em;
		margin-bottom: 10px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 11;
	}
	#top_news .top_topic_text {
		font-size: 1.2rem;
	}
	#top_news .btn_right {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.top_topic_wrapper {
		border: 1px solid #cfd9de;
		border-radius: 15px;
	}
	.top_topic_img {
		max-width: 300px;
		margin: 0 auto;
	}
	#top_news .top_news_inner {
	}
	/*#top_news .top_topic_text {
		padding: 10px;
	}*/
}

/*--- top_photodiary ---*/
.officialsns {
	position: relative;
	height: 410px;
	overflow: hidden;
}
.officialsns:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 1px #af9b4b,inset 0 0 0 4px #FFF;
	pointer-events: none;
}
.diary_img {
	height: 0;
	padding-bottom: 132.97%;
	position: relative;
	line-height: 0;
	border: 1px solid #fff;
}
.diary_img a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.diary_img img {
	height: 100%;
	object-fit: cover;
}
.officialsns h3 {
	font-size: 1.4rem;
	margin-top: 10px;
}
.officialsns .diary_title {
	display: block;
	font-size: 1.2rem;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.officialsns .date {
	font-size: 1.2rem;
	text-align: right;
	margin-top: 10px;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#top_news .btn_wrapper a {
		margin-top: 10px;
	}
	#top_sns {
		width: calc(50% - 10px);
		min-height: 300px;
	}
	#top_sns h2 {
	}
	.officialsns {
	}
	.officialsns li * {
		color: #FFF;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#top_sns {
		width: 100%;
		margin-top: 20px;
	}
	.officialsns {
	}
}

/*--- top_newcomer ---*/

/*--- therapist list ---*/
.therapist_info_wrapper {
	position: absolute;
	color: #FFF;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(0deg, rgba(0,0,0,.8), transparent);
	padding-top: 10px;
}
.therapist_img_wrapper.therapist_new {
}
.therapist_list > div,
.therapist_img_wrapper {
	position: relative;
	overflow: hidden;
}
.therapist_list > div, .therapist_img_wrapper {
}
.therapist_list div.therapist_new::after,
.therapist_slider div.therapist_new::after {
	position: absolute;
}
.therapist_list div.therapist_new::after, .therapist_slider div.therapist_new::after {
	content: "New";
	display: inline-block;
	font-size: 1.8rem;
	line-height: 30px;
	margin: 0;
	padding: 0;
	opacity: 1;
	text-align: center;
	top: 5px;
	left: -30px;
	height: 30px;
	width: 100px;
	background: linear-gradient(315deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
	color: #7d4b32;
	pointer-events: none;
	filter: drop-shadow(2px 2px 2px rgba(0,0,0,.3));
	transform: rotate(-45deg);
}
.therapist_list .icon_schedule_wrapper {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	z-index: 999;
}
.icon_schedule {
	position: relative;
	padding: 1px 4px;
	line-height: 1.25;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
}
.icon_schedule.today {
	background: #960000;
	color: #ff9;
}
.icon_schedule.nextday {
	background: #0098ff;
}
.icon_schedule.nexttime {
	background: #ff8b00;
}
.therapist_img {
	height: 0;
	line-height: 0;
	padding-bottom: 133.33%;
	position: relative;
	overflow: hidden;
}
.therapist_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.therapist_sns {
	position: absolute;
	bottom: 5px;
}
.therapist_icon {
	position: absolute;
	top: 0;
	left: 0;
}
.therapist_icon {
	left: 1px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 40px);
}
.therapist_icon li { 
	pointer-events: none;
	margin: 2px;
}
.therapist_icon span {
	display: inline-block;
	font-weight: 500;
	color: #fff;
	/*box-shadow: 1px 1px 2px rgba(0,0,0,.3);
	border: 1px solid #fff;
	border-radius: 5px; */
}
.icon_reco span {
	background: #e10000;
}
.name_wrapper {
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	text-shadow: 0 0 5px #000;
}
.therapist_name {
	text-align: center;
}
.therapist_name span:not(.girlinfo_name) {
	display: block;
	font-size: 1rem;
	text-align: center;
	margin-top: 3px;
	font-family: 'Zen Old Mincho', serif;
}
.therapist_name span.girlinfo_name {
	font-weight: bold;
}
.therapist_sns {
	width: 30px;
	flex-direction: row;
	justify-content: flex-end;
	bottom: 2px;
	right: 2px;
	z-index: 1;
}
.therapist_info_wrapper .therapist_sns {
	position: absolute;
	top: 0;
	right: 0;
}
.therapist_sns li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px;
	text-align: center;
	margin-top: 2px;
	border: 1px solid rgb(255 255 255 /.5);
}
.therapist_sns li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
}
.sns_icon_twitter {
	background: linear-gradient(315deg, #000 50%, #666 51%, #000);
}
.sns_icon_insta {
	background: linear-gradient(315deg, #d82b7d 50%, #e6619f 51%, #d82b7d);
}
.sns_icon_bluesky {
	background: linear-gradient(315deg, #1185fe 50%, #6fb5fd 51%, #1185fe);
}
.sns_icon_twitter a,
.sns_icon_insta a,
.sns_icon_bluesky a {
	color: #FFF;
}

.therapist_meta {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.therapist_meta .therapist_name {
	font-weight: 700;
}
.therapist_height {
	font-family: 'Zen Old Mincho', serif;
	text-align: center;
	font-size: 1.2rem;
	margin: 5px 0;
}
.therapist_text_box {
	font-size: 1.4rem;
	font-weight :bold;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 20px;
	height: 20px;
	background: #960000;
	color: #FFF;
}
.therapist_text_box:not(:last-of-type) {
	margin-bottom: 2px;
}
.therapist_text_box.therapist_room,
.therapist_text_box.therapist_time {
}
.therapist_text_box.therapist_comment {
	height: 30px;
	line-height: 30px;
	background: #000;
	border-radius: 10px;
}
.therapist_entryday {
	background: #960000;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	margin-top: 2px;
	border-radius: 10px;
}
#top_waiting .icon_schedule.today,
#schedule .icon_schedule.today {
	width: 100%;
	border: none;
}
#newface .icon_schedule {
	font-size: 1.1rem;
}

/* PC style */
@media print, screen and (min-width:1024px) {
	.therapist_list {
		flex-wrap: wrap;
	}
	.therapist_list > div {
		width: calc(100% / 4 - 2px);
	}
	.therapist_list > div img {
		transition: .2s transform;
	}
	.therapist_list > div:hover img {
		transform: scale(1.05);
	}
	.therapist_list > div:not(:nth-of-type(4n)) {
		margin-right: 2px;
	}
	.therapist_list > div:not(:nth-of-type(-n + 4)) {
		margin-top: 20px;
	}
	.therapist_icon {
	}
	.therapist_icon span {
		font-size: 1.3rem;
		padding: 5px;
	}
	.therapist_sns li:hover {
		transform: rotateY(360deg);
		transition: .5s;
	}
	.therapist_name {
		font-size: 1.5rem;
		font-weight: bold;
	}
	/* therapist_slider */
	.therapist_slider .slick-slide {
		margin-right: 6px;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.text_sub.sp_sectioninner {
		margin-bottom: 8px;
	}
	#top_waiting.block{
		margin-top: 6px !important;
	}
	#top_waiting .therapist_list,
	#top_newcomer .therapist_list {
		justify-content: space-between;
		/* overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch; */
		padding-bottom: 10px;
		font-size: 0;
	}
	#top_waiting .therapist_list > div,
	#top_newcomer .therapist_list > div {
		display: inline-block;
		width: calc(50% - 3px);
		height: auto;
		vertical-align: top;
		margin-bottom: 20px;
	}
	.therapist_icon {
		height: 20px;
	}
	.therapist_icon span {
		font-size: 1.2rem;
		padding: 2px 5px;
	}
	.icon_schedule {
		font-size: 1rem;
	}
	.therapist_name {
		font-size: 1.5rem;
		font-weight: bold;
		margin-top: 5px;
	}
	.therapist_entryday {
		font-size: 1.2rem;
		font-weight: bold;
	}
	.therapist_sns li {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.therapist_sns li a{
		font-size: 1.6rem;
	}
	.therapist_text_box {
		font-size: 1.2rem;
	}
}

/*--- top_review ---*/
/*--- profile_review ---*/
/*#top_review,#profile_review {display	: none;}*/
#top_review .top_topic_wrapper,
#top_review .top_topic_content,
#profile_review .top_topic_wrapper,
#profile_review .top_topic_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top_review .top_topic_content, 
#profile_review .top_topic_content {
	border: 1px solid #960000;
	border-radius: 10px;
	background: #fff;
	padding: 5px;
}
.top_review_inner {
	position: relative;
}
.top_review_inner  a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: block;
	z-index: 1;
}
#top_review .topiclist_title,
#profile_review .topiclist_title {
	font-weight: bold;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#top_review .topiclist_title.therapist_name,
#profile_review .topiclist_title.therapist_name {
	color: #000;
	text-align: left;
}
#top_review .top_topic_article,
#profile_review .top_topic_article {
	position: relative;
}
#top_review .topic_date,
#profile_review .topic_date {
	font-size: 1.2rem;
	text-align: right;
	margin-bottom: 5px;
}
#top_review .top_topic_text,
#profile_review .top_topic_text {
	position: relative;
	line-height: 1.5;
}
#top_review .top_topic_text .date,
#profile_review .top_topic_text .date {
	position: absolute;
	top: 0;
	right: 0;
}
#top_review .top_topic_text h4,
#profile_review .top_topic_text h4 {
	font-size: 1.4rem;
}
#top_review .comment,
#profile_review .comment {
	height: 1em;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
#top_review i,
#profile_review i {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 2rem;
	color: #ffffaf;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.top_review_inner {
		width: 50%;
		padding: 5px;
	}
	.top_review_img {
		width: 100px;
	}
	#top_review .top_topic_article,
	#profile_review .top_topic_article {
		width: calc(100% - 110px);
	}
	#top_review .topiclist_title.therapist_name,
	#profile_review .topiclist_title.therapist_name {
		font-size: 1.6rem;
	}
	#top_review .top_topic_text,
	#profile_review .top_topic_text {
		font-size: 1.2rem;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.top_review_inner {
		width: 100%;
		margin-top: 10px;
	}
	/*.top_review_inner:not(:first-of-type) {
		display: none;
	}*/
	#top_review .topiclist_title.therapist_name,
	#profile_review .topiclist_title.therapist_name {
		font-size: 1.4rem;
	}
	.top_review_img {
		width: 80px;
	}
	#top_review .top_topic_article,
	#profile_review .top_topic_article {
		width: calc(100% - 90px);
	}
	#top_review .top_topic_text,
	#profile_review .top_topic_text {
		font-size: 1.2rem;
	}
}

/*--- footernavi ---*/
.footernavi_list {
	justify-content: space-between;
}
.footernavi_list li {
	height: auto;
	aspect-ratio: 1/1;
}
.footernavi_list li a {
	display: block;
	position: relative;
	font-size: 1.8rem;
	text-align: center;
	transition: 0.3s;
	height: 100%;
	width: 100%;
	background-size: cover;
}
.footernavi_list li a span {
	font-size: .8em;
	font-weight: bold;
	margin-top: 5px;
}
.footernavi_list li a:hover{
	opacity: .6;
}
.footernavi_list li p {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	color: #FFF;
	background: rgb(150 0 0 / 90%);
	font-weight: bold;
	width: 100%;
	height: 60px;
	bottom: 0;
	left: 0;
}
.footernavi_list li:nth-of-type(1) a {
	background-image: url('../img/footernavi_list1.png');
}
.footernavi_list li:nth-of-type(2) a {
	background-image: url('../img/footernavi_list2.png');
}
.footernavi_list li:nth-of-type(3) a {
	background-image: url('../img/footernavi_list3.png');
}
.footernavi_list li:nth-of-type(4) a {
	background-image: url('../img/footernavi_list4.png');
}

.footernavi_list li a img {
	display: block;
}
.footer_sitemap {
	text-align: center;
	max-width: 800px;
	margin: 20px auto 0;
}

/* PC style */
@media print, screen and (min-width:1024px) {
	/*--- footernavi ---*/
	.footernavi {
		margin: 50px 0;
	}
	.footernavi_list {
	}	
	.footernavi_list li {
		width: calc(100% / 4 - 10px);
	}
	.footernavi_list li + li{
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.footernavi {
		margin: 50px 0;
	}
	.footernavi_list {
		margin: auto;
	}
	.footernavi_list li {
		width: calc(100% / 2 - 2.5px);
		margin-bottom: 5px;
	}
}

/*--- footer ---*/
footer {
	background: rgb(150 0 0 / 90%);
	border-top: 5px solid #af9b4b;
}
footer * {
	color: #FFF;
}
.copyright {
	text-align: center;
	padding: 10px;
}
.copyright a {
	font-size: 1.2rem;
}
#totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;	
	height: 50px;
	border-radius: 25px;
	text-align: center;
	display: block;
	font-size: 3rem;
	line-height: 50px;
	cursor: pointer;
	background: #af9b4b;
	z-index: 9997;
}
#totop i {
	color: #FFF;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	footer {
	}
	.footer_wrapper {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		max-width: 1000px;
		margin: 0 auto;
		padding: 20px 20px 40px;
	}
	.footer_logo {
		width: 260px;
		margin-bottom: 20px;
	}
	.footer_info {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer_info img {
		display: block;
		width: 180px;
		margin: 0 auto 20px;
	}
	.footer_info p {
		font-size: 1.4rem;
		margin-bottom: 10px;
	}
	.footer_info dt,
	.footer_info dd {
		display: inline-block;
		font-size: 1.8rem;
		line-height: 1.25;
	}
	.footer_info dt span,
	.footer_info dd span {
		font-weight: bold;
		font-size: .8em;
	}
	.footer_sitemap {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		margin-top: 10px;
	}
	.footer_sns_block p + p {
		margin-left: 20px;
	}
	.footer_sitemap li {
		display: inline-block;
	}
	.footer_sitemap li a {
		display: inline-block;
		padding: .5em;
		font-size: 1.2rem;
	}
	.pc_footer_twitter a, .pc_footer_line a {
		display: block;
		font-size: 5rem;
	}
	#footer_fixedmenu {
		display: none;
	}
	#totop {
		bottom: 10px;
		right: 10px;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	footer.block {
		width: 100%;
		padding-bottom: 70px;
	}
	.footer_wrapper {
		display: none;
	}
	#totop {
		bottom: 86px;
		right: 6px;
	}
	#footer_fixedmenu {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: #af9b4b;
		height: 70px;
		z-index: 9998;
	}
	#footer_fixedmenu li {
		width: calc(100% / 3);
		height: 70px;
	}
	#footer_fixedmenu li + li a {
		border-left: 1px solid #FFF;
	}
	#footer_fixedmenu li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		color: #FFF;
		font-size: 1.3rem;
		font-weight: 600;
		font-weight: 600;
	}
	#footer_fixedmenu li a i {
		color: #FFF;
		font-size: 3.2rem;
		margin-bottom: 8px;
	}
	#footer_fixedmenu li a span {
		letter-spacing: -2px;
		color: #FFF;
		font-size: 1.3rem;
		font-weight: 600;
	}
}

/*--- 404 notfound ---*/
#notfound {
	min-height: 30vh;
}
/* PC style */
@media print, screen and (min-width:1024px) {
}
/* SP style */
@media print, screen and (max-width:1023px) {
}

/*---diary ---*/
#diary .officialsns {
	justify-content: flex-start;
}
#diary .officialsns li {
	margin: 3px 3px 20px;
}
#diary .diary_img {
	border: none;
	margin-bottom: 3px;
}
#diary .officialsns * {
	color: #000;
	font-size: 1.4rem;
}
/* fadein */
.animate {
	opacity: 0;
}
.fadeIn {
	transition: 1s opacity;
}
/* gallist */
.diary_title a {
	color: #ffffaf;
}
/* gal */

.diary_content {
	margin-bottom: 15px;
	border-color: #ffffaf;
	background: rgba(255, 255, 255, .8);
}
.diary_content h3 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #ffffaf;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.link_toprof {
	display: inline-block;
	color: #ffffaf;
	padding: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #ffffaf;
	font-weight: 700;
	font-size: 1.2rem;
	vertical-align: -.3em;
	line-height: 1;
	margin-left: 10px;
	letter-spacing: 1px;
}
.link_toprof::after {
	content: "を見る";
}
.diary_content .date {
	text-align: right;
	margin-bottom: 2px;
	font-weight: 500;
}
.article_img {
	line-height: 0;
}
.article_text {
	font-size: 1.6rem;
	line-height: 1.5;
}
.article_text img {
	display: block;
	max-width: 100%;
	width: auto;
	margin: 10px auto;
}
.diary_link li {
	margin: 20px auto;
}
.morelink a {
	display: block;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	color: #FFF;
	background: #333;
	max-width: 300px;
	margin: 0 auto;
}
.morelink a span {
	font-weight: bold;
}
.diary_link a {
	border-radius: 3px;
	padding: 5px 15px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#diary .officialsns li {
		width: calc(50% - 6px);
	}
	/* gal */
	#diary_gal .sp_sectioninner_narrow {
		width: calc(100% - 40px);
	}
	#diary_gal .pager {
		margin: 10px 5px;
	}
	.article_img {
		margin-bottom: 15px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#diary .officialsns li {
		width: calc(25% - 6px);
	}
	/* gal */
	.article_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.article_img {
		width: 30%;
	}
	.article_text {
		width: 66%;
		margin: 10px 0 10px 4%;
	}
	.profile_link a {
		border-radius: 6px;
		padding: 2px 15px;
	}
}

/*--- gals ---*/
.profile_wrapper {
	margin-top: 30px;
}
/* profile_left */
#profile_img_thumb .thumbnail-item {
	width: 100%;
	opacity: .4;
	position: relative;
	font-size: 0;
}
#profile_img_thumb .thumbnail-item:hover {
	cursor: pointer;
}
/*#profile_img_thumb .thumbnail-item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
#profile_img_thumb .thumbnail-item.thumbnail-current {
	opacity: 1;
}
.profile_img .slick-dots li button {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.profile_block + .profile_block {
	margin-top: 10px;
}
.profile_block h3,
.profile_block:not(.profile_review) h4:not(.bg_none),
.profile_block h4.bg_none span {
	font-weight: bold;
	color: #960000;
	letter-spacing: .25em;
	text-align: center;
	padding: 8px 5px;
	font-size: 2rem;
}
.profile_left .profile_block h3 {
	padding: 5px;
}
.profile_block:not(.profile_review) h4:not(.bg_none),
.profile_right .profile_block h4 span {
	padding: 8px 5px;
}
.profile_block:not(.profile_review) h4.bg_none span {
	display: inline-block;
	width: 100%;
}
.profile_diary .diarylist li {
	width: calc(25% - 4px);
}

.reviewlist * {
	font-size: 1.3rem;
}
.review_meta {
	line-height: 1.5;
	margin-bottom: 1.5em;
}
.reviewlist h4 {
	font-weight: bold;
}
.reviewlist .date {
	font-size: 1.1rem;
}
.reviewlist .comment {
	margin-bottom: 2em;
	padding: 0 10px;
}
.reviewlist .thanks {
	text-align: right;
}
/* profile_right */
.profile_left .catchcopy {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	margin-bottom: 10px;
	color: #699bd7;
}
.profile_left .therapist_name {
	font-size: 3rem;
	margin: 0 auto;
	position: relative;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}
.profile_left .therapist_name .girlinfo_name {
	/*display: block;
	width: 3.5em;
	margin: 0 auto;
	padding-right: 10px;*/
	color: #960000;
}
.profile_left .therapist_name .icon_new {
	position: relative;
	display: inline-block;
	color: #f00;
	font-weight: bold;
	font-size: 2rem;
	line-height: 25px;
	background: #ffc800;
	height: 25px;
	padding: 1px 5px;
	overflow: hidden;
	margin: 0 10px 0 0;
}
.profile_left .therapist_name .icon_new::after {
	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 2s infinite;
}
@keyframes shine {
	0% {
				left: -30%;
		}
		20% {
				left: 120%;
		}
		100% {
				left: 120%;
		}
}
.profile_sub {
	align-items: center;
	justify-content: center;
	margin: 10px 0;
	position: relative;
}
.profile_sub .therapist_age,
.profile_sub .therapist_height {
	font-family: 'Zen Old Mincho', serif;
	font-size: 1.8rem;
	margin: 0 5px 0 0;
}
.profile_sub .therapist_sns {
	width: 100px;
	flex-direction: row;
	position: relative;
	bottom: 0;
}
.profile_sub .therapist_sns li {
	width: 40px;
	height: 40px;
	line-height: 40px;
}
.profile_sub .therapist_sns li + li {
	margin-left: 5px;
}
.profile_sub .therapist_sns a {
	font-size: 2rem;
	text-align: center;
}
.icontype {
	width: calc(100% - 10px);
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.icontype2 {
	width: calc(100% - 10px);
	justify-content: space-between;
	align-items: center;
	margin: 0 auto 20px;
}
.icontype li {
	color: #000;
	background: #fff;
	font-size: 1.1rem;
	text-align: center;
	line-height: 1.5;
	width: calc(50% - 2.5px);
	padding: 5px 0;
	margin-bottom: 5px;
	font-weight: bold;
}
.icontype2 li {
	color: #ffffff;
	background: #af9b4b;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.25;
	width: calc(50% - 2.5px);
	padding: 5px 6px;
	margin-bottom: 5px;
	font-weight: bold;
}
#profile .therapist_icon {
	position: relative;
	margin-bottom: 5px;
	-webkit-box-align: center;
	align-items: center;
}
#profile .therapist_icon li + li {
}
#profile .icon_schedule {
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 1.2rem;
	padding: 5px 10px;
	line-height: 1.2;
	/*border: 1px solid #fff;*/
}
#profile .icon_schedule.today {
	background: #f00;
}
.profile_text + .profile_text {
	margin-top: 15px;
}
.profile_text dt {
	margin-bottom: 8px;
	color: #FFF;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	background: #960000;
}
.profile_text dd {
	line-height: 1.6;
}
.profile_twitter dd {
	position: relative;
	text-align: center;
}
.profile_twitter dd:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 0 0 1px #af9b4b, inset 0 0 0 4px #FFF;
	pointer-events: none;
}
.profile_text dd iframe {
}
.profile_schedule {
	margin-top:50px;
}
.profile_schedule table {
	width: 100%;
}
.profile_schedule th,
.profile_schedule td {
	padding: 10px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	font-size: 1.5rem;
}
.profile_schedule th {
	background: #960000;
	color: #FFF;
}
.profile_schedule td span {
	background: #000;
	color: #fff;
	padding: 2px 8px;
}
th.saturday {
	color: #87b9eb;
}
th.sunday {
	color: #ffc8c8;
}

/* SP style */
@media print, screen and (max-width:1023px) {
	.underlayer_therapistlist .therapist_list > div {
		width: calc(50% - 1px);
	}
	.underlayer_therapistlist .therapist_list > div:nth-of-type(even) {
		margin-left: 2px;
	}
	.underlayer_therapistlist .therapist_list > div:not(:nth-of-type(-n+2)) {
		margin-top: 20px;
	}
	/* profile */
	#profile .section_title {
		font-weight: 700;
	}
	#profile .pager:first-of-type {
		display: none;
	}
	.profile_left .profile_block h3 {
		padding: 8px 5px;
	}
	#profile_img_main {
	  width: 100%;
	}
	.profile_left,
	.profile_right {
		width: 100%;
	}
	#profile .therapist_icon {
		height: inherit;
	}
	#profile .therapist_icon li {
		font-size: 1.4rem;
	}
	section:not(#review) .profile_link {
		margin-bottom: 10px;
	}
	section:not(#review) .profile_link li {
		margin: 10px auto;
		border-radius: 5px;
		background: #000;
	}
	section:not(#review) .profile_link li a {
		color: #FFF;
		border: none;
	}
	.profile_diary .profile_link li {
		border: 1px solid #fff;
	}
	section:not(#review) .profile_link a {
		border: 2px solid #fff;
		border-radius: 3px;
		padding: 5px 15px;
		background: rgba(0, 0, 0, 0);
	}
	section#review .profile_link {
		margin-bottom: 20px;
	}
	section#review .profile_link a {
		border: 4px double #fff;
		border-radius: 6px;
		padding: 5px 15px;
	}
	.profile_review .reviewlist li + li {
		border: none;
	}
	.profile_review h4 {
		font-weight: bold;
		color: #000;
		background: #fff;
		border: 1px solid #000;
		padding: 5px;
		margin-bottom: 10px;
	}
	section:not(#review) .profile_review .profile_link li {
		background: #333;
	}
	section:not(#review) .profile_review .profile_link li a {
		color: #fff;
	}
	.profile_review .reviewlist {
		margin-bottom: 5px;
	}
	.reviewlist li {
		padding: 5px 10px 15px;
	}
	.review_meta .date,
	.review_meta .total {
		padding-left: 5px;
	}
	.reviewlist .comment {
		line-height: 1.3;
		padding: 0 1em;
	}
	.reviewlist .thanks {
		font-size: 1.1rem;
	}
	.profile_schedule.profile_block:not(.profile_review) h4:not(.bg_none) {
		margin-bottom: 0;
	}
	.profile_schedule table {
		width: calc(100% - 10px);
		margin: 0 auto;
		border: 1px solid #af9b4b;
	}
	.profile_schedule tr {
		width: 100%;
	}
	.profile_schedule tr:not(:last-of-type) th {
		border-bottom: 1px solid #fff;
	}
	.profile_schedule tr:not(:last-of-type) td {
		border-bottom: 1px solid #af9b4b;
	}
	.profile_schedule th {
		width: 28%;
	}
	.profile_schedule td {
		width: 72%;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	/* profile */
	.profile_wrapper {
		padding: 5px !important;
	}
	.profile_wrapper::after {
		content: "";
		display: block;
		clear: both;
	}
	#profile_img_main {
	  width: 100%;
	}
	#profile_img_thumb {
		width: calc(100% / 6);
	}
	.profile_diary .morelink {
		display: none;
	}
	.reviewlist li {
		padding: 10px;
        background: #FFF;
        border: 1px solid #960000;
        border-radius: 10px;
        margin-bottom: 5px;
	}
	.profile_left {
		width: calc(100% - 370px);
	}
	.profile_right {
		width: 320px;
		margin-left: 50px;
	}
	.profile_link li {
		margin: 10px auto;
	}
	.profile_link a {
		border-radius: 6px;
		padding: 2px 15px;
	}
	section#review .profile_link {
		margin-bottom: 10px;
	}
	section#review .profile_link a {
		padding: 5px 15px;
	}
	.profile_schedule table {
		border: 1px solid #af9b4b;
	}
	.profile_schedule tr {
		width: calc(100% / 7);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.profile_schedule tr + tr th {
		border-left: 1px solid #fff;
	}
	.profile_schedule tr + tr td {
		border-left: 1px solid #af9b4b;
	}
	.profile_schedule th {
		width: 100%;
	}
	.profile_schedule td {
		width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		min-height: 4em;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
}

/*--- realtime ---*/
.realtime_list > li + li {
	margin-top: 60px;
}
.realtime_list li > h4 {
	text-align: center;
	margin: 10px 0;
	padding: 4px;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom:2px solid #960000;
	color: #960000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
}
/* PC style */
@media print, screen and (min-width:1024px) {
}

/*--- reservation ---*/
#reservation:not(.confirm):not(.complete) .section_text,
.reserve_note dd span {
	font-weight: bold;
	color: #ff8b00;
}
#reservation:not(.confirm) .section_text,
.reserve_note dd span {
	font-weight: bold;
}
#reservation:not(.confirm):not(.complete) .section_text,
#reservation .section_note {
	font-size: 1.2rem;
}
.reserve_note {
	line-height: 1.5;
	margin: 0 auto;
}
.reserve_note dt {
	color: #e10000;
	font-weight: 700;
	font-size: 1.1em;
}
.form_style {
	margin: 40px auto 0;
}
.form_style dl {
	margin-bottom: 10px;
	padding: 10px;
	background: #c7be9c;
}
.form_style dt {
	font-weight: bold;
	margin-bottom: 10px;
}
#reservation:not(.confirm) .form_style dt span.error_text {
	color: #666;
}
#reservation:not(.confirm) .form_style dt span.error_text::before {
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
#reservation:not(.confirm) .form_style dt span.req {
	font-size: .7em;
}
#reservation.confirm .form_style dt span.req {
	color: #f00;
}
.form_style dt span.error_text {
	font-weight: bold;
	display: block;
	font-size: 1.2rem;
	margin-top: 15px;
}
.form_style input:not([type="radio"]),
.form_style select,
.form_style textarea {
	padding: 5px;
	background: #FFF;
	margin: 3px 0;
	border-radius: 5px;
}
.form_style input:not([type="radio"]) {
	width: 100%;
}
.form_style textarea {
	width: 100%;
}
.form_style dd p.spacer {
	margin: 1.5em 0 5px;
}
.submit_wrapper {
	justify-content: center;
}
.submit_wrapper li {
	width: 100%;
}
.submit_wrapper li + li {
	margin-top: 10px;
}
.form_style .submit_wrapper .btn {
	border-radius: 3px;
	line-height: 1;
	cursor: pointer;
	color: #FFF;
	font-weight: 500;
}
.form_style .submit_wrapper .btn[type="submit"] {
	display: block;
	background: #af9b4b;
	margin: 0 auto;
}
.form_style .submit_wrapper .btn[type="reset"],
.form_style .submit_wrapper .btn[value="修正する"] {
	background: #999;
}
/* confirm */
#reservation.confirm .section_text {
	line-height: 1.3;
}
.form_comment dd {
	line-height: 1.4;
}
/* complete */
#reservation.complete .section_text {
	padding: 60px 0 160px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.reserve_note {
		width: 90%;
	}
	.form_style dt {
		padding-bottom: 4px;
	}
	.form_style dt, .form_style dd {
		font-size: 1.4rem;
	}
	.form_style textarea {
		height: 12em;
	}
	.form_style .submit_wrapper .btn {
		padding: 1em;
	}
	/* confirm */
	#reservation.confirm .section_text {
		font-size: 1.2rem;
	}
	.confirm .section_text {
		margin-bottom: 60px;
	}
	.confirm .form_style dl {
		margin-bottom: 30px;
	}
	.confirm .form_style dt {
		margin-bottom: 15px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.reserve_note .form_style {
		max-width: 772px;
	}
	.form_style dt, .form_style dd {
		font-size: 1.6rem;
	}
	.form_style dt {
	}
	.form_style dd {
	}
	.form_style input {
		max-width: 270px;
	}
	.form_style .submit_wrapper .btn {
		padding: 15px 10px;
	}
	/* confirm */
	#reservation.confirm .section_text {
		font-size: 1.3rem;
	}
}

#review .morelink {
	max-width: 945px;
	margin: 0 auto;
}
#review .reviewlist > li, 
.topic .borderbox {
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #960000;
	background: #FFF;
}
.topic .borderbox {
	padding: 15px 10px;
}
#review .reviewlist .therapist_name {
	justify-content: space-between;
	align-items: center;
}
#review .reviewlist .therapist_name,
.topic_title {
	margin-bottom: 10px;
}
#review .reviewlist .therapist_name a:not(.btn) {
	color: #000;
}
#review .reviewlist .therapist_name a:not(.btn),
.topic_title a {
	font-weight: bold;
}
.topic_title a {
	line-height: 1.5;
	color: #e10000;
}
#review .reviewlist .therapist_name a.btn {
	font-weight: bold;
	color: #FFF;
	background: #960000;
	border-radius: 15px;
}
.topic .date {
	font-size: 1.2rem;
	margin-bottom: 5px;
}
#review .review_img,
.topic_img {
	line-height: 0;
}
#review .review_contents,
.topic_contents {
	font-size: 1.5rem;
	line-height: 1.5;
	border-radius: 10px;
}
#review .review_contents {
	padding: 10px;
}
#review .review_contents h4,
#review .review_contents .total {
	font-weight: bold;
}
#review .pager_list li {
	width: calc(100%/3 - 8px);
}
#review .pager_list li * {
	font-size: 1.1rem;
	color: #fff;
}
#review .pager_list li a {
	border-radius: 0;
	background: #e10000;
	font-weight: 700;
}
#news.topic + .pager_single a {
	color: #e10000;
}
/* review_therapist */
.review_therapist .therapist_name {
	font-size: 1.5rem;
	margin-top: 10px;
}
.review_therapist .therapist_name a {
	font-weight: bold;
}
.review_therapist .therapist_review_img .btn {
	display: block;
	width: 100%;
	text-align: center;
	letter-spacing: .15em;
	padding: 8px 10px;
	font-size: 1.4rem;
	background: #333;
	color: #fff;
	border-radius: 5px;
	margin: 10px auto;
	font-weight: bold;
}
/* review_post */
.review_post .error_text {
	display: block;
	color: #000;
	font-weight: bold;
	margin: 15px 0 5px;
	font-size: 1.2rem;
}
.review_post .form_style dt::first-letter {
	font-size: 0;
}
.review_post input, .review_post select {
	padding: 6px;
}
.star_select li {
	display: inline-block;
	margin-right: 20px;
	line-height: 1.5;
}
.star_select li span {
	margin-left: 2px;
}
.btn_otherselect {
	border-radius: 5px;
	margin-left: 10px;
	padding: 7px;
	font-size: 1.2rem;
	color: #FFF;
	background: #666;
	vertical-align: middle;
	cursor: pointer;
}
/* review_post - confirm */
.review_post.confirm .section_text {
	font-size: 1.6rem;
}
.review_post.confirm .section_text {
	margin-bottom: 20px;
}
.review_post.confirm .form_style {
	margin-top: 0;
}
.review_post input[name="submit"] {
	border: none;
}
/* review_post - complete */
.review_post.complete {
	font-size: 1.6rem;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#review .reviewlist .therapist_name a:not(.btn) {
		font-size: 1.8rem;
	}
	#review .reviewlist .therapist_name a.btn {
		padding: 7px 5px;
		font-size: 1.1rem;
	}
	#review .borderbox {
		padding: 10px 5px;
	}
	#review.review_therapist .review_contents {
		border: 1px solid #ffffaf;
	}
	#review .review_contents h4 {
		margin-bottom: 8px;
	}
	#review .review_contents .date,
	#review .review_contents .total {
		padding-left: 0;
	}
	#review .review_contents .total {
		font-size: 1.5rem;
	}
	/* review_therapist */
	.review_therapist .review_img {
		margin-bottom: 10px;
	}
	/* review_post */
	.review_post .form_style input:not([type="radio"]) {
		/*width: auto;*/
	}
	/* review_post - confirm */

	/* topics */
	.topic_contents {
		padding: 10px;
		font-size: 1.4rem;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#review .review_therapist, .topic_wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-start;
	}
	#review .reviewlist .therapist_name a:not(.btn) {
		font-size: 2.2rem;
	}
	#review .reviewlist .therapist_name a.btn {
		padding: 0 1em;
		font-size: 1.1rem;
		line-height: 25px;
		height: 25px;
	}
	#review .review_img,
	.topic_img {
		width: 300px;
	}
	#review .review_contents h4,
	#review .review_contents .total {
		font-size: 1.5rem;
	}
	#review .review_contents .date,
	#review .review_contents .total {
		margin-left: 1em;
	}
	#review .review_contents,
	.topic_contents {
		width: 623px;
		margin-left: 20px;
	}
	#review .review_contents .comment {
		font-size: 1.5rem;
	}
	/* review_therapist */
	.therapist_review_wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-start;
	}
	.therapist_review_img {
		width: 300px;
	}
	.review_therapist .reviewlist {
		width: 645px;
		margin-left: 20px;
	}
	#review.review_therapist .reviewlist .review_contents {
		width: 100%;
		margin: 0 0 30px;
		padding: 20px;
	}
	/* review_post */
	.star_select span {
	}
	/* review_post - confirm */
}


/*--- shecule ---*/
#schedule h2 {
	margin-bottom: 15px;
}
#schedule h3.sellect_date {
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
/* #schedule h3:not(.therapist_name) {
	color: #000;
} */
#schedule h3.sellect_date i {
	margin-right: 5px;
}
.schedule_date {
	width: calc(100% - 17px);
	margin: 10px auto 20px;
}
.schedule_datelist {
	border: 1px solid #af9b4b;
	overflow: hidden;
}
.schedule_datelist li {
	width: calc(100% / 7);
	text-align: center;
}
.schedule_datelist li + li {
	border-left: 1px solid #af9b4b;
}
.schedule_datelist li a {
	display: -webkit-box;	
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 12px 0;
	font-weight: bold;
	color: #000;
	background: #FFF;
	transition: .3s;
}
.schedule_datelist li:hover a,
.schedule_datelist li.active a {
	font-weight: bold;
	color: #fff;
	background: #960000;
}
.schedule_datelist li.active a span {
	font-weight: bold;
}
.schedule_datelist li a .date {
	font-size: 2.4rem;
}
.schedule_datelist li a .date span {
	font-size: .7em;
	opacity: .7;
	vertical-align: top;
}
.schedule_datelist li a .week {
	margin-left: 0.5em;
	font-size: 1.2rem;
	font-weight: bold;
}
.schedule_datelist li a .week.saturday {
	color: rgb(150 175 255);
}
.schedule_datelist li a .week.sunday {
	color: rgb(255 100 100);
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.schedule_datelist li a{
		display: block;
	}
	.schedule_datelist li a .date {
		font-size: 1.8rem;
	}
	.schedule_datelist li a.topic .borderbox .date {
		margin-bottom: 5px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.schedule_datelist li a .date {
		/*margin-bottom: 10px;*/
	}
}

/*---system ---*/
.system_block + .system_block {
	margin-top: 30px;
}
.system_catch{
	margin-bottom: 1em;
	font-size:1.8em;
	font-weight: 700;
	text-align: center;
}
.system_about {
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 20px;
}
.system_about ul {
	display: block;
	margin-top: 10px;
}
.system_about ul li {
	display: inline-block;
}
.system_about ul li:not(:first-of-type):before {
	content: '/';
}

.system_list dt {
}
.system_block h3 {
	position: relative;
	font-weight: bold;
	color: #FFF;
	background: #960000;
	line-height: 2;
	padding-left: 0.5em;
	text-align: center;
}
.system_list {
	overflow: hidden;
	margin: 15px;
}
.system_list li {
	text-align: center;
	font-size: 2.4rem;
	padding: 15px;
}
.system_list li:first-of-type dl dt:after {
	content: "お試し\Aコース";
	white-space: pre;
	font-size: 1.2rem;
	color: #af9b4b;
	font-weight: bold;
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #af9b4b;
	padding: 5px;
	margin-left: 10px;
	width: 3em;
	height: 2em;
	top: -.5em;
}
.system_list dt, .system_list dd {
	position: relative;
	text-align: center;
	width: 50%;
}
.system_list dt span {
	display: block;
	font-size: .75em;
}
.system_list hr {
	margin: 0;
	border-color: #af9b4b;
}
.system_note_list li {
	line-height: 1.5;
}
.system_note_list li + li {
	margin-top: 1.5em;
}
.system_block .system_text {
	padding: 10px 0;
	line-height: 1.7;
}
.system_block .system_text ul {
	margin: 20px 0;
}
.system_block .system_text ul li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	line-height: 1.5;
}
.system_block .system_text ul li:before {
	content: '\f45c';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: .5em;
}
.system_block .system_text ul li p {
	margin-left: 1.5em;
}
.system_block .system_text ul li p:first-letter {
	padding-left: 0.5em;
}
.system_block dl {
	align-items: center;
}
.system_block dl.system_text dt {
	font-weight: bold;
}
.system_list dd.cap{
	font-size: 1.4rem;
	line-height: 1.6;
	text-align: left;
}
.system_block dl.system_text dd {
}
.system_block p.biko{
	font-size: 1.2em;
	line-height: 1.2;
}
.system_block .system_text ul.caution_list {
	margin-top: 0;
}
.areattl {
	font-size: 1.8rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	margin: 5px 0;
	height: 25px;
	background: #ffffaf;
	border-radius: 12.5px;
}
.arealist {
	margin-bottom: 10px;
}
.arealist dt,
.arealist dd {
	line-height: 1.25;
	padding: 5px;
}
.arealist dt {
	width: 6em;
	font-weight: bold;
	text-align: center;
}
.arealist dd {
	width: calc(100% - 7em);
	margin-left: 1em;
}
.card_pay {
	text-align: center;
	width: 100%;
	background: #ffffaf;
	margin: 10px auto 80px;
	border-radius: 10px;
	transition: .5s;
}
.card_pay:hover {
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.5));
}
.card_pay a {
	display: block;
	color: #4E4351;
	padding: 15px;
}
.card_pay p {
	font-size: 3rem;
	color: #4E4351;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px; 
}
.card_pay p span {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
.card_pay img {
	width: 300px;
}
.card_pay li{
	line-height: 1.6;
	margin-bottom: 0.4em;
}
.system_list.transport li {
    padding: 10px 0;
}
.system_list.transport dt {
	font-size: 2rem;
	width: 120px;
}
.system_list.transport dd {
	font-size: 1.6rem;
	line-height: 1.2;
	width: calc(100% - 120px);
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.course_block {

	}
	.course_block > div.system_block {
		width: 100%;
	}
	.system_block_flex {
		justify-content: center;
	}
	.system_block_herf {
		width: 100%;
	}
	.system_block_herf:not(:first-of-type) {
		margin-top: 10px;
	}
	.system_list li {
		font-size: 1.4rem;
		padding: 15px;
	}
	.system_list dt, .system_list dd {
		font-size: 2.2rem;
	}
	.system_list dt{
		width: 40%;
	}
	.system_list dd{
		width: 60%;
	}
	.system_block.system_line{
		padding: 16px;
	}
	.system_list{
		margin: 8px 0;
	}
	.system_list dd.cap{
		font-size: 1.4rem;
	}
	.arealist {
		font-size: 1.4rem;
	}
	#areamap a {
		pointer-events: none;
	}
	.card_pay{
		width: calc(100% - 10px);
	}
	.card_pay p {
		font-size: 2.3rem;
		margin-bottom: 10px;
	}
	.card_pay ul {
		font-size: 1.4rem;
		text-align: left;
		list-style: disc;
		margin-left: 1em;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.course_block {
		align-items: baseline;
	}
	.course_block > div.system_block {
		width: 100%;
	}
	.system_block {
		max-width: 640px;
		margin: 0 auto;
	}
	.system_block_flex {
		align-items: flex-start;
		justify-content: space-between;
	}
	.system_block_herf {
		width: calc(50% - 10px);
	}
	.system_list dt, .system_list dd {
		font-size: 2.4rem;
	}
	.arealist {
		font-size: 1.6rem;
	}
	#areamap {
		position: relative;
	}
	#areamap:after {
		position: absolute;
		right: 20px;
		bottom: 20px;
		font-family: "Font Awesome 5 Free";
		content: '\f00e';
		font-size: 7rem;
		font-weight: 600;
		margin-right: 4px;
		color: rgba(0,0,0,.5);
		pointer-events: none;
	}
	#areamap figure{
	  margin: 0;     /* マージンの初期化 */
	  display: none; /* 最初に画像を隠しておく */
	}
	#areamap figure:target{
	  display: block;  /* 画像を表示する */
	  position: fixed; /* スクロールしても画像を動かさない */
	  top: 0;          /* 画面全体に対して画像を中央に設置する */
	  bottom: 0;
	  left: 0;
	  right: 0;
	  z-index: 10000;    /* 画像を一番前に表示する */
	}
	#areamap figure:target #overlay {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background: rgba(255,255,255,.5);
		text-decoration: none;
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
	}
	#areamap figure:target img{
	  animation: fadein .3s;   /* 0.3秒かけたフェードイン効果 */
	  width: auto;
	}
	@keyframes fadein{         /* フェードイン効果の中身 */
	  0%{
	    transform: scale(0.2);
	    opacity: 0.2;
	  }
	  100%{
	    transform: scale(1);
	    opacity: 1;
	  }
	}
}

/*--- access ---*/
.ttl_access{
	margin-top: 40px;
	margin-bottom: 16px !important;
}
.accesslist li {
}
.accesslist li + li {
	margin-top: 30px;
}
.accesslist h3 {
	color: #fff;
	text-align: center;
	background: #960000;
}
.accesslist dl {
	justify-content: space-between;
	align-items: center;
}
.accesslist dt, .accesslist dd {
	line-height: 1.25;
}
.accesslist dt {
	color: #960000;
	text-align: center;
	border: 1px solid #960000;
	font-weight: bold;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#access {
		margin-top: 50px;
	}
	.accesslist li {
		flex-direction: column;
	}
	.accesslist li .access_info {
		margin-bottom: 15px;
	}
	.accesslist h3 {
		line-height: 30px;
		margin-bottom: 10px;
		font-size: 1.5em;
		height: 30px;
	}
	.accesslist dt {
		width: 9em;
		padding: 3px;
	}
	.accesslist dd {
		width: calc(100% - 10em);
	}
	.accesslist dt:not(:last-of-type), .accesslist dd:not(:last-of-type) {
		margin-bottom: 10px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#access {
		margin-top: 80px;
	}
	.accesslist li {
		flex-direction: row;
		justify-content: space-between;
	}
	.accesslist li .access_info {
		width: 350px;
	}
	.accesslist h3 {
		margin-bottom: 20px;
		font-size: 1.5em;
		line-height: 1.4;
	}
	.accesslist li iframe {
		width: calc(100% - 370px);
	}
	.accesslist dt {
		font-size: 1.1em;
		letter-spacing: .1em;
		width: 100%;
		margin-bottom: 10px;
	}
	.accesslist dd {
		text-align: center;
		width: 100%;
	}
	.accesslist dd {
		font-size: 1.2em;
	}
	.accesslist dd:not(:last-of-type) {
		margin-bottom: 20px;
	}
}

/*--- magazine ---*/
#magazine .block + .block {
	margin-top: 50px;
}
#magazine .form_style {
	border-left: 1px solid #000;
	margin: 0 0 0 15px;
	padding-left: 15px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#magazine .section_title_color + .section_text {
		margin-top: 5px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
}
/*--- recruit / mens ---*/
#recruit .section_title {
	display: none;
}
.recruit .borderbox {
	border: none;
	border-radius: 0;
	padding: 0;
}
.recruit h3 {
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: .5em;
	margin-left: 1em;
}
.recruit.therapist h3 {
	font-weight: 900;
	color: #ff3376;
}
#mens.recruit h3 {
	color: #0080ff;
}
.recruit h3::before {
	content: "■";
	margin-left: -1em;
}
.recruit .section_text {
	line-height: 1.5;
}
.recruit .tablestyle + .tablestyle {
	margin-top: 0;
}
.recruit .tablestyle dt {
	border-bottom: 1px solid #fff;
}
.recruit.therapist .tablestyle dt {
	background: #ffdee9;
}
#mens.recruit .tablestyle dt {
	background: #c2e7ff;
}
.recruit .tablestyle dd {
	border-bottom: 1px solid #ccc;
}
.recruit_contact h3 {
	padding: 10px;
}
.recruit_contactlist li a {
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}
.rc_tel a {
	background: #ff8b00;
}
.rc_mail a {
	background: #0098ff;
}
.rc_line a {
	background: #00C854;
}
.qa_style {
	margin: 10px 5px;
}
.qa_style dt {
	cursor: pointer;
	/* color: #000; */
	padding-bottom: 5px;
	font-size: 1.6rem;
}
.qa_style dt::before {
	content: "Q.";
	font-size: 1.5em;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	background: #000;
	color: #fff;
	margin-right: 10px;
}
.qa_style dt span {
	line-height: 1.5;
	font-weight: bold;
	width: calc(100% - 40px);
	margin-top: 3px;
}
.qa_style dd {
	display: none;
	line-height: 1.5;
	font-size: 1.6rem;
	padding-left: 2em;
	margin-left: 1.5em;
}
.qa_style dd::before {
	content: "A.";
	margin-left: -1.5em;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.recruit .borderbox {
	}
	.recruit_contactlist li + li {
		margin-top: 5px;
	}
	.recruit_contactlist li a {
		padding: 10px 0;
		font-size: 2rem;
		font-weight: 700;
	}
	.recruit_contactlist li a i {
		font-size: 1.2em;
		margin-right: 10px;
		vertical-align: -.1em;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.recruit .borderbox {
		margin: 30px auto;
	}
	.recruit_contact h3 {
		margin-bottom: 10px;
	}
	.recruit_contactlist {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
	}
	.recruit_contactlist li {
		width: calc(100%/3 - 14px);
		margin: 5px;
	}
	.recruit_contactlist li a {
		padding: 20px 0px;
	}
	.recruit_contactlist li a i {
		display: block;
		font-size: 3em;
		margin-bottom: 5px;
	}
}

/*--- concept ---*/
#concept h3 {
	line-height: 1.4;
	color: #4E4351;
	letter-spacing: .1em;
	margin: 1.5em 0;
}
#concept h3 span{
	display: block;
	font-size: 0.6em;
	font-weight: 700;
}
.concept_catch{
	margin: 0 auto 1em;
	font-size: 2rem;
	text-align: left;
	text-align: center;
	letter-spacing: 1px;
	line-height: 2;
	letter-spacing: 0.1em;
}
.concept_catch span {
	display: inline-block;
	font-size: 1.5em;
	letter-spacing: .25em;
	line-height: 1;
	font-weight: bold;
}
#concept img {
	max-width: 950px;
	margin: 0 auto 30px;
	display: block;
}
#concept_pickup {
	color: #000;
}
#concept_pickup dl {
	background: #FFF;
	padding: 20px;
	border: 2px solid #87b9eb;
	border-radius: 20px;
	filter: drop-shadow(5px 5px 0 #87b9eb);
}
#concept_pickup dl dt {
	font-size: 2rem;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	width: 100%;
	margin-bottom: 10px;
}
#concept_pickup dl dd {
	line-height: 1.5;
}
#concept_pickup p {
	line-height: 1.5;
	font-weight: bold;
	background: #ffffaf;
	padding: 10px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#concept h3 {
	font-size: 2.4rem;
	text-align: center;
	}
	.concept_catch{
		font-size: 1.4rem;
	}
	#concept_pickup div {
		flex-direction: column;
	}
	#concept_pickup dl {
		width: calc(100% - 20px);
		margin: 0 auto;
		padding: 10px;
	}
	#concept_pickup dl + dl {
		margin-top: 10px;
	}
	#concept_pickup p {
		font-size: 1.6rem;
		margin: 30px auto 0;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#concept h3 {
	font-size: 4rem;
	text-align: center;
	}
	#concept_pickup div {
		flex-direction: row;
		justify-content: space-between;
	}
	#concept_pickup dl {
		width: calc(100% / 3 - 10px);
		padding: 20px;
	}
	#concept_pickup dl dd {
		font-size: 1.6rem;
	}
	#concept_pickup p {
		font-size: 2rem;
		text-align:center;
		margin: 50px auto 0;
	}
	.concept_catch .spbr {
		display: none;
	}
}

/*--- flow ---*/
#flow {
}
.flow_block {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}
.flow_block::before {
	content: "";
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	overflow: hidden;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .2);
}
.flow_block:first-of-type::before {
	background-image: url("../img/flow_01.png");
}
.flow_block:nth-of-type(2)::before {
	background-image: url("../img/flow_02.png");
}
.flow_block:nth-of-type(3)::before {
	background-image: url("../img/flow_03.png");
}
.flow_block:nth-of-type(4)::before {
	background-image: url("../img/flow_04.png");
}
.flow_block {
	counter-increment: step;
}
.flow_section h3 {
	font-size: 2em;
	margin-bottom: 1em;
	text-align: center;
	line-height: 1.4;
}
.flow_section h3::before {
	display: block;
	content: "Step." counter(step);
	color: #af9b4b;
	width: 5em;
	margin: 0 auto .5em;
	border-bottom: 1px solid #af9b4b;
	font-size: 1.3em;
}
.flow_block dd p {
	line-height: 1.6;
}
.flow_block dd p > span {
	font-family: 'Zen Old Mincho', serif;
	font-size: 2em;
	font-weight: bold;
}
.flow_block dd p > span span {
	font-weight: bold;
}

/* SP style */
@media print, screen and (max-width:1023px) {
	.flow_section + .flow_section {
		margin-top: 10px;
	}
	.flow_block {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}
	.flow_block + .flow_block {
		margin-top: 40px;
	}
	.flow_block::before {
		width: 140px;
		height: 140px;
		border-radius: 70px;
		margin-bottom: 15px;
	}
	.flow_block dl {
		width: 90%;
	}
	.flow_block dt {
		font-size: 0.7em;
	}
	.flow_block dd p > span {
		font-size: 1.5em;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.flow_section + .flow_section {
		margin-top: 20px;
	}
	.flow_block {
		width: 98%;
		margin: 0 auto;
		-webkit-box-pack: justify;
		justify-content: space-between;
	}
	.flow_block:nth-of-type(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		flex-direction: row-reverse;
	}
	.flow_block + .flow_block {
		margin-top: 70px;
	}
	.flow_block::before {
		width: 280px;
		height: 280px;
		border-radius: 140px;
	}
	.flow_section h3 br {
		display: none;
	}
	.flow_block dl {
		width: calc(100% - 310px);
	}
}





/*--- editor style ---*/
.top_topic_article h2 {
	font-size: 3rem;
}
.top_topic_article h3 {
	font-size: 2.4rem;
}
.top_topic_article h4 {
	font-size: 1.8rem;
}
.top_topic_article strong {
	font-weight: bold;
}
.top_topic_article .text-tiny {
	font-size: .7em;
}
.top_topic_article .text-small {
	font-size: .85em;
}
.top_topic_article .text-big {
	font-size: 1.4em;
}
.top_topic_article .text-huge {
	font-size: 1.6em;
}
.top_topic_article ul {
	list-style: disc;
	padding-left: 40px;
}
.top_topic_article ol {
	list-style: number;
	padding-left: 40px;
}
.top_topic_article blockquote {
	overflow: hidden;
	font-style: italic;
	border-left: 5px solid #ccc;
	padding: 10px 20px;
	margin: 0 0 20px;
}
.top_topic_article .table {
	margin: .9em auto;
}
.top_topic_article .table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	border: 1px double #b3b3b3;
}
.top_topic_article .table table td,
.top_topic_article .table table th {
	min-width: 2em;
	padding: .4em;
	border: 1px solid #bfbfbf;
}
.top_topic_article .table table th {
	font-weight: 700;
	background: #aaa;
}



.top_slider {
	max-width: 950px;
	margin: 20px auto 0;
}
/*.thumbnail {
	padding: 10px;
}
.thumbnail .slick-slide {
	padding: 5px;
}*/
.slick-prev, .slick-next {
	top: 50%;
	width: 30px;
	height: 40px;
	z-index: 1;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev:before, 
.slick-next:before {
	font-family: "Font Awesome 5 Free";
	color: #FFF;
	font-weight: 600;
	font-size: 4rem;
}
.slick-prev:before {
  content: '\f104';
}
.slick-next:before {
  content: '\f105';
}
.slick-list, .slick-track {
	height: 100%;
}
.slick-slide {
	transition: 1.5s;
}
.slick-slide:not(.slick-current) {
	filter: contrast(0.5);
}
.slick-slide img {
	height: 100%;
	object-fit: cover;
}

/*SVG アニメーション*/
.st0{
	stroke:#e10000;
	stroke-dasharray: 2000;
	stroke-dashoffset: 0;
	stroke-width: 0;
	-webkit-animation: hello 15s ease-in 0s infinite;
	animation: hello 15s ease-in 0s infinite;
}
@-webkit-keyframes hello {
	0% {
		stroke-dashoffset: 2000;
		fill:transparent;
		stroke-width: 1;
	}
	5% {
		stroke-dashoffset: 2000;
		fill:transparent;
	}
	10% {
		fill:transparent;
	}
	25% {
		stroke-dashoffset: 0;
		fill:#e10000;
		stroke-width: 0;
	}
	95% {
		fill:#e10000;
	}
	100% {
		fill:transparent;
	}
}
.st_footer{
	stroke:#fff;
	stroke-dasharray: 2000;
	stroke-dashoffset: 0;
	stroke-width: 0;
	-webkit-animation: hello 15s ease-in 0s infinite;
	animation: hello_white 15s ease-in 0s infinite;
}
@-webkit-keyframes hello_white {
	0% {
		stroke-dashoffset: 2000;
		fill:transparent;
		stroke-width: 1;
	}
	5% {
		stroke-dashoffset: 2000;
		fill:transparent;
	}
	10% {
		fill:transparent;
	}
	25% {
		stroke-dashoffset: 0;
		fill:#fff;
		stroke-width: 0;
	}
	95% {
		fill:#fff;
	}
	100% {
		fill:transparent;
	}
}


/*--- 認証 ----*/
#enter:before {
	background: url('../img/enter_bg.jpg') no-repeat bottom center;
	background-size: cover;
}
#enter_area {
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: calc(100vh - 40px);
}
#enter_area h1 img {
	max-width: 640px;
	margin-bottom: 50px;
	padding: 0 20px;
	filter: drop-shadow(0 0 5px rgb(0 0 0 /.5));
}
.enter_btn {
	align-items: center;
	max-width: 640px;
}
.enter_btn li a {
	align-items: center;
	justify-content: center;
	color: #ffffff;
	font-size: 3rem;
	width: 100%;
	height: 50px;
	background: #a01919;
}
.caution {
	line-height: 1.5;
	/*text-shadow: 1px 1px 0 #FFF;*/
	margin: 50px auto 0;
	width: fit-content;
	max-width: calc(100% - 20px);
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.enter_btn {
		flex-direction: column;
		justify-content: center;
		width: calc(100% - 20px);
	}
	.enter_btn li {
		width: 100%;
	}
	.enter_btn li + li {
		margin-top: 10px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.enter_btn {
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	.enter_btn li {
		width: calc(50% - 10px);
	}
}





/*--- *** ---*/
/* SP style */
@media print, screen and (max-width:1023px) {
}
/* PC style */
@media print, screen and (min-width:1024px) {
}

/*--- r070510_レビュー ---*/
@media print, screen and (min-width: 1024px) {
    .profile_review .reviewlist {
        justify-content: space-between;
		display: flex;
		flex-wrap: wrap;
    }
}

@media print, screen and (min-width: 1024px) {
    .profile_review .reviewlist li {
        width: calc(50% - 2.5px);
    }
.profile_review .reviewlist li {
    background: #FFF;
    border: 1px solid #960000;
    border-radius: 10px;
    margin-bottom: 5px;
 }
}