/* CSS Document */
/* COMMON-PARTS-------------------------------------------*/
@media screen and (min-width: 769px) {
  .pagetype-tamameshi .main-box {
    padding-top: 0;
  }
}

.mv-box {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .mv-box {
    margin-bottom: 60px;
  }
}

.mv-box img {
  max-width: 600px;
  width: 100%;
}

.icon-terrace,
.icon-local {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: fit-content;
  color: #fff;
  font-size: min(2.8vw, 12px);
  padding: 5px;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .icon-terrace,
  .icon-local {
    font-size: 16px;
    padding: 3px 5px;
  }
}

.icon-terrace {
  background: #ed9b3d;
}

.icon-local {
  background: #16a596;
}

.article-box {
  margin-bottom: 40px;
}

.article-list li .thumb-box {
  margin-bottom: 5px;
}

.article-list li .date {
  font-family: "Cabin", sans-serif;
  color: #9A9A9A;
}

.article-list li .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .article-list li .title {
    font-size: 18px;
  }
}

.btn-order {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  margin-top: 40px;
}

.btn-order a {
  display: block;
  border: 2px solid #2C2C2C;
  text-align: center;
  padding: 17px 0;
  position: relative;
}

@media screen and (min-width: 769px) {
  .btn-order a {
    padding: 25px 0;
  }
}

.btn-order a {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .btn-order a {
    padding: 11px 0;
  }
}

.btn-order .icon-arrow01 {
  right: 20px;
}

@media screen and (min-width: 769px) {
  .btn-order {
    font-size: 18px;
    max-width: 405px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .btn-order .icon-arrow01 {
    right: 25px;
  }
  .btn-order .icon-arrow01::after {
    width: 40px;
  }
}

@media screen and (min-width: 769px) {
  .pagetype-detail .main-box {
    display: flex;
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 20px 80px;
    box-sizing: content-box;
  }
  .pagetype-detail .main-box .pc-l-wrapper {
    max-width: 650px;
    padding-right: 3%;
  }
  .pagetype-detail .main-box .pc-r-wrapper {
    max-width: 250px;
    width: auto;
    margin-right: 0;
  }
}

.pagetype-detail .toptxt-box {
  border-bottom: 2px solid #2C2C2C;
  margin-bottom: 20px;
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
}

@media screen and (min-width: 769px) {
  .pagetype-detail .toptxt-box {
    margin-bottom: 40px;
    font-size: 28px;
  }
}

@media screen and (min-width: 769px) {
  .pagetype-detail .icon-terrace, .pagetype-detail .icon-local {
    font-size: 14px;
  }
}

.pagetype-detail .date-txt {
  position: relative;
  text-align: right;
  margin-bottom: 8px;
  display: flex;
}

@media screen and (min-width: 769px) {
  .pagetype-detail .date-txt {
    margin-bottom: 14px;
  }
}

.pagetype-detail .date-txt .date {
  font-family: "Cabin", sans-serif;
  color: #9A9A9A;
  margin-left: auto;
}

.pagetype-detail .shopinfo-box {
  font-size: 12px;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .pagetype-detail .shopinfo-box {
    font-size: 14px;
  }
}

.pagetype-detail .shopinfo-box .inner {
  display: flex;
}

.pagetype-detail .shopinfo-box .inner dt {
  width: 70px;
}

@media screen and (min-width: 769px) {
  .pagetype-detail .shopinfo-box .inner dt {
    width: 80px;
  }
}

.pagetype-detail .shopinfo-box .inner dd {
  flex: 1;
}

@media screen and (min-width: 769px) {
  .pagetype-detail .pager-box {
    margin-top: 50px;
  }
}

.pagetype-detail .news-recent-box .news-recent-ttl {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 2px solid #2C2C2C;
  margin-bottom: 30px;
  padding-bottom: 16px;
}

.pagetype-detail .news-recent-box .article-list {
  margin-bottom: 35px;
}

.pagetype-detail .news-recent-box .article-list li {
  margin-bottom: 20px;
}

.pagetype-detail .news-recent-box .article-list li a {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.pagetype-detail .news-recent-box .thumb-wrapper {
  width: 149px;
  height: 149px;
  margin-right: 27px;
}

.pagetype-detail .news-recent-box .list-txt {
  flex: 1;
  border-top: 2px solid #2C2C2C;
  margin-top: 10px;
  padding-top: 14px;
}

.pagetype-detail .news-recent-box .list-txt .ttl {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .pagetype-detail .news-recent-box .icon-terrace, .pagetype-detail .news-recent-box .icon-local {
    font-size: min(2.3vw, 10px);
  }
}

@media screen and (min-width: 769px) {
  .pagetype-detail .news-recent-box {
    padding-top: 46px;
  }
  .pagetype-detail .news-recent-box .news-recent-ttl {
    padding-bottom: 10px;
    margin-bottom: 24px;
    font-size: 18px;
  }
  .pagetype-detail .news-recent-box .thumb-wrapper {
    max-width: 107px;
    max-height: 107px;
    min-width: 70px;
    width: 100%;
    height: auto;
    margin-right: 17px;
  }
  .pagetype-detail .news-recent-box .list-txt {
    padding-top: 8px;
    border-width: 1px;
  }
  .pagetype-detail .news-recent-box .list-txt .ttl {
    font-size: 14px;
    line-height: 1.5;
  }
  .pagetype-detail .news-recent-box .list-txt .date {
    font-size: 12px;
  }
}

/*# sourceMappingURL=_map/tamameshi.css.map */
