@charset "UTF-8";
.kvContainer ul {
position: fixed;
right: 0;
bottom: 19%
}
.kvContainer ul li {
cursor: pointer;
width: 175px;
font-size: 16px;
padding: 10px 0;
/* cursor: pointer;
background: #06BF5A;
text-align: center;
width: 150px;
font-size: 16px;
padding: 10px 0;
margin-bottom: 20px */
}
.kvContainer ul li:hover {
opacity:0.8;
color: #fff;
/* background: #9FCC01 */
}
.kvContainer ul li a,
.kvContainer ul li a:hover {
color: #fff
}
.serviceWrapper h2 {
padding: 50px 0 50px;
margin: 0;
font-size: 50px;
line-height: 48px;
text-align: center;
letter-spacing: 3.75px;
color: black;
}
.serviceWrapper h2 span {
display: block;
margin-top: 10px;
font-size: 30px;
letter-spacing: 2.25px
}
.serviceContainerCenterImg img {
margin: 0 auto
}
.searchContainer {
padding: 50px;
padding-bottom: 100px;
background-color: #DEF6E0
}
.searchContainerCustom {
padding: 50px 180px;
}
.searchContainerCustom .title {
font-size: 25px;
text-align: center;
}
.searchSubmitArea {
display: block;
max-width: 577px;
margin: auto auto 40px auto;
}
.searchWrapper {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.searchWrapper .searchNearLocationBtn {
margin-bottom: 20px;
max-width: 180px;
height: 46px;
background: #9FCC01;
border: none;
color: #202124;
font-size: 16px;
padding: 15px 30px;
display: flex;
align-items: center;
cursor: pointer;
}
.searchWrapper .searchNearLocationBtn:hover {
background: #bde336;
}
.searchWrapper #searchNearLocationBtnBlock {
opacity: 0.6;
cursor: not-allowed;
display: none;
}
.searchSelect select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: #9FCC01;
border: none;
color: #202124;
font-size: 16px;
width: 100%;
height: 100%;
padding: 15px 20px 15px 30px
}
.searchSelect {
position: relative;
max-width: 180px;
height: 46px;
margin: 0 0 20px;
z-index: 1
}
.searchSelect::after {
content: '\003E';
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
color: #009944;
font-size: 16px;
font-weight: bold;
pointer-events: none;
z-index: 0
}
.searchSelect select::-ms-expand {
display: none
}
.searchText {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #9FCC01;
display: block;
width: 100%;
overflow: hidden
}
.searchText input[type="text"] {
border: none;
width: 100%;
padding: 10px 60px 10px 20px;
font-size: 16px;
background: #F8FBED
}
.searchText input[type="text"]:focus {
outline: 0
}
.searchText button[type="submit"] {
cursor: pointer;
border: none;
background: #9FCC01;
color: #fff;
position: absolute;
width: 47px;
height: 47px;
right: 0px;
top: 0px;
outline: none;
transition: all 0.3s ease;
}
.searchText button[type="submit"]:hover {
background: #bde336;
}
.searchcheckboxArea {
max-width: 791px;
height: 195px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
/* チェックボックス01 */
input[type=checkbox] {
display: none
}
.checkbox01 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
padding: 5px 30px;
position: relative;
font-size: 16px;
width: 33%;
}
.checkbox01::before {
background: #fff;
border: 2px solid #9FCC01;
content: '';
display: block;
height: 16px;
left: 5px;
margin-top: 8px;
position: absolute;
top: 5px;
width: 16px;
}
.checkbox01::after {
border-right: 2px solid #9FCC01;
border-bottom: 2px solid #9FCC01;
content: '';
display: block;
height: 9px;
left: 10px;
margin-top: 10px;
opacity: 0;
position: absolute;
top: 5px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 5px
}
input[type=checkbox]:checked + .checkbox01::after {
opacity: 1
}
.locationArea {
background: #f7fdf7;
padding: 40px 0
}
.locationButton {
max-width: 400px;
margin: 0 auto;
background: #009944;
text-align: center;
padding: 27px 0;
font-size: 25px;
cursor: pointer;
transition: all 0.3s ease;
}
.locationButton:hover {
background: #32ac68;
}
.locationButton a {
color: #fff
}
.locationButton svg {
vertical-align: sub;
margin-right: 10px
}


