@charset "shift_jis";


/*-- windows8 スナップビューで正常表示させる --*/
@-ms-viewport {
	width: device-width;
}

html { font-size: 62.5%; overflow:auto;}
body { font-size: 14px; font-size: 1.4rem; } /* =14px */
h1   { font-size: 24px; font-size: 2.4rem; } /* =24px */
body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
/*- apple -*/
	overflow: hidden !important;
	min-width: 980px;
}



/* common
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*--- clearFix ---*/
.clr:after {
	content: '';
	display: block;
	clear: both;
}

/*--- float ---*/
.lt {
	float: left;
}
.rt {
	float: right;
}

/*--- container ---*/
.container {
	width: 980px;
	margin: 0 auto;
}

/*--- 上へ戻る ---*/
#go_top{
	position: fixed;
	display: none;
	z-index: 9999;
	right: 20px;
	bottom: 20px;
	width: 54px;
	height: 54px;
	line-height: 54px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	background: rgb(108, 210, 166);
	border-radius: 50% 50%;
	text-align: center;
	text-decoration: none;
}
/*--- text ---*/
.center {
	text-align: center;
}
.pc_only {
	display: block;
}
.sp_only {
	display: none;
}

/*-- ご予約・お問合せバナー --*/
.bt_reserv {
	float: left;
	margin: 0 14px 0 0;
	width: 60%;
}
.bt_reserv img {
	display: block;
	width: 100%;
	vertical-align: bottom;
}
.bt_webreserv {
	float: left;
	height: 148px;
	width: 35%;
	box-sizing: border-box;
	background: #2f2e2c;
}
.bt_webreserv a {
	display: block;
	padding-top: 25px;
	height: 118px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	color: #2f2e2c;
	line-height: 1.6;
	text-align: center;
	border: 1px solid #2f2e2c;
	box-sizing: border-box;
	background: #fff;
}
.bt_webreserv a:hover span {
	opacity: 0.8;
}
.bt_webreserv > img {
	display: block;
	margin: 9px auto;
	width: 30%;
}
.bt_webreserv a span {
	display: block;
	width: 60%;
	margin: 8px auto 0;
	padding: 6px;
	color: #fff;
	text-align: center;
	background: #2f2e2c;
}

/*-- totop_big_banner --*/
a.totop_big_banner {
	display: block;
	width: 100%;
}
a.totop_big_banner img {
	width: 100%;
	vertical-align: bottom;
}


/* TOPページ
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*======== pickUP女性背景 ========*/
.lady_wrap {
	position: relative;
	background: url('../images/top/wrap_bg2-min.png') center 450px repeat-y #FAFAF9;
}
#pickUp_girls {
	z-index: 0;
	position: absolute;
	left: 50%;
	top: 740px;
	width: 1930px;
	margin-left: -965px;
}
/*--- 写真別配置 ---*/
#pickUP_girls > span {
	display: inline-block;
}
#pickUp_girls .pk1{
	position: absolute;
	top: 0;
	left: 0;
}
#pickUp_girls .pk2{
	position: absolute;
	top: 530px;
	left: 0;
}
#pickUp_girls .pk3{
	position: absolute;
	top: 0;
	right: 0;
}
#pickUp_girls .pk4{
	position: absolute;
	top: 530px;
	right: 0;
}
#pickUp_girls img {
	position: relative;
	border: 4px solid #CDC09D;
	box-shadow: inset 2px 2px 6px 0 rgba(0,0,0,0.2), 4px 5px 11px 0 rgba(0,0,0,0.3);
}
/*--- 奥様名 ---*/
#pickUp_girls > span > span {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

