@charset "utf-8";

#mainImage {
	width: 100%;
	height: 350px;
	background: url(../access/images/topImage.jpg) no-repeat center center;
	background-size: cover;
	text-indent: -9999px;
	position: relative;
}


p.btn  {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
p.btn a {
	display: block;
	border-radius: 5px;
	background-color: #fff;
	width: 152px;
	text-align: center;
	float: right;
	padding: 7px 0;
	border: 1px solid #dfdfdf;
}
p.btn a:hover {
	background-color: #d7d4b3;
}


#gallery #header {
	top: 0;
}


/*-------------------------------------------------------------
	main
-------------------------------------------------------------*/

#main {
	width: 1000px;
	margin: 0 auto;
	padding-top: 150px;
}



/* intro
--------------------------------------------------*/
#intro {
	margin-bottom: 95px;
}
#intro h2 {
	font-size: 2.5rem;
	width: 100%;
	text-align: center;
	letter-spacing: 0.3rem;
	margin-bottom: 75px;
}

/* link
--------------------------------------------------*/
.link {
	width: 663px;
	margin: 0 auto 80px;
	overflow: hidden;
	padding-left: 21px;
}
ul.link li {
	width: 200px;
	float: left;
	margin-right: 21px;
}
ul.link li a {
	display: block;
	background-color: #fff;
	width: 198px;
	text-align: center;
	padding: 7px 0;
	border: 1px solid #dfdfdf;
}
ul.link li a:hover {
	background-color: #d7d4b3;
}
	


/* コンテンツ
----------------------------------------------------------- */
h3 {
	font-size: 2.0rem;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}
h4 {
	font-size: 1.5rem;
	margin-bottom: 25px;
}
	
	

/* ご利用あんない
----------------------------------- */

#info {
	width: 870px;
	margin: 0 auto 180px;
}
#info .boxInfo {
	margin-bottom: 60px;
}
#info .inout span {
	font-weight: bold;
}
#info .boxInfo p {
	padding-left: 20px;
}

.esthe .wrapper {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.esthe .wrapper h5 {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	margin: 15px;
}

.esthe .wrapper .box_l,
.esthe .wrapper .box_r {
	width: 400px;
	border: 1px dotted #ccc;
	padding: 10px;
}

#faq {
	width: 950px;
}
.boxFaq {
	margin-bottom: 40px;
}
.boxFaq dt{
    display:block;
    width:920px;
    height:40px;
    cursor:pointer;
	padding-left: 10px;
    background: url(../contact/images/ic_faq.png) no-repeat left 25px;
    border-top: 1px dotted #ccc;
    padding-top: 13px;
}
.boxFaq dd{
    width:880px;
    margin:0 auto 20px;
    display:none;
    background-color: #fff;
    padding: 10px;
    
}


#form {
	margin-bottom: 180px;
}


table {
	width: 680px;
	margin: 80px auto 30px;
}

table th {
	padding: 24px 0;
	width: 165px;
	font-weight: lighter;
	vertical-align: top;
}
table td {
	padding: 24px 0;
	width: 515px;
}

table td input[type="text"] {
	line-height: 1.5rem;
	width: 480px;
}
table td textarea {
	width: 480px;
	height: 15rem;
}

p.sub {
	width: 225px;
	margin: 0 auto;
}
input[type="submit"] {
	width: 225px;
	font-size: 1rem;
	padding: 7px 0;
	text-align: center;
	background-color: #fff;
	color: #595959;
	border-style: none;
	cursor: pointer;
	border: 1px solid #9c9c9c;
}


#scMsg {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	width: 100%;
	height: 100%;
	color: #fff;
	z-index: 100;
	top: 0;
	left: 0;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";

}
#scMsg p {
	z-index: 1;
	position: relative;
	width: 500px;
	text-align: center;
	margin: 0 auto;
}
#scMsg p.close {
	margin-top: 30px;
}
#scMsg a {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	cursor: pointer;
}



.massage {
	font-family: 'Shippori Mincho B1', serif;
	box-sizing: border-box;
	padding: 1rem;
	border: 1px solid #d7d4b3;
	margin-top: 4rem;
	
}
.massage p {
	text-align: center;
	font-size: 1.1rem;
}

.massage h4 {
	font-size: 2rem;
	text-align: center;
	margin-bottom: 2rem;
}
.massage a {
	display: block;
	margin: 2rem auto;
	width: 250px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	background-color: rgba(128,124,78,1);
	padding: 1rem 0;
	transition: .2s;
}
.massage a:hover {
	background-color: rgba(128,124,78,.7);
}
