@charset "UTF-8";

:root {
	/* color */
	--color-primary: #333;
	--color-secondary: #FFF;
	--color-bg: #af64af;
	--color-fg: #4c4842;
	--color-accent: #af64af;
	--color-gradient: #f7ecf7, #fffaff;
}

/*--- base ---*/
html { font-size: 62.5%; width: 100%; }
body {
	width: 100%;
	font-size: clamp(1.2rem, 1.018rem + 0.91vw, 1.6rem);
	font-family: "Ibarra Real Nova", "Shippori Mincho", serif;
	color: #333;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}
body::before {
	/*content: "";
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../img/bg.jpg') repeat 0 0;
	background-size: cover;
	z-index: -1;*/
}
* { box-sizing: border-box; word-wrap: break-word; }
a { color: #333; }
a:link,
a:visited,
a:active,
a:hover { overflow: hidden; outline: none; }
img { width: 100%;vertical-align:top; }
input, select, textarea { outline: none; }
b, strong { font-weight: 700; }

/* 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 #333;
}
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;
}
.sq_img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: top center;
}
.std_img{
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: top center;
}
/* section */
section {
	position: relative;
	/*padding-top: 80px;
	padding-block: 56px;
	box-shadow: 0px 0px 24px 0px #00000026;
	padding-top: 40px;*/
	box-shadow: 0px 0px 16px 0px #00000026;
	background: #fff;
}
section:not(#top_new_event,#flow,#concept){
	padding-block: 24px;
}
section#diary_gal {
	padding-top: 0;
}
.wrapper {
	margin: 0 auto;
}
.section_inner{
	position: relative;
	margin: 0 auto;
	width: 95%;
	max-width: 1200px;
}
.block + .block {
	/*margin-top: 20px;*/
}
.underlayer {
	padding-bottom: 50px;
	min-height: 60vh;
}
.borderbox {
	/*border: 1px solid #333;
	border-radius: 5px;*/
	padding: 16px;
	box-shadow: 4px 4px 8px 0px rgba(33, 33, 33, .3);
}
.wrapper {
}
.wrapper_inner {
	margin: 0 auto;
}
/* title */
.section_title {
	margin: 0 auto 16px;
	position: relative;
	width: 100%;
	font-size: clamp(2.4rem, 2.6vw, 4.0rem);
	letter-spacing: 1px;
	font-weight: 200;
	color: var(--color-accent);
	text-transform: uppercase;
	text-align: left;
	line-height: 1.3;
	border-bottom: 1px solid #555;
}
.section_title span {
	position: relative;
	margin-left: 1em;
	font-size: .5em;
	text-transform: none;
}
.underlayer .section_title {
}
.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: #333;
	text-decoration: underline;
}
.section_text .text_red {
	color: #f00;
}
/* button */
.btn_right {
	text-align: right;
}
.btn {
	display: inline-block;
}
.btn_wrapper{
	padding-bottom: 40px !important;
}
.btn_more,
.btn_sns {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 30px 0 30px 30px;
	width: fit-content;
	background: #fff;
	box-shadow: 4px 4px 8px 0px rgba(33,33,33,.3);
	overflow: hidden;
	z-index: 2;
}
.btn_more::after {
	content: "";
	position: absolute;
	display: block;
	margin-top: -5px;
	width: 80px;
	height: 10px;
	top:50%;
	right: 30px;
	background: no-repeat center / contain;
	transition: transform 0.2s;
	background-image: url(/img/icon_arrow_right.svg);
	z-index: 2;
}
.btn_x::before,
.btn_blog::before,
.btn_line::before{
	font-family: "Font Awesome 6 Brands";
	content: "\e61b";
	font-weight: 400; 
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	font-size: 60px;
	color: #efefef;
	z-index: -1;
}
.btn_line::before{
	content: "\f3c0";  
}
.btn_blog::before{
	content: "\f781"; 
	font-family: "Font Awesome 6 Free";
	font-weight: 700; 
}
.btn_gold {
	font-size: 1.2em;
	font-weight: 500;
	padding: 10px 30px;
	margin: 20px;
	background: #c90;
	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: #333;
	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: var(--color-secondary);
}
/* pager_list float */
.pager_list.float {
	overflow: hidden;
	position: relative;
}
.pager_list.float li a {
	font-size: 1.8rem;
}
.pager_list.float li:not(.pager_return) a {
	display: block;
	padding: 8px;
	background: rgba(255,255,255,.6);
	border: 1px solid rgba(255,255,255,.9);
	border-radius: 50%;
	color: rgba(33,33,33,.8);
	aspect-ratio: 1 / 1;
	line-height: 0.9rem;
}
.pager_list.float li a i {
	font-size: .9em;
	color: rgba(33,33,33,.8);
}
.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;
}
#profile .therapist_sns{
	flex-direction: row;
	width: auto;
	padding: 8px 0;
	position: unset;
}
#profile .therapist_sns li + li {
	margin: 0 0 0 5px;
}
/* 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%;
	}
	/* button */
	.btn_wrapper a {
		margin: 10px auto 0;
		width: 90%;
	}
	/* 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_inner{
		padding-top: 40px;
	}
	.section_title {
	}
	/* button */
	.btn_wrapper {
		justify-content: center;
	}
	.btn_wrapper a {
		min-width: 400px;
		margin: 24px auto;
		letter-spacing: 0;
		transition: .25s letter-spacing, .25s text-shadow;
	}
	.btn_wrapper a:hover {
		letter-spacing: .1em;
		text-shadow: 0 0 5px #fff;
	}
	/*#top_review .btn_wrapper a {
		margin-left:0;
		margin-right:0;
	}
	#top_review .btn_wrapper a + a{
		margin-left: 40px;
	}*/
	/* 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 ---*/
#home .top_mv .header_logo{
	display: block;
}
.header_logo img {
	/*filter: drop-shadow(5px 5px 5px #fff) drop-shadow(-5px -5px 5px #fff);*/
}
.runtxt {
	overflow: hidden;
	background: linear-gradient( 90deg, var(--color-gradient));
	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: #333;
}
.runtxt ul li:last-child {
		margin:0;
}

.header_info {
	width: fit-content;
	flex-direction: column;
	justify-content: flex-end;
}
.header_info > dl {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 500;
}
.header_info > dl + dl {
	margin-top: 5px;
}
.header_info > dl:not(.header_tel) dt {
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	text-align: center;
	color: var(--color-secondary);
	background: var(--color-bg);
	margin-right: 10px;
	padding: 0 5px 2px;
	width: 6em;
}
.header_info .header_time span {
	font-size: .8em;
}
.header_info > dl.header_time dd {
	font-size: 1.8rem;
}
.header_info > dl.header_access dd {
	font-size: 1.6rem;
}
.header_info > dl.header_tel {
	font-size: 3rem;
}
.header_info > dl.header_tel i {
	font-size: 2.5rem;
	margin-right: .25em;
}
html:not(.ie) .header_info > dl {
	color: #333;
	font-family: 'Shippori Mincho', serif;
}

.globalnavi {
	background: rgba(255,255,255, .7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.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;
	width: 100%;
	height: 100%;
	line-height: 1.5;
	transition: .25s color;
	letter-spacing: 1px;
	/*color: var(--color-secondary);*/
	font-weight: 500;
}
.globalmenu li a i {
	display: none;
}
.globalmenu li a span {
	display: block;
	font-size: .7em;
	text-transform: uppercase;
}
.globalmenu li a::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: var(--color-accent);
	transition: all 0.3s ease;
	transform: translateX(-50%);
}

