@charset "utf-8"; 


img {
	max-width: 100%;
}
/*

CATEGORY | STORE


=========================================================
PAGE TITLE
-------------------------------------------------------*/

.contentsTop{
	padding-top: 90px;
}
.contentsTop .pageTTL {
	margin: 0 0 20px;
	font-size: 1.6rem;
	line-height: 1.6em;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
}
.contentsTop .textC {
	text-align: center;
}
@media only screen and (min-width: 960px) {
	.contentsTop{
		padding-top: 140px;
	}
	.contentsTop .pageTTL {
		font-size: 2rem;
		margin: 0 0 10px;
	}
}

/*=======================================================
LIST | STORE
---------------------------------------------------------

/* -------------------------------------------------
  netArea
------------------------------------------------- */
/*-------------------------------
	Display：common
-------------------------------*/
#netArea {
	padding:45px 0;
	display:none;
}
#netArea > .box{
	width:90%;
	max-width:680px;
	margin:0 auto;
	padding:20px;
	font-size:1.6rem;
	font-weight:700px;
	text-align:center;
	border-radius:10px;
	background:#FFF1EB;
}

/*----------------
Result Empty
----------------*/
.resultEmpty{
	margin: 20px;
	padding: 40px 0;
	text-align: center;
	background: #FFF;
}

@media print, screen and (min-width: 768px){

	.resultEmpty{
		padding: 100px 0;
	}
}

/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){

	#netArea > .box{
		width:100%;
		padding:20px;
		font-size:1.8rem;
	}

}

/* -------------------------------------------------
  storeArea
------------------------------------------------- */
/*-------------------------------
	Display：common
-------------------------------*/
#storeArea {
	margin-top:35px;
	padding:35px 0 20px;
	border-top:3px solid #f27b4d;
}
#storeArea .leadTxt {
	padding:0 25px;
	text-align:left;
}

#storeArea .outBox {
	width:100%;
	max-width:1000px;
	margin:0 auto ;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#storeArea .outBox .mainBox{
	width:100%;
}
#storeArea .outBox .subBox{
	display:none;
}
#storeArea .outBox .subBox .area_ttl{
	padding:15px 20px;
	font-size:1.2rem;
	font-weight:700;
	letter-spacing:0.2em;
	text-align:center;
	border:1px solid #F0E6E1;
	border-bottom:0;
	border-radius:10px 10px 0 0;
	background:#ffffff;
}


/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){

	#storeArea .leadTxt {
		text-align:center;
	}
	#storeArea {
		padding:45px 20px 20px;
	}
	#storeArea .outBox .subBox{
		width:22.5%;
		display:block;
	}
	#storeArea .outBox .mainBox{
		width:72.5%;
	}

}



/*---------------------------------
areaSelect
---------------------------------*/
#storeArea .outBox .subBox #areaSelect {
	border:1px solid #F0E6E1;
	border-radius:0 0 10px 10px;
	background:#ffffff;
}
#storeArea .outBox .subBox #areaSelect li {
	border-bottom:1px solid #F0E6E1;
}
#storeArea .outBox .subBox #areaSelect li a{
	display:block;
	padding:15px 20px;
	background-image:url(/noridoki/common/img/icon/right-arrow_org.svg);
	background-repeat:no-repeat;
	background-position:right 15px center;
	color:#0A0E1F;
	text-decoration:none;
	background-size:8px auto;
	transition: background .4s;
	position:relative;
}
#storeArea .outBox .subBox #areaSelect li a:hover {
	padding:15px 20px;
	background-position:right 10px center;
	background-color:#FFF1EB;
}
#storeArea .outBox .subBox #areaSelect li.current a {
	color:#ffffff;
	background-color:#DB576C;
}
#storeArea .outBox .subBox #areaSelect li.current a::after{
	content: '';
	display:block;
	width:2px;
	height:12px;
	margin:auto;
	border-top:6px solid transparent;
	border-bottom:6px solid transparent;
	border-right:6px solid #ffffff;
	position:absolute;
	top:0;
	bottom:0;
	right:-1px;
	transition:all 0.5s ease;
}

