/*
 * 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)
 */
@import url("https://fonts.googleapis.com/css?family=Sawarabi+Mincho");
*,
*::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: #4e3b04;
	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: #970000;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #c03;
	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-family: "Sawarabi Mincho", serif;
	font-weight: 500;
	font-size: 1.4rem;
	color: #4e3b04;
}
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: #4e3b04;
}
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;
	speak: none;
	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";
}
.aicon-twitter:before {
	content: "\e919";
}

/* --------------------------------------------------
 * 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
 *
-------------------------------------------------- */
.content_width {
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}
@media(min-width:1080px) {
	.content_width {
		width: 90%;
	}
}
/*header*/
.header {
/*	border-bottom: 5px solid #e5e0d6;*/
	background: #94710a;
}
.header_top {
	background: #cab57a;
}
.header_top_inner a {
	color: #fff;
}
.header_top_inner, .header_content_inner {
	max-width: 1000px;
}
.header_title {
	float: left;
	padding-top: 0.6rem;
	font-weight: normal;
	font-size: 1.2rem;
	font-feature-settings: "palt" 1;
	color: #fff;
}
@media(max-width:768px) {
	.is-fixed .header_content {
		position: fixed;
		top: 0;
		z-index: 10;
		width: 100%;
		background: rgba(245,227,191, 0.9);
	}
}
@media(max-width:480px) {
	.header_content {
		padding-top: 2px;
/*		padding-bottom: 4px;*/
	}
	.header_title {
		letter-spacing: -0.6px;
	}
}
.header_time {
	float: right;
	list-style-type: none;
	padding-top: 0.3rem;
	font-weight: bold;
	color: #fff;
}
.header_time li {
	display: inline-block;
}
.header_time.iframe-i {
	width: 100%;
	text-align: right;
}
@media(min-width:768px) and (max-width:769px) {
	.header_time {
		width: 60%;
		text-align: right;
	}
	.header_time li {
		display: inline;
		margin-left: 2px;
	}
}
.header_content {
	background: url(../img/common/header_bg.jpg);
	/*background: #ece3c8;*/
}
.header_content_inner {
	color: #4e3b04;
}
.header_left {
	float: left;
	max-width: 80%;
}
@media(min-width:768px) {
	.header_left {
		min-width: 340px;
	}
}
.header-text {
	display: inline-block;
	height: 100%;
}
@media(min-width:769px) {
	.header-text {
		vertical-align: -30px;
	}
}
.header-text p {
	margin-left: 20px;
}
.logo {
	display: inline-block;
	/*float: left;*/
	/*width: 328px;*/
	max-width: 100%;
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-family: "Sawarabi Mincho";
	font-size: 2.6rem;
}
@media(max-width:480px) {
	.logo {
		margin-top: 0.7rem;
		margin-bottom: 0.5rem;
	}
}
@media(max-width:768px) {
	.is-fixed .logo img {
		max-width: 90px;
	}
}
.logo a {
	color: #967e28;
}
.logo img {
	/*max-width: 100%;*/
	max-width: 178px;
}
/*検索*/
.search {
	float: right;
	display: none;
	padding-top: 2px;
}
.searchBtnBig {
	display: block;
	width: 146px;
	margin-bottom: 0.8rem;
	margin-top: 2rem;
	-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: 112px;
	padding: 6px 8px 6px 10px;
	border: 2px solid #970000;
	border-radius: 4px 0 0 4px;
	line-height: 20px;
}
.searchIcon {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 0 4px 4px 0;
	background: #970000;
	font-size: 0;
	color: #fff;
	vertical-align: middle;
}
.searchIcon>* {
	margin: 0;
	padding: 2px;
	font-size: 32px;
	line-height: 32px;
	vertical-align: middle;
}
.searchmenu {
	position: absolute;
	z-index: 10;
	left: 2vw;
	top: 10.4rem;
	width: 750px;
	max-width: 96vw;
	background: #212529;
	border: 1px solid #970000;
	border-radius: 1px;
	padding: 2.4rem;
	color: #fff;
	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 .searchmenu {
	top: 5.6rem;
}
.searchmenu:before {
	content: "";
	position: absolute;
	top: -9px;
	right: 50%;
	z-index: 2;
	border: 5px solid transparent;
	border-bottom: 5px solid #212529;
}
.searchmenu:after {
	content: "";
	position: absolute;
	top: -12px;
	right: 50%;
	z-index: 1;
	transform: translateX(1px);
	border: 6px solid transparent;
	border-bottom: 6px solid #970000;
}
.searchmenu form>ul>li:last-child {
	display: block;
	margin-top: 2rem;
}
@media(min-width:768px) {
	.logo {
		max-width: 100%;
		/*height: 68px;*/
	}
	.logo img {
		height: 100%;
	}
	.searchmenu {
		top: 88px;
		left: 50%;
		transform: translateX(-50%);
	}
	.is-fixed .searchmenu {
		top: 6.4rem;
	}
	.searchmenu:before {
		left: 38%;
		right: auto;
	}
	.searchmenu:after {
		left: 38%;
		right: auto;
		transform: translateX(-1px);
	}
}
@media(min-width:1024px) {
	.searchmenu:before {
		left: 15.4rem;
	}
	.searchmenu:after {
		left: 15.4rem;
	}
}
.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: #970000;
	border-color: #970000;
	-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: #00a0e9;
}
.search_text {
	border: 1px solid #970000;
	border-radius: 4px;
	width: 6em;
	padding-left: 6px;
	margin-right: 4px;
	margin-left: 4px;
	background: #212529;
	color: #fff;
}
dd .search_text:first-child {
	margin-left: 0;
}
.search_select {
	border: 1px solid #bb9c42;
	border-radius: 4px;
	padding: 2px 0 2px 6px;
	margin: 4px 4px 0;
	background: #fff;
	color: #4e3b04;
}
/*header_top右ブロック*/
.header_right {
	float: right;
}
@media(min-width:768px) and (max-width:1023px) {
	.header_right {
		margin-top: 1.2rem;
	}
}
/*値段・人数*/
.info {
	display: none;
	margin-bottom: 0;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1em;
}
.info-s {
	margin: 0.2rem 0 -0.8rem;
	text-align: right;
	font-size: 1.5rem;
	line-height: 1em;
}
.is-fixed .info-s {
	display: none;
}
@media(min-width:1024px) {
	.info {
		display: block;
		margin: 4px 0;
	}
	.info-s {
		display: none;
	}
}
.info>span {
	margin-top: 4px;
}
.info>span>span {
	font-size: 2rem;
}
/*headerメニュー*/
.gNav {
	list-style-type: none;
	margin-bottom: 0;
}
.vis_large {
	float: right;
	text-align: center;
	font-size: 1.2rem;
}
.vis_large+li {
	margin-left: 2rem;
}
.vis_large>a {
	color: #333;
}
.vis_large a:hover {
	text-decoration: none;
}
.gNav_icon {
	display: block;
	height: 3.2rem;
	vertical-align: bottom;
	font-size: 2.4rem;
	color: #4e3b04;
}
#nav-open .gNav_icon {
	color: #4e3b04;
}
/*.is-fixed .header_content {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
}
.is-fixed .header_top {
	display: none;
}
.is-fixed .mainContents {
	margin-top: 78px;
}*/
.menu-bar {
	position: sticky;
	top: 0;
	z-index: 9;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #bb9c42;
	/*background-image: -moz-linear-gradient( to bottom, rgb(50,50,50) 0%, rgb(0,0,0) 15%);
	background-image: -webkit-linear-gradient( to bottom, rgb(50,50,50) 0%, rgb(0,0,0) 15%);
	background-image: -ms-linear-gradient( to bottom, rgb(50,50,50) 0%, rgb(0,0,0) 15%);
	background-image: -o-linear-gradient( to bottom, rgb(50,50,50) 0%, rgb(0,0,0) 15%);
	background-image: linear-gradient( to bottom, rgb(100,100,100) 0%, rgb(0,0,0) 30%);*/
	/*background-image: -moz-linear-gradient( to bottom, rgb(50,50,50) 0%, rgb(0,0,0) 15%);
	background-image: -webkit-linear-gradient( to bottom, rgb(50,50,50) 0%, rgb(0,0,0) 15%);
	background-image: -ms-linear-gradient( to bottom, rgb(50,50,50) 0%, rgb(0,0,0) 15%);
	background-image: -o-linear-gradient( to bottom, rgb(50,50,50) 0%, rgb(0,0,0) 15%);
	background-image: linear-gradient( to bottom, rgb(50,50,50) 0%, rgb(0,0,0) 15%);*/
	border-bottom: 1px solid #ad8510;/*???y?F#c*/
}
.menu-bar-inner {
	display: block;
	width: 1000px;
	max-width: 100%;
	height: 48px;
	overflow: hidden;
	margin: 0 auto;
	border-left: 1px solid #ece3c8;;
	font-size: 0;
}
.menu-bar-inner>li {
	display: inline-block;
	width: calc(100% / 5);
	border-right: 1px solid #ece3c8;;
	box-sizing: border-box;
	font-size: 14px;
}
/*.menu-bar-inner>li:nth-child(1) {
	width: 79px;
}
.menu-bar-inner>li:nth-child(2) {
	width: 180px;
}
.menu-bar-inner>li:nth-child(3) {
	width: 190px;
}
.menu-bar-inner>li:nth-child(4) {
	width: 170px;
}
.menu-bar-inner>li:nth-child(5) {
	width: 90px;
}
.menu-bar-inner>li:nth-child(6) {
	width: 90px;
}
.menu-bar-inner>li:nth-child(7) {
	width: 90px;
}
.menu-bar-inner>li:nth-child(8) {
	width: 110px;
}*/
.menu-bar-inner>li>a {
	display: block;
	width: 100%;
	height: 48px;
	font-family: "Sawarabi Mincho";
	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: #222;*/
	background: #4e3b04;
}
/*.menu-bar-inner>li:last-child {
	width: 100vw;
	border-right: none;
	text-align: right;
}*/
@media(max-width:768px) {
	.is-fixed .mainContents {
		margin-top: 88px;
	}
	.header_content {
		border-bottom: 1px solid #4e3b04;
	}
	.menu-bar {
		display: none;
	}
	.menu-bar-inner {
		border-left: none;
	}
	.is-fixed .gNav>li:last-child {
		margin-top: 1.7rem;
	}
	.is-fixed .header-text {
		display: none;
	}
}
@media(max-width:480px) {
	.search {
		float: left;
	}
	.searchBtnBig {
		margin-top: 1.2rem;
		margin-left: 10%;
	}
	.gNav>li:not(:last-of-type) {
		display: none;
	}
	.gNav>li:last-child {
		margin-top: 2.4rem;
	}
	#nav-open {
		font-size: 0;
	}
	.gNav_icon {
		font-size: 2.4rem;
	}
	.is-fixed .mainContents {
		margin-top: 65px;
	}
}
/*ハンバーガーメニュー*/
#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;
	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: #4e3b04;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておくX*/
	padding-top: 3vw;
	font-size: 2.6rem;
	color: #fff;
	text-align: center;
}
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: 1;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）X*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
.dNav {
	margin-top: 3vw;
	border-top: 1px solid #000;
}
.dNav li a {
	display: block;
	padding: 1rem 0 1rem 1.6rem;
	border-bottom: 1px solid #000;
	position: relative;
	overflow: hidden;
	text-align: left;
	transform: translate3d(0,0,0);
	transition: .4s;
	color: #fff;
	font-size: 1.4rem;
}
.dNav li:hover a, .dNav li:active a, .dNav li:focus a {
	background: #970000;
	font-weight: bold;
}
.dNav li a: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;
}
.dNav li a:active:after {
	transform: scale(0,0);
	opacity: .2;
	transition: 0s;
}
.dNav li a span {
	margin-right: 2px;
}
/*main*/
.mainContents {
	min-height: calc(100vh - 117px - 291px);
	background: #fff;
/*	border-top: 5px solid #967e28;*/
/*	border-bottom: 5px solid #e5e0d6;
	background: #222;/*url(../img/common/main_bg.png);
	background-image: url(../img/bg-line.png) , -moz-linear-gradient( to bottom, rgb(65,65,65) 0%, rgb(10,10,10) 10%);
	background-image: url(../img/bg-line.png) , -webkit-linear-gradient( to bottom, rgb(65,65,65) 0%, rgb(10,10,10) 10%);
	background-image: url(../img/bg-line.png) , -ms-linear-gradient( to bottom, rgb(65,65,65) 0%, rgb(10,10,10) 10%);
	background-image: url(../img/bg-line.png) , -o-linear-gradient( to bottom, rgb(65,65,65) 0%, rgb(10,10,10) 10%);
	background-image: url(../img/bg-line.png) , linear-gradient( to bottom, rgb(65,65,65) 0%, rgb(10,10,10) 10%);
	background-repeat: repeat;*/
}
@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_inner {
	padding-top: 2rem;
	background: #bb9c42;
}
.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_group {
	/*padding: 1rem 0 2rem;*/
}
.footer_group h2 {
	text-align: center;
}
@media(max-width:360px) {
	.footer_group h2 {
		letter-spacing: -1px;
	}
}
.footer_group_banner {
	text-align: center;
}
.footer_group_banner img {
	max-width: 100%;
}

