@charset "utf-8";
/* CSS Document */

/* ==========================================================
レスポンシブについて
×w800pxまでをスマホ扱い→w1080pxまでに変更
×w801px-1365pxまではPC用の表示だがcontentの横幅を1280pxに固定しない
○スマホ：w320-599、タブレット：w600-1080、ノート：w1081-1365、PC：w1366-
※参考　http://scene-live.com/page.php?page=97
○w1081-1365pxまではPC用の表示だがcontentの横幅を1280pxに固定しない
(contentが画面外に飛び出すのを避けるため1365pxまで
1280pxで指定するとスクロールバーの分なのか飛び出した)
========================================================== */

/* =============================
common
=============================== */
html {
	overflow-x: hidden !important;
}

/* ========== header ========== */
/*.header {/*h1 .shop-info nav*/
/*	font-family: 'Robot', 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
}*/
.header {
	position: relative;
	z-index: 10;
	padding-top: 5px;
	background: url(../img/common/header-top.png) repeat-x top center;
}
.is-fixed .header {
	padding-top: 130px;
}
@media (max-width: 800px) {
	.is-fixed .header {
		padding-top: 70px;
	}
}
.header .header-inner {/*h1 .shop-info*/
/*	height: 120;*/
	padding-bottom: 1em;
	box-sizing: border-box;
/*	background: #fff url(../img/common/header-bg.png) center top no-repeat;*/
/*	position: relative;*/
}
@media (max-width: 800px) {
	.header .header-inner {
/*		background: #fff url(../img/common/header-bg-sp.png) center center no-repeat;*/
		background-size: cover;
	}
}
.header-text {
	position: absolute;
	bottom: 15%;
	width: 100%;
	padding: 10px 0;
	background: url(../img/common/header-text-bg-top.png) left top repeat-x, url(../img/common/header-text-bg-bottom.png) left bottom repeat-x, url(../img/common/header-text-bg.png) left;
}
.header-text .content {
	padding: 5px 0;
}
@media (max-width: 1365px) {
	.header-text {
		padding-left: 0.4em;
		box-sizing: border-box;
	}
}
@media (min-width: 801px) {
	.header-text .content {
		background: url(../img/common/header-text-deco.png) right center no-repeat;
	}
}
.header h1 {
	line-height: 1em;
	font-family: 'Montserrat', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
}
.header .shop-info-wrap {
	display: inline-block;
/*	width: -webkit-calc(100% - 12px);
	width: calc(100% - 12px);*/
	margin-top: 8px;
	border: 1px solid #ccc;
	border-radius: 6px;
	vertical-align: top;/*170301-追加*/
/*	background-color: #fa7a90;
	background-image: -webkit-linear-gradient(bottom, #fa7a90 50%, #fc95a8 51%, #fcaebd);
	background-image: linear-gradient(to top, #fa7a90 50%, #fc95a8 51%, #fcaebd);*/
}
.header .shop-info {
	width: auto;
	font-size: 0;
	line-height: 0;
	padding: 4px 24px;
/*	background: url(../img/common/header-tel-bg.png) no-repeat right bottom;*/
}
.header .shop-info li {
	display: inline-block;
/*	margin-top: 4px;*/
	font-family: 'Montserrat', 'Noto Sans Japanese', sans-serif;
	font-size: 14px;
	line-height: 1em;
}
.header .shop-info li:first-child {
/*	margin-right: 2em;*/
	margin-right: 24px;
}
.header .shop-info li a {
	text-decoration: none;
/*	text-shadow: 1px 1px rgba(153,1,62,.75);
	color: #fdfdce;*/
}
.shop-info-banner {
	display: inline-block;
	margin-top: 8px;
	margin-left: 5px;
}
.shop-info-banner img {
	vertical-align: bottom;
}
@media (max-width: 340px) {
	.header .shop-info li {
		margin-right: 0;
	}
}
.header .shop-info>li:last-child {
	font-size: 30px;
	vertical-align: top;
	padding-top: 2px;
}
.shop-info-time {
	margin: 3px 0;/*170301-2px 0*/
	font-weight: normal;
	line-height: 2em;/*170301-追加*/
/*	text-shadow: 1px 1px rgba(153,1,62,.75);
	color: #fff;*/
}
@media (max-width: 1366px) {/*ノート・タブレット*/
	.shop-info-wrap {
		margin-left: 5px;
	}
}
@media (max-width: 1080px) {
/*	.header .shop-info {
		padding: 4px;
	}*/
	.shop-info-wrap {
		margin-left: 5px;
		margin-right: 5px;
	}
	.shop-info {
		margin-left: 0;
	}
/*	.header .shop-info li:first-child {
		margin-right: 12px;
	}*/
	.header .shop-info>li:last-child {
		padding-top: 6px;
		font-size: 20px;
	}
}
@media (max-width: 600px) {
	.shop-info-banner {
		margin: 5px 5px 0;
	}
}
@media (max-width: 360px) {
	.header .shop-info {
		padding: 4px 18px;
	}
}
@media (max-width: 340px) {
	.header .shop-info {
		padding: 4px 12px;
	}
	.header .shop-info>li:first-child {
		margin-right: 10px;
	}
	.header .shop-info>li:last-child {
		padding-top: 8px;
		font-size: 18px;
	}
}
/* ===== ナビゲーション */
.nav-area {
/*	border-top: 5px solid #f9a;/*f9a fa7093*/
/*	padding-bottom: 1em;*/
	background: #fff2f5 url(../img/common/header-bg.png);
	opacity: 0.95;
	position: relative;
}
.is-fixed .nav-area {
	position: fixed;
	top: 0;
	z-index: 11;
	width: 100%;
	padding-bottom: 0;
	border-bottom: 1px solid #ddd;
}
.logo {
	float: left;
	display: block;
	width: 480px;
	height: 120px;
	margin: 5px 0;
	position: relative;
	z-index: 10;
}
.is-fixed .logo {
	width: 240px;
	height: 60px;
}
@media (max-width: 1366px) {/*ノート・タブレット*/
	.logo {
		margin-left: 5px;
	}
}
@media (max-width: 800px) {/*SP*/
	.logo {
		width: 240px;
		height: 60px;
		margin: 5px;
	}
/*	.is-fixed .logo {
		margin-left: -64px;
	}*/
}
@media (max-width: 380px) {/*SP*/
	.logo, .is-fixed .logo {
		width: 180px;
		height: 45px;
		margin: 5px;
	}
/*	.is-fixed .logo {
		margin-left: -60px;
	}*/
}
@media (max-width: 340px) {/*iPhone*/
	.logo, .is-fixed .logo {
		width: 158px;
		margin: 4px;
	}
}
.nav {
/*	height: 130px;*/
/*	margin-top: -5px;*/
/*	background: transparent url(../img/common/logo.png) no-repeat left top;*/
	text-align: right;
}
.is-fixed .nav {
/*	height: 80px;*/
}

.hiddencheck {
	display: none;
}
@media (max-width: 1080px) {/*SPスライドメニュー*/
	body {
		width: 100%;
	}
	html:note(.page-index) body {
		overflow-x: hidden;
	}
	.nav {
		font-size: 0;
	}
	.menu-btn, .menu-btn-menu, .menu-btn-close {
		display: inline-block;
		line-height: 1em;
		margin-top: 5px;
		margin-right: 5px;
	}
	.menu-btn-menu {
		position: relative;
	}
	.menu-btn-close {
		position: absolute;
		top: 0;
		right: -14em;
		margin: 0;
/*		padding-right: 10px;*/
		-moz-transition: right 0.4s ease;
		-webkit-transition: right 0.4s ease;
		-ms-transition: right 0.4s ease;
		transition: right 0.4s ease;
		font-size: 13px;
		z-index: 21;
	}
	.menu-btn a, .menu-menu {
		display: block;
		width: 40px;
		height: 40px;
		padding: 4px;
		border-radius: 5px;
		background: #999;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-size: 13px;
	}
	.menu-close {
		display: block;
		padding: 5px 15px 20px 20px;
		-moz-transition: color 0.2s ease-in-out;
		-webkit-transition: color 0.2s ease-in-out;
		-ms-transition: color 0.2s ease-in-out;
		transition: color 0.2s ease-in-out;
	}
	.menu-close:hover, .menu-close:active {
		color: #fa7093;
	}
	.hiddencheck {
		display: block;
		width: 50px;
		height: 50px;
		position: absolute;
		top: 3px;
		right: 3px;
		border-radius: 5px;
		z-index: 21;
		opacity: 0;
	}
	.menu-btn i, .menu-menu i {
		display: block;
		margin: 0 auto 0.3em;
	}
	#menu {
		position: fixed;
		top: 0;
/*		right: 0;*/
		right: -14em;
		overflow: auto;
		width: 14em;
		height: 100vh;
		box-sizing: border-box;
		padding-bottom: 6em;
		background: #f3f3f3;
		font-size: 14px;
		-moz-transition: right 0.4s ease;
		-webkit-transition: right 0.4s ease;
		-ms-transition: right 0.4s ease;
		transition: right 0.4s ease;
/*		-webkit-transform: translate3d(14em, 0, 0);
		transform: translate3d(14em, 0, 0);
		transition: transform 0.6s;*/
		z-index: 20;
	}
	.is-fixed #menu {
		top: -5px;
	}
	.hiddencheck:checked ~ #menu {
/*		position: fixed;
		top: 0;*/
		right: 0;
