@charset "UTF-8";

body {
	background: url("/assets/img/user/pc/menseste/bg-repeat.svg") center top 163px #fbf6eb;
}

.f-gnavi {
	background: #aa7837;
}

.f-gnavi .gnavi-item:hover .sub_menu > li {
	background: #aa7837;
}

.g-footer .condition-link-head,
.g-footer .condition-links-wrap {
	border-bottom: 1px solid #8f5e1e;
	-webkit-box-shadow: 0 1px 0 0 #bb8a03;
	box-shadow: 0 1px 0 0 #bb8a03;
}

/*-------------------------------------
	メンズエステ（一般エステ）誓約書テキスト
--------------------------------------- */
.is-search-mensesthe {
	background: #FFFFFF;
	border: 1px solid #888888;
	padding: 5px;
	margin-bottom: 10px;
}

.is-search-mensesthe .is-search-mensesthe-text {
	color: #888888;
	text-align: center;
	font-size: 13px;
}

.f-searchResult .searchResult-head-wrap {
	padding: 3px 0 0 4px;
	overflow: hidden;
	display: table;
	width: 100%;
}

.f-searchResult .searchResult-head {
	display: table-cell;
	padding: 7px 0;
	color: #fff;
	font-size: 19px;
	font-family: "Meiryo", "メイリオ", "ヒラギノ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-shadow: 0px 1px 0px #8f5e1e;
}

.f-searchResult .searchResult-head-wrap .shop-cnt {
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	padding: 0 11px 7px 4px;
	white-space: nowrap;
	color: #fff;
	font-size: 13px;
}

.f-searchResult .searchResult-body {
	padding-top: 10px;
}

.f-searchResult .searchResult-shop-list.free-plan {
	overflow: hidden;
	padding-top: 6px;
	margin-bottom: 12px;
}

.f-searchResult .searchResult-shop-item {
	margin-bottom: 10px;
}

.f-searchResult .searchResult-dl {
	margin-bottom: 20px;
}

.f-searchResult .searchResult-dl .searchResult-dl-ttl {
	height: 22px;
	padding-left: 26px;
	line-height: 22px;
	font-size: 14px;
}

.f-searchResult .searchResult-dl .searchResult-dl-body {
	padding-top: 10px;
}

.f-searchResult .searchResult-dl .inner-ttl {
	padding-top: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #e5e5e5;
	font-size: 14px;
}

.f-searchResult .searchResult-dl .inner-list {
	padding-top: 8px;
	font-size: 0;
}

.f-searchResult .searchResult-dl .inner-item {
	display: inline-block;
	font-size: 12px;
	color: #cdcdcd;
}

.f-searchResult .searchResult-dl .inner-item a {
	color: #888;
}

.f-searchResult .searchResult-dl .inner-item:after {
	content: "|";
	display: inline-block;
	margin: 0 5px 5px;
}
/* 体入QA */
.f-searchResult .qanda {
	margin-bottom: 20px;
}

.f-searchResult .qanda .inner-block-ttl {
	height: 30px;
	padding-left: 37px;
	background: #ffadbb no-repeat 7px center;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background-image: url("/assets/img/user/pc/shop/pay1/icon-balloon.png");
}

.f-searchResult .qanda .qanda-wrap {
	position: relative;
}

.f-searchResult .qanda .qanda-dl {
	margin-bottom: 12px;
	border: 1px solid #eaeaea;
	padding: 0 5px 15px;
	border-radius: 2px;
}

.f-searchResult .qanda .qanda-dl:last-child {
	margin-bottom: 0;
}

.f-searchResult .qanda .qanda-head {
	min-height: 45px;
	padding-top: 17px;
	padding-bottom: 5px;
	padding-left: 47px;
	font-weight: bold;
	background: url("/assets/img/user/pc/shop/pay1/icon-Q.png") no-repeat 5px 7px;
	border-bottom: 1px dashed #eaeaea;
	font-size: 16px;
	color: #67ade9;
}

.f-searchResult .qanda .qanda-body {
	min-height: 45px;
	padding: 8px 5px 12px 47px;
	background: url("/assets/img/user/pc/shop/pay1/icon-A.png") no-repeat 5px 7px;
	line-height: 1.5;
}

