@charset "UTF-8";
body {
  background: #fff url("../img/bg-body.png") center top repeat-y;
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  letter-spacing: 0.05rem;
}

a {
  color: #00f;
  text-decoration: underline;
}
a:visited {
  color: #00f;
  text-decoration: underline;
}
a:hover, a:active {
  color: #00f;
  text-decoration: none;
}

img{
  max-width: 100%;
  height: auto;
}

.btn01{
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  background: #b788b1;
  padding: 20px 0;
  width: 380px;
  line-height: 1.3;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  box-shadow: 0 5px 0 0 #7c5076;
  text-decoration: none;
}
.btn01:visited,
.btn01:hover,
.btn01:active{
  text-decoration: none;
  color: #fff;
}
.btn01:hover{
  position: relative;
  top: 3px;
  box-shadow: 0 2px 0 0 #7c5076;
}
.btn01.sm{
  font-size: 20px;
}

.btn02{
  display: inline-block;
  background: #f283a9;
  padding: 20px 0;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
}
.btn02:hover,
.btn02:visited,
.btn02:active{
  text-decoration: none;
  color: #fff;
}
.btn02:hover{
  opacity: .7;
}

.item-image{
  text-align: center;
}

.time{
  display: inline-block;
  border: 1px solid #e8464d;
  background: #fff;
  padding: 2px 15px;
  font-weight: bold;
  color: #e8464d;
  font-size: 18px;
  box-sizing: border-box;
}



/* Layout */
#header{
  background: #f283a9;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
}

#main{
}

#footer{
  text-align: center;
  font-size: 12px;
}



/* Responsive */
@media (max-width: 767px){
  body{
    overflow-x: hidden;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    letter-spacing: normal;
    font-size: 14px;
  }

  .btn01{
    max-width: 100%;
    font-size: 24px;
  }

  .mv{
    left: 0;
    margin-bottom: 20px;
    margin-left: auto;
    width: 100%;
  }
  .mv img{
    width: 100%;
    height: auto;
  }

  .title-lv02,
  .title-lv03{
    margin-right: -10px;
    margin-left: -10px;
    text-align: center;
  }
  .title-lv02{
    margin-top: 40px;
    margin-bottom: 0;
  }
  .title-lv03{
    margin-top: 20px;
    margin-bottom: 20px;
  }


  .section-inner{
  }


  .section-00 .container{
    position: relative;
  }
  .section-00 .lead{
    margin: 0;
    text-align: center;
    color: #f283a9;
    font-size: 16px;
  }
  .section-00 .img01,
  .section-00 .img02{
    display: none;
  }


  .section-01-01 .title-lv03{
    margin-right: 0;
    margin-left: 0;
  }
  .section-01-01 .text01{
    text-align: center;
    font-size: 16px;
  }
  .section-01-02 p{
    margin: 0 0 20px 0;
  }


  .section-02{
    margin-bottom: 40px;
  }


  .spec{
    border: 1px solid #fbdae5;
    background: #fdebf1;
    padding: 10px 20px;
    border-radius: 10px;
  }
  .spec p{
    margin: 0;
  }
  .spec.wide{
  }
  .spec .title{
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 5px;
    line-height: 1.3;
    font-weight: bold;
    font-size: 17px;
  }
  .spec .price{
    margin-bottom: 10px;
    font-size: 12px;
  }
  .spec .price strong{
    font-weight: bold;
  }
  .spec .price  .lg{
    font-size: 18px;
  }
  .spec .price  .md{
    font-size: 15px;
  }
  .spec .num{
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #e8464d;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
  }
  .spec .num strong{
    font-size: 120%;
  }
  .spec .loppi{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #e8464d;
  }
  .spec .notice{
    margin-top: 10px;
    line-height: 1.5;
    font-size: 12px;
  }

  .spec.wide .title{}
  .spec.wide .price{}
  .spec.wide .num,
  .spec.wide .loppi{
  }
  .spec.wide .notice{
    clear: both;
  }


  .section-03{
    margin-bottom: 40px;
  }
  .section-03 .container{
  }
  .section-03 h2{
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: bold;
    font-size: 20px;
  }
  .section-03 h2 small{
    display: block;
    font-size: 12px;
  }
  .section-03 .image{
    margin-bottom: 40px;
    text-align: center;
  }
  .section-03 .btn02{
    padding-right: 50px;
    padding-left: 50px;
  }
}



@media (min-width: 768px){
  .mv{
    margin-bottom: 40px;
    background: #efe4e6;
    text-align: center;
  }

  .title-lv02,
  .title-lv03{
    margin-right: 10px;
    margin-left: 10px;
    text-align: center;
  }
  .title-lv02{
    margin-top: 80px;
    margin-bottom: 0;
  }
  .title-lv03{
    margin-top: 40px;
    margin-bottom: 40px;
  }


  .section-inner{
    margin-right: auto;
    margin-left: auto;
    width: 780px;
  }


  .section-00 .container{
    position: relative;
  }
  .section-00 .lead{
    text-align: center;
    color: #f283a9;
    font-size: 24px;
  }
  .section-00 .img01,
  .section-00 .img02{
    position: absolute;
  }
  .section-00 .img01{
    top: 130px;
    left: -100px;
  }
  .section-00 .img02{
    top: 145px;
    right: -100px;
  }


  .section-01-01 .title-lv03{
    text-align: center;
  }
  .section-01-01 .text01{
    text-align: center;
    font-size: 20px;
  }


  .section-02{
    margin-bottom: 40px;
  }


  .spec{
    border: 1px solid #fbdae5;
    background: #fdebf1;
    padding: 20px 40px;
    border-radius: 10px;
  }
  .spec p{
    margin: 0;
  }
  .spec.wide{
    padding: 30px 40px;
  }
  .spec .title{
    border-bottom: 1px solid #b3b3b3;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 20px;
  }
  .spec .price{
    margin-bottom: 10px;
    font-size: 14px;
  }
  .spec .price strong{
    font-weight: bold;
  }
  .spec .price  .lg{
    font-size: 24px;
  }
  .spec .price  .md{
    font-size: 19px;
  }
  .spec .num{
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #e8464d;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
    font-size: 14px;
  }
  .spec .num strong{
    font-size: 120%;
  }
  .spec .loppi{
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #e8464d;
  }
  .spec .notice{
    margin-top: 10px;
    line-height: 1.5;
    font-size: 12px;
  }

  .spec.wide .title{}
  .spec.wide .price{
    margin-bottom: 0;
  }
  .spec.wide .num,
  .spec.wide .loppi{
  }
  .spec.wide .notice{
    clear: both;
  }


  .section-03{
    margin-bottom: 40px;
  }
  .section-03 .container{
    width: 900px;
  }
  .section-03 h2{
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
  }
  .section-03 h2 small{
    font-size: 12px;
  }
  .section-03 .image{
    margin-bottom: 40px;
    text-align: center;
  }
  .section-03 .btn02{
    width: 600px;
  }
}