/*		margin: 0;*/
/*		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);*/
	}
	.menu-button-close, .menu-button-close label {
		padding: 1em 1em 0.5em;
	}
	.nav .menu-list li a {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		display: block;
		margin: 0;
		padding: 10px 10px 10px 20px;
		border-top: 1px solid #ccc;
		text-decoration: none;
		text-align: left;
	}
	.nav .menu-list>li:last-child {
		border-bottom: 1px solid #ccc;
	}
	.nav .menu-list .fa-angle-down {
		display: none;
	}
	.nav .menu-list .invalid {
		display: none;
	}
}
@media (max-width: 340px) {
	.menu-btn a, .menu-menu {
		width: 38px;
		height: 38px;
		font-size: 12px;
	}
}
@media (min-width: 1081px) {/*PC*/
	.menu-btn, .menu-btn-menu, .menu-btn-close {
		display: none;
	}
	.menu-list {
/*		position: relative;
		top: 50%;*/
		display: inline-block;
		padding-top: 40px;
		text-align: right;
		font-size: 0;
		line-height: 1em;
		position: relative;
	}
	.is-fixed .menu-list {
		padding-top: 15px;
	}
	.menu-list li {
		display: inline-block;
/*		margin-top: -2em;*/
		margin-top: 1em;
		padding: 0 0.5em;
		font-size: 16px;
		line-height: 1.5em;
		position: relative;
		text-align: center;
	}
	.menu-list li ul {
		-moz-transition: .2s ease-in-out;
		-webkit-transition: .2s ease-in-out;
		-ms-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		display: none;
		position: absolute;
		left: 0;
/*		right: -100%;*/
		width: auto;
		font-size: 0;
	}
	.menu-list li:hover ul, .menu-list li:active ul {
		display: block;
	}
	.menu-list li li {
		-moz-transition: .2s ease-in-out;
		-webkit-transition: .2s ease-in-out;
		-ms-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
		display: block;
		margin-top: -1px;
/*		margin-top: 0.4em;*/
/*		margin-left: -1px;*/
/*		padding: 6px 12px;*/
		padding: 0;
		border: 1px solid rgba(250,112,147,.75);/*255,153,160*/
		border-left-width: 2px;
		background: rgba(255,255,255,.9);
		font-size: 14px;
		text-align: left;
		white-space: nowrap;
	}
	.menu-list li ul li:hover, .menu-list li ul li:active {
		background: rgba(250,112,147,.75);/*255,153,160*/
	}
	.menu-list li ul li a:hover, .menu-list li ul li a:active {
		color: #fff;
	}
	.menu-list li a {
		text-decoration: none;
	}
	.menu-list li li a {
		display: block;
		padding: 6px 12px;
	}
}
	/*.menu-btn {/*SP
	padding-top: 5px;
	text-align: right;
	font-size: 0;
}
.menu-btn li {/*SP
	display: inline-block;
	line-height: 1em;
/*	margin-top: 5px;
	margin-right: 5px;
	background: #999;/*f9a fa7093
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.menu-btn li a, .menu-btn-menu {/*SP
	display: block;
	width: 3em;
	height: 3em;
	padding: 4px;
	color: #fff;
	text-decoration: none;
}
.menu-btn li i {/*SP
	display: block;
	margin: 0 auto;
}*/
@media (max-width: 1200px) {
	.menu-list li {
		font-size: 14px;
	}
}

/* ========== footer ========== */
.footer {
	padding: 2em 0 4em;
	background: rgba(255,255,255,.5) url(../img/top-newface-bg.png);
}
.footer-banner-block {
	text-align: center;
}
.pfg-portal-title {
	margin-bottom: 0.5em;
	font-size: 1.25em;
}
@media (max-width: 599px) {
	.pfg-portal-title {
		font-size: 1em;
	}
}
.portal-link img {
	max-width: 90%;
}
.footer-nav {
	text-align: center;
	padding-bottom: 2em;
}
.footer-nav ul {
	font-size: 0;
}
.footer-nav li {
	display: inline-block;
	line-height: 1em;
	margin-left: -1px;
	padding: 0 0.75em;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	font-size: 0.75rem;
}
.footer address {
	font-size: 0.75em;
}

.move-page-top {
	display: block;
	opacity: 0;
	position: fixed;
	bottom: 0;
	right: 5px;
	width: 4em;
	height: 4em;
/*	padding: 4em 0 1em;*/
	border-radius: 1em 1em 0 0;
	box-sizing: border-box;
	background: rgba(153,153,153,.9);
	color: #fff;
	font-size: 0.75em;
	line-height: 1em;
	text-align: center;
	transition: opacity 0.4s ease-in-out 0.5s;
}
.move-page-top:hover, .move-page-top:active, .move-page-top:focus {
	color: #ddd;
}
.is-fixed .move-page-top {
	opacity: 1;
}
.move-page-top:after {
	display: block;
	position: absolute;
	top: 1rem;
	right: 0;
	left: 0;
	font-family: "FontAwesome";
	font-size: 2rem;
	content: "\f062";
}

/* ========== contents ========== */

/* ========== side ========== */
.split2-side {
	background: rgba(204,204,204,.75);
}
.split2-side-item .bx-wrapper {
	padding: 0;
}
.fujoho-wrap {
	margin-top: 2em;
}
.fuobject-wrapper>iframe {
	width: 100%;
	height: 360px;
	border: 1px solid #ff4e4e;
	box-sizing: border-box;
}






/* =============================
index.html
=============================== */
/*.page-index {
	width: 100%;
	height: 100%;
	background: url(../img/top-bg.jpg) repeat-y center 640px;
	background-size: contain;
}*/
.page-index body {
	height: 100vh;
	background-color: rgba(255,153,170,.25);
	background-size: contain;
}
@media (min-width: 801px) {
	.page-index body {
		background: rgba(255,153,170,.25) url(../img/top-bg.jpg) repeat-y center top;
		background-size: auto;
	}
}
.index-wrapper {
	padding-top: 5px;
	background: url(../img/common/header-top.png) repeat-x center top;
	position: relative;
	width: 100%;
	font-size: 0;
}
.index-img {
	max-width: 100%;
}
.index-img-content {
	display: inline-block;
	width: 16.666%;
}
.page-index img {
	vertical-align: bottom;
}
.index-logo-space {
	position: absolute;
	bottom: 30%;
	width: 100%;
	padding: 5px 0;
	background: url(../img/common/header-top.png) repeat-x center top, url(../img/common/header-top.png) repeat-x center bottom, rgba(255,255,255,.9);
	text-align: center;
}
.index-logo-space-inner {
	padding: 0.6% 0;
	box-shadow: 0 1px 1px rgba(255,255,255,.75) inset, 0 -1px 1px rgba(255,255,255,.75) inset;
}
.index-logo {
	max-width: 44%;
	vertical-align: bottom;
}
.index-tel-box {
	position: absolute;
	bottom: 17%;
	width: 100%;
	text-align: center;
}
.index-tel {
	max-width: 36%;
}
.index-r18 {
	font-size: 16px;
	line-height: 1em;
	margin: 1em 0 0;/*-2em 0 0*/
	text-align: center;
}
.index-r18 span {
	padding: 0 1em;
	background: rgba(255,255,255,.9);
}
.index-btn {
	position: absolute;
	bottom: 2%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center; /* Safari */
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
	width: 44%;
	margin-left: 28%;
	margin-right: 28%;
}
.index-btn li:first-child {
	margin-right: 10px;
}
.index-text {
	margin: 2em 0;
	color: #f69;
	font-size: 0.8em;
	line-height: 1.2em;
	text-align: center;
}
.index-text span {
	display: inline-block;
	padding: 0.5em 2em;
	background: rgba(255,255,255,.5);
	box-shadow: 0 0 2px 1px #fff;
}
@media (min-width: 1025px) {
	.index-wrapper {
		min-height: 620px;
	}
}
@media (max-width: 959px) {
	.page-index {
		background: url(../img/top-bg-sp.jpg);
		background-size: contain;
	}
	.index-img-0, .index-img-1, .index-img-5 {
		display: none;
	}
	.index-img-content {
		width: 33.33%;
	}
	.index-logo-space {
		bottom: 0;
	}
	.index-logo {
		max-width: 90%;
	}
	.index-r18 {
		width: 100%;
		margin: 32% 0 0;
		padding: 2px 0;
		background: rgba(255,255,255,.9);
		line-height: 16px;
		font-size: 14px;
	}
	.index-r18 span {
		display: block;
		background: none;
	}
	.index-tel-box {
		bottom: -17%;
	}
	.index-tel {
		max-width: 90%;
	}
	.index-btn {
		bottom: -32%;
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
	}
}
.is-android .index-img-2, .is-android .index-img-3, .is-android .index-img-4 {
	display: block;
	float: left;
}
.is-android .index-img-content {
	width: 33%;
}
.is-android .index-btn li:first-child {
	width: 41%;
}
.is-android .index-btn li:last-child {
	width: 55%;
}

