@charset "UTF-8";

/*--- base ---*/
html { font-size: 62.5%; width: 100%; }
body {
	width: 100%;
	font-size: 1.4rem;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #333;
	background: #f3f2ea;
	-webkit-text-size-adjust: 100%;
}
body::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: top center;
	background-size: cover; 
	background-repeat: no-repeat;
	z-index: -1;
}
* { box-sizing: border-box; word-wrap: break-word; }
a { color: #4E4351; }
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;
	
}
.flexevent {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/* 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 {}
.borderbox {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 20px;
}
/* title */
.section_title {
	font-size: 3rem
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Shippori Mincho', serif;
	position: relative;
}
.section_title span {
	display: block;
	font-weight: bold;
	font-size: .6em;
	color: #a09767;
	text-transform: none;
}
.underlayer .section_title {
	margin: 0 auto 30px;
}
.section_title_color {
	font-weight: bold;
	font-size: 2rem;
	text-align: center;
	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: #ff7d7d;
}
/* button */
.btn_right {
	text-align: right;
}
.btn {
	display: inline-block;
}
.btn_more {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 3px;
	background: #a09767;
	border-radius: 6px;
}
.btn_gold {
	font-size: 1.2em;
	font-weight: 500;
	padding: 10px 30px;
	margin: 20px;
	background: #736441;
	color: #fff !important;
	border-radius: 5px;
}
/* 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: #a09767;
}
.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: #a09767;
	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:not(.pager_return) a {
	display: block;
	padding: 8px;
	background: #a09767;
	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_list.float li {
	text-align: center;
	width: calc(100%/3 - 8px);
}
#profile .pager_list.float li * {
	color: #ffffaf;
}
#profile .pager_list.float li:not(.pager_return) a {
	font-size: 1.1rem;
	border-radius: 0;
	background: #ffd7e1;
	font-weight: 700;
	border: 1px solid #f099af;
}
/* 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-image: url('../img/SP_bg.jpg');
	}

	.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: 10px 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; }

	body::before {
		background-image: url('../img/PC_bg.jpg');
	}

	/* section */
	main {
		background: rgb(255 255 255 / 90%);
		width: 1000px;
	}
	.wrapper {
	}
	.wrapper_inner {
		margin: 20px auto;
		padding: 25px;
	}
	.section_title {
		font-size: 3rem;
		margin: 50px 0 15px;
	}
	/* button */
	.btn_wrapper {
		text-align: center;
	}
	.btn_wrapper a {
		min-width: 300px;
		margin: 10px 5px;
		letter-spacing: 0;
		transition: .25s opacity;
	}
	.btn_wrapper a:hover {
		opacity: .8;
	}
	/* 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 {
	background: url(../img/header_bg.png) top center;
	background-size: cover;
}
.runtxt {
	overflow: hidden;
	background: #f9f9f4;
	padding: .25em;
}
.runtxt ul {
	margin: 0;
	display : inline-block;
	white-space : nowrap;
	font-size: 1.6rem;
	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 {
	background: #c80000;
}

.globalnavi:before {
	top: 4px;
}
.globalnavi:after {
	bottom: 4px;
}
.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;
	font-weight: bold;
	transition: .25s color;
	font-family: 'Shippori Mincho', serif;
}
.globalmenu li a i {
	display: none;
}
.globalmenu li a span {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	header {
		margin: 0 auto;
	}
	.header_inner {
		position: relative;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1020px;
		height: 200px;
		margin: 0 auto;
		padding: 10px;
	}
	.header_logo {
		width: 500px;
		line-height: 0;
	}
	.header_info.pc_b {
		width: fit-content;
		max-width: calc(100% - 500px);
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		 text-shadow: 1px 1px 0 #FFF, 0 0 2px #FFF, 0 0 2px #FFF;
	}
	.header_info .header_tel {
		align-items: center;
		font-size: 4rem;
		line-height: 1.4;
		font-weight: 600;
	}
	.header_info > .header_tel i {
		font-size: 3rem;
		margin-right: .25em;
	}
	.header_info > .header_time,
	.header_info > .header_access {
		font-family: "メイリオ", Meiryo, sans-serif;
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: bold;
	}
	.header_info .header_time {
		align-items: center;
		font-weight: bold;
	}
	.header_info .header_time dt {
		line-height: 1;
		color: #FFF;
		text-shadow: none;
		letter-spacing: .1em;
		writing-mode: vertical-lr;
		-webkit-writing-mode: vertical-rl;
		background: #000;
		padding: 5px;
		height: 90px;
		width: 25px;
		align-items: center;
		justify-content: center;
	}
	.header_info .header_time dd {
		margin-left: 10px;
		font-weight: bold;
	}
	.globalmenu {
		max-width: 1000px;
		margin: 0 auto;
	}
	.globalmenu li {
		width: calc(100% / 7);
	}
	.globalmenu li a {
		font-size: 1.6rem;
	}
	.globalmenu li a:hover {
		filter: drop-shadow(0 0 3px #FFF);
	}
	/* header fixed */
	.header_fixed .globalnavi_wrapper {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	/*.header_fixed .globalnavi_wrapper::before {
		content: "尼崎 メンズエステ ARESPA";
		display: block;
		background: #FFF;
		backdrop-filter: blur(8px);
		color: #ffffaf;
		font-size: 1.2rem;
		line-height: 2.5;
		text-indent: 0.5em;
		font-weight: bold;
	}*/
	.header_fixed main {
		padding-top: 58px;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	header {
		background-size: cover;
		position: relative;
		top: 0;
		width: 100%;
		height: 60px;
		z-index: 2  ;
	}
	.header_inner {
		display: block;
		height: 60px;
		background: #c80000;
		padding-left: 10px;
	}
	.header_logo {
		position: relative;
	}
	.header_logo img {
		width: 200px;
		height: auto;
	}
	.globalmenu {
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.globalmenu li {
		width: calc(100% / 3);
	}
	.globalmenu li a {
		font-size: 1.1rem;
	}
	/* sp_menubtn */
	.sp_menubtn {
		background: #a09767;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		position: fixed;
		top: 5px;
		right: 5px;
		width: 50px;
		height: 50px;
		border-radius: 5px;
		padding: 10px 0;
		z-index: 10000;
	}
	.sp_menubtn span {		margin: 0 auto;
		width: 70%;
		height: 2px;
		background: #fff;
		transition: all .4s;
	}
	.sp_menubtn.active {
		flex-direction: initial;
		background: #FFF;
		color: #736441;
	}
	.sp_menubtn.active span {
		position: absolute;
		background: #736441;
		width: 100%;
	}
	.sp_menubtn.active span:nth-of-type(1) {
		transform: rotate(-315deg);
	}
	.sp_menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.sp_menubtn.active span:nth-of-type(3) {
		transform: rotate(315deg);
	}
	/* bargernavi */
	.bargernavi_wrapper {
		transition: opacity .5s;
		opacity: 0;
		background: rgba(255,255,255,.95);
		width: 100vw;
		height: 100vh;
		z-index: 9999;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
	}
	.bargernavi_wrapper.menu_open {
		opacity: 1;
		pointer-events: auto;
	}
	.bargernavi_wrapper .globalnavi {
		display: none;
	}
	.bargernavi_wrapper.menu_open .globalnavi {
		display: block;
	}
	.bargermenu {
		position: fixed;
		flex-direction: column;
		width: calc(100% - 20px);
		z-index: 11;
		top: 80px;
		left: 10px;
		max-height:80vh;
		overflow:auto;
	 /*  -webkit-overflow-scrolling: touch; */
		text-align:left;
	}
	.bargermenu li > * {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-left: 5px;
		margin-bottom: 20px;	
		font-size: 1.6rem;
		font-family: 'Shippori Mincho', serif;
		font-weight: 600;
		border-left: 5px solid #c80000;
	}
	.bargermenu li > * i {
		margin-right: 4px;
		width: 1.5em;
		text-align: center;
	}
	.bargermenu li {
		width: 100%;
		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: 1.2em;
	}
	.bargermenu_info {
		position: relative;
		top: 500px;
		text-align: center;
		line-height: 1.2;
	}
	.bargermenu_info dl {
		justify-content: center;
		align-items: baseline;
	}
	.bargermenu_info dl.bargermenu_tel {
		font-size: 3rem;
	}
	.bargermenu_info dl.bargermenu_tel a {
		color: #000;
	}
	.bargermenu_info dl.bargermenu_tel dt {
		font-size: .6em;
	}
	.bargermenu_info dl.bargermenu_time {
		flex-direction: column;
		align-items: center;
		font-size: 1.4rem;
	}
	.bargermenu_info dl.bargermenu_time dt {
		margin-bottom: 5px;
		letter-spacing: .1em;
	}
	.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: 'Shippori Mincho', serif;
	}
	.closeBtn span i {
		line-height:0.95;
	}
}

/*--- top_movie ---*/
/* SP style */
@media print, screen and (max-width:1023px) {
	#top_movie video {
		width: 100%;
	}
	#top_movie video + video {
		margin-top: 10px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#top_movie > div {
		justify-content: space-between;
	}
	#top_movie video:first-of-type {
		width: 54%;
	}
	#top_movie video + video {
		width: 44%;
	}
}