.searchResultArea {
max-width: 900px;
margin: 118px auto 0;
}
.searchResultMap #store-map-location {
display: none;
width: 100%;
height: 590px;
}
.searchResultMap #title-map-err {
text-align: center;
font-size: 16px;
white-space: pre-line;
}
.searchResultMap #reload-page-btn {
margin-bottom: 20px;
max-width: 190px;
height: 46px;
background: #9FCC01;
border: none;
color: #202124;
font-size: 16px;
padding: 15px 30px;
display: none;
align-items: center;
cursor: pointer;
margin: 50px auto 5px;
justify-content: center;
}
.searchResultMap #reload-page-btn:hover {
background: #bde336;
}
.searchResultList {
font-size: 20px;
padding-bottom: 20px;
text-align: right;
border-bottom: 1px solid #707070
}
.searchResultIconListItem > li {
border-bottom: 1px solid #707070;
}
.searchResultName {
display: inline-block;
font-size: 26px;
color: black;
border-bottom: 1px solid #707070;
}
.searchResultNameCustom {
margin: 60px 0 36px 0;
}
.searchResultName:hover {
color: #9FCC01;
border-color:#9FCC01;
}
.titleListSearchWrapper {
display: flex;
justify-content: space-between;
align-items: center;
margin: 60px 0 36px 0;
}
.titleListSearchWrapper .title {
display: flex;
align-items: center;
}
.titleListSearchWrapper .number {
background-image: url('/wp-content/uploads/marker_map_icon.png');
background-size: cover;
background-repeat: no-repeat;
background-position: center;
font-size: 16px;
width: 30px;
min-width: 30px;
height: 46px;
line-height: 30px;
margin-right: 20px;
text-align: center;
display: inline-block;
color: white;
}
.titleListSearchWrapper .distance {
font-size: 26px;
color: black;
}
.searchResultTableArea {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
width: 100%;
margin-bottom: 45px;
}
.searchResultTable {
width: 100%;
font-size: 16px
}
.searchResultTable th,
.searchResultTable td {
padding: 5px 0
}
.searchResultTable td {
width: 84%
}
.searchResultTable th {
text-align: left;
vertical-align: top;
font-weight: normal;
width: 16%
}
.searchResultIconTitle {
font-size: 18px;
margin-bottom: 30px
}
.searchResultIconList {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 92%;
margin: 0 auto 60px;
justify-content: start;
padding-bottom: 20px

}
.searchResultIconList li {
padding: 5px
}
.searchResultIconList li img {
margin: 0 auto
}
.memo {
margin-left: 40px;
margin-bottom: 50px;
}
.Memo {
width: 92%;
padding: 0px 36px;
position: relative;
top: -60px;
white-space: pre-wrap;
}
/*kt css*/
.searchResultCtr {
display: flex;
flex-direction: row;
justify-content: space-between;
}

.searchResultArea .btn-next, .searchResultArea .btn-previous {
text-align: right;
cursor: pointer;
}

.searchResultArea .btn-next:hover, .searchResultArea .btn-previous:hover {
color: #9FCC01;
}

/*shop next btn*/
.btn-next {
text-align: right;
}

.btn-next a {
font-size: 16px;
text-decoration: unset;
color: #202124;
}

.btn-next a::after {
display: inline-block;
content: "";
width: 15px;
height: 15px;
background: url("/wp-content/uploads/2021/12/arrow-a.svg") no-repeat 0 0;
margin-right: 10px;
background-size: 15px 15px;
}

/*shop prev btn*/
.btn-previous {
text-align: left;
}

.btn-previous a {
font-size: 16px;
text-decoration: unset;
color: #202124;
}

.btn-previous a::before {
display: inline-block;
content: "";
width: 15px;
height: 15px;
background: url("/wp-content/uploads/2021/12/arrow-a.svg") no-repeat 0 0;
margin-right: 10px;
background-size: 15px 15px;
transform:scaleX(-1);
}

.searchResultTableArea p {
white-space: pre-wrap;
overflow-wrap: break-word;
}
.searchResultAreaNone {
display: none;
padding-bottom: 90px;
background-color: #f7fdf7;
}

.searchResultAreaNone p {
font-size: 20px;
}

.searchResultIconTitle {
margin-bottom: 18px;
}

.searchResultTitleWrap::after {
content: "";
display: block;
height: 0;
clear: both;
}

.searchResultTitleWrap .searchResultTitle {
float: left;
}

.searchResultTitleWrap .searchResultURL {
float: right;;
}

.searchResultURL a {
display: inline-block;
background: #06BF5A;
color: #fff;
text-align: center;
font-size: 16px;
line-height: 1.2;
padding: 10px 20px;
}

.searchResultURL a:hover {
color: #fff;
background: #9FCC01
}

.lds-ripple-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(0,0,0,0.5);
width: 100%;
height: 100%;
}

