@charset "shift_jis";
/* CSS Document */

/* reset */
body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,th {
	text-align: left;
}
ul,ol {
	list-style-type: none;
}
fieldset {
	border: 0;
}
img {
	border: 0;
	height: auto;
	vertical-align: bottom;
}
input,textarea,select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* common */
body {
	font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3", "Hiragino Kaku Gothic Pro", "ƒƒCƒŠƒI", Meiryo, Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.2em;
	-webkit-text-size-adjust: none;
	color: #140805;
	background: #fcfcfc;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
small {
	font-size: 1em;
}
article{
	display: block;
	float: left;
	width: 100%;
	position: relative;
}
section {
	display: block;
	padding: 0px;
	overflow: hidden;
	float: left;
	width: 100%;
	margin-bottom: 1em;
	z-index: -10;
}
/* header */
header {
	width: 100%;
	height: 48px;
	background: #4e25be;
	z-index: 9999;
	top: 5px;
	float: left;
}
/* pc 1024px */
@media screen and (min-width:600px){
	body{
		width: 320px;
	}
	header.stuck{
		width: 320px;
		margin-top: 0px;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
}
/* sp */
@media screen and (max-width:600px){
	header.stuck{
		width: 100%;
		margin-top: 0px;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
}
header h1 {
    display: block;
    float: left;
    width: 43%;
    height: 46px;
    overflow: hidden;
    padding: 1px 1%;
}
header h1 a {
    width: 100%;
    min-height: 46px;
    height: auto;
    background: url("/com/temp2/img/logo.svg") no-repeat;
    background-size: contain;background-position: left 0 top 50%;
    text-indent: -9999px;
    display: block;
}
header ul {
    width: 55%;
    min-height: 40px;
    height: auto;
    margin-top: 4px;
    display: block;
    float: right;
    overflow: hidden;
}
header li {
    width: calc(100% / 3);
    min-height: 40px;
    height: auto;
    display: block;
    float: left;
    overflow: hidden;
}
header li a {
    width: 100%;
    min-height: 40px;
    height: auto;
    display: block;
}
header .mmag_btn a {
    background: url("/com/temp2/img/sp/header/c3_mmag_btn.png") no-repeat;
    background-size: contain;
}
header .access_btn a {
    background: url("/com/temp2/img/sp/header/c3_access_btn.png") no-repeat;
    background-size: contain;
}
header .tel_btn a {
    background: url("/com/temp2/img/sp/header/c3_tel_btn.png") no-repeat;
    background-size: contain;
}
/* top header_intro */
.header_intro {
    width:100%;
}
/* footer */
footer {
	float: left;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.footer_bnr {
	overflow: hidden;
	padding-bottom: 10px;
}
.rec_bnr {
	padding: 1%;
	width: 48%;
	float: left;
	display: block;
	text-align: center;
}
.footer_bnr img {
	width: 100%;
	height: auto;
}
.copy {
	text-align: center;
	padding: 3px 0;
	background: #4e25be;
	color: #fff;
	line-height: 1;
	font-size: .85em;
}
/* nav */
nav#top_nav,
nav#bottom_nav {
	float: left;
	width: 100%;
}
nav#top_nav ul,
nav#bottom_nav ul {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	border-left: solid 1px #b97b82;
	border-top: solid 1px #b97b82;
}
nav#top_nav li,
nav#bottom_nav li {
	display: block;
	width: 25%;
	float: left;
	box-sizing: border-box;
	border-right: solid 1px #b97b82;
	border-bottom: solid 1px #b97b82;
}
#top_nav {
	position: relative;
}
#top_nav ul li a {
	z-index: 100;
}
/* title */
.title {
	width: 100%;
	float: left;
	text-indent: 5px;
	height: 33px;
	line-height: 33px;
	margin: 0.5em auto;
}
.title h2 {
	color: #4c22bd;
	font-size: 18px;
	font-weight: 700;
	float: left;
}
.title h2 span {
	border-bottom: 2px solid #4c22bd;
}
.more_btn {


	width: 25%;
	height: auto;
	float: right;
	font-size: 10px;
	line-height: 33px;
}
.more_btn a {
	color: #dfb959;
    font-weight: bold;
    padding: 3px 6px;
    border: 2px solid #dfb959;
    border-radius: 20px;
}
/* h3 */
section h3 {
    display: block;
    color: #4c22bd;
    font-size: 16px;
    line-height: 1.5em;
    padding-left: 0.5em;
    margin-bottom: 0.5em;
	border-left: 5px solid #4c22bd;
}
/* btn */
#mailmag .info .send_button,
.gmap_button {
	text-align: center;
	clear: both;
	margin: 10px 0;
}
#mailmag .info .send_button a,
#telephone .tel_btn,
.gMapButton {
    background-color: #dfb959;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
}
#mailmag .info .send_button a {
    width: 80%;
	padding: 10px 0;
	margin: 0.5em auto;
    font-size: 16px;
    text-decoration: none;
}
#telephone .tel_btn {
	width: 60%;
	padding: 10px 0;
    font-size: 16px;
	line-height: 1.2;
}
.gMapButton {
    padding: 14px 22px;
}
/* girls list */
li.cast {
	display: block;
	width: 100%;
	float: left;
	overflow: hidden;
	background: #ffffff;
}
li.cast:nth-child(odd){
	background: #f4f5f6;
}
.thumb {
	display: block;
	float: left;
	width: 35%;
}
li.cast .cast_data {
	display: block;
	float: left;
	width: 60%;
	padding-left: 3px;
	padding-top: 10px;
}
li.name {
	display: block;
	float: left;
	width: 100%;
	color: #e60082;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
li.size {
	display: block;
	float: left;
	width: 100%;
	color: #0fc5ed;
	font-size: 16px;
	padding-bottom: 5px;
}
li.comment {
	display: block;
	float: left;
	width: 100%;
	color: #2e2624;
	font-size: 16px;
	padding-bottom: 5px;
}
li.time {
	display: block;
	float: left;
	width: 100%;
	color: #e60082;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
}
li.type_icon {
	display: block;
	float: left;
	width: 100%;
}
li.cast .entry_date {
	color: #ffffff;
 	background-color: #e60082;
 	font-size: 16px;
 	line-height: 24px;
	text-indent: 5px;
}
/* top_news */
.top_news_img {
	float: left;
	width: 20%;
	overflow: hidden;
}
#top_news .news {
	overflow: hidden;
	float: left;
	width: 97%;
	padding: 5px;
	background: #f4f5f6;
}
#top_news .news > a {
	display: block;
	overflow: hidden;
	color: #2e2624;
}
.top_news_comment {
    float: left;
    width: 75%;
    overflow: hidden;
    display: block;
    color: #2e2624;
    text-decoration: underline;
    line-height: 16px;
}
.top_news_comment .date {
	overflow: hidden;
	display: block;
}
/* topics */
.topics_body {
	clear: both;
	height: auto;
	overflow: hidden;
}
.topics_list li {
	color: #2e2624;
	height: 33px;
	padding: 3px 0;
	overflow: hidden;
}
.topics_list li:nth-child(odd){
	background: #f4f5f6;
}
.topics_list li span {
	color:#e60082;
}
.topics_list li a {
	color: #2e2624;
	text-decoration: none;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.topics_list li p:first-child {
	color: #e60082;
}
/* showmore */
.showmore_content {
	position: relative;
	overflow: hidden;
}
.showmore_trigger {
	margin: 10px auto;
	width: 80%;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	background: #dfb959;
}
.showmore_trigger span {
	display: block;
	text-indent: -9999px;
}
.showmore_trigger span.more {
	background:url("/com/temp2/img/sp/w_arrow_down.png") no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}
.showmore_trigger span.less {
	background:url("/com/temp2/img/sp/w_arrow_up.png") no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}
/* top_schedule */
.top_schedule_date_title {
	color: #e60082;
	line-height: 22px;
	text-align: center;
    clear: both;
}
.top_schedule_tab {
	display: block;
	width: 100%;
	float: left;
	padding-top: 5px;
	overflow: hidden;
}
.top_schedule_tab li {
	box-sizing: border-box;
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}
.top_schedule_tab li a {
	box-sizing: border-box;
	width: 100%;
	padding: 6px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #ffffff;
	background: #4c22bd;
}
.top_schedule_tab li a span {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.top_schedule_tab li:not(.active) a {
	color: #ffffff;
	background: #000;
}
.top_schedule_early,
.top_schedule_late {
	display: block;
	float: left;
	width: 100%;
}
/* top_event */
#flickscroll {
	float: left;
	width: 300px;
	height: 125px;
	overflow: hidden;
	position: relative;
	padding: 3px 10px;
	text-align: center;
}
#flickscroll ul {
	display: inline-block;
	overflow: hidden;
	position: relative;
	top: 0;
}
#flickscroll ul li {
	display: inline;
	overflow: hidden;
	float: left;
	width: 300px;
	height: 125px;
}
#flickthumb {
	float: left;
	padding: 0 10px;
	width: 300px;
}
#flickthumb ul {
	float: left;
}
#flickthumb ul li {
	display: block;
	float: left;
	width: 25%;
	padding: 2px 0;
	text-align: center;
}
/* cast list */
ul.castlist,
ul.top_newface_list {
	display: block;
	float: left;
	width: 100%;
}
/* cast_profile */
#cast_profile {
	margin-top: -50px;
	padding-top: 50px;
	z-index: 1;
}
#cast_profile .title {
	margin-bottom: 1em;
}
#cast_profile .cast_data {
	width: 100%;
	float: left;
	text-align: center;
	height: auto;
}
#cast_profile .cast_data .catch {
	color: #2e2624;
}
#cast_profile .cast_data .name {
	font-size: 20px;
	font-weight: bold;
	color: #e60082;
	padding: 3px 0;
}
#cast_profile .cast_data .name span.age {
	font-size: 18px;
}
#cast_profile .cast_data .size {
	color: #0fc5ed;
	padding-bottom: 3px;
	font-size: 16px;
}
#cast_profile .cast_data .sc_today {
	color: #e60082;
	font-weight: bold;
	padding-bottom: 3px;
}
/* type_icon */
.type_icon,
.icons {
	display: block;
	float: left;
	width: 100%;
}
.icons img{
	margin-right:3px;
}
.type_icon img {
	padding-bottom: 5px;
	margin-right:3px;
}
.icons{
	text-align: center;
}
.icons img {
	padding-bottom: 3px;
}
/*/////////// slider */
.cast_pics {
	float: left;
	overflow: hidden;
	width:100%;
}
.cast_pics .slider {
	margin: 0 auto;
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;
	position: relative;
}
.cast_pics ul.bxslider {
	z-index: 0;
}
.cast_pics ul.bxslider li {
	width: 100%;
	height: auto;
	float: left;
	display: inline;
	overflow: hidden;
}
.cast_pics ul.bxslider li img {
	width: 100%;
	height: auto;
}
.cast_pics .bx-pager {
	margin: 5px auto;
	width: 100%;
	height: auto;
	text-align: center;
}
.cast_pics .bx-pager a img {
	width: 20%;
	height: auto;
	float: left;
	cursor: pointer;
	display: inline;
}
.diary_button {
	width: 100%;
	text-align: center;
	margin: 5px auto;
}
#cast_profile .cast_schedule {
	float: left;
	width: 100%;
	margin-bottom: 1em;
}
#cast_profile .cast_schedule .title  {
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0 auto 5px;
	background: #dfb959;
	color: #ffffff;
	border: none;
	line-height: 26px;
}
#cast_profile .cast_schedule table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 75%;
	line-height: 1.3;
	box-sizing: border-box;
}
#cast_profile .cast_schedule table td {
	word-break: break-all;
	width: 14%;
	border: 1px solid #ddcbb3;
	box-sizing: border-box;
}
#cast_profile .cast_detail {
	display: block;
	font-size: 12px;
	overflow: hidden;
	border-bottom: 1px solid #0fc5ed;
	box-sizing: border-box;
	margin-bottom: 1em;
}
#cast_profile .cast_detail dt {
	display: block;
	width: 35%;
	float: left;
	height: 36px;
	padding: 1%;
	background: #cce8fd;
	border-top: 1px solid #0fc5ed;
	border-left: 1px solid #0fc5ed;
	box-sizing: border-box;
}
#cast_profile .cast_detail dd {
	display: block;
	width: 65%;
	float: left;
	height: 36px;
	padding: 1%;
	border-top: 1px solid #0fc5ed;
	border-left: 1px solid #0fc5ed;
	border-right: 1px solid #0fc5ed;
	box-sizing: border-box;
}
#cast_profile .shop_comment,
#cast_profile .girl_message {
	margin-bottom: 1em;
}
/* schedule */
.schedule_select {
	text-align: center;
	padding: 4px;
}
/* system */
#system #warning #warn_title {
	text-align: center;
	color: #F00;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0;
	border-bottom: 1px dashed #0fc5ed;
}
#system #slide h3 {
	color: #F00;
	font-size: 16px;
	padding: 0.5em 0 0;
	border: none;
}
#system #slide ul {
	overflow: hidden;
	padding: 0 0 1em;
	border-bottom: 1px dashed #0fc5ed;
}
#system #slide ul li {
	list-style-type: circle;
	padding-left: 15px;
}
#system div:not(.title) {
	padding-bottom: 1em;
}
#system .shop a {
	color: #e60082;
}
/* event */
#event div:not(.title) {
	padding-bottom: 5px;
}
#event .event_entry {
	padding: 5px;
	border-bottom: 1px dotted #0fc5ed;
}
#event .event_text {
	padding-top: 0.5em;
	line-height: 1.6;
}
/* mailmag */
#mailmag h4 {
	color: #68bcfb;
	font-size: 120%;
	line-height: 1.5em;
	padding-top: 1em;
	margin-bottom: 0.25em;
}
#mailmag .info {
	font-size: 12px;
	margin-bottom: 1.5em;
}
#mailmag .info a {
	color: #e60082;
	text-decoration: underline;
}
/* news */
section#news p.date {
	text-align: right;
	color: #0fc5ed;
	font-size: 12px;
	margin-bottom: 1em;
}
section#news div {
	padding-bottom: 5px;
}
section#news a {
	color: #e60082;
}
/* link */
.group_link{
	padding-top : 3px;
}
.group_link ul li {
	padding: 10px 0;
	border-bottom: dotted 1px #0fc5ed;
}
.link_txt_01 {
	color: #2e2624;
}
.link_txt_02 {
	color: #e60082;
}
/* ranking */
section#ranking {
	margin-top: -82px;
	padding-top: 87px;
}
section#ranking select {
	font-size: 10px;
}
section#ranking input[type="submit"] {
	margin: 5px auto;
	text-align: center;
	display: block;
	font-size: 10px;
}
section#ranking .rank_title {
	color: #ffffff;
	background-color: #e60082;
	font-size: 14px;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 5px;
	text-align: center;
}
section#ranking h3 {
	text-align: center;
}
section#ranking ul.ranking_list {
	overflow: hidden;
}
section#ranking ul.ranking_list li.cast {
	border: none;
	background: none;
	box-shadow: none;
	margin: 0 auto 5px;
}
section#ranking ul.ranking_list li div.thumb {
	display: block;
	float: left;
	width: 35%;
	padding: 7px;
}
section#ranking ul.ranking_data {
	display: block;
	float: right;
	width: 58%;
	padding: 0;
}
.ranking_data .inner {
	float: left;
	display: block;
	overflow: hidden;
	padding: 1px 1px;
}
.ranking_data .inner ul {
    overflow: hidden;
}
.ranking_data .inner ul li {
	text-align: left;
	color: #2e2624;
}
section#ranking ul.ranking_data li.rank {
	width: 100%;
	height: 60px;
	text-indent: -100%;
	white-space: nowrap;
	overflow: hidden;
}
section#ranking ul.ranking_data li.name {
	padding: 0;
	background: none;
	height: auto;
	line-height: 30px;
}
section#ranking ul.ranking_data li.size {
	padding: 0;
	font-size: 14px;
	font-family: 'Nunito', sans-serif;
}
section#ranking ul.ranking_data li.comment {
	padding: 0;
	font-size: 14px;
	line-height: 22px;
}
section#ranking ul.ranking_data li.time {
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 26px;
	text-align: inherit;
	color: #2e2624;
}
section#ranking div.ranking_select {
	text-align: center;
	padding: 4px;
}
section#ranking ul.ranking_list li.no1 {
	background-color: #dfb959;
}
section#ranking ul.ranking_list li.no2 {
	background-color: #68bcfb;
}
section#ranking ul.ranking_list li.no3 {
	background-color: #f875aa;
}
section#ranking ul.ranking_list li.no4 {
	background-color: #81c29b;
}
section#ranking ul.ranking_list li.no5 {
	background-color: #81c29b;
}
section#ranking ul.ranking_list li.no1 li.rank {
	background: url("/com/temp2/img/ranking/ranking_no1.png") no-repeat top left;
}
section#ranking ul.ranking_list li.no2 li.rank {
	background: url("/com/temp2/img/ranking/ranking_no2.png") no-repeat top left;
}
section#ranking ul.ranking_list li.no3 li.rank {
	background: url("/com/temp2/img/ranking/ranking_no3.png") no-repeat top left;
}
section#ranking ul.ranking_list li.no4 li.rank {
	background: url("/com/temp2/img/ranking/ranking_no4.png") no-repeat top left;
}
section#ranking ul.ranking_list li.no5 li.rank {
	background: url("/com/temp2/img/ranking/ranking_no5.png") no-repeat top left;
}
/* cast_search */
.search_form {
	background: transparent;
	padding: 5px 10px;
	overflow: hidden;
}
input.castname {
	width: 96%;
}
.search_form dl {
	overflow: hidden;
	clear: both;
	padding: 2px 0;
}
.search_form dt {
	display: block;
	width: 33%;
	float: left;
	font-size: 12px;
	line-height: 28px;
	letter-spacing: -0.04em;
}
.search_form dt span {
	font-size: 10px;
}
.search_form dd {
	display: block;
	width: 65%;
	float: left;
	font-size: 16px;
}
.search_form p {
	font-size: 12px;
	padding: 5px 0;
}
.search_form p.search_title {
	color: #e60082;
	display: block;
	font-size: 16px;
	width: 97%;
	padding: 3px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
}
.search_form p input[type=checkbox] {
	vertical-align: middle;
	width: 16px;
	height: 16px;
}
.search_form p label {
	vertical-align: middle;
	font-size: 12px;
	line-height: 18px;
	padding-left: 5px;
}
div.submit_btn {
	text-align:center;
	margin-bottom: 10px;
}
div.submit_btn input{
	width: 110px;
	height: 28px;
	margin: 5px 1px;
	border: solid 1px #888;
	border-radius: 3px;
	color: #342f2c;
	text-shadow: 1px 1px 1px rgba( 255, 255, 255, 1);
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d5d5d5');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#d5d5d5')";
	background-image: -moz-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -ms-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -o-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#d5d5d5));
	background-image: -webkit-linear-gradient(top, #ffffff, #d5d5d5);
	background-image: linear-gradient(top, #ffffff, #d5d5d5);
}
p.result {
	font-size: 14px;
	padding: 6px 0 3px;
	text-align: center;
}
.trigger {
	display: block;
	width: 300px;
	height: 30px;
	margin: 10px auto;
	text-indent: -9999px;
	background: url("/com/temp2/img/sp/search_form_off.png") no-repeat;
	background-size: 100% 100%;
}
.trigger.active {
	background: url("/com/temp2/img/sp/search_form_on.png") no-repeat;
	background-size: 100% 100%;
}

/* share_icon (footer) */
footer .share_btn {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 1em 0;
}
footer .share_btn a {
	font-family: 'Nunito', sans-serif;
	display: inline-block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	padding: 0.5em 1em;
	margin: 0 0.2em;
	border-radius: 20px;
}
footer .share_btn .share_line {
	background: #5dcd8b;
}
footer .share_btn .share_mailmag {
	background: #dfb959;
}

/* LINE */
article section#sp_line{
	text-align:center;
}
#sp_line .sp_line_bnr{
	padding-bottom:10px;
}
/*.sp_line_bnr h2{
	text-align:left;
	margin-bottom:10px;
}*/
#sp_line .sp_line_cont{
	padding-bottom:5px;
}

