@CHARSET "UTF-8";

.clear:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.font-mincho {
	font-family: "Hiragino Mincho Pro", "HG明朝E", "MS 明朝", serif;
}

.font-marugo {
	font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
}

.m-t-5 {
	margin-top: 5px;
}

.m-t-10 {
	margin-top: 10px;
}

.m-t-15 {
	margin-top: 15px;
}

.m-t-20 {
	margin-top: 20px;
}

.m-t-25 {
	margin-top: 25px;
}

.m-t-30 {
	margin-top: 30px;
}

.m-t-35 {
	margin-top: 35px;
}

.m-t-40 {
	margin-top: 40px;
}

.m-t-45 {
	margin-top: 45px;
}

.m-t-50 {
	margin-top: 50px;
}

.m-t-55 {
	margin-top: 55px;
}

.m-t-60 {
	margin-top: 60px;
}

.m-t-65 {
	margin-top: 65px;
}

.m-t-70 {
	margin-top: 70px;
}

.m-t-75 {
	margin-top: 75px;
}

.m-t-80 {
	margin-top: 80px;
}

.m-l-5 {
	margin-left: 5px;
}

.m-l-10 {
	margin-left: 10px;
}

.m-l-15 {
	margin-left: 15px;
}

.m-l-20 {
	margin-left: 20px;
}

.m-l-25 {
	margin-left: 25px;
}

.m-l-30 {
	margin-left: 30px;
}

.m-l-35 {
	margin-left: 35px;
}

.m-l-40 {
	margin-left: 40px;
}

.m-l-45 {
	margin-left: 45px;
}

.m-l-50 {
	margin-left: 50px;
}

.m-l-100 {
	margin-left: 100px;
}

.m-l-a {
	margin-left: auto;
}

.m-r-a {
	margin-right: auto;
}

.m-t-a {
	margin-top: auto;
}

.m-b-a {
	margin-bottom: auto;
}

.w-p-100 {
	width: 100%;
}

.w-p-95 {
	width: 95%;
}

.w-p-90 {
	width: 90%;
}

.w-p-85 {
	width: 85%;
}

.w-p-80 {
	width: 80%;
}

.w-p-75 {
	width: 75%;
}

.w-p-70 {
	width: 70%;
}

.w-p-65 {
	width: 65%;
}

.w-p-60 {
	width: 60%;
}

.w-p-55 {
	width: 55%;
}

.w-p-50 {
	width: 50%;
}

.w-p-45 {
	width: 45%;
}

.w-p-40 {
	width: 40%;
}

.w-p-35 {
	width: 35%;
}

.w-p-30 {
	width: 30%;
}

.w-p-25 {
	width: 25%;
}

.w-p-20 {
	width: 20%;
}

.w-p-15 {
	width: 15%;
}

.w-p-10 {
	width: 10%;
}

.w-p-5 {
	width: 5%;
}

.h-p-100 {
	height: 100%;
}

.h-p-95 {
	height: 95%;
}

.h-p-90 {
	height: 90%;
}

.h-p-50 {
	height: 50%;
}

.v-a-t {
	vertical-align: top;
}

.v-a-m {
	vertical-align: middle;
}

.v-a-b {
	vertical-align: bottom;
}

.v-a-tb {
	vertical-align: text-bottom;
}

.flex {
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

a.text {
	text-decoration: underline;
}

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

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.inline {
	display: inline;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.border-bottom {
	border-bottom: 1px solid #cacac9;
}

html, body, #wrapper, #header, #nav, #main, #footer {
	width: 100%;
	min-width: 1440px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

html {
	font-size: 10px;
	background-color: #ffffff;
	box-sizing: border-box;
}

*, *::before, *::after {
	box-sizing: inherit;
}

body {
	text-align: left;
	font-size: 14px;
	color: #333333;
	font-family: メイリオ, Meiryo, "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", "century gothic", Arial, "ＭＳ Ｐゴシック", sans-serif;
	background: url("../img/base/background.jpg") center top repeat;
}

#wrapper {
	overflow-x: hidden;
	max-width: 1920px;
}

.container {
	width: 1446px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}

.container.small {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#header {

}

#header h1.title {
	color: #583400;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0.3px 0.3px 0px, 2px 2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, -2px -2px 2px #fff;
	text-align: center;
}

#footer {
	padding: 30px 0 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 14px;
	background-image: url("../img/base/footer_bg.png"), url("../img/base/bg_blue.png");
	background-repeat: repeat-x, repeat;
	background-position: center top;
}

#footer .footer-nav .nav-list {
	text-align: center;
}

#footer .footer-nav .nav-list .item {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin: 0 15px;
	border-bottom: 1px dashed red;
	padding-bottom: 3px;
}

