.pageStore {
  background-image: url(../images/store/top_bg.png);
  background-position: center;
}

.storeBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}

.storeSearchBox {
  width: 300px;
}

.storeSearchKeywordBox {
  background: #F5F5F5;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 2px 2px 5px 1px #ddd;
  transition: 0.5s;
  margin-bottom: 50px;
  padding: 50px 30px;
}

.storeSearchKeywordBox h3 {
  font-size: 22px;
  color: #B01E25;
  font-weight: bold;
}

.storeSearchKeywordText {
  
}

.storeSearchKeywordText input {
  padding: 10px 5px;
  line-height: 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #4D4D4D;
  margin: 30px 0 15px 0;
  background: #E5E5E5;
}

.storeSearchKeywordInfo {
  font-size: 12px;
  color: #666666;
}

.storeSearchKeywordBt {
  background: #B01E25;
  color: #fff;
  width: 100%;
  padding: 10px 15px 10px 0;
  text-align: center;
  border: 0;
  margin: 15px 0 0 0;
  transition: 0.5s;
  cursor: pointer;
  font-size: 16px;
}

.storeSearchKeywordBt img {
  height: 16px;
  margin-right: 10px;
  margin-bottom: -2px;
}

.storeSearchKeywordBt:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.storeSearchServiceBox {
  background: #F5F5F5;
  text-decoration: none;
  border-radius: 25px;
  box-shadow: 2px 2px 5px 1px #ddd;
  transition: 0.5s;
  padding: 50px 30px;
}

.storeSearchServiceBox h3 {
  font-size: 22px;
  color: #B01E25;
  font-weight: bold;
}

.storeSearchServicePref {
  padding: 10px 5px;
  line-height: 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #4D4D4D;
  margin: 30px 0 15px 0;
  background: #E5E5E5;
}

.storeSearchServiceList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.storeSearchServiceList label {

}
.storeSearchServiceList label input {
  display: none; /* デフォルトのinputは非表示にする */
}
.storeSearchServiceList label span {
  color: #B01E25;
  font-weight: bold;
  text-align: center;
  border: 1px solid #4D4D4D;
  width: 110px;
  height: 110px;
  display: block;
  font-size: 13px;
  margin-bottom: 15px;
  line-height: 0;
}

.storeSearchServiceList label span img {
  max-height: 75px;
  max-width: 75px;
  margin-top: 5px;
}

.storeSearchServiceList label input:checked + span {
  background: #e6a4a7; /* 背景色を薄い赤に */
  border: 1px solid #B01E25; /* 淵の線を薄い赤に */
}

.storeSearchServiceBt {
  background: #B01E25;
  color: #fff;
  width: 100%;
  padding: 10px 15px 10px 0;
  text-align: center;
  border: 0;
  margin: 15px 0 0 0;
  transition: 0.5s;
  cursor: pointer;
  font-size: 16px;
}

.storeSearchServiceBt img {
  height: 16px;
  margin-right: 10px;
  margin-bottom: -2px;
}

.storeSearchServiceBt:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.storeContentsBox {
  width: 600px;
}

.storeSearchAreaBox {
  
}

.storeSearchAreaBox h3 {
  font-size: 22px;
  color: #B01E25;
  font-weight: bold;
  background-image: url(../images/store/store_border.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  line-height: 2em;
  padding: 0 0 10px 0;
}

.storeSearchAreaBox h3 span {
  font-size: 32px;
  padding-right: 5px;
}

.storeSearchAreaList {
  border-top: 2px solid #B3B3B3;
  margin: 30px 0;
}

.storeSearchAreaListEach {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px solid #B3B3B3;
  padding: 30px 0;
}

.storeSearchAreaTitle {
  width: 150px;
  font-weight: bold;
  font-size: 16px;
}

.storeSearchAreaEachList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 500px;
}

.storeSearchAreaEachList li {
  border-right: 1px solid #000;
  padding: 0 15px 0 10px;
  line-height: 1em;
  margin: 10px 0;
}

.storeSearchAreaEachList li:last-child {
  border-right: 0;
}

.storeSearchAreaEachList a {
  transition: 0.5s;
  font-weight: bold;
  color: #000;
  padding: 0 5px;
}

.storeSearchAreaEachList a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.storeSearchAreaMunicipalities {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0;
}

