@charset "UTF-8";

header.second-hader {
	display: block;
	width: 100%;
	background: #fff;
}

.second-hader .second-hader-top {
	background: var(--primary-color);
}

.second-hader .header-h {
	padding: 1px 0;
	margin-bottom: 0;
}

header.second-hader .second-hader-bottom {
	border-bottom: solid 1px var(--line-color);
}

header.second-hader .second-hader-bottom #header-box {
	width: 100%;
	padding: 0.75rem 0;
}

header.second-hader #header-inner {
	padding-bottom: 0;
}

.l-cotainer .breadcrumb {
	width: auto;
	margin: 1rem auto;
	padding: 0;
}

.breadcrumb-area .breadcrumb li, .breadcrumb-area .breadcrumb li a {
	color: #1b1b1b;
}

.breadcrumb-area .breadcrumb li:first-of-type a {
	color: var(--primary-color);
}

.breadcrumb-area .breadcrumb li a:before {
	border-top: 1px solid #1b1b1b;
	border-right: 1px solid #1b1b1b;
}

.breadcrumb-area .breadcrumb li:first-of-type a span {
	position: relative;
	padding-left: 1.25rem;
}

.breadcrumb-area .breadcrumb li:first-of-type a span:before {
	content: "";
	display: block;
	position: absolute;
	background: url("/image/icon/pankuzu-home.png") no-repeat center;
	background-size: contain;
	width: 15px;
	height: 16px;
	left: 0;
}

.top-select-area {
	background: #dcdcdc;
}

