@charset "utf-8";
#page_title {
  background: #F0F0DC;
}
.main_title {
  color: var(--mainColor)
}
.cts_title {
  text-align: center;
  font-size: 28px;
  line-height: 1.4em;
  color: var(--mainColor);
  font-weight: 500;
  margin: 0 0 50px;
  padding: 0;
}
.link_text {
  display: inline;
  padding: 0 20px 0 0;
  margin: 0 5px 0 0;
  background: url(../../p_common/images/icon/link.png) no-repeat center right / 14px;
}


#intro .anc_link_list {
  width: 100%;
  max-width: 786px;
  margin: 50px auto 0;
}
#intro .anc_link_list a {
  width: calc((1005 - 40px)/2)
}

.restaurant_cts {
  background: #fff;
}
.restaurant_cts:nth-of-type(even) {
  background: #F0F0DC;
}
.restaurant_cts .wrap {
  padding-bottom: 100px;
}
.restaurant_cts .main_title {
  color: #897D55!important;
  margin-bottom: 100px;
}
.restaurant_cts:nth-of-type(even) .wrap {
  padding-top: 100px;
}
.restaurant_cts .main_title {
  margin-bottom: 100px!important;
}
.restaurant_cts .restaurant_detail {
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
.restaurant_cts .restaurant_detail .gallery {
  width: 100%;
  max-width: 580px;
}
.restaurant_cts .restaurant_detail .slick-dots .slick-active button {
  background: #7E91A2;
  border: 1px solid #7E91A2;
}
.restaurant_cts .restaurant_detail .slick-dots button {
  background: #D9D9D9;
}
.restaurant_cts .restaurant_detail .gallery p {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6em;
}
.restaurant_cts .restaurant_detail .gallery .thumbnail-img p {
  font-size: 13px;
  margin-top: 5px;
}
.restaurant_cts .restaurant_detail .gallery .slick-dots {
  justify-content: center;
  margin: 15px 0 0 0;
}
.gallery .slider {
  border-radius: 10px;
  overflow: hidden;
}
.gallery .thumbnail {
  margin-top: 20px;
}
.gallery .slider img,
.gallery .thumbnail img {
  border-radius: 10px;
}
.gallery .slider.slick-dotted {
  padding-bottom: 100px;
}
.gallery .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  top: unset;
  bottom: 15px;
  transform: translate(0, 0);
}
.gallery .slick-dots {
  display: none!important;
}
.gallery .slick-arrow.slick-prev {
  left: calc(50% - 60px);
}
.gallery .slick-arrow.slick-next {
  right: calc(50% - 60px);
}
.gallery .slider.slick-dotted {
  padding-bottom: 80px;
}
.gallery .thumbnail-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.gallery .thumbnail .slick-track {
  transform: unset !important;
  width: calc(100% + 20px)!important;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
  margin: 0 -10px;
}
.gallery .thumbnail .slick-slide {
  width: calc(100% / 3) !important;
  border-radius: 10px;
  overflow: hidden;
  padding: 0 10px;
}
.thumbnail .slick-current .thumbnail-img span {
  display: block;
  position: relative;
}
.thumbnail .slick-current .thumbnail-img span:after {
  content: '';
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 10px;
  border: 4px solid #f75c2f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.restaurant_cts .restaurant_detail .detail {
  width: 100%;
  max-width: 500px;
}
.restaurant_cts .restaurant_detail .detail .cts_title {
  text-align: left!important;
  margin-bottom: 20px!important;
}
.restaurant_cts .restaurant_detail .detail table {
  width: 100%;
}
.restaurant_cts .restaurant_detail .detail table tr {
  border-bottom: 1px solid var(--mainColor);
}
.restaurant_cts .restaurant_detail .detail table th,
.restaurant_cts .restaurant_detail .detail table td {
  font-size: 14px;
  line-height: 1.8em;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 1em 0;
}
.restaurant_cts .restaurant_detail .detail table th {
  width: 25px;
  padding: 0;
}
.restaurant_cts .restaurant_detail .detail table th i {
  display: block;
  width: 25px;
  height: 25px;
}
.restaurant_cts .restaurant_detail .detail table th i.breakfast {
  background: url(../../p_common/images/icon/breakfast.svg) no-repeat center / contain;
}
.restaurant_cts .restaurant_detail .detail table th i.lunch {
  background: url(../../p_common/images/icon/lunch.svg) no-repeat center / contain;
}
.restaurant_cts .restaurant_detail .detail table th i.dinner {
  background: url(../../p_common/images/icon/dinner.svg) no-repeat center / contain;
}
.restaurant_cts .restaurant_detail .detail table th i.time {
  background: url(../../p_common/images/icon/clock.svg) no-repeat center / contain;
}
.restaurant_cts .restaurant_detail .detail table th i.bath {
  background: url(../../p_common/images/icon/bath.svg) no-repeat center / contain;
}
.restaurant_cts .restaurant_detail .detail table td.ttl {
  width: 90px;
  text-align: center;
}
.restaurant_cts .restaurant_detail .detail .clr_box {
  width: 100%;
  background: #F0F0DC;
  border-radius: 5px;
  padding: 25px;
}
.restaurant_cts .restaurant_detail .detail .clr_box p {
  font-size: 14px;
  line-height: 1.8em;
}
.restaurant_cts .restaurant_detail .detail p + table,
.restaurant_cts .restaurant_detail .detail table + .clr_box {
  margin-top: 20px;
}
.restaurant_cts .restaurant_detail .detail table + ul.caution {
  margin-top: 15px;
}
#lower .restaurant_detail .btn_wrap a.btn {
  display: flex;
  width: 100%;
  max-width: 250px;
  height: 50px;
  background: var(--mainColor);
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 0 20px 0 0;
  position: relative;
}
#lower .restaurant_detail .btn_wrap a.btn:after {
  content: '';
  width: 16px;
  height: 10px;
  background: url(../../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
#lower .restaurant_detail .btn_wrap a.btn:hover:after {
  right: 5px;
}
#lower .restaurant_detail .btn_wrap {
  justify-content: flex-end;
  margin-top: 30px;
}
.restaurant_cts .plan {
  margin-top: 100px;
}
.restaurant_cts .plan .col a {
  text-decoration: none;
}
.restaurant_cts .plan .col .eyecatch {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
  border-radius: 10px;
}
.restaurant_cts .plan .col .eyecatch img {
  border-radius: 10px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center;
}
.restaurant_cts .plan .col .eyecatch:has(img[src="/maihama/assets_c/ready.jpg"]),
.restaurant_cts .plan .col .eyecatch.img_none {
  border: 1px solid var(--mainColor);
}
.restaurant_cts .plan .col .eyecatch img[src="/maihama/assets_c/ready.jpg"],
.restaurant_cts .plan .col .eyecatch.img_none img {
  height: auto!important;
}
.restaurant_cts .plan .col a h3,
.restaurant_cts .plan .col a p {
  text-decoration: none;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}
