/*reset*/
.pc_only {
    display: none !important;
}
h1.block-event-page--header,
.pane-left-menu, .pane-right-menu {
  display: none;
}
h2 {
  font-size: unset;
  font-weight: unset;
  line-height: unset;
  margin: unset;
}
#ama {
  font-family: '源ノ角ゴシック JP';
}
/*mv*/
#ama .mv {
  background: url(../../../img/usr/event/1055/sp/bg_1.png) no-repeat;
  background-size: auto 100%;
  background-position: bottom center;
  z-index: 2;
  position: relative;
  padding-bottom: 100px;
}
#ama .mv .mv_image img {
  width: 100%;
}
#ama .mv .mv_text_1_sp {
  margin: 28px auto 10px;
  font-size: 18px;
  font-weight: bold;
  width: 126px;
  line-height: 28px;
  text-align: center;
  color: #8B574E;
}
#ama .mv .mv_text_2_sp {
  margin: 0 auto 30px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  text-align: center;
  color: #8B574E;
}
#ama .mv .mv_text {
  margin: 0 auto;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #8B574E;
}

/*store*/
#ama .store {
  margin-top: -90px;
  background: url(../../../img/usr/event/1055/sp/bg_dango.png) no-repeat;
  background-color: #f2dbd4;
  padding: 110px 0 60px;
  z-index: 1;
  position: relative;
}
#ama .store .store_ttl {
  text-align: center;
  margin: 0 auto 40px;
  align-items: center;
  background: unset;
}
#ama .store .store_ttl .store_ttl_inner {
  padding: 5px 0;
  min-width: 165px;
  display: inline-block;
  border-top: 1px solid #8B574E;
  border-bottom: 1px solid #8B574E;
  font-size: 20px;
  line-height: 28px;
  height: 40px;
  color: #8B574E;
}
#ama .store .store_subttl {
  border: 1px solid #8B574E;
  max-width: 40px;
  min-height: 90px;
  background-color: #fff;
  margin: 0 auto 21px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ama .store .store_subttl .store_subttl_inner {
  color: #8B574E;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
#ama .store .store_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
  justify-content: center;
}
#ama .store .store_list li {
  margin-right: 15px;
  width: calc((100% - 15px) / 2);
  line-height: 20px;
  margin-bottom: 35px;
}
#ama .store .store_list li:nth-child(2n),
#ama .store .store_list li:last-child {
  margin-right: 0px;
}
#ama .store .store_list:first-of-type li:last-child {
    margin-bottom: 43px;
}
#ama .store .store_list li .store_image {
  margin-bottom: 12px;
}
#ama .store .store_list li .store_name,
#ama .store .store_list li .store_product {
  font-size: 12px;
  color: #8B574E;
  text-align: center;
}
#ama .store ul {
  margin-bottom: 0px;
}
#ama .store ul:last-of-type li {
  margin-bottom: 0px;
}

/*omoi*/
#ama .omoi {
  background-color: #F6E2CB;
  padding: 60px 0 100px;
  z-index: 1;
  position: relative;
}
#ama .omoi .omoi_ttl {
  text-align: center;
  margin: 0 auto 40px;
}
#ama .omoi .omoi_ttl .omoi_ttl_inner {
    padding: 5px 0;
    min-width: 165px;
    display: inline-block;
    border-top: 1px solid #8B574E;
    border-bottom: 1px solid #8B574E;
    font-size: 20px;
    line-height: 28px;
    height: 40px;
    color: #8B574E;
}
#ama .omoi .omoi_list {
  margin: 0 auto 40px;
  padding: 0 15px;
}
#ama .omoi .omoi_list:last-child {
    margin-bottom: 0px;
}
#ama .omoi .omoi_list .omoi_list_cir {
  width: 132px;
  margin: 0 auto 10.3px;
  text-align: center;
}
#ama .omoi .omoi_list .omoi_list_cir img {
  width: 100%;
}
#ama .omoi .omoi_list .omoi_list_text {
  font-size: 12px;
  line-height: 24px;
  color: #8B574E;
  margin-bottom: 40.3px;
}
#ama .omoi .omoi_list .omoi_list_image.omoi_list_image_multi {
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
}
#ama .omoi .omoi_list .omoi_list_image.omoi_list_image_multi div {
  width: calc((100% - 15px) / 2);
}