/*--- top_banner ---*/
#top_banner a {
	display: block;
}
#top_banner a + a {
	margin-top: 10px;
}

/*--- 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.mybanner {
	padding: 0;
	flex-direction: column;
	align-items: flex-start;
	text-align: left;
}
#link .linkbanner.mybanner img {
	width: fit-content;
}
#link .linkbanner li {
	margin: 5px;
}
#link p {
	line-height: 1.2;
}


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

/*--- top_news ---*/
#top_news{
	width: 100%;
}
#top_news .top_topic_wrapper {
	background: #FFF;
	border: 1px solid #cfd9de;
	overflow-y: scroll;
}
#top_news .top_topic_content {
	width: 100%;
}
#top_news .top_topic_img {
	position: relative;
}
#top_news .top_news_inner {
	position: relative;
	width: 100%;
}
#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: 1.25;
	border-bottom: 1px solid #a09767;
	padding-bottom: 5px;
	margin: 5px 0;
}
#top_news .top_topic_article {
	position: relative;
	margin: 10px 0 0;
}
#top_news .top_topic_article_inner {
	line-height: 1.5em;
	margin-bottom: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
#top_news .top_topic_article_inner:after {
	content: '続きを見る ▶';
	position: absolute;
	color: #FFF;
	right: 0;
	bottom: 0;
	background: #000;
	padding: 2px 15px;
	border-radius: 15px;
}
#top_news .topic_date {
	font-size: 1.2rem;
}
#top_news .top_topic_text {
	line-height: 1.5;
	text-overflow: ellipsis;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#top_news .top_topic_wrapper {
		height: 500px;
	}
	#top_news .top_news_inner a:hover {
		background: rgba(160,151,103,.2);
	}
	#top_news .top_topic_article_inner {
		-webkit-line-clamp: 12;
	}
	#top_news .top_topic_content {
		padding: 10px;
		justify-content: space-between;
	}
	#top_news .top_topic_img {
		position: relative;
		width: 300px;
		height: auto;
	}
	#top_news .top_topic_article {
		width: calc(100% - 320px);
	}
	#top_news .top_topic_text {
		font-size: 1.6rem;
	}
	#top_news .btn_right {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.top_topic_wrapper {
		height: 75vh;
		border-radius: 15px;
	}
	#top_news .top_news_inner {
	}
	#top_news .top_topic_content {
		padding: 10px;
		flex-direction: column;
		align-items: center;
	}
	.top_topic_img {
		max-width: 240px;
	}
	#top_news .top_topic_article_inner {
		-webkit-line-clamp: 5;
	}
	#top_news .top_topic_text {
		font-size: 1.4rem;
	}
}


/*--- top_event ---*/
.top_event_inner {
	background: #FFF;
	border: 1px solid #cfd9de;
	border-radius: 15px;
	padding: 10px;
	margin-top: 3px;
}
.top_event_inner > h3 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #cfd9de;
}
.top_event_inner .top_topic_article {
	margin-top: 5px;
}
.top_event_inner .top_topic_text {
	height: 1em;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.top_event_inner .top_topic_text * {
	font-size: 1.6rem!important;
	text-align: left!important;
	font-weight: normal;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.top_event_inner + .top_event_inner {
		margin-top: 5px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.top_event_inner + .top_event_inner {
		margin-left: calc(5px * 3 / 2);
	}
	.top_event_inner {
		width: calc(100% / 3 - 5px);
		margin-left: 3px;
	}
}


/*--- top_sns ---*/
.officialsns iframe {
	background: #FFF;
	border-radius: 10px;
}
.diary_img {
	position: relative;
	line-height: 0;
}
.diary_img img {
	aspect-ratio: 3/4;
	object-fit: cover;
}
.diary_title {
	font-size: 1.3rem;
	line-height: 2rem;
	margin: 5px 0 5px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: bold;
}

.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;
}
.date {
	font-size: 1.2rem;
	margin-bottom: 5px;
	text-align: center;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#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: 99%;
		margin: 20px auto 0;
	}
	.officialsns {
		padding-top: 10px;
	}
}

/*--- top_newcomer ---*/

/*--- therapist list ---*/
.therapist_info_wrapper {
	margin-top: 5px;
}
.therapist_img_wrapper.therapist_new {
}
.therapist_list > div,
.therapist_img_wrapper,
.therapist_info_wrapper {
	position: relative;
}
.therapist_list > div {
	position: relative;
	background: #c80000;
	padding: 5px;
}
.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: '';
	background: url(../img/beginner_mark.png);
	background-size: cover;
	width: 50px;
	height: auto;
	aspect-ratio: 1/1;
	left: 0;
	top: -5px;
	pointer-events: none;
	opacity: 1;
	font-family: 'EB Garamond', serif;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.2rem;
	line-height: 1.25;
	text-align: center;
	pointer-events: none;
	animation: 3s linear infinite brightness;
}
@keyframes brightness{
	0%{ filter: brightness(1.5);}
	25%{ filter: brightness(1.0); }
}
.icon_schedule {
	font-size: 1.5rem;
	position: relative;
	margin-top: 3px;
}
.icon_schedule.today {
	color: #000;
	background-color: rgb(255 200 0);
}
.icon_schedule > span {
	border-radius: 5px;
}
.icon_schedule.today > span {
	background: #bb0010;
	color: #fff;
	padding: 1px 5px;
	width: fit-content;
}
.icon_schedule.nextday {
	background-color: #ddd;
}
.icon_schedule.nextday > span {
	background: #333;
	color: #FFF;
	border-radius: 5px;
	width: fit-content;
}
.icon_schedule.today2 {
	font-size: 1.3rem;
	background-color: #d9f6ff;
	margin-bottom: 5px;
}
.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_icon.iconrank {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.iconrank span {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 20px;
	width: 100%;
}
.iconrank span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0984768907563025) 15%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.14889705882352944) 50%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.09567577030812324) 85%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0984768907563025) 15%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.14889705882352944) 50%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.09567577030812324) 85%, rgba(0,0,0,0) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0984768907563025) 15%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.14889705882352944) 50%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.09567577030812324) 85%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	width: 100%;
	height: 100%;
}

