@charset "UTF-8";

:root {
	--primary-color: #8fc31f;
	--primary-color-s: #bae461;
	--primary-color-m: #8fc31f;
	/* --primary-color-o: #00b8ee; */
	--primary-color-sub: #f7ffe6;
	--line-color: #d2d2d2;
}



body{
	-webkit-text-size-adjust: 100%;
}
.l-cotainer{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.l-sub-inner{
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.l-sub-inner-t{
	padding-top: 2rem;
}

.l-cotainer .top-h2{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.04rem;
	margin-bottom: 1rem;
}

header, .popular-area{
	display: flex;
	flex-wrap: wrap;
	background:var(--primary-color);
}
.header-h{
	width: 100%;
	padding-top: 8px;
	margin-bottom: 1rem;
}
.header-h h1{
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}
header #header-inner{
	padding-bottom: 2.5rem
}
#header-box{
	display: flex;
	flex-wrap: wrap;
}
.heder-logo-area{
	display: flex;
	align-items: center;
}
#header-box #logo{
	width: auto;
	margin:0;
}

#up-date{
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
}
.up-date-wrap{
	display: flex;
	flex-wrap: wrap;
}
#up-date .update-icon{
	display: block;
	background: url("/image/home_icon-n.png")no-repeat center;
	background-size: contain;
	width: 35px;
	height: 35px;
}
#up-date dt, #up-date dd{
	color: #fff;
	font-size: 14px;
}
#up-date dd span{
	color: var(--primary-color-s);
}
.popular-area ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.popular-box:nth-of-type(4n){
	margin-right: 0;
}
.popular-box:nth-of-type(n+5){
	margin-top: 2.1678%;
}
.popular-box{
	width: calc(100% / 4 - 1.5rem);
	margin-right: 2rem;
}
.popular-box a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #1b1b1b;
	background: #fff;
	border-radius: 9px;
}
.popular-box .ph-area{
	width: 90px;
	height: 100%;
	min-height: 72px;
	line-height: 0;
	overflow: hidden;
	border-radius: 9px 0 0 9px;
}
.popular-box .text-area{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: calc(100% - 90px);
	padding: 0 1rem;
}
.popular-box .text-inner{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.popular-box p{
	font-size: 14px;
}
.popular-box .area-name{
	font-size: 20px;
	font-weight: bold;
	padding-right: 1.25rem;
	line-height: 1.4;
}
.popular-box .area-name + p{
	line-height: 1.4;
}
.popular-box .number{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 2px;
}

.sai-text{
	margin: 2rem auto 0.5rem auto;
}
.sai-text a{
	color: #fff;
}
.sai-text p{
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.sai-text p span{
	position: relative;
	padding-left: 1.875rem;
}
.sai-text p i{
	width: 24px;
	height: 24px;
	background: url("/image/18kinmark.png") no-repeat center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.sai-text br{
	display: none;
}

.ikebukuro .ph-area{
	background: url("/image/ph-ikebukuro.png") no-repeat center;
	background-size: cover;
}
.shinbashi .ph-area{
	background: url("/image/ph-sinbashi.png") no-repeat center;
	background-size: cover;
}
.shibuya .ph-area{
	background: url("/image/ph-shibuya.png") no-repeat center;
	background-size: cover;
}
.shinjyuku .ph-area{
	background: url("/image/ph-shinjyuku.png") no-repeat center;
	background-size: cover;
}
.gotanda .ph-area{
	background: url("/image/ph-gotanda.png") no-repeat center;
	background-size: cover;
}
.yokohama .ph-area{
	background: url("/image/ph-yokohama.png") no-repeat center;
	background-size: cover;
}
.umeda .ph-area{
	background: url("/image/ph-umeda.png") no-repeat center;
	background-size: cover;
}
.nanba .ph-area{
	background: url("/image/ph-nanba.png") no-repeat center;
	background-size: cover;
}

.search-area .l-sub-inner{
	padding-bottom: 1.6875rem;
}
.search-area-wrap, .search-area-box{
	display: flex;
	flex-wrap: wrap;
}
.search-area-wrap{
	width: 100%;
}
.search-area-box:last-of-type{
	margin-left: auto;
}
.search-area-box{
	width: calc(50% - 1rem);
	align-content: flex-start;
}
.search-area-box .search-area-item:not(:last-of-type){
	margin-bottom: 24px;
}
.search-area-box .search-area-item{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.search-area-item h3{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}
.search-area-item ul{
	width: calc(100% - 7.5rem);
	display: flex;
	flex-wrap: wrap;
	margin-left: auto;
	position: relative;
	top: -5px;
}
.search-area-item ul li:not(:last-of-type){
	margin-right: 16px;
}
.search-area-item ul li{
	padding: 5px 0;
}
.search-area-item ul li a{
	font-size: 16px;
	color: #1b1b1b;
}

.price-search-area{
	/* background: #bce5fc; */
	background: #c6e585;
}
.p-search-btn-wrap{
	display:flex;
	flex-wrap: wrap;
	width: 100%;
}
.price-btn-style:not(:last-of-type){
	margin-right: 1.66667%;
}
.price-btn-style{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 32.22222%;
	color: #1b1b1b;
	background: #fff;
	border-radius: 9px;
	padding: 22px 20px;
	position: relative;
}
.price-btn-style:after{
	content: "";
	width: 40px;
	height: 8px;
	background: url("/image/n-arrow-b.svg") no-repeat center;
	position: absolute;
	right: 12px;
	bottom: 12px;
}
.price-btn-style h3{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.price-btn-style .price-btn-main{
	font-size: 30px;
}
.price-btn-style .price-btn-sub{
	font-size: 20px;
	margin-left: 1.25rem;
}

.column-area .column-item:not(:last-of-type){
	margin-right: 1.25rem;
}
.column-area .column-item{
	width: calc(100% / 4 - 0.9375rem);
}
.column-area .column-item figure{
	margin-bottom: 10px;
}
.column-area .column-time{
	color: #626262;
	font-size: 15px;
	margin-bottom: 2px;
}
.column-area .column-item h3{
	margin-bottom: 5px;
}
.column-area .column-item h3 a{
	font-size: 18px;
	color: #1b1b1b;
}
.column-area .category-box.shop-tag-wrap{
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
.column-area .category-box.shop-tag-wrap li a{
	color: var(--primary-color);
	font-size: 14px;
	border: solid 1px var(--primary-color);
	border-radius: 0;
	padding: 2px;
}

.onakula-text-area{
	background: #fff;
	margin-top: 3rem;
}
.onakula-text-area h2:first-of-type{
	margin-top: 0;
}
.onakula-text-area h2{
	font-size: 22px;
	margin-top: 2.5rem;
	margin-bottom: 1.25rem;
}
.onakula-text-area h3{
	font-size: 19px;
	margin-top: 2rem;
	margin-bottom: 1rem;
}
.onakula-text-area h4{
	font-size: 17px;
	margin-top: 1.75rem;
	margin-bottom: 0.875rem;
}
.onakula-text-area h5{
	font-size: 16px;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;
}
.onakula-text-area p{
	margin-bottom: 1rem;
}

#footer-style{
	background: #fff;
	margin-top: 5rem;
	border-top:solid 1px var(--line-color);
}
#footer-style .l-cotainer{
	position: relative;
}
#footer-style .f-bnav{
	display: flex;
	flex-wrap: wrap;
}
#footer-style .footer-nav-box{
	width: auto;
	margin: 1rem auto 0 auto;
	justify-content: center;
}
#footer-style .footer-nav-box li:not(:last-of-type){
	border-right: solid 1px var(--primary-color);
}
#footer-style .footer-nav-box li{
	padding: 0 0.75rem;
}
#footer-style .footer-nav-box a{
	color: var(--primary-color);
	font-size: 15px;
}
#footer-style .footer-bottom{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.875rem;
	margin-bottom: 2.5rem;
}
.footer-logo figure{
	display: flex;
	height: 34px;
}
.copyright{
	display: inline-block;
	margin-left: auto;
}
.copyright p{
	color: #626262;
	font-size: 15px;
	line-height: 1.4;
}

