@charset "utf-8";
/* CSS Document */


/*******************************************************
 店舗一覧
*******************************************************/
#tenpo_blog {
	width: 100%;
}
#tenpo_blog>dt {
	width: 200px;
	/*border-radius: 30px 0 0 30px;*/
	background-color: #79191d;
	color: #FFF;
	line-height: 150px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	float: left;
	position: relative;
}
#tenpo_blog>dt:after {
	content: "";
	position: absolute;
	width : 95px;
	height: 63px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
}
#tenpo_blog>dd {
	height: 150px;
	margin-left: 200px;
	padding: 20px 30px;
	background-color: #FFF;
	box-sizing: border-box;
	border: 2px solid #79191d;
	/*border-radius: 0 30px 30px 0;*/
	text-overflow: ellipsis;
	white-space: nowrap;
}
#tenpo_blog_rss{
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;	
}
#tenpo_blog_rss::-webkit-scrollbar {
  background: #eee;
  width: 5px;
  height: 5px;
  border-radius: 20px;
}
#tenpo_blog_rss::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 20px;
}
#tenpo_blog_rss::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
#tenpo_blog_rss>li{
	width: 100%;
	padding-right: 5px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#tenpo_blog_rss>li:nth-child(n+2){
	margin-top: 5px;
}
#tenpo_blog_rss p{
	display: inline-block;
}
#tenpo_blog_rss .tenpo_voice_name{
	max-width: 350px;
	margin-left : 10px;
	margin-right: 10px;
	padding: 0 10px;
	background-color: #fff4e7;
	color: #dbbc8e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} 
#tenpo_blog_rss .tenpo_voice_txt{
	-webkit-box-flex:1;
	-ms-flex:1 1 10%;
	flex:1 1 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#tenpo_contents .tenpo_list_img>li{
	text-align: center;
}
#tenpo_contents .tenpo_list_img>li:nth-child(n+2){
	margin-top: 20px;
}
#tenpo_contents .tenpo_list_img>li img{
	width : 280px;
	height: 210px;
	object-fit: contain;
	background-color: #f5f5f5;
	/*border-radius: 20px;*/
	border: 1px solid #EEE;
}

#tenpo_contents .tenpo_list_info{
	width: 650px;
}
#tenpo_contents .tenpo_list_address{
	line-height:20px;
	margin-bottom:10px;
}



/*特徴アイコン（複数ページで使用中）*/
.tenpo_list_tokucyo li{
	margin-right: 5px;
	margin-bottom:5px;
	padding: 0 15px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:13px;
	line-height:30px;
	border-radius: 50px;
	background-color: #f1e8e4;
}
.tenpo_list_watch{
	/*padding: 10px 10px 10px 0px;*/
	padding: 10px;
	border-radius: 5px;
	font-size: 12px;
	display: inline-block;
	background-color: #fff4e7;	
}

#tenpo_contents .tenpo_list_btn1 { padding: 0 30px 0 50px;}
#tenpo_contents .tenpo_list_btn2 { padding: 0 50px 0 80px;}



