/* --------------------------------------------------
 * index.html
 *
-------------------------------------------------- */
.page_index {
	width: 100%;
	background-image: linear-gradient(to bottom, #f2debb 760px, #c99e66 100%);
}
.page_index .container {
	width: 100%;
	background: url(/img/index/contents_bg.jpg) center 77px no-repeat;
}
.index_header {
	width: 100%;
	min-height: 259px;
	background: url(/img/index/header_bg.png) center top no-repeat;
}
.index_header h1 {
	margin: 0 0 0 -26px;
	padding-top: 44px;
	text-align: center;
}
.indexbg {
	overflow: hidden;
}
#index-contents {
	position: relative;
	text-align: center;
}
#index-contents::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: -57px;
	text-align: center;
	content: url(/img/index/footer-img.png);
	z-index: 20;
}
.index-text {
	width: 100%;
	min-height: 522px;
	margin: -15px auto 0;
	padding-bottom: 17px;
	position: relative;
}
.index-text ul {
	position: absolute;
	bottom: 70px;
	width: 100%;
}
.index-text img {
	max-width: 100%;
}
.index-uketuke, .index-eigyou {
	float: left;
	width: 45%;
	padding: 10px 0;
	text-align: right;
}
.index-eigyou {
	width: 55%;
	text-align: left;
}
.index-tel {
	clear: both;
}
#index-bottom {
	position: relative;
	width: 100%;
	min-height: 320px;
	margin-top: -45px;
	background: url(/img/index/bg-footer.png) left top;
}
#index-bottom::before {
	display: block;
	width: 100%;
	top: -28px;
	height: 28px;
	background: url(/img/index/footer-topbg.png) left top repeat-x;
	box-shadow: 0 2px 2px rgb(0 0 0 / 40%);
	content: "";
	z-index: 10;
}
.index-bottom {
	text-align: center;
}
.index-btn {
	position: relative;
	width: 100%;
	height: 100px;
	max-height: 17vw;
	margin-top: 20px;
}
.index-btn li:first-child {
	position: absolute;
	right: 52%;
	bottom: 0;
	width: 48%;
	padding: 0 1%;
	text-align: right;
}
.index-btn li:last-child {
	position: absolute;
	left: 48%;
	bottom: 0;
	width: 52%;
	padding: 0 1%;
	text-align: left;
}
.index-btn li img {
	max-width: 100%;
}
.index-18 {
	display: inline-block;
	margin: 4rem auto 2rem;
}
.index-fuei {
	padding-bottom: 4rem;
}
.index-fuei p {
	display: inline-block;
	text-align: left;
}
.index-18img {
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
}
.index-18text {
	display: inline-block;
	text-align: left;
}
.page_index footer {
	background: url(/img/index/bg-footer.png) left top;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.page_index footer address {
	padding-bottom: 20px;
}
.page_index footer a {
	color: #3366ff;
	text-decoration: underline;
}
.page_index footer a:hover, .page_index footer a:active {
	color: #f03;
	text-decoration: none;
}
@media(max-width:767px) {
	.page_index .container {
		background: url(/img/index/contents_bg.jpg) center 25px no-repeat;
		background-size: auto 520px;
	}
	.index-text {
		min-height: 320px;
	}
}

/* --------------------------------------------------
 * top.html
 *
-------------------------------------------------- */
.content-left {
	clear: both;
	float: left;
	width: 100%;
}
.content-right {
	float: left;
	width: 100%;
}
.content-subst {
	margin-bottom: 10rem;
}
@media(min-width:769px){
	.content-left {
		width: calc(100% - 360px);
		padding-right: 2.4rem;
		padding-bottom: 0;
	}
	.content-right {
		width: 360px;
	}
}
/*topNav*/
.content-left .topNav {
	margin-left: -2%;
}
.topNav>ul {
	list-style-type: none;
	font-size: 0;
}
.topNav li {
	display: inline-block;
	width: 23%;
	max-width: 170px;
	text-align: center;
	border: 5px solid #e5e0d6;
	background: #fff;
	margin-left: 2%;
	margin-bottom: 3%;
	padding: 0;
	font-size: 1.8rem;
	font-weight: bold;
}
@media(min-width:760px) and (max-width:768px) {
	.topNav>ul {
		margin-right: -2%;
		margin-left: 2%;
	}
	.topNav li {
		margin-left: 0;
		margin-right: calc(25% - 170px);
	}
}
@media(min-width:1230px) {
	.topNav>ul {
		margin-right: calc(-1 * (25% - 170px));
		margin-left: 2%;
	}
	.topNav li {
		margin-left: 0;
		margin-right: calc(25% - 170px);
	}
}
@media(min-width:1400px) {
	.topNav>ul {
		margin-right: calc(-1 * (20% - 170px));
	}
	.topNav li {
		margin-right: calc(20% - 170px);
	}
}
@media(min-width:1600px) {
	.topNav>ul {
		margin-right: calc(-1 * (100% / 6 - 170px));
	}
	.topNav li {
		margin-right: calc(100% / 6 - 170px);
	}
}
@media(min-width:1800px) {
	.topNav>ul {
		margin-right: calc(-1 * (100% / 7 - 170px));
	}
	.topNav li {
		margin-right: calc(100% / 7 - 170px);
	}
}
@media(min-width:2000px) {
	.topNav>ul {
		margin-right: calc(-1 * (12.5% - 170px));
	}
	.topNav li {
		margin-right: calc(12.5% - 170px);
	}
}
.topNav_icon {
	display: block;
	font-size: 4rem;
}
/*top-slider*/

.top-slider {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 6rem;
}
@media(min-width:769px) {
	.top-slider {
		width: 70%;
		height: auto;
		margin: 0 15% 6rem;
	}
}
.slick-arrow, .slick-dots {
	position: absolute;
}
.slick-prev, .slick-next {
	top: 50%;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	padding: 0;
	background: transparent;
	color: transparent;
	font-size: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 2;
}
.slick-prev {
	left: 5px;
}
.slick-next {
	right: 5px;
}
.slick-prev:before, .slick-next:before {
	display: block;
	border-radius: 20px;
	background: #333;
	font-family: 'slick';
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	opacity: .1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'aicon' !important;
}
.slick-prev:before {
	content: "\e916";
}
.slick-next:before {
	content: "\e917";
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: .75;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 36px;
	height: 36px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 36px;
	line-height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
/*swiper*/
.slider_wrapper {
	overflow: hidden;
	padding-bottom: 4rem;
}
.event_slider {
	overflow: visible;
}
.swiper-pagination {
	bottom: -30px !important;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	background: #999;
}
.swiper-pagination-bullet-active {
	background: #ccc;
}
/**/
.top_title {
/*	padding-left: 1.2rem;*/
	font-size: 2.4rem;
	font-weight: normal;
	color: #bb9c42;
	display: flex;
	align-items: center;
}
.top_title:after {
	border-top: 1px solid #4e3b04;
	content: "";
	flex-grow: 1;
/*	margin-left: 1.2rem;*/
}
.top_title span:not(.page_title_note) {
	margin-right: 1.2rem;
}

/* 先頭の文字装飾 */
/*.top_title span:not(.page_title_note):first-letter {
	color: #970000;
	font-size: 3.7rem;
}*/
.page_title_note {
	font-weight: 500;
	font-size: 1.4rem;
	color: #4e3b04;
}
.exnote {
	line-height: 1;
	padding-top: 0.9rem;
}
.exnote .page_title_note {
	margin-top: 1.6rem;
}
/*realtime*/
.top_realtime {
	width: 100%;
	height: 294px;/*40rem要確認*/
	border: 5px solid #bb9c42;
	overflow: hidden;
}
.top_realtime iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	overflow: scroll;
}
@media(min-width:769px) {
	.top_realtime {height: calc((96vw - 38.4rem) * 1980 / 1920 + 4rem + 5px - (3.7rem * 1.5));}
	.realtime iframe {height: calc((96vw - 38.4rem) * 1980 / 1920 + 4rem + 5px - (3.7rem * 1.5) - 10px);}
}
@media(min-width:1080px) {
	.top_realtime {height: calc(((100vw - 17px) * 0.9 - 2.4rem - 360px) * (450 / 960 + 1080 / 1920) + 4rem + 5px - (3.7rem * 1.5));}/*((100%)*0.9-隙間-RT幅)leftの幅 * (バナー縦横比+動画縦横比) + 動画とバナーの隙間 + 5px(謎の隙間) - (見出しの高さ)*/
	.realtime iframe {height: calc(((100vw - 17px) * 0.9 - 2.4rem - 360px) * (450 / 960 + 1080 / 1920) + 4rem + 5px - (3.7rem * 1.5) - 10px);}/*-10pxはボーダー分*/
}
/*pickup*/
.pickup_box {
	overflow-y: auto;
	width: 100%;
	height: 40rem;
	padding: 1.6rem;
	border: 5px solid #bb9c42;
	background: #fff;
}
.pickupImg, .update_cast01 {
	display: inline-block;
	width: 100%;
	margin-bottom: 1rem;
	padding: 0 30%;
	vertical-align: top;
}
.pickupImg a, .update_cast01 a {
	display: block;
	width: 132px;
	max-width: 100%;
	text-align: center;
}
.pickupNotes, .update_cast02 {
	display: inline-block;
	width: 100%;
}
.pickuptitle {
	color: #f264a5;
}
.pickupInfo {
	list-style-type: none;
	font-size: 1.6rem;
	font-weight: bold;
	min-height: 2.4rem;
	margin-bottom: 1rem;
}
.updatetitle {
	margin-bottom: 1rem;
	color: #f264a5;
	font-weight: 700;
	font-size: 1.6rem;
}
.pickuptitle, .pickupInfo {
	text-align: center;
}
@media(min-width:415px){
	.pickupImg, .update_cast01 {
		width: auto;
		padding: 0;
	}
	.pickupNotes, .update_cast02 {
		width: calc(100% - 138px);
		padding-left: 1.6rem;
	}
	.pickuptitle, .pickupInfo {
		text-align: left;
	}
}
.pickupName, .pickupSize, .pickupDate {
	display: inline-block;
	margin-right: 1rem;
}
/*news*/
.update_box {
	overflow-y: auto;
	width: 94%;
    margin: 0 3%;
	height: 40rem;
/*	padding: 1.6rem;*/
	border: 5px solid #bb9c42;
/*	background: #212529;*/
}
@media(min-width:769px) {
	.update_box {
		width: 70%;
		margin: 0 15%;
	}
}
.update_cast+.update_cast {
	margin-top: 4rem;
	border-top: 1px solid #970000;
	padding-top: 4rem;
}
.update_inner {
	margin: 1px;
	background: #fff;
}
.update_inner iframe {
	height: 40rem!important;
	vertical-align: bottom;
}
@media(min-width:769px) {
	.top_news {
/*		width: calc(100% - 360px - 360px - 24px);
		margin-left: 180px;*/
		width: calc(50% + 12px);
	}
	.update_box {
		height: 960px;
	}
	.update_inner iframe {
		height: 948px!important;
	}
}
/*pdiary*/
.top_news+.content-right {
	min-width: calc(50% - 12px);
}
.top_pdiary {
	width: 100%;
	height: 240px;/*40rem要確認*/
	border: 5px solid #bb9c42;
	overflow: hidden;
}
.top_pdiary iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	overflow: scroll;
}
@media(min-width:769px) {
	.top_pdiary {height:960px}
	.top_pdiary iframe {height:950px}
}
/*newface*/
.newface {
	clear: both;
}
.new_btn {
	padding-top: 2rem;
	text-align: center;
	transition: 0.3s;
}
.new_more {
	display: block;
	border: 1px solid #4e3b04;
	border-radius: 2.2rem;
	padding: 1rem 4rem 1rem 3rem;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
	font-size: 1.6rem;
	position: relative;
	transition: 0.3s;
	color: #4e3b04;
}
.new_more:after {
	position: absolute;
	right: 1rem;
	content: "＞";
}
a.new_more:hover {
	color: #4e3b04;
	text-decoration: none;
	transform: translateY(-3px);
}
@media(max-width:480px) {
	.new_more, a.new_more:hover {
		border-color: #4e3b04;
		color: #4e3b04;
	}
}
@media(min-width:768px) {
	.new_btn {
		text-align: right;
	}
	.new_more {
		display: inline-block;
	}
}
/*schedule*/