.globalmenu li a:hover::after {
	width: 100%;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	header {
		background: url(../img/header_PC.jpg);
		background-size: cover;
		margin: 0 auto;
	}
	.header_inner {
		position: relative;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1120px;
		height: 180px;
		margin: 0 auto;
		padding: 10px;
	}
	.header_logo {
		line-height: 0;
		max-width: 400px;
		width: 100%;
		position: relative;
		width: calc(100% - 100px);
		filter: drop-shadow(0 0 1px #FFF) drop-shadow(0 0 3px #FFF);
	}
	.header_info {
		width: fit-content;
		max-width: calc(100% - 300px);
	}
	.globalmenu {
		max-width: 1200px;
		margin: 0 auto;
	}
	.globalmenu li {
		width: calc(100% / 9);
	}
	.globalmenu li a {
		font-size: 1.6rem;
		position: relative;
		transition: .25s;
	}
	/*..globalmenu li a:hover {
		letter-spacing: .1em;
		text-shadow: 0 0 5px #fff;
	}
	globalmenu li a::before {
		content: "";
		opacity: 0;
		display: block;
		width: 100%;
		height: 60px;
		background: linear-gradient(0, #00cefd, #1088fd);
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: -1;
		transition: .25s;
	}
	.globalmenu li a:hover::before {
		opacity: 1;
	}*/

	/* header fixed */
	.header_fixed .globalnavi_wrapper {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	.header_fixed main {
		padding-top: 58px;
	}
	.top_mv{
		display: none;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	header {
		background: url(../img/header_SP.jpg);
		background-size: cover;
		position: relative;
		width: 100%;
	}
	body#home header{
		height: 50vh;
		background-size: cover;
		z-index: 2;
		background-position: 43% 0;
		top: 0;
	}
	.header_inner {
		flex-direction: column;
		justify-content: center;
	}
	.header_logo {
		position: absolute;
		top: 150px;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 480px;
		width: calc(100% - 20px);
	}
	.header_info {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.header_tel {
		display: none;
	}
	.header_info ul.header_room {
		justify-content: center;
		margin-bottom: 10px;
	}
	.header_info ul.header_room li {
		color: #699bd7;
		line-height: 18px;
		letter-spacing: .1em;
		background: #ffffaf;
		height: 18px;
		margin: 0 2px;
		padding: 0 10px;
		border: 1px solid;
		border-radius: 9px;
	}
	.header_info .header_time {
	}
	.header_info dl + dl {
	}
	.header_info dl dd {
		line-height: 1.2;
	}
	.globalnavi {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.globalmenu {
		justify-content: space-between;
		align-items: center;
		width: 100%;
		background: #efefef;
	}
	.globalmenu li {
		width: calc(100% / 3);
	}
	/* sp_menubtn */
	.sp_menubtn {
		background: var(--color-bg);
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		z-index: 10000;
	}
	.sp_menubtn span {
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 70%;
		height: 2px;
		background: #fff;
		transition: all .4s;
	}
	.sp_menubtn span:nth-of-type(1) {
		top: 15px;
	}
	.sp_menubtn span:nth-of-type(2) {
		top: calc(50% - 1px);
	}
	.sp_menubtn span:nth-of-type(3) {
		bottom: 15px;
	}
	.sp_menubtn.active {
		background: #FFF;
		color: #666;
	}
	.sp_menubtn.active span {
		background: #666;
	}
	.sp_menubtn.active span:nth-of-type(1) {
		transform: translateY(14px) rotate(-315deg);
	}
	.sp_menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.sp_menubtn.active span:nth-of-type(3) {
		transform: translateY(-14px) rotate(315deg);
	}
	/* bargernavi */
	.bargernavi_wrapper {
		transition: opacity .5s;
		opacity: 0;
		background: var(--color-bg);
		width: 100vw;
		height: 100vh;
		z-index: 9999;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
	}
	.bargernavi_wrapper.menu_open {
		opacity: 1;
		pointer-events: auto;
	}
	.bargernavi_wrapper .globalnavi {
		display: none;
	}
	.bargernavi_wrapper.menu_open .globalnavi {
		display: block;
	}
	.bargermenu {
		position: relative;
		width: calc(100% - 10px);
		max-width: 420px;
		z-index: 11;
		margin: 70px auto 20px;
		overflow: auto;
		justify-content: space-between;
		/* -webkit-overflow-scrolling: touch; */
	}
	.bargermenu li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: center;
		width: calc(50% - 20px);
		height: auto;
		margin: 3px;
		line-height: 1.25;
	}
	.bargermenu li > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		color: var(--color-secondary);
		font-weight: 500;
		width: 100%;
		height: 100%;
	}
	.bargermenu li{
		border-bottom: 1px solid #fff;
		padding-bottom: 0.5em;
	}
	.bargermenu li > a i {
		margin-right: 4px;
		width: 1.5em;
		text-align: center;
	}
	.bargermenu li a i {
		display: none;
	}
	.bargermenu li a span,
	.barger_rec li a span {
		font-size: .7em;
		margin-top: 5px;
	}
	.barger_rec li > a {
		margin: auto;
		padding: 1em;
		width: 80%;
		height: 100%;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		font-size: 1.6rem;
		font-weight: 500;
		color: #333;
		background: #efefef;
	}
	.barger_rec li{
		margin-bottom: 20px;
	}
	.bargermenu_info {
		position: relative;
		text-align: center;
		color: var(--color-secondary);
		line-height: 1.2;
	}
	.bargermenu_info > a {
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
	}
	.bargermenu_info dl {
		justify-content: center;
		align-items: baseline;
	}
	.bargermenu_info dl.bargermenu_tel {
		font-size: 3rem;
	}
	.bargermenu_info dl.bargermenu_tel a {
		color: var(--color-secondary);
	}
	.bargermenu_info dl.bargermenu_tel dt {
		font-size: .6em;
	}
	.bargermenu_info dl.bargermenu_time {
		font-size: 2rem;
	}
	.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のみmv */
	body#home .top_mv{
		position: absolute;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100%;
		background: url(/img/top_sp_mv.jpg) center top no-repeat;
		background-size: cover;
		color:#333;
		z-index: -1;
	}
	body:not(#home) .top_mv{
		display: none;
	}
	.top_mv_info{
		position: absolute;
		top: 25vh;
		left: 50%;
		transform: translate(-50%, -50%);
		flex-flow: column;
		animation: infofadeIn 1.5s forwards;
	}
	@keyframes infofadeIn {
		0% {
			visibility: hidden;
			opacity: 0;
			filter: drop-shadow(5px 5px 5px #fff) drop-shadow(-5px -5px 5px #fff);
		}
		100% {
			visibility: visible;
			opacity: 1;
			filter: drop-shadow(5px 5px 5px #fff) drop-shadow(-5px -5px 5px #fff);
		}
	}
	.top_mv_info .header_logo{
		width: 360px;
		display: block;
		align-items: center;
		justify-content: center;
	}
	.top_mv_info .header_logo img {
	}
	.top_mv_info .shop_time{
		margin-top: 0.5em;
		text-align: center;
		letter-spacing: 1px;
	}
}

/*--------- TOP PAGE ---------*/

/*--- top_banner ---*/
#top_banner {
	margin-top: 50px;
}

/*--- banner ---*/
.banner_list {
}
.banner_list li{
	width: 950px;
	margin: 0 auto;
	
}
.banner_list li + li {
}
.banner_list li a {
	display: block;
	text-align: center;
	color: var(--color-secondary);
	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 {
	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;
}
.link_wrap{
	margin-bottom: 24px;
	text-align: center;
	justify-content: center;
}
.link_wrap iframe{
	width: calc(50% - 10px);
	margin-bottom: 20px;
}
.link_wrap iframe:nth-of-type(2n){
	margin-left: 10px;
}

/* PC style */
@media print, screen and (min-width:1024px) {  
	.banner_list li{
	}
	.banner_list li + li {
	}
	#top_gropu li + li {
		margin-top: 0;
	}
	.linkbanner li {
		margin: 5px;
	}
	#link .linkbanner li {
	}
	.link_wrap iframe{
		width: calc(30% - 24px);
	}
	.link_wrap iframe:not(:nth-of-type(4n)),
	.link_wrap iframe:not(:first-of-type){
		margin-left: 24px;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {  
	#top_gropu li + li {
		margin-top: 5px;
	}
	.linkbanner li {
		padding: 5px;
		margin-bottom: 5px;
		width: calc(50% - 2px);
	}
	#link .linkbanner {
		flex-direction: column;
		align-items: center;
		padding: 8px;
	}
	#link .linkbanner li {
		padding: 5px;
	}
}

/*--- top_news ---*/
/*--- top_sns ---*/
#top_news_sns {
	justify-content: space-between;
}

/*--- top_news ---*/
#top_news{
	width: 100%;
}
#top_news .top_topic_wrapper {
	background: #FFF;
	padding-top: 4px;
}
#top_news .top_topic_content {
	width: 100%;
	padding: 4px;
	justify-content: space-between;
}
#top_news .top_topic_img {
	position: relative;
	width: 40%;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
#top_news .top_topic_img img {
}
#top_news .top_topic_article {
	width: 60%;
	padding: 5px;
}
#top_news .top_news_inner {
	box-shadow: 4px 4px 8px 0px rgba(33,33,33,.3);
}
#top_news .top_news_inner {
	box-shadow: inset 0 0 0 1px rgba(33,33,33,.3);
	border-radius: 5px;
	width: 100%;
}

#top_news .topiclist_title {
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 2.5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#top_news .top_topic_article {
	position: relative;
}
#top_news .topic_date {
	font-size: 1.2rem;
}
#top_news .top_topic_text {
	height: calc(1.5em * 3);
	line-height: 1.5;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	overflow: hidden;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#top_news {
	}
	#top_news .top_topic_wrapper {
		justify-content: space-between;
	}

	#top_news .top_news_inner{
		width: calc(50% - 40px);
	}
	#top_news .top_topic_wrapper.topics_02{
		justify-content: flex-start;
	}
	#top_news .topics_02 .top_news_inner{
		width: calc((100% / 3) - 10px);
	}
	#top_news .topics_02 .top_news_inner:not(:nth-child(3n)){
		margin-right: 15px;
	}
	#top_news .topics_02 .top_news_inner:nth-child(n+4){
		margin-top: 15px;
	}
	#top_news .topics_02 .top_topic_text{
		height: calc(1.5em * 4); /* 安定した高さ制限 */
		display: -webkit-box;
		-webkit-line-clamp: 4;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	/*ここまで*/

	#top_news .top_topic_article_inner {
		font-size: .8em;
		line-height: 1.5em;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 11;
	}
	#top_news .topiclist_title{
		line-height: 1.6;
	}
	#top_news .btn_right {
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.top_topic_wrapper {
	}
	#top_news .top_news_inner:not(:first-of-type) {
		margin-top: 8px;
	}
	.top_topic_img {
		max-width: 300px;
		margin: 0 auto;
	}
	#top_news .top_topic_wrapper {
		flex-direction: column;
	}
	#top_news .topics_02 .top_news_inner:nth-child(n+4){
		display: none;
	}
}


/*--- top_event ---*/
.top_event_wrapper a:last-of-type {
	margin-top: 16px;
}
.top_event_inner > h3 {
	font-size: clamp(1.8rem, 1.8vw, 2rem) ;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 5px 0;
	padding-bottom: 5px;
	border-bottom: 1px dashed #999;
	line-height: 1.5;
}
.top_event_content{
	justify-content: space-between;
}
.top_event_inner .top_topic_article {
	margin-top: 5px;
}
.top_event_inner .top_event_img{
}
.top_event_inner .top_event_img img{
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position:top center;
}
.top_event_inner .top_topic_text {
	height: 13em;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
	overflow: hidden;
}
.top_event_inner .top_topic_text * {
	font-size: clamp(1.6rem, 1.8vw, 1.8rem) !important;
	text-align: left!important;
	font-weight: normal;
	line-height: 1.4;
}
#top_event .top_topic_article h3{
	margin:0.5em 0;
	font-size: clamp(2.0rem, 1.8vw, 2.4rem);
	line-height: 1.3;
}

