@charset "utf-8";
/******************************
	reset
******************************/
*,
*::before,
*::after {
  box-sizing: border-box;
}
ul,
ol {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
body {
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  color: #000000;
}
ul,
ol {
  list-style: none;
}
a {
	text-decoration: none;
	color: #873737;
}
img {
  max-width: 100%;
  display: block;
}
article > * + * {
  margin-top: 1em;
}
input,
button,
textarea,
select {
  font: inherit;
}
a:focus,
input:focus,
select:focus,
textarea:focus {
	outline: none;
}

/******************************
	common
******************************/
.df {
	display: -webkit-flex;
	display: flex;
}
.go {
	font-family: "Hiragino Sans", "YuGothic", "Mairyo", "Arial", system-ui, sans-serif;
}
header {
	z-index: 1;
	overflow: hidden;
}
.inner{
	overflow: hidden;
}
header .head {
	width: 100%;
	height: 48px;
	background: #fff;
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	position: fixed;
	top: 0;
	z-index: 2;
}
header .head > div {
	display: flex;
	max-width: 1024px;
	margin: 0 auto;
}
header .head h1 {
	height: 48px;
	margin-right: auto;
}
header .head h1 img {
	height: 48px;
}
header .head .head_sw ul {
	display: flex;
}
header .head .head_sw ul li {
	width: 48px;
}
header .head .modaal {
	width: 48px;
	height: 48px;
}
#mainvisual_pc {
	display: none;
}
.slick-dots {
	bottom: 72px;
}
.slick-dots li button::before {
	opacity: .4;
	color: white
}
.slick-dots li.slick-active button::before {
	opacity: 1;
	color: white;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
header .info_box {
	width: 80%;
	max-width: 490px;
	margin: -40px auto 0;
	background: #fff;
	border-radius: 40px;
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
}
header .head_main {
	margin-top: 48px;
	position: relative;
}
header .head_main .info_box {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 12px;
	text-align: center;
	margin: 0 auto;
	padding: 6px 0;
}
header .head_main .info_box li {
	padding: 3px 0;
	line-height: 1;
	font-size: 12px;
}
header .head_main .info_box a {
	color: #fba4b8;
	font-size: 20px;
	text-decoration: none;
}
header .headline {
    background-color: #fff;
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 10px auto;
	min-height: 36px;
	border-radius: 20px 20px;
}
header .headline p {
	padding: 4px 8px;
	font-size: 14px;
	letter-spacing: 1px;
	color: #6204b1;
}
header .headline ul {
	padding: 4px 8px 4px 0;
}
header .headline ul li {
	font-size: 14px;
}

#navigation_pc {
	display: none;
}
.modaal-content-container {
	padding: 0;
	height: 100vh;
}
.nav_top {
	padding: 16px 0;
	background-image:linear-gradient(60deg, #ffe9ee 0%, #d3c9fb 100%);
	color: #873737;
	font-size: 12px;
	text-align: center;
	height: 30%;
	line-height: 30px;
}
.nav_top p:nth-child(1) {
	font-weight: bold;
	letter-spacing: 2px;
}
.nav_top p:nth-child(1)::after {
	content: "\f068";
	font-family: "FontAwesome";
	display: block;
}
.nav_top a {
	width: 200px;
	margin: 8px auto 0;
	padding: 8px 24px;
	border: 1px solid #873737;
	border-radius: 40px;
	display: block;
	color: #873737;
}
.nav_inner {
	font-size: 12px;
}
.nav_inner .nav_middle {
	margin: 0 auto;
	padding: 24px 0 32px;
}
.nav_inner .nav_middle ul li {
	border-bottom: 1px dotted #757575;
	line-height: 40px;
}
.nav_inner .nav_middle ul li a {
	padding: 8px 16px;
	display: block;
}
.nav_inner .nav_middle ul li a::after {
	content: "\f105";
	font-family: "FontAwesome";
	float: right;
}
.nav_inner .nav_bottom {
	padding: 24px 0 12px;
	background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
	text-align: center;
}
.nav_inner .nav_bottom ul.nav_bottom_menu {
	display: flex;
	flex-wrap: wrap;
}
.nav_inner .nav_bottom ul.nav_bottom_menu li {
	width: 33.3333333%;
}
.nav_inner .nav_bottom ul.nav_bottom_menu li a {
	padding: 8px 16px;
	display: block;
	color: #fff;
	border-right: 1px solid #fff;
}
.nav_inner .nav_bottom ul.nav_bottom_menu li:last-child a {
	border: none;
}
.nav_inner .nav_bottom ul.nav_bottom_sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 24px 0 0;
}
.nav_inner .nav_bottom ul.nav_bottom_sns li {
	width: 48px;
	margin: 0 8px;
}
.modaal-container {
	max-width: 100%;
}
.link_bnr {
	margin: 0 auto;
	width: 200px;
}
.link_bnr img{
	margin: 0 auto;
}