/* --------------------------------------------------
 * enquete.html
 *
-------------------------------------------------- */
.enquete_note {
	padding: calc(2rem + 2%) 3%;
	text-align: center;
}
.box_title_borderb {
	position: relative;
	padding-bottom: 1.6rem;
}
.box_title_borderb:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 8rem;
	height: 1px;
	background: #888;
	content: "";
}
.enquete_note p {
	padding: 0.9rem 0;
}
.enquete_note .enquete_note_top {
	padding-top: calc(2rem + 2%);
}
.enquete_link {
	text-align: center;
}
.enquete_link_btn {
	padding: 2rem 0 calc(2rem + 2%);
	font-size: 0;
}
.enquete_link_btn li {
	display: inline-block;
	width: 50%;
	max-width: 200px;
	padding: 0 2%;
	box-sizing: border-box;
}
.enquete_link_btn li a {
	display: block;
	width: 0;
	height: 0;
	padding: 50%;
	border: #bb9c42 1px solid;
	border-radius: 50%;
	background: url(../img/enquete_btn1.png);
	background-size: cover;
	box-shadow: 2px 2px 16px #000;
	color: #bb9c42;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}
.enquete_link_btn li .en2 {
	background-image: url(../img/enquete_btn2.png);
}
.btn_cent {
	position: absolute;
	top: 51%;
	left: 50%;
	display: block;
	width: 90%;
	transform: translate(-50%, -50%);
	text-shadow: 0 0 3px #fff;
}
.enquete_link_btn li a:hover {
	animation: hovrot1 1s ease-in;
}
@keyframes hovrot1 {
	0% {transform: rotateY(0deg);}
	25% {transform: rotateY(180deg);}
	50% {transform: rotateY(0deg);}
	75% {transform: rotateY(180deg);}
	100% {transform: rotateY(0deg);}
}
.enquete_area {
	max-width: 1200px;
	margin: 0 auto;
}
.enquete_area .profile_box_title {
	text-align: center;
}
.enquete_area textarea, .enquete_area input {
	max-width: 100%;
}
.enquete_area input[type="checkbox"], .enquete_area input[type="radio"] {
/*	vertical-align: middle;*/
	display: none;
}
.enquete_top {
	padding: calc(2rem + 2%) 3%;
	border-bottom: #e5e0d6 1px solid;
}
.enquete_top>li {
	padding: 0.9rem 0;
}
.enquete_top>li>dl>dt, .enquete_top>li>dl>dd {
	display: inline-block;
}
.enquete_top>li>dl>dt {
	width: 8em;
	margin-right: 1rem;
}
em.required {
	font-style: normal;
	font-weight: 500;
}
.enquete_question>li {
	padding: calc(2rem + 2%) 3%;
	border-bottom: #e5e0d6 1px solid;
}
.enquete_question>li>dl>dt, .enquete_sub>dt {
	margin-bottom: 0.5rem;
}
.form_radio {
	padding: 0.9rem 0;
}
.radio_css>label>span {
	display: inline-block;
	margin-top: 4px;
	padding: 0.2rem 0.5rem;
	border-radius: 1rem;
	border: #970000 1px solid;
	background: #212529;
	vertical-align: middle;
}
.radio_css>label>span:before {
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	margin-right: 2px;
	border: #999 1px solid;
	border-radius: 0.5em;
	vertical-align: middle;
	content: "";
}
.radio_css>label>input[type="radio"]:checked + span {
	border-color: #970000;
	background: #970000;
	color: #fff;
}
.radio_css>label>input[type="radio"]:checked + span:before {
	border-color: #fff;
	box-shadow: inset 0 0 0 2px #fff;
	background: #970000;
}
.enquete_sub {
	margin-left: 1em;
	padding: 0.9rem 0;
}
.enquete_after {
	padding: calc(2rem + 2%) 3%;
}
.enquete_subbtn {
	padding: 0 3% calc(2rem + 2%);
	text-align: center;
}
.enquete_subbtn input {
	padding: 0.9rem 3rem;
	border: none;
	outline: none;
	border-radius: 0.7rem;
	background: #970000;
	box-shadow: 1px 1px 12px rgba(0,0,0,.2);
	color: #fff;
	cursor: pointer;
	appearance: none;
	transition: 0.3s;
}
.enquete_subbtn input:hover {
	box-shadow: 1px 4px 12px rgba(0,0,0,.2);
	transform: translateY(-3px);
}
.enquete_subbtn input:active {
	box-shadow: 1px -2px 12px rgba(0,0,0,.2);
	transform: translateY(3px);
}

/* --------------------------------------------------
 * event.html
 *
-------------------------------------------------- */
.eventpage_content {
	padding-top: 3rem;
}
.event_post {
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	border-bottom: 2px dashed #bb9c42;
	text-align: center;
}
.event_img {
	max-width: 720px;
	margin: 0 auto 2rem;
}
.eventd_post {
	margin-top: 4rem;
	padding-top: 4rem;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	border-top: 2px dashed #bb9c42;
	border-bottom: 2px dashed #bb9c42;
	text-align: center;
}

/* --------------------------------------------------
 * girls.html
 *
-------------------------------------------------- */


/* --------------------------------------------------
 * hotel.html
 *
-------------------------------------------------- */
.hotel_nav {
	margin-top: calc(2rem + 2%);
}
.hotel_nav ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hotel_nav li {
	flex-grow: 1;
	margin: 0 0.5rem 1rem;
	text-align: center;
}
.hotel_nav a {
	display: block;
	border: #970000 1px solid;
	border-radius: 1.85rem;
	padding: 0.8rem 2rem;
	background: rgba(255,255,255,0.5);
	font-size: 1.4rem;
	transition: .3s;
}
.hotel_nav a:hover, .hotel_nav a:focus, .hotel_nav a:active {
	background: #970000;
	color: #fff;
	text-decoration: none;
}
.hotel_nav + p {
	margin-top: 2rem;
}
@media(min-width:1024px) {
	.hotel_nav a {
		border-radius: 3.3rem;
		padding: 2rem;
		font-size: 1.8rem;
	}
}
.hotel_list>Section {
	padding-top: 6rem;
}
.hotel_list .profile_box_title {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
}
.hotel_note {
	margin: 1rem 0;
	text-align: center;
	font-size: 1.6rem;
}
.hotel_table {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	font-size: 1.6rem;
}
.hotel_table thead {
	background: #bb9c42;
	color: #fff;
}
.hotel_table th, .hotel_table td {
	border: #bb9c42 1px solid;
	padding: 2rem 1rem;
}
.hotel_table tr:nth-of-type(odd) td {
	background: #fdfdfa;
}
.hotel_table tr td:nth-of-type(odd) {
	border-right-style: dashed;
}
.hotel_table tr td:nth-of-type(even) {
	border-left-style: dashed;
}
@media(min-width:768px) {
	.hotel_list .profile_box_title {font-size: 2.3rem}
}

/* --------------------------------------------------
 * profile.html
 *
-------------------------------------------------- */
.profile_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 0;
}
.profile_inner>* {
	font-size: 1.4rem;
}
.profile_photo {
	display: inline-block;
	width: 49%;
	min-width: 400px;
	margin-bottom: 4rem;
	vertical-align: top;
}
.profile_castImg {
	width: 100%;
	height: 0;
	padding-bottom: calc(100% * 4 / 3);
	overflow: hidden;
}
.profile_thumb {
	margin-top: 2rem;
}
.profile_thumb li {
	float: left;
	width: 19%;
	height: 0;
	padding-bottom: calc(19% * 4 / 3);
	overflow: hidden;
}
.profile_thumb li+li {
	margin-left: 1.25%;
}