#r-top{
	position: absolute;
	right: 0;
	top: 12px;
}
.t-top-btn{
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: url("/image/t-r-arrow.svg") no-repeat center #b2b2b2;
	background-size: 18px auto;
}

.copyright small br{
	display: none;
}


/* hover */
.popular-box a:hover{
	background: #F6FFE4;
}
.popular-box a:hover .ph-area{
	opacity: .7;
}
.popular-box a:hover p{
	color: var(--primary-color);
}
.search-area-item ul li a:hover {
	color: var(--primary-color);
}

.price-btn-style:hover{
	background: var(--primary-color);
}
.price-btn-style:hover:after{
	background: url("/image/n-arrow-w.svg");
}
.price-btn-style:hover h3 span{
	color: #fff;
}

.column-area .column-item h3 a:hover{
	color:var(--primary-color)
}
.column-area .category-box.shop-tag-wrap li a:hover{
	color: #fff;
	background: var(--primary-color);
}

#logo:hover,
#footer-style .footer-nav-box a:hover,
.footer-logo:hover{
	opacity: .7;
}

.sai-text a:hover{
	text-decoration: underline;
}

.t-top-btn:hover{
	background-color: var(--primary-color);
}

.search-area + .column-area .l-sub-inner-t{
	padding-top:0.3125rem;
}