/*======== ヘッダー ========*/
header {
	position: relative;
	z-index: 9999;
	height: 120px;
	background: url('../images/top/header_bg.jpg') center top repeat-x #fff;
	box-shadow: 0 0 5px rgba(29, 2, 12, 0.4);
}
header .top_title {
	background: #8a7a54;
}
header .header_cnt {
	position: relative;
}
header > div > h1 {
	width: 980px;
	margin: 0 auto;
	padding: 3px 0;
	color: #fff;
	font-size: 1.1px;
	font-size: 1.1rem;/*-11px-*/
	font-weight: normal;
	text-align: right;
}
#head_content .a_min_cnt {
	text-align: right;
}
#head_content .Comp_out img {
	display: inline-block;
}
#head_content .Comp_out img:nth-of-type(1) {
	width: 20px;
	vertical-align: middle;
	margin-bottom: 5px;
}
#head_content .Comp_out img:nth-of-type(2) {
	width: 160px;
	padding-top: 5px;
	margin: 0 3px 0 0;
}
/*- ヘッダー左カラム -*/
#head_content .main_logo {
	float: left;
	width: 41%;
}
#head_content .main_logo img {
	margin-top: -8px;
	width: 100%;
	vertical-align: bottom;
}
#head_content .aside_contents {
	float: right;
	width: 50%;
}
#head_content .aside_contents > div div {
	float: right;
}
#head_content .aside_contents > div {
	text-align: right;
}
#head_content .aside_contents .head_qr {
	float: right;
}
#head_content .aside_contents .head_qr img {
	width: 58px;
}
#head_content .aside_contents .res_list {
	margin-right: 12px;
	border-bottom: 2px solid #aaa88d;
}
#head_content .aside_contents .res_list p {
	float: right;
	display: inline-block;
	height: 42px;
}
#head_content .aside_contents .phone {
	font-style: oblique;
	font-size: 38px;
	font-size: 3.8rem;
	line-height: 38px;
	color: #62604e;

}
#head_content .aside_contents .re_time {
	display: inline-block;
	margin: 4px 12px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	color: #3b3831;
}
#head_content .aside_contents .web_res a {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fffc00;
	background: #00b7ff;
	padding: 5px 12px;
	margin: 3px 0 0 7px;
	box-sizing: border-box;
}
#head_content .aside_contents .web_res a:hover {
	opacity: 0.8;
}

.header_cnt .phone_sp {
	display: none;
	margin-top: 8px;
	box-sizing: border-box;
}
.header_cnt .phone_sp img {
	width: 38px;
	height: 43px;
}

/*- ヘッダー右カラム -*/

/*---- SPメニュー ----*/
.drawer-hamburger {
	display: none !important;
}
.menu_icon_name {
	display: block;
	font-size: 11px;
	margin-top: 12px;
	line-height: 1;
}
.drawer-hamburger {
	position: absolute !important;
	right: 2% !important;
	top: 0 !important;
	float: right;
	margin-top: 6px;
	padding: 4px 3px 3px 3px !important;
	box-sizing: border-box !important;
	width: 40px !important;
	color: #fff !important;
	background: #F17696 !important;
	border-radius: 4px;
	border: 2px solid #fff !important;
}
.drawer-brand {
	font-size: 16px !important;
	font-size: 1.6rem !important;
	color: #fff !important;
	height: 80px;
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
	background-color: #fff !important;
	height: 3px !important;
}
.drawer-open .drawer-hamburger-icon {
	background-color: transparent !important;
}
/*sp_menu open時サイズ*/
.drawer--right .drawer-nav {
	right: -50% !important;
}
.drawer-nav {
	width: 50% !important;
}
.drawer-open .drawer-nav {
	right: 0 !important;
}

/*-- 各項目サイズ --*/
.drawer-menu-item {
	width: 98% !important;
	margin: 0 auto !important;
	padding: 12px !important;
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-weight: 700;
	color: #fff !important;
	border-top: 1px solid #b0ab7d !important;
	border-bottom: 1px solid #817c5f !important;
	background: #a39d74 !important;
	box-sizing: border-box !important;
}
.drawer-menu {
	background: #a39d74 !important;
}
.drawer-nav {
	background: #a39d74 !important;
}

/*======== main_Visual ========*/
.Visual_bg {
	position: absolute;
	z-index: 1;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 740px;
	background: url('../images/top/Visual_bg-min.png') top center;
}
#main_slider {
	position: relative;
	min-width: 980px;
	overflow: hidden;
	margin-top: 20px;
}
.bx_wrap {
	max-width: 980px;
	margin: 0 auto;
}
.bx-viewport {
	overflow: visible !important;
	background: none !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	left: 0 !important;
}
.bxslider li {
	//margin: 0 15px;
}
.bxslider li a {
	position: relative;
	display: block;
	width: 98%;
	margin: 0 auto;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
}
.bxslider li a:hover {
	box-shadow: 3px 3px 5px rgba(29, 2, 12, 0.5);
}
.bxslider li img {
	width: 100%;
	vertical-align: bottom;
	box-shadow: 3px 3px 5px rgba(29, 2, 12, 0.5);
}