.f-searchResult .qanda .qanda-shop {
	display: block;
	position: absolute;
	bottom: 3px;
	right: 5px;
}

.f-searchResult .searchResult-dl.other-area .searchResult-dl-ttl {
	background: url("/assets/img/user/pc/search/icon-place-circle.png") no-repeat left center;
}

.f-searchResult .searchResult-dl.other-area .inner-ttl {
	color: #cdcdcd;
}

.f-searchResult .searchResult-dl.other-area .inner-ttl a {
	color: #ffa9ce;
}

.f-searchResult .searchResult-dl .inner-body {
	padding-bottom: 5px;
}
/* 検索結果一覧 */
.four-tag-list .blinking {
/* 点滅 */
	-webkit-animation: Flash2 1.3s infinite;
	animation: Flash2 1.3s infinite;
}

@-webkit-keyframes Flash2 {
	10% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.shopItem-head-upper.blinking .blinking_bg {
	background-color: #fff;
	width: 104px;
	display: inline-block;
	height: 28px;
	margin-top: 2px;
	margin-left: 4px;
	position: relative;
}

.searchResult-shop-item .shopItem-head-upper.blinking img {
/* 点滅 */
	-webkit-animation: Flash2 1.3s infinite;
	animation: Flash2 1.3s infinite;
}

@-webkit-keyframes Flash2 {
	10% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

.f-shopItem-inner .shopItem-head-upper {
	width: 790px;
	height: 35px;
	border-top: 2px solid;
	border-bottom: 1px solid;
	color: #fff;
	line-height: 35px;
}

.f-shopItem-inner .shopItem-head-upper img {
	position: absolute;
}

.f-shopItem-inner .shopItem-head-upper img + .p-ellipsis {
	max-width: calc(100% - 130px);
}

.f-shopItem-inner .shopItem-head-upper .p-ellipsis {
	display: inline-block;
	max-width: 100%;
	padding-left: 10px;
	line-height: 35px;
	font-size: 13px;
}

.f-shopItem-inner .shopItem-head-bottom {
	min-height: 63px;
	padding: 11px 0 0 10px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	position: relative;
}

.f-shopItem-inner .shopItem-head-bottom .tainyu-png {
	position: absolute;
	top: 50%;
	left: 7px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.f-shopItem-inner .shopItem-head-bottom .shop-name {
	padding-right: 220px;
	margin-bottom: 8px;
	font-size: 21px;
}

.f-shopItem-inner .shopItem-head-bottom .shop-name a {
	display: inline-block;
	max-width: 100%;
	color: #fff;
}

.f-shopItem-inner .shopItem-head .shop-info a {
	color: #fff;
}

.f-shopItem-inner .shopItem-head-bottom .shop-info {
	font-size: 13px;
	color: #fff;
	text-shadow: 0px 1px 0px #b37600;
}

.f-shopItem-inner .four-tag-list {
	width: 100px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 12px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.f-shopItem-inner .four-tag-item {
	width: 100px;
	height: 26px;
	margin: 0 2px 2px 0;
	float: left;
	background-color: #fff;
}

.f-shopItem-inner .shopItem-body {
	padding: 10px 7px 9px;
	border: 1px solid;
	border-bottom: none;
}

.f-shopItem-inner .shopItem-body .item-table {
	width: 100%;
	margin-bottom: 10px;
}

.f-shopItem-inner .shopItem-body .item-table .p-imgWrap {
	width: 537px;
	padding-top: 227px;
	border-right: 7px solid transparent;
}

.f-shopItem-inner .shopItem-body .item-table > * {
	vertical-align: top;
}

.f-shopItem-inner .treatment-dl {
	border: 1px solid;
}

.f-shopItem-inner .treatment-ttl {
	height: 26px;
	padding-left: 28px;
	color: #fff;
	background: url("/assets/img/user/pc/search/icon-tri-treatment.png") no-repeat 5px center;
	font-size: 14px;
	line-height: 27px;
}

.f-shopItem-inner .treatment-body {
	padding: 5px 2px 2px 5px;
	background: #fff;
}

.f-shopItem-inner .treatment-list {
	overflow: hidden;
}

.f-shopItem-inner .treatment-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 73px;
	height: 35px;
	margin: 0 3px 4px 0;
	float: left;
	background: #ff7cb7;
	border-radius: 3px;
	line-height: 14px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

.f-shopItem-inner .treatment-item.off {
	background: #b9b9b9;
}

/* ※３つめごとこだわりの右側マージンを削除 */
.f-shopItem-inner .treatment-item:nth-child(3n) {
	margin: 0 0 4px;
}

.f-shopItem-inner .table-wrap {
	margin-bottom: 9px;
	position: relative;
}

.table-wrap img {
	position: absolute;
	top: -15px;
	right: 3px;
	z-index: 10;
}

.f-shopItem-inner img + .shop-info-table td:last-child .p-ellipsis {
	max-width: 240px;
}

.f-shopItem-inner .shop-info-table {
	width: 100%;
	table-layout: fixed;
	background: #fff;
	border-top: 1px solid;
	border-left: 1px solid;
}

.f-shopItem-inner .shop-info-table th,
.f-shopItem-inner .shop-info-table td {
	height: 28px;
	border-bottom: 1px dashed;
	vertical-align: middle;
}

.f-shopItem-inner .shop-info-table th {
	width: 85px;
	text-align: center;
	color: #fff;
}

.f-shopItem-inner .shop-info-table td {
	border-right: 1px solid;
}

.f-shopItem-inner .shop-info-table td:nth-child(2) {
	width: 270px;
}

.f-shopItem-inner .shop-info-table td:nth-child(2) .p-ellipsis {
	max-width: 270px;
}

.f-shopItem-inner .shop-info-table td:last-child {
	width: 330px;
}

.f-shopItem-inner .shop-info-table td:last-child .p-ellipsis {
	max-width: 325px;
}

.f-shopItem-inner .shop-info-table td .p-ellipsis {
	max-width: 100%;
	padding-left: 10px;
}

.f-shopItem-inner .shop-info-table tr:last-child th,
.f-shopItem-inner .shop-info-table tr:last-child td {
	border-bottom: 1px solid;
}

.f-shopItem-inner .shop-txt {
	padding: 8px 12px 6px;
	background: #fff;
	border: 1px solid;
	border-radius: 5px;
	line-height: 1.4;
}

.f-shopItem-inner .contact-btn-list {
	padding: 7px 1px 6px 6px;
	border: 1px solid;
	border-top: none;
}

.f-shopItem-inner .contact-btn-item {
	width: 152px;
	margin-right: 4px;
	float: left;
	position: relative;
}

.f-shopItem-inner .contact-btn-item a,
.f-shopItem-inner .contact-btn-item span {
	display: block;
	position: relative;
	z-index: 3;
	height: 35px;
	border-radius: 3px;
	line-height: 35px;
	text-align: center;
	cursor: pointer;
}

.f-shopItem-inner .contact-btn-item.tel a {
	background: #ff8f8e;
}

.f-shopItem-inner .contact-btn-item.soon a {
	position: relative;
}

.f-shopItem-inner .contact-btn-item.soon a:after {
	content: "";
	display: block;
	width: 133px;
	height: 24px;
	background: url("/assets/img/user/pc/search/bg-shine.png") no-repeat left top;
	position: absolute;
	top: 7px;
	left: 11px;
}

.f-shopItem-inner .contact-btn-item.line a {
	background: #50d24e;
}

.f-shopItem-inner .contact-btn-item.mail a {
	background: #8cddee;
}

.f-shopItem-inner .contact-btn-item.off {
	display: block;
	height: 35px;
	border-radius: 3px;
	line-height: 35px;
	text-align: center;
}

.f-shopItem-inner .contact-btn-item.off span {
	background: #b9b9b9;
}

.f-shopItem-inner .contact-btn-item .addList-txt {
	text-align: center;
	font-size: 13px;
	color: #555;
	line-height: 1.6;
	position: relative;
	left: 31px;
	top: 56px;
	z-index: 15;
}

.f-shopItem-inner .contact-btn-item .bg-balloon {
	position: absolute;
	top: 0;
	left: 0;
}

.f-shopItem-inner .contact-btn-item .keep-popup {
	position: absolute;
	right: 0;
	bottom: -20px;
	z-index: 2;
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 30px;
	border: 2px solid #ff5a98;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,0.16);
	background: url("/assets/img/user/pc/common/ico-heart.svg") 14px center/20px auto no-repeat #fff0f6;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #777;
	width: 165px;
	padding: 10px 14px 10px 42px;
}

.f-shopItem-inner .contact-btn-item .keep-popup.is-limit {
	border: 2px solid #dddcdc;
}

.f-shopItem-inner .contact-btn-item .keep-popup.is-active {
	opacity: 1;
	bottom: 45px;
}

.f-shopItem-inner .contact-btn-item .keep-popup::before,
.f-shopItem-inner .contact-btn-item .keep-popup::after {
	display: block;
	content: "";
	position: absolute;
	right: 23px;
	border-right: 9px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 9px solid transparent;
}

.f-shopItem-inner .contact-btn-item .keep-popup::before {
	z-index: 3;
	border-top: 8px solid #fff0f6;
	bottom: -15px;
}

.f-shopItem-inner .contact-btn-item .keep-popup::after {
	z-index: 2;
	border-top: 8px solid #ff5a98;
	bottom: -18px;
}

.f-shopItem-inner .contact-btn-item .keep-popup.is-limit {
	background: #f0f6ff;
	text-align: center;
	padding: 10px 25px;
}

.f-shopItem-inner .contact-btn-item .keep-popup.is-limit::before {
	border-top: 8px solid #f0f6ff;
}

.f-shopItem-inner .contact-btn-item .keep-popup.is-limit::after {
	border-top: 8px solid #dddcdc;
}

.f-shopItem-inner .contact-btn-item.add.able {
	cursor: pointer;
}

.f-shopItem-inner .contact-btn-item.tuika_zumi a:hover {
	opacity: 1;
}

.a-plan .f-shopItem-inner .shopItem-head-upper {
	background: #ff8a00;
	border-top-color: #f36d00;
	border-bottom-color: #dd7800;
}

.a-plan .f-shopItem-inner .shopItem-head-bottom {
	background: #ffb11a;
	border-top-color: #ffc85e;
	border-bottom-color: #ffb11a;
	min-height: 64px;
}

.a-plan .f-shopItem-inner .shop-name {
	text-shadow: 0px 1px 0px #b37600;
}

.a-plan .f-shopItem-inner .shop-info {
	text-shadow: 0px 1px 0px #b37600;
}

.a-plan .f-shopItem-inner .shopItem-body {
	border-color: #ffa800;
	background: url("/assets/img/user/pc/shop_list/bg-yellow-plaid.png");
}

.a-plan .f-shopItem-inner .treatment-dl {
	border-color: #ffd374;
}

.a-plan .f-shopItem-inner .treatment-ttl {
	background-color: #ffc454;
}

.a-plan .f-shopItem-inner .shop-info-table {
	border-top-color: #ffd374;
	border-left-color: #ffd374;
}

.a-plan .f-shopItem-inner .shop-info-table th,
.a-plan .f-shopItem-inner .shop-info-table td {
	border-bottom-color: #decfb2;
}

.a-plan .f-shopItem-inner .shop-info-table th {
	background: #ffc454;
}

.a-plan .f-shopItem-inner .shop-info-table td {
	border-right-color: #ffd374;
}

.a-plan .f-shopItem-inner .shop-info-table tr:last-child th,
.a-plan .f-shopItem-inner .shop-info-table tr:last-child td {
	border-color: #ffd374;
}

.a-plan .f-shopItem-inner .shop-txt {
	border-color: #ffd374;
}

.a-plan .f-shopItem-inner .contact-btn-list {
	border-color: #ffa800;
	background: url("/assets/img/user/pc/common/bg-paleYellow.png");
}

.b-plan .f-shopItem-inner .shopItem-head-upper {
	background: #ff2f9a;
	border-top-color: #ef1a88;
	border-bottom-color: #e60f7e;
}

.b-plan .f-shopItem-inner .shopItem-head-bottom {
	background: #ff61b2;
	border-top-color: #ff9ccf;
	border-bottom-color: #ff2f9a;
	min-height: 64px;
}

.b-plan .f-shopItem-inner .shop-name {
	text-shadow: 0px 1px 0px #cb2b7d;
}

.b-plan .f-shopItem-inner .shop-info {
	text-shadow: 0px 1px 0px #cb2b7d;
}

.b-plan .f-shopItem-inner .shopItem-body {
	border-color: #e5e5e5;
	background: #fff;
}

.b-plan .f-shopItem-inner .treatment-dl {
	border-color: #e5e5e5;
}

.b-plan .f-shopItem-inner .treatment-ttl {
	background-color: #ff7cb7;
}

.b-plan .f-shopItem-inner .shop-info-table {
	border-top-color: #e5e5e5;
	border-left-color: #e5e5e5;
}

.b-plan .f-shopItem-inner .shop-info-table th,
.b-plan .f-shopItem-inner .shop-info-table td {
	border-bottom-color: #e5e5e5;
}

.b-plan .f-shopItem-inner .shop-info-table th {
	background: #ff99c7;
}

.b-plan .f-shopItem-inner .shop-info-table td {
	border-right-color: #e5e5e5;
}

.b-plan .f-shopItem-inner .shop-info-table tr:last-child th,
.b-plan .f-shopItem-inner .shop-info-table tr:last-child td {
	border-color: #e5e5e5;
}

.b-plan .f-shopItem-inner .shop-txt {
	border-color: #ccc;
}

.b-plan .f-shopItem-inner .contact-btn-list {
	border-color: #e5e5e5;
	background: #ffe8f4;
}

.c-plan .f-shopItem-inner .shopItem-head-upper,
.pay-lost-plan .f-shopItem-inner .shopItem-head-upper {
	background: #ff82c2;
	border-top-color: #ff5aaf;
	border-bottom-color: #ff5eb0;
}

.c-plan .f-shopItem-inner .shopItem-head-bottom,
.pay-lost-plan .f-shopItem-inner .shopItem-head-bottom {
	background: #ffa5d8;
	border-top-color: #ffc0e0;
	border-bottom-color: #ff82c2;
}

.c-plan .f-shopItem-inner .shopItem-head-bottom {
	min-height: 64px;
}

.c-plan .f-shopItem-inner .shop-name,
.pay-lost-plan .f-shopItem-inner .shop-name {
	text-shadow: 0px 1px 0px #ca4e8d;
}

.c-plan .f-shopItem-inner .shop-info,
.pay-lost-plan .f-shopItem-inner .shop-info {
	text-shadow: 0px 1px 0px #ca4e8d;
}

.c-plan .f-shopItem-inner .shopItem-body,
.pay-lost-plan .f-shopItem-inner .shopItem-body {
	border-color: #e5e5e5;
	background: #fff;
}

.c-plan .f-shopItem-inner .treatment-dl {
	border-color: #e5e5e5;
}

.c-plan .f-shopItem-inner .treatment-ttl {
	background-color: #ffaed3;
}

.c-plan .f-shopItem-inner .treatment-item {
	background: #ffaed3;
	text-align: center;
}

.c-plan .f-shopItem-inner .treatment-item.off {
	background: #b9b9b9;
}

.c-plan .f-shopItem-inner .shop-info-table,
.pay-lost-plan .f-shopItem-inner .shop-info-table {
	border-top-color: #e5e5e5;
	border-left-color: #e5e5e5;
}

.c-plan .f-shopItem-inner .shop-info-table th,
.c-plan .f-shopItem-inner .shop-info-table td,
.pay-lost-plan .f-shopItem-inner .shop-info-table th,
.pay-lost-plan .f-shopItem-inner .shop-info-table td {
	border-bottom-color: #e5e5e5;
}

.c-plan .f-shopItem-inner .shop-info-table th,
.pay-lost-plan .f-shopItem-inner .shop-info-table th {
	background: #ffc1dd;
}

.c-plan .f-shopItem-inner .shop-info-table td,
.pay-lost-plan .f-shopItem-inner .shop-info-table td {
	border-right-color: #e5e5e5;
}

.c-plan .f-shopItem-inner .shop-info-table tr:last-child th,
.c-plan .f-shopItem-inner .shop-info-table tr:last-child td,
.pay-lost-plan .f-shopItem-inner .shop-info-table tr:last-child th,
.pay-lost-plan .f-shopItem-inner .shop-info-table tr:last-child td {
	border-color: #e5e5e5;
}

.c-plan .f-shopItem-inner .shop-txt,
.pay-lost-plan .f-shopItem-inner .shop-txt {
	border-color: #ccc;
}

.c-plan .f-shopItem-inner .contact-btn-list,
.pay-lost-plan .f-shopItem-inner .contact-btn-list {
	border-color: #e5e5e5;
	background: #ffe8f4;
}

.free-plan .f-shopItem-inner .shopItem-head {
	height: 47px;
	padding: 6px 2px 0 10px;
	background: #ccc;
	border-top: 2px solid #a5a5a5;
	border-bottom: 1px solid #bbb;
}

.free-plan .f-shopItem-inner .shop-name {
	margin-bottom: 2px;
	text-shadow: 0px 1px 0px #a1a1a1;
}

.free-plan .f-shopItem-inner .shop-name a {
	color: #fff;
	font-size: 16px;
}

.free-plan .f-shopItem-inner .shop-info {
	font-size: 12px;
	color: #fff;
	text-shadow: 0px 1px 0px #a1a1a1;
}

.free-plan .f-shopItem-inner .shopItem-body {
	min-height: 83px;
	padding: 7px;
	border: 1px solid #ccc;
	border-top: none;
	background: #fff;
	position: relative;
}

.free-plan .f-shopItem-inner .shopItem-body .table-wrap {
	margin-bottom: 6px;
}

.free-plan .f-shopItem-inner .shop-info-table {
	border: 1px solid #e5e5e5;
}

.free-plan .f-shopItem-inner .shop-info-table th,
.free-plan .f-shopItem-inner .shop-info-table td {
	border: none;
}

.free-plan .f-shopItem-inner .shop-info-table th {
	width: 50px;
	background: #ccc;
	font-size: 12px;
}

.free-plan .f-shopItem-inner .shop-info-table th .p-ellipsis {
	max-width: 50px;
}

.free-plan .f-shopItem-inner .shop-info-table td {
	width: 136px;
}

.free-plan .f-shopItem-inner .shop-info-table td .p-ellipsis {
	max-width: 250px;
}

.free-plan .f-shopItem-inner .shop-info-table tr:last-child th,
.free-plan .f-shopItem-inner .shop-info-table tr:last-child td {
	border: none;
}

.free-plan .f-shopItem-inner .shop-txt {
	min-height: 48px;
	width: 710px;
	margin-right: 65px;
	border: none;
	padding: 0;
}

.free-plan .shop-txt.shop-txt-85 {
	min-height: 80px;
}

.free-plan .f-shopItem-inner .contact-btn-list {
	border-color: #e5e5e5;
	background: #ffe8f4;
}

.free-plan .f-shopItem-inner .btn-contact-free {
	display: block;
	width: 55px;
	height: 30px;
	border-radius: 3px;
	background-color: #ffbfdb;
	color: #fff;
	text-align: center;
	font-size: 12px;
	line-height: 31px;
	position: absolute;
	bottom: 7px;
	right: 7px;
}

.f-searchResult .searchResult-head-wrap {
	background: url("/assets/img/user/pc/menseste/bg-stripe.png");
}

.exp-table {
	width: 100%;
	border: 1px solid #ff0909;
	table-layout: fixed;
}

.exp-table th,
.exp-table td {
	height: 34px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}

.exp-table th {
	background: #ff0909;
	width: 110px;
}

.exp-table th img {
	position: static;
}

.exp-table td span {
	color: #ff0909;
	font-size: 24px;
	position: relative;
	top: 1px;
}

.exp-table td.warranty span {
	font-size: 16px;
}

.f-experience-detail .experience-detail-ttl {
	height: 30px;
	padding-left: 36px;
	background: url("/assets/img/user/pc/shop/pay1/icon-bag.png") no-repeat 7px center #ff6767;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}

.f-experience-detail .experience-detail-body {
	padding: 10px 0 0 10px;
	margin-bottom: 0;
	border: 1px solid #ff8686;
}

.f-experience-detail .experience-detail-body .p-imgWrap {
	width: 152px;
	height: 110px;
	padding-top: 0;
}

.f-experience-detail .experience-detail-body .p-imgWrap img {
	border: 1px solid #e9dcdc;
}

.mod-pager {
	margin-bottom: 22px;
}

.necessary-list {
	margin-bottom: 10px;
	overflow: hidden;
}

.necessary-list .necessary-item {
	width: 250px;
	margin: 0 1px 1px 0;
	padding: 1px;
	float: left;
	border: 1px solid #dce9e7;
	background: #fffff5;
	font-size: 15px;
}

.experience-detail-body .necessary-list .necessary-dl {
	width: 100%;
	margin-bottom: 0;
}

.necessary-list .necessary-head {
	width: 44px;
	position: relative;
}

.necessary-list .necessary-head:after {
	display: block;
	content: "";
	width: 1px;
	height: 100%;
	border-left: 1px dotted #dce9e7;
	position: absolute;
	top: 0;
	right: 2px;
}

.necessary-list .necessary-head img {
	position: relative;
	z-index: 5;
}

.necessary-list .necessary-dl .necessary-body {
	border-right: 1px solid #f5f9f1;
	text-align: center;
	vertical-align: middle;
	text-shadow: 0px 1px 1px #fff, 0px 0px 1px #fff, 1px 0px 1px #fff, 0px -1px 1px #fff, -1px -1px 1px #fff, -1px 0px 1px #fff;
	color: #ffc0cb;
	font-weight: bold;
	text-decoration: underline;
}

.necessary-list .necessary-dl .necessary-body span {
	color: #a59f98;
	border-bottom: 2px solid #fff;
	height: 18px;
	display: inline-block;
	padding-top: 2px;
}

.desc-dl {
	margin-bottom: 10px;
}

.desc-dl > * {
	display: inline-block;
}

.desc-dl .desc-head:after {
	content: "…";
	display: inline-block;
	margin-left: 3px;
}

.desc-dl .desc-body {
	margin-right: 8px;
}
/* スライダーの検索結果 */
.swiper-container {
	margin-top: -20px;
	padding: 20px 0 30px;
}

.side-section-ttl {
	height: 30px;
	padding: 3px 0 0 4px;
}

.g-mainContents {
	padding-bottom: 25px;
}

.g-mainContents > .container {
	position: relative;
}
/* バナースライダー */
.two-bnr-slider {
	margin-bottom: 9px;
}

.two-bnr-slider .two-bnr-prev,
.two-bnr-slider .two-bnr-next {
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: no-repeat left top/contain;
}

.two-bnr-slider .two-bnr-prev {
	background-image: url("/assets/img/user/pc/search/tri-prev-pink.png");
	left: 0;
}

.two-bnr-slider .two-bnr-next {
	background-image: url("/assets/img/user/pc/search/tri-next-pink.png");
	right: 0;
}
/* 左右バナー */
.f-bnrRight,
.f-bnrLeft {
	width: 200px;
	position: absolute;
}

.f-bnrRight img,
.f-bnrLeft img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.f-bnrRight {
	right: -210px;
}

.f-bnrLeft {
	left: -210px;
}
/* ポップアップ関連 */
.tel_box {
	background: url("/assets/img/user/pc/shop_list/popup/tel.png");
	width: 505px;
	height: 252px;
	display: block;
}

.tel_box_tainyu {
	background: url("/assets/img/user/pc/shop_list/popup/PC_TEL.png");
	width: 505px;
	height: 252px;
	display: block;
}

.menu_shopname {
	height: 44px;
	line-height: 44px;
	text-align: left;
	padding-left: 25px;
}

.popup_menu_shopname {
	color: #fff;
	font-size: 18px;
	width: 400px;
	display: block;
	float: left;
	font-weight: bold;
	margin-left: 40px;
	margin-top: 3px;
}

.menu_tell_shopname {
	font-size: 17px;
	font-weight: bold;
}

.menu_shopname .popup_close {
	background: url("/assets/img/user/pc/shop/pay1/popup_line/btn_close_v.png");
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-top: 14px;
	margin-left: 5px;
	cursor: pointer;
}

.menu_contents {
	display: block;
	margin-top: 23px;
}

.menu_contents table {
	margin-left: 154px;
	color: #8f7469;
}

.menu_contents {
	line-height: 61px;
	font-size: 20px;
	font-weight: bold;
	color: #f995c7;
}

.tel_box_tainyu .line {
	height: 58px;
	line-height: 56px;
	font-size: 19px;
	font-weight: bold;
	color: #ff4a4b;
}

.tel_box .line {
	height: 58px;
	line-height: 56px;
	font-size: 19px;
	font-weight: bold;
	color: #f995c7;
}

.pay1_line_text a {
	text-decoration: none;
}

.pay1_line_text a:visited {
	color: #018bd4;
}

.pay1_line_text a:link {
	color: #018bd4;
}

.pay1_line_text a:hover {
	text-decoration: underline;
}
/* 一括応募ポップアップ */
.anime_msg_box3 {
	position: absolute;
	bottom: 32px;
	left: -40px;
	z-index: 6;
}
/*---------------------------------
口コミ追加分
---------------------------------*/
.f-shopItem-inner .review-wrap {
	background-color: #fff;
	position: relative;
	border-right: 1px solid;
	border-left: 1px solid;
	height: 63px;
}

.f-shopItem-inner .review-wrap::before {
	position: absolute;
	top: -4px;
	left: 10px;
	z-index: 1;
	content: "";
	width: 768px;
	height: 59px;
}

.f-shopItem-inner .review-txt {
	position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0 0;
}

.f-shopItem-inner .review-txt a {
	color: #777;
	display: block;
	width: 512px;
	margin: 0 0 0 140px;
	padding: 10px 0;
}

.f-shopItem-inner .review-txt .review {
	color: #46cbc6;
}

.f-shopItem-inner .review-txt .number {
	color: #ff5a98;
}

.f-shopItem-inner .review-txt em {
	vertical-align: middle;
	font-size: 32px;
	font-weight: bold;
	color: #ff5a98;
	margin: 0 7px;
}

.f-shopItem-inner .review-txt sup {
	font-size: 20px;
	font-weight: bold;
}

.a-plan .f-shopItem-inner .review-wrap {
	border-color: #ffa800;
	background: #ffdb94;
}

.b-plan .f-shopItem-inner .review-wrap {
	border-color: #e5e5e5;
}

.c-plan .f-shopItem-inner .review-wrap {
	border-color: #e5e5e5;
}

.a-plan .f-shopItem-inner .review-wrap::before {
	background: url("/assets/img/user/pc/search/bg-review-aplan.svg") center top/768px auto no-repeat;
}

.b-plan .f-shopItem-inner .review-wrap::before,
.c-plan .f-shopItem-inner .review-wrap::before {
	background: url("/assets/img/user/pc/search/bg-review-bplan.svg") center top/768px auto no-repeat;
}

.f-side-search .cb-list {
	margin: 1px 0 8px;
}

.f-side-search .cb-item {
	margin: 2px 0 0;
}

.f-side-search .cb-item a,
.f-side-search .cb-item span {
	display: block;
	line-height: 18px;
	padding: 2px 2px 0;
}

.f-side-search .cb-item a:hover {
	background: #ffbad8;
	color: #fff;
	text-decoration: none;
}

.f-side-search .cb-item .is-active {
	background: #ffbad8;
	color: #fff;
	text-decoration: none;
}

@-webkit-keyframes Flash2 {
	10% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes Flash2 {
	10% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@-webkit-keyframes Flash2 {
	10% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes Flash2 {
	10% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	30% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}