/* SP style */
@media print, screen and (max-width:1023px) {
	.top_event_inner + .top_event_inner {
		margin-top: 5px;
	}
	#top_event,
	#top_link{
		margin: 20px auto 0;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.top_event_wrapper  a + a {
		margin-left: 40px;
	}
	.top_event_wrapper  a{
		width: calc(100% / 2 - 40px);
		transition: .25s opacity;
	}
	.top_event_wrapper a:last-of-type{
		margin-top: 0;
	}
	.top_event_inner:hover {
		opacity: .6;
	}
	.top_event_inner .top_topic_text{
		height: 17.6em;
	}
	#top_link{
		margin-bottom: 80px;
	}
}


/*--- top_sns ---*/
.officialsns {
	position: relative;
	/*box-shadow: 0 0 10px #999;*/
}
.officialsns .btn_more{
	width: 100%;
}
.officialsns .btn_more + .btn_more{
	margin-top: 16px;
}
.diary_img {
	position: relative;
	line-height: 0;
}
.diary_img img {
	/*height: 220px;
	object-fit: cover;*/
}
.diary_block{
	width: calc(100% - 48px);
	margin-top: 24px;
}
.diary_title {
	/*line-height: 2rem;
	margin: 5px 0 5px;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: 700;
}

.date {
	margin: 0 auto 2px;
	text-align: left;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#top_sns_info{

	}
	#top_sns {
		width: calc(35% - 40px);
		margin-left: 40px;
		/*min-height: 300px;*/
	}
	#top_sns h2 {
	}
	.officialsns a {
		transition: .25s opacity;
	}
	.officialsns a:hover {
		opacity: .6;
	}
	.officialsns li * {
		color: var(--color-secondary);
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#top_sns {
		width: 100%;
		margin: 20px auto 0;
	}
	.officialsns {
	}
}

/*--- top_newcomer ---*/
#top_newcomer .therapist_list > div::before{
	position: unset;
}
#top_newcomer .ttl_newcomer{
	width: 65%;
	margin: 16px auto;
	text-align: center;
}
#top_newcomer h2{
	/*margin-top: 0.5em;
	color: #333;
	font-size: clamp(1.8rem, 1.8vw, 2.4rem);*/
}
#top_newcomer .btn_more{
	/*background: #333;
	border:1px solid #999;
	color: #efefef;*/
}
#top_newcomer .btn_more::after{
	/*background-image: url(/img/icon_arrow_w_right.svg);*/
}
/*--- therapist list ---*/
.therapist_img_wrapper.therapist_new {
}
.therapist_img_wrapper {
	overflow: auto;
}
.therapist_list > div,
.therapist_img_wrapper,
.therapist_info_wrapper {
	position: relative;
	overflow: hidden;
	justify-content: space-between;
}
.therapist_img_wrapper{
	position: relative;
}
.therapist_img::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	z-index: 1;
	pointer-events: none;
}
.therapist_name{
	text-align: left;
	line-height: 1.2;
}
.therapist_name span{
	display: block;
	font-size: 0.7em;
}
.therapist_info_wrapper {
}
.therapist_info_wrapper .therapist_info,
.therapist_info_wrapper p + p {
	/*margin-top: 4px;*/
}


/* top_new_event */
#top_new_event{
	display: none;
}

/* top_newcomer */
#top_newcomer{
	/*background: #333;*/
}
#top_newcomer .therapist_img_wrapper,
#top_newcomer .therapist_info_wrapper{
	/*margin-top: 4px;*/
	width: 100%;
}
#top_newcomer .therapist_img{
}

.therapist_list div.therapist_new::after, .therapist_slider div.therapist_new::after {
	position: absolute;
	content: '';
	background: url(../img/beginner_mark.png) no-repeat left top;
	background-size: cover;
	width: 25%;
	height: auto;
	aspect-ratio: 1/1;
	left: 0;
	top: 0;
	pointer-events: none;
	z-index: 2;
}
.therapist_list div.therapist_new::before, .therapist_slider div.therapist_new::before {
	content: '';
	display: block;
	width: 25%;
	height: auto;
	aspect-ratio: 1/1;
	border-radius: 50%;
	border: 1px solid #31b22b;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 1;
	animation: wave 1.5s ease-out infinite;
}
@keyframes wave {
	0%{transform:scale(.9); opacity:1}
	90%{opacity:.1}to{transform:scale(1.2,1.2); opacity:0
	}
}
.icon_schedule {
	font-size: 1.5rem;
	position: relative;
	padding: 0.5em 0;
	/*height: 20px;*/
	line-height: 1em;
	letter-spacing: 1px;
	font-weight: 700;
}
.icon_schedule.today {
	/*color: var(--color-secondary);*/
	background-color: rgba(0,0,0,.7);
	color: #efefef;
}
.icon_schedule > span {
	border-radius: 5px;
}
.icon_schedule.today > span,
.icon_schedule.nextday span
/*.therapist_list .icon_schedule.nextday*/ {
	padding: 1px 5px;
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}
.icon_schedule.today > span,
.icon_schedule.nextday span {
	width: fit-content;
}
.icon_schedule.today > span {
	background: #fff;
	color: #333;
}
/*.icon_schedule.nextday {
	height: 24px;
	line-height: 22px;
}*/
.icon_schedule.nextday,
.therapist_list .icon_schedule.nextday {
	background: #ccc;
	/*border: 1px solid #05c3ff;*/
	color: #333;
}
.icon_schedule.nextday > span {
	background: #666;
	color: var(--color-secondary);
	border-radius: 5px;
	width: fit-content;
}
.icon_schedule.today2 {
	font-size: 1.3rem;
	background-color: #d9f6ff;
	margin-bottom: 5px;
}
.therapist_img {
	position: relative;
	width: 100%;
	/*height: 0;*/
	line-height: 0;
	/*padding-bottom: 133.33%;
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1;*/
}
.therapist_img img {
	/*position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;*/
	width: 100%;
	object-fit: cover;
	object-position:top center;
}
.therapist_icon.iconrank {
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
#top_waiting .therapist_icon.iconrank,
#schedule .therapist_icon.iconrank {
	position: unset;
}
#top_waiting .btn_top_all{
	margin: 16px auto;
	border: 2px solid #999;
	background: #333;
	font-size: clamp(2.4rem, 2.6vw, 4.0rem);
	font-weight: 200;
	text-transform: uppercase;
}
#top_waiting .btn_top_all a{
	display: block;
	padding: 0.5em 0;
	width: 100%;
	color: #efefef;
	text-align: center;
}
#top_waiting .btn_top_all a span{
	margin-left: 1em;
	font-size: 0.5em;
}
.iconrank span {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-secondary);
	text-align: center;
	line-height: 30px;
	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="#333000",endColorstr="#333000",GradientType=1);
	width: 100%;
	height: 100%;
}

.icon_reco span {
	background: #ffffaf;
}
.name_wrapper {
	position: absolute;
	bottom: 5px;
	left: 5px;
	justify-content: center;
	align-items: center;
	/*margin-bottom: 5px;*/
	color: var(--color-secondary);
	z-index: 1;
}
.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: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: auto;
	aspect-ratio: 1 / 1;
	font-size: 2rem;
	background: #000;
	border-radius: 50%;
	transition: .5s;
}
.sns_icon_twitter a {
	color: var(--color-secondary);
}
.sns_icon_insta a {
	color: var(--color-secondary);
}
.therapist_meta {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.therapist_meta .therapist_name {
	font-weight: 500;
}
.therapist_name_size{
	display: block;
	font-size: 0.7em;
}
.therapist_height {
	text-align: center;
	font-size: 1.5rem;
	margin: 5px 0;
}
.therapist_text_box {
	font-size: 1.2rem;
	/*font-weight :bold;*/
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*height: 24px;
	line-height: 24px;*/
}
body:not(#girllist) .therapist_text_box{
	background-color: rgba(0, 0, 0, .7);
	color: #efefef;
}
.therapist_text_box.therapist_room {
	/*box-shadow: inset 0 0 0 1px #212677;*/
	background: #777;
	color: #efefef;
}
.therapist_entryday {
	padding: 6px 0;
	background: var(--color-bg);
	color: var(--color-secondary);
	text-align: center;
}
#newface .therapist_entryday {
	box-shadow: none;
}
#top_newcomer .therapist_list > div{
	width: 100%;
}
#top_newcomer .slick-slide{
	margin: 0 4px;
	position: relative;
}