/*******************************************************
 店舗詳細
*******************************************************/
.tab_contents{
	background-color:#fff;
	position:relative;
	/*border-radius: 0 30px 30px 30px;*/
}
.tab_contents_menu{
	font-size: 0;
}
.tab_contents_menu li{
	width: 150px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size: 16px;
	position: relative;
}
.tab_contents_menu li:nth-child(n+2){
	margin-left: 2px;
}
.tab_contents_menu li:nth-child(n+2):before{
	content: "";
	height: 58px;
	margin-top: 7px;
	position: absolute;
	left: -2px;
	top : 0;
	display: inline-block;
	border-left: 2px solid #CCC;
}
.tab_contents_menu li a{
	height: 65px;
	line-height: 65px;
	display:block;
	/*border-radius: 5px 5px 0 0;*/
	font-weight: bold;
	text-align:center;
  background: linear-gradient(180deg, #999 0%, #999 10%, #EEE 10%, #EEE 100%);
	transition : all 0.5s;
}

.tenpo_detail_tab1 .tab_contents_menu li#tenpo_detail_tab1 a,
.tenpo_detail_tab2 .tab_contents_menu li#tenpo_detail_tab2 a,
.tenpo_detail_tab3 .tab_contents_menu li#tenpo_detail_tab3 a,
.tenpo_detail_tab4 .tab_contents_menu li#tenpo_detail_tab4 a,
.tenpo_detail_tab5 .tab_contents_menu li#tenpo_detail_tab5 a,
.tenpo_detail_tab6 .tab_contents_menu li#tenpo_detail_tab6 a,
.tab_contents_menu li a:hover{
  background: linear-gradient(180deg, #79191d 0%, #79191d 10%, #FFF 10%, #FFF 100%);
	text-decoration: none;
}

.tab_contents .tab_contents_inner{
	padding: 50px 60px;
}


/*******************************************************
 店舗詳細（各コンテンツ）
*******************************************************/
#tenpo_blog_detail {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
	border: 2px solid #79191d;
	box-sizing: border-box;
	overflow: hidden;
}
#tenpo_blog_detail>dt {
	width: 175px;
	background-color: #79191d;
	color: #FFF;
	line-height: 100px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	float: left;
	z-index: 1;
	position: relative;
}
/*
#tenpo_blog_detail>dt:after{
	content: "";
	width : 250px;
	height: 250px;
	border-radius: 50%;
	background-color: #79191d;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
*/
#tenpo_blog_detail>dd {
	height: 100px;
	margin-left: 200px;
	padding: 10px 20px;
	background-color: #FFF;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#tenpo_blog_detail #tenpo_blog_rss{
	width: 100%;
	height: 100%;
	overflow: scroll;
	overflow-x: hidden;	
}
#tenpo_blog_detail #tenpo_blog_rss::-webkit-scrollbar {
  background: #eee;
  width: 5px;
  height: 5px;
  border-radius: 20px;
}
#tenpo_blog_detail #tenpo_blog_rss::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 20px;
}
#tenpo_blog_detail #tenpo_blog_rss::-webkit-scrollbar-thumb:hover {
  background-color: #999;
}
#tenpo_blog_detail #tenpo_blog_rss>li{
	width: 100%;
	padding-right: 5px;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
#tenpo_blog_detail #tenpo_blog_rss>li:nth-child(n+2){
	margin-top: 5px;
}
#tenpo_blog_detail #tenpo_blog_rss p{
	display: inline-block;
}
#tenpo_blog_detail #tenpo_blog_rss .tenpo_voice_name{
	max-width: 350px;
	margin-left : 10px;
	margin-right: 10px;
	padding: 0 10px;
	background-color: #fff4e7;
	color: #dbbc8e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
} 
#tenpo_blog_detail #tenpo_blog_rss .tenpo_voice_txt{
	-webkit-box-flex:1;
	-ms-flex:1 1 10%;
	flex:1 1 10%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


#tenpo_detail_con1 .img{
	text-align: center;
}
#tenpo_detail_con1 .img img{
	width : 340px;
	height: 255px;
	object-fit: contain;
	background-color: #f5f5f5;
}
#tenpo_detail_con1 .R{
	width:600px;
}
#tenpo_detail_con1 .name{
	font-size:30px;
	font-weight:bold;
	line-height: 1.2;
}

.tenpo_detail_dl{
	background:url(../img/bg/bg_lines.png) repeat left top;
	line-height:40px;
}
.tenpo_detail_dl dt{
	width:65px;
	float:left;
	font-weight:bold;
	padding-left:17px;
}
.tenpo_detail_dl dd{
	float:right;
}
#tenpo_detail_con1 .tenpo_detail_dl dd{
	width:487px;
}
#tenpo_detail_con5 .tenpo_detail_dl dd,
#tenpo_detail_con6 .tenpo_detail_dl dd{
	width:407px;
}


#tenpo_detail_con2 .L{
	width: 600px;
}
#tenpo_detail_con2 dl{
	border:solid 1px #8DC21F;
	padding-top:20px;
	padding-bottom:20px; 
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */  
	border-radius: 5px;        /* CSS3草案 */ 
}
#tenpo_detail_con2 dl dt{
	width:100px;
	float:left;
	margin-left:25px;
	font-size:14px;
	line-height:27px;
}
#tenpo_detail_con2 dl dd{
	width:102px;
	float:right;
	margin-right:44px;
	text-align:right;
	font-size:16px;
	line-height:27px;
}
#tenpo_detail_con2 dl dd em{
	color:#8DC21F;
	font-size:27px;
	font-weight:bold;
}


