/*
 * CSSのルール
 * # フォントサイズ
 * ## html：10px = 62.5% = 1rem (古いiPhone 9px) body：1.4rem (= 14px / 古いiPhone 12.6px)
 * # レスポンシブ
 * ## max-width:320px(古いiPhone) | (スマホと小さいタブレット) | min-width:768px(タブレット) | min-width:1025px(PC)
 */
/* --------------------------------------------------
 * reset
 * 元：Bootstrap Reboot v4.1.3
 * 改変：2018-10-31
-------------------------------------------------- */
/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

body {
	margin: 0;
/*	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1rem;
	font-weight: 400;*/
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background-color: #fff;
}

[tabindex="-1"]:focus {
	outline: 0 !important;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 0;
}

p {
	margin-top: 0;
	margin-bottom: 0;
}

abbr[title],
abbr[data-original-title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
}

address {
	margin-bottom: 0;
	font-style: normal;
	line-height: inherit;
}

ol,
ul,
dl {
	margin-top: 0;
	margin-bottom: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
	margin-bottom: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 0;
	margin-left: 0;
}

blockquote {
	margin: 0 0 0;
}

dfn {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

a {
	color: #f06;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #f03;
	text-decoration: underline;
}

a:not([href]):not([tabindex]) {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
	color: inherit;
	text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
	outline: 0;
}

pre,
code,
kbd,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-size: 1em;
}

pre {
	margin-top: 0;
	margin-bottom: 0;
	overflow: auto;
	-ms-overflow-style: scrollbar;
}

figure {
	margin: 0 0 0;
}

img {
	vertical-align: middle;
	border-style: none;
}

svg {
	overflow: hidden;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
}

caption {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
}

th {
	text-align: inherit;
}

label {
	display: inline-block;
	margin-bottom: 0;
}

button {
	border-radius: 0;
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: listbox;
}

textarea {
	overflow: auto;
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin-bottom: 0;
	font-size: 1.5rem;
	line-height: inherit;
	color: inherit;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

output {
	display: inline-block;
}

summary {
	display: list-item;
	cursor: pointer;
}

template {
	display: none;
}

[hidden] {
	display: none !important;
}

/* --------------------------------------------------
 * html
 * メモ：rem(A2.1-)/vw(A4.4-)/calc(A5-)
-------------------------------------------------- */
html {
	font-size: 10px;
}
@media(min-width:1025px) {
	html {
		font-size: 62.5%;
	}
}/*rootのフォントサイズを10pxに。これで1rem=10pxになる*/
@media(max-width:320px) {
	html {
		font-size: 9px;
	}
}/*古いiPhoneはrootのフォントサイズを9pxに*/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	font-size: 1.4rem;
	color: #333;
}
input, textarea, option {
	font-weight: 500;
}/*chromeで游ゴシック(regular/400)が掠れるので、medium(500)に*/
_:lang(x)::-ms-backdrop, body {
	font-family: "メイリオ", Meiryo, sans-serif;
}/*IEで游ゴシックを使うと隙間ができる対策。IEのみメイリオに*/
a {
	color: #f06;
}
ul {
	list-style-type: none;
	padding: 0;
}

