@charset "UTF-8";
/* =====
 * restaurant/　レイアウト
============================================================================= */
/* -----
 * RestaurantHead
----------------------------------------------------------------------------- */
#RestaurantHead {
  width: 960px;
  margin: 45px auto 0;
}

#RestaurantHead h2 img {
  display: block;
  margin: 0 auto;
}

#RestaurantHead .read {
  font-size: 16px;
  text-align: center;
}

#RestaurantHead .time {
  display: table;
  border: 1px solid #b7282c;
  margin: 1.5em auto 0;
  padding: 1em 50px;
}

#RestaurantHead .time h3 {
  text-align: center;
  font-size: inherit;
  color: #b7282c;
}

#RestaurantHead .time table {
  margin: 0;
}

#RestaurantHead .time table th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding-right: 1em;
}

#RestaurantHead .time table td {
  vertical-align: top;
}

#RestaurantHead .time table .notes {
  font-size: 12px;
  text-align: center;
  margin: 0;
}

#RestaurantHead .images {
  margin-top: 10px;
}

#RestaurantHead .images .image {
  width: 470px;
  margin-top: 35px;
}

#RestaurantHead .images .image img {
  display: block;
}

#RestaurantHead .images .image:nth-child(odd) {
  float: left;
}

#RestaurantHead .images .image:nth-child(even) {
  float: right;
}

/* -----
 * RestaurantMenu
----------------------------------------------------------------------------- */
#RestaurantMenu {
  background-color: #f4ede4;
  margin-top: 80px;
  padding: 25px 0;
}

#RestaurantMenu .content {
  width: 960px;
  margin: 0 auto;
}

#RestaurantMenu .content h3 {
  height: 78px;
  line-height: 78px;
  font-size: 26px;
  color: #b7282c;
  text-align: center;
  letter-spacing: 0.14em;
  position: relative;
}

#RestaurantMenu .content h3:before, #RestaurantMenu .content h3:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

#RestaurantMenu .content h3:before {
  width: 82px;
  height: 78px;
  left: 0;
  background-image: url(../images/restaurant/menu-title-deco-left.png);
}

#RestaurantMenu .content h3:after {
  width: 60px;
  height: 75px;
  right: 0;
  background-image: url(../images/restaurant/menu-title-deco-right.png);
}

#RestaurantMenu .content h4 {
  text-align: center;
  padding: 0.25em 0;
  color: #b7282c;
  border-top: 1px solid #b7282c;
  border-bottom: 1px solid #b7282c;
  font-size: 20px;
  line-height: 1.5;
}

#RestaurantMenu .content h4 .small {
  font-size: 12px;
}

#RestaurantMenu .content.set-menu .menu {
  width: 570px;
  margin: 0 auto;
}

#RestaurantMenu .content.set-menu .menu table {
  width: 100%;
}

#RestaurantMenu .content.set-menu .menu table th, #RestaurantMenu .content.set-menu .menu table td {
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  border-bottom: 14px solid #f4ede4;
}

#RestaurantMenu .content.set-menu .menu table th {
  font-weight: normal;
  background: transparent url(../images/restaurant/menu-dotline.png) 100% 50% repeat-x;
  -webkit-background-size: 6px 2px;
          background-size: 6px 2px;
}

#RestaurantMenu .content.set-menu .menu table th .str {
  display: inline-block;
  background-color: #f4ede4;
  padding-right: 1em;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
}

#RestaurantMenu .content.set-menu .menu table th strong {
  font-size: 16px;
  font-weight: bold;
}

#RestaurantMenu .content.set-menu .menu table td {
  width: 1%;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #b7282c;
  padding-left: 1em;
}

#RestaurantMenu .content.set-menu .menu table td .yen {
  font-size: 16px;
}

#RestaurantMenu .content.set-menu .menu .notes {
  margin-top: 1em;
}

#RestaurantMenu .content.set-menu .menu .notes p {
  font-size: 12px;
  margin: 0;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

#RestaurantMenu .content.set-menu .pdf-link {
  display: table;
  list-style: none;
  padding: 0;
  margin: 40px auto 0;
}

#RestaurantMenu .content.set-menu .pdf-link li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 30px;
}

#RestaurantMenu .content.set-menu .pdf-link li a {
  display: block;
  width: 250px;
  height: 60px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2eabbc;
  color: #fff;
  font-weight: bold;
  position: relative;
}

