@charset "utf-8";
/* 
CSS Information
 File name:      common.css
 Author:         Administrator
 Style Info:     html5doctor.com Reset Stylesheet
 *http://richclarkdesign.com
 *version: 1.6.1
----------------------------------------------------- */
/* reset.css
******************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    title pandora-size:100%;
    vertical-align:baseline;
    background:transparent;
    line-height:1.6;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    title pandora-size:100%;
    vertical-align:baseline;
    background:transparent;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    title pandora-style:italic;
    title pandora-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: inherit;
	font-size: inherit;
}

small, strong, em {
	font-weight: inherit;
	font-size: inherit;
}

/* base.css
******************************/

/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	title pandora-size: 0.1em;
}
.clearfix {display:inline-block;}
* html .clearfix {height:1px;}
.clearfix {display:block;}

/* マージン・インデント */
.mt5 {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}

.mr5 {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}

.mb5 {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}

.ml5 {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}

.pt5 {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}

.pr5 {padding-right: 5px;}
.pr10 {padding-right: 10px;}
.pr15 {padding-right: 15px;}
.pr20 {padding-right: 20px;}
.pr25 {padding-right: 25px;}
.pr30 {padding-right: 30px;}

.pb5 {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}

.pl5 {padding-left: 5px;}
.pl10 {padding-left: 10px;}
.pl15 {padding-left: 15px;}
.pl20 {padding-left: 20px;}
.pl25 {padding-left: 25px;}
.pl30 {padding-left: 30px;}

/* 汎用グラデーション */
.gradA {
	background: -moz-linear-gradient(top, rgba(251,223,28,1) 0%, rgba(252,249,170,1) 50%, rgba(251,191,19,1) 51%, rgba(252,215,62,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(251,223,28,1)), color-stop(50%,rgba(252,249,170,1)), color-stop(51%,rgba(251,191,19,1)), color-stop(100%,rgba(252,215,62,1)));
	background: -webkit-linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
	background: -o-linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbdf1c', endColorstr='#fcd73e',GradientType=0 );
	background: linear-gradient(top, rgba(251,223,28,1) 0%,rgba(252,249,170,1) 50%,rgba(251,191,19,1) 51%,rgba(252,215,62,1) 100%);
}

/* 文字数調整 */
.elps {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}

/* リンク */
a:link,a:visited,a:hover,a:active {text-decoration: none;}

/* 要素設定 */
body {
	font: 13px/1.231 'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
	-webkit-text-size-adjust: none;
	word-break: break-all;
	font-size-adjust: none; 
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	color: #333;
}
ul,dl,ol{
	text-indent: 0;
	list-style-position:outside;
	list-style-type: none;
}
th,td {
	vertical-align: top;
}
img {
	vertical-align: top;
	max-width: 100%;
}

.ffmin {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ", Meiryo, serif;
}

/* style */
.bnr {
	clear: both;
	margin: 0 10px 10px;
	text-align: center;
}

.inner {
	margin: 10px;
}

.attention {
	color: #ff28b6;
}

.caution {
	color: #f00;
	font-weight: bold;
}

/* 見出し */
.pageTitle {
	clear: both;
	min-height: 45px;
	margin: 0 10px;
	padding: 10px 50% 10px 0;
	background: url(../img/common/logo01.png) no-repeat right 10px center;
	-webkit-background-size: auto 45px;
	background-size: auto 45px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ", Meiryo, serif;
	line-height: 1.2;
	text-align: center;
	color: #000;
}

.pageTitle small {
	font-size: 12px;
	font-style: italic;
}

