﻿@charset "UTF-8";

/*--- base ---*/
html { font-size: 62.5%; width: 100%; }
body {
	width: 100%;
	font-size: clamp(1.2rem, 1.018rem + 0.91vw, 1.6rem);
	font-family: 'Shippori Mincho',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
	color: #333;
	background: #F7F6F3;
	-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: #4E4351; }
a:link,
a:visited,
a:active,
a:hover { overflow: hidden; outline: none; }
img { width: 100%; }
input, select, textarea { outline: none; }
b, strong { font-weight: 500; }

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

	body::before {
		background-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%;
		margin: 30px auto 10px;
	}
	/* button */
	.btn_wrapper a {
		margin: 10px auto;
		display: block;
		text-align: center;
		width: 250px;
	}
	/* table */
	.tablestyle dt {
		width: 45%;
	}
	.tablestyle dd {
		width: 55%;
	}
	/* breadlist */
	.breadlist * {
		font-size: 1.2rem;
	}
	/* pager */
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.sp_ib, .sp_b { display: none; }
	.pc_ib { display: inline-block; }
	.pc_b { display: block; }
	.js_isEdge a[href^="tel"] { display: inline-block; pointer-events: none; }

	/* section */
	.wrapper {
	}
	.wrapper_inner {
		max-width: 950px;
		margin: 0 auto;
	}
	.section_title {
		margin: 50px auto 15px;
	}
	/* button */
	.btn_wrapper {
		text-align: center;
	}
	.btn_wrapper a {
		min-width: 300px;
		margin: 10px 5px;
		letter-spacing: 0;
		transition: .25s;
	}
	.btn_wrapper a:hover {
		color: #fff;
        background: rgb(165 148 128 / 50%);
		/*box-shadow: inset 0 0 0 1px #a59480;*/
	}
	/* table */
	.tablestyle dt {
		width: 30%;
	}
	.tablestyle dd {
		width: 70%;
	}
	/* breadlist */
	.breadlist {
		margin: 8px auto;
	}
	.breadlist * {
		font-size: 1.1rem;
	}
	/* pager */
	.pager_list li * {
		font-size: 1.5rem;
	}
}