#RestaurantMenu .content.set-menu .pdf-link li a .str {
  display: inline-block;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 16px;
  line-height: 1;
}

#RestaurantMenu .content.set-menu .pdf-link li a .str .pdf {
  font-size: 12px;
}

#RestaurantMenu .content.set-menu .pdf-link li a:after {
  display: block;
  content: "";
  width: 31px;
  height: 12px;
  background: transparent url(../images/index/icon-arrow.png) 50% 50% no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#RestaurantMenu .content.set-menu .images {
  margin-top: 40px;
}

#RestaurantMenu .content.set-menu .images img {
  display: block;
  width: 470px;
}

#RestaurantMenu .content.set-menu .images img:first-child {
  float: left;
}

#RestaurantMenu .content.set-menu .images img:last-child {
  float: right;
}

#RestaurantMenu .content.course-menu {
  margin-top: 80px;
}

#RestaurantMenu .content.course-menu .menu .course {
  width: 470px;
}

#RestaurantMenu .content.course-menu .menu .course:first-child {
  float: left;
}

#RestaurantMenu .content.course-menu .menu .course:last-child {
  float: right;
}

#RestaurantMenu .content.course-menu .menu .course h5 {
  font-size: 26px;
  margin-bottom: 0.5em;
  color: #b7282c;
  text-align: center;
}

#RestaurantMenu .content.course-menu .menu .course h5 .small {
  font-size: 20px;
}

#RestaurantMenu .content.course-menu .menu .course table {
  width: 100%;
}

#RestaurantMenu .content.course-menu .menu .course table th, #RestaurantMenu .content.course-menu .menu .course table td {
  vertical-align: top;
  padding-bottom: 1em;
  line-height: 1.5;
}

#RestaurantMenu .content.course-menu .menu .course table th {
  width: 80px;
}

#RestaurantMenu .content.course-menu .menu .course table th .str {
  display: block;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #b7282c;
  color: #fff;
  padding: 0.25em 0;
}

#RestaurantMenu .content.course-menu .menu .course table td {
  padding-top: 0.25em;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* -----
 * RestaurantParticular
----------------------------------------------------------------------------- */
#RestaurantParticular {
  width: 960px;
  margin: 50px auto 80px;
  padding: 0 40px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: rgba(183, 40, 44, 0.1);
}

#RestaurantParticular .content {
  position: relative;
}

#RestaurantParticular .content h3 {
  width: 215px;
  -webkit-transform: translate(-40px, -35px);
          transform: translate(-40px, -35px);
}

#RestaurantParticular .content h4 {
  font-size: 27px;
  color: #b7282c;
  margin: -50px 0 0;
}

#RestaurantParticular .content p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}