.storeSearchAreaMunicipalitiesList select {
  padding: 10px 5px;
  line-height: 1.5em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #4D4D4D;
  margin: 0 15px;
  background: #E5E5E5;
}


.storeSearchMunicipalitiesBt {
  background: #B01E25;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  border: 0;
  transition: 0.5s;
  cursor: pointer;
  font-size: 14px;
}

.storeSearchMunicipalitiesBt img {
  height: 16px;
  margin-right: 10px;
  margin-bottom: -2px;
}

.storeSearchMunicipalitiesBt:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.searchError {
  color: #B01E25;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  line-height: 1.5em;
  margin: 5px 0 0 0;
  display: none;
}


/* 店舗情報 */
.storeInfoBox {
  
}

.storeInfoEach {
  padding: 20px 0;
  margin: 0 0 10px 0;
  border-bottom: 3px solid #B3B3B3;
}

.storeEachTitle {
  background: #B01E25;
  padding: 15px 15px 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.storeEachTitleText {
  color: #fff;
  text-decoration: underline;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  padding-bottom: 5px;
}

.storeEachTitleText img {
  height: 1.5em;
  margin-bottom: -7px;
  padding-right: 10px;
}

.storeEachTitleTel {
  color: #fff;
  font-size: 16px;
  padding-left: 10px;
  line-height: 1.5em;
  text-align: right;
  white-space: nowrap;
  margin: 0 0 0 auto;
  padding-bottom: 5px;
}

.storeEachTitleTel img {
  height: 1.5em;
  margin-bottom: -7px;
  padding-right: 10px;
}

.storeEachTitleTel a {
  color: #fff;
}

.storeInfoEachStoreComment {
  text-align: center;
  margin: 10px 0;
}

.storeInfoContentsBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.storeInfoContentsLeftBox {
  width: 180px;
}

.storeInfoContentsRightBox {
  width: 390px;
}

.storeInfoEachImage {
  margin-bottom: 10px;
}

.storeInfoEachImage img {
  width: 100%;
}

.storeInfoEachLinkBtBox {
  
}

.storeInfoEachLinkBtBox li {
  width: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  padding: 0 0 0 30px;
  height: 38px;
}

.storeInfoEachLinkBtBox a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.5s;
}

.storeInfoEachLinkBtBox a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.storeInfoEachLinkBtBox img {
  width: 30px;
  height: auto;
  position: absolute;
  left: 15px;
}

#mobile_order {
  background: #B01E25;
}

#part_time {
  background: #2E3192;
}

#line {
  background: #2BAC38;
}

.storeInfoEachMenu {
  text-align: center;
  border: 1px solid #B01E25;
  box-shadow: 3px 3px 0 0 #B01E25;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.storeInfoEachMenu a {
  padding: 5px 0;
  display: block;
  color: #B01E25;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  transition: 0.5s;
}

.storeInfoEachMenu a:hover {
  transition: 0.5s;
  opacity: 0.5;
}

.storeInfoEachMenu img {
  width: 30px;
  margin-right: 20px;
  margin-bottom: -4px;
}

.storeInfoTable {
  border-top: 1px dotted #000;
  margin: 20px 0;
  font-weight: bold;
  width: 100%;
  box-sizing: border-box;
  -box-sizing: border-box;
}

.storeInfoTable tr {
  vertical-align: top;
  border-bottom: 1px dotted #000;
}

.storeInfoTable th {
  width: 80px;
  padding: 10px 0;
  font-weight: bold;
}

.storeInfoTable td {
  padding: 10px;
}

.storeInfoCard {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 10px;
}

.storeInfoQr {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.7em;
  margin-bottom: 10px;
}