/* --------------------------------------------------
 * iconfont
 *
-------------------------------------------------- */
@font-face {
	font-family: 'aicon';
	src: url('fonts/aicon.eot?g4kqcg');
	src: url('fonts/aicon.eot?g4kqcg#iefix') format('embedded-opentype'),
		 url('fonts/aicon.ttf?g4kqcg') format('truetype'),
		 url('fonts/aicon.woff?g4kqcg') format('woff'),
		 url('fonts/aicon.svg?g4kqcg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="aicon-"], [class*=" aicon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'aicon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	font-size: 1.5em;
	vertical-align: middle;
	margin-top: -0.2em;
	width: 1em;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.aicon-tight {
	width: 0.5em;
	transform: translateX(-25%)
}
.aicon-schedule:before {
	content: "\e900";
}
.aicon-girls:before {
	content: "\e901";
}
.aicon-system:before {
	content: "\e902";
}
.aicon-realtime:before {
	content: "\e903";
}
.aicon-ranking:before {
	content: "\e904";
}
.aicon-event:before {
	content: "\e905";
}
.aicon-rank:before {
	content: "\e906";
}
.aicon-search:before {
	content: "\e907";
}
.aicon-menu:before {
	content: "\e908";
}
.aicon-arrow_down:before {
	content: "\e909";
}
.aicon-home:before {
	content: "\e90a";
}
.aicon-guide:before {
	content: "\e90b";
}
.aicon-magazine:before {
	content: "\e90c";
}
.aicon-hotel:before {
	content: "\e90d";
}
.aicon-review:before {
	content: "\e90e";
}
.aicon-enquete:before {
	content: "\e90f";
}
.aicon-link:before {
	content: "\e910";
}
.aicon-pdiary:before {
	content: "\e911";
}
.aicon-blog:before {
	content: "\e912";
}
.aicon-form:before {
	content: "\e913";
}
.aicon-recruit_girls:before {
	content: "\e914";
}
.aicon-recruit_men:before {
	content: "\e915";
}
.aicon-arrow_prev:before {
	content: "\e916";
}
.aicon-arrow_next:before {
	content: "\e917";
}
.aicon-crown:before {
	content: "\e918";
}

/* --------------------------------------------------
 * slider
 * swiper
-------------------------------------------------- */
.swiper-button-next, .swiper-button-prev {
	z-index: 2;
	width: 40px;
	height: 40px;
	margin-top: 0;
	background: transparent;
	transform: translateY(-30px);
}
.swiper-button-next {
	right: 5px;
}
.swiper-button-prev {
	left: 5px;
}
.swiper-button-next:before, .swiper-button-prev:before {
	display: block;
	border-radius: 20px;
	background: #333;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	opacity: .1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'aicon';
}
.swiper-button-next:hover:before, .swiper-button-prev:hover:before, .swiper-button-next:focus:before, .swiper-button-prev:focus:before {
	opacity: .75;
}
.swiper-button-next:before {
	content: "\e917";
}
.swiper-button-prev:before {
	content: "\e916";
}

/* --------------------------------------------------
 * common
 *
-------------------------------------------------- */
.wrapper {
	background: #ffdbe6 url(../img/common/main_bg.png) repeat center center;
}
.content_width {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
@media(min-width:1080px) {
	.content_width {
		width: 90%;
	}
}
/*header*/
.header_top {
	background: url(/img/common/header_bg_repeat.png) repeat top center;
}
.header_top_inner a {
	color: #fff;
}
.header_top_inner, .header_content_inner {
	max-width: 1000px;
}
.header_content {
	padding-bottom: 16px;
	background: transparent url(/img/common/header_bg.png) repeat-x bottom center;
}
.header_title {
	float: left;
	padding-top: 0.2rem;
	font-weight: normal;
	font-size: 1.2rem;
	color: #fff;
}
.header_time {
	float: right;
	list-style-type: none;
	font-weight: bold;
	color: #fff;
}
.header_time li {
	display: inline-block;
}
@media(min-width:768px) {
	.header_left {
		float: left;
		min-width: 290px;
	}
	.header_time {
		padding-top: 0.2rem;
	}
}
.logo {
	float: left;
	width: 190px;
	max-width: 70%;
	margin-top: -0.4rem;
	margin-bottom: 0.4rem;
}
.logo_tall {
	display: none;
}
.is-fixed .logo {
	width: 150px;
	margin-top: 2px;
}
/*検索*/
.search {
	float: right;
	padding-top: 2px;
}
.searchBtnBig {
	display: block;
	width: 80px;
	height: 32px;
	margin-top: 2.8rem;
	border-radius: 16px;
	box-shadow: 0 2px 4px 0 rgb(0,0,0,.2);
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
}
.search_font {
	position: absolute;
	top: 0;
	display: block;
	width: 66px;
	padding: 6px 22px 6px 16px;
	border-radius: 16px 0 0 16px;
	background: #fff;
	color: #fd3699;
	line-height: 20px;
	font-weight: bold;
}
.searchIcon {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fd3699;
	font-size: 0;
	color: #fff;
	vertical-align: middle;
}
.searchIcon>* {
	margin: 0;
	padding: 2px;
	font-size: 28px;
	line-height: 28px;
	vertical-align: middle;
}
.searchmenu {
	position: absolute;
	z-index: 10;
	left: 2vw;
	top: 10.4rem;
	width: 750px;
	max-width: 96vw;
	background: #ffd9e4 url(/img/contents_bg.png) repeat;
	border: 1px solid #ff99bf;
	border-radius: 10px;
	padding: 2.4rem;
	display: none;
	box-shadow: 1px 1px 4px rgba(0,0,0,.3);
}
.searchmenu form {
	max-height: calc(100vh - 15.4rem);
	overflow-y: auto;
}
.is-fixed .searchBtnBig {
	margin-top: 2.2rem;
}
.is-fixed .searchmenu {
	top: 5.6rem;
}
.searchmenu form>ul>li:last-child {
	display: block;
	margin-top: 2rem;
}
@media(min-width:768px) {
	.searchmenu {
		top: 88px;
		left: 50%;
		transform: translateX(-50%);
	}
	.is-fixed .searchmenu {
		top: 6.4rem;
	}
}
@media(min-width:1024px) {
}
.searchmenu li, .searchmenu dt, .searchmenu dd {
	display: inline-block;
}
.searchmenu li {
	margin-right: 2rem;
	margin-bottom: 1rem;
}
.searchmenu dl {
	margin-bottom: 0;
}
.searchmenu dt {
	margin-right: 1rem;
}
.searchmenu dd {
	margin-bottom: 0;
}
#smenu {
	display: none;
}
#smenu:checked ~ .searchmenu {
	display: block;
}
.smenu-close {
	position: fixed;
	left: 0;
	top: 0;
	z-index: -50;
	width: 100%;
	height: 100%;
	display: none;
}
#smenu:checked ~ .smenu-close {
	z-index: 1;
	display: block;
}
#smenu:checked ~ .smenu-close:hover {
	cursor: pointer
}
.search_check:checked ~ .btn_gray {
	color: #fff;
	background-color: #b1b5ba;
	border-color: #999;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.search_btn.btn_blue:hover {
	background-color: #e6e6e6;
	border-color: #ff9bbf;
}
.search_text {
	border: 1px solid #999;
	border-radius: 4px;
	width: 6em;
	padding-left: 6px;
	margin-right: 4px;
	margin-left: 4px;
}
dd .search_text:first-child {
	margin-left: 0;
}
.search_select {
	border: 1px solid #999;
	border-radius: 4px;
	padding: 2px 0 2px 6px;
	margin: 4px 4px 0;
}
/*header_top右ブロック*/
.header_right {
	float: right;
}
/*値段・人数*/
.info {
	display: none;
	margin-bottom: 0;
	text-align: right;
	font-size: 1.5rem;
	line-height: 1em;
}
.info-s {
	margin: 0 0 -0.8rem;
	padding-top: 0.2rem;
	text-align: right;
	font-size: 1.5rem;
	line-height: 1em;
}
.is-fixed .info-s {
	display: none;
}
@media(min-width:1024px) {
	.info {
		display: none;
		margin: 4px 0 0;
	}
	.info-s {
		display: none;
	}
}
.info>span {
	margin-top: 4px;
}
.info>span>span {
	font-size: 2rem;
}
/*headerメニュー*/
.gNav {
	list-style-type: none;
	margin: 4px 0 0;
}
.vis_large {
	float: left;
	text-align: center;
/*	font-size: 1.2rem;*/
	color: #fff;
}
.vis_large+li {
	margin-left: 2rem;
}
.vis_large>a {
	color: #fff;
}
.vis_large a:hover {
	text-decoration: none;
}
.gNav_icon {
	display: block;
	width: 3.6rem;
	height: 3.6rem;
	margin: 0 auto;
	font-size: 2.4rem;
	color: #ff9bbf;
}
.gNav_icon img {
	width: 3.6rem;;
}
#nav-open .gNav_icon {
	color: #fff;
	padding-top: 0.2rem;
}
.is-fixed .gNav {
	margin-top: 4px;
}
.is-fixed .header_content {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
}
.is-fixed .header_top, .is-fixed .info {
	display: none;
}
.is-fixed .mainContents {
	margin-top: 78px;
}
.menu-bar {
	display: none;
	/* position: sticky;
	top: 0;
	z-index: 9;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #ff9bbf;
	border-top: 1px solid #f06;
	border-bottom: 1px solid #f06; */
}
.menu-bar-inner {
	display: block;
	width: 1000px;
	max-width: 100%;
	height: 48px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #fff;
	font-size: 0;
}
.menu-bar-inner>li {
	display: inline-block;
	width: calc(100% / 7);
	border-right: 1px solid #fff;
	box-sizing: border-box;
	font-size: 14px;
}
.menu-bar-inner>li>a {
	display: block;
	width: 100%;
	height: 48px;
	color: #fff;
	position: relative;
	transition: .5s;
}
.menu-bar-inner>li>a span {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	text-align: center;
}
.menu-bar-inner>li>a:hover, .menu-bar-inner>li>a:active, .menu-bar-inner>li>a:focus {
	background: #fd5694;
}
.menu-bar-inner>li:last-child {
	width: 100vw;
	border-right: none;
	text-align: right;
}
@media(max-width:1024px) {
	#nav-open {
		font-size: 0;
	}
	#nav-open .gNav_icon .aicon-menu {
		margin-top: -4px;
		margin-left: -5px;
		font-size: 46px;
	}
	#nav-open .gNav_icon .aicon-menu:after {
		display: block;
		margin-top: -8px;
		font-size: 10px;
		content: "メニュー";
	}
}
@media(max-width:1023px) {
	.logo {
		width: 120px !important;
		margin-top: 2px !important;
	}
	.search {
		float: left;
	}
	.searchBtnBig {
		margin-top: 1.2rem;
		margin-left: 25%;
	}
	.is-fixed .searchBtnBig {
		margin-top: 1rem;
	}
}
@media(max-width:767px) {
	#nav-open .gNav_icon .aicon-menu {
		margin-top: -24px;
	}
	.gNav>li:not(:last-of-type) {
		display: none;
	}
	.gNav>li:last-child {
		margin-top: 0.8rem;
	}
	.gNav>li:last-child #nav-drawer {
		margin-bottom: -0.4rem;
	}
	.gNav_icon {
		font-size: 2.4rem;
	}/*
	.is-fixed .mainContents {
		margin-top: 65px;
	}*/
