@charset "UTF-8";
/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: March 10, 2017
 */
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
  /* Fix of Webkit flickering */
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left;
}

.swiper-container-vertical > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translate3d(0px, 0, 0);
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-webkit-transition-property: height, -webkit-transform;
	transition-property: height, -webkit-transform;
	transition-property: transform, height;
	transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto;
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto;
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/* Pagination Styles */
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: 300ms;
	transition: 300ms;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0px, -50%, 0);
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000;
}

/* 3D Container */
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  /* Safari 4+, Chrome */
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
	-ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
	overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	background-size: 100%;
	background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes swiper-preloader-spin {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-weight: inherit;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

ul, ol {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

pre {
	font-family: inherit;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	text-align: left;
}

input, select, textarea {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	font: inherit;
	color: inherit;
}

input:not([type="radio"]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="text"],
input[type="search"] {
	border: 1px solid;
}

input[type="submit"] {
	border: none;
	background-color: transparent;
	font-size: 0;
}

input[type="text"],
input[type="search"],
select,
textarea {
	border-radius: 0;
}

select {
	background-color: #fff;
}

textarea {
	min-width: 100%;
	resize: vertical;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

/* iPhoneデフォルトリセット */
textarea:disabled {
	opacity: 1;
}

button {
	margin: 0;
  /* iOS */
	padding: 0;
	border: none;
	background: none;
	font: inherit;
	cursor: pointer;
}

button:disabled {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

a {
	color: inherit;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

html {
	font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #150a0a;
}

a:hover img,
button:hover {
	opacity: 0.7;
}

.iOS a:hover img,
.iOS button:hover {
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

::-ms-input-placeholder {
	color: #ccc;
}

::placeholder {
	color: #ccc;
}

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
}

:-ms-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	opacity: 1;
}

.g-wrapper {
	background: url("/assets/img/user/pc/new/common/bg_container.png") 0 0 repeat;
	word-break: break-all;
	word-wrap: break-word;
}

.g-mainContainer {
	position: relative;
	width: 1030px;
	margin: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ddd;
}

/* ============================================================================

		header

============================================================================ */
.g-header {
	position: relative;
	padding: 0 0 45px;
}

.g-header .titleHead {
	min-width: 1240px;
	height: 26px;
	background: #111;
}

.g-header .titleHead .title-wrapper {
	width: 1240px;
	margin: auto;
	position: relative;
}

.g-header .titleHead .title-wrapper h1 {
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
}

.g-header .titleHead .title-wrapper h1 a {
	color: #af8c32;
	text-decoration: underline;
}

.g-header .titleHead .title-wrapper p {
	line-height: 26px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	float: right;
}

.g-header .hdrBlock {
	height: 97px;
	background: #fff;
}

.g-header .hdrBlock .hdrWrapper {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 1240px;
	margin: auto;
}

.g-header .hdrBlock .hdrWrapper .hdrLogo {
	margin: 25px 25px 0 0;
	width: 185px;
}

.g-header .hdrBlock .hdrWrapper .hdrLogo .logo-default a img {
	width: 100%;
}

.g-header .hdrBlock .hdrWrapper .hdrLogo .logo-text {
	text-align: center;
	font-size: 11px;
}

.g-header .hdrBlock .hdrWrapper .hdrTxt {
	margin-right: 24px;
	width: 150px;
}

.g-header .hdrBlock .hdrWrapper .hdrTxt #google_container {
	max-width: 12%;
	text-align: right;
}

.g-header .hdrBlock .hdrWrapper .hdrTxt #google_container .goog-te-gadget {
	font-family: arial;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}

.g-header .hdrBlock .hdrWrapper .hdrTxt .counter {
	margin: 12px 0 15px;
}

.g-header .hdrBlock .hdrWrapper .hdrTxt .counter li {
	margin-bottom: 8px;
	font-size: 13px;
}

.g-header .hdrBlock .hdrWrapper .hdrTxt .counter li:last-child {
	margin-bottom: 0;
}

.g-header .hdrBlock .hdrWrapper .hdrKeyword {
	margin-right: 20px;
	width: 246px;
}

.g-header .hdrBlock .hdrWrapper .hdrKeyword p {
	margin: 14px 0 8px;
	color: #737373;
	font-size: 11px;
}

.g-header .hdrBlock .hdrWrapper .hdrKeyword .header-link {
	overflow: hidden;
}

.g-header .hdrBlock .hdrWrapper .hdrKeyword .header-link li {
	color: #fff;
	font-size: 11px;
	margin-right: 6px;
	margin-bottom: 5px;
	background: #777;
	text-align: center;
	float: left;
	width: 120px;
	height: 24px;
}

.g-header .hdrBlock .hdrWrapper .hdrKeyword .header-link li:nth-child(2n) {
	margin-right: 0;
}

.g-header .hdrBlock .hdrWrapper .hdrKeyword .header-link li a {
	display: block;
	line-height: 25px;
}

.g-header .hdrBlock .hdrWrapper .hdrKeyword .header-link li a:hover {
	opacity: 0.7;
}

.g-header .hdrBlock .hdrWrapper .topBnr {
	margin-top: 10px;
	width: 590px;
}

.g-header .hdrBlock .hdrWrapper .topBnr a {
	width: 590px;
	height: 76px;
}

.g-header .header-block-2 {
	position: absolute;
	bottom: 0;
	z-index: 167;
	width: 100%;
	height: 45px;
	-webkit-transition: top ease 0.5s;
	transition: top ease 0.5s;
	background: url("/assets/img/user/pc/new/common/gnavi/bg_gnavi_grad.png") 0 0 repeat-x;
}

.simple-header {
	text-align: center;
	position: relative;
	background-color: #fff;
}

.simple-header .titleHead {
	min-width: 1240px;
	height: 22px;
	background: #111;
}

.simple-header .titleHead .title-wrapper {
	width: 1240px;
	margin: auto;
	position: relative;
}

.simple-header .titleHead .title-wrapper h1 {
	line-height: 22px;
	font-size: 12px;
	color: #fff;
	display: inline-block;
}

.simple-header .titleHead .title-wrapper h1 a {
	color: #af8c32;
	text-decoration: underline;
}

.simple-header .header-block-1 {
	border-bottom: 10px solid #bbb;
	width: 100%;
	min-width: 1030px;
	height: 110px;
	padding: 18px 0 0;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
}

.simple-header .header-block-1 .logo-default {
	margin: 0 0 0 5px;
}

.simple-header .header-block-1 .logo-text {
	text-align: center;
	font-size: 18px;
	width: 292px;
	margin: 12px auto 5px;
}

/* ============================================================================

		l-gNavi

============================================================================ */
.l-gNavi {
	width: 1030px;
	margin: auto;
	background: url("/assets/img/user/pc/new/common/gnavi/bg_gnavi.png") center bottom no-repeat;
}

.l-gNavi .gNaviWrap {
	position: relative;
	width: 100%;
	height: 60px;
	margin: auto;
}

.l-gNavi .gNaviWrap .gNaviItem {
	float: left;
	width: 206px;
	height: 100%;
}

.l-gNavi .gNaviWrap .gNaviItem a, .l-gNavi .gNaviWrap .gNaviItem span {
	display: block;
	cursor: pointer;
}

.l-gNavi .gNaviWrap .gNaviItem a:hover img, .l-gNavi .gNaviWrap .gNaviItem span:hover img {
	visibility: hidden;
}

.l-gNavi .gNaviWrap .gNaviItem.accordionOpen span img {
	visibility: hidden;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea {
	display: none;
	position: absolute;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 80;
	width: 1030px;
	padding: 25px 50px;
	color: #fff;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea dl {
	border-top: solid 1px #222;
	border-bottom: solid 1px #555;
	padding: 20px 30px 7px;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea dl:first-child {
	border-top: none;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea dl:last-child {
	border-bottom: none;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea dt {
	float: left;
	width: 110px;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea dd {
	float: left;
	width: 760px;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea dd .gNaviTokyo li:first-child {
	float: none;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea dd .gNaviTokyo li:last-child {
	border: none;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea dd .gNaviTokyo li a:hover {
	text-decoration: underline;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea li {
	float: left;
	border-right: solid 1px #fff;
	margin-bottom: 13px;
}

.l-gNavi .gNaviWrap .gNaviItem .gNaviArea li a {
	padding: 0 20px;
	line-height: 15px;
}

/* breadCrumbs
------------------------------------------ */
.l-breadCrumbs {
	width: 100%;
	background: #999;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.l-breadCrumbs ul {
	overflow: hidden;
}

.l-breadCrumbs ul li {
	float: left;
	height: 22px;
	line-height: 24px;
	font-size: 14px;
	color: #fff;
}

.l-breadCrumbs ul li ~ li {
	position: relative;
}

.l-breadCrumbs ul li ~ li:before {
	content: ">";
	width: 1em;
	padding: 0 0.5em;
}

.l-breadCrumbs ul li a:hover {
	text-decoration: underline;
}

/* ============================================================================

		footer

============================================================================ */
.g-footer {
	padding: 34px 0 10px;
	background: #111;
}

.g-footer .topContainer {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 1240px;
	margin: auto;
}

.g-footer .topContainer .ftrLogo {
	margin-right: 40px;
	width: 175px;
	text-align: center;
}

.g-footer .topContainer .ftrLogo .logo a img {
	width: 100%;
}

.g-footer .topContainer .ftrLogo .logo-text {
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin: 5px 0 0;
}

.g-footer .topContainer .ftrDetail .ftrTxt {
	margin-bottom: 12px;
	font-size: 12px;
	color: #fff;
}

.g-footer .topContainer .ftrDetail .ftrLink {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	margin-bottom: 30px;
}

.g-footer .topContainer .ftrDetail .ftrLink .listItem {
	margin-right: 30px;
	position: relative;
	font-size: 12px;
	color: #fff;
}

.g-footer .topContainer .ftrDetail .ftrLink .listItem:last-child {
	margin-right: 0;
}

.g-footer .topContainer .ftrDetail .ftrLink .listItem:before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #fff;
}

.g-footer .topContainer .ftrDetail .ftrLink .listItem a {
	padding-left: 10px;
}

.g-footer .copy {
	text-align: center;
	font-size: 12px;
	color: #aaa;
}

/* ============================================================================

		main

============================================================================ */
.l-mainColumn {
	float: left;
	width: 800px;
	margin: 10px;
}

.l-mainColumn .p-titleHead {
	background: #473d3f;
	font-size: 16px;
	line-height: 30px;
	text-indent: 10px;
	color: #fff;
}

.l-mainColumn .p-titleHead .update-date {
	display: block;
	line-height: 10px;
	font-size: 0.5em;
	padding-bottom: 6px;
}

.l-mainColumn .p-subTitle {
	font-size: 16px;
}

.l-sideColumn {
	float: left;
	width: 200px;
	margin-top: 10px;
	padding: 0 0 90px;
}

.l-sideColumn .p-titleHead {
	height: 30px;
	background: #473d3f;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	margin: 10px 0 0;
}

.l-sideColumn section:first-child .p-titleHead {
	margin: 0;
}

[class^="f-"] ~ [class^="f-"] {
	margin-top: 10px;
}

/*==========================================================================================

		高級デリヘルについて

==========================================================================================*/
.f-aboutLuxuryDeli .description-ul {
	padding: 10px 15px 30px;
	background: #eee;
}

.f-aboutLuxuryDeli .description-ul li + li {
	margin-top: 15px;
}

.f-aboutLuxuryDeli .description-ul li .p-subTitle {
	height: 24px;
	line-height: 26px;
	border-bottom: 1px solid #575757;
	padding: 0 0 2px;
}

.f-aboutLuxuryDeli .description-ul li .listText {
	padding-top: 8px;
	line-height: 16px;
	font-size: 12px;
}

/*==========================================================================================

		高級デリヘルを探す

==========================================================================================*/
.f-areaSearch ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	background: #eee;
	padding: 10px 8px;
}

.f-areaSearch ul li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 190px;
}

.f-areaSearch ul li a {
	display: block;
	font-size: 13px;
	text-align: center;
	padding: 8px 0;
}

/*==========================================================================================

		条件を指定して高級デリヘルを探す

==========================================================================================*/
/*-------------------------------------------
タブメニュー化追加分
-------------------------------------------*/
.f-genreList .genre-bg {
	background: #eee;
	padding: 10px 8px;
}

.f-genreList .genre-tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-genreList .genre-tab input[type=radio] {
	display: none;
}

.f-genreList .genre-tab input[type=radio]:checked + .tab-item {
	background: #B59158;
	color: #fff;
}

.f-genreList .genre-tab .tab-item {
	cursor: pointer;
	position: relative;
	border: 1px solid #B59158;
	background: #eee;
	font-size: 16px;
	margin: 0 0 0 5px;
	padding: 10px 17px;
}

.f-genreList .genre-tab .tab-item:nth-child(2) {
	margin: 0;
}

.f-genreList .genre-box {
	border: 1px solid #B59158;
	width: 100%;
	margin: -1px 0 0;
	padding: 2px 6px 6px;
}

.f-genreList .genre-box .genre-list {
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-genreList .genre-box .genre-list .genre-item {
	width: 125px;
	margin: 4px 0 0 4px;
}

.f-genreList .genre-box .genre-list .genre-item:nth-child(6n+1) {
	margin: 4px 0 0;
}

.f-genreList .genre-box .genre-list .genre-item a {
	position: relative;
	display: block;
	background: #ccc;
	font-size: 13px;
	height: 40px;
}

.f-genreList .genre-box .genre-list .genre-item a span {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.3;
	text-align: center;
	width: 100%;
}

.f-genreList #concept:checked ~ .genre-box .concept,
.f-genreList #feature:checked ~ .genre-box .feature,
.f-genreList #style:checked ~ .genre-box .style,
.f-genreList #type:checked ~ .genre-box .type,
.f-genreList #status:checked ~ .genre-box .status,
.f-genreList #play:checked ~ .genre-box .play,
.f-genreList #option:checked ~ .genre-box .option,
.f-genreList #costume:checked ~ .genre-box .costume {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/*==========================================================================================

		エリアから高級デリヘルを探す

==========================================================================================*/
.searchBefore {
	position: relative;
	margin: 0 0 10px 0;
}

.searchBefore .p-titleHead {
	font-size: 18px;
	line-height: 50px;
	min-height: 50px;
	margin: 0 0 10px;
}

.searchBefore .p-titleHead .update-date {
	display: block;
	font-size: 0.5em;
	line-height: 18px;
}

.searchBefore .p-titleHead-narrow {
	line-height: 25px;
	padding-top: 6px;
}

.searchBefore .searchLink {
	position: absolute;
	top: 4px;
	right: 4px;
}

.searchBefore .searchLink a {
	display: block;
	background: url("/assets/img/user/sp/common/ico_search.svg") 8px center/28px 28px no-repeat, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#d1d1d1));
	background: url("/assets/img/user/sp/common/ico_search.svg") 8px center/28px 28px no-repeat, linear-gradient(to bottom, #FFF, #d1d1d1);
	font-size: 18px;
	line-height: 42px;
	font-weight: bold;
	padding: 0 36px 0 47px;
}

.searchBefore .searchLink a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: rotate(45deg) translateY(-70%);
	transform: rotate(45deg) translateY(-70%);
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	width: 12px;
	height: 12px;
}

.searchBefore .mod-searchForm {
	padding: 0;
}

.searchBefore .areaIntro {
	font-size: 12px;
	line-height: 1.5rem;
	color: #7F7F7F;
	padding: 0 10px;
}

.mod-searchForm .inputData {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #fff;
	padding: 0 10px;
}

.mod-searchForm .inputData .selectForm {
	width: 250px;
	padding: 12px 0;
}

.mod-searchForm .inputData .selectForm + .selectForm + .selectForm {
	width: 280px;
}

.mod-searchForm .inputData .selectForm.girl_type {
	width: 500px;
	margin-left: 15px;
}

.mod-searchForm .inputData .selectForm dt {
	display: table-cell;
	width: 82px;
}

.mod-searchForm .inputData .selectForm dt span {
	display: block;
	background: #555;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	height: 24px;
	padding: 0 7px;
}

.mod-searchForm .inputData .selectForm dd {
	position: relative;
	display: table-cell;
	font-size: 15px;
	line-height: 1.4;
	padding: 0 0 0 17px;
}

.mod-searchForm .inputData .selectForm dd::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 12px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 13px solid #555;
}

.mod-searchForm .inputData .selectForm dd a.rem_girlselect {
	margin-left: 2px;
	font-weight: bold;
	background: #CC6D7B;
	color: #FFF;
	padding: 0px 3px 0px 3px;
	border-radius: 46%;
	line-height: 17px;
	font-size: 13px;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: middle;
}

.mod-searchForm .inputData .selectForm dd a.rem_shopselect {
	margin-left: 2px;
	font-weight: bold;
	background: #B59158;
	color: #FFF;
	padding: 0px 3px 0px 3px;
	border-radius: 46%;
	line-height: 17px;
	font-size: 13px;
	margin-bottom: 0px;
	display: inline-block;
	vertical-align: middle;
}

.mod-searchForm .inputData .changeText {
	border-top: 1px solid #555;
	text-align: right;
	width: 100%;
	padding: 16px 0;
}

.mod-searchForm .inputData .changeText a {
	position: relative;
	font-size: 15px;
	line-height: 1.2;
	vertical-align: middle;
	padding: 0 37px 0 0;
}

.mod-searchForm .inputData .changeText a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: -2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-top: 7px solid transparent;
	border-right: 14px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 14px solid #333;
}

.mod-searchForm .typeLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 10px 0 0;
}

.mod-searchForm .typeLink li {
	width: 193px;
}

.mod-searchForm .typeLink li a {
	display: block;
	background: #aaa;
	font-size: 17px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.mod-searchForm .typeLink li span {
	display: block;
	background: #b59158;
	font-size: 17px;
	line-height: 40px;
	color: #222;
	text-align: center;
}

.f-areaSelect .asBox {
	background: #eee;
	padding: 10px 10px;
}

.f-areaSelect .asBox .selectData {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: solid 1px;
}

.f-areaSelect .selectData .selectForm {
	padding: 12px 65px 12px 0;
}

.f-areaSelect .selectData dt {
	display: table-cell;
	width: 82px;
	position: relative;
	display: table-cell;
	font-size: 15px;
	line-height: 1.4;
}

.f-areaSelect .selectData dt span {
	display: block;
	background: #555;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	height: 24px;
	padding: 0 7px;
}

.f-areaSelect .selectData dd {
	position: relative;
	display: table-cell;
	font-size: 15px;
	line-height: 1.4;
	padding: 0 0 0 17px;
}

.f-areaSelect .selectData dd::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-top: 12px solid transparent;
	border-right: 13px solid transparent;
	border-bottom: 12px solid transparent;
	border-left: 13px solid #555;
}

.f-areaSelect .selectConditions {
	padding: 0px 0px 0px 20px;
	font-size: 15px;
	background: url("/assets/img/user/pc/common/ico_search.svg") left center/14px 16px no-repeat;
}

.f-areaSelect .clearfix {
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ddd;
	width: 100%;
	padding: 10px;
}

.f-areaSelect .clearfix dt {
	display: table-cell;
	border: 1px solid #ccc;
	text-align: center;
	vertical-align: middle;
	line-height: 1.4;
	width: 130px;
	padding: 10px 0;
}

.f-areaSelect dl:first-child {
	border-top: none;
}

.f-areaSelect dl:last-child {
	border-bottom: none;
}

.f-areaSelect dd {
	display: table-cell;
	vertical-align: middle;
	padding: 12px 0 0;
}

.f-areaSelect ul {
	margin: 0 0 0 9px;
}

.f-areaSelect li {
	float: left;
	border-right: solid 1px;
	margin-bottom: 12px;
}

.f-areaSelect li:last-child {
	border: none;
}

.f-areaSelect li a {
	padding: 0 18px;
}

.f-areaSelect li a:hover {
	text-decoration: underline;
}

.f-areaSelect li span {
	color: #b0b0b0;
	padding: 0 18px;
}

.f-areaSelect .asTokyo li:first-child {
	float: none;
	border: none;
}

/*==========================================================================================

		sideColumn__高級デリヘル人気特集

==========================================================================================*/
.p-feature-side > div {
	padding: 10px 0 0;
}

.p-feature-side > div .featureList li + li {
	margin-top: 10px;
}

.p-feature-side > div .featureList a {
	display: block;
}

/*==========================================================================================

		sideColumn__店舗最新ニュース

==========================================================================================*/
.p-News-side .news-ul li {
	border: 1px solid #bbb;
	background: #fff;
	margin: 10px 0 0;
	padding: 5px;
}

.p-News-side .news-ul li .caption {
	font-size: 13px;
	line-height: 16px;
	color: #891212;
	width: 100%;
}

.p-News-side .news-ul li .photo {
	float: left;
	margin: 5px 0 0;
}

.p-News-side .news-ul li .photo + .days {
	margin: 5px 0 0 64px;
}

.p-News-side .news-ul li .photo + .days + .ticket-caution {
	margin: 5px 0 0 64px;
}

.p-News-side .news-ul li .photo + .days + .ticket-caution + .price {
	margin: 1px 0 5px 64px;
}

.p-News-side .news-ul li .days {
	background: #bbb;
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0 0;
	padding: 0 4px;
}

.p-News-side .news-ul li .ticket-caution {
	font-size: 11px;
	line-height: 16px;
	margin: 5px 0 0;
}

.p-News-side .news-ul li .price {
	font-size: 10px;
	line-height: 16px;
	margin: 1px 0 5px;
}

.p-News-side .news-ul li .price span {
	font-size: 16px;
}

.p-News-side .news-ul li .shop-text {
	font-size: 12px;
	line-height: 15px;
}

.p-News-side .news-ul li .shop-name {
	margin: 5px 0 0;
}

.p-News-side .news-ul li .shop-name a {
	display: block;
	position: relative;
	background: #aa997a;
	padding: 5px 21px 5px 4px;
}

.p-News-side .news-ul li .shop-name a dl {
	color: #fff;
}

.p-News-side .news-ul li .shop-name a dl:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	border-top: 2px solid #7d715a;
	border-right: 2px solid #7d715a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 16px;
	height: 16px;
	margin: -9px;
}

.p-News-side .news-ul li .shop-name a dl dt {
	font-size: 13px;
	vertical-align: middle;
	width: 100%;
}

.p-News-side .news-ul li .shop-name a dl dd {
	font-size: 10px;
	vertical-align: middle;
	width: 100%;
}

/*==========================================================================================

		sideColumn__エリア検索

==========================================================================================*/
.p-Area-side .areaList dl:first-child {
	margin-top: 0.5rem;
}

.p-Area-side .areaList dl + dl {
	margin-top: 1rem;
}

.p-Area-side .areaList dl dt {
	margin-left: 1rem;
	font-size: 14px;
}

.p-Area-side .areaList dl dd {
	margin-left: 2rem;
	font-size: 14px;
}

.p-Area-side .areaList dl dd ul li {
	padding-top: 0.5rem;
	color: #aa997a;
}

/*==========================================================================================

		sideColumn__高級デリヘルおすすめ店舗

==========================================================================================*/
.p-RecommendedShop-side .shopList {
	padding: 10px 0 0;
}

.p-RecommendedShop-side .shopList a {
	display: block;
}

.p-RecommendedShop-side .shopList a .p-imgWrap {
	width: 200px;
	text-align: center;
}

.p-RecommendedShop-side .shopList a .p-imgWrap img {
	max-width: 200px;
	max-height: 80px;
	position: static;
}

.p-RecommendedShop-side .shopList a .shopName {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	padding: 3px;
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	word-break: break-all;
	word-wrap: break-word;
}

.p-RecommendedShop-side .shopList a:hover .shopName {
	text-decoration: underline;
}

/* ============================================================================

		UI

============================================================================ */
/* topへ戻る
------------------------------------------ */
.btn-toTop {
	position: absolute;
	right: 30px;
	bottom: 15px;
	outline: none;
}

.btn-toTop:hover {
	cursor: pointer;
}

/* エリアから探す／ジャンルから探す
------------------------------------------ */
.f-otherSearch h3 {
	border-radius: 2px;
	height: 20px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 3px;
}

.f-otherSearch .osGenre p {
	border-top: 1px solid #888;
	border-bottom: 1px solid #444;
	background: #666;
	font-size: 16px;
	line-height: 30px;
	color: #e4d5b5;
	text-indent: 10px;
}

.f-otherSearch .osGenre ul {
	overflow: hidden;
}

.f-otherSearch .osGenre ul li {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	width: 133px;
}

.f-otherSearch .osGenre ul li a {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #eee;
	font-size: 14px;
	text-align: center;
	padding: 12px 0;
}

.f-otherSearch .osGenre ul li.active {
	border-left: 1px solid #ddd;
}

.f-otherSearch .osGenre ul li.active a {
	border-top: 1px solid #ddd;
	background: #ddd;
}

.f-otherSearch .osGenre ul li:nth-child(6n+1) {
	border-left: none;
	width: 135px;
}

.f-otherSearch .osGenre ul li:nth-child(6n) {
	border-right: none;
}

.f-otherSearch .osGenre ul li:nth-child(-n+6) a {
	border-top: none;
}

/* ページャー
------------------------------------------ */
.conditionSearch {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 13px 10px;
	margin: 10px 0;
}

.rerurnTop {
	border-radius: 7px;
	background: #888;
	font-size: 15px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 0;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 18px 0 0px;
	position: relative;
}

.rerurnTop span {
	position: absolute;
	top: 18px;
	left: 15px;
}

.moreRead {
	border-radius: 7px;
	background: #888;
	font-size: 15px;
	color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 18px 0;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 0 0 18px;
	position: relative;
}

.moreRead span {
	position: absolute;
	top: 18px;
	right: 15px;
}

.f-pager {
	padding: 6px 0 26px;
}

.f-pager .pager-text {
	text-align: center;
}

.f-pager .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	text-align: center;
	margin: 1.2rem 0 0;
}

.f-pager .pagination span {
	display: block;
	background: #888;
	font-size: 22px;
	line-height: 41px;
	color: #fff;
	width: 40px;
	height: 40px;
	margin: 0 0 0 10px;
}

.f-pager .pagination span a {
	display: block;
	line-height: 41px;
	text-align: center;
}

.f-pager .pagination span:first-child {
	margin: 0;
}

.f-pager .pagination .active {
	color: #d8bb83;
}

/* ============================================================================

		汎用パーツ

============================================================================ */
/* micro clearfix */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* 1行のみ3点リーダー */
.p-ellipsis {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* trunk用 */
*[class*="trunk8_"] {
	display: block;
}

/* 幅、高さは格ページで設定 */
.p-imgWrap {
	display: block;
  /* aタグの場合が多いから */
	position: relative;
  /* max幅、高さは格ページで設定 */
}

.p-imgWrap img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* 名前、年齢 */
.p-name-age {
	font-size: 0;
}

.p-name-age .name, .p-name-age .age {
	display: inline-block;
	vertical-align: top;
}

.p-name-age .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 3サイズ、身長 */
.p-size {
	font-size: 0;
}

.p-size li {
	display: inline-block;
	vertical-align: top;
}

/* エラーテキスト */
[role="alert"] {
	display: block;
	font-size: 12px;
	color: #f00;
}

.result_zero {
	padding: 30px 0 20px;
	text-align: center;
}

.result_zero .mainWord {
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
}

.result_zero .word {
	font-size: 14px;
	line-height: 1.6;
}

.result_zero .word span {
	color: #ff0000;
}

.p-brown {
	color: #a27e32;
}

.gNaviOther {
	overflow: hidden;
}

.f-contentLink .areas .internal_area_link {
	display: inline-block;
}

.f-contentLink .areas .internal_area_link:not(:last-child) a:after {
	content: "　｜　";
}

.f-contentLink > div {
	border: 1px solid #bfbfbf;
	padding: 7px 9px 10px;
	border-top: none;
	background-color: #FFF;
}

.f-contentLink .p-subTitle {
	height: 24px;
	line-height: 26px;
	border-bottom: 1px solid #575757;
}

.f-contentLink .areas {
	padding-top: 8px;
	line-height: 16px;
	font-size: 12px;
	overflow: hidden;
}

.f-contentLink .description-ul .areas .area {
	float: left;
	margin-top: 0;
	line-height: 22px;
}

.f-contentLink .description-ul .areas .area a:hover {
	text-decoration: underline;
}

.f-contentLink .description-ul .areas .area a:before {
	display: inline-block;
	content: "【";
}

.f-contentLink .description-ul .areas .area a:after {
	display: inline-block;
	content: "】";
}

.detTtl {
	padding-left: 12px;
	position: relative;
	background: #333;
	line-height: 32px;
	font-size: 16px;
	color: #fff;
}

.f-shopSlider {
	overflow: hidden;
}

.f-shopSlider .slideInner {
	margin: 0;
}

.f-shopSlider .moreBt {
	display: inline-block;
	margin-top: 14px;
	float: right;
	background: #9e9e9e;
}

.f-shopSlider .moreBt a {
	display: block;
	position: relative;
	padding: 10px 22px 10px 14px;
	font-size: 12px;
	color: #fff;
}

.f-shopSlider .moreBt a:after {
	content: ">";
	position: absolute;
	margin-top: -6px;
	top: 50%;
	right: 8px;
}

.f-shopSlider .slideInner {
	margin-bottom: 10px;
}

.f-shopSlider .slideInner .shopName {
	border-left: 20px solid #595959;
	vertical-align: middle;
}

.f-shopSlider .slideInner .shopName .p-ellipsis {
	max-width: 98%;
	line-height: 1.2em;
	font-size: 20px;
	color: #fcedc8;
}

.f-shopSlider .slideInner .shopRank {
	width: 50px;
	background: #cab27f;
	text-align: center;
	border: 1px solid #e4d5b5;
}

.f-shopSlider .slideInner .shopRank dt {
	background: #111;
	font-size: 11px;
	color: #e4d5b5;
	padding: 3px 0;
}

.f-shopSlider .slideInner .shopRank dd {
	font-size: 12px;
	padding: 2px 0;
}

.f-shopSlider .slideInner .shopRank dd span {
	display: block;
	font-size: 26px;
	color: #222;
}

.f-shopSlider .slideInner .shopTtl {
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 10px;
	background: #595959;
}

.f-shopSlider .slideInner .shopTtl > * {
	display: table-cell;
}

.f-shopSlider .shopThumb {
	margin: 0;
	position: relative;
}

.f-shopSlider .shopThumb .controlBt {
	position: absolute;
	width: 26px;
	height: 86px;
	cursor: pointer;
	background: #B59158;
	z-index: 500;
}

.f-shopSlider .shopThumb .controlBt:after {
	position: absolute;
	margin-top: -5px;
	top: 50%;
	color: #fff;
}

.f-shopSlider .shopThumb .prevBt {
	top: 0;
	left: 0;
}

.f-shopSlider .shopThumb .prevBt:after {
	content: "<";
	margin-left: -5px;
	left: 50%;
}

.f-shopSlider .shopThumb .nextBt {
	top: 0;
	right: 0;
}

.f-shopSlider .shopThumb .nextBt:after {
	content: ">";
	margin-right: -5px;
	right: 50%;
}

.f-shopSlider .shopThumb .thumbList {
	padding: 0 36px;
}

.f-shopSlider .shopThumb .listItem {
	float: left;
	background-color: #000000;
}

.f-shopSlider .shopThumb .listItem img {
	width: 100%;
	max-height: 86px;
	opacity: 0.4;
}

.f-shopSlider .shopThumb .listItem.swiper-slide-active img {
	opacity: 1;
}

.holiday_text span {
	color: #FF0000;
}

/* コンパニオン募集アイコン */
.recruit_tag {
	display: inline-block;
	font-size: 11px;
	width: 110px;
	line-height: 20px;
	height: 20px;
	color: #fff;
	background: #8b5272 url("/assets/img/user/pc/common/short_cut.svg") 95% center/16px 16px no-repeat;
	border-radius: 4px;
	border: 1px solid #fff;
	position: absolute;
}

.shopList .recruit_tag {
	padding: 4px;
	top: 7px;
	right: 15px;
}

.shopList .with-pref-tag .recruit_tag {
	right: 168px;
}

.f-girlsSearch .girlsList .recruit_tag {
	padding: 0 4px;
	right: 5px;
	bottom: -2px;
}

.f-otherSearch .mod-girlsList .girlsList-li .recruit_tag {
	padding: 0 4px;
	right: 6px;
	top: 250px;
}

/*==========================================================================================

		店舗一覧の関連リンク共通

==========================================================================================*/
.relationdiv {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	background-color: #444;
	padding: 1rem;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
	border-left: 1px solid #888;
	margin-top: -15px;
}

.relationdiv ul {
	border: 0.1rem solid #fff;
}

.relationlinklist {
	overflow-y: hidden;
}

.relationlinklist li.description {
	display: inline-block;
	background: url(/assets/img/user/pc/common/tag-white.png) 0.3rem 0.6rem no-repeat;
	background-size: 1.3rem;
	float: left;
	position: relative;
	top: 0.1rem;
	margin: 0.2rem 0.3rem;
	padding-left: 2.1rem;
	width: 2rem;
	height: 2rem;
	line-height: 2.3rem;
}

.relationlinklist li.descriptionGirl {
	display: inline-block;
	background: url(/assets/img/user/pc/common/tag-white.png) 0.3rem 0.6rem no-repeat;
	background-size: 1.3rem;
	float: left;
	position: relative;
	top: 0.1rem;
	margin: 0.2rem 0.1rem 0.2rem 0.7rem;
	padding-left: 2.1rem;
	height: 2rem;
}

.relationlinklist .relationtagdiv ul li {
	display: inline-block;
	margin: 0.3rem;
	padding: 0.5rem;
	font-size: 1rem;
	line-height: 1.0rem;
	border: 0.1rem solid #fff;
	border-radius: 0.5rem;
}

.relationtagdiv {
	padding-bottom: 0.2rem;
}

.relationtagdiv ul {
	width: calc(100% - 2.8rem);
	border: none;
}

.relationaccordion-btn {
	float: right;
	position: relative;
	right: 0.1rem;
	bottom: 2.75rem;
	margin: 0.2rem 0.3rem -2rem;
	width: 2rem;
	height: 2.2rem;
	line-height: 0.1rem;
	border: 0.1rem solid #fff;
	border-radius: 0.5rem;
	font-weight: bold;
}

.relationaccordion-btn .up-arrow, .relationaccordion-btn .down-arrow {
	position: relative;
	display: inline-block;
	padding-left: 20px;
}

.relationaccordion-btn .up-arrow {
	display: none;
}

.relationaccordion-btn .up-arrow::before {
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	border: 0px;
	border-top: solid 2px  #fff;
	border-right: solid 2px  #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 50%;
	left: calc(50% - 0.4rem);
	margin-top: -5px;
}

.relationaccordion-btn .down-arrow::after {
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	border-top: solid 2px  #fff;
	border-right: solid 2px  #fff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	bottom: 50%;
	left: calc(50% - 0.4rem);
	margin-top: 5px;
}

.girlsList-li .tel + .relationdiv {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 108%;
	margin: 1rem -1rem -1rem -1rem;
	border: none;
}

/*==========================================================================================

		内部リンクページ下部コンテンツ

==========================================================================================*/
.l-mainColumn .f-areatext {
	display: inline-block;
	width: 100%;
	background: #eee;
	margin-top: 0px;
}

.f-areatext > div {
	background: #eee;
	border: 1px solid #ccc;
	margin: 0 7px 8px;
	overflow: hidden;
}

.f-areatext > div h3 {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 23px;
	margin: 1rem 0;
}

.f-areatext > div > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.f-areatext > div > div > span {
	margin: 14px 0 0 11px;
}

.f-areatext > div > div > span.inner-link-accordion-button {
	text-align: center;
	font-size: 1.1rem;
	display: inline-block;
	cursor: pointer;
}

.f-areatext > div > div > span.inner-link-accordion-button.active::before {
	content: '[閉じる]';
	display: inline-block;
	width: 60px;
}

.f-areatext > div > div > span.inner-link-accordion-button::before {
	content: '[開く]';
	display: inline-block;
	width: 60px;
}

.f-areatext div ul {
	margin: 3px;
}

.f-areatext div ul li .shopName a::before {
	content: "・";
	display: inline-block;
	margin: 0.5rem 3px 0.5rem -18px;
}

.f-areatext div ul li > span {
	display: inline-block;
	line-height: 18px;
	padding: 3px 6px 0 17px;
}

.f-areatext div ul li a {
	border-bottom: solid 1px #555;
}

.f-areatext div ul li div.textLinkPagination {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 20px 13px;
}

.f-areatext div ul li div.textLinkPagination span {
	border: none;
	padding-right: 15px;
}

.f-areatext div ul li div.textLinkPagination span:last-child {
	padding-right: 0;
}

/*=============
Recruit Shops
============= */
.recruit-div {
	background-color: #FFFFFF;
}

.recruit-div .p-imgWrap {
	text-align: center;
}

.recruit-div .p-imgWrap img {
	max-width: 190px;
	max-height: auto;
	position: static;
}

.recruit-div .shopList {
	padding: 10px 0 0;
}

.recruit-div .shopList li + li {
	margin-top: 5px;
}

.recruit-div .shopList a {
	display: block;
}

.recruit-div .recruit-title {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 190px;
	padding-top: 3px;
	text-align: left;
	line-height: 15px;
	font-size: 11px;
	word-break: break-all;
	word-wrap: break-word;
	margin-left: 5px;
	margin-right: 5px;
}

.recruit-div .shopName {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 200px;
	text-align: left;
	line-height: 14px;
	font-size: 11px;
	word-break: break-all;
	word-wrap: break-word;
	margin-left: 5px;
	padding: 5px 0;
}

.recruit-div a:hover .shopName {
	text-decoration: underline;
	text-align: left;
	margin-left: 5px;
}

.recruit-div .p-pink {
	color: #E16C7E;
}

/*===============
New NavBar
@Author NovaZhang
================*/
.n-gNavi {
	width: 1255px;
	margin: auto;
}

.n-gNavi .gNaviWrap {
	position: relative;
	width: 100%;
	height: 45px;
	margin: auto;
}

.n-gNavi .gNaviWrap .gNaviItem {
	float: left;
	width: 206px;
	height: 100%;
	text-align: center;
}

.gNaviItem > a {
	line-height: 45px;
}

.bottom-triangle {
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top: 10px solid black;
}

ul.drop-down-menu {
	display: inline-block;
}

ul.drop-down-menu ul {
	border: #BF9900 1px solid;
	background-color: #FFFFFF;
	position: relative;
	z-index: 99;
	left: 10px;
	top: 80%;
	min-width: 170px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: none;
}

ul.drop-down-menu li:hover > div > ul.triangle-popup {
	display: block;
}

ul.triangle-popup li:hover > .right_content {
	display: block;
}

ul.drop-down-menu ul.triangle-popup li {
	text-align: left;
	padding-left: 15px;
	padding-bottom: 7px;
	font-size: 0.9rem;
}

ul.drop-down-menu ul.triangle-popup li span.hover-text {
	cursor: pointer;
}

ul.drop-down-menu ul.triangle-popup span.triangle {
	position: absolute;
	left: 138px;
	top: -13px;
	display: block;
	width: 0;
	height: 0;
	border-width: 0 12px 12px;
	border-style: solid;
	border-color: transparent transparent #BF9900;
}

ul.drop-down-menu ul.triangle-popup span.triangle em {
	position: absolute;
	left: -12px;
	top: 2px;
	display: block;
	width: 0;
	height: 0;
	border-width: 0 12px 12px;
	border-style: solid;
	border-color: transparent transparent #FFFFFF;
}

ul.triangle-popup li:hover > span.hover-text {
	color: #BF9000;
}

div.menu-block {
	display: block;
	position: absolute;
	top: 45px;
}

.menu-block div.right_content {
	border: #BF9900 1px solid;
	background-color: #FFFFFF;
	position: absolute;
	z-index: 99;
	top: -1px;
	left: 168px;
	min-width: 310px;
	padding-top: 15px;
	padding-bottom: 15px;
	-webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	bottom: -1px;
	display: none;
}

.right_content .content_area {
	font-size: 1.1rem;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.right_content .img_icon {
	max-width: 40px;
	width: 40px;
	padding-left: 20px;
	display: inline-block;
}

.right_content .img_icon img {
	width: 40px;
	min-height: 40px;
}

.right_content .item-list {
	width: 100%;
	margin: 10px auto 20px auto;
}

.right_content .item-list a {
	cursor: pointer;
}

.right_content .list-infos {
	display: inline-block;
	padding-left: 40px;
	line-height: 40px;
	font-size: 1rem;
	position: absolute;
}

.list-infos:hover {
	color: #BF9900;
}

.m_areaname {
	color: #BF9900;
}

.recommend_shop {
	position: absolute;
	bottom: 0;
	max-width: 310px;
	padding-bottom: 20px;
	padding-top: 10px;
	background-color: #BF9900;
	text-align: center;
	width: 100%;
}

.recommend_desc {
	line-height: 20px;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.recommend_shop img {
	display: block;
	width: auto;
	max-height: 107px;
	margin: auto;
	max-width: 94%;
}

/* ============================================================================

		main

============================================================================ */
.l-mainColumn {
	float: left;
	width: 800px;
	margin: 10px;
}

.l-mainColumn .p-titleHead {
	height: 30px;
	background: #473d3f;
	font-size: 16px;
	line-height: 30px;
	text-indent: 10px;
	color: #fff;
}

.l-mainColumn .p-subTitle {
	font-size: 16px;
}

.l-sideColumn {
	float: left;
	width: 200px;
	margin-top: 10px;
}

.l-sideColumn .p-titleHead {
	height: 30px;
	background: #473d3f;
	font-size: 15px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

[class^="f-"] ~ [class^="f-"] {
	margin-top: 10px;
}

/* ============================================================================

		汎用パーツ

============================================================================ */
/* micro clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

/* 1行のみ3点リーダー */
.p-ellipsis {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* trunk用 */
*[class*="trunk8_"] {
	display: block;
}

/* 幅、高さは格ページで設定 */
.p-imgWrap {
	display: block;
  /* aタグの場合が多いから */
	position: relative;
  /* max幅、高さは格ページで設定 */
}

.p-imgWrap img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

/* 名前、年齢 */
.p-name-age {
	font-size: 0;
}

.p-name-age .name,
.p-name-age .age {
	display: inline-block;
	vertical-align: top;
}

.p-name-age .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 3サイズ、身長 */
.p-size {
	font-size: 0;
}

.p-size li {
	display: inline-block;
	vertical-align: top;
}

/* 見出し内もっと見るボタン */
.u-titleHeadMoreBtn {
	display: inline-block;
	position: absolute;
	top: 3px;
	right: 10px;
	height: 22px;
	line-height: 22px;
	border: solid 1px #c0b49a;
	border-radius: 15px;
	background: #545454;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 0 20px 0 5px;
}

.u-titleHeadMoreBtn:hover {
	opacity: 0.7;
}

.u-titleHeadMoreBtn:after {
	display: inline-block;
	content: "";
	position: absolute;
	right: 7px;
	top: 6px;
	width: 0;
	height: 0;
	border: solid;
	border-width: 4px 0 4px 6.9px;
	border-color: transparent transparent transparent #fff;
}

/* エラーテキスト */
[role="alert"] {
	display: block;
	font-size: 12px;
	color: #f00;
}

.p-brown {
	color: #a27e32;
}

.gNaviOther {
	overflow: hidden;
}

.f-contentLink .areas .internal_area_link {
	display: inline-block;
}

.f-contentLink .areas .internal_area_link:not(:last-child) a:after {
	content: "　｜　";
}

.f-contentLink > div {
	border: 1px solid #bfbfbf;
	padding: 7px 9px 10px;
	border-top: none;
	background-color: #FFF;
}

.f-contentLink .p-subTitle {
	height: 24px;
	line-height: 26px;
	border-bottom: 1px solid #575757;
}

.f-contentLink .areas {
	padding-top: 8px;
	line-height: 16px;
	font-size: 12px;
	overflow: hidden;
}

.f-contentLink .description-ul .areas .area {
	float: left;
	margin-top: 0;
	line-height: 22px;
}

.f-contentLink .description-ul .areas .area a:hover {
	text-decoration: underline;
}

.f-contentLink .description-ul .areas .area a:before {
	display: inline-block;
	content: "【";
}

.f-contentLink .description-ul .areas .area a:after {
	display: inline-block;
	content: "】";
}

/* 下部検索 */
.l-mainColumn .f-contentLink + .f-aboutArea > div {
	border: 1px solid #bfbfbf;
	padding: 7px 9px 10px;
	border-top: none;
	background-color: #FFF;
}

.l-mainColumn .f-aboutArea .gNaviArea {
	left: 0;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.l-mainColumn .f-aboutArea .gNaviArea dl {
	padding: 20px 30px 7px;
}

.l-mainColumn .f-aboutArea .gNaviArea dl:first-child {
	border-top: none;
}

.l-mainColumn .f-aboutArea .gNaviArea dl:last-child {
	border-bottom: none;
}

.l-mainColumn .f-aboutArea .gNaviArea dt {
	float: left;
	width: 110px;
}

.l-mainColumn .f-aboutArea .gNaviArea dd {
	float: left;
	width: 600px;
}

.l-mainColumn .f-aboutArea .gNaviArea li {
	float: left;
	border-right: solid 1px;
	margin-bottom: 13px;
}

.l-mainColumn .f-aboutArea .gNaviArea li:last-child {
	border: none;
}

.l-mainColumn .f-aboutArea .gNaviArea li a {
	padding: 0 20px;
}

.l-mainColumn .f-aboutArea .gNaviArea .gNaviTokyo li:first-child {
	float: none;
	border: none;
}

.l-mainColumn .f-aboutArea .gNaviArea .gNaviTokyo li span {
	padding: 0 20px;
	cursor: default;
	color: #999999;
}

.l-mainColumn .f-aboutArea .gNaviArea .gNaviTokyo li a:hover {
	text-decoration: underline;
}

/*==========================================================================================

		店舗検索

==========================================================================================*/
.g-header .header-block-1 {
	height: auto;
}

.l-mainColumn {
	float: auto;
	background: #fff;
	width: 100%;
	margin: 0;
}

.f-selectArea .p-titleHead {
	background: #000;
	line-height: 36px;
	font-weight: bold;
	height: auto;
	padding: 0 0 0 80px;
}

.f-selectArea .popup {
	position: relative;
	display: inline-block;
	border: 1px solid #333;
	background: #fff;
	font-size: 18px;
	margin: 14px 0 0 80px;
	padding: 8px;
}

.f-selectArea .popup::before {
	display: block;
	content: "";
	position: absolute;
	bottom: -29px;
	left: 28px;
	border-top: 14px solid #333;
	border-right: 7px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 7px solid transparent;
}

.f-selectArea .popup::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -27px;
	left: 28px;
	border-top: 14px solid #fff;
	border-right: 7px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 7px solid transparent;
}

.f-selectArea .selectArea {
  /*	width: 792px;*/
	margin: 0 15px 40px;
}

.f-selectArea .selectArea .select-dl:first-child .areaList li:nth-child(2) {
	clear: both;
}

.f-selectArea .selectArea .select-dl {
	margin: 22px auto 0;
	width: 850px;
}

.f-selectArea .selectArea .select-dl dt {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}

.f-selectArea .selectArea .select-dl dt::before {
	display: inline-block;
	content: "";
	background: #111;
	width: 14px;
	height: 14px;
	margin: 0 3px 0 0;
}

.f-selectArea .selectArea .areaList {
	overflow: hidden;
	margin: 0 0 0 10px;
}

.f-selectArea .selectArea .areaList li {
	position: relative;
	overflow: hidden;
	float: left;
	line-height: 15px;
	width: 280px;
	margin: 10px 0 0;
}

.f-selectArea .selectArea .areaList li input[type="checkbox"] {
	display: none;
}

.f-selectArea .selectArea .areaList li input[type="checkbox"] + label {
	display: block;
	float: left;
	cursor: pointer;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #333;
	border-radius: 50%;
	line-height: 1.4;
	width: 18px;
	height: 18px;
	margin: 1px 6px 0 0;
}

.f-selectArea .selectArea .areaList li input[type="checkbox"]:checked + label {
	background: #333;
}

.f-selectArea .selectArea .areaList li a {
	font-size: 16px;
	line-height: 1.4;
}

.f-selectArea .selectArea .areaList li a:hover {
	text-decoration: underline;
}

.f-preference .p-titleHead {
	background: #000;
	line-height: 36px;
	font-weight: bold;
	height: auto;
	padding: 0 0 0 80px;
}

.f-preference .popup {
	position: relative;
	display: inline-block;
	border: 1px solid #333;
	background: #fff;
	font-size: 18px;
	margin: 14px 0 0 90px;
	padding: 8px;
}

.f-preference .popup::before {
	display: block;
	content: "";
	position: absolute;
	bottom: -29px;
	left: 28px;
	border-top: 14px solid #333;
	border-right: 7px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 7px solid transparent;
}

.f-preference .popup::after {
	display: block;
	content: "";
	position: absolute;
	bottom: -27px;
	left: 28px;
	border-top: 14px solid #fff;
	border-right: 7px solid transparent;
	border-bottom: 14px solid transparent;
	border-left: 7px solid transparent;
}

.f-preference .selectArea {
	margin: 0 15px 40px;
}

.f-preference .selectArea .select-dl {
	width: 850px;
	margin: 22px auto 0;
}

.f-preference .selectArea .select-dl > dt {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
}

.f-preference .selectArea .select-dl > dt::before {
	display: inline-block;
	content: "";
	background: #111;
	width: 14px;
	height: 14px;
	margin: 0 3px 0 0;
}

.f-preference .selectArea .select-article {
	margin: 25px 0 0;
}

.f-preference .selectArea .select-article:first-child {
	margin: 10px 0 0;
}

.f-preference .selectArea .select-article > dt {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0 0 5px;
}

.f-preference .selectArea .conceptList,
.f-preference .selectArea .optionList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 10px;
}

.f-preference .selectArea .conceptList li,
.f-preference .selectArea .optionList li {
	position: relative;
	width: 280px;
	margin: 10px 0 0;
}

.f-preference .selectArea .optionList input[type="checkbox"] {
	display: none;
}

.f-preference .selectArea .optionList input[type="checkbox"] + label {
	cursor: pointer;
	font-size: 16px;
	line-height: 1.4;
}

.f-preference .selectArea .optionList input[type="checkbox"] + label.gray {
	color: #999;
}

.f-preference .selectArea .optionList input[type="checkbox"] + label::before {
	display: block;
	float: left;
	cursor: pointer;
	content: "";
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #333;
	border-radius: 50%;
	line-height: 1.4;
	width: 18px;
	height: 18px;
	margin: 1px 6px 0 0;
}

.f-preference .selectArea .optionList input[type="checkbox"] + label.gray::before {
	border: 1px solid #999;
}

.f-preference .selectArea .optionList input[type="checkbox"]:checked + label::before {
	background: #333;
}

.f-sendForm {
	width: 732px;
	margin: 0 auto;
	padding: 25px 0 50px;
}

.f-sendForm .text {
	font-size: 22px;
	text-align: center;
	margin: 0 0 0 9px;
}

.f-sendForm .formBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 25px 0 0;
}

.f-sendForm .formBtn li {
	width: 356px;
}

.f-sendForm .formBtn li button {
	position: relative;
	border: 2px solid #928161;
	border-radius: 10px;
	background: #d8bb83;
	font-size: 26px;
	text-align: left;
	width: 100%;
	height: 60px;
	padding: 0 0 0 60px;
}

.f-sendForm .formBtn li button::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid #6f5c39;
	border-right: 1px solid #6f5c39;
	width: 15px;
	height: 15px;
	margin: -0.9rem 0 0;
}

.f-search .rankingSelect {
	overflow: hidden;
	margin: 10px 0 0;
}

.f-search .rankingSelect li {
	float: right;
	background: #b59158;
	font-size: 20px;
	line-height: 40px;
	color: #222;
	text-align: center;
	width: 394px;
}

.f-search .rankingSelect li a {
	display: block;
	background: #aaa;
	color: #fff;
}

.f-search .rankingSelect li a:hover {
	background: #b59158;
	color: #222;
}

.f-search .rankingSelect li:first-child {
	float: left;
}

.f-shopSearch .shopSearch-ul .shopList {
	position: relative;
	margin: 10px 0 0;
}

.f-shopSearch .shopSearch-ul .shopList:first-child {
	margin: 0;
}

.f-shopSearch .shopSearch-ul .shopList:first-child .shopRank {
	border: 1px solid #e4d5b5;
}

.f-shopSearch .shopSearch-ul .shopList:first-child .shopRank dd {
	background: #cab27f;
}

.f-shopSearch .shopSearch-ul .shopList:nth-child(2) .shopRank {
	border: 1px solid #ccc;
}

.f-shopSearch .shopSearch-ul .shopList:nth-child(2) .shopRank dd {
	background: #aaa;
}

.f-shopSearch .shopSearch-ul .shopList:nth-child(3) .shopRank {
	border: 1px solid #cdb47f;
}

.f-shopSearch .shopSearch-ul .shopList:nth-child(3) .shopRank dd {
	background: #a27951;
}

.f-shopSearch .shopSearch-ul .shopList .shopCaption {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #444;
	font-size: 18px;
	line-height: 44px;
	color: #fff;
	width: 100%;
	padding: 0 15px;
}

.f-shopSearch .shopSearch-ul .shopList .shopBody {
	position: relative;
	overflow: hidden;
}

.f-shopSearch .shopSearch-ul .shopList .shopData {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(17, 17, 17, 0.8);
	width: 100%;
	padding: 10px 14px 4px 84px;
}

.f-shopSearch .shopSearch-ul .shopList .shopRank {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #fff;
	text-align: center;
	width: 60px;
}

.f-shopSearch .shopSearch-ul .shopList .shopRank dt {
	background: #111;
	font-size: 12px;
	color: #e4d5b5;
	padding: 3px 0;
}

.f-shopSearch .shopSearch-ul .shopList .shopRank dd {
	background: #ddd;
	font-size: 16px;
	padding: 2px 0;
}

.f-shopSearch .shopSearch-ul .shopList .shopRank dd span {
	display: block;
	font-size: 38px;
	color: #222;
}

.f-shopSearch .shopSearch-ul .shopList .shopName {
	font-size: 20px;
	color: #e4d5b5;
}

.f-shopSearch .shopSearch-ul .shopList .shopName a {
	line-height: 1.2;
	width: 100%;
}

.f-shopSearch .shopSearch-ul .shopList .rankUp {
	position: relative;
	padding: 0 0 0 30px;
}

.f-shopSearch .shopSearch-ul .shopList .rankUp::before {
	display: block;
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: #e4d5b5;
	width: 16px;
	height: 16px;
}

.f-shopSearch .shopSearch-ul .shopList .rankUp::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 3px;
	border-top: 7px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 7px solid #db0d0d;
	border-left: 5px solid transparent;
	width: 0;
	height: 0;
}

.f-shopSearch .shopSearch-ul .shopList .rankDown {
	position: relative;
	padding: 0 0 0 30px;
}

.f-shopSearch .shopSearch-ul .shopList .rankDown::before {
	display: block;
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: #e4d5b5;
	width: 16px;
	height: 16px;
}

.f-shopSearch .shopSearch-ul .shopList .rankDown::after {
	display: block;
	content: "";
	position: absolute;
	top: 8px;
	left: 3px;
	border-top: 7px solid #263460;
	border-right: 5px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 5px solid transparent;
	width: 0;
	height: 0;
}

.f-shopSearch .shopSearch-ul .shopList .rankStay {
	position: relative;
	padding: 0 0 0 30px;
}

.f-shopSearch .shopSearch-ul .shopList .rankStay::before {
	display: block;
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: #e4d5b5;
	width: 16px;
	height: 16px;
}

.f-shopSearch .shopSearch-ul .shopList .rankStay::after {
	display: block;
	content: "";
	position: absolute;
	top: 6px;
	left: 5px;
	border-top: 5px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid #13611a;
	width: 0;
	height: 0;
}

.f-shopSearch .shopSearch-ul .shopList .info {
	float: left;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	margin: 0 37px 0 0;
	padding: 11px 0;
}

.f-shopSearch .shopSearch-ul .shopList .time {
	float: left;
	background: url("../../../common/images/icon-clock.svg") left center/16px 16px no-repeat;
	color: #fff;
	margin: 0 31px 0 0;
	padding: 11px 0 11px 23px;
}

.f-shopSearch .shopSearch-ul .shopList .tel {
	float: left;
	background: url("../../../common/images/icon-tel.svg") left center/14px 14px no-repeat;
	color: #fff;
	padding: 11px 0 11px 22px;
}

.f-shopSearch .shopSearch-ul .shopList .genre-list {
	clear: both;
	overflow: hidden;
}

.f-shopSearch .shopSearch-ul .shopList .genre-list li {
	float: left;
	background: #ccc;
	font-size: 12px;
	line-height: 18px;
	color: #444;
	margin: 0 6px 6px 0;
	padding: 0 5px;
}

.f-shopSearch .shopSearch-ul .shopList .shopFooter {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border: 1px solid #888;
	background: #444;
	height: 134px;
	padding: 11px 13px;
}

.f-shopSearch .shopSearch-ul .shopList .shopComment {
	float: left;
	color: #fff;
	width: 455px;
	margin: 0 15px 0 0;
}

.f-shopSearch .shopSearch-ul .shopList .shopComment span {
	font-size: 11px;
	line-height: 18px;
}

.f-shopSearch .shopSearch-ul .shopList .l-table {
	float: left;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #ccc;
	width: 300px;
	height: 110px;
	padding: 4px 0 0;
}

.f-shopSearch .shopSearch-ul .shopList .l-table .ticketTitle {
	background: #372d19;
	vertical-align: middle;
	line-height: 26px;
	color: #bbb;
	text-align: center;
}

.f-shopSearch .shopSearch-ul .shopList .l-table .ticketBg {
	background: url("/assets/img/user/pc/common/ticket-bg.svg") left center/300px 18px no-repeat #444;
	text-align: center;
	line-height: 18px;
	margin: 5px 0;
	padding: 0 10px;
}

.f-shopSearch .shopSearch-ul .shopList .l-table table {
	border: 1px solid #372d19;
	width: calc(100% - 12px);
	height: 46px;
	margin: 0 6px;
}

.f-shopSearch .shopSearch-ul .shopList .l-table th {
	background: #372d19;
	vertical-align: middle;
	font-size: 10px;
	line-height: 12px;
	color: #ccc;
	text-align: center;
}

.f-shopSearch .shopSearch-ul .shopList .l-table th span {
	display: block;
}

.f-shopSearch .shopSearch-ul .shopList .l-table td {
	vertical-align: middle;
	font-size: 10px;
	color: #372d19;
	text-align: right;
}

.f-shopSearch .shopSearch-ul .shopList .l-table td:nth-child(2) {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 80px;
	padding: 0 10px 0 0;
}

.f-shopSearch .shopSearch-ul .shopList .l-table td:nth-child(3) {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid #372d19;
	width: 155px;
	padding: 0 10px 0 0;
}

.f-shopSearch .shopSearch-ul .shopList .l-table td strong {
	font-size: 26px;
	font-weight: normal;
	margin: 0 2px 0 0;
}

.f-shopSearch .shopSearch-ul .shopList .l-table td span {
	display: block;
}

.mod-searchLink {
	height: 35px;
}

.mod-searchLink a {
	line-height: 35px;
}

.mod-searchLink a:first-child {
	float: left;
	margin: 0 0 0 15px;
}

.mod-searchLink a:last-child {
	float: right;
	margin: 0 15px 0 0;
}

.page_title {
	text-align: center;
	background: #BB5D6B;
}

.page_title span {
	display: inline-block;
	background: url("/assets/img/user/sp/common/ico_search.svg") 0.5rem center/1.9rem 1.9rem no-repeat;
	font-size: 1.6rem;
	line-height: 3.7rem;
	padding: 0 2rem 0 2.9rem;
	height: 3.4rem;
	font-weight: bold;
}