/******************************
	index
******************************/
#event {
	padding: 24px;
	/* background-image: linear-gradient(120deg, #fad0c4 0%, #ffd1ff 100%); */
	/* background-image: linear-gradient(120deg, #9795f0 0%, #fbc8d4 100%); */
	/*background-image: linear-gradient(-174deg, #ffedf1 0%, #ffedf1 99%, #ffedf1 100%);*/
}
#event div {
	width: 100%;
	max-width: 768px;
	margin: 0 auto;
}

#message {
	padding: 40px 0;
	background-image: url('bg_message.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
#message h2 {
	width: 100%;
	max-width: 375px;
	position: absolute;
	top: 48px;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 1;
}
#message > div {
	width: 86%;
	max-width: 480px;
	margin: 0 auto;
	padding: 100px 0 0;
	background: rgba(255, 255, 255, 0.84);
	text-align: center;
}
#message > div p {
	margin-bottom: 16px;
	line-height: 1.8;
}
#message > div p span {
	color: #d53d5d;
	font-weight: bold;
}
#message > div > img {
	width: 112px;
	margin: 24px auto 0;
}


/* ******** Access ******** */
#access {
	margin: 0 auto;
	background: #fbfafd;
	clear: both;
}
#access h2::before {
	content: "アクセス";
	background: linear-gradient(transparent 50%, #fbd1da 50%);
	margin-bottom: 4px;
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center;
	letter-spacing: 2px;
	font-weight: normal;
}
#access > div {
	max-width: 640px;
    margin: 0 auto;
    line-height: 1.4;
    font-size: 14px;
}
#access > div img {
	max-width: 100% !important;
	height: auto !important;
}
.access-img{
        margin-top: 25px;
        text-align: center;
}
.access-box{
	padding: 10px 10px!important;
}
.access-box table th{
    width: 20%;
    font-size: 14px;
    padding: 15px 0;
    font-weight: normal;
    color: #000;
    border-bottom: 1px solid #825f2e;
}
.access-box table td{
    font-size: 14px;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #825f2e;
    color: #000;
}
.access-box table td a{
    color: #ffb762;
    font-weight: bold;
}
.access-box iframe{
	width: 100%;
	height: 340px!important;
}
.access-img{
        margin-top: 25px;
        text-align: center;
    }
    .access-box{
        padding: 10px 10px!important;
    }
.access-box table{
	width:100%;
}
.ht01{
    position: relative;
    margin: 0 auto 12px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    text-indent: 0.1em;
    font-weight: normal;
    font-size: 1.0em;
    line-height: 1.0em;
    letter-spacing: 0.1em;
    color: #000;
    z-index: 2;
}
.ht01 span.en{
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0 auto 0.2em;
    font-size: 1.6em;
    line-height: 60px;
}
.ht01 span.en:after{
    content: '';
    position: absolute;
    left: 0;
    top: 2.0em;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #221c12 0%, #a88245 36%, #a88245 64%, #221c12 100%);
}
.ht01 span.ja{
    display: block;
    font-size: 0.8em;
}


#information {
	padding: 8px 0;
}
#information h2 {
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
}
#information > div {
	padding: 24px 0;
}
#information article {
	/*max-height: 280px;*/
	padding: 0 24px;
	font-feature-settings: "palt";
	text-align: justify;
	/*overflow: auto;*/
}
#information article time {
	margin: 0;
	padding: 0 0 2px 4px;
	border-bottom: 1px solid #c9a983;
	font-size: 10px;
	display: block;
	color: #c9a983;
}

#today {
	padding: 40px 0;
	background-image: url('bg_schedule.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#today h2 {
	width: 100%;
	max-width: 375px;
	margin: 0 auto 24px;
}
.cast_box {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 0 2%;
}
.cast_box li.cast_list {
	width: 50%;
	margin-bottom: 16px;
	padding: 0 2%;
	text-align: center;
	font-size: 12px;
}
.cast_box li.cast_list .txt_box .name {
	position: relative;
}
.cast_box li.cast_list .icon_twitter{
	position: absolute;
	bottom: 0;
	right: 30px;
}
#ranking .cast_box li.cast_list .icon_twitter,
#newface .cast_box li.cast_list .icon_twitter{
	position: absolute;
	bottom: 5px;
	right: 10px;
}
.cast_box li.cast_list .icon_twitter img{
	width: 18px;
	height: 15px;
}
.cast_box li.cast_list .cast_link {
	background: #fff;
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	display: block;
}
.cast_box li.cast_list .txt_box {
	padding: 8px 0;
}
.cast_box li.cast_list .txt_box p:nth-child(2) {
	padding-bottom: 16px;
	font-size: 10px;
	letter-spacing: 1px;
	border-bottom: 1px solid #c9a983;
	display: inline-block;
}
.cast_box li.cast_list .txt_box p:nth-child(3) {
	letter-spacing: 1px;
	color: #c9a983;
}
.cast_box li.cast_list .img_box {
	position: relative;
}
.cast_box li.cast_list .img_box .icon_new {
	width: 40px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}
