@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#honten .about::before {
	background: url("../img/honten/bg.png") no-repeat left top / 100% auto;
}
#honten .about h2 {
	position: relative;
	font-size: 50px;
	font-weight: normal;
	margin-bottom: 50px;
}
#honten .about h2::before {
	content: "";
	background: url("../img/top/ashirai.png") no-repeat center / 100% auto;
	width: 443px;
	height: 98px;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: -1;
}
#honten .about .img {
	width: 920px;
	margin: 0 auto 50px;
	border: 1px solid #d4b338;
	padding: 10px;
	position: relative;
}
#honten .about .img .img_in {
	position: relative;
}
#honten .about .img::before, #honten .about .img::after, #honten .about .img .img_in::before, #honten .about .img  .img_in::after {
	content: url("../img/honten/waku.png");
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#honten .about .img::after {
	top: -5px;
	left: auto;
	right: 0;
	transform: rotate(90deg);
}
#honten .about .img .img_in::before {
	top: auto;
	left: -8px;
	bottom: -15px;
	transform: rotate(-90deg);
}
#honten .about .img .img_in::after {
	top: auto;
	bottom: -10px;
	left: auto;
	right: -10px;
	transform: rotate(180deg);
}
#honten .about .txt {
	font-size: 21px;
}

/*女の子一覧*/
#honten .girls_list h3 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 30px;
}
#honten .girls_list .wrap {
	display: grid;
	grid-template-columns: repeat(5, 19%);
	gap: 20px 5px;
	justify-content: space-between;
}
#honten .girls_list .wrap .box {
	border: 1px solid #b7992b;
	padding: 15px;
	background: #fff;
	position: relative;
}
#honten .girls_list .wrap .box a::hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-filter: alpha(opacity=100);
}

#honten .girls_list .wrap .box a img {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	width: 235px;
	background: #fff;
	object-fit: cover;
	aspect-ratio: 3 / 4;
	margin-bottom: 10px;
	object-position: top;
}
#honten .girls_list .wrap .box p {
	color: #b7992b;
	margin-bottom: 0;
}

/*--------------------------------------------------
	女の子詳細
--------------------------------------------------*/
#girls_details {
	overflow: hidden;
}
#girls_details .flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#girls_details .flex .slider_box {
	width: 40%;
	margin-bottom: 30px;
}
#girls_details .flex .sp-slide {
	overflow: hidden;
}
#girls_details .flex .sp-slide img {
	width: 100%;
	background: #fff;
	object-fit: cover;
	aspect-ratio: 3 / 4;
	margin-bottom: 10px;
	object-position: top;
}
#girls_details .flex .txt {
	width: calc(60% - 10px);
	margin-bottom: 30px;
	padding: 15px 15px 0;
	background: #ffffffe6;
}
#girls_details .flex .txt table {
	width: 100%;
	margin-bottom: 30px;
}
#girls_details .flex .txt table caption {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#girls_details .flex .txt table th,
#girls_details .flex .txt table td {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
}
#girls_details .flex .txt table th {
	width: 1%;
	padding-right: 20px;
	white-space: nowrap;
}

/*イベント情報*/
#honten .event h3 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 30px;
}
#event_list {
	width: 900px;
	padding: 50px;
	margin: 0 auto 30px;;
	background: rgba(255, 255, 255, 0.9) url(../img/bg-h3.png) repeat-x top;
}
#event_list dl {
	margin-bottom: 20px;
}
#event_list dl dt {
	float: left;
	width: 100px;
}
#event_list dl dd {
	margin-bottom: 16px;
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
}
#event_list dl dd a {
	color: #d4b338;
}

/*ブログ*/
#honten .blog h3 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 30px;
}
#blog_list {
	width: 900px;
	padding: 50px;
	margin: 0 auto 30px;;
	background: rgba(255, 255, 255, 0.9) url(../img/bg-h3.png) repeat-x top;
}
#blog_list dl {
	margin-bottom: 20px;
}
#blog_list dl dt {
	float: left;
	width: 100px;
}
#blog_list dl dd {
	margin-bottom: 16px;
	padding-bottom: 6px;
	border-bottom: 1px solid #000;
}
#blog_list dl dd a {
	color: #d4b338;
}



