@charset "utf-8";
.column2R #main {
  float: none;
  width: 100%;
}
#shopmaebashi {
  width: 970px;
  margin: 0 auto;
  font-size: 16px;
  color: #000000;
}
.brpc {
  display: block;
}
.brsp {
  display: none;
}
#shopmaebashi h3 {
  background: #004c80;
  color: #FFFFFF;
  font-size: 26px;
  padding: 0.5em 2em;
  margin: 1.5em 0 0.5em;
}
#shopmaebashi .intbt {
  color: #3d8be0;
  text-align: center;
  padding: 1em 0 2em 0;
}
#shopmaebashi .intbt a {
  background: #3d8be0;
  border-radius: 30px;
  padding: 1em;
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 15px 20px;
  display: inline-block;
}
#shopmaebashi .intbt a:hover {
  background: #eee;
  color: #3d8be0;
}
#shopmaebashi .intbt i {
  padding-right: 0.2em;
}
/* ------------------------
    sh_header
------------------------ */
#shopmaebashi .sh_header {
  width: 970px;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin: 0;
  padding: 0;
}
#shopmaebashi .sh_header .hdtxt {
  font-size: 26px;
  line-height: 1.4;
  font-weight: bold;
  color: #000;
  padding: 1em 0 0.5em;
  margin: 0;
}
#shopmaebashi .sh_header h2 {
  width: 100%;
  margin: 0;
  padding: 0;
}
#shopmaebashi .sh_header h2 img {
  width: 100%;
  height: auto;
}
#shopmaebashi .sh_header .hdinfo {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  background-color: #d01b00;
  margin: 0;
}
/* ------------------------
    sh_intro
------------------------ */
#shopmaebashi .sh_intro .intro_in {
  width: 100%;
  padding: 2em 0;
}
#shopmaebashi .sh_intro .intro_in::after {
  content: "";
  display: block;
  clear: both;
}
#shopmaebashi .sh_intro .intro_in p {
  float: left;
  width: 52%;
  padding: 0 5% 0 2%;
  color: #000000;
  margin: 0;
}
#shopmaebashi .sh_intro .intro_in img {
  float: right;
  width: 40%;
  height: auto;
}
#shopmaebashi .sh_intro .intro_photo {
  text-align: center;
  margin: 0;
  padding: 0;
}
#shopmaebashi .sh_intro .intro_photo li {
  display: inline-block;
  width: 30%;
  padding: 10px;
}
#shopmaebashi .sh_intro .intro_photo li img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid #eee;
  padding: 2px;
}
#shopmaebashi .intbt li {
  display: inline-block;
}
/* ------------------------
    sh_covid
------------------------ */
#shopmaebashi .sh_covid .covid {
  border: solid #53a6e2 20px;
  padding: 0;
  width: 80%;
  max-width: 768px;
  margin: 0 auto;
}
#shopmaebashi .sh_covid .covid dt, #shopmaebashi .sh_covid .covid dd {
  margin: 0;
  padding: 0 0.5em;
}
#shopmaebashi .sh_covid .covid dt.cvtitle {
  margin: 0.5em;
  background: #53a6e2;
  padding: 0.5em;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
}
#shopmaebashi .sh_covid .covid dt.cvtitle span {
  font-size: 170%;
}
#shopmaebashi .sh_covid .covid dt.cvstl, #shopmaebashi .sh_covid .covid dd.cvssd {
  margin: 1em 2em 0.3em 2em;
}
#shopmaebashi .sh_covid .covid dt.cvstl {
  font-weight: bold;
  font-size: 120%;
  display: inline-block;
  border-top: 2px solid #53a6e2;
  border-bottom: 2px solid #53a6e2;
}
#shopmaebashi .sh_covid .covid dd.cvssd {
  padding-bottom: 1em;
}
#shopmaebashi .sh_covid .covid dd.cvnm {
  padding: 1em;
  background: #53a6e2;
  color: #FFF;
}
/* ------------------------
    sh_sale
------------------------ */
#shopmaebashi .sh_sale h3 {
  font-size: 24px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 10px;
  text-align: center;
  background-color: #d01b00;
  margin: 30px 0 0;
}
.sh_sale .sale_box {
  margin: 20px auto 40px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.sh_sale .sale_box li {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  background: #d01b00;
  text-align: center;
}
.sh_sale .sale_box li .salcl {
  background: #FFFFFF;
  border-radius: 30px;
  padding: 0.3em 1em;
  display: inline-block;
  margin: 0.3em 0;
  font-size: 70%;
  color: #d01b00;
}
.sh_sale .sale_box li a {
  border: 10px solid #eee;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}
.sh_sale .sale_box li a:after {
  content: '画像クリックで拡大';
  background: #FFFFFF;
  border-radius: 30px;
  padding: 0.3em 1em;
  display: inline-block;
  margin: 0.3em 0;
  font-size: 70%;
  color: #d01b00;
}
.sh_sale .sale_box a:hover {
  border: 10px solid #53a6e2;
}
.sh_sale .sale_box a img {
  width: 100%;
}
.sh_sale .sale_box a:hover img {
  opacity: .8;
}
.sh_sale .sale_box img.sale_bnr {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}
.sh_sale .access_link {
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
}
/* ------------------------
    sh_access
------------------------ */
#shopmaebashi .sh_access .google-maps {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
#shopmaebashi .sh_access .google-maps iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#shopmaebashi .sh_access .map {
  width: 100%;
}
#shopmaebashi .sh_access .map img {
  width: 100%;
  height: auto;
}
/* ------------------------
    sh_info
------------------------ */
#shopmaebashi .sh_info {
  padding-bottom: 50px;
}
#shopmaebashi .sh_info .infog {
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
  border-collapse: collapse;
}
#shopmaebashi .sh_info .infog th {
  width: 25%;
  background: #f7f7f7;
  padding: 0.5em 2.5%;
  border: 1px solid #cccccc;
}
#shopmaebashi .sh_info .infog td {
  width: 75%;
  padding: 0.5em 2.5%;
  border: 1px solid #cccccc;
}
#shopmaebashi .sh_info .infog td.inftmpo {
  font-size: 110%;
  font-weight: bold;
}
#shopmaebashi .sh_info .shop_access span {
  display: block;
  margin-left: -0.6em;
}
#shopmaebashi .sh_info .shop_access span:nth-of-type(n+2) {
  margin-top: 6px;
}
#shopmaebashi .sh_info .shop_link {
  width: 80%;
  margin: 0 auto;
  margin-top: 10px;
  text-align: right;
}
/* ------------------------
    sh_log
------------------------ */
#shopmaebashi .sh_log {
  padding-bottom: 30px;
}
#shopmaebashi .change_log {
  width: 90%;
  margin: 30px auto 0 auto;
  /*height: 8em;*/
  overflow: auto;
  border: 6px solid #E2E2E2;
  padding: 0.5em 1em;
  box-sizing: border-box;
}
#shopmaebashi .change_log li {
  padding: 0.5em 2em;
}
#shopmaebashi .change_log li + li {
  border-top: 1px solid #E2E2E2;
}
#shopmaebashi .change_log li span {
  margin-right: 1em;
  width: 7em;
  display: inline-block;
}
#pagetop {
  z-index: 10000;
}
#pagetop a {
  transition: all .5s;
  box-sizing: border-box;
  border: 1px solid transparent;
}
#pagetop, .pagetop, .pageLink {
  display: none;
}
#pagetop {
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  display: block;
  font-size: 9pt;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