.profile_note {
	display: inline-block;
	width: 49%;
	min-width: 400px;
	max-width: 100%;
	margin-bottom: 4rem;
	padding: 1rem 2rem 2rem;
	border: 5px solid #bb9c42;
	background: #fff;
	vertical-align: top;
}
.profile_name {
	font-size: 4.6rem;
}
.profile_age {
	font-size: 3rem;
}
.profile_size {
	margin-bottom: 1.2rem;
	font-size: 2rem;
}
.profile_box_title {
	font-size: 2.4rem;
	font-weight: normal;
	color: #bb9c42;
}
.profile_price {
	margin: 2.5vw 0;
}
.profile_price_border {
	width: 90%;
	height: 1px;
	border: none;
	background: #d0cabd;
}
.profile_price_table {
	margin-left: -5%;
}
.profile_price_table>li {
	display: inline-block;
	margin-left: 5%;
	font-size: 3.2rem;
}
.profile_price_table dl {
	margin-bottom: 0;
}
.profile_price_th, .profile_price_td {
	display: inline-block;
	margin-bottom: 0;
	font-weight: bold;
}
.profile_price_th {
	width: 2.6em;
	color: #bb9c42;
}
.profile_price_td {
	width: 3.5em;
}
.k-small {
	font-size: 1.7rem;
}
@media(min-width:768px) and (max-width:1024px){
	.profile_price_th {
		width: 3.5em;
	}
	.profile_price_td {
		width: 5em;
	}
}
@media(max-width:767px) {
	.profile_price_table>li {
		width: 100%;
	}
	.profile_price_th, .profile_price_td {
		display: block;
		float: left;
	}
	.profile_price_th {
		width: 35%;
	}
	dd.profile_price_td {
		width: 65%;
	}
}
.profile_message {
	margin-top: 2rem;
}
.profile_message_box {
	overflow-y: auto;
	max-height: 90vh;
}
.profile_pdiary {
	clear: left;
	display: inline-block;
	width: 49%;
	min-width: 400px;
	max-width: 100%;
	margin-bottom: 4rem;
	padding: 1rem 2rem 2rem;
	border: 5px solid #bb9c42;
	background: #fff;
	vertical-align: top;
}
.profile_pdiary_box {
	overflow: hidden;
	width: 100%;
	height: 352px;/*352px要確認*/
}
.profile_note hr {
	margin: 0.5em 0;
}
@media(min-width:1024px){
	.profile_pdiary_box {
		height: calc(47.04vw * 4 / 3 + 2rem + 47.04vw * 0.19 * 4 / 3 - 10.4rem * 1.5 - 5.5rem - 19px -0.5em);
	}
}
@media(min-width:1080px) {
	.profile_pdiary_box {
		height: calc((100vw - 17px) * 1.764 / 3 + 2rem + (100vw - 17px) * 0.33516 / 3 - 10.4rem * 1.5 - 7rem - 10px - 0.5em);
	}
	.profile_message_box {
		height: calc(2.4rem * 1.5 * 7 + 3rem + 1.4rem * 1.5 + 1.2rem + 8rem);
	}
}
.profile_pdiary_box iframe {
	overflow: scroll;
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}
.profile_schedule {
	display: inline-block;
	width: 49%;
	min-width: 400px;
	max-width: 100%;
	margin-bottom: 4rem;
	padding: 1rem 2rem 8rem;
	border: 5px solid #bb9c42;
	background: #fff;
	vertical-align: top;
	position: relative;
}
.profile_schedule .profile_box_title {
	position: relative;
}
.profile_webbtn {
	display: inline-block;
	position: absolute;
/*	top: 50%;
	margin-left: 2.4rem;*/
	left: 50%;/**/
	margin: 3rem auto 0;/**/
	border-radius: 4px;
	background: #bb9c42;
	color: #fff;
	font-size: 1.4rem;
/*	transform: translateY(-50%);*/
	transform: translateX(-50%);/**/
	transition: 0.3s;
}
.profile_webbtn:hover {
	color: #fff;
	text-decoration: none;
}
.profile_webbtn span {
	display: block;
	padding: 0.6rem 6rem;
	background: transparent;
	transition: .3s;
}
.profile_webbtn:hover {
	background: #4e3b04;
}
.realtime_box .profile_webbtn {
	position: relative;
	left: 0;
	display: block;
	max-width: 200px;
	margin: 0.6rem 0 0;
	text-align: center;
	transform: translateX(0);
}
.realtime_box>span {
	padding: 0.6rem 0;
}
.profile_schedule_table {
	font-size: 2.4rem;
}
.profile_schedule_table dl {
	border-bottom: 1px solid #666;
}
.profile_schedule_table dt, .profile_schedule_table dd {
	display: inline-block;
}
.profile_schedule_table dt {
	margin-right: 1rem;
	padding-left: 0.5rem;
}
.movie {
	width: 100%;
	margin: 0 auto;
}
.profile_play {
	display: inline-block;
	width: 49%;
	min-width: 400px;
	max-width: 100%;
	margin-bottom: 4rem;
	padding: 1rem 2rem 2rem;
	border: 5px solid #bb9c42;
	background: #fff;
	vertical-align: top;
}
.play_list {
	font-size: 0;
	margin-bottom: 0;
}
.play_list>li {
	display: inline-block;
	width: 32%;
	margin-right: 1%;
	margin-bottom: 1%;
	font-size: 1.4rem;
}
.play_list>li>span {
	display: block;
	width: 100%;
	padding: 4px 0;
	border: 1px solid #666;
	border-radius: 4px;
	background: #888;
	color: #fff;
	text-align: center;
}
.play_list>li>.play_ok {
	border: 1px solid #360;
	background: #4d9900;
}
.play_list>li>.play_case {
	border: 1px solid #c60;
	background: #f93;
}
.play_list>li>.play_ng {
	border: 1px solid #666;
	background: #888;
}
.star_on {
	color: #ff6;
}
.star_off {
	color: #ff6;
}
.profile_impBox {
	display: inline-block;
	width: 100%;
	min-width: 400px;
	max-width: 100%;
	margin-bottom: 4rem;
	padding: 1rem 2rem 2rem;
	border: 5px solid #bb9c42;
	background: #fff;
	vertical-align: top;
}
.profile_impCustom {
	margin-top: -1rem;
}
.profile_impCustom>li {
	margin-top: 4.2rem;
}
profile_impCustom>li:first-child {
	margin-top: 2.1rem;
}
.profile_impContent {
	position: relative;
	margin-top: 3.4rem;
	margin-bottom: 0;
	padding: 0.7rem 1.4rem;
	border: solid 3px #bb9c42;
}
.profile_impContent dt {
	position: absolute;
	display: inline-block;
	top: -2.4rem;
	left: -3px;
	padding: 0 1rem;
	border-radius: 4px 4px 0 0;
	background: #bb9c42;
	line-height: 2.4rem;
	color: #fff;
	font-weight: normal;
	vertical-align: middle;
}
.profile_recommend {
	display: inline-block;
	width: 100%;
	min-width: 400px;
	max-width: 100%;
	margin-bottom: 6rem;
}
/*.recommend_list {
	margin-left: -2vw;
}*/
.recommend_box {
/*	margin-left: 2vw;*/
	padding-bottom: 1.4rem;
	background: #212529;
	position: relative;
	overflow: hidden;
}
.profile_recommend .slick-prev {
	left: calc(2vw + 5px);
}
.profile_recommend .slick-next {
	right: 5px;
}
.profile_recommend .slick-prev:before, .profile_recommend .slick-prev:after {
	opacity: .2;
}

