/* CSS Document */
#ul-header {
  background-image: url("../img/restaurant-header.jpg"); }

section {
  margin-bottom: 8rem; }
  @media screen and (max-width: 991px) {
    section {
      margin-bottom: 6rem; } }
  @media screen and (max-width: 575px) {
    section {
      margin-bottom: 4rem; } }
  section .swiper-container {
    position: relative; }
    section .swiper-container h3 {
      position: absolute;
      bottom: 0;
      background-color: #fff;
      z-index: 1;
      margin: 0 0 2rem 2rem;
      padding: 0.5rem 1em;
      color: #5e3819;
      font-size: 32px;
      font-size: 3.2rem; }
      @media screen and (max-width: 991px) {
        section .swiper-container h3 {
          font-size: 28px;
          font-size: 2.8rem; } }
      @media screen and (max-width: 767px) {
        section .swiper-container h3 {
          font-size: 24px;
          font-size: 2.4rem;
          margin: 0 0 1rem 1rem;
          padding: 0.5rem 0.5em; } }
      @media screen and (max-width: 575px) {
        section .swiper-container h3 {
          font-size: 16px;
          font-size: 1.6rem; } }
  section .swiper-slide {
    max-width: 100%;
    height: 460px;
    background-position: center; }
    @media screen and (max-width: 1199px) {
      section .swiper-slide {
        height: 400px; } }
    @media screen and (max-width: 991px) {
      section .swiper-slide {
        height: 300px; } }
    @media screen and (max-width: 767px) {
      section .swiper-slide {
        height: 250px; } }
    @media screen and (max-width: 575px) {
      section .swiper-slide {
        height: 200px; } }
  section .swiper-pagination-bullet {
    width: 5.5rem;
    height: 3px; }
    @media screen and (max-width: 767px) {
      section .swiper-pagination-bullet {
        width: 4rem; } }
    @media screen and (max-width: 575px) {
      section .swiper-pagination-bullet {
        width: 3rem;
        bottom: 5px; } }
  section .swiper-pagination-bullets {
    bottom: 10px;
    width: 100%;
    right: 1.5rem; }
    @media screen and (max-width: 575px) {
      section .swiper-pagination-bullets {
        bottom: 5px;
        right: 1rem; } }
  section .info {
    width: 83%;
    margin: 4rem auto 0; }
    @media screen and (max-width: 1199px) {
      section .info {
        width: 85%; } }
    @media screen and (max-width: 991px) {
      section .info {
        width: 90%; } }
    @media screen and (max-width: 767px) {
      section .info {
        width: 85%; } }
    @media screen and (max-width: 575px) {
      section .info {
        width: 90%; } }
    section .info .row {
      margin-bottom: 4rem; }
    section .info h4 {
      font-family: 'Oleo Script', cursive;
      font-size: 32px;
      font-size: 3.2rem;
      color: #5e3819;
      letter-spacing: 0.08em;
      margin-bottom: 1rem; }
      @media screen and (max-width: 767px) {
        section .info h4 {
          font-size: 30px;
          font-size: 3rem; } }
      @media screen and (max-width: 575px) {
        section .info h4 {
          font-size: 28px;
          font-size: 2.8rem; } }
    section .info table {
      width: 100%; }
      section .info table tr {
        border-top: solid 1px #bababa; }
        section .info table tr:last-child {
          border-bottom: solid 1px #bababa; }
        section .info table tr th {
          width: 25%;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 500;
          vertical-align: top;
          padding: 1em 0; }
          @media screen and (max-width: 1199px) {
            section .info table tr th {
              padding: 1.5rem 0; } }
          @media screen and (max-width: 991px) {
            section .info table tr th {
              padding: 1rem 0;
              font-size: 16px;
              font-size: 1.6rem; } }
        section .info table tr td {
          width: 75%;
          padding: 1em 0; }
          @media screen and (max-width: 1199px) {
            section .info table tr td {
              padding: 1.5rem 0; } }
          @media screen and (max-width: 991px) {
            section .info table tr td {
              padding: 1rem 0;
              font-size: 14px;
              font-size: 1.4rem; } }
    section .info img {
      width: 100%; }
      @media screen and (max-width: 767px) {
        section .info img {
          margin-bottom: 2rem; } }
    section .info iframe {
      height: 245px; }
      @media screen and (max-width: 575px) {
        section .info iframe {
          height: 200px; } }

#preface .container div {
  width: 55%;
  margin: 0 auto; }
  @media screen and (max-width: 1199px) {
    #preface .container div {
      width: 66%; } }
  @media screen and (max-width: 991px) {
    #preface .container div {
      width: 78%; } }
  @media screen and (max-width: 575px) {
    #preface .container div {
      width: 90%; } }
  #preface .container div h2 {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    color: #5e3819;
    margin-bottom: 1.5rem; }
  #preface .container div p {
    text-align: justify; }
#preface .container .link-box {
  margin-top: 2rem; }

#soja .swiper-img1 {
  background-image: url("../img/restaurant-slide-soja1.jpg");
  background-size: cover; }
#soja .swiper-img2 {
  background-image: url("../img/restaurant-slide-soja2.jpg");
  background-size: cover; }
#soja .swiper-img3 {
  background-image: url("../img/restaurant-slide-soja3.jpg");
  background-size: cover; }

#tsuyama .swiper-img1 {
  background-image: url("../img/restaurant-slide-tsuyama1.jpg");
  background-size: cover; }
#tsuyama .swiper-img2 {
  background-image: url("../img/restaurant-slide-tsuyama2.jpg");
  background-size: cover; }
#tsuyama .swiper-img3 {
  background-image: url("../img/restaurant-slide-tsuyama3.jpg");
  background-size: cover; }