/*--- header ---*/
header {
	background: #fff url(../img/header_bg.jpg) right bottom no-repeat;
    background-size: cover;
	/*background: rgba(255,255,255,.8);*/*/

}
.runtxt {
	overflow: hidden;
	background: #fff;
	padding: .5em;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.runtxt ul {
	margin: 0;
	display : inline-block;
	white-space : nowrap;
	font-size: 1.6rem;
	line-height: 1.4rem;
	padding: 5px 0 5px 100%;
	animation : marquee 15s linear infinite;
}
@keyframes marquee {
	from {
		transform: translate(0);
	}
	to {
		transform: translate(-100%);
	}
}
.runtxt ul li {
		display:inline;
		margin:0 20em 0 0;
		color: #000;
}
.runtxt ul li:last-child {
		margin:0;
}
.globalnavi {
	position: relative;
	background: linear-gradient(90deg, #000 0%,#333 50%,#000 100%);
	border-bottom: 2px solid;
    border-top: 2px solid;
    border-image: linear-gradient(315deg, #fefefe 2%, #c2b76e 50%, #fefefe 97%);
    border-image-slice: 1;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.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%;
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: 500;
	line-height: 1.2;
	color: #fff;
	transition: .25s color;
	/*text-shadow: 0px 0px 3px #b29b03, 0px 0px 5px#b29b03,0px 0px 7px#b29b03,0px 0px 9px#b29b03;*/
}
.globalmenu li a i {
	display: none;
}
.globalmenu li a span {
	display: block;
	font-size: .6em;
	font-weight: 500;
	text-transform: uppercase;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	header {
		margin: 0 auto;
	}
	.header_inner {
		position: relative;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		max-width: 1020px;
		margin: 0 auto;
		padding: 80px 0;
	}
	.header_logo {
		width: 400px;
		line-height: 0;
	}
	.header_info.pc_b {
		width: fit-content;
		max-width: calc(100% - 300px);
		/* height: 100%;
		display: flex;*/
		flex-direction: column;
		justify-content: flex-end;
		/* text-shadow: 0 0 3px #FFF, 0 0 5px #FFF;*/
	}
	.header_info > dl {
		align-items: center;
		font-size: 2rem;
		line-height: 1.4;
		font-weight: 600;
	}
	.header_info > dl:not(.header_tel) dt {
		margin-right: 10px;
		padding: 0.1em 0.5em;
		font-size: 1.6rem;
		text-align: center;
		font-weight: bold;
		color: #fff;
		background: #a59480;
	}
	.header_info .header_time span {
		font-size: .8em;
	}
	.header_info > dl.header_time dd,
	.header_info > dl.header_access dd {
		font-size: 2rem;
	}
	.header_info > dl.header_tel {
		font-size: 3rem;
	}
	.header_info > dl.header_tel i {
		font-size: 2rem;
		margin-right: .25em;
	}
	html:not(.ie) .header_info > dl {
	}
	.globalmenu {
		max-width: 1460px;
		margin: 0 auto;
	}
	.globalmenu li {
		width: calc(100% / 9);
	}
	.globalmenu li a {
		transition: .25s;
	}
	.globalmenu li a:hover {
		color: #0f718f;
	}
	/* header fixed */
	.header_fixed .globalnavi_wrapper {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
	}
	/*.header_fixed .globalnavi_wrapper::before {
		content: "尼崎 メンズエステ ARESPA";
		display: block;
		background: #FFF;
		backdrop-filter: blur(8px);
		color: #ffffaf;
		font-size: 1.2rem;
		line-height: 2.5;
		text-indent: 0.5em;
		font-weight: bold;
	}*/
	.header_fixed main {
		padding-top: 58px;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	header {
		background-size: cover;
		position: relative;
		top: 0;
		width: 100%;
		height: 350px;
		z-index: 2  ;
	}
	.header_inner {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		height: 350px;
		filter: drop-shadow(0 0 1px #FFF) drop-shadow(0 0 3px #FFF);
		padding-bottom: 60px;
	}
	.header_logo {
		position: relative;
		max-width: 350px;
		width: calc(100% - 20px);
		margin: 0 auto 20px;
	}
	.header_info.sp_b {
		position: relative;
		bottom: 0;
		width: 100%;
	}
	.header_info.sp_b ul.header_room {
		justify-content: center;
		margin-bottom: 10px;
	}
	.header_info.sp_b 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.sp_b .header_time {
		justify-content: flex-start;
		flex-direction: column;
		margin: 0 auto;
		width: fit-content;
	}
	.header_info.sp_b dl {
		align-items: center;
		margin-bottom: 5px;
	}
	.header_info.sp_b dl + dl {
	}
	.header_info.sp_b dl dt {
		color: #000;
		margin-right: 5px;
		padding: 3px;
		box-shadow: 0 0 0 1px #000;
	}
	.header_info.sp_b dl dd {
		line-height: 1.2;
	}
	/*.header_info {
		position: absolute;
		top: 5px;
		right: 5px;
		height: 50px;
	}
	.header_info i {
		font-size: 5rem;
		color: #699bd7;
	}*/
	.globalnavi {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.globalmenu {
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.globalmenu li {
		width: calc(100% / 3);
	}
	/* sp_menubtn */
	.sp_menubtn {
		background: #0f718f;
		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: #0f718f;
	}
	.sp_menubtn.active span {
		background: #0f718f;
	}
	.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: #0f718f;
		width: 100vw;
		height: 100vh;
		z-index: 9999;
		position: fixed;
		top: 0;
		left: 0;
		pointer-events: none;
	}
	.bargernavi_wrapper.menu_open {
		opacity: 1;
		pointer-events: auto;
	}
	.bargernavi_wrapper .globalnavi {
		display: none;
	}
	.bargernavi_wrapper.menu_open .globalnavi {
		display: block;
	}
	.bargermenu {
		position: relative;
		width: calc(100% - 20px);
		max-width: 420px;
		z-index: 11;
		margin: 70px auto 20px;
		overflow: auto;
		/* -webkit-overflow-scrolling: touch; */
	}
	.bargermenu li {
		display: flex;
		align-items: center;
		width: calc(100% / 3 - 6px);
		height: auto;
		aspect-ratio: 3/2;
		margin: 3px;
		line-height: 1.25;
		border: 1px solid #FFF;
		border-radius: 10px;
	}
	.bargermenu li > a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 5px;
		color: #FFF;
		font-family: 'Shippori Mincho', serif;
		font-weight: 600;
		width: 100%;
		height: 100%;
		text-align: center;
	}
	.bargermenu li > a i {
		margin-right: 4px;
		width: 1.5em;
		text-align: center;
	}
	/* .bargermenu li a:after {
		content:'>';
		font-weight: bold;
		color: #fff;
		margin-left: auto;
	} */
	.bargermenu li a i {
		display: none;
	}
	.bargermenu li a span {
		font-size: .7em;
		margin-top: 5px;
	}
	.bargermenu_info {
		position: relative;
		text-align: center;
		color: #FFF;
		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: #FFF;
	}
	.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_banner ---*/
#top_banner {
	margin-top: 50px;
}

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

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

/*--- top_news ---*/
/*--- top_sns ---*/
#top_news_sns {
	justify-content: space-between;
}

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


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


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

.officialsns h3 {
	font-size: 1.4rem;
	margin-top: 10px;
}
.officialsns .diary_title {
	display: block;
	font-size: 1.4rem;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.date {
	font-size: 1.4rem;
	margin-bottom: 5px;
	text-align: right;
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#top_sns {
		width: calc(50% - 10px);
		min-height: 300px;
	}
	#top_sns h2 {
	}
	.officialsns {
	}
	.officialsns li * {
		color: #FFF;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#top_sns {
		width: 99%;
		margin: 20px auto 0;
	}
	.officialsns {
		padding-top: 10px;
	}
}

/*--- top_newcomer ---*/

/*--- therapist list ---*/
.therapist_info_wrapper {
	margin: 5px 5px 0;
}
.therapist_img_wrapper.therapist_new {
}
.therapist_list > div,
.therapist_img_wrapper,
.therapist_info_wrapper {
	position: relative;
	overflow: hidden;
}
.therapist_list > div {
	position: relative;
	background: #fff;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.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: 30%;
	width: 100%;
	height: 100%;
	aspect-ratio: 1/1;
	left: 0;
	top: 0;
	pointer-events: none;
	/*box-shadow: inset 0 0 0 3px #ff4b64;*/
	animation: 3s linear infinite opacity;
}
@keyframes opacity {
	0%{ opacity: 0;}
	35%{ opacity: 1;}
	65%{ opacity: 1;}
	100%{ opacity: 0;}
}
.icon_schedule {
	font-size: 1.5rem;
	position: relative;
	height: 20px;
	line-height: 20px;
}
.icon_schedule.today {
	color: #fff;
	background-color: #0f718f;
}
.icon_schedule.today + .icon_schedule.today{
	margin-top: 4px;
}
.icon_schedule > span {
	border-radius: 5px;
}
.icon_schedule.today > span {
	background: #bb0010;
	color: #fff;
	padding: 1px 5px;
	width: fit-content;
}
.icon_schedule.nextday {
	background-color: #ddd;
}
.icon_schedule.nextday > span {
	background: #333;
	color: #FFF;
	border-radius: 5px;
	width: fit-content;
}
.icon_schedule.today2 {
	font-size: 1.3rem;
	background-color: #d9f6ff;
	margin-bottom: 5px;
}
.therapist_img {
	height: 0;
	line-height: 0;
	padding-bottom: 133.33%;
	position: relative;
	overflow: hidden;
}
.therapist_img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.therapist_icon.iconrank {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
.iconrank span {
	position: relative;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	color: #fff;
	text-align: center;
	line-height: 20px;
	width: 100%;
}
.iconrank span:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0984768907563025) 15%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.14889705882352944) 50%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.09567577030812324) 85%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0984768907563025) 15%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.14889705882352944) 50%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.09567577030812324) 85%, rgba(0,0,0,0) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.0984768907563025) 15%, rgba(0,0,0,0) 35%, rgba(0,0,0,0.14889705882352944) 50%, rgba(0,0,0,0) 65%, rgba(0,0,0,0.09567577030812324) 85%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	width: 100%;
	height: 100%;
}

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

}
.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: 25px;
	height: 25px;
	font-size: 2rem;
	background: rgb(255 255 255 / 80%);
	border-radius: 5px;
	transition: .5s;
}
.sns_icon_twitter a {
	color: #000;
}
.sns_icon_insta a {
	color: #d82b7d;
}
.therapist_meta {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.therapist_meta .therapist_name {
	font-weight: 500;
}
.therapist_height {
	text-align: center;
	font-size: 1.5rem;
	margin: 5px 0;
}
.therapist_text_box {
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	font-weight :500;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 20px;
	line-height: 20px;
}
.therapist_text_box.therapist_room {
	box-shadow: inset 0 0 0 1px #212677;
}
.therapist_entryday {
	background: #333;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	height: 20px;
	margin-top: 2px;
	border-radius: 10px;
}

/* PC style */
@media print, screen and (min-width:1024px) {
	.therapist_list {
		flex-wrap: wrap;
	}
	.therapist_list > div {
		width: calc(100% / 5 - 2px);
	}
	.therapist_list > div img {
		transition: .2s transform;
		backface-visibility: hidden;
	}
	.therapist_list > div:hover img {
		transform: scale(1.05);
	}
	.therapist_list > div:not(:nth-of-type(5n)) {
		margin-right: 2.5px;
	}
	.therapist_list > div:not(:nth-of-type(-n + 5)) {
		margin-top: 20px;
	}
	.icon_schedule > span {
	  padding: 1px 5px;
	}
	.therapist_sns {
		cursor: pointer;
	}
	.therapist_sns li:hover a {
		background: #FFF;
		filter: drop-shadow(0 0 3px #FFF);
	}
	.therapist_name {
		font-weight: 700;
		margin: 3px 0 3px;
	}
	.therapist_name span{
		display: block;
		margin-top: .3em;
		font-size: .8em;
		text-align: center;
	}
	/* therapist_slider */
	.therapist_slider .slick-slide {
		margin-right: 6px;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.text_sub.sp_sectioninner {
		margin-bottom: 8px;
	}
	#top_waiting.block{
		margin-top: 6px !important;
	}
	#top_waiting .therapist_list,
	#top_newcomer .therapist_list {
		justify-content: space-between;
		/* overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch; */
		padding-bottom: 10px;
		/*font-size: 0;*/
	}
	#top_waiting .therapist_list > div,
	#top_newcomer .therapist_list > div {
		display: inline-block;
		width: calc(50% - 3px);
		height: auto;
		vertical-align: top;
		margin-bottom: 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-radius: 10px;
	background: #ffffff;
	padding: 8px;
	box-shadow: 0px 0px 8px 0px rgba(0, 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: #000;
}
#top_review .top_topic_article,
#profile_review .top_topic_article {
	position: relative;
}
#top_review .topic_date,
#profile_review .topic_date {
	font-size: 1.2rem;
	text-align: right;
	margin-bottom: 5px;
}
#top_review .top_topic_text,
#profile_review .top_topic_text {
	position: relative;
	line-height: 1.5;
}
#top_review .top_topic_text .date,
#profile_review .top_topic_text .date {
	position: absolute;
	top: 0;
	right: 0;
}
#top_review .top_topic_text h4,
#profile_review .top_topic_text h4 {
	font-size: 1.4rem;
}
#top_review .comment,
#profile_review .comment {
	height: 1em;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 10px;
}
#top_review i,
#profile_review i {

}
/* PC style */
@media print, screen and (min-width:1024px) {
	.top_review_inner {
		width: 50%;
		padding: 5px;
	}
	.top_review_img {
		width: 100px;
	}
	#top_review .top_topic_article,
	#profile_review .top_topic_article {
		width: calc(100% - 110px);
	}
	#top_review .topiclist_title.therapist_name,
	#profile_review .topiclist_title.therapist_name {
		font-size: 1.6rem;
	}
	#top_review .top_topic_text,
	#profile_review .top_topic_text {
		font-size: 1.2rem;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.top_review_inner {
		width: 100%;
		margin-top: 10px;
	}
	/*.top_review_inner:not(:first-of-type) {
		display: none;
	}*/
	#top_review .topiclist_title.therapist_name,
	#profile_review .topiclist_title.therapist_name {
		font-size: 1.4rem;
	}
	.top_review_img {
		width: 80px;
	}
	#top_review .top_topic_article,
	#profile_review .top_topic_article {
		width: calc(100% - 90px);
	}
	#top_review .top_topic_text,
	#profile_review .top_topic_text {
		font-size: 1.2rem;
	}
}

