@charset "utf-8";

/**
 *
 *  店舗を探す 店舗詳細ページcss
 *
 */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/

#Content{
	padding-bottom: 44px;
}
#Main{
    padding: 12px 24px;
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #E5E5E5;
	width: 1200px;
	float: none !important;
}

#Page {
	font-weight: bold;
}

/* @SP */
@media all and (max-width: 767px) {
	#Content{
		padding-bottom: 40px;
	}
	#Main{
		padding: 0;
		background: #fff;
		padding: 16px;
		width: 100%;
	}
}

/*--------------------------------------------------------------------------
  	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%;
	}
	.line-button-list {
		display: flex;
		margin: -2px -12px 12px 0;
	}
	.line-button-list__item {
		margin-right: 12px;
		flex: 1 1 auto;
		height: 34px;
	}
	.line-button-list__item a {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		border: 2px solid #00b900;
		border-radius: 3px;
		overflow: hidden;
		font-weight: 700;
		text-decoration: none;
	}

	.line-button-list__item--friend {
		width: 187px;
	}
	.line-button-list__item--friend a {
		background: #00b900;
		color: #fff;
		font-size: 15px;
		padding-right: 10px;
	}
	.line-button-list__item--friend img {
		margin-right: 15px;
		width: auto;
		height: 100%;
	}

	.line-button-list__item--reserve a {
		position: relative;
		padding: 0 10px 0 20px;
		color: #00b900;
		font-size: 13px;
	}
	.line-button-list__item--reserve a::before {
		position: absolute;
		top: 0;
		left: 5px;
		bottom: 0;
		margin: auto;
		width: 5px;
		height: 5px;
		border: 2px solid #00b900;
		border-width: 0 2px 2px 0;
		transform: rotate(-45deg);
		content: '';
	}
	.line-button-list__item--reserve .line {
		font-size: 16px;
	}
	.line-button-list__item--reserve .small {
		font-size: 11px;
		margin: 0 2px;
		padding-top: 5px;
	}
}

/* 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 120px;
	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 40px;
		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;
	}
}
/*--------------------------------------------------------------------------
  	sale-status
---------------------------------------------------------------------------*/

.sale-status {
	margin: 25px auto;
	text-align: center;
}

.sale-status img {
	width: 100%;
	max-width: 480px;
}

@media all and (max-width: 767px) {
	.sale-status {
		padding: 0 20px;
	}
}

h1 {
	margin-bottom: 0;
}

/*--------------------------------------------------------------------------
  	shop-header
---------------------------------------------------------------------------*/

.shop-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
    margin-top: 16px;
}

@media all and (max-width: 767px) {
	.shop-header {
		flex-direction: column;
		margin-top: 0px;
		margin-bottom: 12px;
	}
}

.shop-header .shop-header__name {
    font-size: 20px;
	white-space: nowrap;
	margin-right: 16px;
	overflow-wrap: break-word;
}

.shop-header .shop-header__name br {
	display: none;
}

@media all and (max-width: 767px) {
	.shop-header .shop-header__name {
		font-size: 16px;
		line-height: 18px;
	}

	.shop-header .shop-header__name br {
		display: block;
	}
}

.shop-header .shop-header__linebox {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	align-items: center;
	font-size: 12px;
	letter-spacing: 0px;
	margin-right: auto;
}

@media all and (max-width: 767px) {
	.shop-header .shop-header__linebox {
		width: 100%;
		justify-content: space-between;
		gap: 12px;
		margin-top: 12px;
	}
}

.shop-header .shop-header__addline {
	display: flex;
    text-decoration: none;
    background: #00B900;
    width: 126px;
    height: 30px;
    justify-content: center;
    align-items: center;
    line-height: 0;
    color: #FFFFFF;
    border-radius: 15px;
}

@media all and (max-width: 767px) {
	.shop-header .shop-header__addline {
		width: 100%;
		justify-content: center;
		position: relative;
	}
	.shop-header .shop-header__addline img {
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media all and (min-width: 768px) {
	.shop-header .shop-header__addline {
		transition: opacity .3s cubic-bezier(.39,.575,.565,1);
	}

	.shop-header .shop-header__addline:hover {
		opacity: 0.75;
	}
}

.shop-header .shop-header__contactline {
	display: flex;
    text-decoration: none;
    width: 126px;
    height: 30px;
    justify-content: center;
    align-items: center;
    line-height: 0;
    border-radius: 15px;
    border: 2px solid #00B900;
}

@media all and (max-width: 767px) {
	.shop-header .shop-header__contactline {
		width: 100%;
		font-size: 12px;
	}
}

@media all and (min-width: 768px) {
	.shop-header .shop-header__contactline {
		transition: opacity .3s cubic-bezier(.39,.575,.565,1);
	}

	.shop-header .shop-header__contactline:hover {
		opacity: 0.75;
	}
}

.shop-detail {
	width: 100%;
	padding: 0 4px;
}

.shop-detail table {
	width: 100%;
}

.shop-detail table a {
	width: fit-content;
}

@media all and (max-width: 767px) {
	.shop-detail table {
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
}

.shop-detail tr {
	border-top: 1px dotted #CCCCCC;
}

.shop-detail th {
	text-align: left;
	font-size: 16px;
	color: #999999;
	width: 120px;
	padding: 16px 0;
}

@media all and (max-width: 767px) {
	.shop-detail th {
		font-size: 14px;
		width: 72px;
		padding: 12px 0;
	}
}

.shop-detail td {
	font-size: 16px;
	font-weight: normal;
	padding: 16px 0;
}

@media all and (max-width: 767px) {
	.shop-detail td {
		font-size: 14px;
		padding: 12px 0;
	}
}

.shop-detail td a {
	color: #B81C22;
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: underline;
}

.shop-detail td a:hover {
	text-decoration: none;
}

.shop-detail td img {
	width: 16px;
	height: 16px;
}

.shop-detail td .supply {
	font-size: 12px;
	color: #707070;
}

#tel-sp {
	display: none;
}

@media all and (max-width: 767px) {
	#tel-pc {
		display: none;
	}
	#tel-sp {
		display: block;
	}
}

