@charset "utf-8";
/* ===================================================================
CSS information

 file name  contact.css
 style info :コンテンツエリア関係 他
 
このスタイルシートの構成
 基本設定、レイアウト、横幅設定など
 汎用class
 #navSkip
 #page
  #contents
   #main
   #sub
=================================================================== */

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#section-wrapper {
	width: 830px;
	height: 300px;
	margin: 0 auto;
	margin-bottom: 55px;
	position: relative;
}

/* reservation
----------------------------------------------------------- */
#sec-reservation {
	width: 770px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	padding: 14px 30px 30px 30px;
}

#sec-reservation .imgarea{
	margin: 40px 0 0 0;
	text-align: center;
}

#sec-reservation .textarea {
	margin: 20px 0 0 0;
	text-align: center;
}
/* inquiry
----------------------------------------------------------- */
#sec-inquiry {
	width: 770px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	padding: 14px 30px 30px 30px;
}
#sec-inquiry p {
	margin-top: 18px;
}
#sec-inquiry iframe {
	margin-top: 20px;
	width: 757px;
	border: 0px;
}


#sec-inquiry table{
	margin: 18px 0 50px 5px;
	border: 1px solid #aeaeae;
	width: 755px;
	table-layout: fixed;
}
#sec-inquiry table input.textarea { 
	width: 250px;
}
#sec-inquiry table select {
	width: 70px;
}
#sec-inquiry table textarea {
	width: 500px;
	height: 10em;
}
#sec-inquiry table td.style01 {
	border-right: 1px solid #aeaeae;
	border-bottom: 1px solid #aeaeae; 
	background-color: #eef5f8;
	width: 142px;
	padding: 14px 0;
	text-align: center;
}
#sec-inquiry table td.style02 {
	border-bottom: 1px solid #aeaeae; 
	padding: 14px 0 14px 20px;
	text-align: left;
}
#sec-inquiry .sendbtn{
	margin: 10px auto;
	width: 100%;
	text-align: center;
}

/* qa
----------------------------------------------------------- */
#sec-qa2 {
	width: 770px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	padding: 14px 30px 30px 30px;
}
#sec-qa2 .qabox{
	border-top: 1px dotted #91c5d7;
	padding-bottom: 18px;
}
#sec-qa2 .qabox2{
	padding-bottom: 18px;
}
#sec-qa2 dl{
	margin-top: 18px;
}
#sec-qa2 dt{
	width: 38px;
	float: left;
}
#sec-qa2 dd{
	padding: 8px 0 0 52px;
}
#sec-qa2 .marker_yellow { /*蛍光ペン風 */
	background: linear-gradient(transparent 0%, #ffff66 0%);
}

/* office-hours
----------------------------------------------------------- */
#sec-office-hours {
	width: 770px;
	margin: 0 auto;
	margin-top: 50px;
	min-height: 310px;
	position: relative;
	padding: 14px 30px 30px 30px;
}
#sec-office-hours .telText {
	font-size: 36px;/* 変更前19px */
	font-size: 3.6rem;
}
#sec-office-hours table{
	margin: 18px 0;
	border: 1px solid #aeaeae;
	width: 500px;
}
#sec-office-hours table th{
	border-right: 1px solid #fff;
	background-color: #91c5d7;
	padding: 4px 0;
	text-align: center;
	color: #fff;
}
#sec-office-hours table th.style01{
	border-right: 1px solid #aeaeae;
	background-color: #91c5d7;
}
#sec-office-hours table .style02{
	width: 130px;
}
#sec-office-hours table td{
	border-top: 1px solid #aeaeae;	
	border-right: 1px solid #aeaeae;
	padding: 4px 0;
	text-align: center;
}
#sec-office-hours  p{
	letter-spacing: 0;
}
#sec-office-hours .linkarea {
}
#sec-office-hours .linkarea p{
	background: url(../img/img_bullet.png) no-repeat left 1em;
	cursor: pointer;
}
#sec-office-hours img.img-style01 {
	position: absolute;
	top: 82px;
	left: 550px;
}

/* access
----------------------------------------------------------- */
#sec-access {
	width: 770px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
	padding: 14px 30px 30px 30px;
}

#sec-access .maparea{
	margin-top: 18px;
}
#sec-access .textarea{
	margin: 18px 0 0 8px;
}
#sec-access .textarea p{
	margin-bottom: 8px;
}