/*	.header {
		border-bottom: 1px solid #970000;
	}*/
	.menu-bar {
		display: none;
	}
	.menu-bar-inner {
		border-left: none;
	}
}
@media(min-width:768px) and (max-width:1023px) {
	#nav-drawer #nav-open {
		margin-top: -0.5rem;
	}
	#nav-drawer #nav-open .gNav_icon {
		margin-bottom: -0.6rem;
	}
}
/*ハンバーガーメニュー*/
#nav-drawer {
	position: relative;
}
#nav-open {
	cursor: pointer;
}
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	opacity: 0;
	transition: .3s ease-in-out;
	transform: translate3d(0,0,9px);
	cursor: pointer;
}
#nav-close:after {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 3.6rem;
	line-height: 3.6rem;
/*	background: rgba(0,0,0,.75);*/
	border-radius: 0 0 0 8px;
	color: #fff;
	font-size: 3.6rem;
	content: "×";
}
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: transparent;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform:translate3d(-105%, 0, 10px);/*左に隠しておくX iOStransformバグ対応で3d指定*/
	font-size: 1.4rem;
	color: #fd3699;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
#nav-content::-webkit-scrollbar {
	display: none;
}
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: 1;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform:translate3d(0, 0, 10px);/*中身を表示（右へスライド）X iOStransformバグ対応で3d指定*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.dNav-wrapper {
	width: 100%;
	height: 100%;
	min-height: 1070px;
	overflow-y: hidden;
	padding-top: 2.2rem;
	background-image: linear-gradient(-90deg, rgba(0,0,0,.1) 0, rgba(0,0,0,.1) 10px, white 10px);
}
.dNav {
	margin-top: 2.2rem;
}
.dNav li {
	margin: 1rem 0;
}
.dNav li a {
	display: block;
	padding: 0.4rem 0 0.4rem 1.6rem;
	position: relative;
	background: #ff99bf url(/img/title_bg.png);
	box-shadow: 0 1px 2px rgba(0,0,0,.4);
	line-height: 3.2rem;
	text-align: left;
	color: #fff;
	font-weight: bold;
	font-size: 1.8rem;
	transform: translate3d(0,0,0);
	transition: .3s;
}
.dNav li:hover a, .dNav li:active a, .dNav li:focus a {
	box-shadow: 0 1px 2px rgba(0,0,0,.6);
	transform: translateY(-2px);
}
.dNav li a:after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	right: 0;
	border: none;
	border-bottom: solid 4px transparent;
	border-left: solid 10px #cc4f7d;
}
.dNav li a img {
	width: 3.2rem;
	margin-right: 0.8rem;
	vertical-align: bottom;
}
/*main*/
.mainContents {
	min-height: calc(100vh - 117px - 291px);
	transform:translate3d(0,0,0);
}
@media(min-width:768px) {
	.mainContents {min-height: calc(100vh - 110px - 625px)}
}
@media(min-width:1024px) {
	.mainContents {min-height: calc(100vh - 102px - 595px)}
}
.content_wrapper {
	padding-top: 4rem;
}