.footer_bottom {
/*	border-top: 5px solid #e5e0d6;*/
	/*background: #4e3b04;*/
	background: url(../img/common/header_bg.jpg);
}
.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 2rem;
	padding: 0 0 3px;
	font-size: 1.4rem;
	vertical-align: top;
}
.footer_content ul {
	list-style-type: none;
	border-left: 3px dotted #4e3b04;
}
.footer_content li {
	padding-bottom: 1.6rem;
	padding-left: 2.4rem;
}
.footer_content li a {
	color: #4e3b04;
	letter-spacing: 0.3em;
	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: 150px;
}
.footer_copy {
	padding: 0.5rem 0;
	text-align: center;
}
.footer_copy a {
	color: #4e3b04;
}
@media(min-width:768px) and (max-width:979px) {
	.footer_content dt {
		display: block;
		text-align: left;
		color: #4e3b04;
	}
}
@media(min-width:768px) {
	.footer_content dt {
		width: 16%;
		margin-right: 0;
		color: #4e3b04;
	}
	.footer_content li {
		padding-right: 2rem;
	}
}
@media(min-width:1024px) {
	.footer_content dt {
		color: #4e3b04;
	}
	.footer_content dd {
		width: 28%;
		min-width: auto;
	}
	.footer_logo {
		width: 16%;
		height: 98px;
	}
	.footer_logo a {
		position: absolute;
		right: 1.6rem;
	}
}