#tenpo_detail_con2 .tenpo_voice_name{display:none;}

#tenpo_detail_con3 .L{
	width: 500px;
}
#tenpo_detail_con4 .L,
#tenpo_detail_con5 .L,
#tenpo_detail_con6 .L{
	width: 600px;
}

#tenpo_detail_con3,
#tenpo_detail_con4,
#tenpo_detail_con5,
#tenpo_detail_con6,
#tenpo_detail_con7,
#tenpo_detail_con8{
	margin-bottom:65px;
	line-height:20.29px;
}

#tenpo_detail_con4 #timg_ftxt{
	min-height:90px;
}


.photo_list li,
.img_bnr{
	display:inline-block;
	*display:inline;
	*zoom:1;
	cursor:pointer;
}
#tenpo_detail_con4 #timg_ul_div li{
	margin-right:7px;
}

.lt_ie8 #tenpo_detail_con4 #timg_ul_div .img_bnr{
	max-width:70px;
	max-height:70px;
	height:auto;
}
.lt_ie8 #kimg_ul_div li .img_bnr{
	max-width:92px;
	max-height:92px;
	height:auto;
}



#tenpo_image_imgarea,
#tenpo_event_imgarea,
#tenpo_staff_imgarea{
	border: solid 1px #DDD;
	text-align:center;
}
#tenpo_image_imgarea img,
#tenpo_event_imgarea img,
#tenpo_staff_imgarea img{
	width : 348px;
	height: 261px;
	object-fit: contain;
	background-color: #f5f5f5;
}

.tenpo_detail_ul{
	overflow: hidden;
}
.tenpo_detail_ul a{
	text-decoration: none;
}
.tenpo_detail_ul>li{
	width:300px;
	margin-right: 40px;
	float:left;
}
.tenpo_detail_ul>li:nth-child(3n){
	margin-right: 0;
}
.tenpo_detail_ul>li:nth-child(n+4){
	margin-top: 50px;
}

.tenpo_detail_img{
	box-sizing: border-box;
	text-align:center;
	vertical-align:middle;
	position: relative;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.tenpo_detail_img:not(.noBD):after{
	content: "";
	width : 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border: 1px solid #DDD;
	box-sizing: border-box;
}
.tenpo_detail_img img{
	width : 300px;
	height: 225px;
	object-fit: contain;
	background-color: #F5F5F5;	
}
	
.tenpo_detail_txt{
	width: 100%;
}
.tenpo_detail_txt.type1{
	min-height : 80px;
	padding: 8px 40px 8px 20px;
	line-height: 1.2;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url("../img/ic/ic_arrow_bk.svg") right 20px center / 15px auto no-repeat #eee;
}
.tenpo_detail_txt.type2{
	height: 160px;
	margin-top: 20px;
	line-height: 40px;
	background-position: 0px 0px;
	background-size: 40px 40px; /* line-height に合わせる */
	background-color: #fff;
	background-repeat: repeat;
	background-image:linear-gradient( 180deg, transparent 39px, #DDD 39px ); /* line-height から -1px したサイズ */
}
.tenpo_detail_txt.type3{
	padding-top: 20px;
	min-height : 150px;
	line-height: 1.2;
	box-sizing: border-box
}

.tenpo_detail_ttl{
	display: block;
	font-weight: bold;
	font-size: 20px;
}
.tenpo_detail_ttl.type1{
	margin-bottom: 3px;
	line-height: 1;
}
.tenpo_detail_ttl.type3{

}


/*建築詳細*/
#kimg_gallery{
	margin-bottom:45px;
}
#kimg_gallery .L{
	width:500px;
	margin-left:155px;
}
#kimg_gallery .R{
	width:94px;
	margin-right:155px;
}
#kimg_gallery .L #kimg_gallery_main{
	width : 500px;
	height: 500px;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	background-color: #f5f5f5;
}
#kimg_gallery .L #kimg_gallery_main img{
	max-width : 500px;
	max-height: 500px;
}
#kimg_gallery .R{
	width:94px;
}
#kimg_gallery .R ul li{
	width:92px;
	height:92px;
	border:solid 1px #CBCCCC;
	margin-bottom:8px;
}

.tenpo_kenchiku_detail_con{
	width: 850px;
	margin: 0 auto 50px;
}