/*--- キャプション ---*/
.bxslider li a p {
	position: absolute;
	bottom: 0;
	padding: 4px 5px;
	width: 100%;
	background: rgba(0,0,0,0.8);
	color: #fff;
	line-height: 1.4;
	box-sizing: border-box;
}
.bxslider li a p span.msg {
	display: inline-block;
	float: left;
	font-size: 1.8px;
	font-size: 1.8rem;/*-14px-*/
}
.bxslider li a p span.pick_data {
	display: inline-block;
	float: right;
	font-size: 1.6px;
	font-size: 1.6rem;/*-14px-*/
}

/*======== メインコンテンツ ========*/
#content {
	position: relative;
	padding: 565px 20px 30px;
	background: url('../images/top/ptn03.png');
	box-shadow: rgba(151,152,153,.5) 0 0 5px 2px;
}

/*======== leftコンテンツ ========*/
#content .left_wrap {
	position: relative;
	float: left;
	width: 200px;
}
#content .left_cnt {
	width: 200px;
	margin-bottom: 30px;
}

/*-- メインNavi --*/
nav#pc_g_nav {
	position: relative;
	z-index: 1;
	margin-top: 23px;
	margin-bottom: 60px;
	width: 200px;
}
nav#pc_g_nav ul {
	list-style-type: none;
}
nav#pc_g_nav ul,
nav#pc_g_nav ul li {
	width: 100%;
}
nav#pc_g_nav ul li a {
	position: relative;
	display: block;
	height: 46px;
	overflow: hidden;
}
nav#pc_g_nav ul li.nav_first a {
	height: 72px;
}
nav#pc_g_nav ul li a img {
	width: 100%;
	vertical-align: bottom;
}
nav#pc_g_nav ul li.nav_first a img:hover,
nav#pc_g_nav ul li a img:hover {
	position: absolute;
	top: -100%;
}
/*スマホ用　表示*/
nav#pc_g_nav ul li a span {
	display: none;
}
/*---- /メインNavi ----*/

/*---- 写メ日記 ----*/
#Photo_diary {
	margin-bottom: 30px;
}
#Photo_diary .iframe_wrap {
	width: 100%;
	height: 400px;
	overflow: auto;
	-webkit-overflow-scrolling:touch;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}
#Photo_diary .iframe_wrap iframe {
	display:block;
	width: 100%;
	height: 100%;
	border: none;
}
#Photo_diary h2 img {
	width: 100%;
}

/*---- Line求人 ----*/
#line_job {
	margin-bottom: 30px;
}
#line_job a {
	display: block;
}
#line_job img {
	width: 100%;
}

/*---- その他バナー ----*/
#other_bn {
	margin-bottom: 30px;
}
#other_bn a {
	display: block;
	margin-bottom: 15px;
}
#other_bn img {
	width: 100%;
}

/*---- メルマガ ----*/
#mail_mg {
	margin-bottom: 30px;
}
#mail_mg a {
	display: block;
}
#mail_mg img {
	width: 100%;
}

/*---- mobile ----*/
#mobile a {
	display: block;
}
#mobile img {
	width: 100%;
}

/*======== rightコンテンツ ========*/
#content .right_cnt {
	position: relative;
	z-index: 1;
	float: right;
	width: 740px;
}
.right_cnt > section {
	margin-bottom: 10px;
}

/*---- スクロールナビ ----*/
#scroll_nav {
	position: fixed;
	width: 80px;
	top: 3000px;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	-o-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
}
.p20 {
	position: fixed;
	top: 20px !important;
}
#scroll_nav ul {
	list-style: none;
}
#scroll_nav ul li {
	width: 100%;
}
#scroll_nav ul li a {
	width: 100%;
	display: block;
}
#scroll_nav ul li a:hover {
	opacity: 0.8;
}
#scroll_nav li a img {
	width: 100%;
	vertical-align: bottom;
}