/*footer*/
.footer_group {
	padding: 1rem 0 2rem;
}
.footer_group h2 {
	text-align: center;
}
.footer_group_banner {
	text-align: center;
}
.widjet {
	margin-top: 40px;
}
.widjet li {
	text-align: center;
}
@media(min-width: 768px) {
	.widjet li {width: 49%;}
	.widjet li:first-child {float: left; text-align: right;}
	.widjet li:last-child {float: right; text-align: left;}
}
.footer_inner {
	padding-top: 2rem;
	background: #f5f5f5;
}
.footer_banner {
	padding-bottom: 2rem;
	list-style-type: none;
	font-size: 0;
	position: relative;
}
.footer_banner li {
/*	display: inline-block;*/
	width: auto;
/*	padding: 0 1rem;*/
	text-align: center;
}
.footer_banner li a, .footer_banner li .block {
	display: block;
	width: 100%;
	height: 0;
	padding: 50% 0;
	background: #f5f5f5;
	position: relative;
	overflow: hidden;
}
.footer_banner li img {
	transform: translateY(-50%);
}
@media(min-width:1025px) {
	.footer_banner li img {
		width: 190px;
		height: 190px;
	}
}
@media(max-width:767px) {
	.footer_banner li img {
		width: 150px;
		height: 150px;
	}
}
.footer_bottom {
/*	border-top: 5px solid #e5e0d6;*/
	border-top: 1px solid #f06;
	background: #ff9bbf;
}
.footerNav {
	position: relative;
}
.footer_content {
	padding: 2.4rem 0 0;
	color: #fff;
	font-size: 0;
}
.footer_content dt {
	display: inline-block;
	margin-right: 25%;
	margin-bottom: 1.6rem;
	text-align: right;
	vertical-align: top;
	font-size: 2rem;
	letter-spacing: 0.25em;
}
.footer_content dd {
	display: inline-block;
	min-width: 32%;
	margin: 0 -2.4rem 0 2.4rem;
	padding: 0 0 3px;
	font-size: 1.4rem;
	vertical-align: top;
}
.footer_content ul {
	list-style-type: none;
	border-left: 3px dotted #fff;
}
.footer_content li {
	padding-bottom: 1.6rem;
	padding-left: 2.4rem;
}
.footer_content li a {
	color: #fff;
	letter-spacing: 0.4em;
	transition: 0.3s;
}
.footer_content li a:hover, .footer_content li a:active, .footer_content li a:focus {
	letter-spacing: 0.6em;
}
.footer_logo {
	position: relative;
	margin-bottom: -2.1rem;
	padding: 1.6rem 1.6rem 0;
}
.footer_logo a {
	display: block;
	width: 114px;
}
.footer_copy {
	padding: 0.5rem 0;
	text-align: center;
}
.footer_copy a {
	color: #fff;
}
@media(min-width:768px) and (max-width:979px) {
	.footer_content dt {
		display: block;
		text-align: left;
	}
}
@media(min-width:768px) {
	.footer_content dt {
		margin-right: 0;
	}
	.footer_content li {
		padding-right: 2rem;
	}
}
@media(min-width:1024px) {
	.footer_content dt {
		width: 16%;
	}
	.footer_content dd {
		width: 28%;
		min-width: auto;
	}
	.footer_logo {
		width: 16%;
		height: 76px;
	}
	.footer_logo a {
		position: absolute;
		right: 1.6rem;
	}
}

