@charset "UTF-8";

.shop__catch {
	margin-bottom: 2.5rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #233469;
}
.shop__ttlH1 {
	margin-bottom: 0.9rem;
	font-size: 1.8rem;
}
.shop__ttlH2 {
	position: relative;
	margin-bottom: 2.5rem;
	padding: 1rem 3.4rem;
	background-color: #273465;
	font-size: 1.8rem;
	color: #fff;
}
.shop__ttlH2::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.8rem;
	height: 1.7rem;
	background: url("/assets/img/user/sp/shop/ico-message.svg") center no-repeat;
	background-size: contain;
}
.shop__ttlH2--youkou::before {
	width: 1.6rem;
	height: 1.9rem;
	background: url("/assets/img/user/sp/shop/ico-youkou.svg") center no-repeat;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}
.shop__ttlH2--kodawari::before {
	width: 1.6rem;
	height: 1.9rem;
	background: url("/assets/img/user/sp/shop/ico-kodawari.svg") center no-repeat;
}
.shop__ttlH2--info::before {
	width: 1.6rem;
	height: 1.9rem;
	background: url("/assets/img/user/sp/shop/ico-info.svg") center no-repeat;
}
.shop__areaName {
	margin-bottom: 2.1rem;
	font-size: 1.2rem;
}
.shop__image {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 3.5rem;
}
.shop__message {
	margin-bottom: 2.8rem;
	line-height: 26px;
}
.shop__contactBlock {
	position: fixed;
	bottom: 0;
	z-index: 5;
	width: 100%;
	padding: 0.8rem 0 2.1rem;
	border: 0.1rem solid #e6e6e6;
	border-radius: 1rem 1rem 0 0;
	background-color: #fff;
	-webkit-box-shadow: 0 -0.5rem 0.6rem rgba(225, 225, 225, 0.1607843137);
	box-shadow: 0 -0.5rem 0.6rem rgba(225, 225, 225, 0.1607843137);
}
.shop__contacTtl {
	margin-bottom: 0.6rem;
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #233469;
}
.shop__contactBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.shop__telLink {
	position: relative;
	width: 10.2rem;
	margin-right: 1.3rem;
	padding-left: 2rem;
	border: 0.1rem solid #2165ff;
	border-radius: 0.5rem;
	font-size: 1.7rem;
	color: #2165ff;
	font-weight: 600;
}
.shop__telLink::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2.4rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.6rem;
	height: 1.6rem;
	background: url("/assets/img/user/sp/shop/ico-tel.svg") center no-repeat;
	background-size: contain;
}
.shop__snsLink {
	position: relative;
	width: 10.1rem;
	padding: 0.6rem 0 0.6rem 2rem;
	margin-right: 1.3rem;
	border: 0.1rem solid #4cc764;
	border-radius: 0.5rem;
	font-size: 1.7rem;
	color: #4cc764;
	font-weight: 600;
}
.shop__snsLink::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 2rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.6rem;
	height: 1.7rem;
	background: url("/assets/img/user/sp/shop/ico-sns.svg") center no-repeat;
	background-size: contain;
}
.shop__link--disable {
	border-color: #cecece;
	color: #cecece;
	pointer-events: none;
}
.shop__link--disable::before {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.3;
}
.shop__mailLink {
	position: relative;
	width: 10.2rem;
	padding: 0.6rem 0 0.6rem 2rem;
	border: 0.1rem solid #DE0301;
	border-radius: 0.5rem;
	font-size: 1.3rem;
	font-weight: 600;
	color: #DE0301;
	display: flex;
	justify-content: center;
	align-items: center;
}
.shop__mailLink::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0.7rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.6rem;
	height: 1.2rem;
	background: url("/assets/img/user/sp/shop/ico-mail.svg") center no-repeat;
	background-size: contain;
}
.shop__mailLink.disable {
	border-color: #cecece;
	color: #cecece;
	pointer-events: none;
}
.shop__mailLink.disable::before {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.3;
}
.shop__youkouList {
	margin-bottom: 2.5rem;
}
.shop__youkouItem {
	position: relative;
	margin-bottom: 1.5rem;
	padding: 1.1rem 0.7rem 1.1rem 2rem;
	border-radius: 0.5rem;
	background-color: #f8f8f8;
	-webkit-box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.1098039216);
	box-shadow: 0 0.2rem 0.1rem rgba(0, 0, 0, 0.1098039216);
}
.shop__youkouItem:last-child {
	margin-bottom: 0;
}
.shop__youkouItem::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0.7rem;
	height: 100%;
	border-radius: 0.5rem 0 0 0.5rem;
	background-color: #2a3462;
}
.shop__youkouTtl {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1.6rem;
	padding-bottom: 0.8rem;
	border-bottom: 0.05rem solid #8898aa;
}
.shop__detail {
	position: relative;
	margin-bottom: 0.4rem;
	padding-left: 0.3rem;
	font-weight: bold;
	color: #233469;
}
.shop__detail::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 3;
	width: 1.1rem;
	height: 1.1rem;
	padding-left: 1.3rem;
	background: url("/assets/img/user/sp/shop/ico-detail.svg") center no-repeat;
	background-color: #f8f8f8;
	background-size: contain;
}
.shop__detail::after {
	content: "";
	position: absolute;
	top: -9px;
	right: 0;
	width: 100%;
	height: 100%;
	border-bottom: 0.1rem solid #8898AA;
}
.shop__detail--shikaku::before {
	background: url("/assets/img/user/sp/shop/ico-detail.svg") center no-repeat;
	background-color: #f8f8f8;
	background-size: contain;
}
.shop__detail--time::before {
	width: 1.3rem;
	height: 1.2rem;
	background: url("/assets/img/user/sp/shop/ico-time.svg") center no-repeat;
	background-color: #f8f8f8;
	background-size: contain;
}
.shop__detail--holiday::before {
	background: url("/assets/img/user/sp/shop/ico-holiday.svg") center no-repeat;
	background-color: #f8f8f8;
	background-size: contain;
}
.shop__detailTtl {
	position: relative;
	z-index: 2;
	background-color: #f8f8f8;
	margin-bottom: 1.35rem;
	padding: 0 1.3rem;
}
.shop__detailText {
	margin-bottom: 1.4rem;
	line-height: 2.4rem;
}
.shop__kodawariList {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 0.8rem 0.7rem;
	margin-bottom: 2.5rem;
	padding: 0 1rem;
}
.shop__kodawariItem {
	padding: 0.4rem 0;
	border: 0.1rem solid #273465;
	border-radius: 2.1rem;
	text-align: center;
	color: #233469;
}
.shop__kodawariItem.disabled {
	padding: 0.4rem 0;
	border: 0.1rem solid #c8c8c8;
	border-radius: 2.1rem;
	text-align: center;
	color: #c8c8c8;
}
.shop__infoList {
	margin-bottom: 3.6rem;
}
.shop__infoItemBox {
	margin-bottom: 1.4rem;
	padding-bottom: 1.4rem;
	border-bottom: 0.1rem solid #e3e5e8;
}
.shop__infoItemTtl {
	margin-bottom: 1rem;
	padding-left: 0.4rem;
	border-left: 0.4rem solid #233469;
	font-weight: bold;
	color: #233469;
}
.shop__infoItemDetail {
	line-height: 2.4rem;
	overflow-wrap: break-word;
}
.shop__infoItemLink {
	position: relative;
	padding-left: 2rem;
}
.shop__infoItemLink::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.6rem;
	height: 1.6rem;
	background: url("/assets/img/user/sp/shop/ico-link_arrow.svg") center no-repeat;
	background-size: contain;
}
.shop__backText {
	position: relative;
	margin-bottom: 2.6rem;
	padding-left: 2.4rem;
	font-size: 1.8rem;
	font-weight: bold;
	color: #233469;
}
.shop__backText::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.6rem;
	height: 1.9rem;
	background: url("/assets/img/user/sp/shop/ico-youkou.svg") center no-repeat;
	background-size: contain;
}
.shop__backItem {
	margin-bottom: 1rem;
}
.shop__backLink {
	position: relative;
	padding-right: 4rem;
	color: #0c83df;
}
.shop__backLink::before {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 1.8rem;
	height: 1.8rem;
	background: url("/assets/img/user/common/ico-arrow.svg") center no-repeat;
}
.shop__modalBlock {
	display: none;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}