#footer .logo img {
	vertical-align: middle;
}

#footer .copyright {
	font-size: 13px;
}

#header .header-bottom .container {
	height: 120px;
}

#header .header-bottom .logo {
	position: absolute;
	left: 0;
	top: 20px;
}

#header .header-bottom .card {
	position: absolute;
	right: 0;
	top: 20px;
}

#header .header-bottom .shop-info {
	position: absolute;
	right: 420px;
	top: 30px;
	text-align: right;
}

#nav {
	background: url("../img/base/menu_bg.png") center top repeat-x;
	height: 130px;
	position: relative;
	box-shadow: 0 3px 3px rgba(1, 1, 1, .15);
}

#nav .container {

}

#nav .nav-list {
	text-align: center;
	padding: 10px 0;
}

#nav .nav-list .item {
	display: inline-block;
	margin: 0 15px;
}

#nav .nav-list .item a {

}

#nav .nav-list .item a img {

}

#main {
	padding: 40px 0;
	position: relative;
	min-height: 500px;
}

.page {
	min-height: 800px;
}

.contents-bg {
	padding: 50px 0;
	position: relative;
	text-align: center;
	box-shadow: 0 3px 3px rgba(1, 1, 1, .15);
	border-radius: 15px;
}

.contents-bg.blue {
	background: url("../img/base/bg_blue.png") center top repeat;
	padding: 30px 0;
}

.contents-bg.green {
	background: url("../img/base/bg_green.png") center top repeat;
	padding: 30px 0;
}

.contents-bg.yellow {
	background: url("../img/base/bg_yellow.png") center top repeat;
	padding: 30px 0;
}

.cast-list {

}

.cast-list .cast {
	background: url("../img/top/schedule_girl_bg1.png") center top no-repeat;
	width: 268px;
	height: 520px;
	text-align: center;
	padding: 37px 15px 30px;
	margin: 0 10px 15px;
}