.cast_box li.cast_list .img_box .icon_ranking {
	width: 96%;
	position: absolute;
	bottom: 3px;
	right: 3px;
	left: 6px;
	display: inline-block;
}

#today .cast_box {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto 8px;
	padding-bottom: 24px;
	overflow: auto;
}
#today .cast_box li.cast_list {
	width: 50%;
	padding: 0 0.2%;
}
#today .slick-dots {
	bottom: 8px;
	width: 94%;
}
#today .slick-dots li button::before {
	opacity: .4;
	color: white
}
#today .slick-dots li.slick-active button::before {
	opacity: 1;
	color: white;
}
#today .btn_schedule {
	width: 80%;
	max-width: 375px;
	margin: 0 auto;
	display: block;
}

#twitter {
	padding: 40px 0;
}
#twitter h2 {
	width: 100%;
	max-width: 375px;
	margin: 0 auto 8px;
}
#twitter div {
	width: 92%;
	max-width: 480px;
	margin: 0 auto;
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
}

#blog_outer {
	padding: 16px 0 40px;
	background-image: url('bg_blog.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#blog_outer h2 {
	width: 100%;
	max-width: 375px;
	margin: 0 auto;
}
#blog_outer ul {
	width: 92%;
	max-width: 680px;
	height: 248px;
	margin: 0 auto;
	padding: 16px;
	background: rgba(255, 255, 255, 0.88);
	overflow: auto;
}
#blog_outer ul li {
	margin-bottom: 16px;
}
#blog_outer ul li a > div {
	width: 100%;
	display: flex;
}
#blog_outer ul li .img {
	width: 20%;
	margin-right: 2%;
}
#blog_outer ul li .img img {
	width: 100%;
	height: 70%;
	object-fit: cover;
}
#blog_outer ul li .img p {
	width: 100%;
	height: 70%;
	background: #f5f5f5;
}
#blog_outer ul li .blog_text {
	width: 78%;
	font-feature-settings: "palt";
	text-align: justify;
}
#blog_outer ul li .info_title {
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-weight: bold;
}
#blog_outer ul li .comment {
	font-size: 12px;
}

#ranking{
	padding: 50px 0;
	background-image: url('bg_ranking.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#newface {
	padding: 70px 0;
	background-image: url('bg_newface.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
#ranking h2 {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
#newface h2 {
	width: 100%;
	max-width: 375px;
	margin: 0 auto 24px;
}
#ranking .cast_box_single li,
#newface .cast_box_single li {
	margin-bottom: 0;
	padding: 0;
}
#ranking .cast_box_single li a,
#newface .cast_box_single li a {
	width: 92%;
	margin: 0 auto;
	display: flex;
}
#ranking .cast_box_single li a .img_box,
#newface .cast_box_single li a .img_box {
	width: 60%;
}
#ranking .cast_box_single li a .txt_box,
#newface .cast_box_single li a .txt_box {
	width: 40%;
	padding-top: 2%;
}
#ranking.cast_box_single li a .txt_box p:nth-child(1) ,
#newface .cast_box_single li a .txt_box p:nth-child(1) {
	font-size: 16px;
}
#ranking .cast_box_single li a .txt_box p:nth-child(2),
#newface .cast_box_single li a .txt_box p:nth-child(2) {
	padding-bottom: 10px;
}
#ranking.cast_box_single li .icon_new,
#newface .cast_box_single li .icon_new {
	width: 60px;
}
#ranking .slick-prev:before,
#ranking .slick-next:before{
	color: #e8b0d7;
}
#ranking .slick-dots li button::before {
	opacity: .4;
	color: #cca4c5;
}
#ranking .slick-dots li.slick-active button::before {
	opacity: 1;
	color: #ef60a7;
}
#ranking .slick-dots,
#newface .slick-dots {
	bottom: -50px;
	width: 96%;
	margin: 0 auto;
}

#recruit {
/* 	background-image: url('bg_recruit.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative; */
}
.open_therapist{
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	margin-bottom: 20px;
}
#recruit h2 {
	width: 100%;
	max-width: 375px;
	margin: 0 auto 24px;
	position: absolute;
	top: 24px;
	left: 0;
	right: 0;
	z-index: 1;
}
#recruit .top_recruit {
	max-height: 480px;
	margin: 0 auto;
}

#bottom > img {
	text-align: center;
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
#bottom div {
	background: #ffdee68c;
}
#bottom ul {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
#bottom ul li:nth-child(1),
#bottom ul li:nth-child(2),
#bottom ul li:nth-child(3) {
	width: 33.3333333%;
}