#storeArea .outBox .subBox #areaSelect li:last-child{
	border-bottom:none;
	border-radius:0 0 10px 10px;
}


/*---------------------------------
prefSelect
---------------------------------*/
#storeArea .outBox .subBox #prefSelect {
	margin-top:20px;
	padding:20px;
	border-radius:10px;
	background:#FFF1EB;
}
#storeArea .outBox .subBox #prefSelect .ttl{
	text-align:center;
	font-size: 18px;
	font-weight: normal;
	padding: 0;
}
#storeArea .outBox .subBox #prefSelect .ttl em{
	font-weight:700;
	font-style: normal;
}

select.select::-ms-expand {
	display: none;
}
select.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	margin:10px 0 0;
	padding: 15px 30px 15px 15px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	background-image: url(../img/icon_arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right 10px center;
	background-color: #ffffff;
}


/*---------------------------------
searchSelect
---------------------------------*/
#storeArea .outBox .subBox #searchSelect {
	margin-top:20px;
	padding:20px;
	border-radius:10px;
	background:#FFF1EB;
}
#storeArea .outBox .subBox #searchSelect .ttl{
	text-align:center;
}
#storeArea .outBox .subBox #searchSelect .ttl em{
	font-weight:700;
}
#storeArea form {
	margin-top:10px;
	overflow:hidden;
}
#storeArea input {
	width:70%;
	padding: 5px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	float:left;
	background: #fff;
}
#storeArea button {
	width:25%;
	float:right;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	background-color: #eeecec;
	padding: 5px;
	font-size: 12px;
}




/*---------------------------------
prefNav
---------------------------------*/

#storeArea .outBox .mainBox .prefName{
	padding:0 0 25px;
	font-size:1.2rem;
	font-weight:bold;
	text-align:center;
}
#storeArea .outBox .mainBox #prefTab{
	display:none;
	padding:0 0 30px;
	text-align:center;
}
#storeArea .outBox .mainBox .prefNav{
	display:none;
	text-align:center;
}
#storeArea .outBox .mainBox .prefNav.ac{
	display:block;
}
#storeArea .outBox .mainBox .prefNav li{
	display:inline-block;
	border-left:1px solid #F0E6E1;
}
#storeArea .outBox .mainBox .prefNav li:first-child{
	border-left:none;
}
#storeArea .outBox .mainBox .prefNav li.current a{
	color:#F47B45;
}
#storeArea .outBox .mainBox .prefNav li a{
	display:block;
	padding:2px 0.75em;
	font-size:1.6rem;
	line-height:1.2em;
	font-weight:700;
	color:#0A0E1F;
	text-decoration:none;
}
#storeArea .outBox .mainBox .prefNav li a:hover{
	color:#F47B45;
}

/*-------------------------------
	Display：←767px
-------------------------------*/
@media screen and (max-width: 767px){

}

/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){

	#storeArea .outBox .mainBox #prefTab{
		display:block;
	}
	#storeArea .outBox .mainBox .prefName{
		padding:30px 0 40px;
		font-size:1.8rem;
	}

}

/*---------------------------------
selectBoxSP
---------------------------------*/
#storeArea .outBox .mainBox #selectBoxSP {
	margin:0 0 30px;
	background:#FFF1EB;
}
#storeArea .outBox .mainBox #selectBoxSP .inner {
	width:100%;
	padding:20px 15px;
	text-align:center;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#storeArea .outBox .mainBox #selectBoxSP .inner div{
	width:48%;
}
#storeArea .outBox .mainBox #selectBoxSP .inner div .ttl{
	font-size:1rem;
	text-align:center;
	font-weight: normal;
	padding: 0;
}
#storeArea .outBox .mainBox #selectBoxSP .inner div .ttl em{
	font-weight:700;
	font-style: normal;
}

#storeArea .outBox .mainBox #selectBoxSP .inner div select.select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:100%;
	height:42px;
	margin:10px 0 0;
	padding: 10px 30px 10px 10px;
	font-size: 93%;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	background-image: url(../img/icon_arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right 10px center;
	background-color: #ffffff;
}