/*-- 本日の出勤 --*/
#top_today {
	margin-top: 20px;
}
#top_today > p,
#new_lady > p,
#news > p {
	margin-bottom: 20px;
	font-size: 12px;
	font-size: 1.2rem;/*-11px-*/
}
.lady_list a:hover,
.new_ladyBox a:hover {
	opacity: 0.7;
}
.lady_list ul {
	list-style: none;
	width: 756px;
	margin: 0;
}
.lady_list li {
	position: relative;
	float: left;
	width: 158px;
	margin: 17px 3.8% 0 0;
}
.lady_list li dl {
	margin-bottom: -1px;
	font-size: 14px;
	font-size: 1.4rem;/*-14px-*/
	border: 1px solid #F17696;
	text-align: center;
}
.lady_list li dt {
	float: left;
	padding: 0;
	width: 40px;
	color: #fff;
	line-height: 22px;
	background: #F17696;
	box-sizing: border-box;
	font-weight: 700;
}
.lady_list li dd {
	color: #F17696;
	line-height: 22px;
}
.lady_list li > div {
	position: relative;
	padding: 2px;
	height: 290px;
	border: 1px solid #F17696;
	box-sizing: border-box;
}
.lady_list li figure > a {
	position: relative;
	display: block;
}
.lady_list li figure img {
	position: relative;
	width: 100%;
	vertical-align: bottom;
}
.lady_list li figure figcaption {
	padding-left: 5%;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	color: #523C00;
	line-height: 2;
}
.lady_list li figure p {
	position: absolute;
	width: 100%;
	bottom: 3px;
	text-align: right;
}
.lady_list li figure p span {
	display: inline-block;
	padding: 3px 4px;
	margin:  0 3px;
	font-size: 12;
	font-size: 1.2rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 3px;
}

.lady_list li figure p .new {
	background: #87aa20;
}
.lady_list li figure p .shyame {
	background: #fa7589;
}
.lady_list li > div > p {
	width: 90%;
	margin: 0 auto;
	padding-top: 5px;
	font-size: 14px;
	font-size: 1.4rem;
	border-top: dotted 2px #CEB56E;
}
.lady_list li > div > p > span {
	display: block;
}
.lady_list .detail_jump {
	text-align: center;
}
.lady_list .detail_jump a {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 12px;
	font-size: 14px;
	font-size: 1.4rem;/*-11px-*/
	font-weight: 700;
	color: #fff;
	background: #414141;
}

/*-- 新人紹介--*/
.new_ladyBox {
	width: 98%;
	background: url('../images/top/new_bg.jpg');
	border-radius: 10px;
}
.new_ladyBox ul {
	list-style: none;
	width: 90%;
	padding: 5% 0;
	margin: 0 0 0 5%;
}
.new_ladyBox li {
	position: relative;
	float: left;
	width: 130px;
	margin: 0 0.5% 0 0.5%;
}
.new_ladyBox li dl {
	margin-bottom: 3px;
	font-size: 13px;
	font-size: 1.3rem;/*-14px-*/
	border: 1px solid #F17696;
	text-align: center;
}
.new_ladyBox li dt {
	padding: 0;
	width: 100%;
	color: #fff;
	background: #F17696;
	box-sizing: border-box;
	font-weight: 700;
}
.new_ladyBox li dd {
	width: 100%;
	color: #F17696;
	background: #fff;
}
.new_ladyBox li p.no_shift {
	margin-bottom: 5px;
}
.new_ladyBox li > div {
	position: relative;
	padding: 2px;
	border: 1px solid #F17696;
	box-sizing: border-box;
	background: #fff;
}
.new_ladyBox li figure > a {
	position: relative;
	display: block;
}
.new_ladyBox li figure img {
	position: relative;
	width: 100%;
	vertical-align: bottom;
}
.new_ladyBox li figure figcaption {
	width: 98%;
	margin: 0 auto;
	padding-left: 2px;
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: 700;
	color: #523C00;
	line-height: 2;
}
.new_ladyBox li figure p {
	position: absolute;
	width: 100%;
	bottom: 3px;
	text-align: right;
}
.new_ladyBox li figure p span {
	display: inline-block;
	padding: 3px 4px;
	margin:  0 3px;
	font-size: 11;
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 3px;
}
.new_ladyBox li figure p .new {
	background: #87aa20;
}
.new_ladyBox li figure p .shyame {
	background: #fa7589;
}
.new_ladyBox li > div > p {
	width: 98%;
	margin: 0 auto;
	padding-top: 2px;
	font-size: 11px;
	font-size: 1.1rem;
	border-top: dotted 2px #CEB56E;
}
.new_ladyBox li > div > p .join {
	font-weight: 700;
	color: #523C00;
}
.new_ladyBox .detail_jump {
	text-align: center;
}
.new_ladyBox .detail_jump a {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 12px;
	font-size: 14px;
	font-size: 1.4rem;/*-11px-*/
	font-weight: 700;
	color: #fff;
	background: #414141;
}
/*矢印*/
.slick-prev,
.slick-next {
	z-index: 9999;
	width: 40px !important;
	height: 40px !important;

}
.slick-prev:hover,
.slick-next:hover {
	opacity: 0.8;
}
.slick-prev {
	left: -21px !important;
	background: url('../images/top/new_arrow2.png') !important;
}
.slick-next {
	background: url('../images/top/new_arrow1.png') !important;
}
.slick-prev::before,
.slick-next::before {
	content: '' !important;
}