.breadcrumbs {
	background: #f7f7f7;
}
.breadcrumbs ul {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
	padding: 16px 8px 8px;
	display: flex;
	font-size: 12px;
}
.breadcrumbs ul::before {
	content: "\f015";
	font-family: "FontAwesome";
	font-size: 18px;
	margin: -6px 8px 0 0;
}
.breadcrumbs ul li::after {
	margin: 0 4px;
	content: "\f105";
	font-family: "FontAwesome";
	float: right;
}
.breadcrumbs ul li:last-child::after {
	content: none;
}
.breadcrumbs ul li a {
	text-decoration: underline;
}

footer .footer_logo {
	width: 120px;
	margin: 0 auto;
}
footer .footer_bnr img {
	margin: 30px auto 0;
}
footer .footer_bottom {
	padding: 0 0 0px;
}
footer .footer_bottom .info_box {
	text-align: center;
}
footer .footer_bottom .info_box ul {
	display: inline-block;
	text-align: left;
	letter-spacing: 2px;
	font-size: 14px;
}
footer .footer_switch {
	width: 100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 32px;
	margin: 0 auto;
	max-width: 680px;
}
footer .footer_switch ul {
	width: 100%;
	padding: 0 5%;
	display: flex;
	justify-content: flex-start;
}
footer .footer_switch ul li {
	width: 25%;
	flex-grow: 1;
	text-align: center;
}
footer .footer_switch ul li a {
	display: block;
	margin: 0 auto;
	width: 40px;
	border-radius: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
}
footer .copyright {
	font-size: 10px;
	background:#fbd1da;
	text-align: center;
	padding: 4px 0 2px;
}
/* フェードイン*/
.fadein,.fadeleft,.faderight{
  transition: opacity 1.2s;
  -moz-transition: opacity 1.2s;
  -webkit-transition: opacity 1.2s;
  -o-transition: opacity 1.2s;
  transition: transform 1.2s;
  -moz-transition: transform 1.2s;
  -webkit-transition: transform 1.2s;
  -o-transition: transform 1.2s;
}

.sub {
	margin-top: 48px;
	padding: 24px 0;
	text-align: center;
	background: url('../img/h2.jpg') top center no-repeat;
	background-size: cover;
	font-family: "Hiragino Sans", "YuGothic", "Mairyo", "Arial", system-ui, sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 4px;
	color: #726f70;
	text-shadow: #fff 1px 1px 8px, #fff -1px 1px 8px, #fff 1px -1px 8px, #fff -1px -1px 8px;
}
.sub::after {
	width: 140px;
	margin: 4px auto 0;
	content: "Rose Color";
	font-size: 10px;
	letter-spacing: 4px;
	font-weight: normal;
	display: block;
	border-top: 1px solid #fff;
}

#system h3 {
	margin-bottom: 16px;
	text-align: center;
	font-size: 12px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #ea839d;
}
#system p {
	font-feature-settings: "palt";
	text-align: justify;
	font-size: 14px;
}
#system .system_caption {
	padding: 24px;
}
#system .system_caption p {
	max-width: 480px;
	margin: 0 auto 16px;
}
#system .system_caption p:last-child {
	margin-bottom: 0;
}
#system .system_caption p span {
	color: #ea839d;
}
#system .system_course {
	padding: 24px;
	background: #d8bf9d;
}
#system .system_course h3 {
	color: #fff;
	font-size: 16px;
}
#system .system_course > div {
	max-width: 480px;
	margin: 0 auto 24px;
	padding: 12px 12px;
	background: rgba(255, 255, 255, 0.9);
}
#system .system_course > div:last-child {
	margin-bottom: 0;
}
#system .system_course .system_course_title {
	margin-bottom: 8px;
	text-align: center;
	font-weight: bold;
}
#system .system_course .system_course_caption {
	margin-bottom: 16px;
	font-size: 12px;
	background: #d8bf9d;
	border-radius: 4px;
	color: #fff;
	padding: 8px 16px;
}
#system .system_course dl {
	padding: 16px 0;
	border: 1px solid #757575;
}
#system .system_course dl div {
	width: 96%;
	margin: 0 auto 16px;
	display: flex;
	text-align: right;
}
#system .system_course dl dt {
	width: 40%;
	font-size: 18px;
	color: #000;
	border-bottom: 1px solid #e6dcce;
}
#system .system_course dl dd {
	width: 60%;
	font-size: 18px;
	color:#ff0000;
	border-bottom: 1px solid #e6dcce;
}
#system .system_course dl dt span {
	font-size: 15px;
	margin-right: 10%;
}
#system .system_course dl dd span {
	font-size: 15px;
	color:#605e5f;
	
}
#system .system_course dl.system_course_op div {
	display: block;
}
#system .system_course dl.system_course_op dt {
	width: 100%;
	text-align: center;
	font-size: 15px;
	letter-spacing: 2px;
}
#system .system_course dl.system_course_op dd {
	width: 100%;
	text-align: center;
	border: none;
}
#system .system_detail {
	padding: 24px;
	font-size: 12px;
	background: #f19fb4;
}
#system .system_detail h3 {
	color: #fff;
	font-size: 16px;
}
#system .system_detail p {
	max-width: 640px;
	margin: 0 auto 16px;
	background: #fff;
	padding: 16px 24px;
}
#system .system_detail p:last-child {
	margin-bottom: 0;
}
#system .system_caution {
	padding: 24px;
	background: #f5f5f5;
}
#system .system_caution p {
	max-width: 640px;
	margin: 0 auto 16px;
	background: #fff;
	padding: 16px 24px;
}
#system .system_caution p:last-child {
	margin-bottom: 0;
}