/* PC style */
@media print, screen and (min-width:1024px) {
	/*#top_newcomer,
	#top_event{
		width: 50%;
	}*/
	#top_newcomer{
		justify-content: flex-end;
	}
	#top_event{
		justify-content: flex-start;
	}
	/*#top_newcomer .section_inner,
	#top_event .section_inner{
		width: calc(100% - 20vw);
		display: block;
		margin: 0;
	}*/
	#top_newcomer .ttl_newcomer{
		width: 20vw;
		max-width: 320px;
	}
	#top_newcomer .section_inner{
		padding-right: 80px;
	}
	#top_event .section_inner{
		padding-left: 80px;
	}
	.top_event_wrapper a{
		width: 100%;
	}
	#top_waiting .btn_top_all{
		display: none;
	}
	#top_waiting .therapist_list > div img{
		aspect-ratio: 3/4;
		object-fit: cover;
		object-position: top center;
	}
	#top_waiting .therapist_icon.iconrank{
		/*position: absolute;*/
		bottom: 0px;
	}
	.therapist_img_wrapper,
	.therapist_info_wrapper{
		width: 100%;
	}
	.therapist_info_wrapper {
		/*margin: 4px auto 0;*/
	}
	.therapist_img_wrapper{
		aspect-ratio: 3 / 4;
	}
	.therapist_list {
		flex-wrap: wrap;
	}
	.therapist_list > div {
		width: calc(100% / 4 - 4px);
	}
	.therapist_list > div img {
		transition: .2s transform;
		backface-visibility: hidden;
	}
	.therapist_list > div:not(.slick-list):hover img,
	.therapist_list .slick-slide:hover img {
		transform: scale(1.05);
	}
	.therapist_list > div:not(:nth-of-type(4n)) {
		margin-right: 4px;
	}
	.therapist_list > div:not(:nth-of-type(-n + 4)) {
		margin-top: 20px;
	}
	.icon_schedule > span {
	  padding: 1px 5px;
	}
	.therapist_sns {
		cursor: pointer;
	}
	.therapist_sns li {
		position: relative;
	}
	.therapist_sns li a:hover::before {
		content: "";
		display: block;
		width: 30px;
		height: auto;
		aspect-ratio: 1/1;
		border-radius: 50%;
		position: absolute;
		border: 1px solid #000;
		animation: iconwave 1.5s infinite;
		z-index: -1;
	}
	@keyframes iconwave {
		0%{transform:scale(1); opacity:1}
		90%{opacity:.1}to{transform:scale(1.3,1.3); opacity:0
		}
	}
	.therapist_name {
		font-size: 1.8rem;
		font-weight: 500;
		margin: 3px 0 3px;
	}
	.therapist_text_box {
		font-size: 1.4rem;
	}
	/* 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{
	}
	#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;
	}
	.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: 500;
	}
	.therapist_entryday {
		font-size: 1.2rem;
		font-weight: bold;
	}
	.therapist_text_box {
		font-size: 1.3rem;
	}
}

/*--- 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 #999;
	border-radius: 10px;
	background: #ffffff;*/
	padding: 8px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .3);
}
.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: #333;
}
#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,
#review .topic_text .voice_name {
	font-size: clamp(1.6rem, 2vw, 2.2rem);
}
#top_review .comment,
#profile_review .comment {
	margin-bottom: 0.5em;
	height: 2.4em;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;
	margin-top: 10px;*/
}
.top_review_img img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: top center;
}
.top_review_therapist{
	margin-top: 8px;
	padding-top: 8px;
	justify-content: space-between;
}
.top_review_txt{
	width: calc(100% - 90px);
}
.top_review_txt p{
	margin-bottom: 0.3em;
}
.top_review_txt a.btn {
	text-align: center;
	border: 1px solid #999;
	border-radius: 10px;
	padding: 5px;
	width: 100%;
	transition: .3s;
}
.top_review_txt a.btn:hover{
	opacity: .6;
}
.top_review_txt a.btn + a {
	margin-top: 5px;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.top_review_inner {
		width: 50%;
		padding: 5px;
		transition: .25s opacity;
	}
	.top_review_inner:hover {
		opacity: .6;
	}
	.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;*/
	}
	#top_review .top_topic_content,
	#profile_review .top_topic_content{
		padding: 24px;
	}
	.top_review_txt{
		width: calc(100% - 124px);
	}
}
/* 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{
	/*background: url(/img/footernavi_bg_sp.webp) top center;
	background-size: cover;*/
	background: #fff;
}
.footernavi .footernavi_logo{
	width: 70%;
	max-width: 400px;
	margin: 24px auto;
}
.footernavi .copyright a{
	color: #efefef;
}
.footernavi .section_inner{
	/*max-width: 980px;*/
	width: calc(100% - 10px);
	margin:0 auto 16px;
}
.footernavi_list {
	justify-content: space-between;
}
.footernavi_list li {	
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 1;
	border: 3px solid rgba(255, 255, 255, .3);
}
.footernavi_list li a {
	display: flex;
	align-items: center;
	position: relative;
	font-size: clamp(1.6rem, 1.8vw, 2.4rem);
	text-align: center;
	transition: 0.3s;
	height: 100%;
	width: 100%;
	box-shadow: 8px 8px 8px 0px rgba(33, 33, 33, .2);
	color: #333;
	text-shadow: 0px 0px 3px rgba(255,255,255, 0.9),0px 0px 12px rgba(255,255,255, 0.9),0px 0px 20px rgba(255,255,255, 0.9);
	background-size: cover;
	background-position: center top;
}
.footernavi_list li a span {
	margin-top: 5px;
	font-size: .7em;
	letter-spacing: 1px;
}
.footernavi_list li a::before{
	background-color: rgba(255,255,255,.8);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: ' ';
}
.footernavi_list li a:hover{
	opacity: .6;
}
.footernavi_list li p {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	font-size: clamp(2.0rem, 1.8vw, 2.6rem);
	width: 100%;
}
.footernavi_list li:nth-of-type(1) a {
	background-image: url('../img/footernavi_list1.jpg');
}
.footernavi_list li:nth-of-type(2) a {
	background-image: url('../img/footernavi_list2.jpg');
}
.footernavi_list li:nth-of-type(3) a {
	background-image: url('../img/footernavi_list3.jpg');
}
/*.footernavi_list li:nth-of-type(4) a {
	background-image: url('../img/footernavi_list4.png');
}
.footernavi_list li:nth-of-type(1) a:before{
	content: "\f004";
}
.footernavi_list li:nth-of-type(2) a:before{
	content: "\f1ec";
}
.footernavi_list li:nth-of-type(3) a:before{
	content: "\f3c5";
}
.footernavi_list li a::before {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	font-size: 60px;
	font-family: "Font Awesome 5 Free";
	margin: -30px auto 0;
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	font-weight: 900;
	z-index: -1;
	color: #efefef;
}*/

.footernavi_list li a img {
	display: block;
}

/* PC style */
@media print, screen and (min-width:1024px) {
	/*--- footernavi ---*/
	.footernavi {
		/*padding: 40px 0;
		margin: 50px 0 0;*/
		/*background: url(/img/footernavi_bg.webp) top center;*/
	}
	.footernavi_list {
	}
	.footernavi_list li {
		width:calc(100% / 3 - 20px);
		aspect-ratio: 16 / 6;
	}
	.footernavi_list li a span {
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.footernavi {
		padding: 24px 0;
	}
	.footernavi_list {
		margin: auto;
	}
	.footernavi_list li {
	}
	.footernavi_list li + li{
		margin-top: 8px;
	}
}

/*--- footer ---*/
footer {
	background: var(--color-bg);
}
footer .footer_wrapper * {
	color: var(--color-secondary);
}
.copyright {
	width: 100%;
	text-align: center;
	padding: 10px;
}
.copyright a {
	font-size: 1.2rem;
}
#totop {
	position: fixed;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	text-align: center;
	display: block;
	font-size: 3rem;
	line-height: 50px;
	background: #999;
	cursor: pointer;
	z-index: 9997;
}
#totop i {
	color: var(--color-secondary);
}
/* 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 20px 40px;
	}
	.footer_info {
		margin-top: 40px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-family: 'Shippori Mincho', 'Parisienne', cursive;
	}
	.footer_info.pc_b{
		display: flex;
	}
	.footer_info img {
		width: 280px;
		margin-bottom: 10px;
	}
	.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;
		margin-top: 10px;
	}
	.footer_sns_block p + p {
		margin-left: 20px;
	}
	.footer_sitemap ul {
		margin-top: 20px;
		max-width: 48em;
	}
	.footer_sitemap li {
		float: left;
		width: 8em;
		text-align: center;
	}
	.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 {
		right: 10px;
		bottom: 10px;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	footer.block {
		width: 100%;
		margin-bottom: 70px;
	}
	.footer_wrapper .footer_sitemap {
		display: none;
	}
	.footer_copy{
		justify-content: center;
	}
	.footer_copy img{
		max-width: 240px;
	}
	#totop {
		bottom: 85px;
		right: 5px;
	}
	#footer_fixedmenu {
		position: fixed;
		left: 0;
		right: 0;
		bottom: -100px; /* 最初は隠す */
		background:rgba(255,255,255,.8);
		backdrop-filter: blur(8px);
		-webkit-backdrop-filter: blur(8px);
		height: 70px;
		z-index: 9998;
		transition: bottom 0.6s ease;
	}
	#footer_fixedmenu.active {
		bottom: 0; /* 表示 */
	}
	#footer_fixedmenu li {
		width: calc(100% / 4);
		height: 70px;
	}
	/*#footer_fixedmenu li.ffm_tel {
		background: #333;
	}
	#footer_fixedmenu li.ffm_line {
		background: #00af19;
	}*/
	#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: var(--color-accent);
		font-size: 1.3rem;
		font-weight: 500;
		/*filter: drop-shadow(0 0 5px #1088fd);*/
	}
	#footer_fixedmenu li a i {
		color: var(--color-accent);
		font-size: 3.2rem;
		margin-bottom: 8px;
	}
	#footer_fixedmenu li a span {
		letter-spacing: -2px;
		font-size: 1.3rem;
		font-weight: 500;
	}
}

/*--- 404 notfound ---*/
#notfound {
	min-height: 30vh;
}