.icon_reco span {
	background: #ffffaf;
}
.name_wrapper {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 7px;

}
.therapist_sns {
	position: absolute;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.therapist_sns li + li {
	margin-top: 5px;
}
.therapist_sns li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 3rem;
}
.sns_icon_twitter a {
	color: #2ca7e1;
}
.sns_icon_insta a {
	color: #005aff;
}
.therapist_meta {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.therapist_name {
	color: #FFF;
	font-weight: 700;
	font-feature-settings: 'palt';
}
.therapist_name .age {
	font-size: .9em;
	margin-left: .5em;
}
.therapist_size {
	text-align: center;
	color: #FFF;
	font-size: 1.2rem;
	font-feature-settings: 'palt';
	margin: 5px 0;
}
.therapist_text_box {
	font-size: 1.4rem;
	font-weight :bold;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #FFF;
}
.therapist_text_box.therapist_room {
	background: #000;
	color: #FFF;
	margin-top: 3px;
}
.therapist_entryday {
	background: #a09767;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	margin-top: 2px;
	border-radius: 10px;
}

/* PC style */
@media print, screen and (min-width:1024px) {
	.therapist_list {
		flex-wrap: wrap;
	}
	.therapist_list > div {
		width: calc(100% / 4 - 6px);
	}
	.therapist_list > div img {
		transition: .2s transform;
		backface-visibility: hidden;
	}
	.therapist_list > div:hover img {
		transform: scale(1.05);
	}
	.therapist_list > div:not(:nth-of-type(4n)) {
		margin-right: 8px;
	}
	.therapist_list > div:not(:nth-of-type(-n + 4)) {
		margin-top: 20px;
	}
	.icon_schedule {
		height: 30px;
		line-height: 30px;
	}
	.icon_schedule > span {
	  padding: 1px 5px;
	}
	.therapist_sns {
		cursor: pointer;
	}
	.therapist_sns li:hover {
		transform: rotateY(360deg);
		transition: .5s;
	}
	.therapist_name {
		font-size: 1.5rem;
		font-weight: bold;
		margin-top: 5px;
	}
	/* therapist_slider */
	.therapist_slider .slick-slide {
		margin-right: 6px;
	}
	.therapist_text_box {
		line-height: 30px;
		height: 30px;
	}
}
/* 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: 5px;
	}
	.icon_schedule {
	}
	.icon_schedule > span {
		font-size: 1rem;
		padding: 1px 3px;
	}
	.therapist_name {
		font-size: 1.5rem;
		font-weight: bold;
		margin-top: 5px;
	}
	.therapist_entryday {
		font-size: 1.2rem;
		font-weight: bold;
	}
	.therapist_sns li a{
	}
	.therapist_list div.therapist_new::after, 
	.therapist_slider div.therapist_new::after {
		height: 50px;
		width: 50px;
	}
	.therapist_text_box {
		font-size: 1.3rem;
		line-height: 25px;
		height: 25px;
	}
}

/*--- top_review ---*/
/*--- profile_review ---*/
#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 #736441;
	border-radius: 10px;
	background: #ffffff;
	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;
}
#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 {

}
.review_catch {
	line-height: 1.5;
	margin: 10px auto 20px;
}
/* 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;
	}
	.review_catch {
		font-size: 1.2em;
		text-align: center;
	}
}
/* 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;
	}
	.review_catch {
		width: fit-content;
		padding: 0 10px;
	}
}

/*--- footernavi ---*/
.footernavi {
	margin-top: 50px;
}
.footernavi_list li {
	height: auto;
}
.footernavi_list li a {
	display: block;
	position: relative;
	font-family: 'Shippori Mincho', serif;
	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 a img {
	display: block;
}

/* PC style */
@media print, screen and (min-width:1024px) {
	/*--- footernavi ---*/
	.footernavi_list {
		justify-content: center;
	}
	.footernavi_list li {
		width: calc(100% / 4 - 2px);
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.footernavi_list {
		flex-direction: column;
		justify-content: center;
	}
	.footernavi_list li {
		width: 100%;
	}
	.footernavi_list li + li{
		margin-top: 5px;
	}
}

/*--- footer ---*/
footer {
	background: rgb(87 52 7 / 85%);
}
footer * {
	color: #FFF;
}
.footer_caution {
	font-size: 1.2rem;
	line-height: 1.5;
	text-align: center;
}
.footer_info {
	font-size: 1.2rem;
	line-height: 1.5;
	width: fit-content;
	max-width: 640px;
	margin: 0 auto 20px;
	border: 1px solid #FFF;
	border-radius: 10px;
	padding: 10px;
}
.footer_info h3 {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 10px;
}
.footer_info li {
	text-indent: -1em;
	margin-left: 1em;
}
.footer_info li + li {
	margin-top: 5px;
}
.footer_info .address {
	display: block;
	text-align: center;
	font-size: 1.2em;
}
.copyright {
	text-align: center;
	padding: 10px;
}
.copyright a {
	font-size: 1.2rem;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	footer {
	}
	.footer_wrapper {
		flex-direction: row;
		justify-content: space-between;
		max-width: 1000px;
		margin: 0 auto;
		padding: 20px;
	}
	.footer_sitemap {
		margin: 0 auto;
	}
	.footer_sitemap ul {
		justify-content: center;
	}
	.footer_sitemap li + li {
		border-left: 1px solid #FFF;
		margin-left: .5em;
		padding-left: .5em;
	}
	.footer_sitemap li a {
		display: inline-block;
		padding: .5em;
		font-size: 1.2rem;
	}
	#footer_fixedmenu {
		display: none;
	}
	#totop {
		position: fixed;
		width: 50px;
		height: 50px;
		display: block;
		font-size: 3rem;
		text-align: center;
		line-height: 50px;
		background: #a09767;
		bottom: -5px;
		right: 10px;
		border-radius: 25px 25px 0 0;
		border: 1px solid #fff;
		cursor: pointer;
		z-index: 9997;
	}
	#totop i {
		color: #FFF;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	footer.block {
		width: 100%;
		padding: 0 5px 70px;
		margin-top: 50px;
	}
	.footer_sitemap {
		width: 100%;
	}
	.footer_sitemap ul {
		width: calc(100% - 20px);
		max-width: 420px;
		margin: 10px auto;
	}
	.footer_sitemap ul li {
		width: calc(100% / 3);
		padding: 2px;
	}
	.footer_sitemap ul li a {
		display: block;
		width: 100%;
		height: 30px;
		background: #FFF;
		color: #000;
		text-align: center;
		line-height: 30px;
		border-radius: 5px;
	}
	.footer_time {
		line-height: 1.2;
		width: fit-content;
		margin: 0 auto 10px;
	}
	#footer_fixedmenu {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: #c80000;
		height: 60px;
		z-index: 9998;
	}
	#footer_fixedmenu li {
		height: 60px;
	}
	#footer_fixedmenu li:not(:last-of-type) {
		width: calc(100% / 2 - 30px);
	}
	#footer_fixedmenu li:last-of-type {
		width: 60px;
	}
	#footer_fixedmenu li + li a {
		border-left: 1px solid #FFF;
	}
	#footer_fixedmenu li a {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		color: #FFF;
		font-size: 1.8rem;
		font-weight: 600;
		font-family: 'EB Garamond','Shippori Mincho', serif;
		font-weight: 600;
	}
	#footer_fixedmenu li a i {
		color: #FFF;
		margin-right: 5px;
	}
	#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) {
}