.top-select-area .l-cotainer {
	display: flex;
	flex-wrap: wrap;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.top-select-area .top-select-box {
	width: 270px;
	background: #fff;
	border-radius: 9px;
}

.top-select-area .top-select-box:not(:last-of-type) {
	margin-right: 1.5rem;
}

.top-select-area .top-select-box .select-button {
	padding: 0.625rem 0.5rem;
}

.top-select-area .top-select-box .select-button:hover {
	cursor: pointer;
}

.top-select-area .top-select-box p {
	font-size: 18px;
	line-height: 1;
	padding-left: 2rem;
	position: relative;
}

.top-select-area .top-select-box p::before {
	content: "";
	display: block;
	width: 21px;
	height: 22px;
	background: url("/image/icon/icon-search.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.shop-list-cotainer .soap-shop-area-title, .common-cotainer .common-page-title {
	background: var(--primary-color-sub);
	padding: 1rem 0;
	border-bottom: solid 1px var(--primary-color);
}

.soap-shop-area-title .area-h2-style, .common-page-title .area-h2-style {
	color: #1b1b1b;
	font-size: 28px;
	margin-bottom: 0.25rem;
}

.soap-shop-area-title h2+p {
	color: #707070;
	font-size: 15px;
}

.wrap_items {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.shop-list-area {
	margin-top: 2rem;
}

.main-h2-style {
	font-size: 24px;
	margin-bottom: 1.5rem;
}

.shop-box {
	border-bottom: solid 1px var(--line-color);
	padding-bottom: 1.875rem;
}

.shop-box:not(:first-of-type) {
	margin-top: 1.875rem;
}

.shop-list-area .shop-box {
	display: flex;
	flex-wrap: wrap;
	background: transparent;
	box-shadow: none;
	width: 100%; /* 2023-10追加 */
}

.shop-list-area .shop-ph {
	width: 250px;
	position: relative;
}

.shop-list-area .shop-ph a {
	position: inherit;
	display: block;
}

.shop-hp-link {
	transition: all .6s;
	opacity: 0;
	background: rgba(27, 27, 27, 0.88);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.superior-shop .shop-ph a:hover .shop-hp-link {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-self: center;
	opacity: 1;
}

.superior-shop .shop-ph a .shop-hp-link p {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
	width: 80%;
	max-width: 98px;
	font-size: 18px;
	background: var(--primary-color);
	padding: 6px;
	border-radius: 12px;
	text-align: center;
}

.shop-date-area {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 250px);
	padding: 0 0 0 1.875rem;
	align-content: flex-start; /* 2023-10追加 */
}

.shop-list-area .shop-box.superior-shop .shop-title {
	width: 100%;
	background: var(--primary-color-sub);
	padding: 0;
	border-top: 0;
	padding: 0.3125rem 0.875rem;
}

.shop-list-area .shop-box.superior-shop .shop-title h3 {
	font-size: 26px;
	color: #78a616;
	width: 100%;
}

.shop-list-area .shop-box.superior-shop .shop-text-wrap {
	width: calc(100% - 414px);
	padding-right: 2.25rem;
}

.main-wrap .shop-box.is-hidden {
	display: none;
}

.shop-list-area .superior-shop .shop-date-inner {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 1.25rem 0 0 0;
}

.shop-date-inner .shop-base-info {
	display: flex;
	flex-wrap: wrap;
}

.superior-shop .shop-base-info .shop-info-list {
	width: calc(100% / 2);
}

.shop-date-inner .shop-title-icon {
	position: relative;
	line-height: 1.3;
	padding-left: 1.75rem;
}

.shop-date-textsub {
	width: 100%;
	margin-top: 0.75rem;
}

.shop-deta-text h4 {
	font-size: 18px;
	color: var(--primary-color);
	margin-bottom: 0.5rem;
	overflow: hidden; /* 2023-10追加 */
	text-overflow: ellipsis; /* 2023-10追加 */
	white-space: nowrap; /* 2023-10追加 */
}

.shop-deta-text p {
	/* font-size: 15px; */ /* 2024-08修正 */
	font-size: 16.7px; /* 2024-08追加 */
	color: #78a616; /* 2024-08追加 */
	line-height: 1.5;
	display: -webkit-box; /* 2023-10追加 */
	overflow: hidden; /* 2023-10追加 */
	-webkit-box-orient: vertical; /* 2023-10追加 */
	-webkit-line-clamp: 4; /* 2023-10追加 */
}

.shop-girls-ph-wrap {
	display: flex;
	flex-wrap: wrap;
}
.shop-girls-ph-wrap .girls-ph:nth-of-type(n + 4){
 display: none;
}
.shop-girls-ph-wrap .girls-ph {
	max-width: 138px;
	line-height: 0;
}

.superior-shop .shop-base-info .shop-title-icon:nth-child(-n+2) {
	margin-bottom: 0.5rem;
}

.superior-shop .shop-date-text .shop-base-info .shop-info-list:nth-child(odd),
.superior-shop .shop-date-text .shop-base-info .shop-info-list:nth-child(even) {
	padding-left: 0;
}

.superior-shop .shop-date-text .shop-base-info .shop-info-list:nth-child(odd):after {
	content: none;
}
.shop-tile-word h3 a{
 color: #0084ff;
}
.shop-title-icon:before {
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 0;
	left: 0;
}

.superior-shop .shop-place:before,
.shop-place:before {
	background: url("/image/icon/shop-icon-marker.png") no-repeat center;
	background-size: 12px 18px;
	top: -1px;
}

.superior-shop .shop-price:before,
.shop-price:before {
	background: url("/image/icon/shop-icon-price.png") no-repeat center;
	background-size: 13px 18px;
	top: -1px;
}

.superior-shop .shop-categorys:before {
	background: url("/image/icon/shop-icon-category.png") no-repeat center;
	background-size: 20px 18px;
	left: 0;
	top: -2px;
}

.superior-shop .shop-time:before {
	background: url("/image/icon/shop-icon-time.png") no-repeat center;
	background-size: 18px 18px;
	left: 0;
	top: -2px;
}

.other-shop-box .shop-time:before {
	background: url("/image/icon/shop-icon-time.png") no-repeat center;
	background-size: 18px 18px;
	left: 0;
	top: -1px;
}

.other-shop-box .shop-categorys:before {
	background: url("/image/icon/shop-icon-category.png") no-repeat center;
	background-size: 18px 18px;
	left: 0;
	top: -1px;
}

/*　横2列の場合
.shop-list-area .shop-box.other-shop-box:nth-of-type(2n){
	margin-left: auto;
}
.shop-list-area .shop-box.other-shop-box{
	width: calc(50% - 0.9375rem);
}
.shop-box.other-shop-box .shop-title{
	width: 100%;
	padding:0;
	border-top: 0;
}
*/

/* 横1列の場合 */
.shop-list-area .shop-box.other-shop-box {
	width: 100%;
}

.shop-box.other-shop-box .shop-title {
	width: 100%;
	padding: 0;
	border-top: 0;
}

.shop-box.other-shop-box .shop-tile-word {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.shop-box.other-shop-box .shop-title .shop-tile-word h3,
.shop-box.other-shop-box .shop-title .shop-tile-word h3 a {
	color: #1b1b1b;
}

.shop-box.other-shop-box .shop-title .shop-tile-word h3 a:hover {
	color: var(--primary-color);
}

.shop-box.other-shop-box .shop-title .shop-tile-word h3 {
	width: 100%;
	max-width: 250px;
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.shop-box.other-shop-box .shop-header-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 250px);
	padding: 0 0 0 1.875rem;
}

.shop-box.other-shop-box .shop-header-bottom .shop-title-icon {
	font-size: 15px;
	position: relative;
	padding-left: 27px;
	line-height: 1.5;
	margin-top: 0;
}

.shop-box.other-shop-box .shop-header-bottom p:not(:last-of-type) {
	margin-right: 1rem;
}

.list_description.list_t_description .soap-t-box h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1.25rem;
}

.list_description .soap-t-box h2:before,
.list_description .soap-t-box h2:after {
	content: none;
}

.list_description .soap-t-box h3 {
	font-size: 19px;
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #1b1b1b;
}

.soap-text-area .soap-t-box h4 {
	border-left: 0;
	padding-left: 0;
}

.recommend-area {
	margin: 3rem auto 0 auto;
}

.recommend-area h2 {
	font-size: 22px;
	margin-bottom: 1rem;
}

.recommend-area .ad-bnr-box {
	margin-bottom: 0;
}


p.area-h2-sub {
	color: #434343;
}

.category-box li a {
	color: var(--primary-color);
	font-size: 14px;
	border: solid 1px var(--primary-color);
	border-radius: 0;
	padding: 2px;
}

/* 特集一覧 */
.two-column-cotainer,
.two-column-cotainer .column-area {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}

.shop-list-area.two-column-cotainer {
	margin-top: 3.125rem;
}

.two-column-cotainer .main-wrap {
	width: calc(100% - 306px);
}

.column-area .column-item:not(:last-of-type) {
	margin-right: 1.25rem;
}

.two-column-cotainer .column-area .column-item:nth-of-type(3n) {
	margin-right: 0;
}

.two-column-cotainer .column-area .column-item:nth-of-type(n + 4) {
	margin-top: 1.25rem;
}

.two-column-cotainer .column-area .column-item {
	width: calc(100% / 3 - 0.83333rem);
}

.category-box li a {
	border-radius: 0;
}

.pager-wrap {
	margin-top: 3.75rem;
	margin-bottom: 0;
}
.shop-list-area .shop-girls-ph-wrap.no-photo{
 display: none;
}


.two-column-cotainer .side-cotainer {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 266px;
	margin-left: auto;
}

.side-cotainer .side-items {
	width: 100%;
}

.side-cotainer .side-items:not(:last-of-type) {
	margin-bottom: 2.5rem;
}

.two-column-cotainer .side-items h2 {
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: solid 2px var(--primary-color);
	padding-bottom: 4px;
}

.side-shop-serch.side-items .side-select-box:first-of-type {
	margin-top: 1.25rem;
	border-bottom: 0;
}

.side-shop-serch.side-items .side-select-box {
	border: solid 1px var(--line-color);
	font-size: 1rem;
	color: #1b1b1b;
	padding: 0.625rem 1.48rem 0.625rem 0.9375rem;
	position: relative;
	cursor: pointer;
}

.side-cotainer .side-feature ul {
	margin-top: 1.25rem;
}

.side-ul-style {
	border: solid 1px var(--line-color);
	margin-top: 1.25rem;
}

.side-ul-style li:not(:last-of-type) {
	border-bottom: solid 1px var(--line-color);
}

.side-ul-style li a {
	display: block;
	font-size: 1rem;
	color: #1b1b1b;
	padding: 0.625rem 1.48rem 0.625rem 0.9375rem;
	position: relative;
}

.side-ul-style li a:before,
.side-shop-serch.side-items .side-select-box:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: 1px solid #bababa;
	border-right: 1px solid #bababa;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.column-area .category-box {
	margin-top: 0;
	margin-bottom: 0;
}

/* 特集詳細ページ */
.column-detail img {
	margin-bottom: 30px;
}

.column-detail p:not(:last-of-type),
.column-detail ol,
.column-detail ul,
.column-detail dl,
.column-detail table {
	margin-bottom: 1.5rem;
}

.column-detail p,
.column-detail li,
.column-detail th,
.column-detail td,
.column-detail dt,
.column-detail dd {
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.54;
}

.column-detail h3,
.column-detail h4,
.column-detail h5 {
	width: 100%;
}

.column-detail h4,
.column-detail h5,
.column-detail p,
.column-detail li,
.column-detail th,
.column-detail td,
.column-detail dt,
.column-detail dd {
	padding-left: 1rem;
	padding-right: 1rem;
}

.column-detail p+h3 {
	margin-top: 1rem;
}

.column-detail h3+h4,
.column-detail p+h4 {
	margin-top: 0;
}

.column-detail h3 {
	font-size: 1.625rem;
	color: #1b1b1b;
	line-height: 1.4;
	background: var(--primary-color-sub);
	padding: 1rem;
	margin-top: 2.5rem;
	margin-bottom: 1.5rem;
}

.column-detail h4 {
	font-size: 1.5rem;
	color: var(--primary-color);
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.column-detail h5 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.area-h2-ather>time {
	position: relative;
	font-size: 0.9375rem;
	padding-left: 28px;
	margin-right: 0.9375rem;
}

.area-h2-ather>time.time-icon:before { /* 2024-02追加 */
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/image/icon/shop-icon-time.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.area-h2-ather>time.update-time-icon:before { /* 2024-02追加 */
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(/image/icon/shop-icon-update-time.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.area-h2-ather {
	display: flex;
	flex-wrap: wrap;
}

#twitter-widget-0 {
	display: flex;
	flex-wrap: wrap;
}

.column-detail p a {
	color: var(--primary-color);
}


/* hover */
.superior-shop .shop-ph a:hover,
.shop-list-area .shop-box.superior-shop .shop-title:hover,
.breadcrumb-area .breadcrumb li:first-of-type a:hover span,
.column-detail p a:hover {
	opacity: .7;
}

.breadcrumb-area .breadcrumb li a:hover,
.top-select-area .top-select-box .select-button:hover p {
	color: var(--primary-color);
}

.top-select-area .top-select-box .select-button:hover p::before {
	background: url("/image/icon/icon-search-hover.png")no-repeat center;
}

.side-items .side-select-box:hover,
.side-ul-style li a:hover {
	background: var(--primary-color);
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.side-ul-style li a:hover:before,
.side-shop-serch.side-items .side-select-box:hover:before {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.marker { /* 2023-12追加  */
	background-color: yellow;
}
/* 目次 */
.mokuji{
	width: 100%;
	padding: 2rem;
	background: #f8f8f8;
}
.mokuji	ul{
		margin-bottom: 0;
	}

	.column-detail .mokuji{
		margin: 1.125rem 0;
	}
	.column-detail .mokuji	li {
			border-top:solid 1px var(--line-color);
			padding:0.75rem 0;
			margin-bottom: 0;
	}
	.column-detail .mokuji	li	a{
		 display: block;
			width: 100%;
			color: #1b1b1b;
			font-size: 1rem;
		}
		.column-detail .mokuji	li	a:hover{
				color: var(--primary-color);
		}
		.column-detail .mokuji li.indent-1{
			border-bottom: solid 1px var(--line-color);
		}
		.column-detail .mokuji li.indent-1 + li.indent-1{
			border-top: none;
		}
		.column-detail .mokuji li.indent-1 + li.indent-2{
			border-top: none;
		}
		.column-detail .mokuji li.indent-2{
			width: calc(100% - 1rem);
			margin-left: 1rem;
		}
		.column-detail .mokuji li:last-of-type{
			padding-bottom: 0;
			border-bottom: 0;
	 }
	.column-detail	.mokuji-title{
			display: flex;
			flex-wrap: wrap;
			margin-bottom: 0.75rem;
		}
	.column-detail	.mokuji-title p{
				display: block;
				font-weight: bold;
				width: auto;
				padding: 0;
				margin-bottom: 0;
		}
	.column-detail	.mokuji-title .mokuji-btn{
				margin-left:0.5rem;
				cursor: pointer;
	}
	.column-detail	.mokuji-title .mokuji-btn:hover{
		color:var(--primary-color);
	}

	.column-detail .mokuji-title.close{
		margin-bottom: 0;
	}
	.column-detail .mokuji + p{
		margin-top: 1.5rem;
	}
	.column-detail .mokuji .indent-1:last-of-type {
		border-bottom: 0;
}

.shop-box.other-shop-box h4{
 width: 100%;
 color: #0063bf;
 font-size: 0.9375rem;
 margin-bottom: 0.625rem;
}






@media (max-width: 1199px) {
	.shop-box {
		padding-bottom: 1.5rem;
	}

	.shop-box:not(:first-of-type) {
		margin-top: 1.5rem;
	}

	.shop-list-area .shop-ph {
		width: 232px;
	}

	.shop-date-area,
	.shop-box.other-shop-box .shop-header-bottom {
		width: calc(100% - 232px);
		padding: 0 0 0 1.25rem;
	}

	.shop-girls-ph-wrap .girls-ph {
		width: 124px;
	}

	.shop-list-area .shop-box.superior-shop .shop-text-wrap {
		width: calc(100% - 372px);
		padding-right: 1.5rem;
	}

	.shop-box.other-shop-box .shop-title .shop-tile-word h3 {
		max-width: 232px;
	}



}


@media (max-width: 1079px) {
	.shop-list-area .shop-ph {
		width: 204px;
	}

	.shop-date-area,
	.shop-box.other-shop-box .shop-header-bottom {
		width: calc(100% - 204px);
	}

	.shop-list-area .shop-box.superior-shop .shop-text-wrap {
		width: calc(100% - 312px);
	}

	.shop-girls-ph-wrap .girls-ph {
		width: 104px;
	}

	.shop-deta-text h4 {
		font-size: 16px;
	}

	.shop-box.other-shop-box .shop-title .shop-tile-word h3 {
		max-width: 204px;
	}

	.shop-list-area.two-column-cotainer {
		margin-top: 2.5rem;
	}

	.two-column-cotainer .main-wrap {
		width: calc(100% - 280px);
	}

	.two-column-cotainer .side-cotainer {
		width: 240px;
	}




}





@media (max-width: 949px) {
	.shop-box {
		border-bottom: none;
		padding-bottom: 0;
	}

	.shop-box:not(:first-of-type) {
		margin-top: 2rem;
	}

	.shop-date-area,
	.shop-list-area .shop-box.superior-shop .shop-text-wrap {
		width: 100%;
		padding: 0;
	}

	.shop-list-area .superior-shop .shop-date-inner {
		padding: 1rem 1rem 0 1rem;
	}

	.shop-list-area .shop-box.superior-shop .shop-title {
		background: transparent;
		padding: 1.125rem;
  padding-right: 1rem;
  /*
		color: var(--primary-color-m);
		border-top: solid 1px var(--primary-color-m);
  */
	}

	.shop-list-area .shop-box.superior-shop .shop-title h3 {
		font-size: 20px;
	}

	.shop-ph {
		width: 25.78%!important;
	}

	.shop-girls-ph-wrap {
		width: calc(100% - 25.78%);
	}

	.shop-girls-ph-wrap .girls-ph {
		width: calc(100% / 3);
		max-width: inherit;
	}

	.shop-ph.sp-no-ph {
		display: none;
	}

	.shop-date-textsub {
  width: calc(100% - 27.03%);
  margin-left: auto;
  margin-top: 0;
	}

 .sp-shop-title-wrap{
  width: 100%;
  position: relative;
  margin-bottom: 1.25rem;
 }
 .sp-shop-title-inner{
  width: 100%;
 }
 .superior-shop .shop-deta-text p{
  display: block;
  font-size: 12.5px; /* 2025-02追加 */
 }
 .sp-shop-title-wrap .shop-ph{
  top: 20px;
  padding-left: 0.625rem;
  position: absolute;
 }
 .superior-shop .sp-shop-title-inner{
  color: var(--primary-color);
  background: rgb(236,244,217);
  background: linear-gradient(0deg, rgba(236,244,217,1) 0%, rgba(225,255,158,1) 100%);
  /*
  background: linear-gradient(0deg, rgba(186,228,97,1) 0%, rgba(175,217,255,1) 100%);
  */
  
  border-top: solid 1px var(--primary-color);
 }
 .superior-shop .sp-shop-title-inner-box{
  width: calc(100% - 25.74%);
  margin-left: auto;
  
 }

 .superior-shop .sp-shop-title-wrap .shop-base-info{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 25.74%);
  margin-left: auto;
  padding: 1rem 1.25rem 0 1.25rem;
 }
 .superior-shop .sp-shop-title-wrap .shop-base-info .shop-info-list{
  width: calc(50% - 0.25rem);
 }
 .superior-shop .sp-shop-title-wrap .shop-title-icon{
  font-size: 13px;
  letter-spacing: -0.014rem;
 }
 .shop-list-area .superior-shop .shop-date-area .shop-date-inner{
  padding-top: 0;
 }
 .shop-list-area .shop-girls-ph-wrap{
  display: block;
  width: calc(100% - 26.78%);
  overflow-x: auto;
  white-space: nowrap;
  background: transparent;
  margin-left: auto;
	margin-top: 1rem;
	}
	.shop-list-area .shop-girls-ph-wrap .girls-ph:last-of-type{
		margin-right: 0;
	}
 .shop-list-area .shop-girls-ph-wrap .girls-ph{
  display: inline-block;
  width: 112px;
  margin-right: 0.25rem;
 }
 .shop-girls-ph-wrap .girls-ph:nth-of-type(n + 4){
  display: inline-block;
 }

/* スクロールバーの見た目を変えている部分　*/
	.shop-girls-ph-wrap {
  --sb-track-color: rgba(255,255,255, 0);
  --sb-thumb-color: rgba(27, 27, 27, 0.4);
  --sb-size: 8px;
}

.shop-girls-ph-wrap::-webkit-scrollbar {
  width: var(--sb-size);
		height: 8px;
}

.shop-girls-ph-wrap::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 2px;
}

.shop-girls-ph-wrap::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 2px;
}

@supports not selector(::-webkit-scrollbar) {
	.shop-girls-ph-wrap {
      scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}
/* ここまで */


}


@media (max-width: 899px) {
	#header-box {
		justify-content: center;
	}

	.header-h h1 {
		text-align: center;
	}

	.l-cotainer .breadcrumb {
		margin: 0.625rem 0;
	}

	.soap-shop-area-title .area-h2-style {
		font-size: 26px;
	}

	.main-h2-style {
		font-size: 22px;
	}

	.top-select-area .l-cotainer {
		padding-top: 1.25rem;
		padding-bottom: 1.25rem;
	}

	.top-select-area .top-select-box:not(:last-of-type) {
		margin-right: 1rem;
	}

	.top-select-area .top-select-box {
		width: calc(50% - 0.5rem);
		max-width: 240px;
	}

	.wrap_items {
		width: calc(100% + 2rem);
		position: relative;
		left: -1rem;
	}

	/*
	.shop-box{
		border-bottom: none;
		padding-bottom: 0;
	}
	.shop-box:not(:first-of-type) {
		margin-top: 2rem;
}
	.wrap_items {
		width: calc(100% + 2rem);
		position: relative;
		left: -1rem;
	}
	.shop-date-area,
	.shop-list-area .shop-box.superior-shop .shop-text-wrap{
		width: 100%;
		padding: 0;
	}
	.shop-list-area .superior-shop .shop-date-inner{
		padding: 1rem 1rem 0 1rem;
	}
	.shop-list-area .shop-box.superior-shop .shop-title{
		padding: 0.5rem 1rem;
		color: var(--primary-color-m);
		border-top: solid 1px var(--primary-color-m);
	}
	.shop-list-area .shop-box.superior-shop .shop-title h3{
		font-size: 24px;
	}
	.shop-ph{
		width: 30.78%!important;
	}
	.shop-girls-ph-wrap{
		width: calc(100% - 30.78%);
		background: #f8f8f8;
	}
	.shop-girls-ph-wrap .girls-ph{
		width: calc(100% / 3);
		max-width: inherit;
	}
	.shop-ph.sp-no-ph{
		display: none;
	}
	.shop-date-textsub{
		margin-top: 1rem;
	}
	*/
	.shop-list-area .shop-box.other-shop-box {
		padding: 0.75rem 1rem;
		border-bottom: solid 1px var(--line-color);
	}

	.shop-list-area .other-shop-box {
		margin-top: 0;
	}

	.shop-list-area .other-shop-box.other-first {
		margin-top: 2rem;
		border-top: solid 1px var(--line-color);
	}

	/* .shop-box.other-shop-box .shop-tile-word {
		align-items: center;
	} */

	.shop-box.other-shop-box .shop-title .shop-tile-word h3 {
		font-size: 16px;
		max-width: 190px;
	}

	.shop-box.other-shop-box .shop-header-bottom {
		width: calc(100% - 190px);
		padding-left: 1rem;
	}

	.shop-box.other-shop-box .shop-header-bottom .shop-title-icon {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.other-shop-box .shop-price:before,
	.other-shop-box .shop-time:before,
	.other-shop-box .shop-place:before,
	.other-shop-box .shop-categorys:before {
		top: 4px;
	}

	p.area-h2-sub {
		font-size: 0.9375rem;
	}

	.shop-list-area.two-column-cotainer {
		margin-top: 2rem;
	}

	.two-column-cotainer .main-wrap {
		width: calc(100% - 252px);
	}

	.two-column-cotainer .side-cotainer {
		width: 220px;
	}

	.column-area .column-item:not(:last-of-type) {
		margin-right: 1rem;
	}

	.two-column-cotainer .column-area .column-item:nth-of-type(n + 3) {
		margin-top: 0.9375rem;
	}

	.two-column-cotainer .column-area .column-item:nth-of-type(3n) {
		margin-right: 1rem;
	}

	.two-column-cotainer .column-area .column-item:nth-of-type(2n) {
		margin-right: 0;
	}


	.two-column-cotainer .column-area .column-item {
		width: calc(100% / 2 - 0.5rem);
	}

	.pager-wrap {
		margin-top: 3.125rem;
		margin-bottom: 0;
	}

	/* コラム詳細 */
	.column-detail h3 {
		font-size: 1.375rem;
	}

	.column-detail h4 {
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}

	.column-detail h5 {
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}

	.column-detail img,
	.column-detail p:not(:last-of-type),
	.column-detail ol,
	.column-detail ul,
	.column-detail dl,
	.column-detail table {
		margin-bottom: 1rem;
	}

	.column-detail p,
	.column-detail li,
	.column-detail th,
	.column-detail td,
	.column-detail dt,
	.column-detail dd {
		font-size: 1rem;
	}

	/*目次*/
	.column-detail .mokuji{
		padding: 1.5rem;
	}
	.column-detail .mokuji	ul{
			margin-bottom: 0;
		}
	.column-detail .mokuji ul	li a{
				font-size: 0.875rem;
		}
	.column-detail .mokuji-title p{
			margin-bottom: 0;
	}
	.column-detail .mokuji-title.close{
		margin-bottom: 0;
	}
	.column-detail .mokuji + p{
		margin-top: 1rem;
	}




}




@media (max-width: 768px) {}

@media (max-width: 650px) {
	.column-area .category-box li a {
		font-size: 11px;
		border-radius: 9px;
		padding: 0.125rem 0.625rem;
	}


}


@media (max-width: 569px) {
	.common-page-title .area-h2-style {
		font-size: 1.5rem;
	}

	.shop-list-area.two-column-cotainer {
		margin-top: 1.5rem;
	}

	.two-column-cotainer .main-wrap {
		width: 100%;
	}

	.two-column-cotainer .side-cotainer {
		width: 100%;
	}

	.two-column-cotainer .side-cotainer {
		position: relative;
		margin-top: 2rem;
	}

	.two-column-cotainer .column-area .column-item:nth-of-type(n + 3),
	.column-area .column-item:not(:last-of-type) {
		margin-right: 0.75rem;
	}

	.two-column-cotainer .column-area .column-item:nth-of-type(2n) {
		margin-right: 0;
	}

	.two-column-cotainer .column-area .column-item {
		width: calc(100% / 2 - 0.375rem);
	}

	.two-column-cotainer .side-cotainer:before {
		content: "";
		background: var(--line-color);
		width: calc(100% + 32px);
		height: 1px;
		position: absolute;
		left: -16px;
	}

	.side-cotainer .side-items:first-of-type {
		margin-top: 1.25rem;
	}

	.two-column-cotainer .side-items h2 {
		width: calc(100% + 32px);
		margin-left: -16px;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.side-ul-style,
	.side-shop-serch.side-items .side-select-box:first-of-type,
	.side-cotainer .side-feature ul {
		margin-top: 1rem;
	}

	/* コラム詳細 */
	.l-cotainer.column-detail-cotainer {
		padding-left: 0;
		padding-right: 0;
	}

	.column-detail p+h3 {
		margin-top: 0.625rem;
	}

	.column-detail h3 {
		font-size: 1.25rem;
		padding: 0.625rem 1rem;
		margin-bottom: 1.25rem;
	}

	.column-detail h4 {
		font-size: 1.125rem;
	}

	.column-detail h5 {
		font-size: 1rem;
		margin-bottom: 1rem;
	}

	.two-column-cotainer.column-detail-cotainer .side-items h2 {
		width: 100%;
		margin-left: 0;
	}

	.two-column-cotainer .side-items h2 {
		width: calc(100% + 32px);
		margin-left: -16px;
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.two-column-cotainer.column-detail-cotainer .side-cotainer:before {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.side-select-box {
		width: auto;
	}

	.side-ul-style,
	.side-shop-serch.side-items .side-select-box:first-of-type,
	.side-cotainer .side-feature ul {
		margin-top: 1rem;
	}

	.two-column-cotainer.column-detail-cotainer .side-select-box,
	.two-column-cotainer.column-detail-cotainer .side-ul-style {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	/*目次*/
	.column-detail .mokuji{
		width: calc(100% - 1.25rem);
		margin: 1rem auto;
		padding: 1rem;
	}
	p + .column-detail .mokuji{
		margin-top: 0.5rem;
	}
	.column-detail .mokuji + h3{
		margin-top: 1rem;
	}
	.column-detail .mokuji	ul{margin-bottom: 0;}
	.column-detail .mokuji ul	li{
			font-size: 1rem;
			padding: 0.625rem 0;
	}
	.column-detail .mokuji ul	li .mokuji-title{
		margin-bottom: 0.625rem;
	}
	.column-detail .mokuji .mokuji-title	p{
			font-size: 1rem;
			margin-bottom: 0;
		}
	.column-detail .mokuji.mokuji-title.close{
		margin-bottom: 0;
	}

	.superior-shop .shop-date-inner{
	 flex-direction: column-reverse;
	}
			 .shop-title-icon,
			 .shop-box.other-shop-box .shop-header-bottom .shop-title-icon{
				 padding-left: 22px;
			 }
			 .superior-shop .sp-shop-title-wrap .shop-title-icon{
				 letter-spacing: -0.02rem;
			 }
			 .shop-title-icon:before{
				 width: 18px;
				 height: 18px;
			 }	
			 .superior-shop .shop-categorys:before,
			 .superior-shop .shop-time:before{
				 top: 0;
			 }
			 .superior-shop .shop-place:before,
			 .shop-price:before{
				 top: 1px;
			 }
	.sp-shop-title-wrap .shop-ph{
	 width: 112px!important;
	 margin-left: 0.625rem;
	 padding-left: 0;
	}
	.superior-shop .sp-shop-title-inner-box,
	.superior-shop .sp-shop-title-wrap .shop-base-info{
	 width: calc(100% - 112px);
	}
			 .shop-list-area .shop-box.superior-shop .shop-title,
	.superior-shop .sp-shop-title-wrap .shop-base-info{
	 padding-left: 1.25rem;
				 padding-right: 0.625rem;
	}
	.shop-list-area .shop-girls-ph-wrap,
	.shop-date-textsub{
	 width: 100%;
	}
	.shop-list-area .shop-girls-ph-wrap{
	 margin-top: 0;
	 margin-bottom: 1rem;
	}
	.shop-box.other-shop-box h4{
	 font-size: 14px;
	 margin-top: 0.25rem;
	}
			 .shop-list-area .shop-girls-ph-wrap .girls-ph{
				 margin-right: 4px;
			 }
			 .other-shop-box .shop-price:before,
			 .other-shop-box .shop-time:before,
			 .other-shop-box .shop-place:before,
			 .other-shop-box .shop-categorys:before{
				 top: 6px;
			 }

}




@media (max-width: 480px) {
	header.second-hader .second-hader-bottom #header-box {
		padding: 0;
	}

	.breadcrumb-area .breadcrumb li:first-of-type a span:before {
		top: -3px;
	}

	.breadcrumb li a:before {
		margin-top: -3px;
	}

	.top-select-area .top-select-box {
		width: calc(100% / 2 - 0.375rem);
	}

	.top-select-area .l-cotainer {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}

	.top-select-area .top-select-box:not(:last-of-type) {
		margin-right: auto;
	}

	.soap-shop-area-title .area-h2-style {
		font-size: 24px;
	}

	.wrap_items {
		width: calc(100% + 1.25rem);
		position: relative;
		left: -0.625rem;
	}

	.shop-list-area .shop-box.superior-shop .shop-text-wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.shop-date-textsub {
		margin-top: 0;
	}

	.shop-deta-text h4 {
		font-size: 15px;
	}

	.shop-deta-text p {
		display: none;
	}

	.shop-list-area .superior-shop .shop-date-inner {
		padding: 0.625rem 0.625rem 0 0.625rem;
	}

	.shop-box:not(:first-of-type) {
		margin-top: 1.25rem;
	}

	.superior-shop .shop-title-icon {
		font-size: 16px;
	}

	.shop-list-area .other-shop-box {
		margin-top: 0;
	}

	.shop-list-area .other-shop-box.other-first {
		margin-top: 1.25rem;
	}

	.shop-list-area .shop-box.other-shop-box {
		padding: 0.625rem;
	}

	.shop-box.other-shop-box .shop-title .shop-tile-word h3,
	.shop-box.other-shop-box .shop-header-bottom {
		width: 100%;
	}

	.shop-box.other-shop-box .shop-title .shop-tile-word h3 {
		margin-bottom: 0.25rem;
	}

	.shop-box.other-shop-box .shop-title .shop-tile-word h3 {
		max-width: inherit;
	}

	.superior-shop .shop-base-info .shop-info-list:not(:last-of-type) {
		margin-bottom: 0;
	}

	.superior-shop .shop-base-info .shop-title-icon:nth-child(-n+2) {
		margin-bottom: 0.5rem;
	}

	.shop-box.other-shop-box .shop-header-bottom {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		width: 100%;
		padding-left: 0;
	}

	.superior-shop .shop-base-info .shop-info-list,
	.shop-box.other-shop-box .shop-header-bottom .shop-title-icon {
		width: calc(50% - 0.3125rem);
	}

	.shop-box.other-shop-box .shop-header-bottom p:not(:last-of-type) {
		margin-right: 0;
	}

	.superior-shop .shop-base-info .shop-info-list:nth-of-type(2n),
	.shop-box.other-shop-box .shop-header-bottom .shop-title-icon:nth-of-type(2n) {
		margin-left: auto;
	}


	.recommend-area {
		margin-top: 2rem;
	}

	.recommend-area h2 {
		margin-bottom: 0.625rem;
	}

	.two-column-cotainer .side-cotainer:before,
	.two-column-cotainer .side-items h2 {
		width: calc(100% + 20px);
		margin-left: -10px;
		left: 0;
	}

	.column-detail-cotainer .column-detail+.side-cotainer {
		padding-left: 0;
		padding-right: 0;
	}

	.column-detail+.side-cotainer,
	.column-detail h4,
	.column-detail h5,
	.column-detail p,
	.column-detail li,
	.column-detail th,
	.column-detail td,
	.column-detail dt,
	.column-detail dd {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	
	/* 2024-02追加 ▼ ここから ▼ -------------------- */
	.area-h2-ather > time{
		padding-left: 0;
		font-size: 0.9rem;
	}
	.area-h2-ather > time.update-time-icon{
		margin-right: 0.8rem;
	}
	.area-h2-ather > time.time-icon{
		margin-right: 0;
	}
	.area-h2-ather > time.update-time-icon:before,
	.area-h2-ather > time.time-icon:before{
		content: none;
	}
	/* 2024-02追加 ▲ ここまで ▲ -------------------- */


	.two-column-cotainer .side-items h2 {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}

	.two-column-cotainer.column-detail-cotainer .side-cotainer:before {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.two-column-cotainer.column-detail-cotainer .side-select-box,
	.two-column-cotainer.column-detail-cotainer .side-ul-style {
		margin-left: 0.625rem;
		margin-right: 0.625rem;
	}

	.column-detail h3 {
		padding: 0.625rem;
	}



}



@media (max-width: 360px) {}




@media (max-width: 340px) {}