/*--- footernavi ---*/
.footernavi_list {
	justify-content: space-between;
}
.footernavi_list li {
	height: auto;
	aspect-ratio: 1/1;
}
.footernavi_list li a {
	display: block;
	position: relative;
	font-family: 'Shippori Mincho', serif;
	font-size: 1.8rem;
	text-align: center;
	transition: 0.3s;
	height: 100%;
	width: 100%;
	background-size: cover;
}
.footernavi_list li a span {
	font-size: .8em;
	font-weight: bold;
	margin-top: 5px;
}
.footernavi_list li a:hover{
	opacity: .6;
}
.footernavi_list li p {
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	background: rgba(15,113,143,.7);
	color: #fff;
	font-weight: bold;
	width: 100%;
	height: 50px;
	bottom: 10px;
	left: 0;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
}
.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.jpg');
}

.footernavi_list li a img {
	display: block;
}

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

/*--- footer ---*/
footer {
	background: #0f718f;
	/*background: url(../img/footer_bg.jpg);*/
    border-top: 3px solid;
    border-image: linear-gradient(315deg, #c2b76e 2%, #fefefe 50%, #c2b76e 97%);
    border-image-slice: 1;
	/*-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);*/
}
footer * {
	color: #fff;
}
.copyright {
	text-align: center;
	padding: 10px;
}
.copyright a {
	font-size: 1.2rem;
}
#totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;	
	height: 50px;
	border-radius: 25px;
	text-align: center;
	display: block;
	font-size: 3rem;
	background: #0f718f;
	cursor: pointer;
	z-index: 9997;
}
#totop i {
	color: #FFF;
}
/* 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 {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-family: 'Shippori Mincho', 'Parisienne', cursive;
	}
	.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: flex-start;
		width: 50%;
		margin-top: 10px;
	}
	.footer_sns_block p + p {
		margin-left: 20px;
	}
	.footer_sitemap ul {
		margin-top: 20px;
	}
	.footer_sitemap li {
		float: left;
		width: calc( 100% / 4 );
	}
	.footer_sitemap li a {
		display: inline-block;
		padding: .5em;
		font-size: 1.2rem;
	}
	.pc_footer_twitter a, .pc_footer_line a {
		display: block;
		font-size: 5rem;
	}
	#footer_fixedmenu {
		display: none;
	}
	#totop {
		bottom: 10px;
		right: 10px;
		border: 2px solid #fff;
		line-height: 50px;
	}
}
/* SP style */
@media print, screen and (max-width:1023px) {
	footer.block {
		width: 100%;
		padding-bottom: 70px;
	}
	.footer_wrapper {
		display: none;
	}
	#totop {
		bottom: 85px;
		right: 5px;
		border: 1px solid #fff;
		line-height: 50px;
	}
	#footer_fixedmenu {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		background: #0f718f;
		height: 70px;
		z-index: 9998;
	}
	#footer_fixedmenu li {
		width: calc(100% / 3);
		height: 70px;
	}
	#footer_fixedmenu li.ffm_tel {
		background: #000;
	}
	#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: #FFF;
		font-size: 1.3rem;
		font-weight: 600;
		font-family: 'EB Garamond','Shippori Mincho', serif;
		font-weight: 600;
	}
	#footer_fixedmenu li a i {
		color: #FFF;
		font-size: 3.2rem;
		margin-bottom: 8px;
	}
	#footer_fixedmenu li a span {
		letter-spacing: -2px;
		color: #FFF;
		font-size: 1.3rem;
		font-weight: 600;
	}
}

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


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

}


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

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