/*--- top_photodiary ---*/
/*---diary ---*/
#top_photodiary .profile_diary .diary_img,
#diary .profile_diary .diary_img {
	padding-bottom: 116.43%;
}
#top_photodiary .diary_img a,
#diary .diary_img a {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#top_photodiary .diary_img img,
#diary .diary_img img {
	object-fit: cover;
}
#diary .diarylist li,
#top_photodiary .diarylist li {
	position: relative;
	text-align: center;
	background: #FFF;
	border: 1px solid #cfd9de;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;
}
#diary .diarylist li h3 ,
#top_photodiary .diarylist li h3 {
	font-weight: bold;
}
#diary .diarylist li a,
#top_photodiary .diarylist li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#diary .officialsns,
#top_photodiary .officialsns {
	justify-content: flex-start;
}
#diary .officialsns li,
#top_photodiary .officialsns li {
	margin: 3px 3px 20px;
}
#diary .diary_img,
#top_photodiary .diary_img  {
	border: none;
	margin-bottom: 8px;
}
#diary .officialsns *,
#top_photodiary .officialsns * {
	color: #000;
	font-size: 1.4rem;
}
.up  {
	background: #000;
	padding: 0 5px 0;
	border-radius: 3px;
	color: #fff;
	margin-left: 5px;
	font-size: 1rem;
}	
/* SP style */
@media print, screen and (max-width:1023px) {
	#diary .diarylist li,
	#top_photodiary .diarylist li {
		width: calc(100% / 3 - 4px);
	}
	#diary .diarylist li + li:not(:nth-of-type(3n + 4)),
	#top_photodiary .diarylist li + li:not(:nth-of-type(3n + 4)) {
		margin-left: 5px;
	}
	/*SPのみ6件表示*/
	#top_photodiary li:nth-child(n+7) {
		display: none;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#diary .diarylist,
	#top_photodiary .diarylist {
		padding: 0 10px;
	}
	#diary .diarylist li,
	#top_photodiary .diarylist li {
		width: calc(100% / 5 - 4px);
	}
	#diary .diarylist li + li:not(:nth-of-type(5n + 6)),
	#top_photodiary .diarylist li + li:not(:nth-of-type(5n + 6)) {
		margin-left: 5px;
	}

}


/* fadein */
.animate {
	opacity: 0;
}
.fadeIn {
	transition: 1s opacity;
}
/* gallist */
.diary_title a {
	color: #736441;
}
/* gal */

.diary_content {
	margin-bottom: 15px;
	border-color: #736441;
	background: #FFF;
}
.diary_content h3 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	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: 2;
	color: #FFF;
	background: #736441;
	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 {

}
/* profile_left */
#profile_img_main .slick-slide {
	aspect-ratio: 3/4;
}
#profile_img_thumb .thumbnail-item {
	float: left;
	width: calc(100% / 5);
	opacity: .4;
	position: relative;
	font-size: 0;
}
#profile_img_thumb .thumbnail-item img {
	aspect-ratio: 3/4;
}
#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 h3,
.profile_block:not(.profile_review) h4:not(.bg_none),
.profile_block h4.bg_none span {
	color: #000;
	text-align: center;
	letter-spacing: .05em;
	font-size: 2rem;
	margin-bottom: 10px;
}
.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_movie {
	position: relative;
	max-width: 460px;
	margin: 0 auto;
}
.profile_movie:before {
	content: '動画';
	color: #FFF;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.profile_movie video {
	width: 100%;
	height: auto;
	aspect-ratio: 3/2;
}

.profile_diary .diarylist li {
	position: relative;
	background: #FFF;
	border: 1px solid #cfd9de;
	border-radius: 5px;
	padding: 3px;
}
	/* SP style */
	@media print, screen and (max-width:1023px) {
		.profile_diary .diarylist {
			overflow-x: scroll;
			flex-direction: row;
			flex-wrap: nowrap;
		}
		.profile_diary .diarylist li { width: calc(100% / 3 - 8px);}
		.profile_diary .diarylist li:nth-child(n+6) { display: none;}   
	}
	/* PC style */
	@media print, screen and (min-width:1024px) {
		.profile_diary .diarylist li { width: calc(100% / 3 - 4px);}
		.profile_diary .diarylist li:nth-child(4n){ margin-left: 0;}
		.profile_diary .diarylist li:nth-child(n+4){margin-top: 5px;}
	}
.profile_diary .diarylist li + li {
	margin-left: 5px;
}
.profile_review .reviewlist li {
	background: #FFF;
	border: 1px solid #a09767;
	border-radius: 10px;
	margin-bottom: 5px;
}
.profile_review .reviewlist li + li {
}
.profile_diary .diarylist li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.reviewlist * {
	font-size: 1.3rem;
}
.review_meta {
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, sans-serif;
	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_right .catchcopy {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	background: #FFF;
	margin-bottom: 10px;
	overflow: hidden;
}
.profile_right .catchcopy span {
	animation: marquee 15s linear infinite;
	display: inline-block;
	white-space: nowrap;
	padding: 5px 0 5px 100%;
}
.profile_right .therapist_name {
	color: #000;
	font-size: 3rem;
	align-items: center;
	justify-content: center;
}
.profile_right .therapist_name .therapist_age {
	font-size: .8em;
	margin-left: .5em;
}
.profile_right .therapist_name .icon_new {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 2rem;
	line-height: 25px;
	background: #fc0000;
	height: 25px;
	padding: 1px 5px;
	overflow: hidden;
	margin-right: 10px;
}
.profile_right .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 {
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
}
.profile_sub .therapist_size {
	color: #000;
	font-size: 1.8rem;
	margin: 0 5px 0 0;
}
.profile_sub .therapist_sns {
	display: none;
	flex-direction: row;
	height: auto;
}
.profile_sub .therapist_sns li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	opacity: 1;
}
.profile_sub .therapist_sns li + li {
	margin-left: 5px;
}
.profile_sub .therapist_sns a {
	font-size: 3rem;
	text-align: center;
}
.icontype {
	justify-content: space-between;
	align-items: center;
	margin-top: 5px;
}
.icontype2 {
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.icontype li {
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 1.5;
	width: calc(100% /2 - 2px);
	padding: 2px 0;
	border-radius: 5px;
}
.icontype li:nth-child(n + 3) {
	margin-top: 4px;
}
.icontype2 li {
	font-size: 1.4rem;
	text-align: center;
	line-height: 1.5;
	width: calc(100% / 3 - 2.5px);
	padding: 2px 5px;
	font-weight: bold;
	border-radius: 5px;
}
.icontype2 li:nth-child(n + 4) {
	margin-top: 3px;
}
#profile .therapist_icon {
	position: relative;
	margin-bottom: 5px;
}
#profile .therapist_icon .iconrank span {
	height: 40px;
	line-height: 40px;
}
#profile .therapist_icon li {
}
#profile .therapist_icon li + li {
	margin-top: 5px;
}
#profile .icon_schedule {
	text-align: center;
	height: 40px;
	line-height: 40px;
}
#profile .icon_schedule.today {
}
#profile .icon_schedule.nexttime {
}
.profile_option {
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	background: #FFF;
	padding: 5px;
	border: 1px solid #a09767;
	border-radius: 10px;
}
.profile_option p {
	font-weight: bold;
	letter-spacing: .25em;
	margin: 5px auto;
}
.profile_option ul {
	width: 100%;
}
.profile_option ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	line-height: 1.2;
	width: calc(100% / 5 - 2px);
	color: #ffffff;
	text-align: center;
	background: #c80000;
	border-radius: 5px;
	margin: 1px;
	padding: 10px 3px;
	opacity: .1;
}
.profile_option.course ul li {
	width: calc(100% / 4 - 2px);
}
.profile_option ul li.active {
	opacity: 1;
}
.profile_text {
	margin-top: 10px;
}
.profile_text dt {
	color: #FFF;
	text-align: center;
	line-height: 1.5;
	font-size: 1.6rem;
	border-bottom: 1px solid #a09767;
	background: #a09767;
}
.profile_text dd {
	line-height: 1.5;
	padding: 5px 10px;
	background: #FFF;
}
.profile_twitter dd {
	text-align: center;
}
.profile_text dd iframe {
	border-radius: 10px;
	overflow: hidden;
}
.profile_schedule table {
	width: 100%;
	border: 1px solid #a09767;
}
.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 {
	color: #FFF;
	background: #a09767;
}
.profile_schedule td {
	background: #FFF;
}
.saturday {
	color: #28dfff;
}
.sunday {
	color: #ff6464;
}
/* room background */
span.schedule_room {
	display: block;
	width: 100%;
	padding: 3px 8px;
	font-weight: 500;
	font-size: 0.9em;
	color: #fff;
	letter-spacing: 1px;
	background: #000000;
	border-radius: 15px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.underlayer_therapistlist .therapist_list > div {
		width: calc(50% - 3px);
	}
	.underlayer_therapistlist .therapist_list > div:nth-of-type(even) {
		margin-left: 6px;
	}
	.underlayer_therapistlist .therapist_list > div:not(:nth-of-type(-n+2)) {
		margin-top: 20px;
	}
	.profile_wrapper {
		max-width: 640px;
		margin: 0 auto;
	}
	.profile_block + .profile_block {
		margin-top: 20px;
	}
	.profile_left_right {
		flex-direction: column;
		padding-top: 160px;
	}
	.profile_info_block {
		position: absolute;
		top: 0;
		width: 100%;
	}
	.icontype li {
		font-size: 1rem;
	}
	/* profile */
	.profile_wrapper {
		margin-top: 5px;
		position: relative;
	}
	#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 .icon_schedule {
		line-height: 30px;
		height: 30px;
	}
	#profile .therapist_icon {
		height: inherit;
	}
	#profile .therapist_icon li {
		font-size: 1.4rem;
	}
	.profile_option p {
		font-size: 1.6rem;
	}
	.profile_option ul li {
		font-size: 1.2rem;
	}
	section:not(#review) .profile_link {
		margin-bottom: 10px;
	}
	section:not(#review) .profile_link li {
		margin: 10px auto;
		background: #736441;
		border-radius: 10px
	}
	section:not(#review) .profile_link li a {
		color: #FFF;
		border: none;
		font-size: 1.5rem;
	}
	.profile_diary .profile_link li {
		border: 1px solid #fff;
	}
	section:not(#review) .profile_link a {
		border-radius: 3px;
	}
	section#review .profile_link {
		margin-bottom: 20px;
	}
	section#review .profile_link a {
		border: 4px double #fff;
		border-radius: 6px;
		padding: 5px 15px;
	}
	.profile_text dd {
		padding: .5em;
	}
	.profile_review .reviewlist li {
		width: 100%;
	}
	.profile_review .reviewlist li + li {
	}
	.profile_review h4 {
		padding: 5px;
	}
	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 {
		margin: 10px auto 0;
	}
	.profile_schedule tr {
		width: 100%;
	}
	.profile_schedule tr + tr {
		border-top: 1px solid #a09767;
	}
	.profile_schedule th {
		width: 28%;
	}
	.profile_schedule tr + tr th {
		border-top: 1px solid #FFF;
	}
	.profile_schedule td {
		width: 72%;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.icontype li {
		font-size: 1.1rem;
	}
	/* profile */
	.profile_wrapper {
		padding: 5px !important;
	}
	.profile_wrapper::after {
		content: "";
		display: block;
		clear: both;
	}
	.profile_block + .profile_block {
		margin-top: 50px;
	}
	.profile_left_right {
		justify-content: space-between;
		max-width: 820px;
		margin: 0 auto;
	}
	.profile_left {
		width: calc(100% - 520px);
	}
	.profile_left .profile_img {
		margin-bottom: 30px;
	}
	.profile_right {
		width: 500px;
	}
	#profile_img_main {
	  width: 100%;
	}
	#profile_img_thumb {
		width: 100%;
	}
	.profile_sub .therapist_sns li:hover {
		transform: rotateY(360deg);
		transition: .5s;
	}
	.profile_option p {
		font-size: 1.8rem;
	}
	.profile_option ul {
	}
	.profile_option ul li {
		font-size: 1.2rem;
	}
	.profile_review .reviewlist {
		justify-content: space-between;	
	}
	.profile_review .reviewlist li {
		width: calc(50% - 2.5px);
	}
	.reviewlist li {
		padding: 10px;
	}
	.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 tr {
		width: calc(100% / 7);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		background: #fff;
	}
	.profile_schedule tr + tr {
		border-left: 1px solid #a09767;
	}
	.profile_schedule tr + tr th {
		width: 100%;
		border-left: 1px solid #FFF;
	}
	.profile_schedule td {
		margin: auto;
		width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		min-height: 4em;
	}
}

