.l-content-wrap {
    font-weight: bold;
    background: #F2F2F2;
	padding: 0;
}

.shop-contents {
	padding: 16px;
}

#Main {
    padding: 12px 12px;
    background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #E5E5E5;
}

h1 {
	margin-bottom: 16px;
}

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

/*--------------------------------------------------------------------------
  	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;
		margin: 4px 0;
	}

	.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;
	}
}

.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;
	}
}

.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 th {
	text-align: left;
	font-size: 16px;
	color: #999999;
	width: 120px;
	padding: 16px 0;
    vertical-align: top;
    border-top: 1px dotted #CCCCCC;
}

@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;
    border-top: 1px dotted #CCCCCC;
}

@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(/apps/assets/img/shop/cate01.png);
}

.service-list .cate02::before {
	background-image: url(/apps/assets/img/shop/cate02.png);
}

.service-list .cate03::before {
	background-image: url(/apps/assets/img/shop/cate03.png);
}

.service-list .cate04::before {
	background-image: url(/apps/assets/img/shop/cate04.png);
}

.service-list .cate05::before {
	background-image: url(/apps/assets/img/shop/cate05.png);
}

.service-list .cate06::before {
	background-image: url(/apps/assets/img/shop/cate06.png);
}

.service-list .cate07::before {
	background-image: url(/apps/assets/img/shop/cate07.png);
}

.service-list .cate08::before {
	background-image: url(/apps/assets/img/shop/cate08.png);
}

.service-list .cate09::before {
	background-image: url(/apps/assets/img/shop/cate09.png);
}

.service-list .cate10::before {
	background-image: url(/apps/assets/img/shop/cate10.png);
}

.service-list .cate11::before {
	background-image: url(/apps/assets/img/shop/cate11.png);
}

.service-list .cate12::before {
	background-image: url(/apps/assets/img/shop/cate12.png);
}

.service-list .cate13::before {
	background-image: url(/apps/assets/img/shop/cate13.png);
}

.service-list .cate14::before {
	background-image: url(/apps/assets/img/shop/cate14.png);
}

.service-list .cate16::before {
	background-image: url(/apps/assets/img/shop/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;
	display: flex;
    justify-content: start;
    align-items: center;
}

@media all and (max-width: 767px) {
	.recruit-box {
		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;
	height: 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;
	}
}

.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;
	}
}

.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;
	}
}