/*--- 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 {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position:top center;
}
#diary .diarylist li,
#top_photodiary .diarylist li {
	position: relative;
	/*text-align: center;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 5px;*/
}
#diary .diarylist li > *{
	margin-top: .2em;
}
.diary_thumb_text{
	width: calc(100% - 28px);
	position: absolute;
	bottom: 0;
	display: flex;
	align-items: center;
	width: 100%;
	background: rgba(255, 255, 255, .7);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.diary_thumb_text figure{
	width: 30px;
	margin: 4px;
}
.diary_thumb_text figure img{
	width: 30px;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position:top center;
}
.diary_thumb_text div{
	white-space: nowrap;
	overflow: hidden;
}
.diary_thumb_text p{
	font-size: clamp(1.2rem, 0.8vw, 2rem);
}
#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;
}
#diary .officialsns *,
#top_photodiary .officialsns * {
	color: #333;
	font-size: 1.4rem;
}
.up  {
	background: #f00;
	padding: 0 2px 0;
	border-radius: 2px;
	color: var(--color-secondary);
	margin-left: 2px;
	font-size: .6rem;
}
#diary .up,
#diary_gal .up  {
	background: #333;
	font-size: 1rem;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#top_photodiary{
		width: 100%;
	}
	#diary .diarylist li,
	#top_photodiary .diarylist li {
		width: calc(100% / 2 - 4px);
		margin-top: 8px;
	}
	#diary .diarylist li + li:not(:nth-of-type(2n + 1)),
	#top_photodiary .diarylist li + li:not(:nth-of-type(2n + 1)) {
		margin-left: 8px;
	}
	/*SPのみ6件表示*/
	#top_photodiary li:nth-child(n+7) {
		display: none;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#top_sns{
		
	}
	#top_photodiary{
		width: 60%;
	}
	#diary .diarylist,
	#top_photodiary .diarylist {
		padding: 0 10px;
	}
	#diary .diarylist li,
	#top_photodiary .diarylist li {
		width: calc(100% / 3 - 8px);
		margin-bottom: 8px;
	}
	#diary .diarylist li{
		width: calc(100% / 5 - 8px);
	}
	#diary .diarylist li + li:not(:nth-of-type(5n + 6)),
	#top_photodiary .diarylist li + li:not(:nth-of-type(3n + 1)) {
		margin-left: 8px;
	}
	#diary .diarylist li, #top_photodiary .diarylist li {
		transition: .25s opacity;
	}
	#diary .diarylist li:hover, #top_photodiary .diarylist li:hover {
		opacity: .5;
	}
	#diary .diarylist li .diary_img, #top_photodiary .diarylist li .diary_img {
		overflow: hidden;
	}
	#diary .diarylist li .diary_img img, #top_photodiary .diarylist li .diary_img img {
		transition: .25s transform;
	}
	#diary .diarylist li:hover .diary_img img, #top_photodiary .diarylist li:hover .diary_img img {
		transform: scale(1.05);
	}
	.diary_thumb_text div{
		padding: 8px 0;
	}
	.diary_thumb_text figure{
		width: 48px;
		margin: 8px;
	}
	.diary_thumb_text figure img{
		width: 48px;
	}
}


/* fadein */
.animate {
	opacity: 0;
}
.fadeIn {
	transition: 1s opacity;
}
/* gallist */
.diary_title a {
}
/* gal */

.diary_content {
	margin-bottom: 15px;
	border-color: #999;
	background: #FFF;
}
.diary_content h3 {
	font-size: 1.8rem;
	font-weight: bold;
	border-bottom: 1px solid #999;
	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;
	font-weight: 500;
}
.article_img_block{
	position: relative;
	display: block;
	width: 100%;
}

.article_img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
}

.photobbs_profile{
	position: absolute;
	top: 8px;
	left: 8px;
	font-size: 24px;
	z-index: 999;
}
.photobbs_profile a{
	align-items: center;
	color: white;
}
.photobbs_profile h2 {
	display: flex;
	align-content: center;
}
.photobbs_profile h2 span{
	border: 1px solid #efefef;
	font-size: 0.6em;
	font-weight: 700;
	margin-left: 1em;
	padding: 0.2em 0.5em;
	line-height: 1;
}
.photobbs_profile_img{
	width: 32px;
	margin-right: 8px;
}
.photobbs_profile_img img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position:top center;
	border-radius: 50%;
	border: 1px solid #efefef;
}
.article_text {
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 1em 1em;
}
.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.4;
	color: var(--color-secondary);
	background: #999;
	max-width: 300px;
	margin: 0 auto;
}
.morelink a span {
	font-weight: bold;
}
.diary_link a {
	/*border-radius: 3px;
	padding: 5px 15px;*/
}
.diary_gallist{
	margin: 0 auto;
	padding: 0 0 24px ;
	width: calc(100% - 40px);
}
.diary_gallist figure{
	width: 80px;
}
.diary_gallist figure img{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	object-position: top center;
	border-radius: 50%;
}
#review .diary_gallist{
	width: auto;
}
#review .gallist_profile{
	width: calc(100% - 100px);
}
.diary_gallist .gallist_profile{
	margin-left: 1em;
}
.gallist_profile h2{
	margin-bottom: .3em;
	font-weight: 700;
	font-size: clamp(1.6rem, 1.8vw, 2.8rem);
}
.gallist_profile p{
	width: 100%;
	display: block;
	margin-top: 0.15em;
}
.diary_gal_list{
}
.diary_gal_list article{
	position: relative;
	width: calc(100% / 3);
}
.diary_gal_list article::after,
.diary_gal_list li::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
	z-index: 1;
	pointer-events: none;
}
.diary_gal_list article a{
	width: 100%;
	height: 100%;
}

.diary_gal_list_txt{
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	margin: auto;
	padding: 0 0.5em;
	width: 100%;
	color: #efefef;
	z-index: 2;
}
/* 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 {
		position: absolute;
		top:50%;
		left: 8px;
		margin: 10px auto;
		width: calc(100% - 16px);
	}
	.article_img {
		/*margin-bottom: 15px;*/
	}
	.article_img_block::before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 60px; /* グラデーション幅 */
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
		z-index: 1;
		pointer-events: none;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#diary .officialsns li {
		width: calc(25% - 6px);
	}
	/* gal */
	.article_inner {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.article_img {
		width: 30%;
		transition: .25s opacity;
	}
	.article_img:hover {
		/*opacity: .5;*/
	}
	.article_text {
		width: 66%;
		margin: 10px 0 10px 4%;
	}
	.morelink a {
		transition: .25s opacity;
	}
	.morelink a:hover {
		opacity: .5;
	}
	.diary_gallist figure{
		width: 240px;
	}
}

/*--- gals ---*/
#gals .therapist_img_wrapper,
#gals .therapist_info_wrapper{
	position: relative;
	width: 100%;
}
#gals .therapist_img{
	position: relative;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	object-position: top center;
}
.therapist_profile + .therapist_profile{
	margin-top: 8px;
	border-top: 1px solid #ccc;
	padding-top: 8px;
}
.profile_wrapper {

}
/* gals profile*/
#profile h3{
	font-size: clamp(2.6rem, 1.8vw, 2.8rem);
}
.profile_diary .diarylist li{
	position: relative;
}
#profile_img_thumb{
	justify-content: center;
}
#profile_img_thumb .thumbnail-item {
	width: calc(100% / 5 - 4px);
	opacity: .4;
	position: relative;
	font-size: 0;
}
#profile_img_thumb .thumbnail-item:hover {
	cursor: pointer;
}
#profile_img_thumb .thumbnail-item img{
	border-radius: 50%;
}
#profile_img_thumb .thumbnail-item + .thumbnail-item{
	margin-left: 4px;
}
#profile article .diarylist a{
	position: absolute;
	top: 0;
	left: 0;
}
.profile_top{
	margin-bottom: 24px;
}

.profile_top_inner{
	justify-content: space-between;
}
.profile_top .profile_top_img{
	width: 25%;
}
.profile_top .profile_top_text{
	width: calc(75% - 8px);
}
.profile_top .profile_top_text h2{
	font-size: clamp(2.2rem, 2.6vw, 4.0rem);
}
.profile_top .profile_top_text h2 span{
	display: block;
	margin-top: .3em;
	font-size: 0.65em;
}
.therapist_catch{
	margin: 0.5em auto;
}
.profile_right .therapist_catch{
	text-align: center;
}
.profile_top_schedule{
	margin-top: 8px;
}
.profile_top_schedule dt,
.profile_top_schedule dd{
	padding: 8px 0;
	text-align: center;
}
.profile_top_schedule dt{
	width: 30%;
}
.profile_top_schedule dd{
	width: 70%;
	font-size: 1.2em;
	letter-spacing: 1px;
	background: #dedede;
}
#girlinfo .therapist_icon{
	margin: 0;
	width: fit-content;
}
#girlinfo .therapist_icon .iconrank span{
	padding: 0 2em;
	height: 24px;
	line-height: 24px;
}
#girlinfo .date{
	font-size: clamp(1.0rem, 1.2vw, 1.2rem);
}
/*#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_left .profile_img {
	margin-bottom: 30px;
}

.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 {
	color: #05c3ff;
	text-align: center;
	letter-spacing: .05em;
	padding: 5px;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-bottom: 0.5em;
}
.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 {
	position: relative;
	background: #FFF;
	border: 1px solid #999;
	border-radius: 5px;
	padding: 3px;
}
.profile_diary .diarylist li a {
	line-height: 1.5;
}*/
	/* SP style */
	@media print, screen and (max-width:1023px) {
		.profile_diary .diarylist {
			overflow-x: scroll;
			flex-direction: row;
			flex-wrap: wrap;
		}
		.profile_diary .diarylist li { width: calc(100% / 3);}
		.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% / 4 - 4px);}
		.profile_diary .diarylist li:nth-child(5n){ margin-left: 0;}
		.profile_diary .diarylist li:nth-child(n+5){margin-top: 5px;}
		#girlinfo .therapist_icon{
			margin: auto;
			}
		}
