﻿@charset "utf-8";
/* CSS Document */
/* =============================
common
=============================== */
body {
	background: url(../img/common/wrapper_bg.jpg);
	color: #333;
}
body>div {
	background: url(../img/common/wrapper_bg-photo.jpg) center top repeat-y;/*通常時背景*/
/*	background: #fff url(../img/common/wrapper_bg-photo-xmas.jpg) center top fixed;/*xmas用*/
/*	background: url(../img/common/wrapper_bg-gasho.jpg) center top fixed;/*正月背景*/
}
a:link {
	color: #3366ff;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #ff0033;
	text-decoration: none;
}
img {
	vertical-align: bottom !important;
}
.h1_title {
	display: block;
	width: 100%;
	border-bottom: 1px solid #c6b086;
	border-radius: 2px 2px 0 0;
}
.h1_title img {
	display: block;
}
p+p {
	margin-top: 1em;
}
em {
	color: #f33;
}
strong {
	color: #f06;
	text-decoration: underline;
}
.block {
	margin-bottom: 10px;
	box-shadow: 0 0 0 2px #fdf9ed, 0 0 7px 1px rgba(71,40,9,.4);
	border: solid 1px #c6b086;
	border-radius: 2px;
	background-color: white;
}
.block_cream {
	border: 2px solid white;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(48,25,0,.5);
	background-color: #fefbf3;
}
.block_square {
	border: 1px solid #c6b086;
}
.vis_hidden {
	visibility: hidden;
}
.al_center {
	text-align: center;
}
.col_f03 {
	color: #f03;
}
.smaller {
	font-size: 0.8em;
}
.btn_mail-172, .btn_rss-172 {
	width: 172px;
	height: 60px;
	background: url(../img/btn_mail-orange_172-60.png?240426) center center no-repeat;
	text-align: center;
}
.btn_rss-172 {
	background: url(../img/btn_rss-pink_172-60.png) center center no-repeat;
}
.btn_mail-172 a, .btn_rss-172 a, .btn_mail-198 a, .btn_rss-198 a {
	display: block;
	width: 158px;
	height: 50px;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 14px;
	color: white;
	text-decoration: none;
}
.btn_mail-172 a:hover, .btn_rss-172 a:hover, .btn_mail-198 a:hover, .btn_rss-198 a:hover {
	background-color: rgba(255,255,255,0.2);
}
.btn_mail-172 span, .btn_rss-172 span, .btn_mail-198 span, .btn_rss-198 span {
	display: block;
	width: 158px;
	height: 50px;
	line-height: 20px;
	padding-top: 10px;
	padding-left: 14px;
	background-color: rgba(238,238,238,.8);
	color: white;
	text-decoration: none;
}
.btn_mail-198, .btn_rss-198 {
	width: 198px;
	height: 40px;
	background: url(../img/btn_mail-orange_198-40.png) center center no-repeat;
	text-align: center;
}
.btn_rss-198 {
	background: url(../img/btn_rss-pink_198-40.png) center center no-repeat;
}
.btn_mail-198 a, .btn_rss-198 a, .btn_mail-198 span, .btn_rss-198 span {
	width: 184px;
	height: 30px;
}
/* =============================
box-shadow
=============================== */
.g-photos {/* 女性写真小～中用 */
	border: 2px solid white;
	border-radius: 3px;
	box-shadow: 0 0 5px rgba(48,25,0,.5);
}
.g-photol {/* 女性写真プロフィール用 */
	border: 5px solid white;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(48,25,0,.5);
}
.gphoto-rsize {
	display: inline-block;
}
.gphoto-rsize-inner {
	display: inline-block;
	overflow: hidden;
	height: 0;
	padding-bottom: 133.33333%;
	vertical-align: bottom;
}
.shadow-10120 {/* 1/0/1/20%:ブログ-ブログタイトル/メルマガ-届かない場合タイトル */
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.shadow-30310 {/* 3/0/3/10%:メルマガ-メール設定タイトル/料金システム-プレイ */
	border-radius: 2px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
}
.shadow-30340 {/* 3/0/3/40%:周辺ホテルガイドボタン */
	border-radius: 3px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.4);
}
/* ============================= index.html =============================== */
#page-index {
	width: 100%;
	background-image: linear-gradient(to bottom, #cea8d0 760px, #704280 100%);
}
#page-index #container {
	width: 100%;
	background: url(../img/index-contents_bg.jpg) center 77px no-repeat;/*xmas -xmas追加*/
}
/* =============================
header
=============================== */
#page-index header {
	min-height: 259px;
	width: 100%;
	background: url(../img/index-header_bg.png) center top no-repeat;
}
#page-index header h1 {
	width: 381px;
	margin: 0 auto;
	padding-top: 8px;
}
#page-index header h1 img {
	margin-left: -20px;
}
.index-shop {
	margin-top: -59px;
	text-align: center;
}
/* =============================
contents
=============================== */
#index-contents {
	margin-top: -15px;
	position: relative;
}
.index-text {
	width: 1000px;
	min-height: 482px;
	margin: 0 auto;
	padding-bottom: 17px;/* visibility: hidden;/*xmas追加*/
}
.index-text_r {
	float: right;
	padding-right: 10px;
}
.index-text_l {
	padding-left: 15px;
}
#index-contents:after {
	display: block;
	width: 100%;
	height: 28px;
	margin-top: -12px;
	background: url(../img/index_footer-topbg.png) left top repeat-x;
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
	content: "";
}
/* =============================
bottom
=============================== */
#index-bottom {
	position: relative;
	min-width: 1000px;
	min-height: 430px;
	/*	margin-top: -45px;*/
	background: url(../img/index_bg-footer.png) left top;
}
#index-bottom:before {
	width: 100%;
	position: absolute;
	left: 0;
	top: -45px;
	text-align: center;
	content: url(../img/index_footer-img.png);
}
.index-bottom {
	width: 1000px;
	margin: 0 auto 25px;
	padding-top: 30px;
	text-align: left;
	position: relative;
}
.index-18 {
	min-height: 50px;
	margin-top: 30px;
	padding-top: 10px;
	padding-left: 60px;
	background: url(../img/index_18.png) left center no-repeat;
}
.index-btn {
	position: absolute;
	right: 0;
	top: 20px;/*75*/
}
.index-btn li {
	display: inline;
	margin-right: 20px;
}
.index-btn_l img {
	border-radius: 24px;
	box-shadow: 0 1px 2px rgba(0,0,0,.75);
}
.index-btn_e img {
	border-radius: 24px;
	box-shadow: 0 1px 2px rgba(0,0,0,.75);
}
/* =============================
footer
=============================== */
#page-index footer {
	width: 100%;
	/*position: absolute;
	bottom: 30px;*/
	text-align: center;
	margin-top: 20px;
}
#page-index footer address {
	color: white;
}
/* ============================= top.html =============================== */
.page-top {
	position: relative;
}
/* =============================
block
=============================== */
#top-concept {
	width: 520px;
	height: 244px;/*320*/
	overflow: hidden;
	margin-bottom: 18px;
}
#top-news {
	width: 520px;
	height: 476px;/*400*/
	margin-bottom: 18px;
}
#top-newface {
	width: 256px;
	height: 740px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 542px;
	margin-top: 25px;
}
#top-pickup {
	width: 520px;
	height: 520px;
	margin-bottom: 18px;
}
#top-photodiary {
	width: 256px;
	height: 520px;
	overflow: hidden;
	position: absolute;
	top: 760px;
	left: 542px;
	margin-top: 25px;
}
#top-photodiary h1 {
	position: relative;
}
.top-photodiary_btn {
	position: absolute;
	top: 1px;
	right: 3px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
#top-schedule {
	width: 798px;
}
/* =============================
top-concept
=============================== */
/*#top-concept ul {
	position: relative;
}
#top-concept ul li {
	position: absolute;
	top: 0;
}
.concept01 {
	left: 0;
	-moz-animation: anime01 12s infinite;
	-webkit-animation: anime01 12s infinite;
	-ms-animation: anime01 12s infinite;
	animation: anime01 12s infinite;
}
.concept02 {
	left: 520px;
	-moz-animation: anime02 12s infinite;
	-webkit-animation: anime02 12s infinite;
	-ms-animation: anime02 12s infinite;
	animation: anime02 12s infinite;
}
.concept03 {
	left: 1040px;
	-moz-animation: anime03 12s infinite;
	-webkit-animation: anime03 12s infinite;
	-ms-animation: anime03 12s infinite;
	animation: anime03 12s infinite;
}*/
/* =============================
top-news
=============================== */
#top-news #article {
	height: 444px;/*368*/
	overflow: hidden;