/*-- 最新情報 --*/
.news_box {
	width: 98%;
	border-radius: 10px;
	margin-bottom: 30px;
}
.news_box ul {
	list-style: none;
}
.news_box li {
	position: relative;
	width: 96%;
	margin: 0 2% 10px 0;
	box-sizing: border-box;
	background: #fffdf4;
}
.news_box li a {
	display: block;
	padding: 2%;
	color: #191919;
	border: 1px solid #F17696;
	border-left: 5px solid #F17696;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
}
.news_box li > a p {
	width: 100%;
	margin: 0 auto;
	padding-top: 2px;
	font-size: 11px;
	font-size: 1.1rem;
	border-top: dotted 2px #CEB56E;
}
.news_box li a:hover {
	box-shadow: 2px 2px 5px rgba(71, 35, 35, .8);
}
/* news時間 */
.news_box li .create_time {
	margin: 0 0 8px 0;
	padding: 0 0 3px 0;
	border-top: none;
	border-bottom: solid 1px #F17696;
}
.news_box li .create_time time {
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #523C00;
	line-height: 1;
	vertical-align: baseline;
}
.news_box li .create_time::before {
	display: inline-block;
	content: '';
	margin-top: -6px;
	background: url('../images/top/newsTitle_arrow.gif') no-repeat 50% 50%;
	background-size: 100%;
	width: 16px;
	height: 16px;
	vertical-align: middle;
}
/* news写真 */
.news_box li .news_photo {
	float: left;
	width: 20%;
}
.news_box li .news_photo img {
	position: relative;
	width: 100%;
	vertical-align: bottom;
}
/* newsコメント */
.news_box li div.news_comment,
.news_box li div.news_comment_noPhoto {
	float: right;
	width: 77%;
	margin: 0 auto;
	padding: 5px 0;
}
/*写真無しコメント欄のワイド幅変更*/
.news_box li div.news_comment_noPhoto {
	float: none;
	width: 100%;
}
.news_box li .comment_detail {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	color: #323232;
	line-height: 1.6;
	border-top: none;
}
.news_box li > div > p .join {
	font-weight: 700;
	color: #523C00;
}
.news_box .detail_jump {
	text-align: center;
}
.news_box .detail_jump a {
	display: inline-block;
	margin-top: 20px;
	padding: 8px 12px;
	font-size: 14px;
	font-size: 1.4rem;/*-11px-*/
	font-weight: 700;
	color: #fff;
	background: #414141;
}

/*-- 華美人グループのご紹介 --*/
#group {
	width: 98%;
}
#group_box {
	margin-top: 20px;
}
#group_box ul {
	list-style: none;
}
#group_box ul li {
	float: left;
	overflow: hidden;
	margin: 0 1% 20px;
	width: 31%;
}
#group_box ul li a {
	display: block;
	border: 1px solid #fff;
	border-radius: 3px;
	overflow: hidden;
}
#group_box ul li a:hover {
	opacity: 0.8;
}
#group_box ul li h3 {
	margin: 0;
	padding: 8px;
}
#group_box ul li h3 img,
#group_box ul li a img {
	width: 100%;
	vertical-align: bottom;
}
#group_box ul li:nth-of-type(1) a{
	background: #696848;
}
#group_box ul li:nth-of-type(2) a{
	background: #cf8283;
}
#group_box ul li:nth-of-type(3) a{
	background: #4ebde3;
}
#group_box ul li:nth-of-type(4) a{
	background: #66c9a3;
}
#group_box ul li:nth-of-type(5) a{
	background: #c94a88;
}
#group_box ul li:nth-of-type(6) a{
	background: #072a54;
}

