/*reset*/
.sp_only {
  display: none !important;
}
h1.block-event-page--header,
.pane-left-menu, .pane-right-menu {
  display: none;
}
.container {
  width: 1710px;
  max-width: 1710px;
}
h2 {
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  margin: unset;
}
.block-event-page--goods {
  width: 1000px;
  margin: 0 auto;
}
#ama {
  font-family: '源ノ角ゴシック JP';
}
/*mv*/
#ama .mv {
  background: url(../../../img/usr/event/1055/bg_1.png) no-repeat;
  background-size: 1710px contain;
  background-position: bottom center;
  padding-bottom: 146px;
  z-index: 2;
  position: relative;
}
#ama .mv .mv_image {
  width: 1709px;
}
#ama .mv .mv_image img {
  width: 100%;
}
#ama .mv .mv_text {
  margin-top: 60px;
  font-size: 18px;
  line-height: 34px;
  max-height: 94px;
  text-align: center;
  color: #8B574E;
}

/*store*/
#ama .store {
  margin-top: -90px;
  background: url(../../../img/usr/event/1055/bg_dango.png) no-repeat;
  background-color: #f2dbd4;
  padding: 150px 0;
  z-index: 1;
  position: relative;
}
#ama .store .store_ttl {
  text-align: center;
  margin: 0 auto 100px;
  align-items: center;
}
#ama .store .store_ttl .store_ttl_inner {
  padding: 5px 0;
  min-width: 230px;
  display: inline-block;
  border-top: 2px solid #8B574E;
  border-bottom: 2px solid #8B574E;
  font-size: 30px;
  line-height: 45px;
  height: 55px;
  color: #8B574E;
}
#ama .store .store_subttl {
  border: 1px solid #8B574E;
  max-width: 60px;
  background-color: #fff;
  margin: 0 auto 50px;
  padding: 12px 18px;
}
#ama .store .store_subttl .store_subttl_inner {
  color: #8B574E;
  font-size: 24px;
  line-height: 36px;
  font-size: bold;
  text-align: center;
}
#ama .store .store_list {
  display: flex;
  flex-wrap: wrap;
  width: 1127px;
  margin: 0 auto 85px;
  justify-content: center;
}
#ama .store .store_list li {
  margin-right: 49px;
  width: 343px;
  line-height: 2em;
  margin-bottom: 50px;
}
#ama .store .store_list li:nth-child(3n),
#ama .store .store_list li:last-child {
  margin-right: 0px;
}
#ama .store .store_list li .store_image {
  margin-bottom: 20px;
}
#ama .store .store_list li .store_name,
#ama .store .store_list li .store_product {
  font-size: 16px;
  color: #8B574E;
  text-align: center;
}
#ama .store ul:last-of-type {
  margin-bottom: 0px;
}
#ama .store ul:last-of-type li {
  margin-bottom: 0px;
}

/*omoi*/
#ama .omoi {
  background-color: #F6E2CB;
  padding: 150px 0 100px;
  z-index: 1;
  position: relative;
}
#ama .omoi .omoi_ttl {
  text-align: center;
  margin: 0 auto 50px;
  align-items: center;
}
#ama .omoi .omoi_ttl .omoi_ttl_inner {
  padding: 5px 0;
  min-width: 230px;
  display: inline-block;
  border-top: 2px solid #8B574E;
  border-bottom: 2px solid #8B574E;
  font-size: 30px;
  line-height: 45px;
  height: 55px;
  color: #8B574E;
}
#ama .omoi .omoi_list {
  width: 1100px;
  display: flex;
  margin: 0 auto 50px;
}
#ama .omoi .omoi_list.omoi_list_reverse {
  flex-direction: row-reverse;
}
#ama .omoi .omoi_list .omoi_list_cir {
  margin-right: 20px;
  width: 200px;
}
#ama .omoi .omoi_list .omoi_list_cir img {
  width: 100%;
}
#ama .omoi .omoi_list.omoi_list_reverse .omoi_list_cir {
  margin-left: 20px;
  margin-right: 0px;
  width: 200px;
}
#ama .omoi .omoi_list .omoi_list_text {
  margin-right: 43px;
  font-size: 16px;
  line-height: 2em;
  color: #8B574E;
  max-width: 337px;
}
#ama .omoi .omoi_list.omoi_list_reverse .omoi_list_text {
  margin-left: 43px;
  margin-right: 0px;
}
#ama .omoi .omoi_list .omoi_list_image {
  width: 500px;
  padding-top: 9px;
}
#ama .omoi .omoi_list .omoi_list_image.omoi_list_image_multi {
  padding-top: 9px;
  display: flex;
}
#ama .omoi .omoi_list .omoi_list_image.omoi_list_image_multi div:first-child{
  margin-right: 20px;
}
#ama .omoi .omoi_list .omoi_list_image.omoi_list_image_multi div {
  width:calc((100% - 20px) / 2);
}
#ama .omoi .omoi_list.omoi_list_noimage .omoi_list_text {
  max-width: 880px;
  margin-right: 0px;
}