#RestaurantParticular .image {
  width: 361px;
  position: absolute;
  top: -25px;
  right: 50px;
}

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

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  #RestaurantHead {
    width: auto;
    margin-top: 15px;
    padding: 0 10px;
  }
  #RestaurantHead .read {
    font-size: 13px;
    padding: 0 25px;
    margin-top: 1em;
    text-align: left;
  }
  #RestaurantHead .time {
    display: block;
    margin: 1em 17px 0;
    padding: 1em;
  }
  #RestaurantHead .time h3 {
    font-size: 15px;
  }
  #RestaurantHead .time table {
    margin: 0 auto;
    font-size: 13px;
  }
  #RestaurantHead .time table tbody, #RestaurantHead .time table tr, #RestaurantHead .time table th, #RestaurantHead .time table td {
    display: block;
  }
  #RestaurantHead .time table th {
    margin-top: 1em;
  }
  #RestaurantHead .time table tr:first-child th {
    margin-top: 0;
  }
  #RestaurantHead .time table .notes {
    margin-top: 1em;
    text-align: left;
    font-size: 11px;
  }
  #RestaurantHead .images {
    margin-top: 20px;
  }
  #RestaurantHead .images .image {
    width: auto;
    float: none !important;
    margin-top: 10px;
  }
  #RestaurantHead .images .image p {
    margin-top: 0.5em;
  }
  /* -----
   * RestaurantMenu
  ----------------------------------------------------------------------------- */
  #RestaurantMenu {
    margin-top: 35px;
    padding: 20px 10px;
  }
  #RestaurantMenu .content {
    width: auto;
  }
  #RestaurantMenu .content h3 {
    height: 39px;
    line-height: 39px;
    font-size: 17px;
  }
  #RestaurantMenu .content h3:before {
    width: 41px;
    height: 39px;
    left: 15px;
  }
  #RestaurantMenu .content h3:after {
    width: 30px;
    height: 37.5px;
    right: 15px;
  }
  #RestaurantMenu .content h4 {
    font-size: 14px;
  }
  #RestaurantMenu .content.set-menu .menu {
    width: auto;
  }
  #RestaurantMenu .content.set-menu .menu table {
    width: 82%;
    margin: 0 auto;
  }
  #RestaurantMenu .content.set-menu .menu table th, #RestaurantMenu .content.set-menu .menu table td {
    border-bottom-width: 10px;
  }
  #RestaurantMenu .content.set-menu .menu table th {
    -webkit-background-size: 3px 1px;
            background-size: 3px 1px;
  }
  #RestaurantMenu .content.set-menu .menu table th strong {
    font-size: 13px;
  }
  #RestaurantMenu .content.set-menu .menu table td {
    font-size: 14px;
  }
  #RestaurantMenu .content.set-menu .menu table td .yen {
    font-size: 12px;
  }
  #RestaurantMenu .content.set-menu .menu .notes {
    padding: 0 20px;
  }
  #RestaurantMenu .content.set-menu .menu .notes p {
    font-size: 11px;
  }
  #RestaurantMenu .content.set-menu .pdf-link {
    display: block;
    margin: 0 auto;
  }
  #RestaurantMenu .content.set-menu .pdf-link li {
    display: block;
    padding-right: 0;
    margin-top: 20px;
  }
  #RestaurantMenu .content.set-menu .pdf-link li a {
    display: block;
    height: 54px;
    margin: 0 auto;
    padding-left: 14px;
  }
  #RestaurantMenu .content.set-menu .pdf-link li a .str {
    font-size: 17px;
  }
  #RestaurantMenu .content.set-menu .pdf-link li a .str .pdf {
    font-size: 11px;
  }
  #RestaurantMenu .content.set-menu .pdf-link li a:after {
    width: 18px;
    height: 11px;
    background-image: url(../images/index/icon-arrow-sp.png);
    right: 10px;
  }
  #RestaurantMenu .content.set-menu .images {
    margin-top: 20px;
  }
  #RestaurantMenu .content.set-menu .images img {
    display: block;
    width: auto;
    float: none !important;
    margin-top: 10px;
  }
  #RestaurantMenu .content.set-menu .images img:first-child {
    margin-top: 0;
  }
  #RestaurantMenu .content.course-menu {
    margin-top: 40px;
  }
  #RestaurantMenu .content.course-menu .menu .course {
    width: auto;
    float: none !important;
    margin-top: 40px;
  }
  #RestaurantMenu .content.course-menu .menu .course:first-child {
    margin-top: 0;
  }
  #RestaurantMenu .content.course-menu .menu .course h5 {
    font-size: 21px;
  }
  #RestaurantMenu .content.course-menu .menu .course h5 .small {
    font-size: 16px;
  }
  #RestaurantMenu .content.course-menu .menu .course table th {
    width: 70px;
    white-space: nowrap;
  }
  #RestaurantMenu .content.course-menu .menu .course table th, #RestaurantMenu .content.course-menu .menu .course table td {
    padding-bottom: 10px;
  }
  #RestaurantMenu .content.course-menu .menu .course .image {
    margin-top: 10px;
  }
  /* -----
   * RestaurantParticular
  ----------------------------------------------------------------------------- */
  #RestaurantParticular {
    width: auto;
    margin: 45px 10px 0;
    padding: 15px 10px 35px 20px;
  }
  #RestaurantParticular .content {
    width: 60%;
    float: left;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #RestaurantParticular .content h3 {
    width: 174px;
    -webkit-transform: translate(-20px, -42px);
            transform: translate(-20px, -42px);
  }
  #RestaurantParticular .content h4 {
    font-size: 18px;
    margin-top: -40px;
    overflow: hidden;
  }
  #RestaurantParticular .content p {
    font-size: inherit;
    overflow: hidden;
  }
  #RestaurantParticular .image {
    display: inline-block;
    width: 40%;
    max-width: 140px;
    position: static;
    float: right;
  }
}