.shop__modalBox {
	overflow-y: scroll;
}
.shop__modalClose {
	position: absolute;
	top: -3rem;
	right: 0;
	font-size: 1.2rem;
	color: #fff;
}
.shop__modalClose::before {
	content: "";
	position: absolute;
	top: 40%;
	left: -3rem;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 3rem;
	height: 3rem;
	background: url("/assets/img/user/sp/common/ico-modal_close.svg") center no-repeat;
	background-size: contain;
}
.shop__modalContent {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
	border-radius: 0.5rem;
	background-color: #fff;
}
.shop__modalTtlBox--sns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2.6rem;
	padding: 1.9rem 0;
	border-radius: 0.5rem 0.5rem 0 0;
	background-color: #56c459;
}
.shop__modalTtl--sns {
	position: relative;
	padding-left: 3rem;
	color: #fff;
}
.shop__modalTtl--sns::before {
	content: "";
	position: absolute;
	left: 0;
	width: 2.4rem;
	height: 2.5rem;
	background: url("/assets/img/user/sp/shop/ico-sns_white.svg") center no-repeat;
	background-size: contain;
}
.shop__modalTtlBox--tel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2.6rem;
	padding: 1.9rem 0;
	border-radius: 0.5rem 0.5rem 0 0;
	background-color: #2165ff;
}
.shop__modalTtl--tel {
	position: relative;
	padding-left: 3rem;
	color: #fff;
}
.shop__modalTtl--tel::before {
	content: "";
	position: absolute;
	left: 0;
	width: 2.4rem;
	height: 2.5rem;
	background: url("/assets/img/user/sp/shop/ico-tel_white.svg") center no-repeat;
	background-size: contain;
}
.shop__modalInner {
	margin-bottom: 2rem;
	padding: 0 2rem;
}
.shop__modalNameList {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 3rem;
	padding: 1.8rem 0;
	border: 0.1rem solid #273465;
	border-radius: 3rem;
	color: #273465;
}
.shop__modalName {
	width: 30%;
	text-align: right;
	font-size: 1.1rem;
}
.shop__modalNameDetail {
	width: 70%;
	padding-right: 1rem;
	padding-left: 2rem;
	font-size: 1.5rem;
	font-weight: bold;
}
.shop__modalText {
	text-align: center;
	line-height: 2rem;
	font-size: 1.2rem;
}
.shop__modalText--kensaku {
	margin-top: 1.3rem;
}
.shop__modalText--kome {
	margin-top: 0.7rem;
}
.shop__modalText--id {
	color: #233469;
}
.shop__modalText--footer {
	padding: 1.5rem 0;
	border-radius: 0 0 0.5rem 0.5rem;
	background-color: #E6E6E6;
}
.shop__modalBold {
	font-size: 1.6rem;
	font-weight: bold;
	color: #6c000c;
}
.shop__modalAddBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1rem 0 0;
	padding: 1.5rem 0;
	border-radius: 0.5rem;
	background-color: #56c459;
}
.shop__modalAddBox--disable {
	background-color: #cecece;
	pointer-events: none;
}
.shop__modalAddBox--disable .shop__modalAdd {
	color: #fff;
}
.shop__modalAdd {
	position: relative;
	padding-left: 3rem;
	font-size: 1.6rem;
	color: #fff;
}
.shop__modalAdd::before {
	content: "";
	position: absolute;
	left: 0;
	width: 2.6rem;
	height: 2.8rem;
	background: url("/assets/img/user/sp/shop/ico-add.svg") center no-repeat;
	background-size: contain;
}
.shop__modalId {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 1.3rem 0;
	padding: 1.5rem 0;
	border: 0.1rem solid #273465;
	border-radius: 0.5rem;
}
.shop__modalId--disable {
	border-color: #cecece;
}
.shop__modalId--disable .shop__modalIdText {
	color: #cecece;
}
.shop__modalId--disable .shop__modalIdText::before {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: 0.3;
}
.shop__modalIdText {
	position: relative;
	padding-left: 3rem;
	font-size: 1.6rem;
	font-weight: bold;
	color: #233469;
}
.shop__modalIdText::before {
	content: "";
	position: absolute;
	left: 0;
	width: 1.6rem;
	height: 2.2rem;
	background: url("/assets/img/user/sp/shop/ico-copy.svg") center no-repeat;
	background-size: contain;
}
.shop__modalCallBox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 1rem 0 1.3rem;
	padding: 1.5rem 0;
	border-radius: 0.5rem;
	background-color: #2165ff;
}
.shop__modalCall {
	position: relative;
	padding-left: 3rem;
	font-size: 1.6rem;
	color: #fff;
}
.shop__modalCall::before {
	content: "";
	position: absolute;
	left: 0;
	width: 1.8rem;
	height: 2.4rem;
	background: url("/assets/img/user/sp/shop/ico-call.svg") center no-repeat;
	background-size: contain;
}