@media (max-width: 1199px){
	.l-cotainer{
		width: 100%;
		max-width: inherit;
		box-sizing: border-box;
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}

	header #header-inner{
		padding-bottom: 2.25rem;
	}

	.popular-box:nth-of-type(n+5){
		margin-top: 1rem;
	}
	.popular-box{
		width: calc(100% / 4 - 0.9375rem);
		margin-right: 1.25rem;
	}
	.popular-box .ph-area{
		width: 80px;
	}
	.popular-box .text-area{
		width: calc(100% - 80px);
	}
	.popular-box .area-name{
		font-size: 18px;
		padding-right: 0.75rem;
	}
	.sai-text{
		margin-top: 1.5rem;
	}

	.price-btn-style:not(:last-of-type){
		margin-right: 1.25rem;
	}

	.price-btn-style{
		width: calc(100% / 3 - 0.8333333rem);
	}

	#footer-style .footer-nav-box{
		padding: 0 2.625rem;
	}
	#r-top{
		right: 24px;
	}


}


@media (max-width: 1079px){
	.popular-box:nth-of-type(4n) {
		margin-right: auto;
	}
	.popular-box:nth-of-type(3n) {
		margin-right: 0;
	}
	.popular-box:nth-of-type(n+4) {
		margin-top: 1rem;
	}
	.popular-box {
		width: calc(100% / 3 - 0.83333rem);
  margin-right: 1.25rem;
	}


}



@media (max-width: 899px){
	.l-cotainer{
		padding-left:1rem;
		padding-right: 1rem;
	}

	.header-h{
		padding-top: 0.375rem;
  margin-bottom: 0.75rem;
	}
	header #header-inner{
		padding-bottom: 2rem;
	}

	.l-cotainer .top-h2{
		font-size: 22px;
	}

	.sai-text {
		margin-top: 1rem;
	}

	.popular-box {
		width: calc(100% / 3 - 0.6667rem);
		margin-right: 1rem;
	}
	.popular-box:nth-of-type(n+4){
		margin-top: 0.75rem;
	}
	.popular-box .text-area{
		padding: 0 0.75rem;
	}
	.search-area-box .search-area-item:not(:last-of-type){
		margin-bottom: 1rem;
	}

	.l-cotainer .top-h2{
		margin-bottom: 0.75rem;
	}
	.search-area-item ul {
		width: calc(100% - 112px);
	}

	.price-btn-style {
		width: calc(100% / 3 - 0.6666667rem);
	}
	.price-btn-style:not(:last-of-type) {
		margin-right: 1rem;
	}
	.price-btn-style .price-btn-main{
		font-size: 26px;
	}
	.price-btn-style .price-btn-sub{
		font-size: 18px;
	}

	.onakula-text-area h2{
		margin-top: 2rem;
		margin-bottom: 1.125rem;
	}
	.onakula-text-area h3{
		margin-top: 1.5rem;
	}
	.onakula-text-area h4{
		margin-top: 1.375rem;
	}

	#footer-style{
		margin-top: 4rem;
	}
	#footer-style .footer-bottom{
		margin-top: 1.5rem;
  margin-bottom: 2rem;
	}


}


@media (max-width: 768px){


}


@media (max-width: 650px){
	.popular-box:nth-of-type(3n) {
		margin-right: auto;
	}
	.popular-box:nth-of-type(2n) {
		margin-right: 0;
	}
	.popular-box:nth-of-type(n+4) {
		margin-top: auto;
	}
	.popular-box:nth-of-type(n+3) {
		margin-top: 0.625rem;
	}
	.popular-box {
		width: calc(100% / 2 - 0.3125rem);
		margin-right: 0.625rem;
	}
	.popular-box .ph-area{
		width: 54px;
		min-height: 46px;
	}
	.popular-box .text-area{
		width: calc(100% - 54px);
		padding: 0 0.375rem;
	}
	.popular-box .area-name,
	.popular-box .number{
		font-size: 16px;
	}
	.popular-box .area-name{
			padding-right: 0.35rem;
	}

	.sai-text{
		margin: 1.875rem 0 0.625rem 0;
	}
	.sai-text p{
		font-size: 13px;
		padding-left: 1.875rem;
	}
	.sai-text p span{
		padding-left: 0;
	}
	.sai-text p i{
		left: -1.875rem;
	}
	.sai-text br{
		display: block;
	}

	.column-area .column-item:not(:last-of-type) {
		margin-right: auto;
	}
	.column-area .column-item:nth-child(2n){
		margin-right: 0;
	}
	.column-area .column-item:nth-child(-n + 2){
		margin-top: 0;
	}
	.column-area .column-item {
		width: calc(100% / 2 - 0.4375rem);
		margin-top: 0.9375rem;
		margin-right: 0.875rem;
	}
	.column-area .column-time{
		font-size: 12px;
	}
	.column-area .column-item h3 a{
		font-size: 14px;
	}
	.column-area .category-box.shop-tag-wrap li a{
		font-size: 11px;
		border-radius:9px;
		padding: 0.125rem 0.625rem;
	}
	#footer-style .footer-nav-box{
		padding: 0;
	}





}