/*--- realtime ---*/
.realtime_list > li + li {
	margin-top: 60px;
}
.realtime_list li > h4 {
	text-align: center;
	margin: 10px 0;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	background: #333;
	color: #ffffff;
	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;
}
#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: #000;
	font-weight: 700;
	font-size: 1.1em;
}
.form_style {
	max-width: 760px;
	margin: 40px auto 0;
}
.form_style dl {
	margin-bottom: 20px;
	border-radius: 10px;
}
.form_style dt {
	font-weight: bold;
}
/* #reservation:not(.confirm) .form_style dt span.error_text {
	color: #000;
} */
#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;
	border: 2px solid #a09767;
	margin: 3px 0;
}
.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 {
	margin: 0 5px;
}
.form_style .submit_wrapper .btn {
	border-radius: 6px;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
}
.form_style .submit_wrapper .btn[type="submit"] {
	background: #a09767;
	border: none;
	padding: 10px 90px 10px
}
.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, .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) {
	.form_style dt, .form_style dd {
		font-size: 1.6rem;
	}
	.form_style dt {
		padding-bottom: 5px;
	}
	.form_style input {
	}
	.form_style .submit_wrapper .btn {
		padding: 8px 10px;
	}
	/* confirm */
	#reservation.confirm .section_text {
		font-size: 1.3rem;
	}
}

.review_caution {
	max-width: 760px;
	margin: 0 auto;
}
.review_caution div {
	background: #FFF;
	padding: 20px;
	box-shadow: inset 0 0 0 4px #a09767, inset 0 0 0 6px #FFF, inset 0 0 0 8px #a09767;
	margin-bottom: 20px;
}
.review_caution div h3 {
	font-size: 2rem;
	border-bottom: 1px solid #000000;
	width: fit-content;
	padding: 0 20px 10px;
	margin: 0 auto 20px;
}
.review_caution div p {
	line-height: 1.5;
}
#review .morelink {
	max-width: 945px;
	margin: 0 auto;
}
#review .reviewlist > li, 
.topic .borderbox {
	margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #a09767;
	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),
.topic_title a {
	color: #000;
}
#review .reviewlist .therapist_name a:not(.btn),
.topic_title a {
	font-weight: bold;
}
.topic_title a {
	line-height: 1.5;
}
#review .reviewlist .therapist_name a.btn {
	font-weight: bold;
	color: #FFF;
	background: #a09767;
	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%/2 - 8px);
	max-width: 200px;
}
#review .pager_list li * {
	font-size: 1.1rem;
	color: #fff;
}
#review .pager_list li a {
	border-radius: 0;
	background: #736441;
	font-weight: 700;
}
#news.topic + .pager_single a {
	color: #736441;
}
/* 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 10px;
		font-size: 1.1rem;
	}
	#review .borderbox {
		padding: 10px 5px;
	}
	#review .review_contents h4 {
		margin-bottom: 8px;
	}
	#review .review_contents .date,
	#review .review_contents .total {
		text-align: left;
	}
	#review .review_contents .total {
		font-size: 1.5rem;
		font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	/* 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: 30%;
		max-width: 50%;
	}
	#event .event_img {
		width: 100%;
		max-width: 50%;
	}
	#review .review_contents h4,
	#review .review_contents .total {
		font-size: 1.5rem;
	}
	#review .review_contents .date,
	#review .review_contents .total {
		text-align: left;
		margin-top:1em;
	}
	#review .review_contents, 
	.topic_contents {
		margin-left: 20px;
		width: calc(70% - 20px);
	}
	.event_contents {
		margin-left: 20px;
		width: calc(50% - 20px);
		line-height: 1.8em;
	}
	#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 {
		font-family: "メイリオ", Meiryo, sans-serif;
	}
	/* review_post - confirm */
}


