@charset "UTF-8";
/* ----------------------------------------------------------------header*/
#header {
  position: relative;
  background: url(../img/sake_img/bg_pagetitle.png) no-repeat top center;
  background-size: cover;
  height: 300px;
}
#header .container {
  position: relative;
}
#header .logo img {
  width: 100px;
  height: auto
}
@media print, screen and (min-width:768px) {
  #header {
    width: 100%;
    height: 500px;
    background-size: auto;
  }
  #header .logo img {
    width: auto;
    height: auto;
    max-width: 270px;
  }
}
@media print, screen and (min-width:1200px) {
  #header .logo img {
    max-width: 283px;
  }
}
/*------------------------------------------------------------Content*/
#content {
  padding-top: 10px;
  text-align: left;
  background: url(../img/common_img/bg_wood.jpg);
}
/*sec01*/
#sec01 {
  padding-top: 100px;
  padding-bottom: 40px;
  background: url(../img/sake_img/img_sake01.png) no-repeat top 400px center;
  background-size: 90% auto;
  clear: both;
}
#sec01 .container {
  margin-top: -80px;
}
#sec01 ul.menu {
  margin-top: 200px;
}
#sec01 p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
#sec01 p img {
  text-align: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
/*sec02*/
#sec02 {
  padding-bottom: 40px;
  background: url(../img/sake_img/img_sake02.png) no-repeat top 380px center;
  background-size: 90% auto;
  clear: both;
}
#sec02 p {
  font-size: 16px;
  line-height: 2;
  text-align: left;
}
#sec02 p img {
  text-align: left;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#sec02 ul.menu {
  margin-top: 250px;
}
#sec02 ul.ph_area li p {
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  background: rgba(56, 47, 23, 0.7);
  width: 80%;
}
#sec02 ul.ph_area li p span {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: block;
  margin-top: -10px;
}
@media print, screen and (min-width:480px) {
  .title01 br {
    display: none;
  }
  #sec01 {
    padding-bottom: 40px;
    background: url(../img/sake_img/img_sake01.png) no-repeat top 350px center;
    background-size: 80% auto;
    clear: both;
  }
  #sec01 ul.menu {
    margin-top: 300px;
  }
  #sec02 {
    padding-bottom: 40px;
    background: url(../img/sake_img/img_sake02.png) no-repeat top 380px center;
    background-size: 80% auto;
    clear: both;
  }
  #sec02 ul.menu {
    margin-top: 350px;
  }
}
@media print, screen and (min-width:768px) {
  #content {
    margin-top: 0;
  }
  /*sec01*/
  #sec01 {
    padding-bottom: 40px;
  }
  #sec01 ul.menu {
    margin-top: 450px;
  }
  #sec01 p {
    font-size: 18px;
    margin-top: 20px;
  }
  #sec01 p img {
    width: auto;
  }
  /*sec02*/
  #sec02 {
    padding-bottom: 40px;
  }
  #sec02 p {
    font-size: 18px;
    margin-top: 20px;
  }
  #sec02 p img {
    width: auto;
  }
  #sec02 ul.menu {
    margin-top: 380px;
  }
  #sec02 ul.ph_area li p {
    border-right: 1px solid #382f17;
    width: auto;
  }
}
@media print, screen and (min-width:992px) {
  #sec01 {
    padding-bottom: 100px;
    background-position: top 0 right 0;
    background-size: auto;
  }
  #sec01 ul.menu {
    margin-top: 100px;
  }
  #sec02 {
    padding-bottom: 100px;
    background-position: top 0 right -120px;
    background-size: auto;
  }
  #sec02 p.txt {
    text-shadow: 1px 1px 1px #fff;
  }
  #sec02 ul.menu {
    margin-top: 10px;
  }
}
@media print, screen and (min-width:1200px) {
  #sec01 {
    padding-bottom: 100px;
    background-position: top 0px right 0;
  }
  #sec02 {
    padding-bottom: 120px;
    background-position: top 0px right 0;
  }
  #sec02 p.txt {
    text-shadow: none;
  }
}