#honten .msg {
	background: url("../img/honten/msg-l.png") no-repeat left center, url("../img/honten/msg-r.png") no-repeat right center;
}
#honten .msg h3 {
	font-size: 40px;
	font-weight: normal;
	margin-bottom: 30px;
}
#honten .msg .txt {
	font-size: 21px;
	margin-bottom: 30px;
}
#honten .shop {
	padding-top: 90px;
}
#honten .shop::before {
	background: url("../img/honten/bg01.jpg") no-repeat center /cover;
	height: 350px;
}
#honten .shop:nth-of-type(2)::before  {
	background-image: url("../img/honten/bg02.jpg");
}
#honten .shop:nth-of-type(3)::before  {
	background-image: url("../img/honten/bg03.jpg");
}
#honten .shop:nth-of-type(4)::before  {
	background-image: url("../img/honten/bg04.jpg");
}
#honten .shop h3 {
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 50px;
	margin-bottom: 30px;
}
#honten .shop h3 .ora {
	display: block;
	font-size: 26px;
}
#honten .shop .in {
	width: 900px;
	padding: 50px;
	margin: 0 auto;
	background: rgba(255,255,255,0.9) url(../img/bg-h3.png) repeat-x top;
}
#honten .shop.access .in video {
	width: 350px;
}
#honten .shop.access .in .info {
	width: 400px;
}
#honten .shop.access .in .info table {
	margin-bottom: 15px;
}
#honten .shop.access .in .info table tr th, #honten .shop.access .in .info table tr td {
	display: block;
}
#honten .shop.access .in .info table tr th {
	font-size: 16px;
	padding-bottom: 5px;
}
#honten .shop.access .in .info table tr td {
	font-size: 18px;
	padding-bottom: 25px;
}
#honten .shop.access .in .info .map img {
	border: 1px solid #000;
}
#honten .shop.flow .in .step {
	margin-bottom: 50px;
}
#honten .shop.flow .in .step .maru {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 1px solid #d4b338;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 20px;
	line-height: 1.3;
	color: #d4b338;
}
#honten .shop.flow .in .step .maru .no {
	font-size: 35px;
}
#honten .shop.flow .in .step dl {
	width: calc(100% - 140px);
}
#honten .shop.flow .in .step dl dt {
	font-size: 18px;
	margin-bottom: 10px;
}
#honten .shop.flow .in .step dl dd {
	font-size: 16px;
}
#honten .shop.flow .in .step dl dd a {
	color: #666;
	text-decoration: underline;
}
#honten .shop.qa .in dl {
	border-bottom: 1px solid #000;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#honten .shop.qa .in dl dt {
	position: relative;
	padding-left: 30px;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 2;
}
#honten .shop.qa .in dl dd {
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 2.5;
}
#honten .shop.qa .in dl dt::before, #honten .shop.qa .in dl dd::before {
	content: "Q";
	font-family: var(--font-ora);
	font-size: 26px;
	color: #d4b338;
	position: absolute;
	top: -8px;
	left: 0;
}
#honten .shop.qa .in dl dd::before {
	content: "A";
	color: #666;
	top: -10px;
}
#honten .shop.recruit .in {
	margin-bottom: 80px;
}
#honten .shop.recruit .in .imgs {
	margin-bottom: 30px;
}
#honten .shop.recruit .in table {
	width: 100%;
}
#honten .shop.recruit .in table tr {
	border-bottom: 1px solid #000;
}
#honten .shop.recruit .in table tr th, #honten .shop.recruit .in table tr td {
	padding: 20px 0;
}
#honten .shop.recruit .in table tr th {
	font-size: 16px;
	padding-right: 10px;
}
#honten .shop.recruit .in table tr td {
	font-size: 18px;
}
#honten .shop.recruit .entry {
	border-radius: 5px;
	background: #fff;
	width: 900px;
	margin: 0 auto;
	padding: 30px 0 50px;
	position: relative;
}
#honten .shop.recruit .entry dl dt {
	font-size: 30px;
	text-align: center;
}
#honten .shop.recruit .entry dl dd {
	font-size: 50px;
	text-shadow: 0 0 10px #d4b338;
	text-align: center;
	position: relative;
	z-index: 1;
}
#honten .shop.recruit .entry dl dd .fs {
	font-size: 35px;
}
#honten .shop.recruit .entry .womans img {
	position: absolute;
	left: 0;
	bottom: 0;
}
#honten .shop.recruit .entry .womans img+img {
	left: auto;
	right: 0;
}
#honten .shop.recruit .entry .btn01 {
	position: absolute;
	bottom: -31px;
	margin-bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#contact .icon_line {
	width: 100px;
	margin: 0 auto;
}
#contact h4 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #d4b338;
	font-size: 25px;
	font-weight: normal;
	margin-bottom: 20px;
}
#contact h4::before,
#contact h4::after {
	content: '';
	display: block;
	flex-grow: 1;
	height: 1px;
	background: #d4b338;
}
#contact h4::before {
	margin-right: 0.8em;
}
#contact h4::after {
	margin-left: 0.8em;
}
#contact .text_line {
	text-align: center;
	margin: 15px 0 40px;
}
#contact .text_line a {
	display: inline-block;
	width: 220px;
	color: #fff;
	font-weight: 600;
	background-color: #06C755;
	border-radius: 10px;
	padding: 8px 0;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#honten .about .img {
		width: 100%;
	}
	#honten .about h2 {
		font-size: 35px;
	}
	#honten .about .txt {
		font-size: 18px;
	}
	
	#honten .girls_list .wrap {
		grid-template-columns: repeat(3, 32%);
	}
	/*--------------------------------------------------
		女の子詳細
	--------------------------------------------------*/
	#girls_details .flex .txt table th, #girls_details .flex .txt table td {
		display: block;
	}
	#girls_details .flex .txt table th {
		width: 100%;
		padding-left: 10px;
		white-space: nowrap;
		border: none;
		background: #f4f4f4;
	}
	#girls_details .flex .txt table td {
		padding: 10px 10px;
	}
	
	#event_list {
		width: 100%;
		padding: 15px;
		align-items: flex-start;
	}
	#blog_list {
		width: 100%;
		padding: 15px;
		align-items: flex-start;
	}
	#honten .msg {
		padding-left: 60px;
		padding-right: 60px;
		background-size: 50px auto;
		background-position: left center, right center;
	}
	#honten .msg h3 {
		font-size: 30px;
	}
	#honten .msg .txt {
		font-size: 18px;
	}
	#honten .shop h3 {
		font-size: 35px;
	}
	#honten .shop .in {
		width: 100%;
		padding: 15px;
		align-items: flex-start;
	}
	#honten .shop.access .in video {
		width: 48%;
	}
	#honten .shop.access .in .info {
		width: 50%;
	}
	#honten .shop.flow .in .step {
		margin-bottom: 20px;
	}
	#honten .shop.flow .in .step .maru {
		width: 100px;
		height: 100px;
	}
	#honten .shop.qa .in dl {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	#honten .shop.recruit .in {
		margin-bottom: 50px;
	}
	#honten .shop.recruit .in .imgs {
		font-size: 0;
		margin-bottom: 20px;
	}
	#honten .shop.recruit .in .imgs li {
		width: 50%;
	}
	#honten .shop.recruit .in .imgs li img {
		width: 100%;
	}
	#honten .shop.recruit .in table tr th, #honten .shop.recruit .in table tr td {
		padding: 15px 0;
	}
	#honten .shop.recruit .entry {
		width: 100%;
		padding: 15px 0 50px;
		margin-bottom: 30px;
	}
	#honten .shop.recruit .entry dl dd {
		font-size: 30px;
	}
	#honten .shop.recruit .entry dl dd .fs {
		font-size: 25px;
	}
	#honten .shop.recruit .entry .womans img {
		width: 100px;
	}
	#contact h4 {
		font-size: 20px;
		margin-top: 20px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#honten .about h2 {
		font-size: 26px;
		margin-bottom: 30px;
	}
	#honten .about h2::before {
		width: 250px;
		height: 60px;
		top: -0px;
	}
	#honten .about .img {
		padding: 5px;
	}
	#honten .about .img::before {
		transform: scale(0.7);
		top: -8px;
		left: -8px;
	}
	#honten .about .img::after {
		top: -10px;
		right: -5px;
		transform: scale(0.7) rotate(90deg);
	}
	#honten .about .img .img_in::before {
		top: auto;
		left: -10px;
		bottom: -15px;
		transform: scale(0.7) rotate(-90deg);
	}
	#honten .about .img .img_in::after {
		bottom: -12px;
		right: -12px;
		transform: scale(0.7) rotate(180deg);
	}
	#honten .about .txt {
		font-size: 106%;
		text-align: left;
	}
	
	/*女の子一覧*/
	#honten .girls_list h3 {
		font-size: 30px;
	}
	#honten .girls_list .wrap {
		grid-template-columns: repeat(2, 48%);
	}
	
	/*--------------------------------------------------
		女の子詳細
	--------------------------------------------------*/
	#girls_details .flex {
		display: block;
	}
	
	#girls_details .flex .slider_box {
		width: 100%;
	}
	#girls_details .flex .sp-slide {
		min-height: 480px;
	}
	#girls_details .flex .txt {
		width: 100%;
	}
	
	/*イベント情報*/
	#honten .event h3 {
		font-size: 30px;
	}
	#event_list dl dt {
		float: inherit;
	}
	

	/*ブログ*/
	#honten .blog h3 {
		font-size: 30px;
	}
	#blog_list dl dt {
		float: inherit;
	}
	
	#honten .msg {
		padding-left: 0;
		padding-right: 0;
		background: none;
	}
	#honten .msg h3 {
		font-size: 28px;
	}
	#honten .msg .txt {
		font-size: 110%;
		text-align: left;
	}
	#honten .shop h3 {
		font-size: 25px;
	}
	#honten .shop.access .in video {
		width: 100%;
		margin-bottom: 15px;
	}
	#honten .shop.access .in .info {
		width: 100%;
	}
	#honten .shop.access .in .info table tr th {
		font-size: 105%;
	}
	#honten .shop.access .in .info table tr td {
		font-size: 110%;
	}
	#honten .shop.flow .in .step .maru {
		margin: 0 auto 10px;
		height: auto;
		border-radius: 20px;
	}
	#honten .shop.flow .in .step .maru br {
		display: none;
	}
	#honten .shop.flow .in .step .maru .no {
		margin-left: 10px;
	}
	#honten .shop.flow .in .step dl {
		width: 100%;
	}
	#honten .shop.flow .in .step dl dt {
		font-size: 110%;
	}
	#honten .shop.flow .in .step dl dd {
		font-size: 105%;
	}
	#honten .shop.qa .in dl dt {
		font-size: 110%;
		line-height: 1.8;
	}
	#honten .shop.qa .in dl dd {
		font-size: 105%;
		line-height: 2;
	}
	#honten .shop.recruit .in table tr th, #honten .shop.recruit .in table tr td {
		display: block;
	}
	#honten .shop.recruit .in table tr th {
		padding-bottom: 0;
		font-size: 105%;
	}
	#honten .shop.recruit .in table tr td {
		padding-top: 5px;
		font-size: 110%;
	}
	#honten .shop.recruit .entry {
		padding-bottom: 130px;
	}
	#honten .shop.recruit .entry dl dt {
		font-size: 23px;
	}
	#honten .shop.recruit .entry dl dd {
		font-size: 28px;
	}
	#honten .shop.recruit .entry dl dd {
		font-size: 24px;
	}
	#honten .shop.recruit .entry .womans img {
		left: 25px;
	}
	#honten .shop.recruit .entry .womans img+img {
		left: auto;
		right: 25px;
	}
	#contact h4 {
		font-size: 18px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#honten .about h2 {
		font-size: 28px;
	}
	#honten .shop h3 {
		font-size: 23px;
	}
	#honten .shop.recruit .entry dl dd {
		font-size: 22px;
	}
	#honten .shop.recruit .entry dl dd .fs {
		font-size: 20px;
	}
	#contact h4 {
		font-size: 17px;
	}
}