/*--- shecule ---*/
#schedule h2 {
	margin-bottom: 15px;
}
#schedule h3.sellect_date {
	font-size: 2.4rem;
	font-family:  'EB Garamond', 'Shippori Mincho', serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
#schedule h3.sellect_date i {
	margin-right: 5px;
}
.schedule_date {
	width: calc(100% - 16px);
	margin: 10px auto 20px;
}
.schedule_datelist {
	box-shadow: inset 0 0 0 1px #a09767;
	background: #FFF;
	border-radius: 10px;
	overflow: hidden;
}
.schedule_datelist li {
	width: calc(100% / 7);
	text-align: center;
}
 .schedule_datelist li + li {
	border-left: 1px solid #a09767;
}
.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;
	transition: .3s;
}
.schedule_datelist li:hover a,
.schedule_datelist li.active a {
	font-weight: bold;
	background: #a09767;
	color: #FFF;
}
.schedule_datelist li.active a span {
	font-weight: bold;
}
.schedule_datelist li a .date {
	font-family: 'EB Garamond', serif;
	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;
	font-family: 'Shippori Mincho', serif;
}
/* 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_line {
	color: #000;
	background: #FFF;
	padding: 20px;
	border: 1px solid #a09767;
	border-radius: 10px;
	max-width: 800px;
	margin: 0 auto;
}
.option dl, .free_option dl {
	flex-direction: column;
}
.option dl dt, .option dl dd,
.free_option dl dt, .free_option dl dd {
	font-size: 1.4rem;
	line-height: 1.5;
	width: 100%;
}
.option dl dt, 
.free_option dl dt {
	font-weight: bold;
	color: #FFF;
	line-height: 1.25;
	letter-spacing: .15em;
	width: fit-content;
	min-width: 14em;
	margin-bottom: 10px;
	padding: 5px 20px;
	background: #000;
	border-radius: 15px;
}
.option dl dt span, 
.free_option dl dt span {
	color: #ff9;
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
}
.option dl dd,
.free_option dl dd {
	text-align: left;
}
.option dl dd span,
.free_option dl dd span {
	display: inline-block;
	font-weight: bold;
	line-height: 1;
	border: 1px solid #cfd9de;
	border-radius: 5px;
	padding: 5px 10px;
	margin: 2px;
}
.system_block + .system_block {
	margin-top: 20px;
}
.system_block h3 {
	position: relative;
	font-weight: bold;
	color: #FFF;
	letter-spacing: .25em;
	background: #a09767;
	text-align: center;
}
.system_block h4 {
	font-weight: bold;
	letter-spacing: .2em;
	text-align: center;
	color: #c80000;
	margin-bottom: 15px;
}
.system_block h4 span {
	display: block;
	font-size: .5em;
	letter-spacing: .1em;
	color: #FFF;
	font-weight: bold;
	width: fit-content;
	background: #c80000;
	padding: 5px 1.5em;
	margin: 0 auto;
	border-radius: 20px;
}
.system_block h5 {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 30px;
	color: #ffffff;
	background: #000;
	height: 30px;
	margin-bottom: 10px;
	border-radius: 15px;
}
.system_block > div > ul.oilcoursekind {
	align-items: center;
	justify-content: center;
}
.system_block > div > ul.oilcoursekind li {
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 1px solid #000;
	border-radius: 20px;
}
.system_block > div > ul.oilcoursekind li + li{
	margin-left: 5px;
}
.system_block h5.member {
	background: linear-gradient(90deg, #a09767, #d5c782, #a09767);
	margin-top: 20px;
}
.course_block {
	background: #FFF;
	margin: 20px 0;
}
.course_block + .course_block {
	margin-top: 50px;
}
.course_block .course {
	border: 4px double #000000;
	border-radius: 10px;
	padding: 15px;
}
.course_block p {

}
.system_list {
	overflow: hidden;
}
.system_list li {
	text-align: center;
	padding: 15px;
}
.system_list li + li {
	border-top: 1px solid #717171;
}
.system_list dt, .system_list dd {
	text-align: center;
	width: 50%;
}
.system_list dt span {
	display: block;
	font-size: .75em;
}
.system_block .system_text {
	padding: 10px;
	line-height: 1.7;
}
.system_block .system_text ul {
	margin: 5px 0;
}
.system_block .system_text ul li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
}
.system_block .system_text ul li + li {
	margin-top: 5px;
}
.system_block .system_text ul li:before {
	content: '・';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
}
.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.1em;
	line-height: 1.2;
	color: #c80000;
	margin: 20px 0 0 1em;
	text-indent: -1em;
}
.card_pay {
	text-align: center;
	width: 100%;
}
.card_pay p {
	color: #4E4351;
	font-weight: bold;
	line-height: 1.5;
	margin: 10px auto; 
}
.card_pay img {
	width: 300px;
}
.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) {
	.system_catch {
		font-size: 3.5vw;
	}
	.course_block .course {
		width: 100%;
	}
	.course_block .course + .course {
		margin-top: 10px;
	}
	.system_block_flex {
		justify-content: center;
	}
	.system_block_herf {
		width: 100%;
	}
	.system_block_herf:not(:first-of-type) {
		margin-top: 10px;
	}
	.system_block h3 {
		font-size: 1.8rem;
		line-height: 2;
	}
	.system_block h4 {
		font-size: 2.8rem;
	}
	.system_list li {
		padding: 10px 5px;
	}
	.system_list dt, .system_list dd {
		font-size: 2rem;
	}
	.system_list li.encho dt, .system_list li.encho dd {
		font-size: 1.8rem;
	}
	.system_list dt{
		width: 50%;
	}
	.system_list dd{
		width: 50%;
	}
	.system_block.system_line{
		padding: 16px;
	}
	.system_list{
		margin: 8px 0;
	}
	.system_list dd.cap{
		font-size: 1.4rem;
	}
	.card_pay{
		width: calc(100% - 10px);
	}
	.card_pay p {
		font-size: 1.6rem;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.course_block > div{
		justify-content: space-between;
	}
	.course_block .course {
		width: calc(50% - 10px);
	}
	.system_block {
	}
	.system_block_flex {
		align-items: flex-start;
		justify-content: space-between;
	}
	.system_block_herf {
		width: calc(50% - 10px);
	}
	.system_block h3 {
		font-size: 2rem;
		line-height: 2.5;
	}
	.system_block h4 {
		font-size: 3.5rem;
	}
	.system_list dt, .system_list dd {
		font-size: 2.4rem;
	}
	.system_list li.encho dt, .system_list li.encho dd {
		font-size: 2rem;
	}
	.arealist {
		font-size: 1.6rem;
	}
	.card_pay p {
		font-size: 2rem;
	}
}

/*--- access ---*/
.ttl_access{
	margin-top: 40px;
	margin-bottom: 16px !important;
}
.accesslist > li {
}
.accesslist > li + li {
	margin-top: 30px;
}
.accesslist dt {
	color: #FFF;
	text-align: center;
	background: #a09767;
	border-radius: 15px;
}
.accesslist dt > p > span {
	display: block;
	margin-bottom: 5px;
}
.accesslist dt > p > span i {
	margin-right: .5em;
}
.accesslist dd {
	line-height: 1.2;
}
.accesslist dd span {
	font-weight: bold;
}
.accesslist dd ol li + li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dashed #999;
}
.buiiding {
	display: block;
	max-width: 240px;
	margin: 0 auto 20px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.accesslist > li {
		margin-top: 30px;
		justify-content: space-between;
	}
	.accesslist > li .access_info {
		margin-bottom: 15px;
	}
	.accesslist dt {
		width: 100%;
		padding: 5px 0 5px;
	}
	.accesslist dt > p + p {
		margin-top: 10px;
	}
	.accesslist dd {
		width: 100%;
		margin: 5px 5px 10px;
	}
	.accesslist dt:not(:last-of-type), .accesslist dd:not(:last-of-type) {
		
	}
	.accesslist > li .google_map {
		width: 100%;
	}

}
/* PC style */
@media print, screen and (min-width:1024px) {
	.accesslist > li {
		margin-top: 30px;
		justify-content: space-between;
	}
	.accesslist > li .access_info {
		width: 350px;
	}
	.accesslist dl {
		justify-content: space-between;
	}
	.accesslist dt {
		font-size: 1.1em;
		letter-spacing: .1em;
		width: 100%;
		margin-bottom: 5px;
		padding: 5px 0 5px;
		border-radius: 20px;
		text-align: center;
	}
	.accesslist dt > p + p {
		margin-top: 30px;
	}
	.accesslist dd {
		width: 100%;
		margin: 10px 10px 15px;
	}
	.accesslist dd {
		font-size: 1em;
	}
	.accesslist dd:not(:last-of-type) {
		margin-bottom: 20px;
	}
	.accesslist > li .google_map {
		width: calc(100% - 370px);
	}
	.accesslist > li .google_map iframe {
		position: sticky;
		top: 100px;
	}
}

