@charset "UTF-8";

@import url("../common/layout.css");
@import url("../common/common.css");
@import url("../common/basic.css");

#page_ttl{
	top:45px;
	left:165px;
}

#contents{
	width:1000px;
}

/* コンセプトindex */

#concept_contents{
	width:740px;
	float:left;
}

#consept_txt{
	margin:20px 0 0 -53px ;
}

#index_navi{
	margin:20px 0 0 0 ;
}
#index_omt_box,
#index_svc_box,
#index_itr_box{
	width:230px;
	height:175px;
	float:left;
	margin:0 12px 0 0 ;
	background-image:url(img/index_bg.png);
	background-repeat:no-repeat;
	background-position:right top ;
	position:relative;
}
#index_omt_box{
	background-color:rgba(237, 202, 213, 0.6) ;
}
#index_svc_box{
	background-color:rgba(202, 224, 234, 0.6) ;
}
#index_itr_box{
	background-color:rgba(175, 224, 184, 0.6) ;
}

#index_navi h2{
	position:relative;
	top:12px;
	left:15px;
}
.index_txt{
	position:relative;
	top:23px;
	left:15px;
	width:100px;
	font-size:0.8em;
	line-height:1.6em;
}
.index_dtl{
	position:relative;
	top:25px;
	left:16px;
	width:100px;
}
.index_img{
	position:absolute;
	top:55px;
	left:128px;
	width:110px;
	height:122px;
	box-shadow: 3px 3px 3px #ccc;
	-moz-box-shadow: 3px 3px 3px #ccc;　/* Firefox用 */  
	-webkit-box-shadow: 3px 3px 3px #ccc;　/* Safari,Google Chrome用 */
}

/* おもてなし、サービス、店舗内観共通 */
#omotenashi_box,
#service_box,
#interior_box{
	background-image:url(img/dtl_bg.png) ;
	background-position:right top ;
	background-repeat: no-repeat ;
	width:670px;
}
#dtl_ttl{
	margin:0 0 30px 0 ;
}



/* おもてなし */

#omotenashi_box{
	background-color:rgba(237, 202, 213, 0.6) ;
	padding:60px 30px 20px 30px;
}
.omt_l{
	width:328px;
	float:left;
}
.omt_r{
	width:328px;
	float:right;
}

#omt01,
#omt02,
#omt03,
#omt04{
	background-color:#fff;
	height:207px;
	margin:0 0 10px 0 ;
	background-repeat:no-repeat;
	background-position:right;
}
#omt01 h3,
#omt02 h3,
#omt03 h3,
#omt04 h3{
	padding:20px 0 10px 15px ;
}
#omt01 p,
#omt02 p,
#omt03 p,
#omt04 p{
	width:136px;
	padding:0 0 10px 15px ;
	line-height:1.6em;
	font-size:0.85em;
}
#omt01{
	background-image:url(img/omotenashi_img01.jpg);
}
#omt02{
	background-image:url(img/omotenashi_img02.jpg);
}
#omt03{
	background-image:url(img/omotenashi_img03.jpg);
}
#omt04{
	background-image:url(img/omotenashi_img04.jpg);
}

#con_dtl_link{
	width:442px;
	list-style:none;
	margin-left:288px;
}
#con_dtl_link li{
	width:216px;
	float:left;
	padding-left:5px;
}
	
/* サービス */

#service_box{
	background-color:rgba(202, 224, 234, 0.6);
	padding:60px 30px 15px 30px;
}

.svc_cont{
	background:#fff;
	padding:4px;
	margin:0 0 15px 0 ;
}
.svc_in_cont{
	border:solid 3px #CAE0EA;
	padding:25px 254px 0 15px ;
	width:387px;
	position: relative;
}
.svc_txt{
	margin:15px 0 20px 0 ;
	font-size:0.9em;
	line-height:1.6em;
}
.svc_img{
	position:absolute;
	width:221px;
	height:163px;
	top:15px;
	right:15px;
}

/* 店舗内観 */

#interior_box{
	background-color:rgba(175, 224, 184, 0.6) ;
	padding:60px 30px 30px 30px;
}
#itr_cont{
	background:#fff;
	padding:4px;
}
#itr_in_cont{
	border:solid 3px #AFE0B8;
}