.lds-ripple {
position: absolute;
width: 80px;
height: 80px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.lds-ripple div {
position: absolute;
border: 4px solid #fff;
opacity: 1;
border-radius: 50%;
animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
animation-delay: -0.5s;
}

@keyframes lds-ripple {
0% {
top: 36px;
left: 36px;
width: 0;
height: 0;
opacity: 0;
}
4.9% {
top: 36px;
left: 36px;
width: 0;
height: 0;
opacity: 0;
}
5% {
top: 36px;
left: 36px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 0px;
left: 0px;
width: 72px;
height: 72px;
opacity: 0;
}
}

/*.searchResultURL a span::before {
content:"\A";
white-space: pre;
}*/

/* SP　*/
@media screen and (max-width: 768px) {
.kvContainer ul {
display: none
}
.serviceWrapper h2 {
padding-block: 50px 30px;
font-size: 28px;
line-height: 1;
text-align: center;
letter-spacing: 0
}
.serviceWrapper h2 span {
display: block;
margin-top: 10px;
font-size: 17px;
letter-spacing: 0
}
.serviceContainerCenterImg img {
margin: 0 auto
}
.searchContainer {
padding: 40px 20px;
height: auto;
background-color: #DEF6E0;
}
.searchContainer .heading-3 {
display: none;
}
.searchSubmitArea {
width: 100%;
max-width: 577px;
margin: 0 auto 36px
}
.searchWrapper .searchNearLocationBtn {
width: 100%;
max-width: 100%;
}
.searchResultMap #reload-page-btn {
width: 100%;
max-width: 100%;
}
.searchSelect select {
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
background: #9FCC01;
border: none;
color: #202124;
font-size: 16px;
width: 100%;
height: 100%;
padding: 15px 20px 15px 30px
}
.searchSelect {
position: relative;
width: 100%;
max-width: 100%;
margin: 0 0 20px;
z-index: 1
}
.searchSelect::after {
content: '\003E';
position: absolute;
top: 50%;
right: 10px;
-webkit-transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
transform: translate(-50%, -50%) rotate(90deg) scaleY(1.75);
color: #009944;
font-size: 16px;
font-weight: bold;
pointer-events: none;
z-index: 0
}
.searchSelect select::-ms-expand {
display: none
}
.searchText {
position: relative;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 2px solid #9FCC01;
display: block;
width: 100%;
overflow: hidden
}
.searchText input[type="text"] {
border: none;
width: 100%;
padding: 10px 60px 10px 15px;
font-size: 16px;
background: #F8FBED
}
.searchText input[type="text"]:focus {
outline: 0
}
.searchText button[type="submit"] {
cursor: pointer;
border: none;
background: #9FCC01;
color: #fff;
position: absolute;
width: 47px;
height: 47px;
right: 0px;
top: 0px;
outline: none
}
.searchText button[type="submit"] svg {
position: relative;
top: -3px;
}
.searchcheckboxArea {
width: 100%;
height: auto;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between
}
/* チェックボックス01 */
input[type=checkbox] {
display: none
}

.checkbox01 {
-webkit-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
display: inline-block;
padding: 5px 20px 5px 30px;
position: relative;
width: 50%;
font-size: 13px;
}

.checkbox01::before {
background: #fff;
border: 2px solid #9FCC01;
content: '';
display: inline-block;
height: 16px;
position: absolute;
margin-top: 5px;
width: 16px;
}

.checkbox01:after {
border-right: 3px solid #9FCC01;
border-bottom: 3px solid #9FCC01;
content: '';
display: block;
height: 9px;
left: 11px;
margin-top: 11px;
opacity: 0;
position: absolute;
top: 2px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
width: 5px;
}

input[type=checkbox]:checked + .checkbox01::after {
opacity: 1
}
.locationArea {
background: #f7fdf7;
padding: 40px 0
}
.locationButton {
max-width: 92.3%;
margin: 0 auto;
background: #009944;
text-align: center;
padding: 27px 0;
font-size: 25px
}
.searchResultArea {
max-width: 92.6%;
margin: 45px auto 0
}
.searchResultList {
font-size: 18px;
padding-bottom: 15px;
text-align: right;
border-bottom: 1px solid #707070
}
.searchResultIconListItem > li {
border-bottom: 1px solid #707070;
/*margin-bottom: 45px;*/
}
.searchResultName {
display: inline-block;
font-size: 20px;
border-bottom: 1px solid #707070;
}
.searchResultNameCustom {
margin: 41px 0 30px;
}
.titleListSearchWrapper {
margin: 41px 0 30px;
}
.titleListSearchWrapper .number {
margin-right: 5px;
}
.titleListSearchWrapper .distance {
font-size: 20px;
}
.searchResultTableArea {
display: block;
width: 100%;
margin-bottom: 0
}
.searchResultTable {
width: 100%;
font-size: 16px
}
.searchResultTable th,
.searchResultTable td {
padding: 0
}
.searchResultTable td {
width: 100%;
display: block;
padding-bottom: 30px
}
.searchResultTable th {
text-align: left;
font-weight: normal;
width: 100%;
display: block
}
.searchResultIconTitle {
font-size: 18px;
margin-bottom: 15px
}
.searchResultIconList {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
margin: 0 auto 45px;
justify-content: start;
margin-bottom: 80px;
}
.searchResultIconList li {
width: 33.3%;
padding: 5px
}
.searchResultIconList li img {
margin: 0 auto
}
.Memo {
    width: 100%;
    padding: 0px 10px;
    margin-top: -25px;
}
.memo {
margin-left: 0px;
margin-bottom: 40px;
	}
.dummy-row {
display: none;
}

.searchResultIconTitle {
margin-bottom: 10px;
}

.searchResultTitleWrap .searchResultTitle {
float: none;
}

.searchResultTitleWrap .searchResultURL {
float: none;;
}
}

/* SP　*/
@media screen and (max-width: 480px) {
.searchResultURL a {
display: inline-block;
width: 100%;
}
}


/*fix UI*/
.kvContainer {
z-index: 2;
}

.label-group-custom {
margin-bottom: 12px;
background: #fff04e;
border-radius: 50%;
width: 20px;
height: 20px;
line-height: 20px;
display: flex;
justify-content: center;
align-items: center;
}