#storeArea .outBox .mainBox #selectBoxSP .inner .searchBox {
	overflow:hidden;
}
#storeArea .outBox .mainBox #selectBoxSP .inner .searchBox input {
	width:65%;
	height:42px;
	float:left;
}
#storeArea .outBox .mainBox #selectBoxSP .inner .searchBox button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width:30%;
	height:42px;
	font-size: 1rem;
	line-height: 1.1em;
	border-radius: 5px;
	border: 1px solid #DEDEDE;
	float:right;
	background-color: #eeecec;
}

/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){

	#storeArea .outBox .mainBox #selectBoxSP {
		display:none;
	}

}


/*---------------------------------
LIST
---------------------------------*/

.list-store > li {
	padding:20px 20px;
	border-bottom:1px solid #c7c6c3;
	position:relative;
}
.list-store > :first-child {
	border-top:1px solid #c7c6c3;
}

.list-store > li figure{
	width:100px;
	border-radius:10px;
	float: left;
	clear: left;
}
.list-store > figure img{
	width:100%;
	border-radius:10px;
}
.list-store .data{
	padding-left:120px;
}
.list-store .data .shopName{
	font-size:1.2rem;
	font-weight:700;
}
.list-store .data ul{
	margin-top:10px;
}
.list-store .data ul li {
	padding:0 0 5px 25px;
	font-size:0.8rem;
}
.list-store .data ul li.pref {
	background:url(../img/icon_add.svg) no-repeat 2px 3px;
	background-size:14px auto;
}
.list-store .data ul li.open {
	background:url(../img/icon_time.svg) no-repeat 0px 3px;
	background-size:18px auto;
}
.list-store .data ul li.tel {
	background:url(../img/icon_phone.svg) no-repeat 0px 3px;
	background-size:18px auto;
}
.list-store .btnTel {
	width:110px;
	height:38px;
	position:absolute;
	left:0;
	top:105px;
}
.list-store .btnTel a {
	display:block;
	width:110px;
	height:38px;
	padding-left:36px;
	font-size:14px;
	line-height:38px;
	letter-spacing:0;
	text-decoration:none;
	font-weight:700px;
	border-radius:0 38px 38px 0;
	background:url(../img/icon_phone.svg) no-repeat 10px 50% #FFF1EB;
	background-size:22px auto;
	position:absolute;
	left:0;
	top:0;
	color: #DB576C;
}

/*-------------------------------
	Display：←767px
-------------------------------*/
@media screen and (max-width: 767px){

	.list-store > li {
		padding-bottom:50px;
	}
	.list-store .data ul li.tel {
		display:none;
	}

}

/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){

	.list-store > li {
		padding:20px 25px;
	}
	.list-store > li figure{
		width:150px;
	}
	.list-store .btnTel a {
		display:none;
	}
	.list-store .data{
		padding-left:175px;
	}
	.list-store .data .shopName{
		font-size:1.4rem;
	}
	.list-store .data ul li {
		padding:0 0 10px 25px;
		font-size:0.9rem;
	}
}


/* -------------------------------------------------
  .box-radius
------------------------------------------------- */

.box-radius {
	width:90%;
	margin:0 auto 45px;
	background:#FFF1EB;
	border-radius:10px;
	position:relative;
}
.box-radius .inner{
	padding:30px 15px 15px;
}

/*-------------------------------
	Display：768px →
-------------------------------*/
@media print, screen and (min-width: 768px){

	.box-radius {
		width:95%;
		max-width:1000px;
		margin:0 auto;
	}
	.box-radius .inner{
		padding:50px 25px 25px;
	}
}

/* -------------------------------------------------
都道府県リスト
------------------------------------------------- */
.prefList{
	text-align: center;
	margin-bottom: 20px;
}

.prefList li{
	display: inline-block;
}

.prefList li a{
	padding: 10px;
	color: #DB576C;
	text-decoration: underline;
}

.prefList li.prefActive a{
	color: black;
	text-decoration: none;
	cursor: none;
	pointer-events: none;
}
