@charset "utf-8";
/* ====================================
  fileName：search.css
  fileDate：2026/08/10
  石川県板金工業組合
==================================== */


/* SEARCH MAP
------------------------------------------------------------*/

.searchtopbox {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: nowwrap;
	row-gap: 20px;
	width: 100%;
	margin: 0;
	padding: 0 0 60px;
}
.searchtopbox .sch_maparea {
	width: 50%;
}
#areamapbox {
	width: 100%;
	height:auto;
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position:relative;
	text-align: center;
	background: url(../../common/img/search/imgmap-basis.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
}
#areamapbox img {
	width: 100%;
	height: auto;
}
.searchtopbox .sch_ctgarea {
	width: 42%;
	text-align: left;
}
.searchtopbox .sch_ctgarea .ctgarea_box {
	padding: 30px 30px;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 2px #ccc;
	background-color: #f1faf5;
		-moz-border-radius: 16px;
		-webkit-border-radius: 16px;
	border-radius: 16px;
}
.ctgarea_box h3 {
	margin: 0 0 20px;
	padding: 0 0 10px;
	font-size: 1.2em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #56742e;
	font-weight: 600;
	border-bottom: solid 1px #56742e;
}
.schctg_block ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin: 0 0 30px;
	gap: 10px 10px;
}
.schctg_block ul li {
	position: relative;
	display: inline-block;
	cursor: pointer;
	text-align: center;
}
.schctg_block ul li a {
	display: block;
	padding: 0.4rem 1.0rem 0.5rem;
	font-size: 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #56742e;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 36px;
	line-height: 1.5;
}
.schctg_block ul li a:hover {
	color: #fff;
	background-color: #56742e;
	border: 1px solid #56742e;
}

.schctg_block input[type="text"],
.kwinput {
	min-width: 200px;
	height: 2.8em;
	margin: 0 10px 10px 0;
	padding: .4em .8em;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	color: #333;
	font-size: 1.1em;
}