/*--- magazine ---*/
#magazine .block {
	max-width: 720px;
	background: #FFF;
	border: 1px double #736441;
	border-radius: 20px;
	margin: 0 auto;
	padding: 20px;
}
#magazine .block + .block {
	margin-top: 20px;
}
#magazine .form_style dl {

}
#carrier {
	background: #000;
}
#carrier h3 {
	text-align: center;
	font-size: 2rem;
	color: #FFF;
	margin: 10px auto 15px;
}
#carrier .box {
	padding: 15px;
	color: #000;
	background: #FFF;
	box-sizing: border-box;
}
#carrier .box + .box {
	margin-top: 10px;
}
#carrier .box img {
	width: fit-content;
	height: fit-content;
}
#carrier ol {
	line-height: 1.2;
	margin: 10px 0 10px 1em;
	list-style-type: auto;
}
#carrier ol li + li {
	margin-top: 5px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#magazine .section_title_color + .section_text {
		margin-top: 5px;
	}
	#carrier {
		padding: 10px;
	}
	#carrier .box {
		font-size: 1.2rem;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#carrier {
		padding: 30px;
	}

}

/*--- 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-family: 'Shippori Mincho', serif;
	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-family: 'Parisienne', sans-serif;
	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 ---*/
#concept02 {
	background-image: url('/img/concept_bg.jpg');
	background-size: cover;
}
#concept02 > div {
	padding: 20px 0;
}
#concept02 img {
	display: block;
	max-width: fit-content;
	margin: 0 auto;
}
#concept02 h3 {
	font-size: 1.2em;
	text-align: center;
	color: #FFF;
	width: 15em;
	background: linear-gradient(90deg, #7d3200, #964b00, #7d3200);
	padding: 10px;
	margin: 20px auto;
}
#concept02 p {
	text-align: center;
	line-height: 1.5;
	font-weight: bold;
	text-shadow: 0 0 1px #FFF, 0 0 1px #FFF, 0 0 1px #FFF,0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF;
}
#concept02 p span {
	color: #c80000;
	font-weight: bold;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#concept {
		font-size: 1.6rem;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#concept {
		font-size: 2rem;
		max-width: 640px;
	}
}


/*--- handcourse ---*/
#handcourse img {
	display: block;
	max-width: 800px;
	margin:  0 auto 20px;
}
#handcourse .system_block h3 {
}
#handcourse .system_block h3 span {
	position: relative;
	font-size: .8em;
	color: #000;
	line-height: 1;
	letter-spacing: 0;
	font-weight: bold;
	background: linear-gradient(90deg, #dfd8b1, #ffffff, #dfd8b1);
	padding: 5px 20px;
	border-radius: 20px;
}
#handcourse  .system_list dd > span {
	display: block;
	font-size: .7em;
	margin-top: 5px;
}
#handcourse p {
	line-height: 1.5;
	margin: 10px auto;
	width: fit-content;
}
#handcourse .asterisk {
	width: fit-content;
	margin: 10px auto 0;
}
#handcourse .asterisk li {
	line-height: 1.2;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 10px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#handcourse .system_block h3 span {
		display: block;
		width: calc(100% - 10px);
		margin: 0 auto;
		top: 5px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#handcourse .system_block h3 span {
		display: inline-block;
		margin-right: .5em;
	}
	#handcourse p {
		font-size: 1.6rem;
	}
}



