@charset "UTF-8";
/* =====
 * /restaurant レイアウト
============================================================================= */
.sp {
  display: none;
}
#RestaurantContents h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 0;
  margin-block-end: 0;
}
#RestaurantContents h3 span {
  display: block;
  font-size: 18px;
  color: #166040;
}

/* -----
 * PageHeadVisual
----------------------------------------------------------------------------- */
#PageHeadVisual {
  background-image: url(../images/restaurant/head-visual.jpg);
}
#PageHeadVisual.bg02 {
  background-image: url(../images/restaurant/head-visual01.jpg);
}
/* -----
 * PageHeadTitle
----------------------------------------------------------------------------- */
#PageHeadTitle .title {
  width: 151px;
}

/* -----
 * RestaurantContents
----------------------------------------------------------------------------- */
#RestaurantContents {
  margin-top: 40px;
}

#RestaurantContents .business-hours {
  font-size: 12px;
  line-height: 1.75;
}

#RestaurantContents .business-hours table {
  border-collapse: collapse;
  margin: 0;
}

#RestaurantContents .business-hours table th, #RestaurantContents .business-hours table td {
  border-top: 1px dashed #8e8e8e;
  border-bottom: 1px dashed #8e8e8e;
  text-align: left;
  font-weight: normal;
}
#RestaurantContents .contents-1 {
  display: flex;
  justify-content: space-between;
  margin-top: 5rem;
}
#RestaurantContents .contents-1 .image1 {
  width: 635px;
}

#RestaurantContents .contents-1 .image2 {
  width: 298px;
  margin: 105px -40px 0 0;
}

#RestaurantContents .contents-1 .image3 {
  width: 326px;
  margin-top: 40px;
}

#RestaurantContents .contents-1 .copy {
  width: 300px;
}

#RestaurantContents .contents-1 p {
  width:300px;
  line-height: 2;
  margin: 24px 0;
}
#RestaurantContents .contents-1 p small {
  display: block;
  margin: 1rem auto .8rem;
  position: relative;
  padding-left: 15px;
}
#RestaurantContents .contents-1 p small:before {
  content: "※";
  position: absolute;
  left: 0;
}


#RestaurantContents .picgroup {
  display: grid;
  max-width:1240px;
  width: 90%;
  margin: 0 auto;
  overflow: none;
  grid-template-columns:400px 1fr;
  grid-template-rows: 220px 220px;
  gap:8px;
  margin-top: 8rem;
}
#RestaurantContents .picgroup picture img {
  height: 100%;
  object-position: center left;
  object-fit: cover;
}
#RestaurantContents .picgroup picture:nth-of-type(3) {
  grid-column: 2;
  grid-row: 1/3;
}



/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 1180px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
  #RestaurantContents .contents-1 {
    width: 94%;
  }
    #RestaurantContents .picgroup {
    grid-template-rows: 160px 160px;
    grid-template-columns: 320px 1fr;
    gap:2px;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  /* smart phone */
  /* -----
   * PageHeadVisual
  ----------------------------------------------------------------------------- */
  #PageHeadVisual {
    background-image: url(../images/restaurant/head-visual-sp.jpg);
  }
  #PageHeadVisual.bg02 {
    background-image: url(../images/restaurant/head-visual-sp01.jpg);
  }
  /* -----
   * PageHeadTitle
  ----------------------------------------------------------------------------- */
  #PageHeadTitle .title {
    width: 80px;
  }
  /* -----
   * RestaurantContents
  ----------------------------------------------------------------------------- */
  #RestaurantContents {
    margin-top: 20px;
  }
  #RestaurantContents .business-hours {
    font-size: 11px;
  }
  #RestaurantContents .contents-wrapper {
    padding: 0;
  }
  #RestaurantContents .contents-1  {
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  #RestaurantContents .contents-1 .image1 {
    width: 84%;
    margin:1rem auto 0;
    order: 1;
  }
  #RestaurantContents .contents-1 .sp img {
    width: 100%;
    margin-top: .5rem;
  }
  #RestaurantContents .contents-wrapper .image1 span {
    font-size: .8rem;
  }
  #RestaurantContents .contents-2.contents-wrapper .image1 span {
    right: 7rem;
    bottom: 20px;
  }
  #RestaurantContents .contents-1 .image2 {
    width: auto;
    float: none;
    margin: 30px 0 0 0;
    text-align: right;
  }
  #RestaurantContents .contents-1 .image2 img {
    width: 70%;
  }
  #RestaurantContents .contents-1 .image3 {
    width: 240px;
    float: none;
    margin: 25px auto 0;
  }
  #RestaurantContents .contents-1 .copy {
    width:90vw;
    margin: 20px auto;
    margin-block-end: 0;
  }
  #RestaurantContents .contents-1 .copy picture {
    margin-top: 1rem;
    display: block;
    width: 94%;
    margin: 1rem auto;
  }
  #RestaurantContents .contents-1 .copy picture img {
    width: 100%;
    max-width: none;
  }
  #RestaurantContents .contents-1 .copy picture.sp {
    width:94%;
    margin: 0 auto;
  }

  #RestaurantContents .contents-1 p {
    margin-block-end: 0;
    width: 100%;
  }
  #RestaurantContents .picgroup {
    grid-template-rows: 80px 80px;
    gap:2px;
    display: block;
    margin-top: 2rem;
  }
   #RestaurantContents .picgroup picture {
    margin-top: .5rem;
    display: block;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #RestaurantContents .picgroup {
    display: block;
    margin-top: 0.5rem;
    width: 84%;
  }
}