@charset "UTF-8";
/*----------------------------------------------------
  変数セット
----------------------------------------------------*/
/*----------------------------------------------------
  一覧
----------------------------------------------------*/
span.shop-name {
  display: inline-block;
  background-color: #FFFACF;
  padding: 0.2rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid #fbf2a6;
}
@media screen and (max-width: 575.98px) {
  span.shop-name {
    font-size: 1.3rem;
  }
}

.info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5rem;
}
@media screen and (max-width: 991.98px) {
  .info-wrap {
    display: block;
    margin-bottom: 1rem;
  }
}
.info-wrap .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.info-wrap .contents ul.info-list {
  list-style: none;
  padding-left: 0;
}
.info-wrap .contents ul.info-list li {
  margin-bottom: 2rem;
  padding-left: 1rem;
}
@media screen and (max-width: 767.98px) {
  .info-wrap .contents ul.info-list li {
    padding: 0 1rem;
  }
}
.info-wrap .contents ul.info-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 1.5rem;
  padding: 2rem;
  color: #222;
  text-decoration: none;
  height: 100%;
  position: relative;
  -webkit-box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .info-wrap .contents ul.info-list li a {
    border-radius: 1.2rem;
    padding: 1.5rem;
  }
}
.info-wrap .contents ul.info-list li a:hover .inner p {
  text-decoration: underline;
}
.info-wrap .contents ul.info-list li a .new {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #F9270B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 0.85em;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: absolute;
  top: -10px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .info-wrap .contents ul.info-list li a .new {
    width: 48px;
    height: 48px;
  }
}
.info-wrap .contents ul.info-list li a .thumbnail {
  position: relative;
  width: 200px;
  height: 133.3333px;
  border: 1px solid #f2f2f2;
}
@media screen and (max-width: 991.98px) {
  .info-wrap .contents ul.info-list li a .thumbnail {
    width: 150px;
    height: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .info-wrap .contents ul.info-list li a .thumbnail {
    width: 100px;
    height: 66.666px;
  }
}
.info-wrap .contents ul.info-list li a .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info-wrap .contents ul.info-list li a .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0;
  padding-left: 1.5rem;
}
.info-wrap .contents ul.info-list li a .inner time {
  display: inline-block;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
}
.info-wrap .contents ul.info-list li a .inner span.label {
  display: inline-block;
  background-color: #FFFACF;
  padding: 0.1rem 0;
  margin-bottom: 1rem;
  font-size: 0.8em;
  width: 120px;
  text-align: center;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
  border-radius: 5px;
}
@media screen and (max-width: 575.98px) {
  .info-wrap .contents ul.info-list li a .inner span.label {
    width: 100px;
    border-radius: 3px;
  }
}
.info-wrap .contents ul.info-list li a .inner span.label.oshirase {
  background-color: #F79F1D;
}
.info-wrap .contents ul.info-list li a .inner span.label.shop-news {
  background-color: #EF897D;
}
.info-wrap .contents ul.info-list li a .inner span.label.kyujin-joho {
  background-color: #54b53a;
}
@media screen and (max-width: 575.98px) {
  .info-wrap .contents ul.info-list li a .inner span.shop-name {
    font-size: 1.3rem;
    margin-bottom: 0.7rem;
  }
}
.info-wrap .contents ul.info-list li a .inner p {
  color: #F9270B;
}
.info-wrap .side {
  width: 300px;
  padding-left: 5rem;
}
@media screen and (max-width: 767.98px) {
  .info-wrap .side {
    width: auto;
    padding-left: 0;
  }
}

.info-archive-title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}

ul.archive-list {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 991.98px) {
  ul.archive-list {
    margin-top: 3rem;
  }
}
ul.archive-list li a {
  display: block;
  color: #222;
  text-decoration: none;
  padding: 1rem 2rem;
  position: relative;
}
ul.archive-list li a:hover {
  opacity: 0.75;
}
ul.archive-list li a::before {
  content: "";
  width: 0.4em;
  height: 0.8em;
  display: inline-block;
  background: #F9270B;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  left: 0.5rem;
  top: 1.7rem;
}

.tablenav {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .tablenav {
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
}
.tablenav > a, .tablenav > span {
  display: inline-block;
  font-size: 1.4rem;
  color: #222;
  padding: 5px 0.8em;
  border: solid 1px #F9270B;
  text-decoration: none;
  background: #ffffff;
  margin: 0.5rem 0;
}
.tablenav > span.current {
  color: #fff !important;
  background-color: #F9270B;
  font-weight: 500;
}
.tablenav > a:hover {
  color: #F9270B;
}

/*----------------------------------------------------
  詳細
----------------------------------------------------*/
a.btn-info {
  display: inline-block;
  background-color: #2a2a2a;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 1.7rem 3rem;
  position: relative;
}
a.btn-info:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767.98px) {
  a.btn-info {
    padding: 1.5rem 2rem;
  }
}
a.btn-info::after {
  content: "";
  display: inline-block;
  width: 0.7em;
  height: 0.7em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-left: 0.4em;
}
a.btn-info:hover {
  opacity: 0.7;
}

.info-single .kiji-title {
  font-size: 3rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .info-single .kiji-title {
    font-size: 2.6rem;
  }
}
.info-single .date-area {
  text-align: right;
  margin: 0.5rem 0 3rem;
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ccc;
}
.info-single .date-area span.shop-name {
  margin-right: 0.5rem;
}
.info-single .button-area {
  text-align: center;
  margin-top: 5rem;
}
.info-single .button-area a.btn-back {
  display: inline-block;
  color: #222;
  text-decoration: none;
  padding: 2rem 5rem;
  border: 2px solid #F9270B;
  border-radius: 10rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .info-single .button-area a.btn-back {
    padding: 1.5rem 3rem;
  }
}
.info-single .button-area a.btn-back:hover {
  opacity: 0.7;
}
.info-single .button-area a.btn-back::before {
  content: "";
  width: 0.5em;
  height: 0.8em;
  display: inline-block;
  background: #F9270B;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  margin-right: 1rem;
}