.restaurant_cts .plan .col a h3 {
  margin: 10px 0 0 0;
}







#service .service_box .caution_box {
  border: 1px solid var(--mainColor);
  margin: 50px 0 0 0;
  padding: 30px 50px;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 50px;
}
#service .service_box .caution_box h3 {
  white-space: nowrap;
}



/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  .main_title {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .cts_title {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .scrl_wrap {
    width: 100%;
    margin: 0;
  }
  .scrl_wrap .scrl_inner {
    padding: 0 0 15px;
  }
  .scrl_wrap .time_table,
  .scrl_wrap img {
    min-width: 768px;
  }
  .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #D9D9D9;
    border-radius: 5px;
    max-width: 372px;
    margin: 0 auto;
  }
  .simplebar-scrollbar {
    height: 10px;
    background: var(--mainColor);
    border-radius: 5px;
    top: 0;
  }
  .link_text {
    padding: 0 15px 0 0;
    background: url(../../p_common/images/icon/link.png) no-repeat center right / 12px;
  }
  #lower .lead_txt {
    text-align: left;
  }
  #intro .anc_link_list a {
    width: 100%;
  }
  .restaurant_cts .main_title {
    margin-bottom: 50px !important;
  }
  .restaurant_cts .restaurant_detail .detail .cts_title {
    margin-bottom: 10px !important;
  }
  .restaurant_cts .restaurant_detail {
    gap: 15px;
  }
  .gallery .slider.slick-dotted {
    padding-bottom: 60px;
  }
  .gallery .thumbnail {
    margin-top: 10px;
  }
  .gallery .slick-arrow {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    bottom: 15px;
  }
  .slick-arrow.slick-prev:before,
  .slick-arrow.slick-next:before {
    width: 14px;
    height: 6px;
  }
  .gallery .slider.slick-dotted {
    padding-bottom: 80px;
  }
  .gallery .slick-arrow.slick-prev {
    left: calc(50% - 50px);
  }
  .gallery .slick-arrow.slick-next {
    right: calc(50% - 50px);
  }
  .gallery .thumbnail .slick-track {
    width: calc(100% + 10px) !important;
    gap: 5px 0;
    margin: 0 -5px;
  }
  .gallery .thumbnail .slick-slide {
    padding: 0 5px;
  }
  .restaurant_cts .restaurant_detail .detail .clr_box {
    padding: 30px 20px;
    text-align: center;
    border-radius: 5px;
  }
  .restaurant_cts .restaurant_detail .detail .clr_box h4 {
    font-size: 20px;
    line-height: 1.6em;
    margin: 0 0 5px;
  }
  .restaurant_cts .restaurant_detail .detail p {
    font-size: 14px;
    line-height: 1.8em;
  }
  .restaurant_cts .restaurant_detail .detail table + ul.caution {
    margin-top: 20px;
  }
  #service .service_box .lead_txt {
    margin: 0 0 25px;
  }
  .restaurant_cts .restaurant_detail .detail table th {
    width: 40px;
  }
  #service .service_box .caution_box {
    margin: 85px 0 0 0;
    padding: 40px 20px;
    flex-wrap: wrap;
    gap: 20px;
  }
  #service .service_box .caution_box h3 {
    white-space: wrap;
    width: 100%;
    font-size: 24px;
  }
  #service .service_box .caution_box ul.caution {
    font-size: 14px;
    line-height: 1.8em;
  }
  ul.dotted {
    font-size: 14px;
    line-height: 1.8em;
  }
  #lower .restaurant_detail .btn_wrap {
    margin-top: 15px;
  }
  #lower .restaurant_detail .btn_wrap a.btn {
    border-radius: 6px;
    margin: 0 auto;
  }
  #lower .restaurant_detail .btn_wrap a.btn:after {
    width: 14px;
    height: 8px;
  }
  .restaurant_cts .plan {
    margin-top: 80px;
  }
  .restaurant_cts .plan .cts_title {
    font-size: 24px!important;
    margin-bottom: 50px!important;
  }
  .restaurant_cts .plan .col a h3,
  .restaurant_cts .plan .col a p {
    font-size: 14px;
    line-height: 1.8em;
  }
  .contact_low .btn_wrap a.btn {
    width: 100%;
  }

  
}
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}