/*--- gals ---*/
.profile_wrapper {

}
/* profile_left */
.profile_left .profile_img {
	margin-bottom: 30px;
}
#profile_img_thumb .thumbnail-item {
	width: 100%;
	opacity: .4;
	position: relative;
	font-size: 0;
}
#profile_img_thumb .thumbnail-item:hover {
	cursor: pointer;
}
/*#profile_img_thumb .thumbnail-item img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}*/
#profile_img_thumb .thumbnail-item.thumbnail-current {
	opacity: 1;
}
.profile_img .slick-dots li button {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.profile_block + .profile_block {
	margin-top: 10px;
}
.profile_block h3,
.profile_block:not(.profile_review) h4:not(.bg_none),
.profile_block h4.bg_none span {
	color: #000;
	text-align: center;
	letter-spacing: .05em;
	padding: 5px;
	font-size: 1.6rem;
}
.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 #cfd9de;
	border-radius: 5px;
	padding: 3px;
}
	/* SP style */
	@media print, screen and (max-width:1023px) {
		.profile_diary .diarylist {
			overflow-x: scroll;
			flex-direction: row;
			flex-wrap: nowrap;
		}
		.profile_diary .diarylist li { width: calc(100% / 3 - 8px);}
		.profile_diary .diarylist li:nth-child(n+6) { display: none;}   
	}
	/* PC style */
	@media print, screen and (min-width:1024px) {
		.profile_diary .diarylist li { width: calc(100% / 4 - 4px);}
		.profile_diary .diarylist li:nth-child(5n){ margin-left: 0;}
		.profile_diary .diarylist li:nth-child(n+5){margin-top: 5px;}
	}