/* =============================
top.html
=============================== */
/* ========== top-pickup ========== */
.top-pickup {
	background: rgba(255,255,255,.5) url(../img/top-newface-bg.png);/*#f5f5f5;*/
/*	background: url(../img/top-pickup-bg.jpg) no-repeat;/*スライダー1瞬消えるので画像背景をあわせる*/
	background-size: contain;
}
.top-pickup .sp-arrow {
	width: 30px;
}
/* ========== top-buttons ========== */
.top-buttons {
	padding: 1em 0;
}
.top-buttons>ul {
	padding: 1em 0.8em calc(1em + 5px);
	background: rgba(153,153,153,.25);
	background-image: linear-gradient(45deg, rgba(255,255,255,.5) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.5) 75%, rgba(255,255,255,.5)), linear-gradient(45deg, rgba(255,255,255,.5) 25%, transparent 25%, transparent 75%, rgba(255,255,255,.5) 75%, rgba(255,255,255,.5));
	background-position: 0 0, 1px 1px;
	background-size: 2px 2px;
}
.top-buttons>ul>li {
	float: left;
	box-sizing: border-box;
}
.top-button2 {
	width: 50%;
	padding-right: 0.4em;
}
.top-button2:nth-child(even) {
	padding-right: 0;
	padding-left: 0.4em;
}
.top-buttons a {
	display: block;
	margin: 0;
	padding: 0.5em 1em 0.4em;
	border-radius: 5px;
	background-color: #fa7093;
	background: url(../img/top-newface-bg.png), linear-gradient(to top, #f95d84, #fb84a2);
/*	background-image: linear-gradient(to top, #ff3b65, #fa7093);*/
	color: #fff;
	box-shadow: inset 0 1px 0 #ff6b92, 0 5px 0 0 #cc2f51;
	text-align: center;
	text-decoration: none;
}
.top-buttons a:active, .top-buttons a:hover {
	margin-top: 3px;
	margin-bottom: -3px;
	box-shadow: inset 0 1px 0 #fd557c, 0 2px 0 0 #cc2f51;
}
/* ========== top-event ========== */
.top-event_news {
	background: rgba(255,153,170,.25) url(../img/top-newface-bg.png);/*#f9c url(../img/top-event_news-bg.jpg) 50% 180px fixed;*/
}
@media (max-width: 1365px) {/*TABLET*/
	.top-event_news {
		background-size: cover;
	}
}
@media (max-width: 800px) {/*SP*/
	.top-event_news {
		background-position: right top;
		background-size: 1440px auto;
	}
}
/* ========== top-ranking ========== */
.top-ranking {
	margin-bottom: 2em;
	position: relative;
}
.top-ranking-list li {
	width: 33.33%;
	float: left;
/*	background: rgba(153,153,153,1);*/
	position: relative;
}
.top-ranking-list li:after {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1.5em;
	text-align: center;
	font-family: 'icoadd', "myTitle", "Noto Sans Japanese", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #402306;
/*	opacity: 0.25;*/
}
.top-ranking-list li:first-child:after {
	background-image: -webkit-linear-gradient(bottom, #ffd75b, #fff5a0 30%, #ffffdb 50%, #fff5a0 70%, #fdd456);
	background-image: linear-gradient(to top, #ffd75b, #fff5a0 30%, #ffffdb 50%, #fff5a0 70%, #fdd456);
	content: "\f137  第1位";/*\f091*/
}
.top-ranking-list li:nth-child(2):after {
	background-image: -webkit-linear-gradient(top, #858585, #fff 50%, #888);
	background-image: linear-gradient(to bottom, #858585, #fff 50%, #888);
	content: "\f137  第2位";
}
.top-ranking-list li:nth-child(3):after {
	background-image: -webkit-linear-gradient(bottom, #bb8d67 10%, #fbe6b9 50%, #be916a 90%);
	background-image: linear-gradient(to top, #bb8d67 10%, #fbe6b9 50%, #be916a 90%);
	content: "\f137  第3位";
}
.top-ranking-list li img {
	vertical-align: bottom;
/*	opacity: 0.1;*/
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
}
.top-ranking-detail {
	display: block;
	position: absolute;
	bottom: 15%;
	width: 100%;
	margin-top: -1em;
	text-align: center;
}
.top-ranking-detail a {
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-ms-transition: .3s;
	transition: all .3s;
	display: inline-block;
	width: auto;
	padding: 0.5em 2em;
	border: 1px solid rgba(255,255,255,.5);
	border-radius: 6px;
/*	box-shadow: 1px 1px 0 0 rgba(250,107,143,.5);*/
	background: rgba(212,168,190,.75);
	text-shadow: 0px 1px 0px rgba(0,0,0,.5);
	text-decoration: none;
}
.top-ranking-detail a:hover {
	background: rgba(153,143,148,.5);
}
/* ========== top-news ========== */
.top-news-article {
	background: rgba(255,255,255,.9);
	border-radius: 0 0 16px 16px;
	color: #666;
}
.top-news-article h3 {
/*	overflow: hidden;*/
	line-height: 1.5em;
/*	height: 1.5em;*/
	margin-bottom: 10px;
	padding: 0 0 5px;
	border-bottom: 1px solid #fa7093;/*f9c→f9a*/
	font-size: 1em;
}
.top-news-article h3 a {
	border-bottom: none;
	color: #444;
/*	word-break: break-all;
	white-space: nowrap;*/
}
.top-news-article h3 a:hover {
	color: #f9c;
}
.top-news-day {
	display: block;
	line-height: 1em;
	margin-right: 0.5em;
	font-size: 0.75em;
}
.top-news-content {
	overflow: auto;
	height: 33em;
	padding: 10px;
}
@media (min-width: 801px) and (max-width: 1365px) {
	.top-news-content {
		height: 48vw;
	}
}
@media (max-width: 800px) {/*SP*/
	.top-news-content {
		height: 20em;
	}
}
.top-news-list {
	margin-bottom: 1em;
	padding-bottom: 10px;
	border-bottom: 1px dashed #fa7093;/*f9c→f9a*/
}
.top-news-img {
	text-align: center;
}
/* ========== top-schedule ========== */
.top-schedule {
	background: rgba(0,0,0,.25) url(../img/top-newface-bg.png);/*#808080 url(../img/top-schedule-bg.png) 50% 730px fixed;*/
}
/* ========== top-newface ========== */
.top-newface {
	background: rgba(255,153,170,.25) url(../img/top-newface-bg.png);/*#ffbfca url(../img/top-newface-bg.png);*//*f9c*/
}
.newface-list>li {
	position: relative;
	line-height: 100%;
	margin-bottom: 1em;
}
.newface-list .caption {
	-moz-transition: opacity 0.2s ease-in-out;
	-webkit-transition: opacity 0.2s ease-in-out;
	-ms-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.5s ease-in-out;
	position: absolute;
	bottom: 3.72em;
	width: 100%;
	padding: 0.25em 0.25em 0.4em;
	box-sizing: border-box;
/*	border-radius: 0 4px 4px 0;*/
	background: rgba(0,0,0,.6);
/*	opacity: 0;*/
}
.newface-day {
	position: absolute;
	top: 0.5rem;
	left: 0;
	padding: 3px 5px;
	background: rgba(152,217,152,.75);
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 0.75em;
}
/*@media (max-width: 800px) {
	.newface-list .caption {
		opacity: 1;
	}
}*/
.newface-list .image-fit {
	background-size: cover !important;
}
.newface-list li:hover .caption {
	opacity: 1;
}
.newface-list .girls-cmnt {
	height: 4.2em;
	margin-top: 0.5em;
	color: #333;
	font-weight: normal;
}
@media (max-width: 500px) {
	.newface-list .girls-cmnt {
		height: 5.6em;
	}
	.newface-list .caption {
		bottom: 4.75em;
	}
}
@media (min-width: 340px) and (max-width: 400px) {
	.newface-list .girls-cmnt {
		line-height: 1.1em;
		letter-spacing: -1px;
	}
}
@media (max-width: 340px) {
	.newface-list .girls-cmnt {
		height: 4.8em;
	}
	.newface-list .caption {
		bottom: 4.25em;
	}
}
.newface-name {
	display: inline-block;
	line-height: 1.2em;
	margin-right: 1em;
	font-size: 0.75em;
}
.newface-size {
	line-height: 1em;
	font-size: 0;
}
.newface-size li {
	display: inline-block;
	line-height: 1.2em;
	margin-right: 0.25em;
	font-size: 0.75rem;
}
/* ========== top-recruit ========== */
.top-recruit {
	background: rgba(0,0,0,.25) url(../img/top-newface-bg.png);/*#ccc url(../img/top-recruit-bg.jpg);*/
}

/* =============================
concept.html
=============================== */
.concept-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.concept-main {
	background-color: rgba(250,112,147,.75);/*255,153,204/255,153,170*/
}
/* ========== concept-content ========== */
.concept-content {
	border-radius: 0.5em;
	background: rgba(245,245,245,.8) url(../img/common/card-bg.png);
}
.concept-top {
	padding-right: 45%;
	background: url(../img/concept-bg-1.png) right top no-repeat;
	background-size: 50%;
}
.concept-promise, .concept-list-01, .concept-list-02, .concept-list-03, .concept-list-04 {
	padding: 0.75em;
	box-sizing: border-box;
}
.concept-content h3 {
	padding-bottom: 0.5em;
	font-size: 1.2em;
	font-family: "myTitle", fantasy;
}
.concept-promise h3 {
	font-size: 1.5em;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 2px #808080;
}
.concept-list-01 h3 {
	color: #690;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 2px #690;
}
.concept-list-02 h3 {
	color: #39f;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 2px #39f;
}
.concept-list-03 h3 {
	color: #f60;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 2px #f60;
}
.concept-list-04 h3 {
	color: #f36;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 2px #f36;
}
.concept-content p {
	font-size: 0.8em;
}
.concept-separat {
	margin-top: -1em;
}
.concept-separat img {
	vertical-align: bottom;
}
.concept-bottom {
	margin-top: -1em;
	padding-top: 1.5em;
	padding-left: 45%;
	background: url(../img/concept-bg-2.png) left top no-repeat;
	background-size: 50%;
}

@media (max-width: 768px) {
	.concept-top {
		padding-right: 0;
	}
	.concept-content p {
		padding: 0.5em;
		border-radius: 3px;
		background: rgba(255,255,255,.75);
	}
	.concept-bottom {
		padding-left: 0;
	}
}
@media (max-width: 599px) {
	.concept-promise, .concept-list-01, .concept-list-02, .concept-list-03, .concept-list-04 {
		padding: 0.75em 0.5em;
	}
}

/* =============================
enquete.html
=============================== */
.enquete-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.enquete-main {
	background-color: rgba(250,112,147,.75);/*255,153,204/255,153,170*/
}
.enquete-text {
	padding: 0.75em;
	font-size: 0.75em;
}
/* ========== enquete-box ========== */
.enquete-use, .enquete-shop, .enquete-woman, .enquete-customer {
	margin-top: 2em;
}
.enquete-container {
	border-radius: 0.25em;
	background: rgba(255,255,255,.9);
}
.enquete-container .item-title {
	background: transparent;
}
.enquete-content {
	padding: 1em 10%;
	font-size: 0.75em;
}
@media (max-width: 640px) {
	.enquete-content {
		padding: 1em;
	}
}
.enquete-content dt {
	line-height: 1em;
	margin: 0 auto 0.25em;
}
.enquete-content dd+dt {
	margin-top: 1em;
}
.enquete-content dd {
}
.enquete-content p {
	line-height: 1.5em;
	padding-bottom: 1em;
}
.enquete-content select, .enquete-content textarea, .enquete-content input {
	font-size: 1em;
	font-family: 'Noto Sans Japanese', sans-serif;
}
.enquete-content textarea, .enquete-content input[type="text"], .enquete-content input[type="email"] {
	width: 80%;
}
.form-flex {
/*	display: flex;
	flex-wrap: wrap;*/
	font-size: 0;
}
.form-flex li {
	display: inline-block;
	padding-right: 1em;
	font-size: 0.75rem;
}
.form-btn {
	margin-top: 1rem;
	font-size: 0;
}
.form-btn li {
	display: inline-block;
	margin-right: 1em;
	font-size: 0.75rem;
}

/* =============================
event.html
=============================== */
.event-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.event-main {
	background: rgba(250,112,147,.75) url(../img/common/main-bg.png);/*255,153,204/255,153,170*/
}
/* ========== event-list ========== */
.event-list {
	display: flex;
	flex-wrap: wrap;
/*	align-items: stretch;*/
	text-align: center;
	font-size: 0;
	margin-left: -1rem;
}
.event-list li {
/*	display: inline-block;*/
	width: 50%;
	margin: 0 auto;
	padding-left: 1rem;
	padding-bottom: 1rem;
	box-sizing: border-box;
	font-size: 1rem;
	vertical-align: top;
}
.event-list a.detail {
	color: #fff;
	text-decoration: none;
}
/**/
.event-list li {
	font-size: 1rem;
}
.event-banner {
	margin-bottom: 1rem;
	padding: 1em;
	border-radius: 0 0 0.25em 0.25em;
	background: rgba(255,255,255,.9);
	text-align: center;
}
.event-content {
	display: inline-block;
	position: relative;
	max-width: 550px;
}
@media (max-width: 1365px) {/*TABLET*/
	.event-list .item-title .title-style {
		font-size: 1rem;
	}
}
@media (max-width: 840px) {/*SP*/
	.event-list li {
		width: 100%
	}
	.event-list .item-title .title-style {
		font-size: 1em;
	}
}
.detail {
	padding: 0 0.25em;
	position: absolute;
	top: 10px;
	right: 0;
	background: rgba(0,0,0,.25);
	border-radius: 0 3px 3px 0;
}
.event-banner:hover .detail, .event-banner:active .detail {
	background: rgba(0,0,0,.5);
}
/**/
/*.event-list .item-title .title-style {
	font-family: 'Noto Sans Japanese', sans-serif;
}*/
.event-detail li {
	width: 75%;
	min-width: 590px;
	margin: 0 auto;
	box-sizing: content-box;
	font-size: 1rem;
}
.event-text {
	margin-top: 1em;
	line-height: 1em;
}
@media (max-width: 767px) {
	.event-detail li {
		width: 100%;
		min-width: auto;
		box-sizing: border-box;
	}
}

/* =============================
girls.html
=============================== */
.girls-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.girls-main {
	background-color: rgba(250,112,147,.75);/*255,153,204/255,153,170*/
}
/* ========== girls-search ========== */
.girls-search {
	margin-bottom: 2em;
}
.girls-search-form {
	font-size: 14px;
}
.girls-search-form li {
	display: inline-block;
	margin-right: 0.5em;
	line-height: 2em;
}
.girls-search-form input {
	font-size: 14px;
}

.girls-search-form .form_select {
	font-size: 1em;
}
.girls-search-form dd {
	display: inline-block;
	margin-right: 0.5em;
	line-height: 2em;
}
.girls-search-form input[type="checkbox"] {
	width: 16px;
	height: 16px;
	margin: 0 6px;
	line-height: 16px;
	vertical-align: middle;
}
.girls-search-form input[type="radio"] {
	display: none;
}
.girls-search-ud label {
	cursor: default;
}
.girls-search-ud label span {
	position: relative;
	display: inline-block;
	height: 16px;
	padding-right: 22px;
	line-height: 16px;
}
.girls-search-ud label span:before {
	position: absolute;
	top: 0;
	left: 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(bottom, #dcdcdc 0%, #fff);
	background-image: linear-gradient(to top, #dcdcdc 0%, #fff);
	content: "";
}
.girls-search-ud label input[type="radio"]:checked + span:before {
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #dcdcdc);
	background-image: linear-gradient(to top, #fff 0%, #dcdcdc);
}
.girls-search-ud label input[type="radio"]:checked + span:after {
	position: absolute;
	top: 4px;
	left: 19px;
	width: 8px;
	height: 4px;
	border-left: 4px solid #666;
	border-bottom: 4px solid #666;
/*	border-radius: 6px;*/
/*	background: #666;*/
	transform: rotate(-45deg);
	content: "";
}
.girls-search-ud li label:first-child {
	margin-left: -0.25em;
}
.girls-search-form {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px dashed #f8a;
}
.girls-search-form input[type="button"] {
	margin-right: 0.5em;
	padding: 4px;
	border: none;
	border: 1px solid #ccc;
/*	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid#ccc;*/
/*	box-shadow: inset 1px 1px 1px rgba(0,0,0,.3);*/
	border-radius: 5px;
	background-image: -webkit-linear-gradient(bottom, #e6e6e6 0%, #fff);
	background-image: linear-gradient(to top, #e6e6e6 0%, #fff);
	line-height: 1em;
}

/* ========== girls-list ========== */
.girls-list>li {
	margin-bottom: 1em;
}
.girls-box .image-fit {
	position: relative;
	background-size: cover !important;
}
.girls-ico {
	display: block;
	width: auto;
	height: 1.9em;
	font-size: 12px;
}
.ico {
	line-height: 1em;
	display: block;
	width: auto;
	float: left;
	margin-right: 1px;
	margin-bottom: 1px;
	padding: 0.3em 4px 0.5em;
/*	border: 1px solid #ccc;*/
	border-radius: 3px;
	background: #ccc;
	font-size: inherit;
	font-family: 'Noto Sans Japanese', sans-serif;
	color: #fff;
	vertical-align: top;
	letter-spacing: -0.5px;
}
/* 新人・美少女・素人 などの「女の子のタイプ」
 * それぞれの番号に対応する文言は、lib/casttypes.json を参照のこと
 */
.ico.type_1 {
	background: #f09;
}
.ico.type_2 {
	background: #6cf;
}
.ico.type_3 {
	background: #9d2;
}
.ico.type_4 {
	background: #fb0;
}
.ico.type_5 {
	background: #908;
}
.ico.type_6 {
	background: #492;
}
.ico.type_7 {
	background: #f36;
}
.ico.type_8 {
	background: #2bf;
}
.ico.type_9 {
	background: #869;
}
.ico.type_10 {
	background: #e6a;
}
.ico.type_11 {
	background: #f80;
}
.ico.type_12 {
	background: #0dc;
}
.ico.type_13 {
	background: #d83;
}
.ico.type_14 {
	background: #dc0;
}
.ico.type_15 {
	background: #abf;
}
.ico.type_16 {
	background: #b60;
}
.ico.type_17 {
	background: #724;
}
.ico.type_18 {
	background: #b02;
}
.ico.type_19 {
	background: #4b8;
}
.ico.type_20 {
	background: #c90;
}
.ico.type_21 {
	background: #36f;
}
.ico.type_22 {
	background: #f33;
}
.ico.type_23 {
	background: #d50;
}
.ico.type_24 {
	background: #e90;
}
.ico.type_25 {
	background: #f9c;
}
.girls-time {
	position: absolute;
	line-height: 1.5em;
	top: 0.5em;;
	left: 0;
	display: inline-block;
	margin-bottom: 12.5%;
	padding: 0 5px;
	background: #9cf;
	border-radius: 0 3px 3px 0;
	color: #fff;
	font-size: 15px;
	opacity: 0.9;
}

.girls-name {
	line-height: 1em;
	font-size: 0.85em;
}
.image-fit+.girls-name {
	margin-top: 0.5em;
}
.girls-free {
	line-height: 1em;
	margin: 0.125em 0;
	font-size: 0.75em;
	min-height: 16px;
}
.girls-size {
	line-height: 0.75rem;
	margin: 0.1125rem 0;
	font-size: 0;
}
.girls-size>li {
	display: inline-block;
	line-height: 1em;
	margin-right: 0.3em;
	vertical-align: bottom;
	font-size: 0.75rem;
}
.girls-size>li:last-child {
	margin-right: 0;
}
.girls-size+.girls-ico {
	margin-top: 0.5em;
}
.girls-size .tyuten, .newface-list .tyuten {
	margin-right: 0.6em;
	position: relative;
}
.girls-size .tyuten:after, .newface-list .tyuten:after {
	position: absolute;
	content: "・";
	width: 0.5em;
	text-indent: -0.2em;
}
.girls-list .rollover:hover, .girls-list .rollover:active {
	opacity: 0;
}
/*@media (min-width: 1081px) and (max-width: 1366px) {
	.ico {
		padding: 0 2px;
	}
}*/
@media (max-width: 1080px) {
	.girls-ico {
		font-size: 10px;
	}
}
@media (max-width: 599px) {
	.girls-name {
		font-size: 0.8em;
	}
	.girls-time {
		padding: 0 1px 0 0;
		font-size: 10px;
	}
	.girls-ico {
		padding-bottom: 19px
	}
}
@media (max-width: 340px) {
	.girls-name {
		font-size: 0.75em;
		letter-spacing: -0.025em;
	}
	.girls-time {
		font-size: 9px;
	}
	.girls-ico {
		font-size: 8px;
	}
	.ico {
/*		padding: 0.3em 2px 0.5em;*/
	}
}
.girls-box {
	position: relative;
	height: 100%;
	box-sizing: border-box;
}
.girls-box .image-fit img {
	line-height: 100%;
	font-size: 0;
}
.girls-star {
	position: absolute;
	top: 1.25rem;
	left: 0.75rem;
	display: inline-block;
	padding: 0 5px;
	background: #fa7093;/*f9c→f9a*/
	border-radius: 0 3px 3px 0;
	color: #fff;
	opacity: 0.75;
}
/*@media (max-width: 820px) {
	.girls-size {
		font-size: 11px;
	}
}*/
@media (max-width: 800px) {
/*	.girls-size>li:first-child {
		display: block;
	}*/
	.girls-star {
		left: 0.25rem;
		font-size: 12px;
	}
}
@media (max-width: 340px) {
	.girls-name {
		font-size: 12px;
	}
}

/* =============================
guide.html
=============================== */
.guide-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.guide-main {
	background-color: rgba(250,112,147,.75);/*255,153,204/255,153,170*/
}
/* ========== .guide-step ========== */
.guide-step {
	margin-bottom: 1em;
	border-radius: 0.25em;
	background: rgba(245,245,245,.8) url(../img/common/card-bg.png);
	font-family: 'myTitle', 'Noto Sans Japanese', sans-serif;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.guide-step dt {
	padding: 0.25em 0.5em;
	border-bottom: 1px dashed #fa7093;
	color: #fa7093;
/*	color: #492;*/
}
.guide-step dd {
	padding: 0.25em 0.5em 0.25em 1.25em;
}
/*.guide-step li:first-child dt {
	color: #2bf;
}
.guide-step li:last-child dt {
	color: #f36;
}*/
.guide-step li:first-child {
	padding-top: 0.5em;
}
.guide-step li:not(:last-child) {
	border-bottom: 1px solid #fa7093;
}
.guide-step li:last-child {
	padding-bottom: 0.5em;
}
.guide-step-link {
	display: inline-block;
	margin-left: 1em;
	padding: 0 0.25em;
	border: 1px solid #ddd;
	border-radius: 0.25em;
	background-image: -webkit-linear-gradient(bottom, rgba(230,230,230,.5), rgba(255,255,255,.5));
	background-image: linear-gradient(to top, rgba(255,255,255,.5), rgba(230,230,230,.5));
	box-shadow: 1px 1px 1px rgba(0,0,0,.25);/*255,0,102*/
}
.guide-step-link a {
	text-decoration: none;
}
/* ========== .guide-process ========== */
.guide-process {
	margin-bottom: 2em;
}
.guide-process-list li+li {
	margin-top: 0.5em;
	border-top: 2px dashed #ccc;
	padding-top: 0.5em;
}
.guide-process-list dt {
	color: #f06;
}
/* ========== .guide-148 ========== */
.guide-148 {
	margin-bottom: 2em;
}
.guide-148-title {
	margin-bottom: 0.75em;
	text-align: center;
	font-family: 'myTitle', 'Noto Sans Japanese', sans-serif;
	color: #fa7093;
}
.guide-148 li+li {
	margin-top: 0.5em;
	border-top: 2px dashed #ccc;
	padding-top: 0.5em;
}
/* ========== .guide-first ========== */
.guide-first {
	margin-bottom: 1em;
}
.guide-first dd+dt {
	margin-top: 0.5em;
}
/* ========== .guide-notice ========== */
.guide-taboo {
	margin: 0.5em 0;
}
.guide-taboo dt {
	color: #09f;
}
.guide-limit dt {
	color: #f80;
}
.guide-taboo dd, .guide-limit dd {
	padding-left: 0.5em;
}
.guide-taboo dd:before, .guide-limit dd:before {
	content: "■";
}

/* =============================
hotel.html
=============================== */
.hotel-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.hotel-main {
	background-color: rgba(250,112,147,.75);
}
/* ========== .hotel-review-banner ========== */
.hotel-review-banner {
	max-width: 680px;
	margin: 0 auto 1em;
	text-align: center;
}
.hotel-review-banner li {
	display: inline-block;
}
/* ========== .hotel-link ========== */
.hotel-link {
	margin-bottom: 2rem;
	border-radius: 0.25rem;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.hotel-link li {
	display: inline-block;
	padding: 0.5em 0;
	font-size: 0.8rem;
	line-height: 1em;
}
.hotel-link li a {
	display: block;
	margin-left: -1px;
	padding: 0.25em 0.25em;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
}
.hotel-block {
	margin-top: -71px;
	padding-top: 71px;
	padding-bottom: 1em;
}
@media (max-width: 409px) {
	.hotel-block {
		margin-top: -60px;
		padding-top: 60px;
	}
}
@media (max-width: 359px) {
	.hotel-block {
		margin-top: -56px;
		padding-top: 56px;
	}
}
/*.hotel-block:target .det {
	display: block;
}
.hotel-block:target .acordion-arrow {
	transform: rotate3d(1,0,0,180deg);
}
.hotel-block:target .reverse {
	transform: rotate3d(1,0,0,0deg);
}*/
.hotel-block .acordion-arrow {
	right: 0.5em;
}
.hotel-block dl {
	width: 100%;
	font-size: 0.8em;
}
.hotel-block dl:first-child {
	margin-bottom: -1px;
	border-bottom: 1px solid #ccc;
}
.hotel-block dl+dl {
	border-top: 1px dashed #ccc;
}
.hotel-block dt {
	clear: both;
}
.hotel-block dt, .hotel-block dd {
	float: left;
	box-sizing: border-box;
}
.hotel-block dd {
	width: 26%;
	min-width: 7.4em;
	padding-left: 1em;
}
.hotel-block dd.jusho, .hotel-block .item-content dl:first-child dd:first-of-type {
	width: 39%;
	min-width: 16em;
	padding-left: 1em;
}
.hotel-block dt {
	width: 35%;
	min-width: 15em;
}
@media (max-width: 767px) {
	.hotel-block dl:first-child {
		border: none;
	}
	.hotel-block dl:nth-child(2) {
		border-top: none;
	}
	.hotel-block dt {
		width: 100%;
	}
	.hotel-block dd, .hotel-block dd.jusho {
		width: auto;
		min-width: auto;
	}
	.hotel-block dd:not(.jusho):before {
		display: inline-block;
		padding-right: 2px;
		font-family: 'FontAwesome';
		content: "\f095";
	}
}

/* =============================
link.html
=============================== */
.link-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.link-main {
	background-color: rgba(250,112,147,.75);
}
/* ========== .link-link ========== */
.link-link {
	margin-bottom: 2rem;
	border-radius: 0.25rem;
	text-align: center;
	font-size: 0;
	line-height: 0;
}
.link-link li {
	display: inline-block;
	padding: 0.5em 0;
	font-size: 0.8rem;
	line-height: 1em;
}
.link-link li a {
	display: block;
	margin-left: -1px;
	padding: 0.25em 0.25em;
	border-right: 1px dotted #666;
	border-left: 1px dotted #666;
}
/* ========== .link-table ========== */
.link-info {
	width: 100%;
	margin-top: 2em;
	border-collapse: separate;
	border-spacing: 0 2px;
}
.link-info th, .link-info td {
	padding: 0.5rem;
	background: rgba(255,255,255,.9);
	font-size: 0.8em;
	line-height: 1em;
	vertical-align: middle;
}
.link-info th {
	width: 8em;
	border-radius: 0.5rem 0 0 0.5rem / 0.5rem 0 0 0.5rem;
	text-align: center;
}
.link-info td {
	border-radius: 0 0.5rem 0.5rem 0 / 0 0.5rem 0.5rem 0;
}
.link-info input[type="text"] , .link-info textarea {
	width: 100%;
	padding: 0;
	border: none;
	background: transparent;
	color: #666;
	font-size: 0.8rem;
	line-height: 1rem;
}
.link-info textarea {
	min-height: 4rem;
	resize: none;
}
.link-info input:focus, .link-info textarea:focus {
	outline: none;
}
.link-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 75%;
	min-width: 600px;
	margin: 0 auto;
	font-size: 0;
}
.link-table li {
	display: inline-block;
	width: 20%;
	min-width: 98px;
	padding-bottom: 0.8rem;
	box-sizing: border-box;
	text-align: center;
}
.link-table li a img {
	height: auto;
	border: none;
	vertical-align: top;
}
.link-title {
	display: block;
	padding: 4px 0;
	font-size: 10px;
	line-height: 1em;
}
.link-back {
	font-size: 0.8em;
}
@media (max-width: 768px) {
	.focus-all {
		cursor: pointer;
	}
}
@media (max-width: 600px) {
	.link-info textarea {
		min-height: 6rem;
	}
	.link-table {
		width: 100%;
		min-width: 100%;
	}
}
@media (max-width: 414px) {
	.link-info textarea {
		min-height: 7rem;
	}
	.link-table li {
		width: 25%;
	}
}
@media (max-width: 375px) {
	.link-info textarea {
		min-height: 8rem;
	}
	.link-table li {
		width: 33%;
	}
}

/* =============================
mailmagazine.html
=============================== */
.mailmagazine-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.mailmagazine-main {
	background-color: rgba(250,112,147,.75);
}
/* ========== .mailmagazine-banner ========== */
.mailmagazine-banner {
	margin-bottom: 2em;
	background: rgba(255,255,255,.75) url(../img/common/card-bg.png);
	border-radius: 0.25em;
}
.mailmagazine-banner img {
	border-radius: 0.25em;
	vertical-align: bottom;
}
/* ========== .mailmagazine-form ========== */
.mailmagazine-form {
	margin-bottom: 1em;
}
.mailmagazine-form li {
	display: inline-block;
	margin-bottom: 5px;
}
.mailmagazine-form li:first-child {
	min-width: 50%;
}
.mailmagazine-form input[type="text"] {
	width: 100%;
	padding: 3px 6px;
	box-sizing: border-box;
}
.mailmagazine-form-note {
	margin-top: 0.2em;
	font-size: 0.8em;
	line-height: 1.25em;
}
@media (max-width: 768px) {
	.mailmagazine-form li:first-child {
		width: 100%;
	}
}
@media (min-width: 961px) {
	.mailmagazine-form input {
		font-size: 0.8em;
	}
}
.mailmagazine-recieve {
	margin-bottom: 2em;
}
/* ========== .mailmagazine-config ========== */
.mailmagazine-config {
	margin-bottom: 2em;
}
.mailmagazine-config-box+.mailmagazine-config-box {
	padding-top: 0.25em;
	border-top: 1px dashed #ccc;
}
/* ========== .mailmagazine-special ========== */
.mailmagazine-special dt {
	margin: 0 auto 1px;
	padding: 5px 0.5em;;
	border-radius: 0.25em 0.25em 0 0;
	background: rgba(255,255,255,.8) url(../img/common/card-bg.png);
	font-family: 'myTitle', 'Noto Sans Japanese', fantasy;
	color: #fa7093;
}
.mailmagazine-special dd {
	margin-bottom: 1em;
	padding: 0.5em;
	border-radius: 0 0 0.25em 0.25em;
	background: rgba(255,255,255,.8) url(../img/common/card-bg.png);
}

/* =============================
news.html
=============================== */
.news-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.news-main {
	background-color: rgba(250,112,147,.75);
}
/* ========== .news-article ========== */
.news-article li {
	margin-bottom: 1em;
}
.news-article {
	min-width: 590px;
	margin: 0 auto;
}
.news-day {
	padding-left: 1rem;
	color: #fa7093;
	font-size: 0.75em;
	line-height: 1em;
}
.news-article .title-style {
	padding-top: 0;
	padding-left: 1rem;
	text-align: left;
}
@media (max-width: 767px) {
	.news-article {
		min-width: auto;
	}
}

/* =============================
profile.html
=============================== */
.profile-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.profile-main {
	background-color: rgba(250,112,147,.75);/*255,153,204/255,153,170*/
}
/* ========== .profile-content ========== */
.profile-content {
	margin-left: -2em;
	padding-bottom: 2em;
}
.profile-content-left {
	float: left;
	width: 370px;
	box-sizing: border-box;
	padding-left: 2em;
}
.profile-content-right {
	float: left;
	width: 590px;
	box-sizing: border-box;
	padding-left: 2em;
}
.profile-content-left .card {
	padding: 15px;
}

/* .profile-photo */
.profile-photo, .profile-photo-list {
	max-width: 300px;
	margin: 0 auto 1em;
}
.profile-photo img {
	vertical-align: bottom;
}
.profile-photo-list>ul {
	margin-left: -7px;
	font-size: 0;
	line-height: 1em;
}
.profile-photo-list li {
	display: inline-block;
	width: 20%;
	padding-left: 7px;
	box-sizing: border-box;
	line-height: 1em;
}
.profile-photo-list li:last-child {
	margin-right: 0;
}
/* .profile-pass */
.profile-pass p {
	line-height: 1.2em;
	font-size: 0.8em;
}
.profile-pass {
	text-align: center;
}
.profile-pass p+form {
	margin-top: 0.5em;
}
.profile-pass input {
	font-size: 0.8em;
}

/* .profile-name */
.profile-content-name {
	margin-bottom: 1em;
	text-align: center;
}
.profile-star {
	display: inline-block;
	color: #c33;
}
.profile-name {
	display: inline-block;
	color: #c33;
	font-weight: bold;
}
/* .profile-size */
.profile-size {
	font-size: 0;
	line-height: 1em;
}
.profile-size>li {
	display: inline-block;
	margin-right: 0.75em;
	font-size: 1rem;
	line-height: 1em;
}
/* .profile-profile */
.profile-profile {
	margin-top: 1em;
	border-left: 1px solid #f03;
	border-top: 1px solid #f03;
}
.profile-profile dt {
	float: left;
	width: 40%;
	height: 1.5em;
	padding: 0 0.5em;
	border-right: 1px solid #f03;
	border-bottom: 1px solid #f03;
	box-sizing: border-box;
	background: #f8a;
	color: #fff;
	text-align: center;
}
.profile-profile dd {
	float: left;
	width: 60%;
	height: 1.5em;
	padding: 0 0.5em;
	border-right: 1px solid #f06;
	border-bottom: 1px solid #f06;
	box-sizing: border-box;
	background: #ffedf3;
	text-align: center;
}
.profile-profile dd:nth-child(4n) {
	background: #fff;
}
/* .profile-realtime */
.profile-realtime {
	margin-top: 1em;
	text-align: center;
}
/* .profile-movie */
.profile-movie {
	margin-top: 1em;
	text-align: center;
}
.profile-movie video {
	width: 100%;
	max-width: 480px;
	height: auto;
}
@media (max-width: 1365px) {
	.profile-content-left {
		width: 47%;
	}
	.profile-content-right {
		width: 53%;
	}
}
@media (max-width: 959px) {
	.profile-wrap {
		font-size: 16px;
	}
	.profile-size>li {
		font-size: 16px;
	}
}
@media (min-width: 600px) {
	.profile-content-left .profile-content-name {
		display: none;
	}
}
@media (max-width: 599px) {
	.profile-content-left {
		width: 100%;
		text-align: center;
	}
	.profile-content-right {
		width: 100%;
	}
	.profile-content-left .card {
		padding: 15px 10px;
	}
	.profile-content-right .profile-content-name {
		display: none;
	}
}
@media (max-width: 340px) {
	.profile-profile dt, .profile-profile dd {
		float: none;
		width: 100%;
	}
}
/* ========== .profile-comment ========== */
.profile-comment-content, .profile-review-content {
	overflow: auto;
	height: 15em;
	padding: 10px;
	background: rgba(255,255,255,.9);
	border-radius: 0 0 16px 16px;
	color: #666;
}
/* ========== .profile-play_option ========== */
.profile-play_option {
	margin-top: 1em;
	margin-left: -2em;
}
.profile-play, .profile-option {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 2em;
	box-sizing: border-box;
}
.profile-play>ul, .profile-option>ul {
	padding: 10px;
	background: rgba(255,255,255,.9);
	border-radius: 0 0 16px 16px;
	font-size: 0;
	color: #666;
}
.profile-play>ul li, .profile-option>ul li {
	display: inline-block;
	width: 33%;
	margin-right: 0.33%;
	margin-bottom: 3px;
	border: 1px solid #fa7093;/*f9a*/
	border-radius: 3px;
	box-sizing: border-box;
	background: rgba(250,112,147,.75);/*255,153,170*/
	text-align: center;
	letter-spacing: -0.1em;
	font-size: 14px;
}
.profile-play>ul .good, .profile-option>ul .good {
	border-color: #f06;
	background: rgba(255,51,102,.75);
}
.profile-play>ul .ng, .profile-option>ul .ng {
	border-color: #999;
	background: rgba(153,153,153,.75);
}
.profile-play>ul .case, .profile-option>ul .case {
	border-color: #f90;
	background: rgba(255,187,102,.75);
}
.profile-play_option .text {
	clear: both;
	line-height: 1.5em;
	margin: 0 1rem 0 2rem;
	padding: 0.5em;
	background: rgba(255,255,255,.9);
	border-radius: 8px;
	font-size: 0.75em;
}
.text .good {
	color: #f06;
}
.text .ok {
	color: #fa7093;/*f9a*/
}
.text .case {
	color: #f90;
}
.text .ng {
	color: #999;
}

/* ========== .profile-schedule ========== */
.profile-schedule {
	margin-top: 2em;
}
.profile-schedule-content {
	padding: 10px;
	background: rgba(255,255,255,.9);
	border-radius: 0 0 16px 16px;
}
.profile-schedule-content ul {
	font-size: 0;
	text-align: center;
}
.profile-schedule-content li {
	display: inline-block;
	width: 96px;
	margin-left: -1px;
	margin-bottom: 10px;
	border: 1px solid #f06;
	font-size: 0.75rem;
}
.profile-schedule-content dt {
	width: 96px;
	border-bottom: 1px solid #f06;
	background: rgba(250,112,147,.75);/*255,153,170*/
	text-align: center;
}
.profile-schedule-content dd {
	display: table-cell;
	width: 96px;
	height: 4.5em;
	vertical-align: middle;
	line-height: 1em;
	text-align: center;
}
.profile-schedule-content p {
	width: 100%;
	line-height: 1.2em;
	text-align: center;
}
/* ========== .profile-review ========== */
.profile-review {
	margin-top: 2em;
}
.profile-review-box {
	margin: 10px;
	padding: 10px 0;
	border: 1px solid #fa7093;/*f9a*/
	border-radius: 8px;
	font-size: 0.75em;
}
.profile-review-box dt {
	border-bottom: 1px solid #fa7093;/*f9a*/
	padding: 0 10px;
}
.profile-review-box dd {
	line-height: 1.5em;
	padding: 10px 10px 0;
}
/* ========== .photo-diary大きな画面で見る ========== */
.photo-diary-link {
	text-align: right
}
.photo-diary-link a {
	position: relative;
	display: inline-block;
	width: auto;
	height: 2.4em;
	margin-bottom: 4px;
	padding: 0 1em;
	border: 2px solid #f36;
	border-radius: 1.2em;
	background: #fff;
	font-family: 'myTitle', fantasy;
	font-size: 1em;
	line-height: 2.4em;
	color: #f36;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
}
.photo-diary-link a:before {
	content: "";
	position: absolute;
	bottom: -23px; right: 15px;
	margin-right: 0;
	display: block;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 2px solid #f36;
	border-radius: 50%;
	z-index: 0;
}
.photo-diary-link a:after {
	content: "";
	position: absolute;
	bottom: -29px; right: 35px;
	margin-right: 0;
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border: 2px solid #f36;
	border-radius: 50%;
	z-index: 0;
}
.photo-diary-link a:hover, .photo-diary-link a:hover:before, .photo-diary-link a:hover:after {
	background: #fcaebd;
	color: #fff;
}
.profile-wrap .item-title a {
	text-decoration: none;
}
@media (max-width: 1024px) {
	.profile-wrap .object-wrapper {
		margin-top: -255px;/*-320*/
	}
}


@media (min-width: 600px) and (max-width: 959px) {
	.profile-play_option .text {
		font-size: 1em;
	}
}
@media (max-width: 800px) {
	.profile-review-box {
		font-size: 1em;
	}
}
@media (min-width: 600px)(max-width: 800px) {
	.profile-play>ul li, .profile-option>ul li {
		font-size: 12px;
		letter-spacing: -2px;
	}
}
@media (min-width: 600px) {
	.profile-play>ul {
		padding-bottom: 84px;
	}
}
@media (max-width: 599px) {
	.profile-play_option .text {
		margin: 0 0 0 1rem;
	}
	.profile-play {
		margin-bottom: 0;
	}
}
@media (max-width: 456px) {
	.profile-schedule-content li, .profile-schedule-content dt, .profile-schedule-content dd {
		width: 70px;
	}
}
@media (max-width: 380px) {
	.profile-play>ul li, .profile-option>ul li {
		width: 49%;
	}
}
@media (max-width: 352px) {
	.profile-schedule-content li, .profile-schedule-content dt, .profile-schedule-content dd {
		width: 66px;
	}
}

/* =============================
ranking.html
=============================== */
.ranking-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
/* ========== .ranking-list ========== */
.ranking-wrap .review-title {
	margin-bottom: 1em;
}
.ranking-list>li {
	margin-bottom: 1em;
}
.ranking-list.two-wrap>li:first-child {
	margin-left: 16.666%;
}
.ranking-list+.review-title {
	margin-top: 2em;
}
.ranking-list .realtime-time {
	margin-top: 0.4em;
}
.ranking-list .girls-cmnt {
	margin-top: 0.25em;
}
.ranking-list .ranking-rank {
	position: relative;
	margin-bottom: 0.25em;
	padding-top: 1.5em;
}
.ranking-rank:after {
	position: absolute;
	line-height: 1.5em;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	background: #9cf;
	border-radius: 3px;
	color: #fff;
	font-family: 'icoadd', 'Montserrat', 'Noto Sans Japanese', sans-serif;
	font-size: 1em;
	font-weight: bold;
/*	opacity: 0.9;*/
	text-align: center;
	text-shadow: 0 0 2px rgba(255,255,255,1)
}
.rank-1:after {
	background-image: -webkit-linear-gradient(bottom, #ffd75b, #fff5a0 30%, #ffffdb 50%, #fff5a0 70%, #fdd456);
	background-image: linear-gradient(to top, #ffd75b, #fff5a0 30%, #ffffdb 50%, #fff5a0 70%, #fdd456);
	color: #402306;
	content: "\f137  第1位";/*\f091*/
}
.rank-2:after {
	background-image: -webkit-linear-gradient(top, #858585, #fff 50%, #888);
	background-image: linear-gradient(to bottom, #858585, #fff 50%, #888);
	color: #333;
	content: "\f137  第2位";
}
.rank-3:after, .rank-4:after, .rank-5:after {
	background-image: -webkit-linear-gradient(bottom, #bb8d67 10%, #fbe6b9 50%, #be916a 90%);
	background-image: linear-gradient(to top, #bb8d67 10%, #fbe6b9 50%, #be916a 90%);
	color: #402306;
}
.rank-3:after {
	content: "\f137  第3位";
}
.rank-4:after {
	content: "\f137  第4位";
}
.rank-5:after {
	content: "\f137  第5位";
}

@media (max-width: 599px) {
	.ranking-list.two-wrap>li:first-child {
		margin-left: 0;
	}
	.ranking-list.two-wrap .three {
		width: 100%;
	}
	.ranking-list.two-wrap .girls-box dt, .ranking-list.two-wrap .girls-box dd {
		float: left;
		width: 50%;
		padding-top: 0;
	}
	.ranking-list.two-wrap .girls-box dd {
		padding-top: 1.75em;
		padding-left: 0.5em;
		box-sizing: border-box;
	}
	.ranking-list.two-wrap .ranking-rank {
		margin-bottom: 0;
	}
	.ranking-list.two-wrap .ranking-rank:after {
		left: 100%;
		width: 96%;
		margin-left: 0.5em;
	}
	.ranking-list.two-wrap .realtime-time {
		font-size: 0.8em;
	}
}
@media (min-width: 321px) and (max-width: 375px) {
	.three .girls-cmnt {
		height: 7em;
	}
}
@media (min-width: 376px) and (max-width: 599px) {
	.three .girls-size li:not(:last-child) {
		margin-right: 0.25em;
	}
}

/* =============================
realtime.html
=============================== */
.realtime-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.realtime-main {
	background-color: rgba(250,112,147,.75);/*255,153,204/255,153,170*/
}
/* ========== .girls-box-w ========== */
.girls-box-w {
	position: relative;
}
.girls-box-w dt, .girls-box-w dd {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.girls-box-w dd {
	padding-left: 10px;
}
@media (max-width: 1080px) {
	.girls-box-w dd {
		padding-left: 5px;
	}
}
.girls-box-w .image-fit {
	position: relative;
	background-size: cover !important;
}
.girls-box-w .girls-name {
	font-size: 1em;
}
.girls-box-w .girls-free {
	font-size: 0.8em;
	line-height: 1.25em;
}
.girls-box-w .girls-size li {
	font-size: 0.8rem;
}
.girls-box-w .girls-size li:last-child {
	margin-right: 0;
}
@media (max-width: 800px) {
	.girls-box-w .girls-size>li:first-child {
		display: inline-block;
	}
}
.girls-cmnt {
	overflow-y: auto;
	height: 5.6em;
	line-height: 1.4em;
	padding: 2px 5px;
	border-radius: 0.5em;
	background: rgba(255,255,255,.75);
	font-size: 0.75em;
}
@media (max-width: 340px) {
	.girls-cmnt {
		height: 6em;
		line-height: 1.2em;
		padding: 2px 3px;
	}
}
.girls-box-w .girls-cmnt {
	margin-top: 0.25em;
}
.realtime-wait {
	margin-top: 0.4em;
	border-radius: 5px;
	background: rgba(250,112,147,.75);/*255,153,170*/
	text-align: center;
	color: #fff;
	font-size: 0.8em;
}
.realtime-realtime {
	margin-top: 0.25em;
	font-size: 0.8em;
	letter-spacing: -0.025em;
	text-align: center;
}
.realtime-time {
	margin-top: 0.1em;
	padding-top: 0.2em;
	border-top: 1px dashed #fa7093;/*f9a*/
	text-align: center;
	font-size: 0.8em;
}
@media (max-width: 1080px) {
	.girls-box .realtime-time {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.realtime-wrap .two {
		width: 100%;
	}
}
@media (max-width: 599px) {
	.realtime-time {
		font-size: 14px;
	}
	.girls-box .realtime-time {
		font-size: 11px;
	}
}
@media (max-width: 340px) {
	.girls-box .realtime-time {
		font-size: 10px;
	}
}
/* =============================
review.html
=============================== */
.review-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.review-main {
	background-color: rgba(250,112,147,.75);/*255,153,204/255,153,170*/
}
.review-wrap .mCSB_container {
	word-break: break-all;
}
/* ========== .review-list ========== */
.review-list .review-list-box {
	margin-bottom: 2rem;
}
.review-title {
	margin: 0 auto;
	padding: 5px 0.5em;
	background: rgba(255,255,255,.75);
	border-radius: 0.25em;
}
.review-two-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: strech;
	-ms-flex-align: strech;
	-webkit-align-items: strech;
	align-items: stretch;
	-webkit-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -1em;
}
.review-two-wrap:after {
	content:"";
	display:block;
	clear:both;
}
.review-two {
	width: 50%;
	margin-top: 0.5em;
	padding-left: 1em;
	box-sizing: border-box;
	float: left;
	position: relative;
}
.review-list .realtime-time {
	margin-top: 0.4em;
}
.review-box {
	min-width: -webkit-calc(100% - 1.3em);
	min-width: calc(100% - 1.3em);
	height: 100%;
	margin-bottom: 0.5em;
	border-radius: 0.5em;
	box-sizing: border-box;
	background: rgba(255,255,255,.75);
	font-size: 0.75em;
}
.review-box dt {
	border-bottom: 1px solid #fa7093;/*f9a*/
	padding: 0 0.5rem;
}
.review-box dd {
	height: 100%;
	line-height: 1.5em;
	margin-top: 10px;
	padding: 0 0.5rem 10px;
}
@media (min-width: 641px) {
	.review-box {
		position: absolute;
		top: 0;
		bottom: 0;
	}
	.review-box dd {
		overflow-y: auto;
		margin-top: -2.1em;
		padding: 2.5em 0.5rem 10px;
		box-sizing: border-box;
	}
}
@media (max-width: 640px) {
	.review-two {
		width: 100%;
	}
}

/* =============================
schedule.html
=============================== */
.schedule-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.schedule-main {
	background-color: rgba(250,112,147,.75);/*255,153,204/255,153,170*/
}
/* .schedule-day */
.schedule-day {
	margin-left: -0.5rem;
	margin-bottom: 1.5rem;
	font-size: 0;
}
.schedule-day li {
	display: inline-block;
	width: 14.285%;
	min-width: 72px;
	margin-bottom: 0.5rem;
	padding-left: 0.5rem;
	box-sizing: border-box;
	font-size: 1rem;
	vertical-align: top;
	text-align: center;
	position: relative;
}
@media (max-width: 800px) {
	.schedule-day li {
		width: 25%;
		font-size: 0.8rem;
	}
	.schedule-day a {
		padding: 0 0.5em;
	}
}
.schedule-day a {
	display: block;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	background: rgba(255,255,255,.75);
	text-decoration: none;
}
.schedule-day li:hover a, .schedule-day li:active a {
	background: rgba(255,255,255,.9);
}
.schedule-day .active a {
	border: 1px solid #f89;
	background: #fa7093;/*f9a*/
	color: #fff;
}
.schedule-day .active:hover a {
	background: #fa7093;
}
/* .schedule-time */
.schedule-time {
	margin-top: 0.25em;
	border-top: 1px dashed #fa7093;/*f9a*/
	font-size: 0.75em;
}
.schedule-wrap .realtime-time {
	clear: both;
	margin-top: 0.25em;
}

/* =============================
system.html
=============================== */
.system-wrap {
	background: rgba(204,204,204,.5) url(../img/top-newface-bg.png);
}
.system-main {
	background-color: rgba(250,112,147,.75);/*255,153,204/255,153,170*/
}
/* ========== .system-price ========== */
/* .system-table */
.system-table-basic {
	padding-left: 1em;
}
.system-table {
	background: rgba(255,255,255,.9);
	padding: 0.25em 0.5em;
	border-radius: 8px;
	font-family: 'myTitle', fantasy;
}
.system-table li {
	padding: 0.5em 0 0.25em;
	border-bottom: 2px dashed #f06;
	text-align: center;
}
.system-table .li-last {
	border-bottom-width: 0;
}
.system-table .one {
	clear: both;
	width: 100%;
}
.system-table dl {
	display: inline-block;
	width: auto;
	margin-left: -1em;
}
.system-table dt {
	display: block;
	width: 3.2em;
	height: 3.2em;
	line-height: 1em;
	box-sizing: border-box;
/*	margin-left: 1em;*/
	padding: 1.1em 0;
	border: 1px solid #f06;
	border-radius: 1.6em;
/*	border-radius: 1.7em;*/
	background: #f06;
	box-shadow: inset 0 0 0 2px #fff;
	color: #fff;
	text-align: center;
	font-size: 1.25em;
	transform: rotate3d(0,0,1,-15deg);
	opacity: 0.9;
}
.system-table .system-ext {
	padding: 0.6em 0;
}
.system-table dd {
	display: block;
	height: 1.5em;
	line-height: 1.5em;
	margin-top: -1.4em;
	padding-left: 1.5em;
	color: #f06;
	font-size: 3em;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 2px #f06;
}
.system-table .system-short {
	padding-left: 2em;
}

.system-table-oth {
	width: 90%;
	margin: 2em auto 0;
}
.system-table-oth ul {
	padding: 0.5em 1em;
	background: rgba(255,255,255,.9);
	border-radius: 8px;
/*	font-family: 'myTitle', fantasy;*/
}
.system-table-oth li {
	line-height: 1.2em;
	padding: 0.5em 1em 0.3em;
}
.system-table-oth li:not(:last-child) {
	border-bottom: 1px dashed #ccc;
}

.system-card, .system-hotel, .system-play, .system-option {
	margin-top: 2em;
}
.system-card-content, .system-hotel-content, .system-play-content, system-option-content {
	padding: 1em 0.5em;
	text-align: center;
}
.system-card-tel {
	font-size: 1.5em;
}

.system-hotel-content li {
	line-height: 1em;
	padding: 0.25em 0;
	font-family: 'myTitle', fantasy;
	font-size: 1.5em;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 2px rgba(0,0,0,.25);
}
.system-hotel-content span {
	display: inline-block;
}
.system-hotel-content .col-pink {
	font-size: 1.25em;
	text-shadow: 0 1px 0 #fff, 1px 0 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 2px 2px 2px rgba(255,0,102,.25);
}
@media (min-width: 600px) {
	.system-hotel-content li:first-child {
		padding-left: 0.6em;
	}
}
.system-hotel-ban {
	width: 13.9em;
	margin: 2em auto 0;
	padding: 0.25em 0;
	border: 4px solid #fff;
	background: rgba(255,128,170,.5) url(../img/top-newface-bg.png);
	border-radius: 8px;
	box-sizing: border-box;
	box-shadow: 0 0 4px #ff669e;
	font-family: 'myTitle', fantasy;
	font-size: 1.5em;
}
.system-hotel-ban a {
	display: block;
	height: 4em;/*4.25で128px*/
	line-height: 4em;
	color: #fff;/*fa7093*/
	text-shadow: 0 2px 0 #666, 2px 0 0 #666, 0 -2px 0 #666, -2px 0 0 #666, -2px -2px 0 #666, 2px -2px 0 #666, -2px 2px 0 #666, 2px 2px 0 #666, 3px 3px 3px rgba(255,0,102,.25);
	text-decoration: none;
	position: relative;
}
.system-hotel-ban a:after {
	display: block;
	position: absolute;
	top: 0;
	right: 5px;
	width: 1em;
	height: 1em;
	font-family: 'FontAwesome';
	content: "\f138";
}
.system-hotel-ban a img {
	vertical-align: middle;
}

.system-play-content {
	font-family: 'myTitle', fantasy;
}

.system-option-content dt {
	clear: both;
	float: left;
	width: 6.5em;
	line-height: 1.5em;
	padding: 0.25em 0;
	text-align: right;
}
.system-option-content dt:not(:first-child) {
	border-top: 2px solid rgba(255,255,255,0);
}
.system-option-content dd {
	line-height: 1.5em;
	padding: 0.25em 0 0.25em 8em;
}
.system-option-content dd:not(:nth-child(2)) {
	border-top: 2px dashed #ccc;
}
.system-option-content .line2 {
	padding: 0.5em 0;
	line-height: 1em;
}
.system-option-content .line2-1 {
	padding-bottom: 1.25em;
}
@media (max-width: 599px) {
	.system-option-content .pun:after {
		display: none;
	}
	.system-option-content .word-ib {
		display: block;
	}
}
.system-option-ban {
	width: 13.5em;
	margin: 2em auto 0;
	padding: 0.5em;
	background: rgba(255,255,255,.9);
	border-radius: 8px;
}

.system-fare-title {
	margin-top: 2em;
}
.system-fare-station-img {
	padding: 0;
}
.system-fare-station-img img {
	vertical-align: bottom;
}
.system-fare-station-note {
	margin-top: 1em;
	border-radius: 0.375rem;
}
.system-fare-station-note dt, .system-fare-deliver-table dt {
	clear: both;
	float: left;
	width: 4.5em;
	line-height: 1.5em;
	padding: 0.25em 0;
	border-bottom: 2px dashed rgba(255,255,255,0);
	text-align: right;
}
.system-fare-station-note dd, .system-fare-deliver-table dd {
	line-height: 1.5em;
	padding: 0.25em 0 0.25em 5.5em;
	border-bottom: 2px dashed #ccc;
}
.system-fare-deliver-table dd:nth-child(n+2) {
	min-height: 3em;
}
.system-fare-station-note ul, .system-fare-deliver-table p {
	margin-top: 0.5em;
}
.system-fare-deliver {
	margin-top: 2em;
}

@media (max-width: 860px) {
	.system-table {
		font-size: 15px;
	}
}
@media (max-width: 767px) {
	.system-table .two {
		width: 100%;
	}
	.system-table {
		font-size: 18px;
	}
	.system-table li:not(:last-child) {
		border-bottom: 2px dashed #f06;
	}
}
@media (max-width: 560px) {
	.system-table-oth {
		width: 100%;
	}
	.system-table-oth li {
		padding: 0.5em 0 0.3em;
	}
}
@media (max-width: 430px) {
	.system-table {
		padding: 0.5em;
		font-size: 14px;
	}
	.system-table dt {
		margin-left: 0;
	}
	.system-table dd {
		padding-left: 1.5em;
	}
}
@media (max-width: 380px) {
	.system-table {
		font-size: 12px;
	}
}