/* 160229 top newface */
#top_newface {padding-bottom: 35px;}
li.cast.slick-slide {
	background: #f4f5f6;
	border-right: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	box-sizing: border-box;
}
li.cast.slick-slide .thumb {
	width: 100%;
}
li.cast.slick-slide .cast_data {
	width: 100%;
}
li.cast.slick-slide .type_icon img {display: inline !important;}
li.cast.slick-slide .entry_date {font-size:14px;}
li.cast.slick-slide li.name {font-size:16px;}
li.cast.slick-slide li.size {font-size:12px;}

/* iphone form_bugfix */
.schedule_select select{
	font-size:16px;
}
section#ranking select{
	font-size:16px;
	width:100%;
	height:28px;
	transform: scale(0.8,0.8);
	-webkit-transform: scale(0.8,0.8);
}
section#cast_search select{
	font-size:16px;
}
section#cast_search input{
	font-size:16px;
}

/* newface */
li.cast .newface_data {
    background-image: url("/com/temp2/img/sp/newface_bg.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 60px auto;
    width: 65% !important;
    height: auto;
    padding: 10px 0 0 !important;
}
li.cast.slick-slide .newface_data {
	width: 100% !important;
}
li.cast.slick-slide .newface_data li.comment,
li.cast.slick-slide .newface_data li.time {
    font-size: 12px;
    height: 19px;
}

/* 180709_recommend tel_button */
section#tel_area h4{
	background-color: #e60082;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding: 4% 0 3%;
	margin-bottom: 10px;
}
section#tel_area p.tel_area_txt{
	text-align: center;
	margin-bottom: 10px;
}
section#tel_area .tel_button{
	overflow: hidden;
	clear: both;
	text-align: center;
	margin: 0 auto;
}
section#tel_area .tel_button a{
	width: 80%;
    padding: 10px 0;
    font-size: 16px;
	background-color: #dfb959;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: bold;
	margin: 0 auto 20px;
	border-radius: 20px;
}
section#tel_area .page_button{
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
	margin: 0 2% 0 2%;
}
section#tel_area .page_button a{
	width: 46%;
    padding: 10px 0;
    font-size: 16px;
	background-color: #fff;
    border: 2px solid #e60082;
    display: inline-block;
    cursor: pointer;
    color: #e60082;
    font-weight: bold;
	text-align: center;
}

