@charset "UTF-8";

.mb1em { margin-bottom: 1em!important; }
.mb2em { margin-bottom: 2em!important; }
.mb3em { margin-bottom: 3em!important; }

.title_wrap {
  width: 1096px;
  margin: 0 auto;
}
.title {
  background: url(images/head_pc.png) no-repeat 0 0;
  height: 0;
  text-indent: -9999px;
  padding-top: 36.8%;
  background-size: contain;
}
#main {
  width: 980px;
  float: none;
  min-height: auto;
}
#sidemenu {
  float: none;
  margin-bottom: 0;
  width: auto;
}
#sidebar {
  float: none;
  margin-bottom: 0;
  width: auto;
}

.nagare_btn {
  text-align: center;
  margin: 40px 0;
}
.nagare_btn > li {
  display: inline-block;
  text-indent: -9999px;
}
.nagare_btn > li:nth-of-type(1) {
  margin-right: 40px;
}
.nagare_btn > li:nth-of-type(2) {
  margin-left: 40px;
}
.nagare_btn > li > a {
  display: block;
  width: 392px;
  height: 100px;
  background: url(images/nagare_pc.png) no-repeat 0 0;
}
.nagare_btn > li:nth-of-type(2) > a {
  background-image: url(images/chui_pc.png);
}
.goshokai {
  background: #fdd000;
  text-align: center;
  padding: 0.8em;
  font-size: 218%;
  margin-bottom: 1em;
}

.shopbox {
  border: 1px solid #333;
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 2em;
}
.shopbox p {
  font-size: 123%;
  line-height: 1.45;
  word-break: break-all;
}
.shopbox_l {
  width: 557px;
  float: left;
}
.shopbox_r {
  margin-left: 574px;
}
.shopimg {
  margin-bottom: 1em;
}
.shopimg img {
  max-width: 557px;
  width: 100%;
}
.shopbox p.shopname {
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 0.2em;
}
.ind {
  position: relative;
  padding-left: 6.5em;
}
.ind span {
  font-size: 100%;
  position: absolute;
  left: 0;
}
.t {
  font-size: 147%;
  font-weight: bold;
  display: block;
}
.t a {
  color: blue;
}
a.blue {
  color: blue;
}
a.red {
  color: red;
}
.nagare_bottom {
  background: url(images/nagare_bottom_pc.png) no-repeat 0 0;
  width: 980px;
  height: 803px;
  margin-bottom: 3em;
  text-indent: -9999px;
}

.chui_bottom {
  border: 3px solid #fdd000;
  border-radius: 10px;
  padding: 1.5em;
  box-sizing: border-box;
  margin: 0 auto 3em;
  width: 80%;
}
.chui_bottom h2 {
  font-size: 140%;
  margin-bottom: 1em;
  font-weight: bold;
}
.chui_bottom ul {
  margin: 0 0 0 2.5em;
}
.chui_bottom ul > li {
  font-size: 123%;
  line-height: 1.4;
  padding-bottom: 0.5em;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
}
.chui_bottom ul > li .red {
  color: red;
  font-size: 100%;
}

.copy {
  text-align: center;
  margin-bottom: 3em;
}

@media only screen and (max-width: 800px) {


  .title_wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 540px;
  }
  .title {
    background: url(images/head_sp.png) no-repeat 0 0;
    padding-top: 72%;
    background-size: contain;
  }
  #main_wrap {
    float: none;
    width: 96%;
    margin: 0 auto;
    max-width: 540px;
    overflow: hidden;
    padding: 0 2%;
  }
  #main {
    width: auto;
  }

  .nagare_btn > li {
    display: inline-block;
    max-width: 254px;
    width: 100%;
  }
  .nagare_btn > li:nth-of-type(1) {
    margin-right: 0;
  }
  .nagare_btn > li:nth-of-type(2) {
    margin-left: 0;
  }
  .nagare_btn > li > a {
    display: block;
    height: 0;
    background: url(images/nagare_sp.png) no-repeat 0 0;
    padding-top: 55.4%;
    width: auto;
  }
  .nagare_btn > li:nth-of-type(2) > a {
    background-image: url(images/chui_sp.png);
  }

  .goshokai {
    text-align: left;
    font-size: 170%;
  }

  .shopbox_l {
    width: auto;
    float: none;
  }
  .shopbox_r {
    margin-left: 0;
  }

  .nagare_bottom {
    background: url(images/nagare_bottom_sp.png) no-repeat 0 0;
    width: auto;
    height: 0;
    padding-top: 216.5%;
    background-size: contain;
  }

  .chui_bottom {
    width: auto;
  }
  .chui_bottom ul {
    margin: 0 0 0 1.5em;
  }


}