.storeInfoDeli {
  font-weight: bold;
  font-size: 14px;
  line-height: 2em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.storeInfoDeli img {
  height: 18px;
  margin: 10px;
}

.storeInfoServiceIcon {
  margin: 15px 0;
}

.storeInfoServiceIcon img {
  height: 60px;
  margin-right: 1px;
}

.storeInfoEachMap {
  overflow: hidden;
}

.storeInfoEachMap iframe {
  width: 100% !important;
  height: 300px !important;
}

@media all and (max-width: 1024px) {

  /* SP */
  .storeSearchBox {
    width: 100%;
  }
  
  .storeSearchKeywordBox {
    box-shadow: none;
    background: none;
    padding: 0;
    margin-top: 50px;
  }
  
  .storeSearchKeywordBox h3 {
    font-size: 22px;
    color: #B01E25;
    font-weight: bold;
    background-image: url(../images/store/store_border.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    line-height: 2em;
    padding: 0 0 10px 0;
  }
  
  .storeSearchServiceList {
    justify-content: space-around;
  }
  
  .storeSearchServiceBox {
    box-shadow: none;
    background: none;
    padding: 0;
  }
  
  .storeSearchServiceBox h3 {
    font-size: 22px;
    color: #B01E25;
    font-weight: bold;
    background-image: url(../images/store/store_border.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    line-height: 2em;
    padding: 0 0 10px 0;
  }
  
  .storeContentsBox {
    width: 100%;
    margin-top: 25px;
    box-shadow: 0;
    background: none;
  }
  
  .storeSearchAreaBox {
    padding-top: 25px;
  }
  
  .storeSearchAreaListEach {
    position: relative;
    flex-wrap: wrap;
    padding: 0;
  }
  
  .storeSearchAreaListEach:after {
    position: absolute;
    content: "＞";
    right: 20px;
    top: 15px;
    color: #B01E25;
    font-weight: bold;
    font-size: 20px;
    transform: rotate(90deg);
  }
  
  .storeSearchAreaListEach.active:after {
    right: 18px;
    top: 15px;
    transform: rotate(-90deg);
  }
  
  .storeSearchAreaEachList {
    
  }
  
  .storeSearchAreaEachList li {
    display: block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #B3B3B3;
    background: #E6E6E6;
    position: relative;
    margin: 0;
  }
  
  .storeSearchAreaEachList a {
    padding: 15px 0;
    display: block;
    text-decoration: none;
  }
  
  .storeSearchAreaEachList li:before {
    position: absolute;
    content: "＞";
    right: 15px;
    top: 35%;
    color: #B01E25;
    font-weight: bold;
    font-size: 18px;
  }
  
  .storeSearchAreaMunicipalities {
    flex-wrap: wrap;
  }
  
  .storeSearchAreaMunicipalitiesText {
    width: 100%;
  }
  
  .storeSearchAreaTitle {
    width: 100%;
    padding: 15px 0;
    line-height: 1.5em;
    display: block;
  }

  .storeEachTitle {
    padding: 10px;
  }

  .storeEachTitleText {
    padding-bottom: 0;
  }
  
  .storeEachTitleTel {
    width: 100%;
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    padding-bottom: 0;
  }
  
  .storeInfoEachStoreComment {
    font-size: 12px;
  }
  
  .storeInfoEachImageBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .storeInfoEachImageBox p {
    text-align: center;
    max-width: 50%;
  }
  
  .storeInfoEachImageBox img {
    width: 95%;
  }
  
  .storeInfoContentsLeftBox {
    width: 100%;
  }
  
  .storeInfoEachLinkBtBox ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  
  .storeInfoEachLinkBtBox a {
    width: 30%;
  }
  
  .storeInfoEachLinkBtBox li {
    flex-wrap: wrap;
    text-align: center;
    font-size: 11px;
    letter-spacing: -1px;
    padding: 5px;
    line-height: 1em;
    height: 70px;
    flex-wrap: wrap;
  }
  
  .storeInfoEachLinkBtBox img {
    position: relative;
    left: 0;
  }
  
  .storeInfoEachLinkBtBox span {
    width: 100%;
  }
  
  .storeInfoEachMenu {
    margin-bottom: 20px;
  }
  
  .storeInfoEachMenu a {
    font-size: 14px;
  }
  
  .storeInfoTable th {
    font-size: 12px;
  }
  
  .storeInfoTable td {
    font-size: 12px;
  }
  
  .storeInfoCard {
    font-size: 12px;
  }
  
  .storeInfoCard {
    font-size: 12px;
  }
  
  .storeInfoQr {
    font-size: 12px;
  }
  
  .storeInfoDeli {
    font-size: 12px;
  }
  
  .storeInfoDeli img  {
    height: 18px;
  }
  
  .storeInfoServiceIcon img {
    height: 50px;
  }
  
  .storeBox {
    margin-top: 0;
  }


}

@media all and (min-width: 1025px) {
  /* PC */




}