/*--- flow ---*/
#flow {
}
.flow_section {
	max-width: 760px;
	margin: 0 auto;
}
.flow_section  h3 {
	margin: 0 auto;
	padding: 0.25em;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.flow_section span.line_click {
	font-size: 0.8em;
	letter-spacing: 0;
}
.flow_block {
	position: relative;
	flex-direction: column;
	box-shadow: inset 0 0 0 3px #a09767,inset 0 0 0 5px #FFF,inset 0 0 0 7px #a09767;
}
.flow_block + .flow_block {
	margin-top: 20px;
}
.flow_block dt {
	align-items: center;
	justify-content: center;
	color: #000;
}
.flow_block dd p span {
	display: inline-block;
	color: #c80000;
	line-height: 1.2;
	border-bottom: 1px dotted;
	margin: 0 5px;
}
.flow_block dt h4 {
	display: inline-block;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: .1em;
	color: #c80000;
	text-align: center;
	margin: 10px auto 15px;
}
.flow_block dd div > p {
	text-align: center;
}
.playstyle {
	justify-content: space-between;
	margin: 10px;
}
.playstyle > div {
	line-height: 1.5;
	border: 3px double #a09767;
	border-radius: 10px;
	padding: 10px;
	background: #FFF;
}
.playstyle h4 {
	color: #FFF;
	text-align: center;
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 1.2em;
	background: #a09767;
	margin-bottom: 10px;
}
.playstyle ol {
	margin: 10px 0;
}
.playstyle ol li {
	font-weight: bold;
	padding-left: 1.25em;
	text-indent: -1.25em;
}
.playstyle ol li:before {
	content: '■';
	margin-right: .25em;
}
.playstyle ol li + li {
	margin-top: 5px;
}
.basic_service_list {
	list-style: none;
}
.basic_service_list li {
	font-family: "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	font-size: .8em;
	border: 1px solid #a09767;
	border-radius: 10px;
	padding: 0 10px;
	margin: 2px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.flow_section + .flow_section {
		margin-top: 10px;
	}
	.flow_block {
		padding: 15px;
	}
	.flow_block dt {
		font-size: 1.8rem;
		font-size: 2rem;
	}
	.flow_block dd {
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.playstyle > div {
		width: 100%;
	}
	.playstyle > div + div {
		margin-top: 10px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.flow_section + .flow_section {
		margin-top: 20px;
	}
	.flow_block {
		padding: 30px;
	}
	.flow_block dt {
		font-size: 2.5rem;
	}
	.flow_block dd {
		font-size: 1.6rem;
		line-height: 2;
	}
	.playstyle > div {
		width: calc(50% - 10px);
	}
}


/*--- faq ---*/
.faq_section  h3 {
	margin: 0 auto;
	padding: 0.25em;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
}
.faq_section  span{
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #4E4351;
}
.faq_section  span.line_click{
	font-size: 0.8em;
	letter-spacing: 0;
}
.faq_section {
	padding: 20px;
	border-radius: 20px;
	counter-reset: number 0;
}
.faq_block {
	position: relative;
	flex-direction: column;
	width: 90%;
	margin: 0 auto;
}
.faq_block + .faq_block {
	margin-top: 50px;
}
.faq_block:not(:last-of-type):after {
	content: '';
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	background:#736441;
}
.faq_block dt {
	align-items: center;
	color: #a09767;
	background: #ffffff;
	padding: 10px;
	font-size: 2.3rem;
}
.faq_block dt i {
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	color: #736441;
}
.faq_block dt h4 {
	display: inline-block;
	font-weight: bold;
	line-height: 1.25;
	text-align: left;
	margin-left: 1em;
}
.faq_block dt h4 span {
	display: block;
	font-weight: bold;
}
.faq_block dt h4:before {
	content: "Q";
	margin-left: -1em;
	margin-right: 3px;	
}
.faq_block dd p{
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: left;
	padding: 15px;
}


/*--- 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;
}

/*--- 認証画面 ----*/
#enter {
	position: relative;
	width: 100vw;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	overflow: hidden;
}
#enter::before {
	content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover; 
	z-index: -1;
}
.enter_logo_wrapper {
	position: relative;
}
#enter h1 {
	max-width: 600px;
	filter: drop-shadow(0 0 2px #960000) drop-shadow(0 5px 2px rgba(0,0,0,.5));
	margin: 20px 0;
}
.nhc25badge {
	position: absolute;
	transform: rotate(15deg);
	filter: drop-shadow(5px 5px 3px rgba(0,0,0,.5));
}
.nhc_enter_catch_txt {
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	background: linear-gradient(90deg,transparent, rgb(225 0 0 / 75%)10%, rgb(225 0 0 / 75%)90%, transparent);
	transform: rotate(-5deg);
}
.nhc_enter_catch_txt:nth-of-type(2) {
	transform: rotate(5deg);
}
.nhc_enter_info img {
	max-width: 420px;
}
#enterBtn {
	margin-top: 20px;
}
#enterBtn li {
	width: fit-content;
	margin: 0 auto;
}
#enterBtn li a img {
	width: fit-content;
}
.enter_caution {
	text-align: center;
	line-height: 1.2;
	margin-top: 10px;
}
footer#enter_footer {
	border: none;
	text-align: center;
	padding-top: 10px;
	margin: 0 auto;
}
footer#enter_footer * {
	color: #000;
}
footer#enter_footer .enter_footer_attention {
	font-size: 1.2rem;
	line-height: 1.5;
	border: 1px solid #000;
	max-width: calc(100% - 10px);
	width: fit-content;
	margin: 10px auto;
	padding: 10px;
}
footer#enter_footer .enter_footer_attention h3 {
	font-size: 1.4em;
	margin-bottom: 10px;
}
footer#enter_footer .enter_footer_attention ul {
	text-align: left;
}
footer#enter_footer .enter_footer_attention ul li {
	padding-left: 1em;
	text-indent: -1em;
}
footer#enter_footer .enter_footer_attention p {
	text-align: left;
	margin: 5px 5px 0 5px;
}
footer#enter_footer p.enter_footer_caution {
	font-size: 1.2rem;
	line-height: 1.5;
}
/*--- *** ---*/
/* SP style */
@media print, screen and (max-width:1023px) {
	#enter {
		justify-content: flex-end;
		max-width: 600px;
		height: 100vh;
		padding-bottom: 20px;
	}
	#enter::before {
		background-image: url('/img/nhc_SPenter_bg.jpg');
	}
	.nhc_enter_catch_txt {
		font-size: clamp(1.4rem, 0.486rem + 4.57vw, 2.2rem);
		line-height: 1.2;
		padding: 5px 30px;
	}
	.nhc25badge {
		width: 18vw;
		max-width: 100px;
		height: 18vw;
		max-height: 100px;
		right: 5px;
		bottom: 0;
	}
	.enter_caution {
		font-size: 1.2rem;
	}
	footer#enter_footer {
		background: rgba(255, 255, 255, .7);
	}
	.nhc_enter_footer_info {
		margin: 10px auto;
	}
	.nhc_enter_footer_info a {
		align-items: center;
		justify-content: center;
		font-size: 2.5rem;
		text-align: center;
	}
	.nhc_enter_footer_info a i {
		font-size: .8em;
		margin-right: 5px;
	}
	.nhc_enter_footer_info p {
		line-height: 1.2;
		margin-top: 5px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#enter {
		justify-content: center;
		max-width: 740px;
		background: rgb(255 255 255 / 60%);
		padding-top: 50px;
	}
	#enter::before {
		background-image: url('/img/nhc_PCenter_bg.jpg');
	}
	.nhc25badge {
		right: -35px;
		bottom: -30px;
		width: 125px;
		height: 125px;
	}
	.nhc_enter_catch_txt {
		font-size: 3rem;
		padding: 10px 15px;
	}
	.nhc_enter_info {
		margin-top: 20px;
	}
	.nhc_enter_info img {
		max-width: 360px;
	}
	#enterBtn a:hover {
		filter: brightness(1.25);
	}
	.enter_caution {
		font-size: 1.4rem;
	}
	footer#enter_footer {
		max-width: 740px;
		background: rgb(255 255 255 / 60%);
	}
}



/*--- 認証モーダル ----*/
.modal * {
	font-family: 'Shippori Mincho', serif;
}
.modal {
	position: absolute;
	flex-direction: column;
	align-items: center;
	display: none;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100vw;
	min-height: 100vh;
	text-align: center;
}
.modal img {
	width: auto;
	max-width: 100%;
}
.modal_float {
	position: absolute;
	text-align: center;
	background: rgba(255,255,255,.8);
	border-radius: 30px;
}
.modal_float p {
	font-weight: bold;
	color: #000;
	text-shadow: 1px 1px 0 #FFF;
}
.modal_float a {
	display: block;
	color: #FFF;
	width: 260px;
	background: #ffffaf;
	border-radius: 20px;
}
.modal_bunner li {
	margin-top: 20px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.modal_float {
		width: 300px;
		height: 420px;
		padding: 20px;
		top: calc(50vh - 210px);
	}
	.modal_btn {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.modal_float img {
		max-width: 200px;
	}
	.modal_float p {
		font-size: 1.6rem;
		line-height: 1.25;
		margin: 5px 0;
	}
	.modal_float a {
		font-size: 2rem;
		line-height: 60px;
		height: 60px;
		width: 250px;
	}
	.modal_float a + a {
		margin-top: 10px;
	}
	.modal_bunner {
		position: relative;
		top: calc(((100vh - 420px) / 2) + 420px); 
		width: calc(100vw - 10px);
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.modal_float {
		width: 600px;
		height: 600px;
		padding: 30px;
		top: calc(50vh - 300px);
	}
	.modal_btn {
		flex-direction: row;
		justify-content: space-between;
	}
	.modal_float img {
		max-width: 300px;
	}
	.modal_float p {
		font-size: 2rem;
		margin: 30px 0;
	}
	.modal_float a {
		font-size: 2.5rem;
		line-height: 150px;
		height: 150px;
		width: 260px;
		cursor: pointer;
	}
	.modal_bunner {
		position: relative;
		top: calc(((100vh - 600px) / 2) + 600px); 
	}
}

.top_slider {
	max-width: 950px;
	margin: 20px auto 0;
}
.top_picup {
	max-width: 950px;
	margin: 20px auto 0;
}
.thumbnail {
	max-width: 950px;
	margin: 0 auto;
}
.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';
}

/* 動き追加 */
.header_logo {
	visibility: hidden;
	opacity: 0;
	animation: fadeIn 1.5s forwards;
}
@keyframes fadeIn {
	0% {
		visibility: hidden;
		opacity: 0;
		filter: blur(5px);

	}
	100% {
		visibility: visible;
		opacity: 1;
		filter: blur(0);
	}
}
.fadeUp {
	opacity: 0;
	transform: translateY(20px);
	transition: 1s transform, 1s opacity, 1s filter;
}
.fadeUp.active {
	opacity: 1;
	transform: translateY(0);
}


/* 管理からの投稿文字フォントサイズ追加 */
.text-tiny {
	font-size: 1.2rem;
}
.text-small {
	font-size: 1.4rem;
}
.text-big {
	font-size: 1.6rem;
}
.text-huge {
	font-size: 2.0rem;
}



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

/*--- 2025904追加 ---*/
.topabout {
	 font-size: 1.6rem;
     line-height: 2;
	text-align: center;
}