.salary__detail--shop {
	margin-bottom: 2.5rem;
}
.salary__text--shop {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.7rem;
	font-weight: bold;
}
.salary__price--shop {
	font-size: 2rem;
	color: #d00303;
}
.salary__cate--shop {
	display: inline-block;
	width: 10rem;
	height: 2.2rem;
	margin-right: 0.25rem;
}
.salary__cate--shopsei {
	background: url("/assets/img/user/sp/shop/ico-sei.svg") 0 0 no-repeat;
	background-size: contain;
}
.salary__cate--shoparub {
	background: url("/assets/img/user/sp/shop/ico-aru.svg") 0 0 no-repeat;
	background-size: contain;
}
.salary__cate--shopkei {
	background: url("/assets/img/user/sp/shop/ico-keiyaku.svg") 0 0 no-repeat;
	background-size: contain;
}
.salary__cate--shopitaku {
	background: url("/assets/img/user/sp/shop/ico-itaku.svg") 0 0 no-repeat;
	background-size: contain;
}

.is-modal {
	display: block;
	opacity: 1;
	-webkit-animation: fadeIn 0.3s ease;
	animation: fadeIn 0.3s ease;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@media screen and (min-width: 451px) {
	.lower__2col {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		padding: 0 10px;
	}
	.f-leftContents {
		max-width: 650px;
		margin-right: 25px;
	}
	.f-rightContents {
		min-width: 200px;
		width: 25%;
	}
	.shop__catch {
		font-size: 20px;
		margin-bottom: 35px;
	}
	.shop__ttlH1 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.shop__ttlH2 {
		font-size: 20px;
		margin-bottom: 22px;
	}
	.shop__areaName {
		font-size: 16px;
		margin-bottom: 17px;
	}
	.shop__image {
		margin-bottom: 45px;
	}
	.shop__message {
		margin-bottom: 35px;
		padding: 0 10px;
		line-height: 26px;
		font-size: 16px;
	}
	.shop__youkouList {
		margin-bottom: 35px;
		padding: 0 10px;
	}
	.shop__youkouItem {
		margin-bottom: 20px;
	}
	.shop__youkouTtl {
		font-size: 20px;
		margin-bottom: 24px;
		padding-bottom: 16px;
	}
	.shop__contactBlock--right {
		position: -webkit-sticky;
		position: sticky;
		top: 140px;
		padding: 33px 9px;
		border: 1px solid #f2f2f3;
		border-radius: 5px;
		-webkit-box-shadow: 0 2px 0 #f2f2f3;
		box-shadow: 0 2px 0 #f2f2f3;
		width: 200px;
	}
	.shop__contacTtl {
		font-size: 16px;
		color: #000;
	}
	.shop__contactMessage {
		text-align: center;
		margin-bottom: 25px;
		font-size: 9px;
		font-weight: 600;
	}
	.shop__telLink {
		width: 100%;
		margin: 0 0 10px 0;
		font-size: 12px;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
		padding: 5px 0;
	}
	.shop__telLink::before {
		width: 12px;
		height: 12px;
		left: 2rem;
	}
	.shop__telLink:hover {
		opacity: 0.7;
	}
	.shop__snsLink {
		width: 100%;
		background-color: #56c459;
		font-size: 12px;
		color: #fff;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
		margin: 0 0 10px 0;
		padding: 5px 0 5px 10px;
	}
	.shop__snsLink::before {
		width: 12px;
		height: 14px;
		background: url("/assets/img/user/sp/shop/ico-sns_white.svg") center no-repeat;
		background-size: contain;
		left: 2rem;
	}
	.shop__snsLink:hover {
		opacity: 0.7;
	}
	.shop__snsLink.shop__link--disable {
		background-color: #cecece;
		pointer-events: none;
	}
	.shop__mailLink {
		width: 100%;
		font-size: 12px;
		font-weight: 600;
		color: #DE0301;
		line-height: 14px;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
		padding: 7px 0 7px 10px;
	}
	.shop__mailLink::before {
		width: 16px;
		height: 12px;
		left: 18px;
	}
	.shop__mailLink:hover {
		opacity: 0.7;
	}
	.shop__mailLink.disable {
		border-color: #cecece;
		color: #ffffff;
		pointer-events: none;
		background-color: #cecece;;
	}
	.shop__detail {
		margin-bottom: 15px;
	}
	.shop__detail::before {
		width: 17px;
		height: 17px;
	}
	.shop__detailTtl {
		padding-left: 24px;
		font-size: 18px;
	}
	.shop__detailText {
		margin-bottom: 20px;
		line-height: 27px;
		font-size: 16px;
	}
	.shop__kodawariList {
		grid-template-columns: repeat(auto-fill, minmax(152px, 1fr));
	}
	.shop__kodawariItem {
		padding: 15px 0;
		border-radius: 30px;
	}
	.shop__kodawariItem.disabled {
		padding: 15px 0;
		border-radius: 30px;
	}
	.shop__infoList {
		padding: 0 30px;
	}
	.shop__infoItemBox {
		margin-bottom: 16px;
		padding-bottom: 15px;
	}
	.shop__infoItemTtl {
		margin-bottom: 15px;
		padding-left: 10px;
		font-size: 18px;
	}
	.shop__infoItemDetail {
		line-height: 25px;
		font-size: 16px;
		overflow-wrap: break-word;
	}
	.shop__infoItemLink {
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
	}
	.shop__infoItemLink:hover {
		opacity: 0.7;
	}
	.shop__backText {
		margin-bottom: 26px;
		font-size: 20px;
	}
	.shop__backList {
		display: -ms-flexbox;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.shop__backLink:hover {
		opacity: 0.7;
	}
	.shop__modalContent {
		top: 52%;
		max-width: 580px;
	}
	.shop__modalClose {
		font-size: 16px;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
	}
	.shop__modalClose:hover {
		opacity: 0.7;
	}
	.shop__modalTtlBox--sns, .shop__modalTtlBox--tel {
		margin-bottom: 40px;
	}
	.shop__modalTtl--sns, .shop__modalTtl--tel {
		font-size: 18px;
		font-weight: bold;
	}
	.shop__modalTtl--tel::before {
		width: 24px;
		height: 24px;
	}
	.shop__modalInner {
		padding: 0 74px;
		margin-bottom: 43px;
	}
	.shop__modalNameList {
		padding: 12px 0;
	}
	.shop__modalName {
		font-size: 13px;
	}
	.shop__modalNameDetail {
		padding-left: 30px;
		font-size: 18px;
		overflow-wrap: break-word;
	}
	.shop__modalText {
		font-size: 14px;
	}
	.shop__modalText--pc {
		font-size: 16px;
	}
	.shop__modalText--kensaku {
		margin-top: 24px;
	}
	.shop__modalText--kome {
		margin-top: 12px;
	}
	.shop__modalBold {
		font-size: 20px;
	}
	.shop__modalAddBox {
		margin: 12px auto 0;
		max-width: 315px;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
	}
	.shop__modalAddBox:hover {
		opacity: 0.7;
	}
	.shop__modalAddBox--disable {
		cursor: inherit;
	}
	.shop__modalAddBox--disable:hover {
		opacity: 1;
	}
	.shop__modalId {
		margin: 9px auto 15px;
		max-width: 315px;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
	}
	.shop__modalId:hover {
		opacity: 0.7;
	}
	.shop__modalId--disable {
		cursor: inherit;
	}
	.shop__modalId--disable:hover {
		opacity: 1;
	}
	.shop__modalCallBox {
		background-color: transparent;
		margin-bottom: 10px;
	}
	.shop__modalCall {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		padding-left: 65px;
		font-size: 30px;
		font-weight: bold;
		color: #3564f6;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
	}
	.shop__modalCall:hover {
		opacity: 0.7;
	}
	.shop__modalCall::before {
		content: "電話番号";
		width: auto;
		height: auto;
		font-size: 14px;
		font-weight: normal;
		background-image: none;
	}
	.shop__modalTantou {
		max-width: 305px;
		margin: 0 auto;
		padding: 8px 0;
		border-radius: 5px;
		background-color: #e6e6e6;
		text-align: center;
		color: #233469;
	}
}
.salary__detail--shop {
	margin-bottom: 26px;
}

.salary__cate--shop {
	width: 86px;
	height: 24px;
	margin-right: 32px;
	background-image: none;
}

.salary__cateText {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #962b3a;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
}
.salary__cateText--sei {
	background-color: #962b3a;
}
.salary__cateText--kei {
	background-color: #4e3e63;
}
.salary__cateText--arub {
	background-color: #dd6600;
}
.salary__cateText--itaku {
	background-color: #2e6767;
}
.salary__cateText .salary__text--shop {
	margin-bottom: 23px;
	font-size: 20px;
}
.salary__cateText .salary__price--shop {
	line-height: 1.2;
	font-size: 26px;
}

@media screen and (max-width: 451px) {
	.backtop {
		bottom: 11rem;
	}
}
.footer__copyright {
	text-align: center;
	line-height: 2rem;
	font-size: 1.2rem;
	color: #d1d1d1;
	margin-bottom: 3rem;
}