/* schedule pager */
.schedule_select {
    text-align: center;
    height: auto;
    overflow: hidden;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.schedule_select form {
    width: 68%;
    height: 28px;
    box-sizing: border-box;
}
.schedule_select .next,
.schedule_select .prev {
    width: 16%;
    height: auto;
    margin: 2px 0;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
}

/*190425_header info*/
.header_info{
	padding-top:2%;
	margin-left:5px;
	font-size: 14px;
	line-height:1.4em;
}
.header_info span.info_count{
	color:#e60082;
	font-weight:bold;
}

/* 190808_sensitivity */
.sensitivity{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
}

/*---cssŠO•”‰»---*/

/*event*/
section#event div.event_entry {margin-top: -60px;padding-top: 65px;}

/*profile*/
#cast_profile .cast_detail dd { overflow: hidden; }
.bx-wrapper .bx-viewport {
	-webkit-box-shadow: 0 !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
}

/*profile SP•\Ž¦Žž‰æ‘œ’·‰Ÿ‚µƒƒjƒ…[‹ÖŽ~(iphone)*/
ul.bxslider li img{
-webkit-touch-callout:none;
}
div.bx-pager img{
-webkit-touch-callout:none;
}
.attr_icons span {padding:0 1px;}

/*topics*/
.topics_list li:nth-child(n+21) {
    display: none;
}

/* 5Žü”No‹ÎƒAƒCƒRƒ“—p */
li.cast {position:relative;}
.anniv_icon {position: absolute;right: 0;top: -4px;width: 34px;}
li.comment{width: calc(100% - 40px) !important;}

/*---/cssŠO•”‰»---*/


#castlist .hygiene_date {
height: 10px;
margin-bottom: 6px;
font-size: 10px;line-height: 1;color: red;text-align: right;
}

#castlist .newface_data .hygiene_date {padding-right: 5%;}

#castlist .hygiene_date:not(:empty){background: rgb(255 255 255 / 83%);}
#castlist li.cast:nth-child(odd) .hygiene_date:not(:empty){background: rgb(244 245 246 / 83%);}

#castlist li.cast .cast_data,
#castlist li.cast .newface_data {padding-top: 2px !important;}