@charset "utf-8";

/*************************
  COMMON STYLES
*************************/

*, *:before, *:after {
    -webkit-box-sizing: border-box !important;
       -moz-box-sizing: border-box !important;
         -o-box-sizing: border-box !important;
        -ms-box-sizing: border-box !important;
            box-sizing: border-box !important;
}

html{
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "Helvetica Neue",    Arial,    "Hiragino Kaku Gothic ProN",    "Hiragino Sans",    Meiryo,    sans-serif;
}

body{
	margin:0;
}

.mb10{
	margin-bottom:10px !important;
}

.mb20{
	margin-bottom:20px !important;
}

.mb30{
	margin-bottom:30px !important;
}

.container{
	width:90%;
	max-width:1010px;
	margin:0 auto;
}

.container800{
	width:90%;
	max-width:800px;
	margin:0 auto;
}

.text-right{
	text-align:right;
}


/* -------------------
  Font (Color, Size)
------------------- */
.red {
	color:#FF0000;
}

.blue {
	color:#0579A0;
}

.gray {
	color:gray;
}



/* -------------------
  Form Class
------------------- */

.outline {
}

.bg_gray {
	background-color:#EDEDEB; 
	background-image: url(../../images/common/bg_PleasureRoom.png);
	background-repeat:no-repeat;
	background-position:  30% 20px ;
	background-size:auto;
	padding:30px 0 15px 0;
}

#contact { 
	padding:0 0 20px 0;
}

#contact p{ 
	font-size:18px;
	font-weight:bold;
}


#contact  dl{ /* dt,ddでinline-blockを指定すると隙間が出来るため親要素でfont-size:0を指定する */
	display:table;
	font-size:0;
	margin-bottom:0;
	width:90%;
	max-width:800px;
	margin:5px auto;
}

#contact  dt{
	display:table-cell;
	letter-spacing:0em !important;
	text-align:right;
	vertical-align:top;
	font-size:20px;
	font-weight:bold;
	color:#0579A0;
	width:210px;
	padding:25px 15px 0 0;
}

#contact  dd{
	display:table-cell;
	width:calc(100% - 210px);
	font-size:18px;
	padding:15px 0;
	margin:0;
}

@media only screen and (max-width : 767px ) {
	#contact  dt{
		width:120px;
	}

	#contact  dd{
		width:calc(100% - 120px);
	}
}



#contact  p.form_sub_title{
	font-weight:bold;
	text-align:center;
	background-color:#eee;
	padding:5px 0;
	margin:0 0 20px 0;
}


#contact  input[type="text"],
#contact  input[type="tel"],
#contact  input[type="email"],
#contact  select{
	font-size:18px;
	padding:5px;
	width:100%;
	height:50px;
	border:none;
}

#contact  textarea{
	font-size:18px;
	padding:5px;
	width:100%;
	height:300px;
	background-color:#EDEDEB; 
	border:none;
}

#contact  span.required{
	display:inline-block;
	vertical-align:3px;
	font-size:14px;
	font-weight:bold;
	padding:1px 5px ;
}

#contact .button-area{
	text-align:center;
}

#contact  input[type="button"],
#contact  input[type="submit"]{
	display: inline-block;
	width:300px;
	height:60px;
	color:#fff;
	background-color:#1B7EA8;
	font-size:18px;
	margin:50px auto 0 auto !important;
	border:none;
}

#contact  input[type="button"]:hover,
#contact  input[type="submit"]:hover{
	cursor: pointer;
}

#contact.confirm dl{
	margin-bottom:20px;
}

#contact.confirm dt{
	padding:15px 15px 0 0;
}

#contact.confirm dd{
	padding:15px;
	margin:0;
	border:solid 1px #FFF; 
	background-color:#F5F5F5;
}


#contact.thanks div{
	margin:100px 0;
	text-align:center;
}




/* -------------------
  other
------------------- */

.formErrorContent {
	font-size:14px !important;
}

