@charset "UTF-8";
/* デフォルト。よく使うので消さない方がいい*/
/* line 9, ../sass/_default.scss */
li {
  list-style-type: none;
}

/* line 11, ../sass/_default.scss */
body, p, li, a, h1, h2, h3 {
  color: #000;
  font-size: 16px;
  line-height: 23px;
}

/* このサイト専用のデフォルト */
/* line 24, ../sass/_default.scss */
p {
  margin-bottom: 15px;
}

/* line 25, ../sass/_default.scss */
.btn {
  margin: 0 auto;
}

/* line 26, ../sass/_default.scss */
.btn a {
  margin: 0 auto;
}

/* line 27, ../sass/_default.scss */
.point-up {
  font-weight: bold;
}

/* line 29, ../sass/_default.scss */
.section {
  clear: both;
}

/* line 33, ../sass/_default.scss */
body {
  font-family: 'HiraKakuProN-W3';
  background: #fff;
}

/* line 3, ../sass/sakura_glass.scss */
.header_sakura_glass {
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 50%, gainsboro 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(100%, gainsboro));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 50%, gainsboro 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 50%, gainsboro 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 50%, gainsboro 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, white 50%, gainsboro 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcdcdc',GradientType=0 );
  /* IE6-9 */
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

/* line 15, ../sass/sakura_glass.scss */
.header_sakura_glass {
  position: relative;
}
/* line 18, ../sass/sakura_glass.scss */
.header_sakura_glass p {
  margin: 0;
}
/* line 22, ../sass/sakura_glass.scss */
.header_sakura_glass .back_sakura a {
  width: 48px;
  height: 24.5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../img/btn_back.png) no-repeat;
  background-size: 48px 24.5px;
  margin: 10px;
}
/* line 31, ../sass/sakura_glass.scss */
.header_sakura_glass .text_sakura {
  width: 235.5px;
  height: 22.5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../img/sakura_guras_text.png) no-repeat;
  background-size: 235.5px 22.5px;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -117.75px;
}

/* line 44, ../sass/sakura_glass.scss */
.top_img {
  background: #fc92a4;
}

/* line 48, ../sass/sakura_glass.scss */
.top_img p {
  width: 329.5px;
  height: 152px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../img/photo01_sakura.png) no-repeat;
  background-size: 329.5px 152px;
  margin: 0 auto;
}

/* line 57, ../sass/sakura_glass.scss */
.top_img02 p {
  width: 195.5px;
  height: 158px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../img/img_hako02.png) no-repeat;
  background-size: 195.5px 158px;
  margin: 15px auto;
}

/* line 66, ../sass/sakura_glass.scss */
section {
  margin: auto 15px;
}
/* line 69, ../sass/sakura_glass.scss */
section .btn_sakura01 a {
  width: 282.5px;
  height: 51.5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../img/btn_sakura03.png) no-repeat;
  background-size: 282.5px 51.5px;
  margin: 0 auto 45px auto;
}
/* line 78, ../sass/sakura_glass.scss */
section .text_sakura02 {
  width: 245px;
  height: 44px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../img/sakura_text01.png) no-repeat;
  background-size: 245px 44px;
  margin: 0 auto 15px auto;
}
/* line 87, ../sass/sakura_glass.scss */
section .strong {
  font-weight: bold;
}
/* line 91, ../sass/sakura_glass.scss */
section .btn_sakura02 a {
  width: 282.5px;
  height: 51.5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../img/btn_more.png) no-repeat;
  background-size: 282.5px 51.5px;
  margin: 0 auto 30px auto;
}

@media screen and (min-width: 600px) {
  /* line 102, ../sass/sakura_glass.scss */
  section {
    max-width: 600px;
    margin: 0 auto;
  }
  /* line 106, ../sass/sakura_glass.scss */
  section .btn_sakura01 a {
    width: 565px;
    height: 103px;
    background: url(../img/btn_sakura03.png) no-repeat;
    background-size: 565px 103px;
    margin: 0 auto 45px auto;
  }
  /* line 114, ../sass/sakura_glass.scss */
  section .text_sakura02 {
    width: 490px;
    height: 88px;
    background: url(../img/sakura_text01.png) no-repeat;
    background-size: 490px 88px;
    margin: 0 auto 15px auto;
  }
  /* line 122, ../sass/sakura_glass.scss */
  section .strong {
    font-weight: bold;
  }
  /* line 126, ../sass/sakura_glass.scss */
  section .btn_sakura02 a {
    width: 565px;
    height: 103px;
    background: url(../img/btn_more.png) no-repeat;
    background-size: 565px 103px;
    margin: 0 auto 30px auto;
  }
}
