@charset "UTF-8";

/** 店舗検索 **/
#notFoundWrapper h4{
	text-align: center;
    margin: 3rem;
    font-weight: normal;
}
.backList{
margin: 1rem;
    background: #1f1e1c;
    padding: 12px;
    font-size: 17px;
    color: #FFF;
    text-align: center;
    border-radius: 3px;
}
#shop form{
	margin: 0;
}
#searchBox {
    box-sizing: border-box;
    background-color: #ededed;
    margin: 1rem 0;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
    border-radius: 8px;
    position: relative;
}
#under .wpContent #searchBox h3{
    border-bottom: none;
    border-left: none;
    padding-left: 0;
    text-align: center;
}
#shop #serchConditions{
    border-radius: 10px;
    text-align: center;
}
#shop #serchConditions li {
    width: 100%;
    flex: 1;
    margin: 0 4px;
    padding: 0;
}
#searchBox ul {
    margin: 0.3rem;
	display: flex;
    flex-wrap: wrap;
}
#shop #serchConditions li input[type="submit"]{
    background: #1f1e1d;
    color: #FFF;
    margin: 0.3rem auto;
    display: block;
    width: 100%;
    padding: 0.6rem;
    box-sizing: border-box;
    border-radius: 6px;
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
    border: none;
}
#shop #serchConditions li input[type="submit"]:hover{
  opacity: 0.6;
}
#shop .caution{
    text-align:center;
    margin-top:5rem 0;
}
.openFlag,.closeFlag{
    color: #FFF;
    font-size: 0.85rem;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0.5rem 0;
    box-sizing: border-box;
    padding: 0.5rem 0;
    border-radius: 6px;
}
#shop #serchConditions #choiceArea{
    font-size: 1.2rem;
    margin: 1.5rem 0 0 0;
    box-sizing: border-box;
}
#serchConditions .noShop{
    pointer-events: none;
    opacity: 0.25;
/*     display: none!important; */
}
#serchConditions .childArea{
    display: flex;
    flex-wrap: wrap;
    display: none;
}
#serchConditions .childArea li{
    flex: 1;
    margin: 0.2rem 0.2rem;
    flex-basis: 20%;
}
#shop #serchConditions .childArea li input[type="submit"]{
    width: 100%;
    margin: 2px 0;
    border: 1px solid #68584f;
    background: #FFF;
    color: #68584f;
    font-size: 12px;
}
.openFlag{
    background: rgba(80,190,198,0.7);
}
.closeFlag{
    background: rgba(0,0,0,0.3);
}
.onanimation {
    display: block;
}
.areaActive ul{
    display: flex!important;
}
.areaTriggerActive{
    display:block!important;
}
.areaActive li{
    animation: fadeIn 0.5s ease 0s 1 normal;

@media (max-width: 480px) {
	.spNone{
	    display: none;
	}
}