/*フロートボタン*/
.float {
	opacity: 0;
	position: fixed;
	z-index: 5;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	transition: 0.5s;
	transform:translate3d(0, 0, 0); /*iOSのtransformバグ対応*/
}
.is-fixed .float {
	opacity: 1;
}
.float-btn {
	position: fixed;
	right: 4px;
	bottom: 63px;
	width: 54px;
}
.iphone .float-btn {
	bottom: 77px;
}
.float-btn li {
	opacity: 0.9;
	width: 100%;
	margin-bottom: 4px;
	animation: fadeout 0.5s;
	pointer-events: none;
}
.is-fixed .float_phone, .is-fixed .float_top {
	animation: fadein 0.5s;
	pointer-events: all;
}
.is-fixed .float_phone, .float_phone {
	animation-duration: 0.8s;
}
@keyframes fadein {
	0%   { opacity: 0;   transform: translateY(12px); }
	100% { opacity: 0.9; transform: translateY(0); }
}
@keyframes fadeout {
	0%   { opacity: 0.9; transform: translateY(0); }
	100% { opacity: 0;   transform: translateY(12px); }
}
.float-link {
	width: calc(100% - 58px);
	max-width: 480px;
	padding: 4px;
	transform: translateY(100%);
	transition: .5s;
}
.is-fixed .float-link {
	transform: translateY(0px);
}
.float-link li {
	background-color: rgba(247,87,151,0.8);
	border: 1px solid #ff7fb2;
	border-radius: 5px;
}
.float-menu {
	font-size: 0;
	transform: translateY(100%);
	transition: .5s;
}
.is-fixed .float-menu {
	transform: translateY(0px);
}
.float-menu li {
	display: inline-block;
	width: 20%;
}
.float-menu li a, .float-menu li label {
	display: block;
	background: rgba(255,255,255,0.8);
	padding-bottom: 5px;
	border: 1px solid #ff7fb2;
	border-top-width: 2px;
	border-bottom: none;
	text-align: center;
}
.float-menu li a img, .float-menu li label img {
	width: 62px;
	max-width: 98%;
}
@media(min-width:1025px) {
	.float_phone, .float-menu, .float-link {
		display: none;
	}
	.float-btn {
		right: 12px;
		bottom: 24px;
		width: 70px;
	}
}