@media(max-width:768px) {
	.profile_inner>section {
		width: 100%;
		min-width: auto;
	}
	.play_list>li {
		width: 49%;
	}
	.space:after, .reserve:after {
		display: none;
	}
}

/* --------------------------------------------------
 * review.html
 *
-------------------------------------------------- */
.review_inner {
	display: inline-block;
	width: 100%;
	margin-bottom: 4rem;
	padding: 2rem;
	border: 5px solid #bb9c42;
	background: #fff;
	vertical-align: top;
}
.review_box+.review_box {
	margin-top: 4.2rem;
	padding-top: 4.2rem;
	border-top: #e5e0d6 3px dashed;
}
.box_realtime {
	margin-bottom: 3.4rem;
	font-size: 0;
}
.box_realtime>li {
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: top;
}
.review_box_title {
	line-height: 1;
	font-size: 2.4rem;
	font-weight: normal;
}
.review_castphoto {
	overflow: hidden;
	width: 30%;
	height: 0;
	margin-right: 1.6rem;
	padding-bottom: 40%;
	text-align: center;
}
.review_profile {
	width: calc(70% - 1.6rem);
}
.review_realtime, .review_weeklySchedule {
	display: inline-block;
	width: 720px;
	max-width: 100%;
}
@media(max-width:413px){
	.review_profile .note_name {
		font-size: 1.8rem;
	}
}
@media(min-width:480px) {
	.review_castphoto {
		width: 40%;
		padding: 0 0 53.33%;
	}
	.review_profile {
		width: calc(60% - 1.6rem);
	}
}
@media(min-width:768px) {
	.review_castphoto {
		width: 25%;
		padding-bottom: 33.33%;
	}
}
@media(min-width:1024px) {
	.review_castphoto, .review_profile, .review_realtime, .review_weeklySchedule {
		float: left;
	}
	.review_castphoto {
		width: 194px;
		padding-bottom: 259px;
	}
}
@media(min-width:1080px) {
	.review_profile {
		width: 70%;
	}
}
@media(min-width:1140px) {
	.review_castphoto {
		margin-right: 3rem;
	}
}
.review_weeklySchedule_box {
	font-size: 0;
}
.review_weeklySchedule_box>li {
	display: inline-block;
	width: 14.28%;
	vertical-align: top;
}
.review_weeklySchedule_box>li>dl>dt {
	border: 1px solid #bb9c42;
	background: #fff;
	word-break: break-all;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 500;
}
.review_weeklySchedule_box>li>dl>dd {
	height: 6rem;
	padding: 1rem 0;
	border: 1px solid #bb9c42;
	background: #fff;
	font-size: 1.4rem;
	text-align: center;
	position: relative;
}
@media(max-width:360px) {
	.review_weeklySchedule_box>li>dl>dt, .review_weeklySchedule_box>li>dl>dd {
		font-size: 1.2rem;
	}
}
.review_weeklySchedule_box>li>dl>dd>span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.review_weeklySchedule_box .active {
	background: #eee;
}
.review_weeklySchedule_box .wd-sat {
	color: #80c8e9;
}
.review_weeklySchedule_box .wd-sun {
	color: #f264a5;
}