.cast-list .cast .time {
	background-image: url("../img/top/schedule_time_icon.png"), url("../img/top/schedule_time_bg.png");
	background-position: 10px 50%, center top;
	background-repeat: no-repeat;
	position: relative;
	width: 222px;
	height: 43px;
	margin-left: auto;
	margin-right: auto;
	color: #ff3eb3;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

.cast-list .cast .photo {
	margin-left: auto;
	margin-right: auto;
	background: url("../img/top/schedule_girl_bg2.png") center top no-repeat;
	height: 338px;
	width: 236px;
	padding: 20px;
	margin-bottom: 5px;
}

.cast-list .cast .photo .inner {
	position: relative;
}

.cast-list .cast .profile {
	padding: 17px 0;
	background: url("../img/top/schedule_name_bg.png") center top no-repeat;
	width: 224px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
}

.cast-list .cast .profile .name {
	font-size: 16px;
	font-weight: bold;
	color: #ff3eb3;
}

.cast-list .cast .profile .size {
	font-size: 14px;
	margin-top: 10px;
}

.page-other-header {
	background: url("../img/base/header_bg.png") center top repeat;
}

.page-other-header h1.title {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 10px;
}

.page-other-header .flex {
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.page-top-header {
	background: url("../img/top/header_bg.jpg") center top no-repeat;
	height: 610px;
}

.page-top-header .container {
	height: 100%;
}

.page-top-header h1.title {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 10px;
}

.page-top-header .main-contents {
	width: 850px;
	text-align: center;
	padding-top: 70px;
}

.page-top-header .main-contents .logo {
	margin-left: auto;
	margin-right: auto;
}

.page-top-header .main-contents .shop-info, .page-top-header .main-contents .banner {
	margin-left: auto;
	margin-right: auto;
	justify-content: center;
	margin-top: 60px;
	align-items: center;
}

.page-top .headline {
	background: url("../img/base/headline_bg.png") center top no-repeat;
	height: 72px;
	line-height: 70px;
	padding: 0 15px 0 253px;
	width: 1446px;
}

.page-top .pickup {

}

.page-top .pickup .pickup-bg {
	background: url("../img/top/pickup_bg.png") center top no-repeat;
	width: 1444px;
	height: 637px;
	padding: 30px 0;
}

.page-top .pickup .cast {
	background: url("../img/top/pickup_girl_bg1.png") center top no-repeat;
	width: 364px;
	height: 577px;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
}

.page-top .pickup .cast .photo {
	background: url("../img/top/pickup_girl_bg2.png") center top no-repeat;
	width: 304px;
	height: 439px;
	padding: 15px;
}

.page-top .pickup .cast .profile {
	background: url("../img/top/pickup_name_bg.png") center top no-repeat;
	width: 304px;
	height: 75px;
	padding: 15px;
	text-align: center;
}

.page-top .pickup .cast .profile .name {
	font-size: 16px;
	font-weight: bold;
	color: #ff3eb3;
}

.page-top .pickup .cast .profile .size {
	font-size: 14px;
	margin-top: 10px;
}

.page-top .pickup .flex-control-thumbs {
	position: absolute;
	margin: 0;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
}

.page-top .pickup .flex-control-thumbs li {
	margin: 0;
	border-radius: 300px;
	width: 178px;
	height: 178px;
	position: relative;
	overflow: hidden;
	background: #fff;
	padding: 0;
	box-shadow: 0 3px 3px rgba(1, 1, 1, .15);
	position: absolute;
}

.page-top .pickup .flex-control-thumbs li img {
	border-radius: 300px;
}

.page-top .pickup .flex-control-thumbs li:after {
	content: '';
	background: url("../img/top/pickup_button_bg.png") center top no-repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
}

.page-top .pickup .flex-control-thumbs li:nth-child(1) {
	top: 80px;
	left: 260px;
}

.page-top .pickup .flex-control-thumbs li:nth-child(2) {
	top: 80px;
	right: 260px;
}

.page-top .pickup .flex-control-thumbs li:nth-child(3) {
	top: 300px;
	left: 330px;
}

.page-top .pickup .flex-control-thumbs li:nth-child(4) {
	top: 300px;
	right: 330px;
}

.page-top .event-banner {
	background: url("../img/top/banner_bg.png") center top no-repeat;
	width: 1444px;
	height: 350px;
	padding: 45px 80px;
}

.page-top .event-banner .flex-direction-nav a {
	background: center top no-repeat;
	width: 88px;
	height: 88px;
	margin: -40px 0 0;
	opacity: 0.8;
}

.page-top .event-banner .flex-direction-nav .flex-prev {
	background-image: url("../img/top/banner_back.png");
	left: 0;
}

.page-top .event-banner .flex-direction-nav .flex-next {
	background-image: url("../img/top/banner_next.png");
	right: 0;
}

.page-top .newface .cast-list .cast {
	background: url("../img/top/newface_girl_bg1.png") center top;
	width: 268px;
	height: 465px;
	padding-top: 30px;
	position: relative;
}

.page-top .newface .cast-list .cast:after {
	content: '';
	background: url("../img/base/new_icon.png") center top no-repeat;
	width: 68px;
	height: 72px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.page-schedule {

}

.page-schedule .date-list {
	text-align: center;
}

.page-schedule .date-list .item {
	margin: 0 8px;
	background: url("../img/schedule/date_bg_on.png") center top no-repeat;
	width: 190px;
	height: 43px;
	line-height: 43px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.page-schedule .date-list .item a {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	background: url("../img/schedule/date_bg_off.png") center top no-repeat;
}

.page-schedule .date-list .item a:hover {
	background: none;
}

.page-cast .cast-list .cast {
	background: url("../img/cast/cast_girl_bg1.png") center top no-repeat;
	width: 268px;
	height: 463px;
	padding-top: 30px;
}

.page-link {

}

.page-link .message {
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.page-link .link-banner-bg {
	background-image: url("../img/base/content_bg_top.png"), url("../img/base/content_bg_bottom.png");
	background-repeat: no-repeat;
	background-position: center top, center bottom;
	background-color: #fff;
	border-radius: 15px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
}

.page-link .link-banner-bg .official-banner .size {
	font-size: 16px;
	font-weight: bold;
}

.page-link .link-banner-bg .official-banner img {
	vertical-align: top;
}

.page-contact .form-bg {
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: center top, center bottom, center top;
	padding: 0 30px;
	border-radius: 20px;
}

.page-contact .form-bg>.inner {
	padding: 30px 30px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 3px 3px rgba(1, 1, 1, .15);
	width: 100%;
}

.page-contact .form-bg>.inner .button-area .button {
	background: none;
	border: none;
	padding: 0;
	box-shadow: none;
}

.page-contact .form-bg>.inner .message {
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6;
}

.form-list {
	width: 100%;
}

.form-list .item {
	border-bottom: 1px dashed #773a03;
	vertical-align: middle;
	color: #773a03;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	padding: 15px;
	text-align: left;
}

.form-list .item.label {
	width: 30%;
}

.form-list input[type="text"], .form-list input[type="tel"], .form-list input[type="email"] {
	width: 100%;
	min-height: 30px;
	padding: 0 5px;
	border: 1px solid #773a03;
}

.form-list textarea {
	width: 100%;
	min-height: 160px;
	padding: 5px;
	border: 1px solid #773a03;
}

.form-list select {
	border: 1px solid #773a03;
	width: 200px;
	min-height: 30px;
}