@charset "UTF-8";

/*基本設定
---------------------------------------------------------- */

html,body{
	width: 100%;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin: 0; 
	padding: 0; 
} 


h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

body {
	color: #333;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

body li {
	list-style:none;
}

body{font-size:75%\9;}
body:not(:target){font-size:75%\9;}

img {
	border: 0;
	vertical-align:top;
}

strong {
	font-weight: bold;
}

a:link, a:visited {
	color:#999;
	text-decoration: none;
}

a:hover, a:active {
	color:#ccc;
}


/*header
---------------------------------------------------------- */

#header {
	display:table;
	width:960px;
	margin:0 auto;
	padding:20px 0;
}

#header div{
	display:table-cell;
	vertical-align:middle;
}

#header .tel {
	text-align:right;
}


/*container
---------------------------------------------------------- */

#container {
}

.content {
	text-align:center;
}

.btn_area {
	width:960px;
	margin:50px auto;
	text-align:center;
}

#main_image { background:#b0ebef url(bg_main_image.jpg) no-repeat center;}

#onayami {
	position:relative;
	background:url(bg_onayami.jpg) repeat;
	}
#onayami:after {
	content:"";
	display:block;
	position:absolute;
	bottom:-80px;
	left:50%;
	width:300px;
	height:80px;
	margin-left:-150px;
	background:url(arrow.jpg) no-repeat;
}

#introduction {
	padding:130px 0 40px;
	background:url(girl.png) no-repeat right 140px bottom 0;
}
#introduction h2 {
	margin-bottom:30px;
}
#introduction p {
	width:960px;
	margin:0 auto;
	text-align:left;
}
#introduction .btn {
	width:960px;
	margin:25px auto 0;
	text-align:left;
}

#point_01 {
	padding-top:40px;
	background:url(bg_point_01.jpg) repeat;
}
#point_01 h2 {
	margin-bottom:25px;
}

#point_01 .inr {
	position:relative;
	width:980px;
	margin:0 auto;
}
#point_01 .btn {
	position:absolute;
	top:300px;
	right:55px;
}

#point_02 {
	padding-top:55px;
	background:url(bg_point_02.jpg) repeat;
}
#point_02 h2 {
	margin-bottom:40px;
}

#point_03 {
	padding:70px 0 60px;
	background:url(bg_point_03.jpg) repeat;
}
#point_03 h2 {
	margin-bottom:35px;
}

#expert {
	padding:40px 0 20px;
}
#expert h2 {
	margin-bottom:40px;
}
#expert p {
	margin-bottom:50px;
}

#voice {
	padding:55px 0;
	background:url(bg_voice.jpg) repeat;
}
#voice h2 {
	margin-bottom:60px;
}
#voice ul li {
	margin-bottom:40px;
}

.image {
	width:100%;
	height:530px;
	text-align:center;
	background:url(bg_girls.jpg);
	background-size:cover;
}

.image img {
	margin-top:20px;
}

#price {
	padding:65px 0;
	margin-bottom:50px;
	text-align:center;
	background:#b0ebef url(bg_price.gif) no-repeat center center;
}


/*footer
---------------------------------------------------------- */

.page_top {
	width:960px;
	margin:0 auto;
	text-align:right;
}

#footer {
	border-top:3px #00aeba solid;
}

#footer .inr {
	display:table;
	width:960px;
	margin:0 auto;
	padding:40px 0;
}

#footer .inr div{
	display:table-cell;
	vertical-align:middle;
}

#footer .inr .txt {
	padding-left:10px;
}

address { font-style:normal;}

#footer .inr .txt p{
	display:inline-block;
	padding:0 5px;
	border:1px #808080 solid;
}

#footer .inr .tel {
	text-align:right;
}

#footer .inr .tel .hours {
	margin-top:10px;
}


/*Bob
---------------------------------------------------------- */
@-webkit-keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob {
	0% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}

	50% {
		-webkit-transform: translateY(-4px);
		transform: translateY(-4px);
	}

	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@-webkit-keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

@keyframes hvr-bob-float {
	100% {
		-webkit-transform: translateY(-8px);
		transform: translateY(-8px);
	}
}

.hvr-bob {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
	-webkit-animation-name: hvr-bob-float, hvr-bob;
	animation-name: hvr-bob-float, hvr-bob;
	-webkit-animation-duration: .3s, 1.5s;
	animation-duration: .3s, 1.5s;
	-webkit-animation-delay: 0s, .3s;
	animation-delay: 0s, .3s;
	-webkit-animation-timing-function: ease-out, ease-in-out;
	animation-timing-function: ease-out, ease-in-out;
	-webkit-animation-iteration-count: 1, infinite;
	animation-iteration-count: 1, infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-direction: normal, alternate;
	animation-direction: normal, alternate;
}


/*float
---------------------------------------------------------- */

.clear {
	clear: both;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 10px;
}

.img_float_r {
	float: right;
	margin-left: 10px;
}

.align_c {
	text-align: center;
}

.align_r {
	text-align: right;
}

/*font-size
---------------------------------------------------------- */

.font10 {font-size: 77%;}
.font11 {font-size: 85%;}
.font14 {font-size: 108%;}
.font15 {font-size: 116%;}
.font16 {font-size: 123.1%;}
.font17 {font-size: 131%;}
.font18 {font-size: 138.5%;}
.font19 {font-size: 146.5%;}
.font20 {font-size: 153.9%;}
.font21 {font-size: 161.6%;}
.font22 {font-size: 167%;}
.font23 {font-size: 174%;}
.font24 {font-size: 182%;}
.font25 {font-size: 189%;}
.font26 {font-size: 197%;}


/*margin
---------------------------------------------------------- */


/*top*/

.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}


/*bottom*/
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}


/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}
.mr50 { margin-right: 50px !important;}
.mr100{ margin-right:100px !important;}

/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}




/*clearfix
---------------------------------------------------------- */

.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}

.clearfix {
	display: inline-block;
	min-height: 1%;
}

/*\*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* */


formarea{width:960px; margin:0 auto;}
@media screen and (max-width:960px) { 
    .formarea{width:100%;}
}
				form#contact-form input, form#contact-form select {height: 25px;}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.cp_ipselect {
	overflow: hidden;
	width: 90%;
	margin: 2em auto;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl02 {
	position: relative;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	background: #ffffff;
}
.cp_ipselect.cp_sl02::before {
	position: absolute;
	top: 0.8em;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #666666;
	pointer-events: none;
}
.cp_ipselect.cp_sl02:after {
	position: absolute;
	top: 0;
	right: 2.5em;
	bottom: 0;
	width: 1px;
	content: '';
	border-left: 1px solid #bbbbbb;
}
.cp_ipselect.cp_sl02 select {
	padding: 8px 38px 8px 8px;
	color: #666666;
}