/* ------------------------
    スマホ用
------------------------ */
@media screen and (max-width:479px) {
  #shopmaebashi {
    width: 100%;
    font-size: 14px;
  }
  #shopmaebashi h3 {
    font-size: 18px;
    text-align: center;
  }
  .brpc {
    display: none;
  }
  .brsp {
    display: block;
  }
  /* ------------------------
    sh_header
------------------------ */
  #shopmaebashi .sh_header {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    text-align: center;
  }
  #shopmaebashi .sh_header .hdtxt {
    font-size: 3.8vw;
    padding: 1em 0;
  }
  #shopmaebashi .sh_header h2 {
    width: 100%;
  }
  #shopmaebashi .sh_header .hdinfo {
    font-size: 3.2vw;
    padding: 0.5em;
  }
  /* ------------------------
    sh_intro
------------------------ */
  #shopmaebashi .sh_intro .intro_in {
    width: 100%;
    padding: 2em 0;
    text-align: center;
  }
  #shopmaebashi .sh_intro .intro_in::after {
    content: "";
    display: block;
    clear: both;
  }
  #shopmaebashi .sh_intro .intro_in p {
    float: none;
    width: 80%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }
  #shopmaebashi .sh_intro .intro_in img {
    float: none;
    width: 80%;
    height: auto;
    margin-top: 15px;
  }
  #shopmaebashi .sh_intro .intro_photo {
    text-align: center;
  }
  #shopmaebashi .sh_intro .intro_photo li {
    width: 43%;
    padding: 10px 5px;
  }
  #shopmaebashi .intbt li a {
    font-size: 4vw;
  }
  /* ------------------------
    sh_covid
------------------------ */
  #shopmaebashi .sh_covid .covid {
    border: solid #53a6e2 10px;
    width: 90%;
  }
  #shopmaebashi .sh_covid .covid dt.cvtitle {
    font-size: 3.4vw;
    margin: 0;
  }
  #shopmaebashi .sh_covid .covid dt.cvstl, #shopmaebashi .sh_covid .covid dd.cvssd {
    margin: 1em;
  }
  #shopmaebashi .sh_covid .covid dt.cvstl {
    display: block;
    text-align: center;
  }
  /* ------------------------
    sh_sale
------------------------ */
  #shopmaebashi .sh_sale h3 {
    font-size: 5vw;
  }
  #shopmaebashi .sale_box {
    flex-direction: column;
  }
  .sh_sale .sale_box li {
    width: 100%;
  }
  .sh_sale .sale_box li a {
    border: 5px solid #eee;
  }
  .sh_sale .sale_box a:hover {
    border: 5px solid #53a6e2;
  }
  .sale_box .sale_box img {
    width: 100%;
    height: auto;
  }
  /* ------------------------
    sh_access
------------------------ */
  #shopmaebashi .sh_access .google-maps {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 100% 0 0;
  }
  /* ------------------------
    sh_info
------------------------ */
  #shopmaebashi .sh_info .infog {
    width: 90%;
  }
  #shopmaebashi .sh_info .infog th {
    width: 25%;
  }
  #shopmaebashi .sh_info .infog td {
    width: 65%;
  }
  #shopmaebashi .sh_info .shop_link {
    width: 90%;
  }
  /* ------------------------
    sh_log
------------------------ */
  #shopmaebashi .change_log {
    width: 100%;
  }
  #shopmaebashi .change_log li {
    padding: 0.5em 1em;
  }
  #shopmaebashi .change_log li span {
    margin-right: 0;
    width: auto;
    display: block;
  }
  #shopmaebashi .change_log li span::after {
    content: "-";
  }
  #pagetop {
    bottom: 10px;
    right: 10px;
  }
}