.service-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 32px 0;
}

@media all and (max-width: 767px) {
	.service-list {
		grid-template-columns: 1fr 1fr;
	}
}

.service-list li {
	display: flex;
	font-size: 12px;
	position: relative;
	padding-left: 40px;
	line-height: 14px;
	align-items: center;
}

@media all and (max-width: 767px) {
	.service-list li {
		padding-left: 36px;
		font-size: 10px;
	}
}

.service-list li::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
    top: 0;
    left: 0;
	bottom: 0;
	margin: auto;
}

.service-list .cate01::before {
	background-image: url(../images/detail/cate01.png);
}

.service-list .cate02::before {
	background-image: url(../images/detail/cate02.png);
}

.service-list .cate03::before {
	background-image: url(../images/detail/cate03.png);
}

.service-list .cate04::before {
	background-image: url(../images/detail/cate04.png);
}

.service-list .cate05::before {
	background-image: url(../images/detail/cate05.png);
}

.service-list .cate06::before {
	background-image: url(../images/detail/cate06.png);
}

.service-list .cate07::before {
	background-image: url(../images/detail/cate07.png);
}

.service-list .cate08::before {
	background-image: url(../images/detail/cate08.png);
}

.service-list .cate09::before {
	background-image: url(../images/detail/cate09.png);
}

.service-list .cate10::before {
	background-image: url(../images/detail/cate10.png);
}

.service-list .cate11::before {
	background-image: url(../images/detail/cate11.png);
}

.service-list .cate12::before {
	background-image: url(../images/detail/cate12.png);
}

.service-list .cate13::before {
	background-image: url(../images/detail/cate13.png);
}

.service-list .cate14::before {
	background-image: url(../images/detail/cate14.png);
}

.service-list .cate16::before {
	background-image: url(../images/detail/cate16.png);
}

#recruit-box-sp {
	display: none;
}

@media all and (max-width: 767px) {
	#recruit-box-pc {
		display: none;
	}
	#recruit-box-sp {
		display: block;
	}
}

.recruit-box {
    text-align: center;
	padding-top: 6px;
}

@media all and (max-width: 767px) {
	.recruit-box {
		text-align: center;
		padding-top: 6px;
		margin-top: 24px;
		text-align: left;
	}
}

.recruit-box a {
	font-weight: normal;
    color: #B81C21;
    font-size: 14px;
	text-decoration: underline;
}
.recruit-box a:hover {
	text-decoration: none;
}

.recruit-box img {
  width: 16px;
}

.menu-box {
	display: flex;
    justify-content: center;
    gap: 40px;
	margin-top: 28px;
}

@media all and (max-width: 767px) {
	.menu-box {
		flex-direction: column;
		align-items: center;
		gap: 16px;
		padding: 0 20px;
	}
}

.menu-box a {
	display: flex;
    justify-content: center;
    align-items: center;
    width: 576px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 36px;
    font-size: 16px;
    text-decoration: none;
    color: #333333;
	box-shadow: 0 3px 10px #0000001A;
	padding-bottom: 8px;
}

@media all and (max-width: 767px) {
	.menu-box a {
		width: 305px;
		max-width: 90vw;
		height: 60px;
		border-radius: 30px;
		font-size: 14px;
		padding-bottom: 6px;
	}
}

@media all and (min-width: 768px) {
	.menu-box a {
		transition: opacity .3s cubic-bezier(.39,.575,.565,1);
	}

	.menu-box a:hover {
		opacity: 0.75;
	}
}

.available-box {
	display: flex;
    justify-content: center;
    gap: 40px;
}

@media all and (max-width: 767px) {
	.available-box {
		flex-direction: column;
		align-items: center;
		gap: 16px;
		margin-bottom: -12px;
	}
}

.available-box a {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 366px !important;
    height: 60px;
    background: #FFFFFF;
    border: 2px solid #B81C22;
    border-radius: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #B81C22;
	box-shadow: 0 3px 10px #0000001A;
	font-weight: bold;
	padding-left: 16px;
    padding-right: 8px;
	text-decoration: none !important;
}

@media all and (max-width: 767px) {
	.available-box a {
		width: 100% !important;
		height: 52px;
		font-size: 14px;
	}
}

@media all and (min-width: 768px) {
	.available-box a {
		transition: opacity .3s cubic-bezier(.39,.575,.565,1);
	}

	.available-box a:hover {
		opacity: 0.75;
	}
}

.range-shop {
    margin-top: 16px;
	padding-top: 40px;
}

@media all and (max-width: 767px) {
	.range-shop {
		margin-top: 0;
	}
}

.range-shop .range-shop__title {
	font-size: 20px;
	margin-bottom: 16px;
}

@media all and (max-width: 767px) {
	.range-shop .range-shop__title {
		font-size: 16px;
	}
}

h1 {
	font-size: 36px;
	margin-bottom: 0;
}

/* @SP */
@media all and (max-width: 767px) {
	h1 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 0;
	}
}