/*フロートボタン*/
.float {
	position: fixed;
	z-index: 5;
	bottom: 24px;
	right: 12px;
	opacity: 0;
	transition: 0.5s;
}
.float.float-prof {
	bottom: 110px;
}
.is-fixed .float {
	opacity: 1;
}
.float_phone, .float_top, .float_web {
	display: inline-block;
	margin-left: 6px;
	width: 70px;
	height: 70px;
	opacity: 0.9;
	animation: fadeout 0.5s;
	pointer-events: none;
}
.is-fixed .float_phone, .is-fixed .float_top, .is-fixed .float_web {
	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); }
}

/* box */
.list {
	display: flex;
	margin-bottom: -3rem;
	margin-left: -2%;
	font-size: 0;
	flex-wrap: wrap;
}
.list_box {
	display: inline-block;
	width: 48%;
	margin-bottom: 3rem;
	margin-left: 2%;
	padding-bottom: 0.4rem;
	background: #ffffff;
	font-size: 1.4rem;
	position: relative;
	color: #4e3b04;
}
.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;
}

.box_note li {
	text-align: center;
}


.note_name {
	font-weight: bold;
	font-size: 2rem;
}
.note_price {
	color: #f264a5;
	font-size: 1.8rem;
}
.note_time {
	min-height: 1.5em;
	font-size: 2rem;
	font-weight: bold;
}
.note_type {
	margin-left: -0.3rem;
	margin-bottom: 0.2rem;
}
/*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: #970000;
}
.castType2 {
	background: #967e28;
}
.castType3 {
	background: #808080;
}
.castType4 {
	background: #3c25e5;
}
.castType5 {
	background: #6a0425;
}
.castType6 {
	background: #046a0e;
}
.castType7 {
	background: #4d0099;
}
.castType8 {
	background: #99004d;
}
.castType9 {
	background: #994d00;
}
.castType10 {
	background: #004d99;
}
.castType11 {
	background: #990;
}
.castType12 {
	background: #099;
}
.castType13 {
	background: #4d9900;
}
.castType14 {
	background: #c20000;
}
.castType15 {
	background: #5f0f40;
}
.castType16 {
	background: #cf6726;
}
.castType17 {
	background: #0f4c5c;
}/*castSelect{{$girl->level}}*/
.castSelect1 {
	background: #027d00;
}
.castSelect2 {
	background: #694431;
}
.castSelect3 {
	background: #808080;
}
.castSelect4 {
	background: #bb9c42;
}
.castSelect5 {
	background: #222;
}
.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: #6c9d30;
	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: "?{???o??";
}
@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: #000;
	border-radius: 3px;
}
.paging02 .active {
	border-color: #970000;
	background: #970000;
	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: #970000;
	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: #970000 1px solid;
	background: #212529;
	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: #970000;
	background: #970000;
}
.check_css>label>input[type="checkbox"]:checked + span:before {
	border-color: #fff;
	color: #fff;
	content: "\02714";
}
.col_red {
	color: #f03;
}
.col_pink {
	color: #f264a5;
}
.col_b-red {
	/*color: #970000;*/
	color: #4e3b04;
}
.col_black {
	color: #666;
}
.col_f06 {
	color: #f06;
}
.fw_bold {
	font-weight: 700;
}
.fs_large {
	font-size: 1.5em;
}
.smaller {
	font-size: 0.8em;
}
.btn_gray {
	background-color: #212529;
	border-color: #970000;
}
.btn_blue {
	background-color: #fff;
	border-color: #00a0e9;
}
.taxin {
	display: block;
	width: 22rem;
	margin: 0 auto;
	text-align: right;
}

.dp-n {
	display: none;
}
.ib {
	display: inline-block;
}
.iframe-i {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

/*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;
	}
}