/*
	restaurant
*/

/* 朝食のご案内
---------------------------------------------------------------------------*/
.block-breakfast .bg {
  padding-top: 97px;
  padding-bottom: 100px;
  background-image: url(../img/restaurant/bg-sec01-01.jpg);
  background-size: cover;
  background-position: center center;
}
.box-breakfast {
  margin-top: 50px;
}
.box-breakfast .fig {
  width: 480px;
}
.box-breakfast .txt {
  width: 500px;
}
.box-breakfast .tbl-def th {
  width: 175px;
  vertical-align: middle;
}
.box-breakfast .tbl-def th p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}
.box-breakfast .tbl-def td {
  width: 325px;
  padding: 10px 20px;
}
.box-breakfast .attr {
  margin-top: 15px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .block-breakfast .bg {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .box-breakfast {
    margin-top: 5vw;
  }
  .box-breakfast .fig {
    margin-bottom: 5vw;
  }
  .box-breakfast .tbl-def th p {
    font-size: 4.5vw;
  }
  .box-breakfast .tbl-def th {
    width: 25%;
  }
  .box-breakfast .tbl-def td {
    width: 75%;
    padding: 2vw;
  }
  .box-breakfast .attr {
    margin-top: 3.5vw;
    font-size: 3.3vw;
  }
}

/* station
---------------------------------------------------------------------------*/
.block-station .inner {
  padding-top: 100px;
}
.lst-station {
  margin-top: 45px;
}
.lst-station > li {
  margin-bottom: 45px;
}
.lst-station > li:last-of-type {
  margin-bottom: 0;
}
.lst-station > li .lead-def {
  margin-right: 80px;
  line-height: 160%;
  display: flex;
  flex-direction: column;
}
.lst-station > li.f-reverse .lead-def {
  margin-right: 0;
  margin-left: 50px;
}
.lst-station > li .fig {
  width: 479px;
}
.lst-station > li .txt {
  width: 521px;
}
.lst-station > li.f-reverse .hdl-bdr span {
  left: auto;
  left: initial;
  right: 0;
  padding-right: 0;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .block-station .inner {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  .lst-station {
    margin-top: 10vw;
  }
  .lst-station > li {
    margin-bottom: 10vw;
  }
  .lst-station > li:last-of-type {
    margin-bottom: 0;
  }
  .lst-station > li .lead-def {
    margin-right: 0;
    line-height: 180%;
  }
  .lst-station > li.f-reverse .lead-def {
    margin-left: 0;
  }
  .lst-station > li .lead-def br {
    display: none;
  }
  .lst-station > li .txt {
    margin-bottom: 5vw;
  }
  .lst-station > li.f-reverse .hdl-bdr span {
    left: 0;
    right: initial;
    padding-left: 0;
    padding-right: 15px;
  }
  .lst-station > li.f-reverse .al-rit {
    text-align: left;
  }
}
.br-kaigyou {
  display: flex;
  flex-direction: column;
}

/* TERRA COFFEE ROASTERS バナー */
.bf-bunner {
  display: block;
  margin-right: 80px;
  margin-top: 1em;
}
.bf-bunner picture {
  display: block;
}
@media screen and (max-width: 768px) {
  .bf-bunner {
    margin-right: 0;
  }
}