/*.profile_diary .diarylist li + li {
	margin-left: 5px;
}*/
.profile_review .reviewlist li {
	padding: 8px;
	margin-bottom: 5px;
}
.profile_diary .diarylist li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
/* #review */
.review_meta {
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, sans-serif;
	margin-bottom: 0.8em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid #ccc;
}
.review_meta .flex{
	justify-content: space-between;
}
.reviewlist li{
	position: relative;
	padding: 16px;
	box-shadow: inset 0 0 0 1px rgba(33, 33, 33, .3);
	border-radius: 5px;
}
.reviewlist li > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.reviewlist h4 {
	font-weight: bold;
}
.reviewlist .date {
	margin: 0;
	font-size: 1em;
	text-align: right;
}
.reviewlist .comment {
	margin: 8px 0 0;
	line-height: 1.4;
}
.reviewlist .thanks {
	font-size: .8em;
}
.reviewlist .com_staff_wrapper {
	font-family: "メイリオ", Meiryo, sans-serif;
	border: 1px dashed #ccc;
	border-radius: 15px;
	margin: 15px auto 0;
	padding: 15px 10px;
	width: calc(100% - 20px);
}
.reviewlist .com_staff {
	position: relative;
	padding-bottom: 10px;
	justify-content: space-between;
	align-items: center;
	font-size: .9em;
	border-bottom: 1px dotted #ccc;
}
.com_staff_wrapper .comment {
	font-size: 1.2rem;
}
.reviewlist .com_staff::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 20px;
	top: 0;
	left: 0;
	z-index: 1;
}
#review .topic_text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  line-height: 1.4;
}
#review .topic_text p:nth-child(2) {order: 1;}
#review .topic_text p:nth-child(1) {order: 2;}
#review .topic_text p:nth-child(n + 3){
  order: 3;
  grid-column: 1 / 3; 
}
.profile_right .catchcopy {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	margin: 24px auto;
	overflow: hidden;
	box-shadow: -4px -4px 8px 0px rgba(33, 33, 33, .3);
}
.profile_right .catchcopy span {
	animation: marquee 15s linear infinite;
	display: inline-block;
	white-space: nowrap;
	padding: 1em 0 1em 100%;
	
}
.profile_right .therapist_name {
	font-size: 3rem;
	align-items: center;
	justify-content: center;
}
.profile_right .therapist_name .icon_new {
	position: relative;
	display: inline-block;
	color: var(--color-secondary);
	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_age,
.profile_sub .therapist_height {
	font-size: 1.8rem;
	margin: 0 5px 0 0;
}
.profile_sub .therapist_sns {
	position: relative;
	flex-direction: row;
	margin-left: 10px;
}
.profile_sub .therapist_sns li {
}
.profile_sub .therapist_sns li + li {
	margin: 0 0 0 5px;
}
.profile_sub .therapist_sns a {
	font-size: 3rem;
	text-align: center;
	width: 40px;
	height: 40px;
}
.icontype {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	/*margin: 4px 0;*/
}
.icontype2 {
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.icontype li {
	padding: 4px 0;
	width: 50%;
	font-size: 1.2rem;
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	text-align: center;
	line-height: 1.5;
	background: linear-gradient( 350deg, var(--color-gradient));
}
.icontype2 li {
	color: var(--color-secondary);
	font-size: .8em;
	text-align: center;
	line-height: 1.5;
	width: calc(50% - 2.5px);
	padding: 2px 5px;
	margin-bottom: 5px;
	font-weight: 700;
	background: linear-gradient(90deg, #c28131, #e8a326, #c28131);
	border-radius: 5px;
	text-shadow: 0 0 5px #c57523, 0 0 5px #c57523, 0 0 5px #c57523;
}
#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;
}
#profile .icon_schedule.today {
}
#profile .icon_schedule.today span {
	color: #333;
}
#profile .icon_schedule.nextday {
	/*box-shadow: inset 0 0 0 1px #05c3ff;*/
}
.profile_option {
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.profile_option p {
	letter-spacing: .25em;
	margin-bottom: 5px;
}
.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% / 2 - 4px);
	color: #333;
	text-align: center;
	background: #FFF;
	border: 1px solid #004485;
	border-radius: 5px;
	margin: 2px;
	padding: 5px;
	opacity: .2;
}
.profile_option ul li.active {
	opacity: 1;
}
.profile_text {
	justify-content: space-between;
	overflow: hidden;
	font-size: clamp(1.4rem, 1.4vw, 1.6rem);
	line-height: 1.6;
	border-bottom: 1px solid #ccc;
}
.profile_text dt {
	width: 25%;
	padding: 0.5em 0;
	font-weight: 500;
}
.profile_text dd{
	width: calc(75% - 1em);
	padding: 0.5em 0;
	text-align: justify;
}
.profile_text dt::before {
	/*content: "\f005";
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 0.7em;
	padding-left: 5px;
	transform: rotateY(180deg)*/
}
.profile_twitter dd {
	text-align: center;
}
.profile_text dd iframe {
	border-radius: 10px;
	overflow: hidden;
}
.profile_schedule table {
	width: 100%;
	border: 1px solid #fff;
}
.profile_schedule tr {
	width: 100%;
}
.profile_schedule th,
.profile_schedule td {
	padding: 10px;
	line-height: 1.3;
	text-align: center;
	font-size: 1.7rem;
}
.profile_schedule th {
	width: 28%;
	background: #ccc;
	color: #333;
}
.profile_schedule td {
	background: #FFF;
		width: 72%;
}
.profile_schedule tr + tr {
	border-top: 1px solid #efefef;
}
/*.profile_schedule tr + tr th {
	border-left: 1px solid #efefef;
}*/
.saturday {
	color: #17aacb!important;
}
.sunday {
	color: #ff0000!important;
}
.profile_right div.profile_block{
	margin-top: 24px;
}
/* room background */
span.schedule_room {
	/*display: block;*/
	font-weight: 500;
	font-size: 0.9em;
	letter-spacing: 1px;
	border-radius: 5px;
	margin-top: 5px;
}
/* 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_right .therapist_name{
		margin-top: 24px;
	}
	
	/* profile */
	#profile_img_main {
	  width: 100%;
	}
	.profile_left,
	.profile_right {
		width: 100%;
	}
	.profile_right .profile_contents .icontype{
		/*margin-top: 16px;*/
	}
	#profile .therapist_icon {
		height: inherit;
		margin: 0 auto 8px;
	}
	#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;
	}
	.profile_text dd {
	}
	.profile_review .reviewlist li {
		width: 100%;
	}
	.profile_review .reviewlist li + li {
	}
	.profile_review h4 {
		padding: 5px;
	}
	.profile_review .reviewlist {
		margin-bottom: 5px;
	}
	.profile_schedule.profile_block:not(.profile_review) h4:not(.bg_none) {
		margin-bottom: 0;
	}
	.profile_schedule table {
		width: calc(100% - 10px);
		margin: 10px auto 0;
	}
	/*.profile_schedule tr {
		width: 100%;
	}
	.profile_schedule td {
		width: 72%;
	}*/
}
/* PC style */
@media print, screen and (min-width:1024px) {
	/* profile */
	#profile .section_inner{
		padding-top: 0;
		max-width: 1020px;
	}
	.profile_wrapper {
		padding: 5px !important;
	}
	.profile_wrapper::after {
		content: "";
		display: block;
		clear: both;
	}
	.profile_top{
		display: none;
	}
	.profile_left_right {
		position: relative;
		justify-content: space-between;
		z-index: 1;
	}
	.profile_left,
	.profile_right{
		position: sticky;
		top: 60px; /* グローバルナビ高さに合わせる */
	}
	.profile_left {
		width: calc(100% - 480px);
		position: sticky;
		top: 60px; /* グローバルナビの高さに合わせる */
		height: calc(100vh - 60px); /* ナビ分引いた高さ */
		display: flex;
		flex-direction: column;
		overflow: hidden;
		z-index: 1;
	}
	#profile_img_main {
	  width: calc(100% / 6 * 5);
	}
	#profile_img_thumb {
		justify-content:flex-start;
		width: calc(100% / 6);
		flex-flow: column;
	}
	#profile_img_thumb .thumbnail-item{
		width: calc(100% - 32px);
		margin: 0 auto;
	}
	#profile_img_thumb .thumbnail-item + .thumbnail-item{
		margin-top: 8px;
		margin-left: 16px;
	}
	.profile_right div.profile_block{
		margin-top: 40px;
	}
	.profile_sub .therapist_sns li:hover {
		/*transform: rotateY(360deg);
		transition: .5s;*/
	}
	.profile_sub .therapist_sns li a:hover::before {
		width: 40px;
		height: 40px;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 0;
	}
	.diary_gal_list article{
		width: calc(100% / 4);
	}
	.diary_gal_list article::after,
	.diary_gal_list li::after{
		height: 80px;
	}
	.profile_right .catchcopy{
		box-shadow: 0px 5px 8px 0px rgba(33, 33, 33, .3)
	}
	.profile_review .reviewlist li{
		padding: 16px;
		width: calc(100% - 10px);
	}
	.icontype li{
		font-size: 1.4rem;
	}
	.profile_right {
		width: 444px;
		overflow-y: auto;
		padding: 20px 0;
		box-sizing: border-box;
		z-index: 2;
	}
	.profile_schedule tr {
		background: #fff;
	}
	.profile_schedule tr + tr{
		/*border-left: 1px solid #fff;
		border-top:unset*/
	}
	.profile_schedule th {
		/*width: 100%;*/
	}
	.profile_schedule th,
	.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: 3em;
	}
}