/*スタッフ情報*/
.tenpo_staff>li{
 	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	border-radius: 10px;
}
.tenpo_staff>li +li{
	margin-top: 50px;
}
.tenpo_staff_head{
	height: 270px;
	padding: 20px 20px 20px 30px;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: url("../img/pages/tenpo_staff/tenpo_staff_bg.svg") left bottom 10px / 960px auto no-repeat #f1e8e4;
}
.tenpo_staff_head .staff_img{
	width : 300px;
	height: 225px;
	text-align: center;
	/*border-radius: 20px;*/
	background-color: #FFF;
	overflow: hidden;
}
.tenpo_staff_head .staff_img img{
	width : 300px;
	height: 225px;
	object-fit: contain;
}
.tenpo_staff_head .staff_name{
	margin-left: 50px;
}
.tenpo_staff_head .staff_name_pos{
	display: block;
}
.tenpo_staff_head .staff_name_main{
	font-size: 26px;
	font-weight: bold;
}
.tenpo_staff_main{
	width: 100%;
	background-color: #FFF;
	border-radius: 0 0 10px 10px;
}
.tenpo_staff_tbl{
	width:100%;
}
.tenpo_staff_tbl th,
.tenpo_staff_tbl td{
	min-height:70px;
	vertical-align:middle;
}
.tenpo_staff_tbl tr:nth-child(n+2) th,
.tenpo_staff_tbl tr:nth-child(n+2) td{
	border-top:1px solid #f1e8e4;
}
.tenpo_staff_tbl th{
	padding: 30px;
	font-weight:bold;
	text-align:center;
	color: #695b56;
}
.tenpo_staff_tbl td{
	padding: 15px;
	background-color:#fff;
	text-align: left;
}

/*イベント情報*/
.tenpo_event{
	/*margin-bottom: 30px;*/
	padding: 30px;
	background-color: #fff4e7;
	border-radius: 30px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 30px;
}
/*
.tenpo_event:before{
	content: "";
	width : 120px;
	height: 82px;
	position: absolute;
	right: 0;
	top  :-20px;
	display: block;
}
*/
.tenpo_event_box{
	padding: 30px;
	background-color: #FFF;
	/*border-radius: 30px;*/
	border: 1px solid #dbbc8e;
	box-sizing: border-box;
}
.tenpo_event_ttl{
	padding-left: 45px;
	font-size: 26px;
	font-weight: bold;
	color: #dbbc8e;
	position: relative;
}
.tenpo_event_ttl:before{
	content: "";
	width: 60px;
	height: 10px;
	background-color: #dbbc8e;
	
	/*background: url("../img/pages/tenpo_event/tenpo_event_ttl.svg") left top / 100% auto no-repeat;*/
	display: block;
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
}

.tenpo_event_info .tbl_dg1{
	width: 480px;
	border-bottom: none;
}
.tenpo_event_info .tbl_dg1 tr:first-child th,
.tenpo_event_info .tbl_dg1 tr:first-child td{
  border-top: none;
}



/*お客様の声*/
.tenpo_voice{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	
}
.tenpo_voice>li{
	width: 48%;
	margin-bottom: 50px;
 	box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
	border-radius: 10px;
	background-color: #FFF;
}
.tenpo_voice>li:nth-child(2n){
	margin-left: 4%;
}
.tenpo_voice_head{
	height: 270px;
	padding: 30px;
	border-radius: 10px 10px 0 0;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f1e8e4;
}
.tenpo_voice_head .voice_img{
	width : 100%;
	height: 215px;
	text-align: center;
	/*border-radius: 20px;*/
	background-color: #FFF;
}
.tenpo_voice_head .voice_img img{
	width : auto;
	height: 100%;
  max-width: 300px;
}
.tenpo_voice_main{
	width: 100%;
	font-size: 14px;
}
.tenpo_voice_tbl{
	width:100%;
}
.tenpo_voice_tbl th,
.tenpo_voice_tbl td{
	min-height:70px;
}
.tenpo_voice_tbl tr:nth-child(n+2) th,
.tenpo_voice_tbl tr:nth-child(n+2) td{
	border-top:1px solid #f1e8e4;
}
.tenpo_voice_tbl th{
	padding: 15px 0 15px 20px;
	padding-left: 20px;
	font-weight:bold;
	text-align:center;
	color: #695b56;
	vertical-align: top;
}
.tenpo_voice_tbl td{
	padding: 15px;
	text-align: left;
}