.title01 {
	clear: both;
	margin: 10px 0;
	padding: 5px 10px;
	background-image: url(../img/common/bg_title01.png), -moz-linear-gradient(left,  rgba(196,137,255,1) 9%, rgba(255,186,248,1) 100%); /* FF3.6-15 */
	background-image: url(../img/common/bg_title01.png), -webkit-linear-gradient(left,  rgba(196,137,255,1) 9%,rgba(255,186,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: url(../img/common/bg_title01.png), linear-gradient(to right,  rgba(196,137,255,1) 9%,rgba(255,186,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left top;
	-webkit-background-size: 138px auto, auto;
	background-size: 138px auto, auto;
	font-size: 23px;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ", Meiryo, serif;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}

/* ボタン */
.btn {
	clear: both;
	margin: 10px;
}

ul.btn {
	margin-bottom: 0;
	font-size: 0;
}

ul.btn li {
	margin-bottom: 10px;
	font-size: 14px;
}

ul.btn.half li {
	display: inline-block;
	width: 48%;
	width: -webkit-calc((100% - 10px) / 2);
	width: calc((100% - 10px) / 2);
	vertical-align: top;
}

ul.btn.half li:nth-child(odd) {
	margin-right: 10px;
}

.btn a,
.btn input {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	border: none;
	border-radius: 5px;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

ul.btn li a,
ul.btn li input {
	padding-right: 0;
	padding-left: 0;
	white-space: nowrap;
}

.btn a small,
.btn input small {
	font-size: 11px;
	font-style: italic;
}

.btn.clr01 a,
.btn.clr01 input,
.btn .clr01 a,
.btn .clr01 input {
	background: rgb(231,166,251); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(231,166,251,1) 0%, rgba(255,209,250,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(231,166,251,1) 0%,rgba(255,209,250,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(231,166,251,1) 0%,rgba(255,209,250,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: 0 2px 0 #8131d2;
	box-shadow: 0 2px 0 #8131d2;
}

.btn.clr02 a,
.btn.clr02 input,
.btn .clr02 a,
.btn .clr02 input {
	background: rgb(217,217,217); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(217,217,217,1) 0%, rgba(251,251,251,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(217,217,217,1) 0%,rgba(251,251,251,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(217,217,217,1) 0%,rgba(251,251,251,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: 0 2px 0 #a1a1a1;
	box-shadow: 0 2px 0 #a1a1a1;
}

.btn a[href$="/recruit.html"] {
	background: rgb(255,152,209); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,152,209,1) 0%, rgba(255,220,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,152,209,1) 0%,rgba(255,220,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,152,209,1) 0%,rgba(255,220,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: 0 2px 0 #ff58b4;
	box-shadow: 0 2px 0 #ff58b4;
}
.globalNavRecruit a{
	background: rgb(255,152,209); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,152,209,1) 0%, rgba(255,220,239,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,152,209,1) 0%,rgba(255,220,239,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,152,209,1) 0%,rgba(255,220,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: 0 2px 0 #ff58b4;
	box-shadow: 0 2px 0 #ff58b4;
}


.btn a[href$="/recruit.html#mens"] {
	background: rgb(126,220,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(126,220,255,1) 0%, rgba(195,239,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(126,220,255,1) 0%,rgba(195,239,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(126,220,255,1) 0%,rgba(195,239,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: 0 2px 0 #2ca3ff;
	box-shadow: 0 2px 0 #2ca3ff;
}

.btn.clr01 a:hover,
.btn.clr01 input:hover,
.btn .clr01 a:hover,
.btn .clr01 input:hover,
.btn.clr02 a:hover,
.btn.clr02 input:hover,
.btn .clr02 a:hover,
.btn .clr02 input:hover,
.btn a[href*="recruit"]:hover,
.globalNavRecruit a:hover {
	top: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* 女性一覧 */
.ladyList {
	margin: 10px 5px;
	border-bottom: 1px solid #cf92fe;
	font-size: 0;
}

.ladyList li {
	position: relative;
	display: inline-block;
	width: 50%;
	font-size: 13px;
	vertical-align: top;
}

.ladyList li:nth-child(2n+3)::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	height: 1px;
	background: #cf92fe;
}

.ladyList li a {
	display: block;
	padding: 10px 5px;
	color: #333;
	text-align: center;
}

.ladyList li .catchcopy {
	padding: 2px 5px;
	background: #e6d4ff;
	color: #3912ff;
	text-align: center;
	font-size: 108%;
}

.ladyList li figure {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.ladyList li figure::before {
	content: "";
	display: block;
	padding-top: 150%;
}

.ladyList li figure img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.ladyList li dt {
	padding: 2px 5px;
	background: #ddbdfd;
	text-align: center;
	font-size: 108%;
}

.ladyList li dd {
	padding: 2px 0;
	text-align: center;
}

.ladyList li dd.time {
	padding: 2px 5px 2px 20px;
	border: 1px solid #ddbdfd;
	background: url(../img/common/icon_time01.png) no-repeat 5px center;
	-webkit-background-size: 15px auto;
	background-size: 15px auto;
}

/* アコーディオン */
.accordion > dt {
	position: relative;
	min-height: 14px;
	padding: 10px 44px 10px 10px;
	background: rgb(138,116,75); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(138,116,75,1) 0%, rgba(171,148,114,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(138,116,75,1) 0%,rgba(171,148,114,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(138,116,75,1) 0%,rgba(171,148,114,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: 0 -1px 0 rgba(0,0,0,0.8) inset;
	box-shadow: 0 -1px 0 rgba(0,0,0,0.8) inset;
	font-size: 123.1%;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.8);
}

.accordion > dt::before {
	content: "+";
	display: block;
	position: absolute;
	top: 50%;
	right: 10px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin-top: -12px;
	background: #fff;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-shadow: none;
	text-align: center;
}

.accordion > dt.open::before {
	content: "-";
}

.accordion > dd {
	margin: 10px;
}

/* テーブル */
table {
	width: 100%;
	margin-bottom: 10px;
}

table th,
table td {
	padding: 5px;
	text-align: center;
	vertical-align: top;
	font-weight: normal;
}

table.type01 {
	border-collapse: separate;
	border-spacing: 5px;
	background: #ebebeb;
}

table.type01 th {
	background: #cf92fe;
	color: #fff;
}

table.type01 thead th {
	background: #969696;
}

table.type01 td {
	background: #fff;
}

/* bxslider */
#content .bx-wrapper .bx-viewport {
	left: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#content .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #cecece;
}

#content .bx-wrapper .bx-pager.bx-default-pager a:hover,
#content .bx-wrapper .bx-pager.bx-default-pager a.active {
	background-color: #cf92fe;
}

#content .bx-wrapper .bx-viewport ul li {
	text-align: center;
}

#content .bx-wrapper .bx-viewport ul li img {
	margin: 0 auto;
}

/* baseLayout
****************************/
#wrapper {
	overflow: hidden;
	position: relative;
	top: 0;
	right: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

/* header */
#header {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.1);
	box-shadow: 0 2px 1px rgba(0,0,0,0.1);
}

#header h1 {
	padding: 0 5px;
	background: #c489ff;
	color: #fff;
	font-size: 10px;
}

#header .utilityNav {
	padding: 10px;
}

#header .utilityNav li {
	float: right;
	margin-left: 5px;
}

#header .utilityNav li:first-child {
	float: left;
	margin-left: 0;
}

#header .utilityNav li a {
	overflow: hidden;
	display: block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 56px;
	height: 52px;
	padding-top: 35px;
	border-radius: 5px;
	background-color: #ddbdfd;
	background-repeat: no-repeat;
	background-position: center 5px;
	-webkit-background-size: auto 26px;
	background-size: auto 26px;
	text-align: center;
	font-size: 10px;
	white-space: nowrap;
	color: #fff;
}

#header .utilityNav li a[href*="main"] {
	background-image: url(../img/common/icon_home.png);
}

#header .utilityNav li a[href^="tel:"] {
	background-image: url(../img/common/icon_tel.png);
}

#header .utilityNav li#showMenu a {
	background-image: url(../img/common/icon_menu.png);
	background-position: center 10px;
	-webkit-background-size: auto 21px;
	background-size: auto 21px;
}

#header .utilityNav li a[href$="#photoblog"] {
	background-image: url(../img/common/icon_photoblog.png);
}

#header .utilityNav li a[href*="reserve"] {
	background-image: url(../img/common/icon_reserve.png);
	background-position: center 10px;
	-webkit-background-size: auto 21px;
	background-size: auto 21px;
}

/* nav */
#slideMenu {
	position: fixed;
	top: 0;
	right: -280px;
	overflow: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 280px;
	height: 100%;
	padding: 0 10px 50px;
	background: #ededed;
}

#globalNav .btn a {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ", Meiryo, serif;
}

.btn.group li a {
	padding: 10px 0;
	border-radius: 0;
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left top;
	-webkit-background-size: auto 100%, auto;
	background-size: auto 100%, auto;
	-webkit-box-shadow: 2px 2px 1px rgba(255,255,255,0.3) inset, -2px -2px 1px rgba(0,0,0,0.3) inset;
	box-shadow: 2px 2px 1px rgba(255,255,255,0.3) inset, -2px -2px 1px rgba(0,0,0,0.3) inset;
	font-size: 26px;
	font-weight: bold;
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","メイリオ", Meiryo, serif;
	color: #fff;
	text-shadow: 1px 1px 0 #000;
}

#slideMenu .btn.group li a {
	font-size: 20px;
}

#pageTop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 99999;
}

#pageTop a {
	display: block;
	overflow: hidden;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #b7b7b7;
	text-indent: 100%;
	white-space: nowrap;
}

#pageTop a::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff url(../img/common/icon_pagetop.png) no-repeat center;
	-webkit-background-size: 19px auto;
	background-size: 19px auto;
}

/* footer */
#footer {
	clear: both;
	padding: 10px;
	background: #c489ff;
	color: #fff;
}

#footer #copyright {
	text-align: center;
	font-size: 10px;
}