/* box */
.list {
	display: flex;
	margin-bottom: -3rem;
	margin-left: -2%;
	padding: 0 1.6rem;
	font-size: 0;
	flex-wrap: wrap;
}
.list_box {
	display: inline-block;
	width: 48%;
	margin-bottom: 3rem;
	margin-left: 2%;
	padding-bottom: 0.4rem;
	background: #fff;
	font-size: 1.4rem;
	position: relative;
}
.box_img {
	height: 0;
	padding-bottom: calc(100% * 4 / 3);
	overflow: hidden;
}
.box_img img {
	width: 100%;
	height: auto;
}
.box_note {
	padding: 0.4rem;
	text-align: center;
}
.note_name {
	font-weight: bold;
	font-size: 2rem;
}
.note_name .ane, .profile_name .ane, .ranking_castName .ane {
	color: #dd527a;
}
.note_price {
	color: #f264a5;
	font-size: 1.8rem;
}
.note_time {
	min-height: 1.5em;
	font-size: 1.6rem;
	font-weight: bold;
	color: #3768f8;
}
.note_latency, .note_realtime {
	font-size: 1.6rem;
	font-weight: bold;
	color: #ff0066;
}
.note_latency {
	font-size: 2rem;
}
.note_realtime {
	margin-bottom: 2px;
	padding: 2px 0 1px;
	border-top: 1px dashed #ffe0e9;
	border-bottom: 1px dashed #ffe0e9;
}
.note_blog {
	font-size: 0;
}
.note_icon2 {
	display: block;
	width: 160px;
	max-width: 100%;
	margin: 0.4rem auto 0;
}
.note_icon2 img {
	max-width: 100%;
}
@media(min-width:768px) {
	.note_icon2 {
		float: left;
		width: 49%;
		margin: 0.4rem 0.5% 0;
	}
}
.note_type {
	margin-left: -0.3rem;
	margin-bottom: 0.2rem;
}
.icon_slide {
	height: 24px;
	overflow-x: scroll;
	margin: 0 0.2rem;
	white-space: nowrap;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.icon_slide::-webkit-scrollbar {
	display: none;
}
.note_comment {
	padding: 0.8rem 1rem 0;
	text-align: left;
}
/*castType*/
.type_icon {
	display: inline-block;
	margin-top: 0.3rem;
	margin-left: 0.3rem;
	padding: 0 0.4rem;
	background: #80c8e9;
	color: #fff;
	font-weight: bold;
}/*castType{{$tag->id}}*/
.castType1 {
	background: #b0b;
}
.castType2 {
	background: #f69;
}
.castType3 {
	background: #f36;
}
.castType4 {
	background: #09f;
}
.castType5 {
	background: #80c8e9;
}
.castType6 {
	background: #0fba1f;
}
.castType7 {
	background: #f6c;
}
.castType8 {
	background: #f33;
}
.castType9 {
	background: #fc0;
}
.castType10 {
	background: #c63;
}
.castType11 {
	background: #9af;
}
.castType12 {
	background: #f63;
}
.castType13 {
	background: #6c9;
}
.castType14 {
	background: #f9c;
}
.castType15 {
	background: #06f;
}
.castType16 {
	background: #c260d4;
}
.castType17 {
	background: #e93cdc;
}/*castSelect{{$girl->level}}*/
.castSelect1 {
	background: #0fba1f;
}
.castSelect2 {
	background: #fb0;
}
.castSelect3 {
	background: #f36;
}
.castSelect4 {
	background: #c03;
}
.castSelect5 {
	background: #8ab312;
}
.castSelect6 {
	background: #33cbf7;
}
.castSelect7 {
	background: #ff71ab;
}
.castSelect8 {
	background: #4ec0a2;
}
.castSelect9 {
	background: #9e7004;
}
.status_new:before, .status_new:after, .statusNew:before, .statusNew:after {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
}
.status_new:before, .statusNew:before {
	height: 0;
	padding: 12.5%;
	border-radius: 50%;
	background: #f264a5;
	content: "";
}
.status_new:after, .statusNew:after {
	width: 25%;
	margin-top: 12.5%;
	border-radius: 50%;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
	content: "NEW";
	transform: translateY(-50%);
}
.status_today:before, .status_today:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	transform: rotateZ(35deg) translateX(2.6rem) translateY(-0.8rem);
}
.status_today:before {
	height: 0;
	padding: 0.9rem 5rem;
	background: #ffa01f;
	content: "";
}
.status_today:after {
	width: 10rem;
	margin-top: 0.1rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	content: "本日出勤";
}
@media(max-width:320px) {
	.status_new:after, .statusNew:after {
		font-size: 1.2rem;
	}
}
@media(min-width:768px) {
	.list_box {
		width: 31.3%;
	}
}
@media(min-width:415px) {
	.status_new:after, .statusNew:after {
		font-size: 1.8rem;
	}
}
@media(min-width:1025px) {
	.list_box {
		width: 23%;
		padding: 0 0 1.4rem;/**/
	}
	.box_note {
		padding: 0.4rem 0 0;/**/
	}
	.status_new:after, .statusNew:after {
		font-size: 1.6vw;
	}
	.status_today:before, .status_today:after {
		transform: rotateZ(35deg) translateX(2.35rem) translateY(-0.9rem);
	}
	.status_today:before {
		padding: 1.2rem 6rem;
	}
	.status_today:after {
		width: 11rem;
		margin-top: 0.6rem;
		font-size: 1.6rem;
	}
}

