@charset "utf-8";

/**
 *
 *  店舗を探す 店舗詳細ページcss
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

#Content{
	padding-bottom: 40px;
}
#Main{
	padding: 30px;
	background: #fff;
}

/* @SP */
@media all and (max-width: 767px) {
	#Content{
		padding-bottom: 5px;
	}
	#Main{
		padding: 0;
		background: #fff;
	}
}

/*--------------------------------------------------------------------------
  	nav-list
---------------------------------------------------------------------------*/
/* @SP */
@media all and (max-width: 767px) {
	.sec .nav-list{
		padding: 0;
	}
	.sec .nav-list li.recruit{
		margin-top: 20px;
		width: 100%;
		padding: 0;
	}
	.sec .nav-list li.recruit a{
		-webkit-border-radius: 2px;
		border-radius: 2px;
		background: #B81C22;
		color: #FFF;
		font-size: 13px;
	}
	.sec .nav-list li.recruit a span{
		padding-left: 14px;
		background: url(/shared/images/ico_arw02.png) no-repeat 0 50%;
		background-size: 8px 11px;
	}
}


/*--------------------------------------------------------------------------
  	sec-shop
---------------------------------------------------------------------------*/

.sec-shop{
	position: relative;
}
.sec-shop .ttl-page {
	display: inline;
}
.sec-shop .c_ttl-style01 .line{
	margin-left: 20px;
}
.sec-shop .line-text{
	margin-bottom: 15px;
	display: inline-block;
	font-size: 120%;
}
.line-friend{
	color: #00c300;
    font-weight: bold;
}
/* @SP */
@media all and (max-width: 767px) {
	.sec-shop .c_ttl-style01 .line img{
		height: 18px;
	}
	.sec-shop .line-text{
		font-size: 100%;
	}
	
	
}