.profile_diary .diarylist li + li {
	margin-left: 5px;
}
.profile_review .reviewlist li {
	background: #FFF;
	border: 1px solid #0f718f;
	border-radius: 10px;
	margin-bottom: 5px;
}
.profile_review .reviewlist li + li {
}
.profile_diary .diarylist li a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.reviewlist * {
	font-size: 1.3rem;
}
.review_meta {
	line-height: 1.5;
	font-family: "メイリオ", Meiryo, sans-serif;
	margin-bottom: 1.5em;
}
.reviewlist h4 {
	font-weight: bold;
}
.reviewlist .date {
	font-size: 1.1rem;
}
.reviewlist .comment {
	margin-bottom: 2em;
	padding: 0 10px;
}
.reviewlist .thanks {
	text-align: right;
}
/* profile_right */
.profile_right .catchcopy {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: .05em;
	text-align: center;
	/*background: #FFF;*/
	margin-bottom: 10px;
	overflow: hidden;
}
.profile_right .catchcopy span {
	animation: marquee 15s linear infinite;
	display: inline-block;
	white-space: nowrap;
	padding: 5px 0 5px 100%;
}
.profile_right .therapist_name {
	font-size: 3rem;
	align-items: center;
	justify-content: center;
}
.profile_right .therapist_name .icon_new {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 2rem;
	line-height: 25px;
	background: #fc0000;
	height: 25px;
	padding: 1px 5px;
	overflow: hidden;
	margin-right: 10px;
}
.profile_right .therapist_name .icon_new::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: -30%;
	background-image: linear-gradient(130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%);
	animation: shine 2s infinite;
}
@keyframes shine {
	0% {
				left: -30%;
		}
		20% {
				left: 120%;
		}
		100% {
				left: 120%;
		}
}
.profile_sub {
	position: relative;
	align-items: center;
	justify-content: center;
	margin: 5px 0;
}
.profile_sub .therapist_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: 30px;
	height: 30px;
	background: transparent;
}
.icontype {
	width: calc(100% - 10px);
	justify-content: space-between;
	align-items: center;
	margin: 5px 5px 3px;
}
.icontype2 {
	width: calc(100% - 10px);
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.icontype li {
	font-family: "Century Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #fff;
	font-size: .7em;
	text-align: center;
	line-height: 1.5;
	width: calc(50% - 1px);
	padding: 2px 0;
	margin-bottom: 2px;
	background: #a59480;
	border-radius: 5px;
}
.icontype2 li {
	color: #fff;
	background: #a59480;
	font-size: .8em;
	text-align: center;
	line-height: 1.5;
	width: calc(50% - 2.5px);
	padding: 2px 5px;
	margin-bottom: 5px;
	font-weight: bold;
	/*box-shadow: 0 0 0 1px #333;*/
	border-radius: 5px;
}
#profile .therapist_icon {
	position: relative;
	margin-bottom: 5px;
}
#profile .therapist_icon .iconrank span {
	height: 40px;
	line-height: 40px;
}
#profile .therapist_icon li {
}
#profile .therapist_icon li + li {
	margin-top: 5px;
}
#profile .icon_schedule {
	text-align: center;
	height: 40px;
	line-height: 40px;
}
#profile .icon_schedule.today {
}
#profile .icon_schedule.nexttime {
}
.profile_option {
	width: 100%;
	height: auto;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.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: #000;
	text-align: center;
	background: #FFF;
	border: 1px solid #0f718f;
	border-radius: 5px;
	margin: 2px;
	padding: 5px;
	opacity: .2;
}
.profile_option ul li.active {
	opacity: 1;
}
.profile_text {
	border: 1px solid #0f718f;
	border-radius: 12px;
	background: #FFF;
	overflow: hidden;
	margin-top: 10px;
}
.profile_text dt {
	color: #fff;
	text-align: center;
	line-height: 2;
	font-size: 1.6rem;
	background: #0f718f;
	border-bottom: 1px solid #0f718f;
}
.profile_text dd {
	line-height: 1.8;
	padding: 10px;
}
.profile_twitter dd {
	text-align: center;
}
.profile_text dd iframe {
	border-radius: 10px;
	overflow: hidden;
}
.profile_schedule {
	margin-top:50px;
}
.profile_schedule table {
	width: 100%;
	border: 1px solid #0f718f;
}
.profile_schedule th,
.profile_schedule td {
	padding: 10px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	font-size: 1.5rem;
}
.profile_schedule th {
	background: #0f718f;
	color: #FFF;
}
.profile_schedule td {
	background: #FFF;
}
.saturday {
	color: #28dfff!important;
}
.sunday {
	color: #ff6464!important;
}
/* 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 */
	.profile_wrapper {
		margin-top: 5px;
		position: relative;
	}
	#profile .section_title {
		font-weight: 700;
	}
	#profile .pager:first-of-type {
		display: none;
	}
	.profile_left .profile_block h3 {
		padding: 8px 5px;
	}
	#profile_img_main {
	  width: 100%;
	}
	.profile_left,
	.profile_right {
		width: 100%;
	}
	#profile .therapist_icon {
		height: inherit;
	}
	#profile .therapist_icon li {
		font-size: 1.4rem;
	}
	.profile_option p {
		font-size: 1.6rem;
	}
	.profile_option ul li {
		font-size: 1.2rem;
	}
	section:not(#review) .profile_link {
		margin-bottom: 10px;
	}
	section:not(#review) .profile_link li {
		margin: 10px auto;
		background: #0f718f;
		padding: 5px 0 5px;
		border-radius: 10px
	}
	section:not(#review) .profile_link li a {
		color: #FFF;
		border: none;
		font-size: 1.5rem;
	}
	.profile_diary .profile_link li {
		border: 1px solid #fff;
	}
	section:not(#review) .profile_link a {
		border: 2px solid #fff;
		border-radius: 3px;
		padding: 5px 15px;
		background: rgba(0, 0, 0, 0);
	}
	section#review .profile_link {
		margin-bottom: 20px;
	}
	section#review .profile_link a {
		border: 4px double #fff;
		border-radius: 6px;
		padding: 5px 15px;
	}
	.profile_text dd {
		padding: 0 1em;
		margin: 8px 0 8px;
	}
	.profile_review .reviewlist li {
		width: 100%;
	}
	.profile_review .reviewlist li + li {
	}
	.profile_review h4 {
		padding: 5px;
	}
	section:not(#review) .profile_review .profile_link li {
		margin: 10px auto;
		background: #0f718f;
		padding: 5px 0 5px;
		border-radius: 10px
	}
	section:not(#review) .profile_review .profile_link li a {
		color: #fff;
	}
	.profile_review .reviewlist {
		margin-bottom: 5px;
	}
	.reviewlist li {
		padding: 5px 10px 15px;
	}
	.review_meta .date,
	.review_meta .total {
		padding-left: 5px;
	}
	.reviewlist .comment {
		line-height: 1.3;
		padding: 0 1em;
	}
	.reviewlist .thanks {
		font-size: 1.1rem;
	}
	.profile_schedule.profile_block:not(.profile_review) h4:not(.bg_none) {
		margin-bottom: 0;
	}
	.profile_schedule table {
		width: calc(100% - 10px);
		margin: 10px auto 0;
	}
	.profile_schedule tr {
		width: 100%;
	}
	.profile_schedule tr + tr {
		border-top: 1px solid #000;
	}
	.profile_schedule th {
		width: 28%;
		border-right: 1px solid #000;
	}
	.profile_schedule td {
		width: 72%;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	/* profile */
	.profile_wrapper {
		padding: 5px !important;
	}
	.profile_wrapper::after {
		content: "";
		display: block;
		clear: both;
	}
	.profile_left_right {
		justify-content: space-between;
	}
	.profile_left {
		width: calc(100% - 340px);
	}
	#profile_img_main {
	  width: calc(100% / 6 * 5);
	}
	#profile_img_thumb {
		width: calc(100% / 6);
	}
	.profile_sub .therapist_sns li:hover {
		transform: rotateY(360deg);
		transition: .5s;
	}
	.profile_option p {
		font-size: 1.8rem;
	}
	.profile_option ul {
	}
	.profile_option ul li {
		font-size: 1.4rem;
	}
	.profile_review .reviewlist {
		justify-content: space-between;	
	}
	.profile_review .reviewlist li {
		width: calc(50% - 2.5px);
	}
	.reviewlist li {
		padding: 24px;
	}
	.profile_right {
		width: 320px;
	}
	.profile_link li {
		margin: 10px auto;
	}
	.profile_link a {
		border-radius: 6px;
		padding: 2px 15px;
	}
	section#review .profile_link {
		margin-bottom: 10px;
	}
	section#review .profile_link a {
		padding: 5px 15px;
	}
	.profile_schedule tr {
		width: calc(100% / 7);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		background: #fff;
	}
	.profile_schedule tr + tr {
		border-left: 1px solid #000;
	}
	.profile_schedule th {
		width: 100%;
		border-bottom: 1px solid #000;
	}
	.profile_schedule td {
        margin: auto;
		width: 100%;
		display: -webkit-box;
		display: flex;
		-webkit-box-align: center;
		flex-direction: column;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		min-height: 4em;
	}
}

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

