@charset "utf-8";

/* ------------------------------
    food
------------------------------ */
.section {
  width: 100%;
}
.section-content {
  margin: 0 auto;
  text-align: center;
  padding:25vw 0
}
.section-content .block{
}
.content-box h3 {
    font-size: 2.8571vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    line-height: 0.7vw;
    color: #fff;
    display: inline-block;
    position: relative;
}
.content-box h3 span {
    font-size: 1vw;
    font-weight: bold;
    line-height: 5em;
    letter-spacing: 0.1em;
    font-family: 'Cormorant Garamond', serif;
    color: #fff;
}
.content-box h3:before {
    content: '';
    position: absolute;
    bottom: -0.5vw;
    display: inline-block;
    width: 1.42857vw;
    height:1px;
    left: calc(50% - (1.42857vw / 2));
    background-color: #fff;
}
.content-box p {
    font-size: 1vw;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    line-height: 2em;
    color: #fff;
    margin-top: 3.8vw;
    text-align: center;
}
#food .contents .section:first-child{
  background: url('../img/food_01.jpg') no-repeat;
  background-size:cover;
  /*background-position: 0 calc(100vw - 94.2857vw);*/
}
#food .contents .section:nth-child(2){
  background: url('../img/food_02.jpg') no-repeat;
  background-size:cover;
}
#food .contents .section:nth-child(3){
  background: url('../img/food_03.jpg') no-repeat;
  background-size:cover;
}
#food .contents .section:nth-child(4){
  background: url('../img/food_04.jpg') no-repeat;
  background-size:cover;
}
#food .contents .section:nth-child(5){
  background: url('../img/food_05.jpg') no-repeat;
  background-size:cover;
}
#food .contents .section:nth-child(6){
  background: url('../img/food_06.jpg') no-repeat;
  background-size:cover;
}
#food .contents {
  margin-top:calc(100vw - 94.2857vw);
}
.pager {
  position: fixed;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
  padding: 0;
}
.pager li {
    display: block;
    margin: 1vw;
}
.pager a {
      display: block;
      width: 5px;
      height: 5px;
      background: #fff;
      border-radius: 50%;
}
.is-current a {
      width: 1vw;
      height: 1vw;
      transform: translateX(-25%);
}
@media only screen and (max-width: 768px) {
.section-content {
  padding:50% 0 0
}
.section-content .block{
}
.content-box h3 {
    font-size: 6.25vw;
}
.content-box h3 span {
    font-size: 3.3vw;
}
.content-box h3:before {
    width: 3.125vw;
    left: calc(50% - (3.125vw / 2));
}
.content-box p {
    font-size: 3.7vw;
    margin-top: 10vw;
    width:88vw;
    display: inline-block;
}
#food .contents .section{
  background-size: cover;
}
#food .contents .section:first-child{
  background-image: url('../img/food_sp_01.jpg');
  margin-top:12.5vw;
}
#food .contents .section:nth-child(2){
  background-image: url('../img/food_sp_02.jpg');
}
#food .contents .section:nth-child(3){
  background-image: url('../img/food_sp_03.jpg');
}
#food .contents .section:nth-child(4){
  background-image: url('../img/food_sp_04.jpg');
}
#food .contents .section:nth-child(5){
  background-image: url('../img/food_sp_05.jpg');
}
#food .contents .section:nth-child(6){
 background-image: url('../img/food_sp_06.jpg');
 position: relative;
}
#food .contents {
  margin-top: 12.5vw;
}
.pager {
  position: fixed;
  top: 50%;
  right: 2vw;
  transform: translateY(-50%);
  padding: 0;
}
.pager li {
    display: block;
    margin: 1vw;
}
.pager a {
      display: block;
      width: 5px;
      height: 5px;
      background: #fff;
      border-radius: 50%;
}
.is-current a {
      width: 1vw;
      height: 1vw;
      transform: translateX(-25%);
}
#food footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}
}