.paging02 {
	margin-top: 4rem;
	text-align: center;
}
.paging02 > * {
	display: inline-block;
	width: 3rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 4px 8px;
	background: #e6e6e6;
	border-radius: 3px;
}
.paging02 .active {
	border-color: #80c8e9;
	background: #80c8e9;
	color: #fff;
	font-size: 120%;
}

/* --------------------------------------------------
 * class
 *
-------------------------------------------------- */
.cf:after {
	content: "";
	clear: both;
	display: table;
}

.btn {
	display: inline-block;
	padding: 0.4rem 1.2rem;
	margin-bottom: 0.4rem;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn_raised {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
	background: #ff9bbf;
	color: #fff;
	-webkit-tap-highlight-color: transparent;
	transition: .3s ease-out;
}
.ripple {
	position: relative;
	overflow: hidden;
	transform: translate3d(0,0,0);
}
.ripple:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-image: radial-gradient(circle,#000 10%,transparent 10.01%);
	background-repeat: no-repeat;
	background-position: 50%;
	transform: scale(10,10);
	opacity: 0;
	transition: transform .5s,opacity 1s;
}
.ripple:active:after {
	transform: scale(0,0);
	opacity: .2;
	transition: 0s;
}
.check_css {
	margin-top: -4px !important;
}
.check_css>label>span {
	display: inline-block;
	margin-top: 4px;
	padding: 0.2rem 0.5rem;
	border-radius: 3px;
	border: #999 1px solid;
	background: #fff;
	vertical-align: middle;
}
.check_css>label>span:before {
	display: inline-block;
	width: 1.2rem;
	height: 1.2rem;
	line-height: 1.2rem;
	margin-right: 2px;
	border: #999 1px solid;
	font-size: 1.2rem;
	vertical-align: middle;
	content: "";
}
.check_css>label>input[type="checkbox"]:checked + span {
	border-color: #ff9bbf;
	background: #ff9bbf;
	color: #fff;
}
.check_css>label>input[type="checkbox"]:checked + span:before {
	border-color: #fff;
	color: #fff;
	content: "\02714";
}
.col_red {
	color: #f03;
}
.col_black {
	color: #333;
}
.col_f06 {
	color: #f06;
}
.col_pink {
	color: #fd3699;
}
.textborder_white {
	text-shadow: -2px -2px 0 #fff,
				 -2px  0   0 #fff,
				 -2px  2px 0 #fff,
				  0    2px 0 #fff,
				  2px  2px 0 #fff,
				  2px  0   0 #fff,
				  2px -2px 0 #fff,
				  0   -2px 0 #fff;
}
.cols_pink {
	text-shadow: -1px -1px 2px #ff0066,
				 -1px  0   2px #ff0066,
				 -1px  1px 2px #ff0066,
				  0    1px 2px #ff0066,
				  1px  1px 2px #ff0066,
				  1px  0   2px #ff0066,
				  1px -1px 2px #ff0066,
				  0   -1px 2px #ff0066;
}
.col_orange {
	color: #ffa50d;
}
.cols_orange {
	text-shadow: -1px -1px 2px #ff6600,
				 -1px  0   2px #ff6600,
				 -1px  1px 2px #ff6600,
				  0    1px 2px #ff6600,
				  1px  1px 2px #ff6600,
				  1px  0   2px #ff6600,
				  1px -1px 2px #ff6600,
				  0   -1px 2px #ff6600;
}
.col_sky {
	color: #4bdbff;
}
.cols_sky {
	text-shadow: -1px -1px 2px #0099ff,
				 -1px  0   2px #0099ff,
				 -1px  1px 2px #0099ff,
				  0    1px 2px #0099ff,
				  1px  1px 2px #0099ff,
				  1px  0   2px #0099ff,
				  1px -1px 2px #0099ff,
				  0   -1px 2px #0099ff;
}
.col_green {
	color: #6bb82d;
}
.cols_green {
	text-shadow: -1px -1px 2px #6bb82d,
				 -1px  0   2px #6bb82d,
				 -1px  1px 2px #6bb82d,
				  0    1px 2px #6bb82d,
				  1px  1px 2px #6bb82d,
				  1px  0   2px #6bb82d,
				  1px -1px 2px #6bb82d,
				  0   -1px 2px #6bb82d;
}
.col_gray {
	color: #9c9c9c;
}
.cols_gray {
	text-shadow: -1px -1px 2px #9c9c9c,
				 -1px  0   2px #9c9c9c,
				 -1px  1px 2px #9c9c9c,
				  0    1px 2px #9c9c9c,
				  1px  1px 2px #9c9c9c,
				  1px  0   2px #9c9c9c,
				  1px -1px 2px #9c9c9c,
				  0   -1px 2px #9c9c9c;
}
.col_blue {
	color: #4272ff;
}
.cols_blue {
	text-shadow: -1px -1px 2px #4272ff,
				 -1px  0   2px #4272ff,
				 -1px  1px 2px #4272ff,
				  0    1px 2px #4272ff,
				  1px  1px 2px #4272ff,
				  1px  0   2px #4272ff,
				  1px -1px 2px #4272ff,
				  0   -1px 2px #4272ff;
}
.col_yellow {
	color: #fbc655;
}
.cols_yellow {
	text-shadow: -1px -1px 2px #ff9900,
				 -1px  0   2px #ff9900,
				 -1px  1px 2px #ff9900,
				  0    1px 2px #ff9900,
				  1px  1px 2px #ff9900,
				  1px  0   2px #ff9900,
				  1px -1px 2px #ff9900,
				  0   -1px 2px #ff9900;
}
.fw_bold {
	font-weight: 700;
}
.btn_gray {
	background-color: #fff;
	border-color: #999;
}
.btn_blue {
	background-color: #fff;
	border-color: #00a0e9;
}

.dp-n {
	display: none;
}
.ib {
	display: inline-block;
}
.iframe-i {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.smaller {
	font-size: 0.8em;
}
.taxin {
	display: block;
	width: 29rem;
	margin: 0 auto;
	text-align: right;
}

/*size*/
@media(min-width:768px) {/*スマホ(iPad未満)のみ表示*/
	.size_npadp, .size_usp {
		display: none !important;
	}
}
@media(min-width:1024px) {/*スマホとiPadのみ表示*/
	.size_upad {
		display: none !important;
	}
}
@media(max-width:767px) {/*タブレットとPC(iPad以上)で表示*/
	.size_mspp {
		display: none !important;
	}
}
@media(max-width:1023px) {/*PCのみ(iPadPro以上)表示*/
	.size_mpadp {
		display: none !important;
	}
}
@media(max-width:1800px) {/*大画面PCのみ表示*/
	.size_max1800_dnone {
		display: none !important;
	}
}
/*iPadから小さいPCまで表示*/
.size_min768max1799_dblock {
	display: none !important;
}
@media(min-width:768px) and (max-width:1799px) {
	.size_min768max1799_dblock {
		display: block !important;
	}
}
/*iPadのみ表示*/
.size_min768max1023_dblock {
	display: none !important;
}
@media(min-width:768px) and (max-width:1023px) {
	.size_min768max1023_dblock {
		display: block !important;
	}
}