.w100 {
  display: block;
  width: 100%;
  height: auto;
}

.price_box {
  background: url(../images/price_bg.webp);
  background-size: cover;
}

.price_box .price_inbox {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.price_box .price_txt {
  max-width: 430px;
  width: 90%;
  padding: 20px 0 10px;
}

.btn_buy {
  width: 180px;
}

.btn_mall .btn {
  display: inline-block;
  font-weight: bold;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 2rem;
  font-size: 18px;
  width: 180px;
  border-radius: 6px;
}
.btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #4fbdf0;
  border-color: #4fbdf0;

  margin: 10px auto 20px;
}

.btn_mall.btn_mall02 .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #4fbdf0;
  border-color: #4fbdf0;
}

.btn_mall02 {
  margin-left: 3%;
}

.btn_mall_box {
  width: 180px;
  margin: 0 auto;
}
.btn_mall_box .btn_mall .btn.btn-light {
  display: block;
  color: #fff;
  background-color: #a76132;
  border-color: #a76132;

  margin: 10px auto 20px;
}

.movie_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.movie_area {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.promo_movie_box {
  width: 100%;
  max-width: 480px;
  padding: 20px;

  background-size: 100% auto;
  background-position: top;
}

#contents .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#contents .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ct_box .copyright {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;

  align-items: center;

  padding: 20px 10px;
}

.ct_box .copyright_img {
  width: 30%;
  max-width: 320px;
}

.ct_box .copyright_text {
  text-align: left;
  font-size: 11px;
  color: #000;
}

.ct_box .bnr_box {
  padding: 20px 8% 10px;
}
.ct_box .bnr_box a {
  display: block;
}

.copyright_box2501{
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

/*------------------------*/

.ct_box {
  width: 100%;
  margin: 0 auto;
}

.ct_box > .w480 {
  width: 100%;
  max-width: 480px;
  box-sizing: border-box;
  margin: 0 auto;
  overflow: hidden;
}


.bg_box {
  background: url(../images/bg.png) no-repeat fixed;
  background-size: 100% auto;
}

@media (min-width: 481px) {
  .ct_box > .w480 {
    border-right: 4px #1C509A solid;
    border-left: 4px #1C509A solid;
  }

  /* min-width: 481px */
}

@media (max-width: 480px) {
  .bg_box {
    background: url(../images/bg.png) no-repeat fixed;
    background-size: 300% auto;
  }
/* max-width: 480px */}

/*------------------------*/
.MT5{
  margin-top: 5px;
}
.MT10{
  margin-top: 10px;
}
.MT15{
  margin-top: 15px;
}
.MT20{
  margin-top: 20px;
}
.MT25{
  margin-top: 25px;
}
.MT30{
  margin-top: 30px;
}
.MT35{
  margin-top: 35px;
}
.MT40{
  margin-top: 40px;
}

.PT40{
  padding-top: 40px;
}

/* .sp_bg{
  background: url(../images/bg.png) fixed;
  background-size: 200% auto;
  background-position: top;
} */

/* mainここから */
h1{
  margin: 0;
}
/*------------------------*/


.area01_img_02_box .point04_map {
margin-bottom: 20px;
}

.area01_img_02_box .zoom_txt {
margin: 10px 0 0;
}



.area01_img_02_box{
  background: #e60012;
  padding: 12px 0;
}

section.each_area {
margin-bottom: 60px;
} 

section.each_area.area07 {
margin-bottom: 30px;
} 

.btn_moncolle {
display: block;
width: 90%;
max-width: 413px;
margin: 0 auto 60px;
}