#therapist {
	padding: 40px 0;
}

#schedule {
	padding: 24px 0 40px;
}
#schedule .schedule_day p {
	margin-bottom: 8px;
	color: #c9a983;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	letter-spacing: 2px;
}
#schedule .schedule_day p::before {
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-right: 4px;
}
#schedule .schedule_day ul {
	width: 92%;
	max-width: 1024px;
	margin: 0 auto 16px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	background: #fff;
}
#schedule .schedule_day ul li {
	width: 48%;
	margin: 0 1% 8px;
	border: 1px solid #c9a983;
	text-align: center;
	flex-grow: 1;
}
#schedule .schedule_day ul li:nth-child(1) {
	width: 100%;
}
#schedule .schedule_day ul li a {
	padding: 4px 0;
	display: block;
	color: #c9a983;
	font-size: 12px;
	font-feature-settings: "palt";
}
#schedule .schedule_day ul li.active {
	background: #c9a983;
}
#schedule .schedule_day ul li.active a {
	color: #fff;
}

#profile {
	padding: 0px 0;
	background-image: linear-gradient(-174deg, #ffeaef 0%, #ffeaefab 99%, #f1effb 100%);
}
#profile .profile_img {
	width: 74%;
	margin: 0 auto 24px;
}
#profile .profile_img .img_box {
	margin-bottom: 8px;
	position: relative;
}
#profile .profile_img .img_box .icon_new {
	width: 60px;
	position: absolute;
	top: 0;
	left: 0;
}
#profile .profile_img .img_box .icon_ranking {
	width: 96%;
	position: absolute;
	bottom: 0;
	left: 6px;
}
#profile .profile_img .cast_thumb {
	width: 100%;
	display: flex;
}
#profile .profile_img .cast_thumb li {
	width: 33%;
	margin-right: 1%;
}
#profile .profile_img .cast_thumb li:last-child {
	margin-right: 0;
}
#profile .profile_info {
	padding: 24px;
	background: #ffeaef;
}
#profile .profile_info .name {
	position: relative;
}
#profile .profile_info .name .icon_twitter {
	position: absolute;
	bottom: 0;
	right: 60px;
}
#profile .profile_info .name .icon_twitter img {
	width: 18px;
}
#profile .profile_info > div {
	margin-bottom: 24px;
	background: #fff;
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.05);
	text-align: center;
	padding: 8px 16px;
}
#profile .profile_info > div p {
	letter-spacing: 2px;
	font-size: 14px;
}
#profile .profile_info > div p:first-child {
	font-size: 16px;
}
#profile .profile_info .profile_info_detail {
	padding: 24px;
}
#profile .profile_info .profile_info_detail > div {
	margin-bottom: 40px;
	text-align: left;
}
#profile .profile_info .profile_info_detail h3 {
	width: 190px;
	margin: 0 auto 16px;
	font-size: 16px;
	color: #c9a983;
	letter-spacing: 4px;
	text-align: center;
}
#profile .profile_info .profile_info_detail h3::after {
	border-top: 1px solid #c9a983;
	font-size: 10px;
	content: "Rose Color";
	display: block;
}
#profile .profile_info .profile_info_detail dl {
	text-align: left;
}
#profile .profile_info .profile_info_detail dl dt {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #ea839d;
	border-bottom: 1px solid #f7e2e7;
	margin-bottom: 8px;
}
#profile .profile_info .profile_info_detail dl dt::before {
	content: "\f004";
	font-family: "FontAwesome";
	margin-right: 4px;
}
#profile .profile_info .profile_info_detail dl dd {
	margin-bottom: 16px;
	font-size: 14px;
}