/*--- reservation ---*/
#reservation:not(.confirm):not(.complete) .section_text,
.reserve_note dd span {
	font-weight: bold;
}
#reservation:not(.confirm) .section_text,
.reserve_note dd span {
	font-weight: bold;
}
#reservation:not(.confirm):not(.complete) .section_text,
#reservation .section_note {
	font-size: 1.2rem;
}
.reserve_note {
	line-height: 1.5;
	margin: 0 auto;
}
.reserve_note dt {
	color: #000;
	font-weight: 700;
	font-size: 1.1em;
}
.form_style {
	margin: 40px auto 0;
}
.form_style dl {
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 20px;
	background: #FFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.form_style dt {
	font-weight: bold;
	color: #0f718f;
}
/* #reservation:not(.confirm) .form_style dt span.error_text {
	color: #000;
} */
#reservation:not(.confirm) .form_style dt span.error_text::before {
	content: "\f071";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	margin-right: 5px;
}
#reservation:not(.confirm) .form_style dt span.req {
	font-size: .7em;
}
#reservation.confirm .form_style dt span.req {
	color: #f00;
}
.form_style dt span.error_text {
	font-weight: bold;
	display: block;
	font-size: 1.2rem;
	margin-top: 15px;
}
.form_style input:not([type="radio"]),
.form_style select,
.form_style textarea {
	padding: 5px;
	background: #fff;
	border: 1px solid #0f718f;
	margin: 3px 0;
}
.form_style input:not([type="radio"]) {
	width: 100%;
}
.form_style textarea {
	width: 100%;
}
.form_style dd p.spacer {
	margin: 1.5em 0 5px;
}
.submit_wrapper {
	justify-content: center;
}
.submit_wrapper li {
	margin: 0 5px;
}
.form_style .submit_wrapper .btn {
	border-radius: 6px;
	line-height: 1;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	background: #a59480;
}
.form_style .submit_wrapper .btn[type="submit"] {
	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;
	background: #FFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.topic .borderbox {
	padding: 24px;
}
#review .reviewlist .therapist_name {
	justify-content: space-between;
	align-items: center;
}
#review .reviewlist .therapist_name,
.topic_title {
	margin-bottom: 10px;
}
#review .reviewlist .therapist_name a:not(.btn),
.topic_title a {
	color: #000;
}
#review .reviewlist .therapist_name a:not(.btn),
.topic_title a {
	font-weight: bold;
}
.topic_title a {
	line-height: 1.5;
}
#review .reviewlist .therapist_name a.btn {
	font-weight: bold;
	color: #FFF;
	background: #a59480;
	border-radius: 4px;
}
.topic .date {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
#review .review_img,
.topic_img {
	line-height: 0;
}
#review .review_contents,
.topic_contents {
	font-size: 1.5rem;
	line-height: 1.5;
	border-radius: 10px;
}
#review .review_contents {
	padding: 10px;
}
#review .review_contents h4,
#review .review_contents .total {
	font-weight: bold;
}
#review .pager_list li {
	width: calc(100%/3 - 8px);
}
#review .pager_list li * {
	font-size: 1.1rem;
	color: #fff;
}
#review .pager_list li a {
	border-radius: 0;
	background: #ffffaf;
	font-weight: 700;
}
#news.topic + .pager_single a {
	color: #0f718f;
}
/* review_therapist */
.review_therapist .therapist_name {
	font-size: 1.5rem;
	margin-top: 10px;
}
.review_therapist .therapist_name a {
	font-weight: bold;
}
.review_therapist .therapist_review_img .btn {
	display: block;
	width: 100%;
	text-align: center;
	letter-spacing: .15em;
	padding: 8px 10px;
	font-size: 1.4rem;
	background: #333;
	color: #fff;
	border-radius: 5px;
	margin: 10px auto;
	font-weight: bold;
}
/* review_post */
.review_post .error_text {
	display: block;
	color: #ff0909;
	font-weight: bold;
	margin: 15px 0 5px;
	font-size: 1.2rem;
}
.review_post .form_style dt::first-letter {
	font-size: 0;
}
.review_post input, .review_post select {
	padding: 6px;
}
.star_select li {
	display: inline-block;
	margin-right: 20px;
	line-height: 1.5;
}
.star_select li span {
	margin-left: 2px;
}
.btn_otherselect {
	border-radius: 5px;
	margin-left: 10px;
	padding: 7px;
	font-size: 1.2rem;
	color: #FFF;
	background: #666;
	vertical-align: middle;
	cursor: pointer;
}
/* review_post - confirm */
.review_post.confirm .section_text {
	font-size: 1.6rem;
}
.review_post.confirm .section_text {
	margin-bottom: 20px;
}
.review_post.confirm .form_style {
	margin-top: 0;
}
.review_post input[name="submit"] {
	border: none;
}
/* review_post - complete */
.review_post.complete {
	font-size: 1.6rem;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	#review .reviewlist .therapist_name a:not(.btn) {
		font-size: 1.8rem;
	}
	#review .reviewlist .therapist_name a.btn {
		padding: 7px 5px;
		font-size: 1.1rem;
	}
	#review .borderbox {
		padding: 10px 5px;
	}
	#review .review_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;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	#review .review_therapist, .topic_wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-start;
	}
	#review .reviewlist .therapist_name a:not(.btn) {
		font-size: 2.2rem;
	}
	#review .reviewlist .therapist_name a.btn {
		padding: 0 1em;
		font-size: 1.1rem;
		line-height: 25px;
		height: 25px;
	}
	#review .review_img, .topic_img {
		width: 30%;
		max-width: 50%;
	}
	.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 .date,
	#review .review_contents .total {
		margin-left: 1em;
	}
	#review .review_contents, 
	.topic_contents {
		margin-left: 20px;
		width: calc(70% - 20px);
	}
	.event_contents {
		margin-left: 20px;
		width: calc(50% - 20px);
		line-height: 1.8em;
	}
	#review .review_contents .comment {
		font-size: 1.5rem;
	}
	/* review_therapist */
	.therapist_review_wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		align-items: flex-start;
	}
	.therapist_review_img {
		width: 300px;
	}
	.review_therapist .reviewlist {
		width: 645px;
		margin-left: 20px;
	}
	#review.review_therapist .reviewlist .review_contents {
		width: 100%;
		margin: 0 0 30px;
		padding: 20px;
	}
	/* review_post */
	.star_select span {
		font-family: "メイリオ", Meiryo, sans-serif;
	}
	/* review_post - confirm */
}


/*--- shecule ---*/
#schedule h2 {
	margin-bottom: 15px;
}
#schedule h3.sellect_date {
	font-size: 2.4rem;
	font-family:  'EB Garamond', 'Shippori Mincho', serif;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
/* #schedule h3:not(.therapist_name) {
	color: #000;
} */
#schedule h3.sellect_date i {
	margin-right: 5px;
}
.schedule_date {
	width: calc(100% - 16px);
	margin: 10px auto 20px;
}
.schedule_datelist {
	overflow: hidden;
}
.schedule_datelist li {
	width: calc(100% / 7);
	text-align: center;
}
/* .schedule_datelist li + li {
	border-left: 1px solid #0f718f;
}*/
.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: #0f718f;
	color: #FFF;
}
.schedule_datelist li.active a span {
	font-weight: bold;
}
.schedule_datelist li a .date {
	font-family: 'EB Garamond', serif;
	font-size: 2.4rem;
}
.schedule_datelist li a .date span {
	font-size: .7em;
	opacity: .7;
	vertical-align: top;
}
.schedule_datelist li a .week {
	margin-left: 0.5em;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'Shippori Mincho', serif;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.schedule_datelist li a{
		display: block;
	}
	.schedule_datelist li a .date {
		font-size: 1.8rem;
	}
	.schedule_datelist li a.topic .borderbox .date {
		margin-bottom: 5px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.schedule_datelist li a .date {
		/*margin-bottom: 10px;*/
	}
}

/*---system ---*/
.system_block.system_line {
	color: #000;
	padding: 24px;
	border-radius: 10px;
}
.system_block + .system_block {
	margin-top: 20px;
}
.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: '/';
}

