@charset "UTF-8";
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
PC
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#store.store #contents .breadcrumb {
  width: 100%;
  padding: 0 30px;
  margin-bottom: 30px;
}

#store.store #contents .wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 80px;
}

#store.store #contents .wrapper .page_ttl {
  margin-bottom: 30px;
}

#store.store #contents .wrapper .store_wrap .subttl,
#store.store #contents .wrapper .store_wrap .area_name {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}

#store.store #contents .wrapper .store_wrap .area_name {
  margin: 70px auto 20px;
}

#store.store #contents .wrapper .store_wrap .free_space {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
  left: 0.1em;
}

#store.store #contents .wrapper .store_wrap .sore_attention {
  text-align: center;
  font-size: 1.6rem;
  padding: 2em;
  border: 1px solid #777;
  margin: 2em auto 0;
  line-height: 1.5;
  left: 0.1em;
  max-width: 840px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#store.store #contents .wrapper .store_wrap .sore_attention a {
  color: #e84735;
  text-decoration: underline;
}

#store.store #contents .wrapper .store_wrap .store_list {
  margin-top: 70px;
}

#store.store #contents .wrapper .store_wrap .store_list .store_block {
  margin-top: 70px;
  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;
}

#store.store #contents .wrapper .store_wrap .store_list .store_block::after {
  content: "";
  display: block;
  width: 33.3%;
}

#store.store #contents .wrapper .store_wrap .store_list .store_block dt {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 8px;
  font-weight: bold;
}

#store.store #contents .wrapper .store_wrap .store_list .store_block dd {
  margin: 0 0 20px;
  width: calc(100%/3 - 10px);
}

#store.store #contents .wrapper .store_wrap .store_list .store_block dd a {
  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;
  justify-content: center;
  padding: 0 25px;
  width: auto;
  height: 45px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: normal;
  vertical-align: baseline;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

#store.store #contents .wrapper .store_wrap .store_list .store_block dd a .view_timer {
  display: inline-block;
  width: auto;
  height: 25px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 25px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 0 10px;
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: #c02d28;
  margin-left: 10px;
}

#store.store #contents .wrapper .store_wrap .store_list .store_block dd a .view_timer.mac_os {
  line-height: 23px;
}

#store.store #contents .wrapper .store_wrap .store_list .store_block dd a:hover {
  color: #fff;
  background-color: #c02d28;
  border: 1px solid #c02d28;
  opacity: 1;
}

