/***  media ***/
/***  color ***/
/*** font ***/
/*** url ***/
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: normal;
  src: url('../font/Champagne.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: normal;
  font-weight: bold;
  src: url('../font/ChampagneB.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: bold;
  src: url('../font/ChampagneBI.ttf') format('truetype');
}
@font-face {
  font-family: "Champagne";
  font-style: italic;
  font-weight: normal;
  src: url('../font/ChampagneI.ttf') format('truetype');
}
@font-face {
  font-family: "corpMin";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpMin.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: normal;
  src: url('../font/corpLogoR.ttf') format('truetype');
}
@font-face {
  font-family: "corpLogo";
  font-style: normal;
  font-weight: bold;
  src: url('../font/corpLogoB.ttf') format('truetype');
}
.pegnationArchiveNumber .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pegnationArchiveNumber .page-item .page-link {
  width: 56px;
  height: 56px;
  line-height: 56px;
  padding: 0;
  text-align: center;
  border: 2px solid transparent;
  background: transparent;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.pegnationArchiveNumber .page-item .page-link.last,
.pegnationArchiveNumber .page-item .page-link.first {
  width: 120px;
}
.pegnationArchiveNumber .page-item.disabled .page-link {
  border-radius: 50%;
  padding: 0;
  border-color: #333333;
}
.pegnationArchiveList {
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  letter-spacing: 0.9px;
  text-align: center;
  position: relative;
}
.pegnationArchiveListWrap {
  padding-top: 98px;
}
.pegnationArchiveList .prevLink,
.pegnationArchiveList .nextLink {
  font-size: 20px;
  position: absolute;
  top: 0;
  background: #ffffff;
}
.pegnationArchiveList .prevLink a,
.pegnationArchiveList .nextLink a {
  display: block;
}
.pegnationArchiveList .prevLink {
  left: 0;
}
.pegnationArchiveList .nextLink {
  right: 0;
}
.pegnationArchiveList .centerLink {
  background: #ffffff;
  margin: auto;
}
.pegnationArchiveList .centerLink a {
  display: block;
}
@media screen and (min-width: 1200px) {
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink,
  .pegnationArchiveList .centerLink {
    height: 100%;
    display: block;
  }
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink {
    width: 60px;
    height: 60px;
  }
  .pegnationArchiveList .centerLink {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  .pegnationArchiveListWrap {
    padding: 30px 0 0;
  }
  .pegnationArchiveListWrap.singleTop {
    padding: 0 0 10px;
  }
  .pegnationArchiveList {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    letter-spacing: -0.6px;
    background: #ffffff;
  }
  .pegnationArchiveList .prevLink,
  .pegnationArchiveList .nextLink {
    font-size: 20px;
    position: absolute;
    top: 0;
  }
  .pegnationArchiveList .prevLink a,
  .pegnationArchiveList .nextLink a {
    display: block;
    padding: 0 15px;
  }
  .pegnationArchiveList .prevLink a {
    padding-right: 50px;
  }
  .pegnationArchiveList .nextLink a {
    padding-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cntTtl {
    padding: 0;
  }
  .articleBlock.innerBlock {
    padding: 0;
  }
}
.editorCts {
  /* 配置位置 右 */
  /* 配置位置 左 */
}
.editorCts .wp-caption-text {
  text-align: center;
}
.editorCts .wp-caption {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.editorCts .alignright {
  display: block;
  margin: 0 0 0 auto;
}
.editorCts .alignleft {
  display: block;
  margin: 0 auto 0 0;
}
.editorCts .aligncenter {
  display: block;
  margin: 0 auto;
}
.editorCts p,
.editorCts h1,
.editorCts h2,
.editorCts h3,
.editorCts h4,
.editorCts h5,
.editorCts h6,
.editorCts ul,
.editorCts ol {
  letter-spacing: 1.6px;
  padding: 0;
  margin: 0 0 1em;
}
.editorCts p:first-child,
.editorCts h1:first-child,
.editorCts h2:first-child,
.editorCts h3:first-child,
.editorCts h4:first-child,
.editorCts h5:first-child,
.editorCts h6:first-child,
.editorCts ul:first-child,
.editorCts ol:first-child {
  margin-top: 10px;
}
.editorCts p .wp-caption + .wp-caption,
.editorCts h1 .wp-caption + .wp-caption,
.editorCts h2 .wp-caption + .wp-caption,
.editorCts h3 .wp-caption + .wp-caption,
.editorCts h4 .wp-caption + .wp-caption,
.editorCts h5 .wp-caption + .wp-caption,
.editorCts h6 .wp-caption + .wp-caption,
.editorCts ul .wp-caption + .wp-caption,
.editorCts ol .wp-caption + .wp-caption {
  margin-top: 30px;
}
.editorCts h1,
.editorCts h2,
.editorCts h3,
.editorCts h4,
.editorCts h5,
.editorCts h6 {
  margin-bottom: 0.5em;
  margin-top: 1em;
}
.editorCts h1,
.editorCts h2,
.editorCts h3,
.editorCts h4,
.editorCts h5,
.editorCts h6,
.editorCts strong,
.editorCts em {
  font-weight: bold;
}
.editorCts ul,
.editorCts ol {
  margin-left: 1.5em;
}
.editorCts ul {
  list-style: disc;
}
.editorCts ol {
  list-style-type: decimal;
}
.editorCts em {
  font-style: italic;
}
.editorCts a {
  color: #035e92;
  text-decoration: underline;
}
.editorCts h1 {
  font-size: 24px;
}
.editorCts h2 {
  font-size: 22px;
}
.editorCts h3 {
  font-size: 20px;
}
.editorCts h4 {
  font-size: 19px;
}
.editorCts h5 {
  font-size: 18px;
}
.editorCts h6 {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .editorCts p,
  .editorCts h1,
  .editorCts h2,
  .editorCts h3,
  .editorCts h4,
  .editorCts h5,
  .editorCts h6,
  .editorCts ul,
  .editorCts ol {
    line-height: 1.8;
    letter-spacing: 1px;
  }
  .editorCts h1 {
    font-size: 20px;
  }
  .editorCts h2 {
    font-size: 19px;
  }
  .editorCts h3 {
    font-size: 18px;
  }
  .editorCts h4 {
    font-size: 17px;
  }
  .editorCts h5 {
    font-size: 16px;
  }
  .editorCts h6 {
    font-size: 15px;
  }
}
.NewsCatList {
  margin: 30px 0 60px;
  overflow-x: scroll;
}
.NewsCatList .NewsCatListRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.NewsCatList a {
  min-width: 142px;
  border-bottom: 2px solid #909090;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 20px;
  padding: 15px 0;
}
.NewsCatList a + a {
  margin-left: 10px;
  color: #909090;
}
.NewsCatList a.selected {
  border-bottom: 2px solid #ea8b93;
  color: #ea8b93;
}
@media screen and (max-width: 767px) {
  .NewsCatList {
    margin: 0 -4%;
    background: #fff;
    padding: 5px 0;
  }
  .NewsCatList .NewsCatListRow {
    justify-content: left;
  }
  .NewsCatList a {
    min-width: 110px;
    font-size: 13px;
    letter-spacing: 1.3px;
    padding: 10px 5px;
  }
}
.newsPostBoxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newsPostBoxWrap::after {
  content: "";
  display: block;
  width: 340px;
}
.newsPostBox {
  width: 340px;
  margin-bottom: 96px;
  position: relative;
}
.newsPostBox .imgWrap {
  width: 340px;
  height: 200px;
}
.newsPostBox .imgWrap .imgBg {
  width: 100%;
  height: 100%;
}
.newsPostBox .term-name {
  position: absolute;
  top: 18px;
  left: -3px;
  text-align: center;
  padding: 3px 11px;
  line-height: 1;
  letter-spacing: 0.7px;
  font-size: 14px;
  background: #ffffff;
  color: #9a7f81;
  border: 1px solid #9a7f81;
  font-weight: 600;
}
.newsPostBox .ttl {
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: 0.45px;
  font-size: 18px;
  margin: 18px 0;
  color: #594a4b;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.newsPostBox .excerpt,
.newsPostBox .date {
  line-height: 1.75;
  letter-spacing: 0.4px;
  font-size: 16px;
}
.newsPostBox .excerpt {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .newsPostBoxWrap {
    display: block;
    padding-top: 29px;
  }
  .newsPostBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #ffffff;
    padding: 10px 15px;
    position: relative;
    margin-bottom: 10px;
  }
  .newsPostBox:after {
    content: '';
    background: url("../img/common/post_arrow.svg") center center no-repeat;
    width: 15px;
    height: 7px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    background-size: 100%;
  }
  .newsPostBox .imgWrap {
    width: 120px;
    height: 105px;
    margin-right: 15px;
  }
  .newsPostBox .detailWrap {
    width: calc(100% - 160px);
  }
  .newsPostBox .term-name {
    position: unset;
    padding: 3px 11px;
    font-size: 12px;
  }
  .newsPostBox .ttl {
    font-size: 15px;
    margin: 15px 0 10px;
  }
  .newsPostBox .date {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}
/*
**  記事ページ
**/
.newsCtsTitle {
  padding: 0 0 30px;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #594a4b;
}
.newsCtsDetail {
  margin: 20px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
.newsCtsDetail .cat {
  font-size: 16px;
  line-height: 1;
  color: #9a7f81;
  text-align: center;
  border: 1px solid #9a7f81;
  display: inline-block;
  padding: 7px 20px;
  background: #ffffff;
}
.newsCtsDetail .cat + .cat {
  margin-left: 20px;
}
.newsCtsDetail .date {
  color: #a89f99;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-left: 20px;
}

/******** 店休日投稿用 ********/
.newsParagraph {
  border-top: 2px solid #333333;
  padding-bottom: 1.0em;
}
.newsParagraph .prefectures {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 7px;
  letter-spacing: 0;
}
.newsParagraph .dayOffList {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 4px;
}
.dayOffListItem {
  font-size: 14px;
  line-height: 1.56;
  margin-bottom: 6px;
  letter-spacing: .13em;
  font-feature-settings: "palt";
}
.dayOffListItem .salon {
  color: #B12028;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .01em;
}
.dayOffListItem .salon::after {
  content: "／";
  color: #000000;
  font-weight: normal;
}
.dayOffListItem .salon::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: inline-block;
  background: #B12028;
  vertical-align: middle;
  margin-right: 12px;
}
#js-dayoff-root.newsParagraph .prefectures {
  margin: 0;
  padding-block: 10px 7px;
  line-height: 1.6;
}
#js-dayoff-root.newsParagraph .dayOffList + .prefectures {
  border-top: 2px solid #333333;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .singleCts {
    padding: 0 15px;
  }
  .newsCtsTitle {
    line-height: 1.53;
    font-size: 18px;
    font-weight: 600;
    padding: 0 0 15px;
  }
  .newsCtsDetail {
    margin: 0;
  }
  .newsCtsDetail .date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.2px;
    color: #909090;
    margin: 10px 0;
  }
  .newsCtsDetail .cat {
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    margin-right: 15px;
  }
  .newsCtsDetail .cat + .cat {
    margin-left: 10px;
  }
  #js-dayoff-root.newsParagraph .prefectures {
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .full-width .editorCts .wp-block-image img {
    width: 100%;
  }
  .full-width .editorCts .wp-block-image figure {
    width: 100%;
  }
}
/*# sourceMappingURL=map/news.css.map */