.system_list dt {
}
.system_block h3 {
    position: relative;
    font-weight: bold;
    padding: 0.2em 0;
    font-size: clamp(20px, 1.6vw, 24px);
    color: #FFF;
    background: linear-gradient(90deg, #f7f6f3 10%, #0f718f 50%, #f7f6f3 90%);
    text-align: center;
	line-height: 1.5;
}
.system_list {
	overflow: hidden;
	margin: 15px;
}
.system_list li {
	text-align: center;
	font-size: 1.4em;
	padding: 15px;
}
.system_list li + li {
	border-top: 1px solid #717171;
}
.system_list dt, .system_list dd {
	text-align: center;
	width: 50%;
}
.system_list dt span {
	display: block;
	font-size: .75em;
}
.system_block .system_text {
	padding: 10px;
	line-height: 1.7;
}
.system_block .system_text ul {
	margin: 20px 0;
}
.system_block .system_text ul li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	line-height: 1.5;
}
.system_block .system_text ul li:before {
	content: '\f45c';
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	margin-right: .5em;
}
.system_block 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;
}
.memberonly {
	background: linear-gradient(315deg, #967d32 2%, #f6ec90 50%, #967d32 97%);
	border-radius: 25px;
}
.memberonly p {
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
	background: #000;
	border-radius: 20px;
}
.memberonly dt, .memberonly dd{
	font-weight: bold;
}
.areattl {
	font-size: 1.8rem;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	margin: 5px 0;
	height: 25px;
	background: #ffffaf;
	border-radius: 12.5px;
}
.arealist {
	margin-bottom: 10px;
}
.arealist dt,
.arealist dd {
	line-height: 1.25;
	padding: 5px;
}
.arealist dt {
	width: 6em;
	font-weight: bold;
	text-align: center;
}
.arealist dd {
	width: calc(100% - 7em);
	margin-left: 1em;
}
.card_pay {
	text-align: center;
	width: 100%;
	background: #FFF;
	margin: 10px auto 80px;
	border-radius: 20px;
	transition: .5s;
	filter: drop-shadow(1px 1px rgba(0, 0, 0, .3));
}
.card_pay:hover {
	filter: drop-shadow(0px 0px 5px rgba(0,0,0,.5));
}
.card_pay a {
	display: block;
	color: #4E4351;
	padding: 15px;
}
.card_pay p {
	font-size: 3rem;
	color: #4E4351;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px; 
}
.card_pay p span {
	display: block;
	font-size: 1.6rem;
	font-weight: 700;
}
.card_pay img {
	width: 300px;
}
.card_pay li{
	line-height: 1.6;
	margin-bottom: 0.4em;
}
.system_list.transport li {
    padding: 10px 0;
}
.system_list.transport dt {
	font-size: 2rem;
	width: 120px;
}
.system_list.transport dd {
	font-size: 1.6rem;
	line-height: 1.2;
	width: calc(100% - 120px);
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.course_block {

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

/*--- access ---*/
.ttl_access{
	margin-top: 40px;
	margin-bottom: 16px !important;
}
.accesslist li {
	background: #FFF;
	padding: 20px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
}
.accesslist li + li {
	margin-top: 30px;
}
.accesslist h3 {
	color: #0f718f;
	text-align: center;
	font-weight: bold;
	border-radius: 25px;
}
.accesslist dt {
	font-size: 1.1em;
	letter-spacing: .1em;
	width: 100%;
	padding: 5px 0 5px;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	background: #0f718f;
}
.accesslist dt > p > span {
	display: block;
	margin-bottom: 5px;
}
.accesslist dt > p > span i {
	margin-right: .5em;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.accesslist li {
		margin-top: 30px;
		justify-content: space-between;
	}
	.accesslist li .access_info {
		margin-bottom: 15px;
	}
	.accesslist 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;
		text-align: center;
	}
	.accesslist dt:not(:last-of-type), .accesslist dd:not(:last-of-type) {
		
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.accesslist li {
		margin-top: 30px;
        justify-content: space-between;
	}
	.accesslist li .access_info {
		width: 350px;
	}
	.accesslist h3 {
		line-height: 40px;
		margin-bottom: 30px;
		font-size: 1.8em;
		height: 40px;
	}
	.accesslist dl {
		justify-content: space-between;
	}
	.accesslist dt {
		margin-bottom: 5px;
	}
	.accesslist dt > p + p {
		margin-top: 30px;
	}
	.accesslist dd {
		text-align: center;
		width: 100%;
	}
	.accesslist dd {
		font-size: 1em;
	}
	.accesslist dd:not(:last-of-type) {
		margin-bottom: 20px;
	}
	 .accesslist li iframe {
            width: calc(100% - 370px);
        }
}

/*--- magazine ---*/
#magazine .block {
	border: 4px double #0f718f;
	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 #ccc;
}
.recruit_contact h3 {
	padding: 10px;
}
.recruit_contactlist li a {
	display: block;
	color: #fff;
	text-align: center;
	border-radius: 8px;
}
.rc_tel a {
	background: #ff8b00;
}
.rc_mail a {
	background: #0098ff;
}
.rc_line a {
	background: #00C854;
}
.qa_style {
	margin: 10px 5px;
}
.qa_style dt {
	cursor: pointer;
	/* color: #000; */
	padding-bottom: 5px;
	font-size: 1.6rem;
}
.qa_style dt::before {
	content: "Q.";
	font-family: 'Parisienne', sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 5px;
	background: #000;
	color: #fff;
	margin-right: 10px;
}
.qa_style dt span {
	line-height: 1.5;
	font-weight: bold;
	width: calc(100% - 40px);
	margin-top: 3px;
}
.qa_style dd {
	display: none;
	line-height: 1.5;
	font-size: 1.6rem;
	padding-left: 2em;
	margin-left: 1.5em;
}
.qa_style dd::before {
	content: "A.";
	margin-left: -1.5em;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.recruit .borderbox {
	}
	.recruit_contactlist li + li {
		margin-top: 5px;
	}
	.recruit_contactlist li a {
		padding: 10px 0;
		font-size: 2rem;
		font-weight: 700;
	}
	.recruit_contactlist li a i {
		font-size: 1.2em;
		margin-right: 10px;
		vertical-align: -.1em;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.recruit .borderbox {
		margin: 30px auto;
	}
	.recruit_contact h3 {
		margin-bottom: 10px;
	}
	.recruit_contactlist {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
	}
	.recruit_contactlist li {
		width: calc(100%/3 - 14px);
		margin: 5px;
	}
	.recruit_contactlist li a {
		padding: 20px 0px;
	}
	.recruit_contactlist li a i {
		display: block;
		font-size: 3em;
		margin-bottom: 5px;
	}
}

/*--- concept ---*/
.concept_message {
	position: relative;
}
.concept_message_inner {
	position: absolute;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	right: 0;
	height: auto;
	background: rgb(255 255 255 / 80%);
	box-shadow: inset 0 0 0 4px #FFF,inset 0 0 0 5px #0f718f;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.concept_message_inner > span {
	display: inline-block;
}
.concept_message_inner > span:last-of-type {
	margin-top: 3em;
	width: 100%;
	text-align: right;
}
.concept_message_inner h3 {
	font-size: 1.5em;
	color: #0f718f;
	margin-bottom: 10px;
}
.concept_message img {
	height: auto;
	aspect-ratio: 1/1;
}
.concept_text_catch {
	color: #000;
	font-size: clamp(18px, 1.8vw, 22px);
    line-height: 1.6;
	font-weight: 500;
	text-align: center;
	letter-spacing: .5px;
	margin-bottom: 50px;
	padding: 0 10px;
}

.concept_list {
	margin-bottom: 50px;
}
.concept_list li{
    background: #fff;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
}
.contept_list_image {
    position: relative;
    width: 100%;
    font-size: 0;
    height: 100%;
    object-fit: contain;
}
.contept_list_image:before {
	/*content: '';
	position: absolute;
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	background: #0f718f;*/
}
.contept_list_image img {
	width: 100%;
	height: 100%;
    aspect-ratio: 23 / 15;
    object-fit: cover;

}
.concept_list_text{
	padding: 16px;
	width: 100%;
}
.concept_list_text dt {
	font-weight: 700;
	font-size: clamp(18px, 1.8vw, 28px);
	line-height: 1.2;
	text-align: center;
	margin: 8px auto 20px;
	color: #0f718f;
}
.concept_list_text dd {
	line-height: 2;
}
/* SP style */
@media print, screen and (max-width:1023px) {
	.concept_message {
		width: calc(100% - 20px);
		max-width: 420px;
		margin: 0 auto calc(50px + 50%);
	}
	.concept_message_inner {
		font-size: 1.2rem;
		line-height: 1.5;
		padding: 1.5em;
		width: 90%;
		margin: 0 auto;
		left: 0;
		bottom: -50%;
	}
	.concept_message img {
		width: 100%;
		max-width: 420px;
	}
	.concept_list {
		flex-direction: column;
		max-width: 420px;
		margin: 0 auto;
	}
	.contept_list_image {
		/*margin: 0 auto 20px;*/
	}
	.concept_list li {
		width: calc(100% - 20px);
		margin: 0 auto;
	}
	.concept_list li + li {
		margin-top: 50px;
	}
}
/* PC style */
@media print, screen and (min-width:1024px) {
	.concept_message {
		margin-bottom: 100px;
	}
	.concept_message_inner {
		font-size: 1.6rem;
		line-height: 2;
		padding: 2em;
	}
	.concept_message_inner {
		width: 70%;
		bottom: -5%;
	}
	.concept_message img {
		width: 50%;
	}
	.concept_list {
		justify-content: center;
	}
	.concept_list li {
		flex-direction: row;
		justify-content: space-between;
		width: calc(100% - 20px);
	}
	.concept_list li + li {
		margin-top: 50px;
	}
	.concept_list li:nth-child(even) {
		flex-direction: row-reverse;
	}
	.concept_list_text {
		padding: 16px;
		width: calc(50% - 16px);
	}
	.concept_list_text dd {
		font-size: 1.5rem;
	}
	.contept_list_image {
    width: 50%;
	}
}

/*--- flow ---*/
#flow {
}
.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: #4E4351;
}
.flow_section  span.line_click{
	font-size: 0.8em;
	letter-spacing: 0;
}
.flow_section {
	padding: 20px;
	border-radius: 20px;
	counter-reset: number 0;
}
.flow_block {
	position: relative;
	flex-direction: column;
	background: #FFF;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.flow_block + .flow_block {
	margin-top: 50px;
}
.flow_block:before,
.flow_block:after {
    position: absolute;
    flex-direction: column;
    right: 0;
    display: flex;
    justify-content: flex-end;
    height: 100%;
    color: rgb(15 113 143 / 10%);
    font-weight: 500;
}
.flow_block:after {
	left: calc(50% - 15px);
}
.flow_block:before {
	counter-increment: number 1;
    content: counter(number);
    flex-direction: column;
    bottom: 0;
    /* width: 150px; */
    /* height: 50px; */
    font-size: clamp(26px, 30vw, 180px);
}
.flow_block:not(:last-of-type):after {
	content: '';
	clip-path: polygon(0 0, 100% 0%, 50% 100%);
	background:#0f718f;
}
.flow_block dt {
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.4em;
	background: #0f718f;
	margin-bottom: 1em;
}
.flow_block dt i {
	text-align: center;
	vertical-align: middle;
	margin-right: 10px;
	color: #0f718f;
}
.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;
	padding-bottom: 60px;
}
.flow_section .contact_tap_btn {
	flex-direction: column;
	align-items: center;
	font-weight: 700;
	letter-spacing: 1px;
	color: #4E4351;
}
.flow_section .contact_tap_btn li a {
	display: block;
	text-align: center;
	padding: 5px 20px;
	border-radius: 10px;
}
.flow_section .contact_tap_btn li.btn_tel a {
	box-shadow: 0 0 0 1px #0f718f;
}
.flow_section .contact_tap_btn li.btn_line a {
	color: #FFF;
	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:after {
		bottom: -30px;
		width: 30px;
		height: 20px;
	}
	.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 + .flow_section {
		margin-top: 20px;
	}
	.flow_block {
		padding: 25px;
	}
	.flow_block:after {
		bottom: -30px;
		width: 60px;
		height: 20px;
	}
	.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;
	}
}


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