/* --------------------------------------------------
 * schedule.html
 *
-------------------------------------------------- */
.schedule_week {
	font-size: 0;
	margin-left: 1%;
	margin-bottom: 2rem;
}
.schedule_week>li {
	display: inline-block;
	width: 14%;
	border: 1px solid #4e3b04;
	background: #bb9c42;
	word-break: break-all;
	text-align: center;
	font-size: 1.4rem;
}
.schedule_week>li a {
	display: block;
	padding: 0.5rem 0;
	color: #fff;
}
.schedule_week>.wd-sat a {
	color: #0066cc;
}
.schedule_week>.wd-sun a {
	color: #cc0099;
}
.schedule_week .active {
	background: #4e3b04;
	pointer-events: none;
}
.schedule_box_title {
	font-size: 2rem;
	font-weight: normal;
}

/* --------------------------------------------------
 * search.html
 *
-------------------------------------------------- */
.sort {
	float: right;
	margin-bottom: 2rem;
}

/* --------------------------------------------------
 * system.html
 *
-------------------------------------------------- */
.system_price {
	width: 100%;
	margin: 4rem 0 6rem;
	padding: 4rem 3%;
	background: url(/img/system_price_bg-min.jpg) no-repeat center center;
	background-size: cover;
	/* text-shadow: 0 3px 8px rgba(0,0,0,.15); */
}
.systempage .profile_box_title {
	font-size: 2.4rem;
	text-align: center;
}
.price_bg {
	margin: 2rem 0 0;
	padding: calc(1rem + 1vw) 3%;
	border: 6px double #bb9c42;
	box-shadow: 0 0 0 2px #bb9c42;
}
@media(min-width:768px){
	.system_course_inner {
		padding: calc(1rem + 1vw) 3%;
		background: rgba(0,0,0,.5);
	}
	.systempage .profile_box_title {
		font-size: 2.8rem;
	}
	.price_bg {
		margin: 2rem 3% 0;
	}
}
.price_list, .option_list {
	max-width: 1100px;
	margin: 0 auto 0;
	text-align: center;
}
.price_list li:nth-child(-n+3), .option_list li {
	display: block;
}
.price_cont dt, .price_cont dd {
	display: inline-block;
}
.price_cont {
	padding-bottom: 3%;
}
.price_cont dl {
	width: auto;
	margin: 0 auto;
	font-size: 0;
}
.price_cont dt {
	width: 11rem;
	padding-right: 1rem;
	font-weight: 500;
	font-size: 1.8rem;
	text-align: right;
}
.price_cont dt:after {
	margin-left: 0.5rem;
	content: "...";
}
.price_cont dd {
	width: 11rem;
	font-size: 2.4rem;
	color: #bb9c42;/*#970000;*/
	text-align: right;
}
.fs_18 {
	font-size: 1.4rem;
}
.price_notice li {
	padding: 0.9rem 0;
	font-size: 1.4rem;
	text-align: center;
}
.system_hotel_list {
	width: 1000px;
	max-width: 100%;
	margin: 0 auto;
	padding-bottom: 4rem;
	text-align: center;
}
.system_hotel_list dt {
	font-size: 1.8rem;
}
.system_hotel_list dd {
	font-size: 1.6rem;
}
.system_hotel_list dd+dt {
	margin-top: 4rem;
	border-top: 2px solid #ddd;
	padding-top: 4rem;
}
.system_hotel_list table {
	width: 100%;
	margin-top: 2rem;
}
.system_hotel_list caption {
	width: 100%;
	color: #4e3b04;
	font-weight: bold;
	text-align: center;
	caption-side: top;
}
.system_hotel_list caption span {
	/* display: flex; */
	align-items: center;
}
/*.system_hotel_list caption span:before, .system_hotel_list caption span:after {
	border-top: 1px solid #4e3b04;
	content: "";
	flex-grow: 1;
}*/
.system_hotel_list td {
	display: block;
	padding: 0.4rem 0;
	width: 100%;/*仮*/
}
.table_empty {
	display: none;
}
/*@media(max-width:767px) {
	.system_hotel_list td {
		width: 100%;
	}
}*/
@media(min-width:768px) {
	.system_hotel_list dt {
		font-size: 2.0rem;
	}
	.system_hotel_list dd {
		font-size: 1.8rem;
	}
/*	.system_hotel_list td {
		display: table-cell;
		border: 1px solid #4e3b04;
		padding: 1.2rem 1rem;
	}
	.system_hotel_list .table_empty {
		display: table-cell;
		padding: 1.2rem 1rem;
		background: #e5e0d6;
	}*/
}
/*option*/
.option_list dd, .option_list dt, .option_list dd {
	display: inline-block;
}
.option_list dt {
	width: 18rem;
}
.option_list .taxin {
	width: 29rem;
}
@media(min-width:768px) {
	.price_cont {
		display: inline-block;
		padding: 0 1rem 3%;
	}
	.price_cont dt {
		width: 14rem;
		font-size: 2.4rem;
	}
	.price_cont dd {
		width: 15rem;
		font-size: 3.6rem;
	}
	.fs_18 {
		font-size: 1.8rem;
	}
	.price_notice li {
		font-size: 1.6rem;
	}
	.price_cont .taxin {
		width: 30rem;
	}
	.option_list dt {
		width: 26rem;
	}
	.option_list .taxin {
		width: 42rem;
	}
}
/**/
.system_newface {
	margin: 0 0 4rem;
	padding: 0 3%;
	text-align: center;
}
.system_special {
	padding: 2rem 3vw;
	margin-top: calc(1rem + 1vw);
	border: #bb9c42 5px solid;
	background: #fff;
	font-size: 1.4rem;
}
.system_special dt {
	margin: 2% 0 3%;
	padding-bottom: 2%;
	border-bottom: #e5e0d6 1px dashed;
	color: #f264a5;
	font-size: 1.8rem
}
.system_special li{
	padding: 2% 0;
}
.system_special .system_magazine {
	padding-top: 2rem;
	font-size: 1.8rem;
}
.system_vertical {
	margin: 0;
	padding: 0 3%;
	vertical-align: top;
	text-align: center;
}
.system_card {
	margin: 0 0 4rem;
	position: relative;
	font-size: 1.4rem;
	text-align: center;
}
.system_card a:hover {
	text-decoration: none;
}
.system_card_box {
	display: inline-block;
	max-width: 96%;
	margin-top: calc(1rem + 1vw);
	padding-top: 0.9rem;
	transition: 0.5s;
}
.system_card_box dt {
	position: relative;
	color: #fff;
}
.card_wrap {
	display: inline-block;
	min-height: 4rem;
	margin-top: -3rem;
	padding: 4rem 2rem 2.6rem;
	border-radius: 5px;
	background: #bb9c42;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	vertical-align: top;
}
@media(min-width:769px) {
	.system_tile {
		font-size: 0;
	}
	.system_newface, .system_vertical {
		width: 49%;
		display: inline-block;
	}
	.system_card a:hover dl {
		transform: scale(1.1);
	}
	.card_wrap {
		display: block;
	}
/*	.system_hotel {
		margin-top: calc(14.2rem + 2.8vw);
	}*/
}
@media(max-width:480px) {
	.card_wrap {
		padding: 4rem 16% 2.6rem;
	}
}
.card_cont {
	display: inline-block;
	width: 8rem;
	height: 4rem;
	margin-right: 1rem;
	padding: 1rem 2rem;
	border-radius: 5px;
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	color: #bb9c42;
	font-weight: 700;
	position: relative;
}
.card_inner {
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
	position: absolute;
	z-index: 5;
}
.card_visa {
	font-size: 1.6rem;
}
.card_master:before, .card_master:after {
	position: absolute;
	top: 0.5rem;
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
	background: #bb9c42;
	content: "";
}
.card_master:before {
	left: 2.4rem;
}
.card_master:after {
	left: 4rem;
}
.card_master .card_inner {
	top: 3.2rem;
	font-size: 1rem;
}
.card_jcb {
	letter-spacing: 1.6rem;
	color: #fff;
}
.card_jcb .card_inner {
	transform: translate(-38%,-50%);
}
.card_jcb:before, .card_jcb:after, .card_jcb .card_inner:before {
	position: absolute;
	top: 0.3rem;
	display: block;
	width: 2rem;
	height: 3.4rem;
	border-radius: 4px 0;
	background: #bb9c42;
	content: "";
	transform: skewX(-5deg);
}
.card_jcb:before {
	left: 0.6rem;
}
.card_jcb:after {
	left: 3rem;
}
.card_jcb .card_inner:before {
	left: 4.2rem;
	top: -1rem;
	z-index: 0;
}
.card_jcb .card_inner:after {
	position: absolute;
	left: 4.7rem;
	content: "B";
}
.card_amex {
	font-size: 1.2rem;
}
.card_wrap + dd {
	margin-top: -2.4rem;
	color: #fff;
}
.system_hotel {
	margin-bottom: 4rem;
}
/*@media(min-width:1366px) {
	.system_hotel {
		margin-bottom: 8rem;
	}
}*/
.system_hotel_box {
	display: block;
	height: 108px;
	line-height: 74px;
	margin-top: calc(1rem + 1vw);
	border-radius: 5px;
	padding: 2rem 3vw;
	background: #bb9c42 url(/img/hotel_banner.png) right bottom no-repeat;
	font-size: 1.8rem;
	color: #fff !important;
	position: relative;
	transition: 0.5s;
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.system_hotel_box:hover {
	text-decoration: none;
	transform: scale(1.1);
}
.system_notice{
	margin-bottom: 8rem;
	text-align: center;
}
.system_notice_box {
	display: inline-block;
	max-width: 96%;
	margin: calc(1rem + 1vw) auto 0;
	padding: 2rem 3vw;
	border: #bb9c42 5px solid;
	background: #fff;
	text-align: left;
	font-size: 1.6rem;
}
.system_notice_box li:before {
	padding-right: .4rem;
	color: #bb9c42;
	content: "＊";
}
.system_plays {
	width: 100%;
	overflow: hidden;
	margin: 0 0 6rem;
	padding: 4rem 0 0;
	background: url(/img/system_play_bg-min.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	position: relative;
	text-shadow: 0 3px 8px rgba(0,0,0,.15)
}
.system_play {
	margin-bottom: calc(2rem + 2vw);
	padding: 0 3%;
	vertical-align: top;
	position: relative;
	z-index: 1;
}
.system_play_list {
	margin-top: calc(1rem + 1vw);
}
.system_play_list li {
	font-size: 1.6rem;
	color: #fff;
	text-shadow: none;
}
.system_play_list {
	display: flex;
	flex-wrap: wrap;
}
.system_play_list li {
	width: 20%;
}
.system_play_list figcaption {
	position: absolute;
	bottom: 1rem;
	display: block;
	width: 100%;
	padding: 0.4em 0;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
@media(min-width:769px) {
	.system_play_list figcaption span {
		font-size: 0.8em;
	}
	.system_notice_box {
		font-size: 1.8rem;
	}
}
@media(max-width:640px) {
	.system_play_list li {flex-grow: 1; min-width: 320px}
}
.system_play_list li figure {
	position: relative;
}
.system_course_inner {
	width: 1200px;
	max-width: 96%;
	margin: calc(1rem + 1vw) auto 0;
	font-size: 1.4rem;
}
.system_costume {
/*	margin-top: calc(2rem + 2vw);*/
	margin-bottom: calc(2rem + 2vw);
	font-size: 1.6rem;
	position: relative;
	z-index: 1;
}
.system_costume_inner {
	width: 640px;
	max-width: 96%;
	margin: calc(1rem + 1vw) auto 0;
	position: relative;
	transition: 0.3s ease-in-out;
}
.system_costume_inner:after {
	position: absolute;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	font-weight: 700;
	font-size: 1.6rem;
	color: #bb9c42;
	text-shadow: none;
	content: "＞";
}
.system_costume_inner a {
	display: block;
	border-radius: 3.3rem;
	border: #bb9c42 1px solid;
	padding: 0.8rem 2rem;
	background: rgba(0, 0, 0, 0.5);
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	color: #bb9c42;
	text-shadow: none;
	transition: 0.3s ease-in-out;
}
.system_costume_inner:hover a {
	box-shadow: 1px 4px 5px rgba(0,0,0,.1);
	text-decoration: none;
}
.system_costume_inner:hover {
	transform: translateY(-5px);
}
.cos_list {
	padding: 1rem 1rem 4rem;
	font-size: 0;
}
.cos_box {
	display: inline-block;
	width: 100%;
	padding: 0 0.5rem 1rem;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
	font-size: 1.8rem;
}
.cos_name {
	position: relative;
	z-index: 1;
	margin-top: -3.3rem;
	padding: 0.3rem 0;
	background: rgba(128,200,233,0.75);
	color: #fff;
	font-weight: 700;
}
@media(min-width:600px) {
	.system_costume_inner:after {
		right: 1.6rem;
		font-size: 3rem;
	}
	.cos_box {
		width: 50%;
		font-size: 1.4rem;
	}
	.cos_long {
		letter-spacing: -1px;
	}
	.cos_name {
		margin-top: -2.7rem;
	}
}
@media(max-width:1024px) {
	.bubbly {
		height: 100%;
	}
}
@media(min-width:768px) {
	.system_play_list li {
		font-size: 1.8rem;
	}
}
@media(min-width:769px) {
	.system_plays {
		background-image: url(/img/system_play-pc-min.jpg);
	}
}
/**/
.system_fare {
	font-size: 0;
}
.system_fare p {
	padding-top: 0.9rem;
	font-size: 1.6rem;
}
.system_station, .system_deliver {
	display: inline-block;
	width: 100%;
	margin: 0 0 4rem;
	padding: 0 3%;
	text-align: center;
	vertical-align: top;
}
.system_deliver {
	margin-bottom: 0;
}
.price_table {
	width: 100%;
	max-width: 1200px;
	margin: calc(1rem + 1vw) auto 0;
	border: #333 1px solid;
	border-top-width: 0;
	font-size: 0;
}
.price_header {
	background: rgba(151,0,0,.75);
}
.price_header, .price_time {
	border-top: #333 1px solid;
}
.price_header dt, .price_header dd, .price_time dt, .price_time dd {
	display: inline-block;
	padding: 2% 1%;
	font-size: 1.6rem;
	text-align: center;
	vertical-align: top;
}
.price_time {
	background: #212529;
}
.price_table dt {
	width: 20rem;
	border-right: #333 1px solid;
	font-weight: 500;
}
.price_table dd {
	width: calc(100% - 20rem);
	border-left: #333 1px solid;
	margin-left: -1px;
}
.price_time dt, .price_time dd {
	background: #212529;
}
.price_header dt, .price_header dd {
	padding: 1% 0 1% 1%;
	font-weight: 500;
	color: #fff;
}
.price_time dd {
	text-align: left;
}
@media(max-width:375px) {
	.price_table {
		position: relative;
	}
	.price_header {
		display: none;
	}
	.price_table dt, .price_table dd {
		border: none;
	}
	.price_time dt, .price_time dd {
		width: 100%;
	}
	.price_time dt {
		background: #970000;
		color: #fff;
	}
	.price_time dt br {
		display: none;
	}
	.price_time dd {
		text-align: center;
	}
}
@media(min-width:768px) {
	.price_time {
		margin-top: 1px;
	}
	.price_header dt, .price_header dd, .price_time dt, .price_time dd {
		font-size: 1.8rem;
	}
}
@media(min-width:1025px) {
	.system_station, .system_deliver {
		width: 50%;
	}
}
