/* Scss Document */
#sec1 {
  position: relative;
  margin-bottom: 5%; }
  #sec1 h2 {
    margin-top: -25%; }

#sec2 h2 {
  margin-bottom: 2%; }
#sec2 .sec2_img {
  float: left;
  width: 67.8%; }
#sec2 h3 {
  float: right;
  width: 23.2%; }
#sec2 .box {
  margin: 2%;
  padding: 5% 2%; }
  #sec2 .box .price_box {
    padding-bottom: 2%;
    letter-spacing: 1px; }
  #sec2 .box .price_txt {
    font-size: 14px;
    margin-top: -5px;
    line-height: 28px;
    display: block; }
  #sec2 .box dl {
    margin: 3% auto 0 auto;
    max-width: 480px; }
    #sec2 .box dl dt {
      text-align: center;
      font-size: 20px;
      line-height: 40px;
      margin-bottom: 2%; }
#sec2 .sec2Group {
  position: relative;
  padding-top: 1%; }
#sec2 .sec2_txt {
  margin: 2% 0 4% 2%; }
  #sec2 .sec2_txt p {
    width: 52%; }
#sec2 .sec2_img2 {
  right: 0;
  width: 46%;
  top: 4%;
  position: absolute; }

#sec3 {
  position: relative;
  margin-bottom: 7%; }
  #sec3 h2 {
    position: absolute;
    top: 0;
    left: 0; }
  #sec3 .box {
    margin-left: 45%;
    margin-top: -28%;
    position: relative;
    z-index: 1;
    background: url(../img/kaiseki/sec3_bg.png) repeat top center;
    font-size: 13px;
    line-height: 28px;
    padding: 2% 0;
    color: #000; }

  #sec3 .box2 {
    width: 94%;
	  margin: 40px auto 0 auto;
    position: relative;
    z-index: 1;
    background: url(../img/kaiseki/sec3_bg.png) repeat top center;
    font-size: 13px;
    line-height: 28px;
    padding: 4% 0;
    color: #000; }

    #sec3 .box2 .sec3_txt {
      margin-top: 3%; }
    #sec3 .box2 .price_box {
      background: url(../img/kaiseki/sec3_line.png) no-repeat bottom center;
text-align: center;
color: #C90003;
font-size: 20px;}
    #sec3 .box2 .title_box {
      letter-spacing: 0;
font-size: 24px;
margin-bottom: 10px;}


    #sec3 .box .sec3_txt {
      margin-top: 3%; }
    #sec3 .box .price_box {
      background: url(../img/kaiseki/sec3_line.png) no-repeat bottom center; }
    #sec3 .box .title_box {
      letter-spacing: 0; }

@media screen and (max-width: 480px) {
  #sec2 .sec2_txt p:last-child {
    width: 100%; } }
@media screen and (max-width: 420px) {
  #sec2 .sec2_txt p:nth-child(3) {
    width: 100%; }

  #sec3 .box {
    margin-left: 30%;
    margin-top: -13%; } 