.kwsubmit {
	display: inline-block;
	margin: 0px;
	padding: .5em 2.8em;
	font-family: 'Noto Sans JP', sans-serif; !important;
	font-size: 17px !important;
	color: #fff !important;
	line-height: 1.4;
	font-weight: 500 !important;
	border-radius: 8px;
	background: #38742e;
	border: none;
	cursor: pointer;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.kwsubmit:hover {
	color: #fff;
	background: #555;
}


/* SEARCH RESULT
------------------------------------------------------------*/

.searchmsg {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: nowwrap;
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 6px;
	font-size: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #111;
	font-weight: 500;
	border-bottom: solid 3px #e4f3ea;
}
.searchmsg  div.shword {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 0.3rem 1.0rem 0.4rem;
	font-size: 1.0em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	font-weight: 500;
	background-color: #111;
	border-radius: 8px;
	line-height: 1.5;
}
.searchmsg span {
	padding: 0 6px;
	font-size: 1.3em;
	color: #ff0000;
	font-weight: 500;
	line-height: 1.0;
}
.searchareabox {
	position: relative;
	margin: 0 0 2em;
	padding: 1em;
	border: solid 2px #ccc;
	border-radius: 16px;
	background-color: #f1faf5;
}
.searchareabox .searcharea-title {
	position: absolute;
	display: inline-block;
	top: -10px;
	left: 10px;
	font-family:Quicksand,sans-serif;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	color: #111;
	font-weight: bold;
}
.searchareabox .schctg_block {
	margin: 0;
	padding: 0;
}
.searchareabox .schctg_block ul {
	margin: 0;
}
.schctg_block ul li.schact a,
.schctg_block ul li.schact a:hover {
	color: #fff;
	background-color: #56742e;
	border: 1px solid #56742e;
}

.shoplistitem {
	padding: 30px 0;
	border-top: 6px dotted rgb(135, 175, 82);
}
.shoplistitem:first-child {
	padding: 50px 0 30px;
	border-top: none
}
.listspnamebox {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	box-sizing: border-box;
	gap: 1em;
}
.listspname {
	font-size:1.6em;
	font-weight: 500;
	color: #38742e;
}
.listsptel {
	font-size:1.5em;
	font-weight: 500;
	color: #111;
	letter-spacing: 0.04em;
}
.listsptel i {
	padding: 0 9px 0 0;
	font-size: 1.4em;
	color: #38742e !important;
	transform: rotate(-30deg);
}
.listspcomm {
	width: 99%;
	margin: 10px auto 15px;
	padding: 8px 20px 10px;
	font-size: 1.0em;
	color: #111;
	background-color: #efefef;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	border-radius: 6px;
}
.listspdatabox {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px;
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: nowrap;
	box-sizing: border-box;
	gap: 1.8em;
}
.listspdleft {
	width: 22%;
}
.listspdright {
}
.listspdsvc {
	flex: 1;
}
.listspdadd {
	flex: 1;
}
.listspdleft .listspimg img {
	width: 96%;
	height: auto;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	box-shadow: 10px 10px 0px 0 rgb(135, 175, 82);
}
ul.pkupsvclist {
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
ul.pkupsvclist li {
	width: 23%;
	margin: 0 1% 1.2%;
	padding: 0;
	list-style-type: none;
}
.pksvicon {
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 1px;
	border: solid 1px #ccc;
	text-align: center;
}
.pksvicon img {
	margin: 4px auto 4px;
	width: 40px;
	height: 40px;
}
.listicadd,
.listictel {
	padding: 2px 0 12px 24px;
	line-height: 1.2em;
	font-size: 1.0em;
	color: #111;
	margin-left: 1.4em;
	text-indent: -1.2em;
}
.listicadd p,
.listictel p {
	display: inline;
}
.listicadd i {
	padding: 0 12px 0 3px;
	font-size: 20px;
	color: #38742e !important;
	vertical-align: -0.1em !important;
}
.listictel i {
	padding: 0 9px 0 0;
	font-size: 20px;
	color: #38742e !important;
	vertical-align: -0.1em !important;
}

.hpbtnbox {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 20px 0 0;
}
.button-icon-arrow:hover {
	color: #fff;
	background: #666;
}
.button-icon-arrow {
	display: flex;
	box-sizing: border-box;
	gap: 8px;
	align-items: center;
	width: 100%;
	max-width: 260px;
	height: 48px;
	padding: 6px 8px 8px 32px;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #38742e;
	border-radius: 32px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button-icon-arrow .label {
	flex-shrink: 1;
	width: 100%;
}
.icon-wrap {
	display: flex;
	flex-shrink: 1;
	align-items: center;
	justify-content: center;
	width: 32px;
	aspect-ratio: 1;
	overflow: hidden;
}
.icon-wrap i {
	padding: 0 9px 0 0;
	font-size: 1.3em;
	color: #fff !important;
	vertical-align: -0.1em !important;
}


.sch_items {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 5px 0;
	overflow: hidden;
	text-decoration: none;
}
.sch_itembox div {
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sch_itembox a:nth-child(even) {
	background: #f3f3f3;
}
.sch_itembox a:hover,
.sch_itembox a:hover:nth-child(even) {
	background: #eff8f3;
}

.splistname {
	flex: 1;
	order: 1;
	font-size: 1.1em;
	font-weight: 400;
	color: #000;
}
a .splistname {
	color: #56742e !important;
	text-decoration: none;
}
.splistadd {
	flex: 1;
	order: 2;
	font-size: 0.94em;
	font-weight: 400;
	color: #000;
}
.splisttel {
	order: 3;
	width: 160px;
	font-size: 1.2em;
	font-weight: 400;
	color: #000;
	text-align: right;
	line-height: 1.0em;
}
.splisttel span {
	display: inline-block;
	margin: 4px 8px 0 0;
}
.splisttel span img {
	width: 18px;
	height: auto;
}


@media only screen and (max-width: 1024px){
/* ------------------------------------------------------------------------------------------------------------------------ */


}


@media only screen and (max-width: 850px){
/* ------------------------------------------------------------------------------------------------------------------------ */


/* SEARCH MAP
------------------------------------------------------------*/

.searchtopbox {
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 20px;
	width: 100%;
	margin: 0;
	padding: 0 0 60px;
}
.searchtopbox .sch_maparea {
	width: 100%;
}
#areamapbox {
	width: 60%;
	height:auto;
	margin: 0 auto;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position:relative;
	text-align: center;
	background: url(../../common/img/search/imgmap-basis.png) no-repeat;
	background-size: auto;
	background-size: 100% 100%;
}
#areamapbox img {
	width: 100%;
	height: auto;
}
.searchtopbox .sch_ctgarea {
	width: 100%;
	text-align: left;
}


/* SEARCH RESULT

------------------------------------------------------------*/

.listspcomm {
	padding: 12px 10px 10px;
	font-size: 0.9em;
	color: #111;
}


.listspdatabox {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px;
	display: flex;
	align-items: start;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	gap: 1.8em;
}
.listspdleft {
	width: 180px;
}
.listspdsvc {
	flex: 1;
	width: 100%;
}
ul.pkupsvclist {
	width: 100%;
	margin: 0;
	padding: 0 0 0 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
ul.pkupsvclist li {
	width: auto;
	margin: 0 1% 1.2%;
	padding: 0;
	list-style-type: none;
}
.pksvicon {
	min-width: 90px;
}
.listspdadd {
	flex: initial;
	width: 100%;
}
.listicadd,
.listictel {
	padding: 2px 0 12px 24px;
	line-height: 1.2em;
	font-size: 1.0em;
	color: #111;
	margin-left: 1.4em;
	text-indent: -1.2em;
}

}

/* --------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 640px){


ul.pkupsvclist li {
	width: auto;
	margin: 0 0.6% 1.0%;
	padding: 0;
	list-style-type: none;
}
.pksvicon {
	min-width: 70px;
}

/* SEARCH RESULT
------------------------------------------------------------*/

.searchmsg {
	display: flex;
	align-items: center;
	justify-content: start;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 0 10px;
	padding: 0 0 6px;
	font-size: 1.1em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #111;
	font-weight: 500;
	border-bottom: solid 3px #e4f3ea;
}
.searchmsg div.shword {
	display: block;
}
.searchmsg div.hitmsg {
	display: block;
	width: 98%;
	margin: 0 auto;
	padding: 6px 0 0;
}
.searchmsg span {
	padding: 0 6px;
	font-size: 1.3em;
	color: #ff0000;
	font-weight: 500;
	line-height: 1.0;
}

.resultlistbox {
	margin-bottom: 30px;
}

.sch_items {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.splistname {
	flex:initial;
	order: 0;
}
a .splistname {
	color: #56742e !important;
	text-decoration: none;
}
.splistadd {
	flex:initial;
	order: 0;
	width: 100%;
	padding: 0 6px;
}
.splisttel {
	flex:initial;
	order: 0;
	padding: 2px;
	text-align: right;
	line-height: 1.0em;
}
.splisttel span {
	display: inline-block;
	margin: 6px 4px 0;
}
.splisttel span img {
	width: 18px;
	height: auto;
}



}

@media only screen and (max-width: 520px){

/* --------------------------------------------------------------------------------------------------*/

.shoplistitem {
	padding: 40px 0 30px;
}
.listspdatabox {
	margin: 0 auto;
	padding: 0 0 10px;
	display: block;
}
.listspdleft,
.listspdsvc,
.listspdadd {
	width: 100%;
}
.listspdleft .listspimg {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 30px;
}
.listspdsvc ul.pkupsvclist {
	padding-bottom: 20px;
}
.pksvicon {
	display: block;
	width: 100%;
	height: auto;
	padding: 5px 1px;
	border: solid 1px #ccc;
	text-align: center;
}
.pksvicon img {
	margin: 4px auto 4px;
	width: 40px;
	height: 40px;
}
.listicadd,
.listictel {
	padding: 2px 0 12px 24px;
	line-height: 1.2em;
	font-size: 1.0em;
	color: #111;
	margin-left: 1.4em;
	text-indent: -1.2em;
}
.listicadd p,
.listictel p {
	display: inline;
}
.listicadd i {
	padding: 0 12px 0 3px;
	font-size: 20px;
	color: #38742e !important;
	vertical-align: -0.1em !important;
}
.listictel i {
	padding: 0 9px 0 0;
	font-size: 20px;
	color: #38742e !important;
	vertical-align: -0.1em !important;
}

.hpbtnbox {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	padding: 20px 0 0;
}
.button-icon-arrow:hover {
	color: #fff;
	background: #666;
}
.button-icon-arrow {
	display: flex;
	box-sizing: border-box;
	gap: 8px;
	align-items: center;
	width: 100%;
	max-width: 260px;
	height: 48px;
	padding: 6px 8px 8px 32px;
	font-size: 1.1em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #38742e;
	border-radius: 32px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.button-icon-arrow .label {
	flex-shrink: 1;
	width: 100%;
}
.icon-wrap {
	display: flex;
	flex-shrink: 1;
	align-items: center;
	justify-content: center;
	width: 32px;
	aspect-ratio: 1;
	overflow: hidden;
}
.icon-wrap i {
	padding: 0 9px 0 0;
	font-size: 1.3em;
	color: #fff !important;
	vertical-align: -0.1em !important;
}





}


@media only screen and (max-width: 480px){


/* SEARCH MAP
------------------------------------------------------------*/

#areamapbox {
	width: 100%;
	height:auto;
	margin: 0 auto;
}
.ctgarea_box .schctg_block ul {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	margin: 0 0 30px;
	gap: 6px 6px;
}
.ctgarea_box .schctg_block ul li a {
	display: block;
	padding: 0.2rem 0.6rem 0.3rem;
	font-size: 0.9em;
	font-family: 'Noto Sans JP', sans-serif;
	color: #56742e;
	font-weight: 500;
	background-color: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 36px;
	line-height: 1.5;
}
.ctgarea_box .schctg_block ul li a:hover {
	color: #fff;
	background-color: #56742e;
	border: 1px solid #56742e;
}
.schctg_block input[type="text"],
.kwinput {
	width: 100%;
	min-width: 120px;
	height: 2.8em;
	margin: 0 10px 10px 0;
	padding: .4em .8em;
	border: 1px solid #d0d0d0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	background-color: #fff;
	color: #333;
	font-size: 1.1em;
}



}

/* --------------------------------------------------------------------------------------------------*/

@media only screen and (max-width: 420px){


.sch_items {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow: hidden;
}
.splistname {
	flex:initial;
	order: 0;
}
a .splistname {
	order: 1;
	color: #56742e !important;
	text-decoration: none;
}
.splistadd {
	order: 2;
	width: 100%;
	padding: 0 6px;
}
.splisttel {
	order: 3;
	width: 100%;
	padding: 2px;
	text-align: right;
	line-height: 1.0em;
}
.splisttel span {
	display: inline-block;
	margin: 6px 4px 0;
}
.splisttel span img {
	width: 18px;
	height: auto;
}


}