@charset "UTF-8";
/* ===================================================================
CSS information

file name  : restaurant.css
author     : Abilive
style info : レストラン
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.con_info .inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_info .inner {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_info .inner {
    max-width: calc(1200px * ((15 + 3) / 13));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .con_info .inner {
    max-width: calc(1200px * ((15 + 2) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .inner {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_info .inner {
    width: calc(300 / 375 * 100%);
  }
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeUp {
  0% {
    transform: translateY(200%);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.25);
  }
}
.con_int .box_int {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_int .box_int {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .con_int .box_int {
    max-width: calc(1200px * ((15 + 3) / 13));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .con_int .box_int {
    max-width: calc(1200px * ((15 + 2) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_int .box_int {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int {
    width: calc(330 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) {
  .con_int .box_int {
    max-width: calc(900 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) {
  .con_int .box_int .inn_txt {
    margin-top: calc(20 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_int .inn_txt {
    margin-top: 1em;
  }
}
.con_int .box_int .inn_txt .tmp_txt:nth-of-type(n+2) {
  margin-top: 1em;
}

.con_types {
  margin-top: calc(80 / 13 * 1rem);
}

.box_anchor {
  margin-right: auto;
  margin-left: auto;
  margin-top: calc(50 / 13 * 1rem);
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .box_anchor {
    width: calc(1400 / 1440 * 100%);
    max-width: calc(1400px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .box_anchor {
    max-width: calc(1400px * ((15 + 3) / 13));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .box_anchor {
    max-width: calc(1400px * ((15 + 2) / 13));
  }
}

@media only screen and (min-width: 1025px) {
  .box_anchor {
    max-width: calc(1175 / 13 * 1rem);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_anchor li:first-child {
    padding-left: calc(120 / 1440 * 100%) !important;
  }
  .box_anchor li:last-child {
    padding-right: calc(120 / 1440 * 100%) !important;
  }
}
@media only screen and (max-width: 767px) {
  .box_anchor li:first-child {
    padding-left: calc(22.5 / 13 * 1rem) !important;
  }
  .box_anchor li:last-child {
    padding-right: calc(22.5 / 13 * 1rem) !important;
  }
}
.box_anchor li .button {
  min-width: 12em;
}
@media only screen and (max-width: 767px) {
  .box_anchor li .button {
    min-width: 9em;
  }
}

.box_anchor:not(:has(li)), .box_anchor:has(li:only-child) {
  display: none;
}

.con_type {
  margin-top: calc(80 / 13 * 1rem);
}
.con_type .box_slider {
  order: -1;
}
.con_type .box_slider .slide_inner {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .con_type .box_slider .slide_inner {
    width: calc(900 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_type .box_slider .slide_inner {
    width: calc(1000 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_type .box_slider .slide_inner {
    width: 100%;
  }
}
.con_type .box_slider .swiper-slide {
  height: auto !important;
}
@media only screen and (min-width: 768px) {
  .con_type .box_slider .swiper-slide .inner img {
    aspect-ratio: 900 / 500;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .con_type .box_slider .swiper-slide .inner img {
    aspect-ratio: 750 / 550;
    object-fit: cover;
  }
}

@media only screen and (min-width: 768px) {
  .st_type {
    margin-bottom: calc(40 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .st_type {
    margin-bottom: 2em;
  }
}

.text_type {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media only screen and (min-width: 1025px) {
  .text_type {
    width: calc(1400 / 1440 * 100%);
    max-width: calc(1400px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .text_type {
    max-width: calc(1400px * ((15 + 3) / 13));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .text_type {
    max-width: calc(1400px * ((15 + 2) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .text_type {
    width: calc(1400 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .text_type {
    width: calc(330 / 375 * 100%);
  }
}

.con_rest {
  display: flex;
  flex-direction: column;
}
.con_rest + .con_rest {
  margin-top: calc(100 / 13 * 1rem);
}
.con_rest .box_slider {
  order: -1;
}
.con_rest .box_slider .slide_inner .swiper-slide .inner picture img {
  height: auto;
}

.box_rest {
  margin-right: auto;
  margin-left: auto;
  max-width: 700px !important;
  margin-top: calc(28 / 13 * 1rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .box_rest {
    width: calc(900 / 1440 * 100%);
    max-width: calc(900px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .box_rest {
    max-width: calc(900px * ((15 + 3) / 13));
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .box_rest {
    max-width: calc(900px * ((15 + 2) / 13));
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_rest {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .box_rest {
    width: calc(330 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1259px) {
  .box_rest {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_rest {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_rest {
    margin-top: 2em;
  }
}
.box_rest .box_text {
  width: 100%;
}
.box_rest .box_text .catch {
  text-align: center;
}
.box_rest .box_text .text {
  container-type: inline-size;
  text-align: center;
}
.box_rest .box_text .note {
  color: var(--color-ac1);
}
.box_rest .text {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .box_rest .box_table {
    width: calc(390 / 900 * 100%);
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .box_rest .box_table {
    width: 100%;
    margin-top: 2em;
  }
}
.box_rest .btn_lo {
  margin-top: 1em;
}
.box_rest .box_amenity {
  margin-top: calc(60 / 13 * 1rem);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box_rest .box_amenity {
    margin-top: 2em;
  }
}
.box_rest .box_amenity .btn .jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .box_rest .box_amenity .btn .jp {
    font-size: calc(18 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .box_rest .box_amenity .btn .jp {
    font-size: calc(16 / 13 * 1rem);
  }
}
.box_rest .box_amenity .acc_target {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .box_rest .box_feat {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .box_rest .box_feat {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .box_rest .box_feat figure {
    width: calc(285 / 900 * 100%);
  }
  .box_rest .box_feat figure:not(:first-child) {
    margin-left: calc(22.5 / 900 * 100%);
  }
}
.box_rest .box_feat figure figcaption {
  font-size: calc(12 / 13 * 1rem);
  margin-top: .75em;
}
@media only screen and (max-width: 767px) {
  .box_rest .box_feat figure figcaption {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .box_rest .box_feat figure {
    display: flex;
    align-items: center;
  }
  .box_rest .box_feat figure:not(:first-child) {
    margin-top: 1em;
  }
  .box_rest .box_feat figure img {
    width: 50%;
  }
  .box_rest .box_feat figure figcaption {
    padding-left: 1em;
    width: 50%;
  }
}
.box_rest .box_feat_table {
  margin-top: calc(40 / 13 * 1rem);
}
.box_rest .btn_rsv {
  margin-top: calc(60 / 13 * 1rem);
  max-width: calc(600 / 13 * 1rem);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .box_rest .btn_rsv {
    margin-top: 3em;
  }
}

.con_chef {
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .con_chef {
    padding: calc(80 / 13 * 1rem) calc(170 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_chef {
    padding: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_chef {
    margin-top: calc(80 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_chef {
    margin-top: 4em;
  }
}
.con_chef .box_chef {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #f9f9f8;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .con_chef .box_chef {
    padding: calc(100 / 1440 * 100%) calc(180 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef {
    padding: 1.5em;
  }
}
.con_chef .box_chef .inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .con_chef .box_chef .inner {
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef .inner {
    gap: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .con_chef .box_chef .inner {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef .inner {
    flex-direction: column-reverse;
  }
}
.con_chef .box_chef .inner .info {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1025px) {
  .con_chef .box_chef .inner .info {
    width: calc(336 / 740 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_chef .box_chef .inner .info {
    width: 55%;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef .inner .info {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_chef .box_chef .inner .info {
    gap: calc(24 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef .inner .info {
    gap: 1em;
  }
}
.con_chef .box_chef .inner .info h3 {
  line-height: 1.5;
}
.con_chef .box_chef .inner .info .chef {
  color: var(--color-ac1);
  display: flex;
  justify-content: flex-end;
  gap: calc(16 / 13 * 1rem);
}
.con_chef .box_chef .inner .img {
  aspect-ratio: 1 / 1;
}
@media only screen and (min-width: 1025px) {
  .con_chef .box_chef .inner .img {
    width: calc(300 / 740 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_chef .box_chef .inner .img {
    width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_chef .box_chef .inner .img {
    width: 100%;
  }
}
.con_chef .box_chef .inner .img img {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .con_menu {
    padding-top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu {
    padding-top: 4em;
  }
}
.con_menu .box_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .con_menu .box_menu {
    width: calc(1100 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu {
    width: 90%;
  }
}
.con_menu .box_menu .box_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .con_menu .box_menu .box_list {
    margin-top: calc(28 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_menu .box_menu .box_list {
    gap: 1em calc(20 / 1100 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list {
    gap: 2em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_menu .box_menu .box_list .menu {
    width: calc(260 / 1100 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_menu .box_menu .box_list .menu {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list .menu {
    width: 100%;
  }
}
.con_menu .box_menu .box_list .menu .btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.con_menu .box_menu .box_list .menu .btn a {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  overflow: hidden;
}
.con_menu .box_menu .box_list .menu .btn a img {
  width: 100%;
}
.con_menu .box_menu .box_list .menu .btn a span {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .con_menu .box_menu .box_list .menu .btn a span {
    padding: 1em 3em 1em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list .menu .btn a span {
    padding: 1.5em 3em 1.5em 1em;
  }
}
.con_menu .box_menu .box_list .menu .btn.pdf a span::after, .con_menu .box_menu .box_list .menu .btn.lnk a span::after {
  content: "";
  display: inline-flex;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
}
.con_menu .box_menu .box_list .menu .btn.pdf a span::after {
  background: url(../../restaurant/images/ic_pdf.svg) no-repeat center/contain;
}
.con_menu .box_menu .box_list .menu .btn.lnk a span::after {
  background: url(../../restaurant/images/ic_arrow.svg) no-repeat center/contain;
}

.con_info {
  background-color: var(--color-bg2);
}
@media only screen and (min-width: 768px) {
  .con_info {
    padding: calc(120 / 13 * 1rem) 0 calc(80 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_info {
    padding: 6em 0 4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .inner {
    width: 90%;
  }
}
.con_info .inner .box_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .con_info .inner .box_info {
    margin-top: calc(28 / 13 * 1rem);
  }
}
@media only screen and (max-width: 767px) {
  .con_info .inner .box_info {
    margin-top: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_info .inner .box_info {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .inner .box_info {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .inner .box_info {
    gap: 2em;
  }
}
@media only screen and (min-width: 768px) {
  .con_info .inner .box_info .box_table {
    width: calc(902 / 1200 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_info .inner .box_info .box_table {
    width: 100%;
  }
}
.con_info .inner .box_info .box_table table {
  width: 100%;
}
.con_info .inner .box_info .box_table table td {
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .con_info .inner .box_info .img {
    width: calc(254 / 1200 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .con_info .inner .box_info .img {
    width: 100%;
  }
}
.con_info .inner .box_info:has(> *:only-child) {
  justify-content: center;
}

#tripla-searching-app {
  display: none !important;
}