#profile .profile_schedule {
	padding: 24px;
}
#profile .profile_schedule h3 {
	width: 180px;
	margin: 0 auto 16px;
	font-size: 16px;
	color: #c9a983;
	letter-spacing: 4px;
	text-align: center;
}
#profile .profile_schedule h3::after {
	border-top: 1px solid #c9a983;
	font-size: 10px;
	content: "schedule";
	display: block;
}
#profile .profile_schedule dl {
	width: 80%;
	margin: 0 auto;
}
#profile .profile_schedule dl div {
	display: flex;
}
#profile .profile_schedule dt {
	width: 50%;
	margin-bottom: 16px;
	border-bottom: 1px solid #eaeaea;
	font-feature-settings: "palt";
	padding-left: 4%;
}
#profile .profile_schedule dd {
	width: 50%;
	margin-bottom: 16px;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
}
.sm {
	font-size: 12px;
}
.c_pink {
	color: #e27890;
}
.c_blue {
	color: #7293e0;
}
#access {
	max-width: 768px;
	margin: 0 auto;
	padding: 40px 0;
	border-radius: 20px 20px;
}
#access .access_info {
	margin-bottom: 24px;
	padding: 0 24px;
}
#access .access_info div {
	background: #c9a983;
	padding: 16px 24px;
	color: #fff;
}
#access .access_info .access_info_name {
	margin-bottom: 8px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #e8d8c4;
	color: #e8d8c4;
}
#access .access_info .access_info_name span {
	font-size: 10px;
}
#access .access_info div p:nth-child(2),
#access .access_info div p:nth-child(3) {
	letter-spacing: 2px;
}
#access .access_info a {
	color: #fff;
}
#access .access_map {
	padding: 0 24px;
}
#access .access_map div {
	margin-bottom: 24px;
	padding: 24px;
	background: #fff;
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
}
#access .access_map p {
	font-size: 14px;
	margin-bottom: 16px;
}
#access .access_map .map_title {
	width: 190px;
    margin: 0 auto 16px;
    font-size: 16px;
    color: #c9a983;
    letter-spacing: 4px;
    text-align: center;
}
#access .access_map .map_title::after {
    border-top: 1px solid #c9a983;
    font-size: 10px;
    content: "map";
    display: block;
}
#access .access_map .map_sta {
	color: #ea839d;
    margin-bottom: 0;
    font-size: 16px;
}
#access .access_map .map_sta::before {
	content: "\f041";
	font-family: "FontAwesome";
	margin-right: 4px;
}
/* #access .access_map {
	padding: 24px;
}
#access .access_map p {
	color: #ea839d;
	margin-bottom: 8px;
}
#access .access_map p::before {
	content: "\f0c8";
	font-family: "FontAwesome";
	margin-right: 4px;
}
#access .access_map p span {
	font-size: 14px;
	color: #757575;
} */
#contact {
	padding: 40px 0;
}
.form {
	max-width: 480px;
	margin: 0 auto;
}
.form dl div {
	margin-bottom: 16px;
}
.form dl dt {
	font-size: 14px;
	letter-spacing: 2px;
	border-left: 4px solid #ea839d;
	padding-left: 26px;
}
.form dl dd {
	margin-bottom: 40px;
}
.form dl dd input {
	width: 80%;
	margin: 0 10%;
	border: none;
	border-bottom: 1px solid #d8d8d8;
	border-radius: 0;
	padding: 4px 4px 2px;
	color: #525252;
}
.form dl dd input::placeholder,
.form dl dd textarea::placeholder {
	font-size: 14px;
	color: #ccc;
}
.form dl dd select {
	width: 80%;
	margin: 0 10%;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #d8d8d8;
	background: none;
	padding: 4px;
	color: #525252;
}
.form dl dd textarea {
	width: 80%;
	height: 240px;
	margin: 8px 10% 0;
	border: 1px solid #d8d8d8;
	background: none;
	padding: 4px 8px;
	color: #525252;
	border-radius: 0;
}
.form dl dd p {
	margin: 8px 0 0 10%;
}
.form dl dd p span {
	color: #f55f5f;
}
.submit {
	width: 180px;
	margin: 0 auto;
	padding: 8px 8px;
	text-align: center;
	border: 1px solid #c9a983;
	border-radius: 0;
	background: none;
	color: #c9a983;
	display: block;
	font-size: 14px;
}
.cancel {
	width: 80px;
	margin: 24px auto 0;
	padding: 8px 8px 0;
	text-align: center;
	border: none;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
	background: none;
	color: #ccc;
	display: block;
	font-size: 14px;
}
.pg_box {
	width: 92%;
	max-width: 480px;
	margin: 0 auto 24px;
	padding: 24px;
	background: #d8bf9d;
	color: #fff;
	font-size: 14px;
}

#webreserve {
	padding: 40px 0;
}
#webreserve #reserve {
	margin: 0 10%;
}
#webreserve #reserve input {
	margin: 0 0 8px;
}
#webreserve #reserve select {
	width: 20%;
	margin: 0;
}

#link {
	padding: 40px 0;
}
#link aside {
	padding: 0 24px;
}
#link aside > p {
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
}