/*--- *** ---*/
/* 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 #ccc;
	padding: 10px 20px;
	margin: 0 0 20px;
}
.top_topic_article .table {
	margin: .9em auto;
}
.top_topic_article .table table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	border: 1px double #b3b3b3;
}
.top_topic_article .table table td,
.top_topic_article .table table th {
	min-width: 2em;
	padding: .4em;
	border: 1px solid #bfbfbf;
}
.top_topic_article .table table th {
	font-weight: 700;
	background: #aaa;
}

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

.top_slider {
	max-width: 950px;
	margin: 20px auto 0;
}
.top_picup {
	max-width: 950px;
	margin: 20px auto 0;
}
.thumbnail {
	max-width: 950px;
	margin: 0 auto;
}
.thumbnail .slick-slide {
	padding: 5px;
}
.slick-prev, .slick-next {
	top: 50%;
	width: 30px;
	height: 40px;
	z-index: 1;
}
.slick-prev {
	left: 0;
}
.slick-next {
	right: 0;
}
.slick-prev:before, 
.slick-next:before {
	font-family: "Font Awesome 5 Free";
	color: #FFF;
	font-weight: 600;
	font-size: 4rem;
}
.slick-prev:before {
  content: '\f104';
}
.slick-next:before {
  content: '\f105';
}

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

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


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