@charset "UTF-8";
a {
  color: #5c68cc;
  text-decoration: underline;
}

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

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

@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #Main {
    padding-top: 53.35%;
    /* (画像の高さ / 画像の横幅) × 100 */
  }
}
@media only screen and (min-width: 1440px) {
  /* 1440px以上の場合は、それ以上画像大きくしない。 */
  #Main {
    width: 1440px;
    height: 768px;
    padding-top: 0;
  }
}
/* -- イントロ --*/
@media only screen and (min-width: 1025px) {
  /* Laptop PC */
  #Intro p {
    font-size: 1.2em;
    text-align: center;
  }
}
/* -- 開催概要 -- */
#Outline a.google_map_link {
  border: 1px solid;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 3px;
  margin-top: 10px;
  font-size: 0.8em;
  text-decoration: none;
}

.content_title_2 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 15px 0;
  border-top: dotted 1px;
  border-bottom: dotted 1px;
}

.outline_list li .dd .date {
  width: 100%;
  margin-bottom: 12px;
  padding-bottom: 5px;
  display: block;
  border-bottom: solid 1px #dadada;
}

@media only screen and (min-width: 1025px) {
  .content_title_2 {
    margin-top: 0;
    margin-left: 300px;
  }
  .outline_list {
    margin-bottom: 40px;
  }
}
/* -- グッズ --*/
#Goods .goods_list_content .goods_box,
#Goods .goods_list_content .goods_listbox {
  background: #fff;
  position: relative;
}
#Goods .goods_list_content .goods_box .caution,
#Goods .goods_list_content .goods_listbox .caution {
  width: 90%;
  position: absolute;
  top: 23px;
  right: 6%;
  font-size: 0.6em;
  text-align: right;
}
#Goods .goods_list_content .goods_listbox {
  width: 100%;
  margin: 0 0 40px;
  padding: 60px 20px 40px;
  text-align: center;
}
#Goods .goods_list_content .goods_listbox a.buy {
  max-width: 300px;
  margin: 20px auto 0;
  padding: 15px;
  color: #fff;
  background: #5c68cc;
  display: block;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
}
#Goods .goods_list_content .goods_listbox .buy_caution {
  margin-top: 5px;
  color: #5c68cc;
}
@media only screen and (min-width: 1025px) {
  #Goods .goods_list_content {
    /* Laptop PC */
  }
  #Goods .goods_list_content .goods_listbox {
    background: #f6f6f6;
    padding: 60px 100px 40px;
  }
}
#Goods .info_onlinestore {
  background: #eee;
  border-radius: 8px;
  width: 100%;
  padding: 60px 20px;
  margin-top: 40px;
}
#Goods .info_onlinestore h2 {
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 1.8em;
  border-left: none;
}
#Goods .info_onlinestore .text1 {
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: bold;
}
#Goods .info_onlinestore .text2 {
  font-weight: bold;
}
#Goods .info_onlinestore img {
  margin: 20px 0;
}
#Goods .info_onlinestore .ec_top {
  margin: 40px auto 0;
  padding: 15px;
  color: #fff;
  background: #5c68cc;
  display: block;
  text-align: center;
  border-radius: 30px;
  font-size: 0.8em;
  text-decoration: none;
}
@media only screen and (min-width: 1025px) {
  #Goods .info_onlinestore {
    background: none;
    border-radius: 8px;
    width: 100%;
    padding: 20px;
    margin-top: 40px;
  }
  #Goods .info_onlinestore .ec_top {
    width: 60%;
  }
}

.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: #5c68cc;
  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: 80px;
    margin-bottom: 20px;
  }
  .novelty h2 {
    color: #000;
    border: 2px solid #000;
    padding: 5px;
    width: 300px;
    margin: 0 auto 20px;
  }
  .novelty img {
    width: 80%;
  }
  .limit {
    width: 96%;
  }
}/*# sourceMappingURL=style_madeintohoku.css.map */