@charset "utf-8";
/* CSS Document */
/* =============================
common
=============================== */
body {
	background: url(../img/common/wrapper_bg.jpg);
	color: #58471f;
}
body>div {
	background: url(../img/common/wrapper_bg-photo.jpg) center top repeat-y;
	/*background: url(../img/xmas01.jpg) center top fixed;*/
}
a:link {
	color: #3366ff;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #ff0033;
	text-decoration: none;
}
img {
	vertical-align: bottom !important;
	border-radius: inherit;
}

.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;
}
.btn_mail-172, .btn_rss-172 {
	width: 172px;
	height: 60px;
	background: url(../img/btn_mail-orange_172-60.png) 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, #c4e191 760px, #526f1f 100%);
}
#page-index #container {
	width: 100%;
	background: url(../img/index-contents_bg.jpg) center 77px no-repeat;
}
/* =============================
header
=============================== */
#page-index header {
	min-height: 259px;
	width: 100%;
	background: url(../img/index-header_bg.png) center top no-repeat;
}
#page-index  header h1 {
	margin: 0 0 0 -48px;
	padding-top: 44px;
	text-align: center;
}
#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: 522px;
	margin: 0 auto;
	padding-bottom: 17px;
}
.index-text_r {
	float: right;
	padding-right: 10px;
}
.index-text_l {
	padding-left: 15px;
}
#index-contents:after {
	width: 100%;
	position: absolute;
	left: 0;
	margin-top: -57px;
	text-align: center;
	content: url(../img/index_footer-img.png);
	z-index: 20;
}
/* =============================
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 {
	display: block;
	width: 100%;
	top: -28px;
	height: 28px;
	background: url(../img/index_footer-topbg.png) left top repeat-x;
	box-shadow: 0 2px 2px rgba(0,0,0,.4);
	content: "";
	z-index: 10;
}
.index-bottom {
	width: 1000px;
	margin: 0 auto 45px;
	padding-top: 55px;
	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: 45px;/*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;
}
#top-pickup {
	width: 520px;
	height: 520px;
	margin-bottom: 18px;
}
#top-photodiary {
	width: 256px;
	height: 520px;
	overflow: hidden;
	position: absolute;
	top: 760px;
	left: 542px;
}
#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: #fddfe4;
	text-align: left;
}
.h2_article .date {
	margin-right: 2px;
	color: #f60;
	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: #fdebee;
	color: #25b4e9;
	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;
}
#top-pickup dl dt {
	font-size: 24px;
	text-align: center;/*画像大きいバージョン*/
}
.pickup-prof {
	color: #f60;
}
.pickup-img {
/*	float: left;
	margin-right: 12px;画像小さいバージョン*/
	margin-bottom: 10px;
	text-align: center;/*画像大きいバージョン*/
	/*background: url(../img/top_pickup-img.jpg) center center no-repeat;  小泉追加  */
	/*background-size: 392px;  小泉追加  */
	position: relative;/*小泉追加*/
	width: 400px;
	height: auto;
	margin: 0 auto 10px;
}