#store.store #contents .wrapper .store_wrap .area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box {
  width: 47.5%;
  height: 970px;
  margin-left: 0%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 3em;
  text-align: left;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box h4 {
  position: relative;
  font-size: 1.8rem;
  padding: 30px 0px 5px;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box h4 .new {
  font-size: 1.2rem;
  color: white;
  display: inline;
  font-weight: bold;
  padding: 6px 10px 4px;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #c02d28;
  line-height: 1.25;
  letter-spacing: .08em;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box h4 .renewal {
  font-size: 1.2rem;
  color: #c02d28;
  line-height: 1.5;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 1em 1em 0.5em;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information dt {
  font-weight: bold;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information dd {
  margin-bottom: 0.5em;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information dd br {
  display: none;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information .tel_num a {
  pointer-events: none;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information .tel_num a::before {
  content: '電話番号';
  display: block;
  font-weight: bold;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box img {
  width: 100%;
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  -o-border-image: initial;
  border-image: initial;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box iframe {
  width: 100%;
  max-height: 270px;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box #marui {
  border: 1px solid #ccc;
  padding: 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 1em;
  width: 98%;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box #marui p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box #marui p strong {
  color: #c02d28;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box #marui ul {
  font-size: 1.2rem;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box #marui ul li {
  display: block;
  line-height: 1.5;
  color: gray;
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box#storeTitle11 img,
#store.store #contents .wrapper .store_wrap .area-wrap .store-box#storeTitle11 iframe {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

#store.store #contents .wrapper .store_wrap .area-wrap .store-box#storeTitle24 iframe {
  height: auto;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
TB
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
@media only screen and (max-width: 1220px) and (min-width: 751px) {
  #store.store #contents .breadcrumb {
    padding: 0 3vw;
    margin-bottom: 20px;
  }
  #store.store #contents .wrapper {
    width: calc(100% - 40px);
    margin: 0 auto 80px;
  }
  #store.store #contents .wrapper .page_ttl {
    margin-bottom: 20px;
  }
  #store.store #contents .wrapper .store_wrap .subttl,
  #store.store #contents .wrapper .store_wrap .area_name {
    font-size: 2rem;
  }
  #store.store #contents .wrapper .store_wrap .area_name {
    margin: 70px auto 20px;
  }
  #store.store #contents .wrapper .store_wrap .free_space {
    padding-top: 15px;
  }
  #store.store #contents .wrapper .store_wrap .sore_attention {
    max-width: 680px;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: left;
  }
  #store.store #contents .wrapper .store_wrap .store_list {
    margin-top: 30px;
  }
  #store.store #contents .wrapper .store_wrap .store_list .store_block {
    margin-top: 30px;
  }
  #store.store #contents .wrapper .store_wrap .store_list .store_block dd {
    width: calc(50% - 8px);
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box {
    height: auto;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box iframe {
    height: 270px;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information .tel_num a {
    pointer-events: none;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information .tel_num a::before {
    content: '電話番号';
    display: block;
    font-weight: bold;
  }
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
SP
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
@media only screen and (max-width: 750px) and (min-width: 501px) {
  #store.store #contents .breadcrumb {
    padding: 0;
    margin-bottom: 0;
  }
  #store.store #contents .wrapper {
    padding: 0 20px;
    margin: 0 auto 80px;
  }
  #store.store #contents .wrapper .page_ttl {
    margin: 10.66667vw 0 8vw;
  }
  #store.store #contents .wrapper .store_wrap .subttl {
    font-size: 2rem;
  }
  #store.store #contents .wrapper .store_wrap .area_name {
    font-size: 2rem;
    margin: 70px auto 20px;
  }
  #store.store #contents .wrapper .store_wrap .free_space {
    padding-top: 15px;
    text-align: left;
  }
  #store.store #contents .wrapper .store_wrap .sore_attention {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 1.5em;
    text-align: justify;
  }
  #store.store #contents .wrapper .store_wrap .store_list {
    margin-top: 30px;
  }
  #store.store #contents .wrapper .store_wrap .store_list .store_block {
    margin-top: 30px;
  }
  #store.store #contents .wrapper .store_wrap .store_list .store_block dd {
    width: calc(50% - 8px);
  }
  #store.store #contents .wrapper .store_wrap .store_list .store_block dd a {
    font-size: 1.4rem;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box {
    width: 100%;
    height: auto;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box iframe {
    height: 270px;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information .tel_num a {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    padding: 12px 10px;
    line-height: normal;
    letter-spacing: .08em;
    pointer-events: auto;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information .tel_num a::before {
    content: '電話番号';
    padding-right: .5em;
    font-weight: bold;
    height: 20px;
    font-size: 1.2rem;
    display: inline-block;
    padding-left: 30px;
    background-image: url(../../img/common/ico_call.png);
    background-size: 20px 20px;
    background-position: left center;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 500px) {
  #store.store #contents .breadcrumb {
    padding: 0;
    margin-bottom: 0;
  }
  #store.store #contents .wrapper {
    padding: 0 20px;
    margin: 0 auto 80px;
  }
  #store.store #contents .wrapper .page_ttl {
    margin: 10.66667vw 0 8vw;
  }
  #store.store #contents .wrapper .store_wrap .subttl {
    font-size: 2rem;
  }
  #store.store #contents .wrapper .store_wrap .area_name {
    font-size: 2rem;
    margin: 70px auto 20px;
  }
  #store.store #contents .wrapper .store_wrap .free_space {
    padding-top: 15px;
    text-align: left;
  }
  #store.store #contents .wrapper .store_wrap .sore_attention {
    font-size: 1.4rem;
    line-height: 1.8;
    padding: 1.5em;
    text-align: justify;
  }
  #store.store #contents .wrapper .store_wrap .store_list {
    margin-top: 30px;
  }
  #store.store #contents .wrapper .store_wrap .store_list .store_block {
    margin-top: 30px;
  }
  #store.store #contents .wrapper .store_wrap .store_list .store_block dd {
    width: 100%;
  }
  #store.store #contents .wrapper .store_wrap .store_list .store_block dd a {
    font-size: 1.4rem;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box {
    width: 100%;
    height: auto;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box iframe {
    height: 270px;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information .tel_num a {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    padding: 12px 10px;
    line-height: normal;
    letter-spacing: .08em;
    pointer-events: auto;
  }
  #store.store #contents .wrapper .store_wrap .area-wrap .store-box .store_information .tel_num a::before {
    content: '電話番号';
    padding-right: .5em;
    font-weight: bold;
    height: 20px;
    font-size: 1.2rem;
    display: inline-block;
    padding-left: 30px;
    background-image: url(../../img/common/ico_call.png);
    background-size: 20px 20px;
    background-position: left center;
    background-repeat: no-repeat;
  }
}
/*# sourceMappingURL=../map/store/store.css.map */