@media (max-width: 480px){
	.l-cotainer {
		padding-left: 0.625rem;
		padding-right: 0.625rem;
	}
	.l-sub-inner{
		padding-top: 1.25rem;
  padding-bottom: 1.25rem;
	}

	.l-cotainer .top-h2{
		font-size: 21px;
		margin-bottom: 0.875rem;
	}

	header .l-cotainer {
		padding-left: 0;
		padding-right: 0;
	}
	header #header-inner{
		padding-bottom: 0;
	}
	.header-h{
		padding: 0.125rem 0.625rem;
  margin-bottom: 0;
	}
	.header-h h1{
		font-size: 12px;
		text-align: center;
	}
	.heder-logo-area{
		width: 100%;
		background: #fff;
		display: flex;
  justify-content: center;
		padding: 0 0.625rem;
	}
	#header-box #logo{
		padding: 0.657rem 0;
	}
	#up-date{
		width: 100%;
		margin-left: inherit;
		justify-content: center;
		padding:0.625rem 0;
	}
	.up-date-wrap{
		align-items: center;
	}
	#up-date .update-icon{
		width: 24px;
		height: 24px;
		background-size: contain;
	}
	#up-date dl{
		display: flex;
		flex-wrap: wrap;
	}

	.popular-area{
		padding-top: 0.625rem;
	}

	.search-area .l-sub-inner{
		padding-bottom: 0.9375rem;
	}
	.search-area .l-cotainer{
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.search-area-box{
		width: 100%;
	}
	.search-area-box:last-of-type{
		margin:0.6875rem 0 0 0;
	}
	.search-area-box .search-area-item:not(:last-of-type){
		margin-bottom: 0.6875rem;
	}
	.search-area-item h3{
		display: block;
		width: 100%;
		margin-bottom: 0.3125rem;
	}
	.search-area-item ul{
		width: 100%;
	}

	.price-btn-style{
		width: 100%;
		padding: 1.25rem;
	}
	.price-btn-style:not(:last-of-type){
		margin: 0 0 0.625rem 0;
	}
	.price-btn-style .price-btn-main{
		font-size: 28px;
	}
	.price-btn-style:after {
		width: 38px;
		height: 6px;
	}

	.search-area + .column-area .l-sub-inner-t {
		padding-top: 1.0625rem;
}

	.onakula-text-area{
		display: none;
		margin-top: 2.25rem;
	}
	.onakula-text-area h2{
		font-size: 26px;
		margin-bottom: 1.25rem;
	}
	.onakula-text-area h3{
		font-size: 17px;
		margin-top: 1.25rem;
		margin-bottom: 0.875rem;
	}
	.onakula-text-area h4{
		font-size: 16px;
		margin-top: 1rem;
		margin-bottom: 0.75rem;
	}
	.onakula-text-area p{
		font-size: 15px;
	}

	#footer-style .f-bnav{
		background-image: none;
		padding-bottom: 0;
	}
	#footer-style .footer-nav-box{
		width: calc(100% + 4px);
		position: relative;
		left: -2px;
		margin-top: 1.5rem;
		padding:0;
		justify-content: center;
	}
	#footer-style .footer-nav-box li{
		padding: 0 0.75rem;
		margin: 0.375rem 0;
	}
	#footer-style .footer-bottom{
		margin-top: 2.25rem;
		margin-bottom: 1.5rem;
	}
	#footer-style .footer-logo{
		width: auto;
		margin-bottom: 2rem;
	}
	.footer-logo figure{
		justify-content: center;
	}

	#r-top {
		right: 10px;
		bottom: 72px;
		top: inherit;
	}

	.copyright{
		margin: 0 auto;
	}
	.copyright small{
		display: block;
		text-align: center;
	}
	.copyright small br{
		display: block;
	}



}



@media (max-width: 360px){
	.popular-box .ph-area{
		width: 50px;
	}
	.popular-box .text-area{
		width: calc(100% - 50px);
	}
	.popular-box .area-name, .popular-box .number{
		font-size: 15px;
	}



}




@media (max-width: 340px){
	.popular-box .ph-area{
		width: 48px;
	}
	.popular-box .text-area{
		width: calc(100% - 48px);
	}
	.popular-box .text-area{
		padding: 0 0.25rem;
	}
	.popular-box .area-name, .popular-box .number {
		font-size: 14px;
	}
	.popular-box .area-name {
		padding-right: 0.2rem;
	}

	.sai-text p{
		font-size: 12px;
	}
	.sai-text br{
		display: none;
	}


}