/* item
-----------------------------------------------------------------*/
.sec-shop .item .map{
	float: left;
	width: 470px;
	margin-right: 30px;
	height: 552px;
}
.sec-shop .item .info{
	/* float: right;
	width: 528px; */
}
.sec-shop .item .shop{
	/* float: left; */
	/* width: 470px; */
	margin-top: 25px;
}
/* detail */
.sec-shop .item .info .detail .tbl{
	width: 100%;
	border-top: solid 1px #CCC;
	table-layout: fixed;
}
.sec-shop .item .info .detail .tbl th,
.sec-shop .item .info .detail .tbl td{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 23px 15px 22px 0;
	text-align: left;
	border-bottom: solid 1px #CCC;
	font-weight: normal;
	vertical-align: top;
}
.sec-shop .item .info .detail .tbl th{
	width: 153px;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.sec-shop .item .info .detail .tbl td{
	/* width: 376px; */
	font-size: 14px;
}
.sec-shop .item .info .detail .tbl td.tel a{
	text-decoration: none;
	cursor: default;
}
.sec-shop .item .info .detail .tbl td.time span:first-child:after{
	content: '/ ';
}
.sec-shop .item .info .detail .tbl .note{
	margin-top: 3px;
	font-size: 12px;
	color: #888;
}
.sec-shop .item .info .detail .tbl .service-ico{
	margin: -3px -3px 0;
}
.sec-shop .item .info .btn-map {
	margin-top: 10px;
}
.sec-shop .item .info .btn-map a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	padding: 8px 22px 8px;
	background: #FFF;
	font-size: 12px;
	border: solid 1px #B81B22;
	text-decoration: none;
	text-align: center;
}
.sec-shop .item .info .btn-map a:hover {
	background: #B81B22;
	color: #FFF;
}
.sec-shop .item .info .btn-map a span{
	display: inline-block;
	padding-left: 15px;
	background: url(/shared/images/ico_arw01.png) no-repeat 0 50%;
	background-size: 8px auto;
}
.sec-shop .item .info .btn-map a:hover span{
	display: inline-block;
	padding-left: 15px;
	background: url(/shared/images/ico_arw02.png) no-repeat 0 .35em;
	background-size: 8px auto;
}
/* bnr */
.sec-shop .item .info .bnr{
	overflow: hidden;
	margin: 30px -24px 0 0;
}
.sec-shop .item .info .bnr li{
	float: left;
	margin-right: 24px;
}
/* shop */
.sec-shop .item .shop .ttl{
	padding: 12px 20px;
	background: #E7E4DD;
	font-size: 18px;
	font-weight: bold;
}
.sec-shop .item .shop .list{
	border: solid 1px #E5E5DD;
	border-top: none;
	padding: 0 22px;
	font-size: 14px;
}
.sec-shop .item .shop .list li{
	border-bottom: dashed 1px #CACACA;
	padding: 12px 0;
}
.sec-shop .item .shop .list li:last-child{
	border-bottom: none;
}
.sec-shop .item .shop .list li span{
	display: table-cell;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.sec-shop .item .shop .list li .ttl{
	width: 230px;
	padding-left: 30px;
	background: url(../../shared/images/ico_pin.png) no-repeat 0 50%;
	font-size: 15px;
	font-weight: bold;
}
.sec-shop .item .shop .list li .address{
	width: 255px;
}

/* @SP */
@media all and (max-width: 767px) {
	.sec-shop{
		padding-top: 15px;
	}
	.sec-shop .ttl-page{
		padding-right: 0;
	}
	.sec-shop .item .map{
		width: 100%;
		height: 190px;
		margin: 0 0 15px;
		text-align: center;
	}
	.sec-shop .item .map iframe{
		width: 100%;
		max-width: 375px;
		height: 190px;
		margin: 0 auto;
	}
	.sec-shop .item .info{
		width: 100%;
	}
	.sec-shop .item .shop{
		width: 100%;
		margin-top: 0;
	}
	/* detail */
	.sec-shop .item .info .detail .tbl{
		width: 100%;
		line-height: 1.4;
	}
	.sec-shop .item .info .detail .tbl th,
	.sec-shop .item .info .detail .tbl td{
		padding: 17px 10px 16px 0;
	}
	.sec-shop .item .info .detail .tbl th{
		width: 25%;
		font-size: 13px;
	}
	.sec-shop .item .info .detail .tbl td{
		width: 75%;
		font-size: 13px;
	}
	.sec-shop .item .info .detail .tbl td.time span:first-child:after{
		content: none;
	}
	.sec-shop .item .info .detail .tbl td.time span{
		display: block;
	}
	/* tel デバイスがPCの場合リンクなし */
	.dev-sp .sec-shop .item .info .detail .tbl td.tel a,
	.dev-sd .sec-shop .item .info .detail .tbl td.tel a{
		color: 	#275BE0;
		text-decoration: underline;
	}
	/* tel デバイスがPCの場合リンクなし */
	.dev-pc .sec-shop .item .info .detail .tbl td.tel a{
		text-decoration: none;
		cursor: default;
	}
	.sec-shop .item .info .detail .tbl .note{
		margin-top: 3px;
		font-size: 9px;
		line-height: 1.4;
	}
	.sec-shop .item .info .detail .tbl .service-ico li{
		width: 99px;
		margin: 6px 4px;
	}
	.sec-shop .item .info .btn-map a {
		padding: 8px 15px;
	}
	/* bnr */
	.sec-shop .item .info .bnr{
		width: 100%;
		max-width: 375px;
		margin: 0 auto;
	}
	.sec-shop .item .info .bnr ul{
		overflow: hidden;
		margin: 20px -6px 0;
	}
	.sec-shop .item .info .bnr li{
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 33.33%;
		margin: 0;
		padding: 0 6px;
	}
	.sec-shop .item .info .bnr li img{
		width: 100%;
		height: auto;
	}

	/* shop */
	.sec-shop .item .shop{
		margin-top: 21px;
	}
	.sec-shop .item .shop .ttl{
		padding: 8px 15px;
		background: #000;
		color: #FFF;
		font-size: 14px;
		font-weight: normal;
	}
	.sec-shop .item .shop .list{
		border: none;
		padding:  0;
		font-size: 13px;
		line-height: 1.4;
	}
	.sec-shop .item .shop .list li,
	.sec-shop .item .shop .list li:last-child{
		border-bottom: solid 1px #333;
		padding: 18px 5px;
	}
	.sec-shop .item .shop .list li span{
		display: block;
	}
	.sec-shop .item .shop .list li .ttl{
		width: 100%;
		padding-left: 0;
		background: none;
		font-size: 13px;
		font-weight: normal;
	}
	.sec-shop .item .shop .list li .address{
		width: 100%;
		margin-top: 3px;
		font-size: 9px;
	}
}


/*--------------------------------------------------------------------------
  	ft_bnr
---------------------------------------------------------------------------*/

.ft_bnr{
	padding: 40px 0;
	background: #F9F0F1;
}
.ft_bnr ul{
	overflow: hidden;
	margin-right: -28px;
}
.ft_bnr ul li{
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 530px;
	min-height: 160px;
	margin-right: 28px;
	background: #FFF;
}
.ft_bnr ul li img{
	vertical-align: middle;
}

.ft_bnr ul li .inner{
	display: block;
	padding: 26px 28px 15px;
}
.ft_bnr ul li.tel{
	background: #FFF url(../images/detail/bt_tel_bg.jpg) no-repeat 373px 100%;
}
.ft_bnr ul li.tel .ttl{
	display: block;
	overflow: hidden;
	width: 232px;
	height: 44px;
	background: url(../images/detail/bt_tel_ttl.png);
	white-space: nowrap;
	text-indent: -9999px;
}
.ft_bnr ul li.tel .num{
	display: block;
	padding: 17px 126px 0 0;
}
.ft_bnr ul li.tel .num a{
	display: block;
	min-height: 50px;
	padding-left: 62px;
	background: url(../images/detail/bt_tel_ico.png) no-repeat;
	font-size: 31px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	cursor: default;
}
.dev-sp .ft_bnr ul li.tel .num a{
	text-decoration: underline;
	cursor: pointer;
}

/* @SP */
@media all and (max-width: 767px) {
	.ft_bnr{
		padding: 15px 0 20px;
		background: #FFF;
	}
	.ft_bnr ul{
		margin-right: 0;
	}
	.ft_bnr ul li{
		width: 100%;
		min-height: inherit;
		margin: 10px 0 0;
		text-align: center;
	}
	.ft_bnr ul li:first-child{
		margin-top: 0;
	}
	.ft_bnr ul li img{
		width: 100%;
		max-width: 375px;
		height: auto;
		margin: 0 auto;
	}
	/* tel */
	.ft_bnr ul li.tel{
		-webkit-border-radius:0;
		border-radius: 0;
		background: url(../images/detail/bt_tel_bg_sp03.jpg) no-repeat 50% 100%;
		background-size: 280px 91px;
		border: solid 1px #A9151A;
		text-align: center;
	}
	.ft_bnr ul li.tel .inner{
		padding:  0 0 91px;
	}

	.ft_bnr ul li.tel .ttl{
		width: 100%;
		height: auto;
		padding: 4px 10px 0;
		background:  #A9151A;
		color: #FFF;
		font-size: 9px;
		white-space: inherit;
		text-indent: inherit;
	}
	.ft_bnr ul li.tel .num{
		padding: 0 10px 2px;
		background:  #A9151A;
		line-height: 1.4;
	}
	.ft_bnr ul li.tel .num a{
		padding: 0;
		background: none;
		color: #FFF;
		min-height: inherit;
		font-size: 17px;
	}
}