/*--- 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: var(--color-secondary);
	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: #333;
	font-weight: 700;
	font-size: 1.1em;
}
.form_style {
	margin: 40px auto 0;
}
.form_style dl {
	margin-bottom: 20px;
	padding: 16px;
	background: #FFF;
	border: 1px solid #efefef;
	box-shadow: 4px 4px 8px 0px rgba(33, 33, 33, .3);
}
.form_style dt {
	font-weight: bold;
	color: #333;
	margin-bottom: 1em;
}
.form_style dt span {
	display: inline-block;
	margin-left: 0.5em;
	color: #f00;
}
/* #reservation:not(.confirm) .form_style dt span.error_text {
	color: #333;
} */
#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: 1px solid #999;
	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: var(--color-secondary);
	font-weight: 500;
}
.form_style .submit_wrapper .btn[type="submit"] {
	background: #333;
	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) {
	.reserve_note, .form_style {
		max-width: 772px;
	}
	.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 .morelink {
	max-width: 945px;
	margin: 0 auto;
}
#review .reviewlist > li, 
.topic .borderbox {
	/*margin-bottom: 30px;
	border-radius: 10px;
	border: 1px solid #999;
	background: #FFF;*/
}

#review .reviewlist .therapist_name {
	justify-content: space-between;
	align-items: center;
}
#review .reviewlist .therapist_name{
	margin-bottom: 10px;
}
#review .reviewlist .therapist_name a {
	display: block;
}
#review .reviewlist .therapist_name a.btn {
	width: fit-content;
	margin-left: auto;
}
#review .reviewlist .therapist_name a:not(.btn){
}
#review .reviewlist .therapist_name a.btn {
	font-weight: bold;
	color: var(--color-secondary);
	background: #333;
	border-radius: 15px;
}
#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: var(--color-secondary);
}
#review .pager_list li a {
	border-radius: 0;
	background: #333;
	font-weight: 700;
}
#news.topic + .pager_single a {
	color: #333;
}
/* review_therapist */
.review_therapist .therapist_name {
	font-size: 1.5rem;
}
.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: var(--color-secondary);
	border-radius: 5px;
	margin: 10px auto;
	font-weight: bold;
}
.review_profile_inner{
	width: 100%;
}
/* review_post */
.review_post .error_text {
	display: block;
	color: #333;
	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: var(--color-secondary);
	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;
}
/* #event */
.event_contents{
	margin-top: 1em;
	line-height: 1.6;
}
/*--- #picbbs ---*/
#picbbs .section_inner{
	width: 100%;
}
.photobbs_profile_link{
	margin-top: 16px !important;
}
.photobbs_profile_link a,
.voice_gallist_profile a{
	display: block;
	width: fit-content;
	margin: 16px 0 0;
	padding: 0.5em 1em;
	border: 1px solid #333;
	font-weight: 700;
	transition: .3s;
}
.photobbs_profile_link a{
	margin: 16px auto 0;
}
.photobbs_profile_link a:hover,
.voice_gallist_profile a:hover{
	background: #555;
	color: var(--color-secondary);
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#picbbs .section_inner{
		padding-top: 0;
	}
	#diary_gal .section_inner{
		margin: auto;
		padding: 0;
		width: 100%;
		max-width: 720px;
		background: #fff;
		box-shadow: 4px 4px 8px 0px rgba(33, 33, 33, .3);
	}
	#picbbs .diary_content{
		padding: 80px 0;
	}
	#picbbs .article_img{
		width: 100%;
	}
	#picbbs .photobbs_profile{
		top: -40px;
	}
	#picbbs .diary_content{
		background: #333;
	}
	#picbbs .pager{
		position: absolute;
		top:50%;
		left: -60px;
		width: calc(100% + 120px);
		margin-top: -17px;
	}
	#picbbs .diary_block{
		padding: 0 2em;
	}
	#diary_gal .article_img_block{
		position: unset;
	}
	#diary_gal .article_text{
		width: 100%;
	}
	#diary_gal_diarylist .diary_galprofile{
	}
	#diary_gal_diarylist .diary_gal_list article{
		width: calc(100% / 5);
	}
	#diary_gal_diarylist .diary_gallist figure{
		width: 100%;
		max-width: 180px;
	}
	.voice_gallist_profile a{
		margin: 16px auto 0;
	}
	.reviewlist {
		justify-content: space-between;
	}
	.reviewlist li + li{
		margin-top: 0;
	}
	.reviewlist li {
		margin-bottom: 24px;
		width: calc(50% - 10px);
	}
	.reviewlist li:nth-of-type(odd){
		margin-left: 0;
	}
	.reviewlist .date{
		font-size: 0.85em;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.reviewlist li {
		width: 100%;
	}
	..reviewlist li + li {
		margin-top: 15px;
	}
}





/* #event & #news */
.topic_title {
	font-size: clamp(2.0rem, 1.4vw, 3.6rem);
}
.topic_title a {
	color: #333;
	font-weight: 500;
	line-height: 1.5;
}
#event .date,
#news .date{
	text-align: right;
}
#event li + li{
	margin-top: 16px;
}
#news .borderbox p{
	line-height: 1.6;
}
#newslist .borderbox {
	position: relative;
}
#newslist .borderbox a.btn_news_more {
	position: absolute;
	bottom: 16px;
	right: 16px;
	padding: 4px 24px;
	color: #efefef;
	background: #555;
	transition: .3s;
}
#newslist .borderbox  a.btn_news_more:hover{
	opacity: .6;
}
#newslist .topic_contents {
	height: calc(1.4em * 4);
	overflow: hidden;
}
/*
/* SP style */
@media print, screen and (max-width:1023px) {
	#review .borderbox {
		padding: 10px 5px;
	}
	#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;
		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;
	}
	#event li + li,
	#news li + li{
		margin-top: 16px;
	}
	#newslist .topic_contents{
		/*height: calc(1.4em * 4);
		overflow: hidden;*/
	}
	#newslist .borderbox {
		padding-bottom: 4em;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.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%;
	}
	.therapist_review_img .review_img {
		width: 100%!important;
		max-width: 100%!important;
	}
	#event .event_img {
		width: 100%;
		max-width: 50%;
	}
	#review .review_contents h4,
	#review .review_contents .total {
		font-size: 1.5rem;
	}
	#review .review_contents, 
	.topic_contents {
		margin-left: 20px;
		width: calc(70% - 20px);
	}
	#newslist .topic_contents{
		height: calc(1.6em * 4);
	}
	.event_contents {
		margin-left: 20px;
		width: calc(50% - 20px);
		line-height: 1.8em;
	}
	/* review_therapist */
	.therapist_review_wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-start;
	}
	.therapist_review_img {
		width: 300px;
	}
	.review_profile_inner{
		width: 380px;
		flex-flow: column;
	}
	#review .gallist_profile{
		margin: 40px auto;
	}
	.review_profile_inner .gallist_profile{
		text-align: center;
	}
	.review_therapist .reviewlist {
		width: calc(100% - 400px);
		margin-left: 20px;
	}
	#review.review_therapist .reviewlist .review_contents {
		width: 100%;
		margin: 0 0 30px;
		padding: 20px;
	}
	#review .diary_gallist{
		padding: 0;
		justify-content: center;
	}
	/* review_post */
	.star_select span {
		font-family: "メイリオ", Meiryo, sans-serif;
	}
	/* review_post - confirm */
	#news .topiclist{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	#newslist .borderbox{
		width: calc(50% - 16px);
	}
	#newslist .borderbox:nth-child(n+3){
		margin-top: 40px;
	}
}


/*--- 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:not(.therapist_name) {
	color: #333;
} */
#schedule h3.sellect_date i {
	margin-right: 5px;
}
.schedule_date {
	width: calc(100% - 16px);
	margin: 10px auto 20px;
}
.schedule_datelist {
	overflow: hidden;
	border: 1px solid #333;
}
.schedule_datelist li {
	width: calc(100% / 7);
	text-align: center;
}
 .schedule_datelist li + li {
	border-left: 1px solid #333;
}
.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;
	background: #FFF;
	transition: .3s;
}
.schedule_datelist li:hover a,
.schedule_datelist li.active a {
	font-weight: bold;
	background: #333;
	color: var(--color-secondary);
}
.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;
}
#schedule .icon_schedule.nextday,
#schedule .therapist_list .icon_schedule.nextday {
	/*box-shadow: inset 0 0 0 1px #05c3ff;*/
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.schedule_datelist li {
		width: calc(100% / 4);
		text-align: center;
	}
	.schedule_datelist li:nth-of-type(-n+3){
		width: calc(100% / 3);
		border-bottom: 1px solid #333;
	}
	.schedule_datelist li:nth-child(4) {
		border-left: none;
	}
	.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: unset;
		/*margin-bottom: 10px;*/
	}
	#schedule .therapist_icon.iconrank{
	}
}

/*---system ---*/
#system .section_title{
	margin-bottom: 0;
}
#system h3{
	position: relative;
	font-weight: 500;
	font-size: clamp(2.0rem, 1.5vw, 3.2rem);
	color: #333;
	background: #efefef;
	text-align: left;
	/* border-bottom: 1px solid #ccc; */
	padding: 0.5em;
}
.system_block + .system_block {
	margin-top: 20px;
}
.system_list {
	overflow: hidden;
	margin: 0 15px 15px;
}
.system_list li {
	text-align: center;
	font-size: clamp(2.0rem, 1.3vw, 3.2rem);
	padding: 16px 0;
}
.system_list li + li {
	border-top: 1px dotted #333;
}
.system_list dt, .system_list dd {
	text-align: center;
	width: 50%;
	line-height: 1.2;
}
.system_list dt span {
	display: block;
	font-size: .75em;
}
.course_block > div.system_block {
	width: 100%;
}
.system_block .system_text {
	padding: 10px;
	line-height: 1.7;
}
.system_block .system_text .indent {
	display: block;
	text-indent: -1em;
	padding-left: 1em;
}
.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: 500;
	margin-right: .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;
	text-align: center;
}
.card_pay {
	text-align: center;
	width: 100%;
	max-width: 640px;
	background: #FFF;
	margin: 10px auto 40px;
	border-radius: 20px;
	transition: .5s;
	box-shadow: 4px 4px 8px 0px rgba(33, 33, 33, .3);
}
.card_pay:hover {
	box-shadow: 4px 4px 8px 0px rgba(33, 33, 33, .6);
}
.card_pay a {
	display: block;
	color: #999;
	padding: 15px;
}
.card_pay p {
	font-size: clamp(2.0rem, 1.6vw, 4.0rem);
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}
.card_pay p span {
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
}
.card_pay img {
	width: 300px;
}
.card_pay li{
	line-height: 1.6;
	margin-bottom: 0.4em;
}
/*.system_catch {
	margin-bottom: 1em;
	font-weight: 700;
	line-height: 1.5;
	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: '/';
}
*/



