
/*------------------------------------------------------------
	about
------------------------------------------------------------*/
/********ごあいさつ******/
#about #main section p {
	width: 400px;
	letter-spacing: .1em;
}
#about .about2{
	width: 300px;
	height: 225px;
	margin-top: -45px;
}
/********店舗案内*******/
#shop dl {
	width: 400px;
	margin-left: 45px;
	border-bottom: 1px solid #dfe0df;
}
#shop dt {
	clear: both;
	float: left;
	font-weight: bold;
	width: 110px;
}
#shop dd {
	float: left;
	width:290px;
}
#shop dt,
#shop dd {
	padding: 15px 0;
	border-top: 1px solid #dfe0df;
}
/********アクセス*******/
#gmap {
	width: 745px;
	height: 450px;
	margin-bottom: 100px;
}
#access dl {
	margin-bottom: 13px;
	overflow: hidden;
}
#access dt {
	float: left;
	clear: left;
	width: 70px;
}
#access dd {
	float: left;
}
/*------------------------------------------------------------
	service
------------------------------------------------------------*/
#service section .about {
	width: 480px;
	letter-spacing: .1em;
	float:left;
}
#service .about2{
	width: 200px;
	height: 250px;
	margin-top: -70px;
}
#service .privilege {
	width: 500px;
	border-bottom: solid 1px #ccc;
	margin-top: 39px;
	letter-spacing: .1em;
}
#service .privilege li {
	font-size: 18px;
	line-height: 2.4;
	padding:13px 0 13px 110px;
	border-top: solid 1px #ccc;
	font-weight: bold;
	color: #fd4453;
}
#service .img-box {
	width: 200px;
	margin-top: 39px;
}
#service .privilege span {
	display: block;
	width: 150px;
	font-size: 13px;
	font-weight: normal;
	color: #303030;
}
#service .contents-txt1 {
	font-size: 14px;
	letter-spacing: .07em;
}
#service #rehearsal ul{
	height: 559px;
	margin-top: 52px;
	margin-right: -5px;
	overflow: hidden;
	background: url(../images/service_gallery_bg.png) no-repeat;
	padding: 200px 35px 0;
	margin-bottom: 100px;
}
#service #rehearsal li {
	margin: 5px 5px 0 0;
}
/*------------------------------------------------------------
	product
------------------------------------------------------------*/
#product #main-contents {
	letter-spacing: .1em;
	margin-bottom: 100px;
	overflow: hidden;
	position: relative;
}
.contents-txt{
	font-size: 14px;
	width: 420px;
	letter-spacing: .07em;
	position: absolute;
	right: 10px;
	top: 55px;
}
.p-comment {
	font-size: 12px;
	line-height: 1.8;
	background: #e2cb38;
	color: #452f29;
	padding: 10px 40px;
	border-radius: 3px;
	margin:104px 0 0 0px;
	width: 665px;
	position: relative;
}
.comment-img {
	position: absolute;
	left: 640px;
	top: -30px;
}
#item-box {
	width: 430px;
	margin: 26px 0 0 50px;
	background: url(../images/product_bg.png) no-repeat -40px 0;
}
.product-item {
	width: 250px;
	margin-top: 40px;
}
.product-item h1{
	color: #fd4453;
	font-size: 18px;
	line-height: 1.6;
	font-weight: bold;
	margin-bottom: 13px;
	width: 250px;
}
.product-item p {
	width: 250px;
	line-height: 1.8;
}
.right-style {
	padding-left: 180px;
}
/********その他の商品*******/
.item-other {
	margin-top: 62px;
	padding: 15px;
	background: #ddd;
	border-radius: 4px;
}
.item-other h2{
	font-weight: bold;
	font-size: 14px;
}
/********画像*******/
#img-box {
	margin-top: 80px;
}
#img-box img{
	display: block;
	margin-top:3px;
}
/*------------------------------------------------------------
  contact
------------------------------------------------------------*/
#contact-area {
	width: 745px;
	margin: 59px 0 122px 0;
	letter-spacing: .1em;
}
.contents-subtitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom:15px;
}
/*telContact*/
#contact-tel {
	font-size: 20px;
	line-height: 2;
	padding-left: 20px;
}
#contact-tel dl {
	border: solid #ccc 1px;
	width: 620px;
	overflow: hidden;
	margin-bottom: 65px;
}
#contact-tel dt{
	background: #595959;
	color: #fff;
	width: 150px;
	text-align: center;
	padding: 13px 0;
}
#contact-tel dd {
	margin-left: 190px;
	padding-top: 12px;
	font-weight: bold;
}
#contact-tel .comment {
	font-size:12px;
	display: inline-block;
	padding-left: 40px;
	vertical-align: middle;
	font-weight: normal;
	color: #303030;
	line-height: 1.5;
}
/*formContact*/
#contact-area .form {
	padding: 30px 0 0 20px;
	border-top: 1px solid #ccc;
}
#contact-area .form dl {
	overflow: hidden;
}
#contact-area .form dt {
	float: left;
	clear: both;
	width: 200px;
	margin-bottom: 39px;
}
#contact-area .form dd {
	float:left;
	margin-bottom: 39px;
	width: 450px;
}
#contact-area input,
#contact-area textarea {
	padding: 8px 5px;
	border: 1px solid #ccc;
	background: #fafafa;
}
/*住所自動入力ボタン*/
#contact-area .address-auto {
	display: inline-block;
	margin-left: 15px;
	background: #595959;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 3px;
}
#contact-area .focus:focus{
	outline: none;
	border: 1px solid #72c9cb;
	background: #fff;
	box-shadow: 0 0 3px #72c9cb;
}
#contact-area .check {
	margin-top: 39px;
	text-align: center;
}
#contact-area .btn {
	border: none;
	color: #fff;
	cursor: pointer;
	padding: 13px 20px;
	background: #595959;
	letter-spacing: .15em;
	border-radius: 3px;
}
#contact-area .no-item {
	font-size: 11px;
	text-align: center;
	line-height: 1.5;
	display: block;
	width: 60px;
	color: #fff;
	background: #e44450;
}
#contact-area span.error{
	color: #e44450;
	display: block;
	font-size: 12px;
}
/*------------------------------------------------------------
  contact-check
------------------------------------------------------------*/
#contact-check #contact-area,
#contact-send #contact-area {
	margin: 0 0 122px 0;
}
#contact-check .form dt,
#contact-check .form dd,
#contact-send .form dt,
#contact-send .form dd{
	margin-bottom: 13px;
}
.send-messege {
	width: 745px;
	margin-bottom: 26px
}

/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy .contents-txt1 {
	letter-spacing: .07em;
}
#privacy #main-contents dl {
	width: 700px;
	margin: 52px auto 0 auto;

}
#privacy #main-contents dt {
	font-weight: bold;
	margin-top: 39px;
	font-size: 14px;
}
#privacy #main-contents dd {
	margin-top: 13px;
	line-height: 1.8;
}
#privacy #main-contents ul {
	margin-left: 30px;
	list-style: disc;
}
#privacy #main-contents {
	margin-bottom: 100px;
}
.style-none {
	margin-top: 20px;
}
.style-none li {
	list-style: none;
}