/* footer
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
footer {
	z-index: 9999;
	padding: 56px 0 50px 0;
	background: #2f2e2d;
}
/*footer leftコンテンツ*/
footer .foot_left {
	float: left;
	width: 360px;
}
footer .foot_left a {
	display: block;
	text-align: center;
}
footer .foot_left a img {
	width: 100%;
	vertical-align: bottom;
}
footer .foot_left p {
	margin-top: 20px;
}
footer .foot_left .footer_tel {
	float: left;
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 5px 8px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	color: #2f2e2d;
	text-align: center;
	background: #fff;
}
footer .foot_left .footer_number {
	float: left;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	vertical-align: middle;
}
footer .foot_left .outro {
	color: #fff;
}

/*footer rightコンテンツ*/
footer .foot_right {
	float: right;
	padding: 10px 0 0 30px;
	width: 600px;
	box-sizing: border-box;
}
footer .foot_right ul {
	list-style: none;
}
footer .foot_right ul li {
	float: left;
	width: 140px;
	margin: 0 0 21px;
	padding: 2px 0 2px 0;
	box-sizing: border-box;

}
footer .foot_right ul li a {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	vertical-align: top;
}
footer .foot_right ul li:before {
	z-index: 9999;
	display: inline-block;
	content: '';
	margin-top: -7px;
	background: url('../images/common/foot_li_arrow.gif') no-repeat 50% 50%;
	background-size: 100%;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}
footer .copy p {
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	text-align: right;
	line-height: 1;
	vertical-align: baseline;
}
footer .copy p span {
	font-family:'Times New Roman', 'Times';
}

/* indexページ
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.main_wrap {
	position: relative;
	background: url('../images/index/index_bg.jpg') top center repeat-y #FAFAF9;
	padding-bottom: 20px;
}
.start_head_bg {
	z-index: 1;
	position: absolute;
	top: 0;
	height: 273px;
	width: 100%;
	background: url('../images/top/index_arch_pc.png') top center;
}
/*- 写真ボックス -*/
.index_girls_box {
	z-index: 9999;
	position: relative;
	padding-top: 150px;
	width: 100%;
	margin-bottom: 120px;
}
.index_girls_box > div {
	position: relative;
	top: 0;
	left: 50%;
	width: 1100px;
	margin-left: -550px;
	text-align: center;
}
.index_girls_box > div p {
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	color: #a8a57c;
}
.index_girls_box > div img {
	width: 22%;
	margin: 0 0.6%;
	vertical-align: bottom;
	border: 4px solid #a9a587;
	box-sizing: border-box;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);

}
.index_girls_box .index_logo {
	position: absolute;
	bottom: -10%;
	left: 50%;
	width: 66%;
	margin-left: -33%;
}

/*-- indexコンテンツ --*/
#index_content {
	position: relative;
	margin-top: 50px;
	padding: 0 20px;
}

/*- エントリーボタン -*/
#index_content .age_check {
	text-align: center;
	margin-bottom: 60px;
}
#index_content .age_check .enter {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 272px;
	height: 81px;
}
#index_content .age_check a {
	margin: 0 1%;
}
#index_content .age_check .enter img {
	position: relative;
	width: 100%;
	vertical-align: bottom;
}
#index_content .age_check .enter img:hover {
	position: absolute;
	bottom: 0;
	left: 0;
}
#index_content .age_check .exit {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 152px;
	height: 81px;
}
#index_content .age_check .exit img {
	width: 100%;
	vertical-align: bottom;
}
#index_content .age_check .exit img:hover {
	position: absolute;
	bottom: 0;
	left: 0;
}

/*-- 他店舗ご紹介 --*/
#index_group #group {
	width: 70%;
	margin: 0 auto 30px;
}
#index_group #group h2 {
	width: 100%;
	padding: 0;
}
#index_group #group h2 img {
	width: 100%;
}
#index_group #group_box {
	margin-top: 10px;
}

/*- 注意 -*/
.index_info {
	width: 70%;
	margin: 0 auto 30px;
	padding: 10px;
	box-sizing: border-box;
}
.index_info .index_Dec {
	float: left;
	width: 10%;
}
.index_info .index_Dec .r18 {
	display: inline-block;
	margin: 0 1% 15px;
	height: auto;
	width: 100%;
}
.index_info .Dec_detail {
	float: right;
	width: 86%;
}
.index_info .Dec_detail p {
	padding: 0 5px  0 0;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #65645e;
}
/*- index_モバイルバナー -*/
#index_content .index_mobile {
	width: 70%;
	margin: 0 auto 30px;
}
#index_content .index_mobile img {
	width: 100%;
}