#recruit_detail {
	padding: 40px 0;
	font-size: 14px;
}
#recruit_detail dl > div {
	padding: 24px;
}
#recruit_detail dl dt,
#recruit_detail dl dd {
	max-width: 480px;
	margin: 0 auto;
}
#recruit_detail dl > div:nth-child(odd) {
	background: #f7f7f7;
}
.recruit_detail_title {
	text-align: center;
	color: #ea839d;
	margin-bottom: 24px;
	padding: 0 24px;
}
.recruit_detail_title p:nth-child(1) {
	font-size: 28px;
	letter-spacing: 2px;
}
.recruit_detail_title p:nth-child(3) {
	max-width: 720px;
	margin: 16px auto 0;
	padding: 8px 0;
	border-radius: 40px;
	background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
	color: #fff;
	font-weight: bold;
}
.recruit_detail_comment {
	max-width: 768px;
	margin: 0 auto 24px;
	padding: 0 24px;
}
.recruit_detail_comment div {
	margin-bottom: 24px;
	background: #fff;
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
}
.recruit_detail_comment div p,
.recruit_detail_comment div ul {
	padding: 16px 24px;
}
.recruit_detail_comment div ul li {
	margin-bottom: 8px;
	padding-left: 24px;
}
.recruit_detail_comment div ul li::before {
	content: "\f006";
	font-family: "FontAwesome";
	margin: 0 4px 0 -18px;
	color: #f68084;
	background: -webkit-linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.c_red {
	color: #f68084;
}
.c_purple {
	color: #C1ABD7;
}
.lg {
	font-size: 16px;
}
.b {
	font-weight: bold;
}
.round_w {
	background: #fff;
	border-radius: 40px;
	padding: 2px 16px;
	color: #f68084;
	display: inline-block;
}
.recruit_detail_list .list_title {
	padding: 8px 0;
	border-radius: 40px;
	background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
	color: #fff;
	font-weight: bold;
	margin-bottom: 16px;
	text-align: center;
	letter-spacing: 2px;
}
.recruit_detail_list .list_sub {
	color: #f68084;
	border-bottom: 1px solid #f68084;
	display: inline-block;
	padding: 0 0 0 42%;
	margin: 0 0 16px -24px;
	font-size: 18px;
	letter-spacing: 2px;
}
.recruit_detail_list dl dd ul.list_item li {
	margin-bottom: 8px;
	padding-left: 24px;
}
.recruit_detail_list dl dd ul.list_item li::before {
	content: "\f006";
	font-family: "FontAwesome";
	margin: 0 4px 0 -18px;
	color: #f68084;
	background: -webkit-linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.recruit_detail_list dl dd ul.list_item li p {
	margin-bottom: 8px;
}
.recruit_detail_list dl dd ul.list_price {
	margin-bottom: 16px;
}
.recruit_detail_list dl dd .list_box_01 {
	margin: 8px 0 16px;
	padding: 16px;
	border-radius: 8px;
	background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
	color: #fff;
}
.recruit_detail_list dl dd .list_box_02 {
	margin: 8px 0;
	padding: 16px;
	border: 1px solid #d0a770;
	color: #d0a770;
}
.recruit_detail_list dl dd .list_box_02 p {
	margin-bottom: 8px;
}
.recruit_detail_list dl dd .list_box_02 p:nth-child(1) {
	text-align: center;
	font-size: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	border-bottom: 1px solid #d0a770;
}
.recruit_detail_list dl dd .list_box_02 p span {
	font-weight: bold;
	color: #f195aa;
}
.recruit_detail_list dl dd table {
	border: 1px solid rgba(255, 255, 255, 0.4);
	text-align: right;
}
.recruit_detail_list dl dd table th {
	text-align: center;
}
.recruit_detail_list dl dd table th,
.recruit_detail_list dl dd table td {
	padding: 8px 6px 4px;
	border-right: 1px solid rgba(255, 255, 255, 0.4);
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.recruit_detail_list dl dd table tr th:last-child,
.recruit_detail_list dl dd table tr td:last-child {
	border-right: none;
}
.recruit_detail_list dl dd table tr:last-child td {
	border-bottom: none;
}
.recruit_staff {
	padding: 24px;
	background-image: linear-gradient(120deg, #b721ff 0%, #21d4fd 100%);
	color: #fff;
}
.recruit_staff p {
	max-width: 240px;
	margin: 0 auto;
}
.recruit_staff p:nth-child(1) {
	background: rgba(244, 244, 244, 0.2);
	padding: 8px 0;
	border-radius: 40px;
	text-align: center;
	color: #a0d1ef;
	font-weight: bold;
	margin-bottom: 24px;
}
.recruit_staff p:nth-child(2) {
	text-align: center;
	font-weight: bold;
	padding: 0 0 8px;
	margin-bottom: 16px;
	color: #fff;
	font-size: 16px;
	border-bottom: 1px solid #fff;
}
.recruit_staff ul {
	max-width: 240px;
	margin: 0 auto;
}
.recruit_staff ul li {
	margin-bottom: 8px;
	padding-left: 24px;
}
.recruit_staff ul li::before {
	content: "\f006";
	font-family: "FontAwesome";
	margin: 0 4px 0 -21px;
	color: #6eb2c3;
}
.recruit_entry {
	padding: 24px;
}
.recruit_entry > p {
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.recruit_entry a {
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 24px 2px rgba(0, 0, 0, 0.1);
	margin: 0 auto 16px;
	padding: 16px 24px;
	display: block;
	color: #fff;
	font-size: 12px;
	width: 320px;
}
.recruit_entry a p:nth-child(1) {
	font-size: 14px;
	letter-spacing: 2px;
	margin-bottom: 8px;
}
.recruit_entry a p:nth-child(1)::before {
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-right: 4px;
}
.recruit_entry .entry_tel {
	background-image: linear-gradient(to right, #ec77ab 0%, #7873f5 100%);
}
.recruit_entry .entry_mail {
	background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
}
.recruit_entry .entry_line {
	background-image: linear-gradient(to top, #9be15d 0%, #00e3ae 100%);
}
.recruit_entry a p:nth-child(2) {
	background: #fff;
	padding: 6px 16px;
	border-radius: 40px;
}
.recruit_entry .entry_tel p:nth-child(2) {
	color: #B475D0
}
.recruit_entry .entry_mail p:nth-child(2) {
	color: #FD7466;
}
.recruit_entry .entry_line p:nth-child(2) {
	color: #5FE288;
}
.recruit_entry a p:nth-child(2)::after {
	content: "\f105";
	font-family: "FontAwesome";
	float: right;
}
.req {
	background: #f74e65;
	color: #fff;
	font-size: 12px;
	padding: 0 8px 2px;
	margin-left: 4px;
}
.any {
	background: #63e898;
	color: #fff;
	font-size: 12px;
	padding: 0 8px 2px;
	margin-left: 4px;
}


@media screen and (min-width: 920px) {
	#navigation_sp,
	.head_sw,
	.modaal {
		display: none;
	}
	#navigation_pc {
		display: block;
		display: flex;
	}
	#navigation_pc ul {
		display: flex;
	}
	#navigation_pc ul li {
		text-align: center;
	}
	#navigation_pc ul li a {
		display: block;
		font-size: 12px;
		padding: 15px 10px 15px 0;
		color: #ff6485;
	}
	#navigation_pc ul li a span {
		border-right: 1px solid #dadada;
		padding-right: 10px;
		display: block;
	}
	#navigation_pc ul li:last-child a span {
		border: none;
	}
	#navigation_pc div {
		background: #fba4b8;
		font-size: 12px;
		padding: 6px 12px;
		color: #fff;
	}
	#navigation_pc div a {
		color: #fff;
	}
}
@media screen and (min-width: 769px) {
	#mainvisual_sp {
		display: none;
	}
	#mainvisual_pc {
		display: block;
		/*width:1920px;*/
		margin: 0 auto;
	}
	header .headline ul {
		padding: 16px 24px 16px 0;
	}
	header .headline p {
		padding: 16px 8px;
	}
	#information {
		width: 640px;
		margin: 50px auto;
	}
	#today .cast_box li.cast_list {
		width: 25%;
	}
	#ranking .cast_box_single,
	#newface .cast_box_single {
		max-width: 36%;
		margin: 0 auto;
	}

	#ranking .cast_box_single li a .img_box,
	#newface .cast_box_single li a .img_box {
		width: 100%;
		max-width: 300px;
	}
	#ranking .cast_box_single li a .txt_box, #newface .cast_box_single li a .txt_box {
		width: 200px;
		padding-top: 20%;
	}
	.sub {
		padding: 80px 0;
		font-size: 42px;
		font-weight: normal;
	}
	.sub::after {
		font-size: 12px;
	}
	#therapist .cast_box,
	#schedule .cast_box {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
	}
	#therapist .cast_box li,
	#schedule .cast_box li {
		width: 25%;
	}
	#schedule .schedule_day ul li:nth-child(1) {
		width: 10%;
	}
	#schedule .schedule_day ul li {
		width: 10%;
	}
	#profile {
		max-width: 840px;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	#profile .profile_img {
		width: 30%;
		flex-grow: 1;
	}
	#profile .profile_info {
		width: 66%;
		margin-left: 4%;
		flex-grow: 1;
	}
	#profile .profile_info .profile_info_detail {
		padding: 24px 64px;
	}
	#profile .profile_schedule {
		width: 100%;
		max-width: 480px;
		margin: 24px auto 0;
		border: 1px solid #757575;
	}
	.form dl dd input,
	.form dl dd select {
		margin: 0 6%;
	}
	.form dl dd textarea {
		margin: 8px 6% 0;
	}
}















































































