@charset "UTF-8";
a {
  color: #AA71AE;
}

/* 見出し */
h2 {
  border-left: 6px double #AA71AE;
}

/* キービジュアル */
#Main {
  padding-top: 83.12%;
  /* (画像の高さ / 画像の横幅) × 100 */
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #Main {
    padding-top: 77.77%;
    /* (画像の高さ / 画像の横幅) × 100 */
  }
}
@media only screen and (min-width: 1440px) {
  /* 1440px以上の場合は、それ以上画像大きくしない。 */
  #Main {
    width: 1440px;
    height: 1120px;
    padding-top: 0;
  }
}
/* -- イントロ --*/
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #Intro p {
    font-size: 1.2em;
    text-align: center;
  }
}
.common_container {
  border: none;
  background: #f4f4f4;
}

#Outline a.google_map_link {
  border: 1px solid;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 0.8em;
}

#Goods .goods_box,
#Goods .goods_listbox {
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
}
#Goods .goods_box .caution,
#Goods .goods_listbox .caution {
  width: 90%;
  position: absolute;
  top: 20px;
  right: 5%;
  font-size: 0.6em;
  text-align: right;
}

.novelty {
  margin-top: 20px;
  margin-bottom: 60px;
}
.novelty strong {
  font-size: 1em;
}
.novelty div {
  margin-top: 40px;
  font-size: 0.8em;
}

.limit {
  margin: 0 auto 50px;
  font-size: 0.8em;
}
.limit div {
  font-weight: bold;
}
.limit p span {
  text-decoration: underline;
}

.text_red {
  margin: 30px 0 20px;
  color: #AA71AE;
  font-size: 14px;
}
.text_red a {
  text-decoration: underline;
}

.andmore {
  font-family: Helvetica, "sans-serif";
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  .novelty {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .novelty h2 {
    color: #AA71AE;
    border: 2px solid #AA71AE;
    padding: 5px;
    width: 300px;
    margin: 0 auto 20px;
  }
  .novelty img {
    width: 80%;
  }
  .limit {
    width: 96%;
  }
}/*# sourceMappingURL=style_kiminohananinaru.css.map */