/*.memberonly {
	background: linear-gradient(315deg, #967d32 2%, #f6ec90 50%, #967d32 97%);
	border-radius: 25px;
}
.memberonly p {
	color: var(--color-secondary);
	padding: 5px;
	margin-bottom: 10px;
	background: #333;
	border-radius: 20px;
}
.memberonly dt, .memberonly dd{
	font-weight: bold;
}
.areattl {
	font-size: 1.8rem;
	color: var(--color-secondary);
	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;
}

.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_list.area_list dt,
	.system_list.area_list dd{
		width: 100%;
	}
	.system_list.area_list dt{
		padding: 0.5em;
		font-size: 0.7em;
		color: var(--color-secondary);
		line-height: 1.6;
		background: #555;
	}
	.system_list.area_list dd{
		margin-top: 8px;
	}
	/*.course_block {

	}
	.system_block_flex {
		justify-content: center;
	}
	.system_block_herf {
		width: 100%;
	}
	.system_block_herf:not(:first-of-type) {
		margin-top: 10px;
	}
	.system_list li {
		padding: 15px;
	}
	.system_list dt, .system_list dd {
	}
	.system_list dt{
		width: 8em;
	}

	.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) {
	.system_block {
		max-width: 860px;
		margin: 40px auto;
	}
	.system_list dt, .system_list dd {
		width: 50%;
	}
	/*.course_block {
		align-items: baseline;
	}
	.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);
	}
	.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: 500;
		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;   
	  width: auto;
	}
	@keyframes fadein{	   
	  0%{
		transform: scale(0.2);
		opacity: 0.2;
	  }
	  100%{
		transform: scale(1);
		opacity: 1;
	  }
	}*/
}

/*--- access ---*/
.ttl_access{
	margin-bottom: 16px !important;
}
.accesslist{
	justify-content: space-between;
	flex-wrap: wrap;
}
.accesslist li {
	background: var(--color-bg);
	color:#fff;
	padding: 20px;
}
.accesslist li + li {
	margin-top: 30px;
}
.accesslist h3 {
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
	letter-spacing: .15em;
}
.accesslist dt {
	font-size: 1em;
	letter-spacing: .1em;
	width: 100%;
	padding: 5px 0;
	color: #333;
	text-align: center;
	background: #efefef;
}
.accesslist dt > p > span {
	display: block;
	margin-bottom: 5px;
}
.accesslist dt > p > span i {
	margin-right: .5em;
}
.accesslist li iframe{
	height: 300px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.accesslist li:not(:first-of-type) {
		margin-top: 24px;
	}
	.accesslist li .access_info {
		margin-bottom: 15px;
	}
	.accesslist h3 {
		line-height: 40px;
		margin-bottom: 30px;
		font-size: 1.8em;
		height: 40px;
	}
	.accesslist dt {
		width: 100%;
		padding: 5px 0 5px;
	}
	.accesslist dt > p + p {
		margin-top: 10px;
	}
	.accesslist dd {
		width: 100%;
		margin: 10px 0 15px;
	}
	.accesslist dt:not(:last-of-type), .accesslist dd:not(:last-of-type) {
		
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.ttl_access{
	margin-top: 40px;
	}
	.accesslist{
	}
	.accesslist li {
		width: calc(50% - 8px);
		margin-top: 30px;
		justify-content: space-between;
	}
	.accesslist li .access_info {
		width: 100%;
	}
	.accesslist h3 {
		line-height: 40px;
		margin-bottom: 30px;
		font-size: 1.8em;
		height: 40px;
	}
	.accesslist dl {
		justify-content: space-between;
	}
	.accesslist dt {
		width: 33%;
		margin-bottom: 0.5em;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.accesslist dt > p + p {
		margin-top: 30px;
	}
	.accesslist dd {
		width: 65%;
		font-size: 1em;
		line-height: 1.4;
		margin: 0 auto 0.5em;

	}
	.accesslist dd:not(:last-of-type) {
		/*margin-bottom: 20px*/
	}
	 .accesslist li iframe {
		}
}

/*--- magazine ---*/
#magazine .block {
	background: #fff;
	box-shadow: 5px 5px 10px #ccc;
	border-radius: 20px;
	padding: 20px;
}
#magazine .block + .block {
	margin-top: 20px;
}
#magazine .form_style dl {

}
/* 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-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 #999;
}
.recruit_contact h3 {
	padding: 10px;
}
.recruit_contactlist li a {
	display: block;
	color: var(--color-secondary);
	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: #333; */
	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: #333;
	color: var(--color-secondary);
	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 {
	background: url(/img/concept_bg.jpg) no-repeat center bottom;
	background-size: cover;
}
#concept h3{
	font-weight: 700;
	font-size: clamp(24px, 1.8vw, 32px);
	text-align: center;
	margin: 0 auto 1em;
	padding-top: 0.5em;
}
#concept h3 span{
	display: block;
	margin-top: 0.2em;
	font-size: 1em;
	font-family: "Birthstone", cursive;
	color: #ccc;
}
#concept p{
	font-size: clamp(1.6rem, 1.8vw, 2.0rem);
	line-height: 1.6;
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1), 0px 0px 5px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1), 0px 0px 9px rgba(255, 255, 255, 1);
}
#concept p:first-of-type{
	margin-top: 1em;
}
#concept p + p{
	margin-top: 1em;
}
#concept .section_inner{
	width: 100%;
}
/* SP style */
@media print, screen and (max-width:1023px) {
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.concept_main{
		max-width: 720px;
		padding-bottom: 0;
		padding-top: 0;
	}
	.concept_main p{
		margin: 0 2em;
	}
}

/*--- flow ---*/
#flow {
}
.flow_section {
	padding-bottom: 80px;
	counter-reset: number 0;
}
#flow .flow_section .sp_sectioninner{
	padding: 40px 0;
	width: calc(100% - 40px);
}
#flow .btn_line::before{
	content: "";
	position: unset;
}
.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{
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: 1px;
	color: #999;
}
.flow_section  span.line_click{
	font-size: 0.8em;
	letter-spacing: 0;
}

.flow_block {
	position: relative;
	flex-direction: column;
	background: linear-gradient(-180deg, var(--color-gradient));
	overflow: hidden;
}
.flow_block + .flow_block {
	margin-top: 20px;
}
/*.flow_block:before,
.flow_block:after {
	position: absolute;
	flex-direction: column;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: var(--color-secondary);
	font-weight: bold;
}*/
/*.flow_block:after {
	left: calc(50% - 15px);
}*/
.flow_block::before {
	counter-increment: number 1;
	content: counter(number);
	position: absolute;
	font-size: 6rem;
	z-index: -1;
	color: var(--color-accent);
	opacity: .5;
	top: 5px;
	right: 30px;
	transform: skewX(-10deg);
}
/*.flow_block:not(:last-of-type):after {
	content: '';
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	background:#004485;
}*/
.flow_block dt {
	position: relative;
	margin-bottom: 8px;
	align-items: center;
	font-size: 1.4em;
	/*justify-content: center;*/
	color: #333;
	border-bottom:1px solid #ccc
}
.flow_block dt i {
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	color: var(--color-secondary);
}
.flow_block dt h4 {
	display: inline-block;
	font-weight: bold;
	line-height: 1.25;
	padding: 10px;
}
.flow_block dt h4 span {
	display: block;
	font-weight: bold;
}
.flow_block dd {
	line-height: 2;
}
.flow_section .contact_tap_btn {
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	letter-spacing: 1px;
	color: #555;
}
.flow_section .contact_tap_btn li a {
	display: block;
	text-align: center;
	padding: 5px 20px;
	color: #555;
}
.flow_section .contact_tap_btn li.btn_tel a {
	box-shadow: 0 0 0 1px #555;
}
.flow_section .contact_tap_btn li.btn_line a {
	color: var(--color-secondary);
	background: #06c755;
	margin-top: 10px;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.flow_section + .flow_section {
		margin-top: 10px;
	}
	.flow_block {
		padding: 20px;
	}
	.flow_block dd p {
		display: inline;
	}
	.flow_block dt i {
		font-size: 2rem;
		line-height: 4rem;
		width: 4rem;
		height: 4rem;
	}
	.flow_section .contact_tap_btn li a {
		width: 220px;
		font-size: 1.8rem;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#flow .section_inner.flow_inner{
		max-width: 1024px;
	}
	.flow_section + .flow_section {
		margin-top: 20px;
	}
	.flow_block {
		padding: 25px;
	}
	.flow_block dt i {
		font-size: 3rem;
		line-height: 5rem;
		width: 5rem;
		height: 5rem;
	}
	.flow_section .contact_tap_btn li a {
		width: 400px;
		font-size: 2.4rem;
	}
}


/* --- voice --- */
#voice .reviewlist{
	justify-content: space-between;
}
/*--- faq ---*/
.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_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: 2em;
}
.faq_block dt {
	align-items: center;
	color: #333;
	border-bottom: 1px dotted #eee;
	padding: 10px;
	font-size: clamp(2rem, 1.8vw, 2.8rem);
}

.faq_block dd p{
	font-size: clamp(1.6rem, 1.8vw, 2rem);
	line-height: 1.5;
	text-align: left;
	padding: 15px;
}
/*.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: #999;
}
.faq_section  span.line_click{
	font-size: 0.8em;
	letter-spacing: 0;
}


.faq_block dt i {
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	color: #05c3ff;
}
*/




/*--- *** ---*/
/* SP style */
@media print, screen and (max-width:1023px) {
}
/* PC style */
@media print, screen and (min-width:1024px) {
}


/*--- 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 #999;
	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;
}

/*--- 認証モーダル ----*/
.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: #333;
	text-shadow: 1px 1px 0 #FFF;
}
.modal_float a {
	display: block;
	color: var(--color-secondary);
	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: 100%;
}

.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 {
	color: var(--color-secondary);
	font-size: 4rem;
	font-family: "Font Awesome 6 Free"; /* ←これ大事 */
	font-weight: 900;				   /* ← solidアイコンなら必要 */
}
.slick-prev:before {
  content: '\f104';
}
.slick-next:before {
  content: '\f105';
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.top_slider {
		max-width: 100%;
		margin: 24px auto;
	}
	.top_picup {
		padding-bottom: 80px;
	}
}

/* 2023.12.14 動き追加 */
body:not(#home) .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;
	filter: blur(10px);
	transition: 1s opacity, 1s filter;
}
.fadeUp.active {
	opacity: 1;
	filter: blur(0);
}


/* 2024.5.31 管理からの投稿文字フォントサイズ追加 */
.text-tiny {
	font-size: 0.8rem;
}
.text-small {
	font-size: 1.2rem;
}
.text-big {
	font-size: 2.0rem;
}
.text-huge {
	font-size: 2.4rem;
}