@charset "UTF-8";
#is-wrapper {
  overflow: hidden;
  font-size: 12px;
  line-height: 1.8;
}
#is-wrapper article, #is-wrapper aside, #is-wrapper details, #is-wrapper figcaption, #is-wrapper figure,
#is-wrapper footer, #is-wrapper header, #is-wrapper hgroup, #is-wrapper menu, #is-wrapper nav, #is-wrapper section {
  margin: 0;
  padding: 0;
  display: block;
}
#is-wrapper img {
  max-width: 100%;
  height: auto;
}
#is-wrapper a {
  color: #0071b9;
  text-decoration: underline;
}
#is-wrapper a:hover {
  text-decoration: none;
}
#is-wrapper a:hover > img {
  opacity: .75;
}
#is-wrapper .pc-view {
  display: block;
}
.sp#is-wrapper .pc-view {
  display: none;
}
#is-wrapper .sp-view {
  display: none;
}
.sp#is-wrapper .sp-view {
  display: block;
}
#is-wrapper img.pc-view {
  display: inline-block;
}
.sp#is-wrapper img.pc-view {
  display: none;
}
#is-wrapper img.sp-view {
  display: none;
}
.sp#is-wrapper img.sp-view {
  display: inline-block;
}
#is-wrapper .intro {
  text-align: center;
}
#is-wrapper .intro h2 img {
  margin-top: 0;
}
#is-wrapper .intro img {
  display: block;
  margin: 4em auto;
}
#is-wrapper .content {
  background: no-repeat top center url("./images/content_kugiri.png");
  margin: 60px auto 0;
  width: 70%;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic","メイリオ", sans-serif;
  font-weight: 500;
}
#is-wrapper .content img, #is-wrapper .content p {
  margin: 30px 0 0;
}
#is-wrapper .content h3 {
  text-align: center;
  margin: 0 0 25px;
}
#is-wrapper .content h3 img {
  margin: 60px 0 0;
}
#is-wrapper .content p {
  text-align: left;
  line-height: 2.4em;
  font-size: 1.2em;
}
.sp#is-wrapper .content {
  width: 100%;
  margin: 30px 0 0;
}
#is-wrapper .shopdata {
  margin: 60px auto 0;
  width: 90%;
  box-shadow: 0 0 8px gray;
  border-radius: 10px;
}
.sp#is-wrapper .shopdata {
  margin: 30px auto 0;
  width: 95%;
}
#is-wrapper .shopdata h3 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin: 1em 0;
  padding: 1em;
  background: no-repeat bottom center url("./images/shopdata_kugiri.png");
}
#is-wrapper .shopdata figure {
  float: left;
  width: 300px;
  margin: 0 0 0 30px;
}
.sp#is-wrapper .shopdata figure {
  float: none;
  width: auto;
  margin: 0;
}
.sp#is-wrapper .shopdata figure img {
  width: 100%;
}
#is-wrapper .shopdata figcaption {
  font-size: 1.5em;
  font-weight: bold;
  text-align: right;
  margin: 0 30px 0 0;
  float: right;
}
.sp#is-wrapper .shopdata figcaption {
  float: none;
  text-align: center;
}
#is-wrapper .shopdata p {
  float: right;
  width: 310px;
  margin: 10px 25px 0 0;
}
.sp#is-wrapper .shopdata p {
  float: none;
  margin: 15px auto 0;
  width: 90%;
}
#is-wrapper .shopdata .shoplink {
  float: right;
  margin: 0 25px 0 0;
  text-align: right;
}
#is-wrapper .shopdata .shoplink a {
  color: #000;
}
#is-wrapper .shopdata .present {
  text-align: center;
  clear: both;
  width: 100%;
  margin: 2em auto;
}
.sp#is-wrapper .shopdata .present {
  margin-bottom: 1em;
}
#is-wrapper .toyamadata {
  margin: 60px auto;
  width: 80%;
  padding: 1em;
}
.sp#is-wrapper .toyamadata {
  width: 95%;
  margin: 30px auto 0;
  padding: 0;
}
#is-wrapper .toyamadata figure {
  float: left;
  width: 160px;
}
.sp#is-wrapper .toyamadata figure {
  float: none;
  margin: 0 auto 10px;
}
#is-wrapper .toyamadata figcaption {
  float: right;
  width: 400px;
}
.sp#is-wrapper .toyamadata figcaption {
  float: none;
  width: 100%;
}
#is-wrapper .toyamadata figcaption h4 {
  font-size: 1.5em;
  font-weight: bold;
}
.sp#is-wrapper .toyamadata figcaption h4 {
  text-align: center;
  margin-bottom: 10px;
}
#is-wrapper .archive {
  background-image: url("./images/archive_back.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #000;
  color: #FFF;
  text-align: center;
  padding: 2em 1em;
}
.sp#is-wrapper .archive {
  margin-top: 1em;
}
#is-wrapper .archive h3 {
  font-size: 1.5em;
}
#is-wrapper .archive a {
  text-decoration: none;
  color: #FFF;
}