/*	overflow-y: scroll;*/
}
#article article {
	margin-bottom: 24px;
	text-align: center;
}
.h2_article {
	margin: 8px 0;
	padding: 4px 10px;
	background-color: #f2defc;
	text-align: left;
}
.h2_article .date {
	margin-right: 2px;
	color: #900;
	font-weight: bold;
}
/*2015.02.18変更*/
.article_img {
	display: inline-block;
	vertical-align: top !important;
}
.article_img img {
	margin: 0 12px;
}
.article_content {
	display: inline-block;
	margin: 0 auto;
	width: 320px;/*2015.02.18追記*/
	text-align: left;/*2015.02.18追記*/
}
.article_content02 {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
}
/* =============================
top-newface
=============================== */
.newf-list {
	height: 696px;
	padding: 6px;
	overflow-y: scroll;
}
#top-newface dt {
	float: left;
}
#top-newface dd {
	padding-left: 90px;
}
.newf-list > li {
	padding-bottom: 8px;
}
.newf-list > li:nth-child(n+2) {
	padding-top: 9px;
	background: url(../img/top_newface-dot.png) left top repeat-x;
}
.newfday {
	border-radius: 3px;
	background-color: #f2defc;
	color: #900;
	text-align: center;
}
.newfprof {
	line-height: 1.1em;
	color: #f60;
}
.newftext {
	padding: 4px 2px;
	border-radius: 3px;
	background-color: #eee;
}
/* =============================
top-pickup
=============================== */
#top-pickup dl {
	margin: 12px 12px 12px;
	overflow: hidden;
	font-size: 0;
}
#top-pickup dl dt {
	display: inline-block;
	text-align: center;
}
#top-pickup dl dd {
	display: inline-block;
	margin-left: 12px;
	vertical-align: top;
	font-size: 14px;
}
.top-pickup-name {
	font-size: 24px;
}
.top-pickup-size {
	color: #f60;
	font-size: 24px;
}
.top-pickup-pdiary .top-on, .top-pickup-message .top-on, .top-pickup-pdiary .top-off, .top-pickup-message .top-off {
	display: block;
	width: 198px;
	height: 40px;
	background: url(../img/btn_rss-pink_198-40.png) center center no-repeat;
	line-height: 40px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.top-pickup-message {
	margin-top: 4px;
}
.top-pickup-message .top-on, .top-pickup-message .top-off {
	background: url(../img/btn_mail-orange_198-40.png) center center no-repeat;
}
.top-pickup-pdiary .top-off, .top-pickup-message .top-off {
	opacity: .5;
}
.top-pickup-message .top-off {
	filter: grayscale(100%);
}
.pickup-text {
	max-height: 225px;
	overflow: hidden;
	overflow-y: auto;
	margin: 0 12px 12px;
	line-height: 1.5em;
	font-size: 14px;
}
/* =============================
top-photodiary
=============================== */
#top-photodiary iframe {
	overflow: scroll;
	border: 0;
}
/* =============================
top-schedule
=============================== */
.schedule-box {
	display: block;
	margin: 12px 38px 0;
	max-width: 740px;
	color: #58471f;
	line-height: 1.4em;
}
.schedule-box>li {
	/*	display: inline-block;*/
	margin-right: 16px;
	margin-bottom: 12px;
	float: left;
}
.schedule-box>li:nth-child(4n) {
	margin-right: 0;
}
.schedule-box ul {
	width: 165px;
	text-align: center;
}
.schedule-box ul li {
	margin-bottom: 5px;
}
.sb-prof, .sb-time, .sb-desc {
	padding: 4px;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
}
.sb-name, .sb-age {
	display: inline;
	margin-right: 0.4em;
	font-size: 16px;
}
.sb-name a {
	color: #58471f;
	text-decoration: none;
}
.sb-size {
	margin-top: 0.2em;
	color: #f60;
}
.sb-time {
	height: 18px;
	line-height: 18px;
	background-color: white;
	font-weight: bold;
	font-size: 16px;
}
.sb-time img {
	margin-right: 6px;
	vertical-align: middle!important;
}
.sb-icon a, .sb-icon>img {
	float: left;
}
.sb-icon a:first-child, .sb-icon>img:first-child {
	margin-right: 5px;
}
.sb-desc {
	display: block;
	line-height: 16px;
	height: 60px;
	overflow: hidden;
	text-align: left;
	letter-spacing: -0.1px;
}
/* ============================= blog.html =============================== */
.blog_content {
	width: 774px;
	margin: 20px 0 12px 16px;
}
.blog_title {
	width: 250px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 8px;
	background: url(../img/blog_h-bg.png) center top no-repeat;
	font-size: 16px;
	text-align: center;
}
.blog_title a {
	display: block;
	width: 250px;
	height: 30px;
}
.blog_list a {
	color: #333;
	text-decoration: none;
}
.blog_list > li {
	float: left;
	margin-right: 8px;
	margin-bottom: 18px;
}
.blog_list dt {
	float: left;
}
.blog_list dd {
	width: 118px;
	height: 167px;
	margin-left: 130px;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
	font-size: 16px;
}
.blog_list dd ul {
	margin: 10px 4px 12px;
}
.blog_prof {
	color: #f60;
}
/* ============================= message.html =============================== */
.message_content {
	width: 774px;
	margin: 20px 0 12px 16px;
}
.message_title {
	width: 250px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 8px;
	background: url(../img/message_h-bg.png) center top no-repeat;
	font-size: 16px;
	text-align: center;
}
.message_title a {
	display: block;
	width: 250px;
	height: 30px;
}
.message_list a {
	color: #333;
	text-decoration: none;
}
.message_list > li {
	float: left;
	margin-right: 8px;
	margin-bottom: 18px;
}
.message_list dt {
	float: left;
}
.message_list dd {
	width: 118px;
	height: 182px;
	line-height: 1.75em;
	margin-left: 130px;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
	font-size: 16px;
}
.message_list dd ul {
	margin: 10px 4px 12px;
}
.message_prof {
	color: #f60;
}
/* ============================= concept.html =============================== */
#concept {
	padding-bottom: 30px;
}
/* =============================
concept_tobisoku
=============================== */
.concept_tobisoku {
	width: 752px;
	margin: 20px auto 30px;
	box-shadow: 0 0 0 2px #fdf9ed, 0 0 7px 1px rgba(71,40,9,.4);
	border: solid 1px #c6b086;
	border-radius: 3px;
	text-align: center;
}
/* =============================
concept_course
=============================== */
.concept_course section {
	float: left;
	width: 366px;
	margin: 20px 14px 0;
	padding-bottom: 24px;
}
.concept_course .concept_tobi {
	margin-left: 15px;
}
.concept_course .concept_soku {
	margin-right: 15px;
}
.concept_h {
	margin-top: 15px;
	margin-left: -9px;
}
.concept_content {
	margin-top: 18px;
	text-align: center;
}
.concept_photo {
	width: 350px;
	margin: 10px auto 0;
	text-align: left;
}
.concept_photo img {
	float: left;
	width: 180px;
}
.concept_photo p {
	float: left;
	width: 160px;
	padding-top: 1.2em;
}
.concept_left p {
	margin-left: 10px;
}
.concept_right p {
	margin-right: 10px;
}
.concept_photo li+li {
	margin-top: 10px;
}
/* ============================= enquete.html =============================== */
#enquete {
	padding-bottom: 20px;
}
#enquete h2 {
	margin-top: 20px;
	margin-bottom: 16px;
	text-align: center;
}
#enquete p, #enquete dl {
	margin-left: 30px;
	margin-right: 30px;
}
.enquete_form p+fieldset {
	margin-top: 20px;
}
.enquete_form dl {
	max-width: 730px;
}
.enquete_form dt {
	margin-top: 20px;
}
.enquete_form dt:first-child {
	margin-top: 0;
}
.enquete_form ul {
	margin: 20px 0;
	margin-left: 30px;
}
.enquete_form ul li {
	display: inline-block;
}
.form_select {
	width: 400px;
	height: 24px;
	margin-right: 6px;
}
.form_text {
	width: 392px;
	height: 24px;
	padding: 0 4px;
}
.form_select2 {
	height: 24px;
}
.form_number, .form_tel {
	height: 24px;
	padding: 0 4px;
}
.form_radio, .form_check {
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
.form_check {
	margin-right: 4px;
}
.form_radio {
	margin-right: 2px;
}
#enquete dd>label {
	margin-right: 4px;
}
.form_textarea {
	width: 400px;
	height: 100px;
	padding: 4px;
	box-sizing: border-box;
	font-size: 12px;
}
.form_submit, .form_clear, .form_button {
	width: 120px;
	height: 24px;
}
.form_submit {
	margin: 0 20px 0 100px;
}
/* =============================
review_box
=============================== */
.review_box {
	width: 732px;
	margin: 12px auto;
	padding: 6px 12px;
}
.review_left, .review_center, .review_right {
	float: left;
}
.review_left {
	width: 164px;
	margin-right: 14px;
}
.review_center {
	width: 250px;
	margin-right: 14px;
}
.review_right {
	width: 290px;
}
/* =============================
review_center
=============================== */
.review_center>ul>li+li {
	margin-top: 8px;
}
.review_center .top_ranking-prof {
	height: 56px;
	padding: 4px 3px;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
	background-color: #fff;
}
.review_center .top_ranking-name {
	margin-top: 4px;
	font-size: 24px;
	line-height: 1em;
}
.review_center .top_ranking-size {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1em;
	color: #f60;
}
.review_realtime {
	height: 66px;
	line-height: 1.5em;
	padding: 12px;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
	box-shadow: inset 1px 2px 2px rgba(0,0,0,.1);
	background: #fff url(../img/bg_review-realtime.png) center center no-repeat;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.review_realtime em {
	color: #f06;
}
.review_schedule table {
	width: 100%;
	height: 92px;
}
.review_schedule th {
	width: 33%;
	line-height: 30px;
	border: 1px solid #d8d6cf;
	background-color: #e9d495;
	text-align: center;
	vertical-align: middle;
}
.review_schedule td {
	line-height: 14px;
	border: 1px solid #d8d6cf;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
.review_icon a {
	float: left;
	display: block;
}
.review_icon a:first-of-type {
	margin-right: 6px;
}
/* =============================
review_right
=============================== */
.review_play dt {
	clear: both;
	float: left;
}
.review_play dd {
	float: left;
	width: 100px;
	height: 20px;
	line-height: 20px;
	padding: 4px;
	border: 1px solid #d8d6cf;
	background-color: #fff;
	font-size: 20px;
	text-align: center;
}
.review_right p.komento {
	overflow-y: auto;
	height: 102px;
	margin-top: 8px;
	padding: 6px 8px;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
	background-color: #fff;
}
/* =============================
review_review
=============================== */
.review_review {
	clear: both;
	padding-top: 8px;
}
.review_review dl {
	padding-bottom: 2px;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
	background-color: #fff;
}
.review_review dt {
	padding-left: 12px;
	border-bottom: 1px solid #d8d6cf;
	line-height: 25px;
	background-image: linear-gradient(to top, #fec0c9, #fecbd2);
}
.review_cost {
	line-height: 24px;
	margin: 0 12px;
	border-bottom: 1px dotted #d8d6cf;
}
.review_day {
	float: right;
	padding-right: 50px;
	color: #f60;
}
.review_cmnt {
	min-height: 46px;
	line-height: 1.5em;
	margin: 0 12px;
	border-bottom: 1px dotted #d8d6cf;
}
.review_poin {
	margin-left: 415px;
	padding-left: 16px;
	background: url(../img/ico_hand.png) left center no-repeat;
}
.review_poin span {
	margin-left: 1em;
	color: #55bedc;
}
/*parts*/
/*class*/
.review_box_class-platina, .review_box_class-regular, .review_box_class-rookie {
	width: 250px;
	height: 30px;
	line-height: 30px;
	background-color: #d8d6cf;
	border: solid 1px #d8d6cf;
	border-radius: 3px;
	text-align: center;
	color: #fff;
	font-family: serif;
	font-size: 18px;
	font-weight: bold;
}
.review_box_class-platina {
	background-image: -webkit-linear-gradient(bottom, rgba(212,0,11,.8) 50%, rgba(212,42,48,.8) 51%, rgba(245,95,100,.8));
	background-image: -moz-linear-gradient(bottom, rgba(212,0,11,.8) 50%, rgba(212,42,48,.8) 51%, rgba(245,95,100,.8));
	background-image: -o-linear-gradient(bottom, rgba(212,0,11,.8) 50%, rgba(212,42,48,.8) 51%, rgba(245,95,100,.8));
	background-image: -ms-linear-gradient(bottom, rgba(212,0,11,.8) 50%, rgba(212,42,48,.8) 51%, rgba(245,95,100,.8));
	background-image: linear-gradient(to top, rgba(212,0,11,.8) 50%, rgba(212,42,48,.8) 51%, rgba(245,95,100,.8));
}
.review_box_class-regular {
	background-image: -webkit-linear-gradient(bottom, #ff7b00 50%, #ff9019 51%, #ffb463);
	background-image: -moz-linear-gradient(bottom, #ff7b00 50%, #ff9019 51%, #ffb463);
	background-image: -o-linear-gradient(bottom, #ff7b00 50%, #ff9019 51%, #ffb463);
	background-image: -ms-linear-gradient(bottom, #ff7b00 50%, #ff9019 51%, #ffb463);
	background-image: linear-gradient(to top, #ff7b00 50%, #ff9019 51%, #ffb463);
}
.review_box_class-rookie {
	background-image: -webkit-linear-gradient(bottom, rgba(0,135,0,.9) 50%, rgba(68,135,27,.9) 51%, rgba(105,168,66,.9));
	background-image: -moz-linear-gradient(bottom, rgba(0,135,0,.9) 50%, rgba(68,135,27,.9) 51%, rgba(105,168,66,.9));
	background-image: -o-linear-gradient(bottom, rgba(0,135,0,.9) 50%, rgba(68,135,27,.9) 51%, rgba(105,168,66,.9));
	background-image: -ms-linear-gradient(bottom, rgba(0,135,0,.9) 50%, rgba(68,135,27,.9) 51%, rgba(105,168,66,.9));
	background-image: linear-gradient(to top, rgba(0,135,0,.9) 50%, rgba(68,135,27,.9) 51%, rgba(105,168,66,.9));
}

/* ============================= event.html =============================== */
.event_content {
	width: 752px;
	margin: 20px auto;
	padding-bottom: 30px;
	text-align: center;
}
.event_h {
	width: 750px;
	height: 34px;
	line-height: 34px;
	margin-top: 6px;
	margin-left: -9px;
	padding-left: 20px;
	background: url(../img/event_h-bg.png) left top no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-shadow: 1px 1px 2px rgba(255,255,255,0.8), -1px -1px 2px rgba(255,255,255,0.8);
}
.event_link {
	margin: -26px 24px 26px;
	text-align: right;
}
.event_content img {
	border: 1px solid #ccc;
}
/* ============================= eventd.html =============================== */
.eventd_content {
	margin: 30px 20px 20px;
}
.eventd_img {
	text-align: center;
	margin-bottom: 20px;
}
.eventd_img img {
	border: 1px solid #ccc;
}
.eventd_text {
	margin-bottom: 20px;
}
/* ============================= guide.html =============================== */
#guide {
	padding-bottom: 30px;
}
.title_ribbon {
	width: 750px;
	height: 34px;
	line-height: 34px;
	margin-top: 12px;
	margin-left: -9px;
	padding-left: 10px;
	background: url(../img/event_h-bg.png) left top no-repeat;
}
.title_ribbon img {
	vertical-align: middle !important;
}
/* =============================
guide_guide
=============================== */
.guide_guide {
	width: 760px;
	margin: 24px auto 0;
}
.guide_guide section {
	width: 752px;
	margin: 12px auto;
	padding-bottom: 10px;
}
.guide_guide section:first-child {
	margin-top: 20px;
}
.guide_guide p {
	margin-left: 24px;
}
.guide_guide h1+p {
	margin-top: 10px;
}
.guide_guide01 {
	min-height: 240px;
	background-image: url(../img/guide_img-step1.jpg);
	background-position:  right 46px;
	background-repeat: no-repeat;
}
.guide_guide01 p {
	width: 500px;
}
.guide_guide02 p img {
	margin-bottom: 2px;
}
.guide_guide04 p {
	width: 560px;
}
.guide_guide04 {
	background-image: url(../img/guide_img-step4.jpg);
	background-position: right 42px;
	background-repeat: no-repeat;
}
/* =============================
guide_148
=============================== */
.guide_148 {
	width: 752px;
	min-height: 199px;
	margin: 30px auto 0;
	padding-bottom: 12px;
	background-image: url(../img/guide_img-148.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.guide_148 h1 {
	margin-top: 6px;
	text-align: center;
}
.guide_148 ul {
	width: 640px;
	margin-top: 6px;
	margin-left: 12px;
}
.guide_148 li {
	border-bottom: 1px solid #c9b48c;
}
.guide_148 li dt {
	clear: both;
	float: left;
	width: 170px;
	text-align: center;
}
.guide_148 li:nth-of-type(1) dt {
	padding-top: 10px;
	height: 38px;
}
.guide_148 li:nth-of-type(n+2) dt {
	padding-top: 14px;
	height: 34px;
}
.guide_148 li dd {
	height: 37px;
	line-height: 37px;
	padding-top: 10px;
	padding-left: 190px;
}
/* =============================
guide_reservagree
=============================== */
.guide_reservagree {
	width: 760px;
	margin: 30px auto;
}
.guide_reservagree>h1 {
	text-align: center;
}
.guide_reservagree section {
	width: 752px;
	margin: 12px auto;
	padding-bottom: 10px;
}
.guide_reservagree section h1+ul {
	margin-top: 12px;
}
.guide_reservagree section li {
	list-style-type: disc;
	margin-left: 40px;
}
.guide_reservagree section dt {
	margin: 12px 24px 0;
}
.guide_agree h1+p {
	margin-top: 12px;
}
.guide_agree p {
	margin-left: 24px;
	margin-right: 24px;
}
.guide_agree p em {
	font-weight: bold;
}
.guide_agree dt:before {
	content: "○";
}
.guide_agree dt {
	font-weight: bold;
}
.guide_agree h2+p {
	margin-top: 12px;
}
.guide_agree h3 {
	margin-top: 12px;
	margin-left: 24px;
}
/* =============================
hotel_link
=============================== */
.hotel_link {
	margin: 24px auto;
	text-align: center;
}
.hotel_link li {
	display: inline-block;
	width: 80px;
}
.hotel_link li+li {
	border-left: 1px solid #3c104a;
}
/*---------口コミバナー---------*/
.hotel-review-banner {
	width: 750px;
	margin: 10px 0 0 45px;
}
.hotel-review-banner li {
	display: inline-block;
	width: 130px;
	margin: 10px 10px 0 0;
}
/* =============================
guide_hotel
=============================== */
.guide_hotel-link {
	text-align: center;
}
.guide_hotel {
	width: 752px;
	min-height: 199px;
	margin: 30px auto 0;
	padding-bottom: 12px;
}
.guide_hotel h1 {
	margin-top: 6px;
	text-align: center;
}
.guide_hotel table {
	width: 740px;
	margin: 12px auto 0;
	font-size: 11px;
}
.guide_hotel thead {
	background-color: #3c104a;
}
.guide_hotel thead th:nth-of-type(1) {
	width: 165px;
}
.guide_hotel thead th:nth-of-type(2) {
	width: 176px;
}
.guide_hotel thead th:nth-of-type(3) {
	width: 80px;
}
.guide_hotel thead th:nth-of-type(4) {
	width: 125px;
}
.guide_hotel th {
	padding: 3px;
	border: 1px solid #7b4f8a;
	color: white;
	text-align: center;
	font-weight: bold;
}
.guide_hotel tbody th {
	background-color: #7b4f8a;
}
.guide_hotel td {
	padding: 3px;
	border: 1px solid #7b4f8a;
}
.guide_hotel tr td:nth-of-type(n+3), .guide_hotel-row {
	background-color: #fffff0;
}
.guide_hotel>p {
	width: 740px;
	margin: 8px auto 0;
}
/* =============================
guide_medicalhealth
=============================== */
.guide_medicalhealth {
	width: 760px;
	margin: 30px auto 0;
}
.guide_medicalhealth section {
	width: 752px;
	margin: 12px auto 0;
	padding-bottom: 10px;
}
.guide_medicalhealth section p {
	margin: 12px 24px 0;
}
/* ============================= link.html =============================== */
#link {
	padding-bottom: 30px;
}
/* =============================
link_link
=============================== */
.link_link ul {
	width: 740px;
	margin: 12px auto 0;
}
.link_link ul li {
	display: inline-block;
	width: 140px;
	line-height: 2em;
}
.link_link .link_table {
	width: 600px;
	margin: 12px auto 0;
}
.link_link td {
	padding-bottom: 16px;
	color: #000;
	font-size: 10px;
	text-align: center;
}
.link_link td a img {
	margin-bottom: 4px;
}
.link_link>p {
	margin-left: 30px;
}
.link_link td img {
	max-width: 100%;
}
/* =============================
link_banner
=============================== */
.link_banner table {
	width: 740px;
	margin: 12px auto 0;
}
.link_banner th {
	width: 100px;
	padding: 10px;
	border: 1px solid #3c104a;
	background-color: #7b4f8a;
	color: white;
	text-align: center;
	font-weight: normal;
}
.link_banner td {
	padding: 10px;
	border: 1px solid #3c104a;
}
/* ============================= mailmagazine.html =============================== */
#mailmagazine {
	padding-bottom: 30px;
}
#mailmagazine section {
	margin: 30px auto 0;
}
/* =============================
mailmagazine_banner
=============================== */
.mailmagazine_banner {
	margin: 20px 0 0;
	text-align: center;
}
/* =============================
mailmagazine_form
=============================== */
.mailmagazine_form {
	width: 754px;
	/*	padding-bottom: 24px;*/
	border: 1px solid #d8d6cf;
}
.mailmagazine_form-title {
	height: 18px;
	padding: 6px 20px;
	border-bottom: 1px solid #d8d6cf;
	background-color: #e4dfc5;
}
.mailmagazine_form p {
	margin: 12px 24px;
}
.mailmagazine_form ul {
	width: 716px;
	margin: 0 20px;
}
.mailmagazine_form li {
	float: left;
}
.mailmagazine_form .form_clear {
	width: 80px;
	margin-left: 12px;
}
/* =============================
mailmagazine_recieve
=============================== */
.mailmagazine_recieve {
	width: 730px;
	padding: 6px 11px 12px;
}
.mailmagazine_recieve-title {
	margin-bottom: 12px;
}
.mailmagazine_recieve em {
	color: #333;
	font-weight: bold;
}
/* =============================
mailmagazine_detail
=============================== */
.mailmagazine_detail section {
	width: 752px;
}
#mailmagazine .mailmagazine_detail section+section {
	margin-top: 24px;
}
.event_h img {
	margin-left: -10px;
	vertical-align: middle !important;
}
.mailmagazine_detail p {
	margin: 10px;
}
/* =============================
mailmagazine_config
=============================== */
.mailmagazine_config {
	width: 760px;
}
#mailmagazine .mailmagazine_config section {
	width: 758px;
	margin-top: 26px;
	border: 1px solid #d8d6cf;
}
.mailmagazine_config section p, .mailmagazine_config section dl {
	margin: 12px 20px;
}
.mailmagazine_config section h1 {
	width: 480px;
	height: 60px;
	line-height: 60px;
	margin: -3px 0 0 -2px;
	padding-left: 280px;
	border: 1px solid #c6b086;
	border-radius: 5px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.1);
}
.mailmagazine_domain {
	display: inline-block;
	margin: 3px 0;
	padding: 2px 5px;
	border: 1px solid #d8d6cf;
	border-radius: 2px;
	box-shadow: inset 1px 1px 2px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.1);
}
.mailmagazine_pc h1 {
	background: #fefbf3 url(../img/mailmagazine_h-bg_pc.png) 20px center no-repeat;
}
.mailmagazine_docomo h1 {
	background: #fefbf3 url(../img/mailmagazine_h-bg_docomo.png) 20px center no-repeat;
}
.mailmagazine_au h1 {
	background: #fefbf3 url(../img/mailmagazine_h-bg_au.png) 20px center no-repeat;
}
.mailmagazine_softbank h1 {
	background: #fefbf3 url(../img/mailmagazine_h-bg_softbank.png) 20px center no-repeat;
}
.mailmagazine_config dt {
	color: #f06;
	font-weight: bold;
}
.mailmagazine_config dd+dt {
	margin-top: 12px;
}
/* ============================= movie.html =============================== */
.movie_list {
	width: 760px;
	margin: 20px auto 30px;
}
.movie_list li {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 20px;
}
.movie_list li:nth-child(3n) {
	margin-right: 0;
}
.movie_list dd dl {
	margin: 10px 0 0;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
	text-align: center;
}
.movie_list dd dt a {
	display: block;
	color: #58471f;
	font-size: 20px;
	text-decoration: none;
}
.movie_list dd dd {
	color: #f60;
	font-size: 16px;
}
/* ============================= profile.html =============================== */
/* =============================
profile_left
=============================== */
.profile_left {
	float: left;
	width: 370px;
	margin: 20px 23px;
}
.profile_photo {
	width: 360px;
}
.profile_ico {
	margin-top: 5px;
}
.profile_ico li {
	float: left;
	margin-top: 1px;
}
.profile_photo-list ul {
	margin-top: 10px;
}
.profile_photo-list ul li {
	float: left;
	margin-right: 5px;
	border: 1px solid #c6b086;
}
.profile_photo-list ul li:last-child {
	margin-right: 0;
}
.profile_pass .form_text {
	width: 268px;
	margin-right: 10px;
}
.profile_pass .form_button {
	width: 76px;
}
.profile_contact {
	width: 350px;
	margin: 8px auto;
	text-align: center;
}
.profile_contact li {
	float: left;
	font-size: 14px;
}
.profile_contact ul li:first-child {
	margin-right: 6px;
}
.profile_movie {
	width: 320px;
	margin: 0 auto;
}
/* =============================
profile_right
=============================== */
.profile_right {
	float: left;
	width: 360px;
	margin: 20px 0;
}
.profile_profile {
	/*	height: 300px;/* 枠外 */
	height: 340px;/* 枠内 */
	padding: 12px 19px;
}
.profile_prof {
	height: 68px;
	margin-top: 10px;
	border-radius: 3px;
	border: 1px solid #d8d6cf;
	background-color: white;
}
.profile_prof dl {
	margin: 12px 12px 0;
}
.profile_prof dt {
	line-height: 26px;/*30*/
	color: #58471f;
	font-size: 26px;/*30*/
}
.profile_prof dd {
	color: #f60;
	font-size: 16px;/*14*/
}
.profile_table {
	height: 176px;
	margin-top: 10px;
}
.profile_table dl {
	border: 1px solid #d8d6cf;
	background-color: white;
	font-size: 12px;/*14*/
}
.profile_table dt {
	clear: both;
	float: left;
	width: 80px;/*109*/
	line-height: 34px;
	margin-right: 10px;
	margin-bottom: 1px;
	padding-left: 10px;
	border-right: 1px solid #d8d6cf;
	background-color: #e4dfc5;
}
.profile_table dt:nth-last-child(2) {
	margin-bottom: 0;
}
.profile_table dd {
	line-height: 34px;
	height: 34px;
	border-bottom: 1px solid #d8d6cf;
}
.profile_table dd:last-child {
	border-bottom-width: 0;
}
.profile_work {
	/*	margin-top: 20px;/* 枠外 */
	margin-top: 10px;/* 枠内 */
}
.profile_work li {
	float: left;
	/*	width: 170px;/* 枠外 */
	width: 150px;/* 枠内 */
	height: 30px;
	line-height: 30px;
	padding-top: 5px;
}
.profile_work li:first-child {
	/*	margin-right: 16px;/* 枠外 */
	margin-right: 14px;/* 枠内 */
}
.profile_photodiary {
	/*	height: 764px;/* 枠外 */
	height: 780px;/* 枠外 */
	margin-top: 20px;
	overflow: hidden;
}
.profile_photodiary h1 {
	position: relative;
}
.profile_photodiary iframe {
	overflow-y: scroll;
	border: none;
}
/* =============================
profile_bottom
=============================== */
.profile_introduce {
	clear: both;
	width: 750px;
	margin: 0 auto;
}
.profile_introduce p {
	margin: 12px;
	font-size: 14px;
}
.profile_list {
	width: 752px;
	margin: 20px auto 0;
}
.profile_play {
	float: left;
	width: 368px;
	height: 344px;
	margin-right: 12px;
}
.profile_option {
	float: left;
	width: 368px;
	height: 344px;
}
.profile_play dl, .profile_option dl {
	margin: 5px 7px;
	font-size: 14px;
}
.profile_play-left {
	float: left;
	width: 173px;
	line-height: 32px;
}
.profile_play .profile_play-right, .profile_option .profile_play-right {
	float: left;
	width: 173px;
	line-height: 32px;
	margin: 5px 0;
}
.profile_play-left dt, .profile_play-right dt {
	float: left;
	width: 140px;
	margin-right: 8px;
	border: 1px solid #d8d6cf;
	border-top: none;
	background-image: linear-gradient(to top, #ededed, #fff);
}
.profile_play-left dt:first-child, .profile_play-right dt:first-child {
	border-top: 1px solid #d8d6cf;
}
.profile_play-left dd, .profile_play-right dd {
	line-height: 32px;
	border: 1px solid #d8d6cf;
	border-bottom-width: 0;
	height: 32px;
}
.profile_play-left dd:last-child, .profile_play-right dd:last-child {
	border-bottom-width: 1px;
}
.profile_play-left dt a, .profile_play-right dt a {
	display: block;
	padding: 8px 4px;
	line-height: 16px;
	color: #333;
	text-decoration: none;
}
/* review */
.profile_enquete {
	width: 750px;
	margin: 20px auto 0;
	font-size: 14px;
}
.profile_enqheader {
	width: calc(100% + 4rem);
	max-width: 606px;
	margin: 0 auto;
	text-align: center;
}
.prof_chart {
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 400px;
	height: 45vh;
	max-height: 400px;
	margin: 2rem auto;
	text-align: right;
	vertical-align: middle;
}
.prof_average {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	padding: 4rem 0;
	text-align: center;
	vertical-align: middle;
}
.prof_avetit {
	display: block;
	padding: 0.4rem;
	border: 1px solid #333;
	background: #444;
	color: #FFF;
}
.prof_ave {
	display: block;
	border: 1px solid #333;
	border-top-width: 0;
	font-size: 24px;
	font-weight: bold;
}
.point_small {
	font-size: 14px;
	font-weight: 500;
}
.prof_enq_tit {
	padding-left: 12px;
	font-size: 24px;
}
.prof_enq_wrap {
	margin: 12px;
	border: 1px solid #703b8a;
}
.prof_enq_cont:nth-child(odd) {
	background-color: #f5f5f5;
}
.prof_enq_cont:not(:last-child) {
	border-bottom: 1px solid #703b8a;
}
.prof_enq_items {
	padding: 12px 0;
}
.prof_enq_items dl {
	width: 100%;
	padding: 4px;
	box-sizing: border-box;
}
.prof_enq_items dt, .prof_enq_items dd {
	display: inline-block;
	padding: 0 4px;
	vertical-align: top;
	box-sizing: border-box;
}
.prof_enq_items dt {
	font-weight: bold;
}
.prof_enq_item dt {
	width: 160px;
}
.prof_enq_item dd {
	width: calc(100% - 168px);
}
.prof_enq_item2:first-child dl:first-child {
	padding-bottom: 0;
}
.prof_enq_item dl, .prof_enq_iteml dl {
	border-top: 1px dotted #ccc;
}
.prof_enq_iteml dl {
	border-bottom: 1px dotted #ccc;
}
.prof_enq_item:nth-child(2) dl:first-child {
	border-top: 1px solid #ccc;
}
.prof_enq_iteml dd {
	display: block;
}
.profile_schedule {
	width: 750px;
	margin: 20px auto 0;
}
#profile.block {
	padding-bottom: 30px;
}
.profile_schedule table {
	width: 720px;
	margin: 10px auto;
	font-size: 14px;
}
.profile_schedule th {
	line-height: 30px;
	border: 1px solid #d8d6cf;
	background-color: #e9d495;
	text-align: center;
}
.profile_schedule td {
	line-height: 18px;
	padding: 4px;
	border: 1px solid #d8d6cf;
	text-align: center;
}
.profile_review {
	width: 750px;
	margin: 20px auto 0;
	font-size: 14px;
}
.profile_review ul {
	height: 350px;/*256*/
	overflow: hidden;
	overflow-y: scroll;
}
.profile_review li {
	width: 712px;
	margin: 12px auto 0;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
}
.profile_review li dt {
	line-height: 22px;
	padding-left: 12px;
	border-bottom: 1px solid #d8d6cf;
	border-radius: 3px 3px 0 0;
	background-image: linear-gradient(to top, #fec0c9, #fecbd2);
	color: #58471f;
}
.profile_review li dd {
	width: 688px;
	line-height: 22px;
	margin: 4px auto 0;
	/*	border-bottom: 1px dotted #ccc;*/
	background: url(../img/profile_review-dot.png) center bottom repeat-x;
}
.profile_review li dd:nth-of-type(2) {
	padding-bottom: 1em;
}
.profile_review li dd:last-child {
	padding-left: 415px;
	background: none;
	font-size: 12px;
}
.profile_review li dd img {
	vertical-align: middle !important;
}
.profile_review .review_box {
	overflow-y: hidden;
	height: 900px;
	margin: 0;
	padding: 12px;
}
.profile_point {
	margin-left: 1em;
	color: #55bedc;
}
.profile_write {
	display: block;
	height: 22px;
	margin-top: -22px;
	margin-right: 30px;
	color: #f60;
	text-align: right;
}
/* ============================= ranking.html =============================== */
#ranking {
	padding-bottom: 30px;
}
#ranking article {
	float: left;
	width: 366px;
	margin: 20px 14px 0;
	padding-bottom: 24px;
}
#ranking .ranking_percent {
	margin-left: 15px;
}
#ranking .ranking_count {
	margin-right: 15px;
}
.ranking_h {
	margin-top: 15px;
	margin-left: -9px;
}
#ranking article section {
	width: 342px;
	height: 327px;
	margin: 30px auto 0;
}
#ranking article section h1 {
	margin-bottom: 12px;
}
.ranking_img {
	float: left;
	width: 165px;
	text-align: center;
}
.ranking_img .g-photos {
	margin-top: 7px;
}
.ranking_prof {
	height: 65px;
	border-radius: 3px;
	border: 1px solid #d8d6cf;
}
.ranking_content {
	width: 165px;
	margin-left: 177px;
}
.ranking_content ul>li {
	margin-top: 5px;
}
.ranking_content ul li:first-child {
	margin-top: 0;
}
.ranking_prof, .ranking_schedule, .ranking_text {
	background-color: white;
}
.ranking_prof dl {
	margin: 3px;
}
.ranking_prof dt {
	color: #58471f;
	font-size: 18px;
	line-height: 1.3em;
}
.ranking_prof dd {
	color: #f60;
	font-size: 14px;
	line-height: 1.3em;
}
.ranking_schedule {
	width: 163px;
	height: 26px;
	line-height: 26px;
	padding-top: 3px;
	border-radius: 3px;
	border: 1px solid #d8d6cf;
	background: white url(../img/bg_schedule-rb.png) right bottom no-repeat;
	text-align: center;
	color: #58471f;
	font-size: 16px;
	font-weight: bold;
	display: none;/*2020.04.08phpデータずれが起こるため非表示*/
}
.ranking_ico {
	margin-top: 7px !important;
}
.ranking_ico ul {
	height: 64px;
	margin-top: -7px;
}
.ranking_ico li {
	float: left;
}
.ranking_ico ul li img {
	line-height: 1em;
	vertical-align: bottom;
}
.ranking_ico ul li:first-child {
	margin-top: 5px;
	margin-right: 5px;
}
.ranking_ico ul li+li {
	margin-top: 5px;
}
.ranking_text {
	height: 106px;/*2020.04.08元70px*/
	margin-top: 3px !important;
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #d8d6cf;
}
/* ============================= realtime.html =============================== */
.realtime_list {
	width: 712px;
	margin: 0 auto 30px;
	padding: 12px 20px 0;
}
.realtime_box {
	float: left;
	width: 340px;
	margin-right: 32px;
	margin-bottom: 22px;
}
.realtime_box:nth-child(even) {
	margin-right: 0;
}
.realtime_box>dl>dt {
	float: left;
	width: 165px;
	margin-right: 10px;
	text-align: center;
}
.realtime_box .g-photos {
	margin-top: 4px;
}
.realtime_box>dl>dd {
	float: left;
	width: 165px;
}
.realtime_box dd>ul>li {
	margin-top: 6px;
}
.realtime_wait {
	width: 163px;
	height: 24px;
	line-height: 24px;
	margin-top: 0 !important;
	padding-top: 2px;
	border-radius: 3px;
	border: 1px solid #d8d6cf;
	background-color: #fdd;
	text-align: center;
	color: #58471f;
	font-size: 14px;
	font-weight: bold;
}
.realtime_schedule {
	width: 163px;
	height: 24px;
	line-height: 24px;
	padding-top: 2px;
	border-radius: 3px;
	border: 1px solid #d8d6cf;
	background: white url(../img/bg_schedule-rb.png) right bottom no-repeat;
	text-align: center;
	color: #58471f;
	font-size: 14px;
	font-weight: bold;
}
.realtime_prof {
	line-height: 2.1em;
	padding: 4px 3px 0;
	border-radius: 3px;
	border: 1px solid #d8d6cf;
	background-color: white;
}
.realtime_prof dt {
	color: #58471f;
	font-size: 20px;
}
.realtime_prof dd {
	color: #f60;
	font-size: 16px;
}
.realtime_box .sb-time {
	padding-top: 5px;
	text-align: center;
}
/* ============================= recruit.html =============================== */
#recruit {
	padding-bottom: 30px;
}
#recruit section {
	width: 752px;
	margin: 30px auto 0;
	padding-bottom: 24px;
}
#recruit p {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}
#recruit h1+p {
	margin-top: 12px;
	text-align: center;
}
/* ============================= review.html =============================== */
/* =============================
review_list
=============================== */
.review_chart {
	padding: 4px 3px;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
	background-color: #fff;
}
.note_chart {
	margin: 4px 0 8px;
}
.review_count {
	text-align: center;
}
/* ============================= schedule.html =============================== */
.schedule_text {
	margin: 20px 20px 0;
}
.schedule_real {
	float: right;
	margin-top: -133px;/*15.05.18 -138*/
	margin-right: 20px;
	/*	padding-right: 20px;15.05.18*/
	color: #f03;
}
.schedule_real img {
	border-radius: 3px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
}
.schedule_date {
	width: 778px;
	padding-left: 20px;
	border-bottom: 1px solid #c6b086;
}
.schedule_date+.schedule_date {
	margin-top: 20px;
}
.schedule_date li {
	float: left;
	width: 108px;
	height: 39px;
	text-align: center;
}
.schedule_date li:nth-of-type(odd) {
	background: url(../img/schedule_date-1.png) left center no-repeat;
}
.schedule_date li:nth-of-type(even) {
	background: url(../img/schedule_date-2.png) left center no-repeat;
}
.schedule_date+.schedule_date li:nth-of-type(odd) {
	background: url(../img/schedule_date-2.png) left center no-repeat;
}
.schedule_date+.schedule_date li:nth-of-type(even) {
	background: url(../img/schedule_date-1.png) left center no-repeat;
}
.schedule_date li:last-child {
	width: 109px;
}
.schedule_date li a {
	display: block;
	line-height: 35px;
	padding-top: 4px;
	color: #333;
	font-size: 14px;
	text-decoration: none;
}
.schedule_date li .schedule_selected {
	color: #F06;
}
#schedule .ranking_schedule {
	font-size: 14px;
	font-weight: normal;
}
/* ============================= system.html =============================== */
#system {
	padding-bottom: 30px;
}
/* =============================
system_price
=============================== */
.system_price {
	width: 700px;
	margin: 30px auto;
}
.system_price dl {
	width: 700px;
	margin-bottom: 30px;
}
.system_platina dt {
	height: 35px;
	border-radius: 3px 3px 0 0;
	background-image: -o-linear-gradient(bottom, #3b2d59, #684f9e);
	background-image: linear-gradient(to top, #3b2d59, #684f9e);
	text-align: center;
}
.system_hotel dl {
	margin: 6px auto 0;
}
.system_hotel dt {
	font-weight: bold;
	text-align: center;
}
.system_hotel dd {
	padding-left: 60px;
}
.system_hotel dd li {
	list-style: disc inside;
}
.system_notice {
	margin: 15px 0 20px;
	text-align: center;
}
.system_note li:before {
	content: "※";
}
.system_note li:first-child {
	margin-bottom: 0.4em;
}
.system_note {
	padding: 6px 12px;
	border: 1px solid #c6b086;
	border-radius: 3px;
	background: url(../img/index_bg-footer.png);
}
.system_note h2 {
	margin-bottom: 0.4em;
	border-bottom: 1px dashed #c6b086;
	color: #f06;
	font-weight: bold;
	font-size: 16px;
}
.system_note li:before {
	content: "※";
}
/* =============================
system_credit
=============================== */
.system_credit {
	width: 700px;
	margin: 0 auto;
	background: url(../img/system_bg-credit.png) center center no-repeat;
	text-align: center;
}
.system_credit a {
	display: block;
	height: 21px;
	padding-top: 84px;
}
/* =============================
system_p-point
=============================== */
.system_p-point {
	text-align: center;
	margin: 20px auto 0px;
}
.system_p-point img {
	border: 1px solid #C6B086;
}
/* =============================
system_play
=============================== */
.system_play {
	width: 760px;
	margin: 50px auto 0;
}
.system_play dl {
	margin-bottom: 30px;
}
.system_play dd {
	float: left;
	margin-top: 12px;
	margin-right: 6px;
	text-align: center;
}
.system_play dd img {
	margin-top: 3px;
}
.system_play dd br+img {
	margin-top: -33px;
}
.system_play-photo {
	display: block;
	overflow: hidden;
	height: 118px;
	margin-top: 3px;
	border: 1px solid #999;
}
.system_play dd .system_play-photo img {
	margin-top: -33px;
	margin-bottom: -30px;
}
.system_play dd .system_play-photo .sumb_up {
	margin-top: -53px;
	margin-bottom: -10px;
}
.system_play dd .system_play-photo .sumb_down {
	margin-top: -13px;
	margin-bottom: -50px;
}
.system_play dd img:first-child {
	box-shadow: inset 1px 1px 1px rgba(153,153,153,1);
}
.system_play dd:nth-of-type(4n) {
	margin-right: 0;
}
.system_option {
	margin-top: 2px;
	/*	margin-left: 20px;*/
	font-size: 14px;
}
.new {
	position: relative;
}
.new:after {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	content: url(../img/ico_new.png);
}
/* =============================
system_fare system_deliver
=============================== */
.system_fare, .system_deliver {
	width: 760px;
	margin: 30px auto 0;
	padding: 5px 0 10px;
}
.system_fare h1, .system_deliver h1 {
	text-align: center;
}
.system_fare-img {
	margin: 14px 0 12px;
	text-align: center;
}
.system_fare-img img {
	border-radius: 20px;
	box-shadow: 1px 2px 6px 1px rgba(0,0,0,.30);
}
.system_fare dl {
	margin-left: 40px;
	margin-bottom: 8px;
}
.system_fare dt {
	clear: both;
	float: left;
	width: 180px;
	margin-right: 12px;
	text-align: right;
}
.system_ffree {
	color: #093;
}
.system_f1000 {
	color: #09f;
}
.system_f2000 {
	color: #33f;
}
.system_f3000 {
	color: #60c;
}
.system_fare li {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 70px;
}
.system_deliver dl {
	width: 700px;
	margin: 24px auto 0;
	border-bottom: 1px solid #c6b086;
	display: table;
}
.system_deliver dt {
	clear: both;
	float: left;
	width: 120px;
	height: 41px;
	margin: 1px;
	padding-top: 7px;
	padding-left: 15px;
	border-right: 1px dashed #c6b086;
	background: url(../img/system_bg-deliverth.png) left center;
	color: #f06;
}
.system_deliver .b {
	padding-top: 16px;
	height: 32px;
}
.system_deliver dd {
	height: 33px;
	width: 550px;
	padding: 16px 20px 0 150px;
	border: 1px solid #c6b086;
	border-bottom-width: 0;
	background: url(../img/system_bg-delivertd.png) left center repeat-x;
}
.system_deliver .a {
	height: 41px;
	padding-top: 8px;
}
.system_deliver p {
	width: 722px;
	margin: 20px auto 10px;
}
/* ============================= wife.html =============================== */
.wife_class-text {
	margin: 20px;
}
#wife .wife_class-text {
	text-align: center;
}
/*.wife_class-text dt {
	clear: both;
	float: left;
	height: 24px;
	margin-bottom: 10px;
}
.wife_class-text dd {
	line-height: 24px;
	margin-left: 172px;
	margin-bottom: 10px;
}
.wife_platina {
	color: #f03;
}
.wife_regular {
	color: #f60;
}
.wife_training {
	color: #690;
}*/
.wife_list {
	width: 752px;
	margin: 10px auto 30px;
}
.wife_list>ul {
	width: 714px;
	margin: 20px auto 0;
}
.wife_box {
	float: left;
	width: 165px;
	margin-right: 18px;
	margin-bottom: 20px;
}
li.wife_box:nth-of-type(4n) {
	margin-right: 0;
}
.wife_list li ul {
	text-align: center;
}
.wife_list li li {
	margin-top: 4px;
}
.wife_list li ul li:first-child {
	margin-top: 0;
}
.wife_ico ul li:first-child {
/*margin-right: 5px;*/
}
.wife_ico ul li:nth-child(2n) {
	margin-left: 5px;
}
.wife_ico ul li:nth-child(n+3) {
	padding-top:3px;
}
.wife_ico {
	min-height: 55px;
}
.wife_class {
	min-height: 24px;
}
.wife_ico .wife_fl {
	float: left;
	width: 80px;
	margin-top: 0;
}
.wife_ico .wife_cb {
	clear: both;
	padding-top: 3px;
}
.wife_prof {
	border-radius: 3px;
	border: 1px solid #d8d6cf;
	background-color: white;
}
.wife_prof dt {
	color: #58471f;
	font-size: 14px;
}
.wife_prof dd {
	color: #f60;
}
/* =============================
event
=============================== */

/* ============================= lingerie.html =============================== */
#page-lingerie {
	width: 595px;
	padding: 5px;
}
#page-lingerie h1 {
	margin: 15px 0 15px 5px;
}
.lingerie_box {
	display: inline-block;
	width: 122px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #eee;
	border-radius: 3px;
	box-shadow: 1px 1px 1px #ccc;
	background: #fff;
}
#page-lingerie ul li:nth-of-type(4n) {
	margin-right: 0;
}
.lingerie_img img {
	border: 1px solid #ddd;
}
.lingerie_name {
	text-align: center;
	width: 122px;
	border-radius: 2px;
	line-height: 1.0em;
	padding: 6px 0 5px 0;
	color: #ee014f;
	font-weight: bold;
	background: url(../img/icon_heart.png) no-repeat 10px 48%, url(../img/icon_heart.png) no-repeat 95px 48%, #fcdee9;
}
/* =============================
フランチャイズ募集のお知らせ
=============================== */
.fc-notice_tit {
	font-size: 20px;
	line-height: 1.0em;
	margin: 0;
	padding: 10px 0 0 10px;
	color: #E26221;
	font-weight: bold;
}
.fc-notice_pop {
	width: 450px;
	margin: 10px auto;
	background: #fff;
}
.fc-notice_text {
	width: 420px;
	margin: 0 auto;
	padding: 5px 0;
	line-height: 150%;
}
.fc-notice01 {
	font-size: 16px;
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ccc;
}
.fc-notice01 span {
	padding: 0 0 0 5px;
	border-left: 5px solid #E26221;
}
.fc-notice02 {
	padding: 0;
	margin: 5px 0 0 0;
}
.fc-notice03 {
	padding: 0;
	margin: 0 0 10px 0;
}
.fc-notice03 a {
	font-size: 16px;
}
span.bold {
	font-weight: bold;
}
.course_pop_close {
	text-align: right;
	margin: 0 15px 0 0;
	padding: 5px 0 10px;
}
