@charset "utf-8";

main{
  background-color: #F4F4F4;
}

iframe{
  max-width: 100%;
}

.wrapper{
  padding: 60px 20px 60px;
}

.mv{
  margin-bottom: 30px;
}

.mv > img{
  width: 100%;
  height: auto;
}

.ttl01{
  margin-bottom: 30px;
  font-size: 20px;
}

.th_shop{
  background-color: #FEB127;
  margin-bottom:0;
}

.list_shop_collab{
  margin: 0;
  padding: 0;
  list-style: none;
}

.list_shop_collab > li{
  font-size: 14px;
}

h2{
  overflow: hidden;
  border-radius: 5px;
  margin: 60px auto 30px;
  height: 40px;
  background-color: #43B8DB;
  font-size: 20px;
  color: #fff;
}

h2::before{
  content: '';
  display: inline-block;
  margin-right: 15px;
  width: 15px;
  height: 100%;
  vertical-align: middle;
  background-color: #FEB127;
}

h3{
  overflow: hidden;
  border-radius: 5px;
  position: relative;
  padding: calc((40px - 1em) / 2) 15px calc((40px - 1em) / 2) 30px;
  margin: 40px auto 20px;
  background-color: #000;
  font-size: 14px;
  color: #FEB127;
}

h3::before{
  content: '';
  display: inline-block;
  width: 15px;
  height: 100%;
  vertical-align: middle;
  background-color: #43B8DB;
  position: absolute;
  top: 0;
  left: 0;
}

hr, hr.wp-block-separator{
  margin: 30px auto 30px;
  height: 2px;
  border: none;
  background-image: linear-gradient(to right,#000 2px,transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.wrap_pagenation_single{
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.wrap_pagenation_single > .prev, .wrap_pagenation_single > .next{
  display: inline-block;
  margin: 0;
}

.wrap_pagenation_single > .prev > a, .wrap_pagenation_single > .next > a{
  text-decoration: none;
  font-size: 10px;
  color: #000;
}

.wrap_pagenation_single > .prev > a::before, .wrap_pagenation_single > .next > a::after{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-image: url(/wp-content/themes/paselabo/images/cursor_pager_l.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.wrap_pagenation_single > .prev > a::before{
  margin-right: 10px;
}

.wrap_pagenation_single > .next > a::after{
  margin-left: 10px;
  background-image: url(/wp-content/themes/paselabo/images/cursor_pager_r.gif);
}

.contents_footer{
  padding: 60px 0;
}

.share{
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
}

.wrap_share_icon{
  list-style: none;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-around;
  margin: 0 auto 60px;
  padding: 0;
  width: 216px;
}

.share_icon{
  width: 32px;
  height: 32px;
}

#msg_success {
  display: none;
  opacity: 0;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  width: 300px;
  height: 40px;
  line-height: 40px;
  background-color: #43B8DB;
  color: #fff;
  margin: auto;
  text-align: center;
  border-radius: 5px;
}

.wp-block-buttons, .wp-block-button{
  display: block !important;
}

.wp-block-button__link{
  padding-right: 40px;
  width: 100%;
}


@media screen and (min-width: 769px) {
  .wrapper{
    margin: auto;
    padding: 80px 0 60px;
    width: 840px;
  }

  .wrap_h1{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

  .mv, .wrap_text{
    width: 400px;
  }

  .contents figure{
    display: inline-block;
    margin: 10px 0;
    max-width: calc(50% - 5px);
  }

  figure + figure{
    margin-left: 10px;
  }

  .contents_footer{
    padding: 80px 0;
  }

  .wp-block-button__link {
    padding-right: 60px;
    width: 600px;
    height: 60px;
    font-size: 20px;
  }

  .wp-block-button__link::after {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