/*小泉追加*/
img.pickup-waku {
	position: relative;
	z-index: 999;
}
img.pickup-girlsImg {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
/**/

.pickup-btn {
/*	margin-left: 336px;/*画像小さいバージョン*/
	text-align: center;/*画像大きいバージョン*/
}
.pickup-btn li {
/*	display: block;/*画像小さいバージョン*/
	display: inline-block;/*画像大きいバージョン*/
	margin-bottom: 12px;
}
.pickup-btn a {
	font-size: 12px;
}
.pickup-text {
/*	clear: both;
	height: 247px;画像小さいバージョン*/
	max-height: 162px;/*画像大きいバージョン*/
	line-height: 1.5em;
	overflow: hidden;
	overflow-y: auto;
/*	padding: 4px;
	border: 1px solid #d8d6cf;
	border-radius: 3px;*/
	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: 165px;
	line-height: 1.6em;
	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;
}
/* ============================= 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_aroma
=============================== */
.concept_aroma:before {
	position: absolute;
	display: block;
	width: 755px;
	height: 30px;
	margin-top: -40px;
	background: url(../img/concept_line-s.png) center center;
	content: "";
}
.concept_aroma {
	position: relative;
	width: 752px;
	margin: 50px auto 30px;
}
.concept_img-aroma {
	overflow: hidden;
	float: left;
	width: 320px;
	height: 214px;
	margin: 0 10px 0 0;
	border: 5px solid #fff;
	box-sizing: border-box;
	box-shadow: 1px 2px 5px rgba(0,0,0,.25);
}
.concept_img-aroma img {
	margin: -5px;
}
.concept_text-aroma {
	line-height: 1.8em
}
.concept_aroma-hr {
	display: block;
	width: 755px;
	height: 30px;
	border: none;
	background: url(../img/concept_line-l.png) center center;
}
/* =============================
concept_course
=============================== */
.concept_course section {
	width: 752px;
	margin: 20px 20px 0;
	padding-bottom: 24px;
}
.concept_h {
	margin-top: 15px;
	margin-left: -9px;
}
.concept_content {
	margin-top: 18px;
	text-align: center;
}
.concept_photo {
	width: 732px;
	margin: 10px auto 0;
	text-align: left;
}
.concept_photo img {
	margin-bottom: 10px;
}
.concept_left img, .concept_right img {
	float: left;
	width: 320px;
}
.concept_photo p {
	float: left;
	width: 402px;
}
.concept_left p {
	margin-left: 10px;
}
.concept_right p {
	margin-right: 10px;
}
.concept_photo li+li {
	margin-top: 30px;
}
/* ============================= 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_textarea {
	width: 400px;
	height: 100px;
	font-size: 12px;
}
.form_submit, .form_clear, .form_button {
	width: 120px;
	height: 24px;
}
.form_submit {
	margin: 0 20px 0 100px;
}

/* ============================= 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;
}
/* =============================
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;
}
/* =============================
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: #4c1d12;
}
.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 #8a594e;
	color: white;
	text-align: center;
	font-weight: bold;
}
.guide_hotel tbody th {
	background-color: #8a594e;
}
.guide_hotel td {
	padding: 3px;
	border: 1px solid #8a594e;
}
.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_banner
=============================== */
.link_banner table {
	width: 740px;
	margin: 12px auto 0;
}
.link_banner th {
	width: 100px;
	padding: 10px;
	border: 1px solid #3f160d;
	background-color: #8a594e;
	color: white;
	text-align: center;
	font-weight: normal;
}
.link_banner td {
	padding: 10px;
	border: 1px solid #3f160d;
}

/* ============================= 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;/* 枠外 */
	height: 585px;/* 組み換え */
	margin-top: 20px;
	margin-bottom: 0;
	overflow: hidden;
}
.profile_photodiary h1 {
	position: relative;
}
.profile_photodiary iframe {
	overflow-y: scroll;
	border: none;
}
/* =============================
profile_bottom
=============================== */
.profile_introduce {
	clear: both;
	width: 368px;
	margin: 20px auto 0;
}
.profile_introduce p {
	margin: 12px;
}
.profile_list {
	width: 752px;
	margin: 20px auto 0;
}
.profile_play {
	float: left;
	width: 368px;
/*	height: 344px;/*9行*/
	height: 152px;/*3行*/
	margin-right: 12px;
}
.profile_option {
	float: left;
	width: 368px;
/*	height: 344px;/*9行*/
	height: 152px;/*3行*/
}
.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;
}
.profile_schedule {
	width: 750px;
	margin: 20px auto 0;
}
.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 30px;
	font-size: 14px;
}
.profile_review ul {
	height: 350px;/*256*/
	overflow: hidden;
	overflow-y: scroll;
}
.review_right {
	float: left;
	width: 531px;
}
.profile_review .review_review {
	width: 710px;
	margin-top: 12px;
}
.review_review {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d8d6cf;
	border-radius: 3px;
	background: #fff;
}
.review_review 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;
}
.review_review dd {
	line-height: 22px;
	margin: 4px 12px 0;
/*	border-bottom: 1px dotted #ccc;*/
	background: url(../img/profile_review-dot.png) center bottom repeat-x;
}
.review_review .review_cmnt {
	padding-bottom: 1em;
}
.review_review .review_poin {
	margin-right: 42px;
	background: none;
	text-align: right;
	font-size: 12px;
}
.review_poin img {
	vertical-align: middle !important;
}
.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: 7px;
}
.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 {
/*	display: none;*/
	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;
}
.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: 72px;
	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: 28px;
	line-height: 28px;
	margin-top: 0 !important;
	padding-top: 4px;
	border-radius: 3px;
	border: 1px solid #d8d6cf;
	background-color: #fdd;
	text-align: center;
	color: #58471f;
	font-size: 16px;
	font-weight: bold;
}
.realtime_schedule {
	width: 163px;
	height: 28px;
	line-height: 28px;
	padding-top: 4px;
	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: 7px 3px 5px;
	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;
}
.ranking_text {
	height: 102px;
	padding: 3px;
	border-radius: 3px;
	border: 1px solid #d8d6cf;
}
/* ============================= 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;
}
/* ============================= schedule.html =============================== */
.schedule_text {
	margin: 20px 20px 0;
}
.schedule_real {
	float: right;
	margin-top: -193px;/*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 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 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_notice {
	margin: 15px 0 20px;
	text-align: center;
}
.system_note li:before {
	content: "※";
}
.system_note li:first-child {
	margin-bottom: 0.4em;
}
.system_note {
	margin-top: 30px;
	padding: 12px 18px;
	border: 1px solid #c6b086;
	border-radius: 3px;
	background: url(../img/index_bg-footer.png);
}
/* =============================
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: 0;
}
.system_play dd .system_play-photo .sumb_up {
	margin-top: 0;
}
.system_play dd .system_play-photo .sumb_down {
	margin-top: 0;
}
.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: 110px;
	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: 145px;
	height: 41px;
	margin: 1px;
	padding-top: 7px;
	padding-left: 20px;
	border-right: 1px dashed #c6b086;
	background: url(../img/system_bg-deliverth.png) left center no-repeat;
	color: #f06;
}
.system_deliver .b {
	padding-top: 16px;
	height: 32px;
}
.system_deliver dd {
	height: 33px;
	width: 515px;
	padding: 16px 20px 0 185px;
	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;
}
/* ============================= girls.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 .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;
}
