@charset "UTF-8";
/*  ▼ cmn-logo
------------------------------------- */
.cmn-logo {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.cmn-logo:hover {
  opacity: 0.6;
}

/*  ▼ cmn-title-top
------------------------------------- */
.cmn-title-top {
  padding: 0 0 8px;
  margin: 0 0 20px;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #dcc59f;
}

/*  ▼ cmn-title
------------------------------------- */
.cmn-title {
  width: 100%;
  padding: 0 0 35px;
  margin: 0 0 40px;
  font-size: 5rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#e5d4b9), to(#e5d4b9)) no-repeat bottom/1em 1px;
  background: linear-gradient(90deg, #e5d4b9, #e5d4b9) no-repeat bottom/1em 1px;
}
.cmn-title_font-small {
  font-size: 72%;
}
.cmn-title_font-large {
  font-size: 150%;
}

/*  ▼ cmn-small-button
------------------------------------- */
.cmn-small-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  height: 30px;
  padding-right: 10px;
  margin-left: auto;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 990;
  background-color: #e6c619;
  position: relative;
  z-index: 0;
}
.cmn-small-button::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(../images/common/icon_arrow_small.png) no-repeat center/contain;
  position: absolute;
  right: 10px;
  z-index: -1;
}
.cmn-small-button:hover {
  color: #fff;
  background-color: #7c6030;
}

/*  ▼ cmn-button
------------------------------------- */
.cmn-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 250px;
  height: 60px;
  color: #fff;
  font-size: 113.3333333333%;
  font-weight: 700;
  background-color: #e6c619;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-button:hover {
  color: #fff;
  background-color: #7c6030;
}

/*  ▼ mail-button
------------------------------------- */
.mail-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 43px;
  padding-right: 5px;
  color: #fff;
  font-size: 106.6666666667%;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  background-color: #e6c619;
}
.mail-button::before {
  content: "";
  width: 17px;
  height: 12px;
  margin-right: 5px;
  background: url(../images/common/icon_mail.png) no-repeat center/contain;
}
.mail-button:hover {
  color: #fff;
  background-color: #7c6030;
}

/*  ▼ page-top
------------------------------------- */
.page-top {
  width: 70px;
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 99;
}
.page-top:hover {
  opacity: 0.7;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*  ▼ cmn-table
------------------------------------- */
.cmn-table {
  border: 1px solid #eed5a8;
}
.cmn-table_row:not(:last-child) .cmn-table_title {
  border-bottom: 1px solid #fff;
}
.cmn-table_row:not(:last-child) .cmn-table_text {
  border-bottom: 1px solid #eed5a8;
}
.cmn-table_title {
  /* width: 215px; */
  width: 240px;
  color: #fff;
  text-align: center;
  background-color: #e6c619;
}
.cmn-table_text {
  padding: 17.5px 20px;
}

/*  ▼ news
------------------------------------- */
.news-list {
  line-height: 1.4285714286;
  font-size: 1.4rem;
}
.news-list_item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list_link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-list_link:hover {
  color: #e6c619;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.news-list_figure {
  width: 160px;
  aspect-ratio: 1/1;
}
.news-list_image {
  width: 100%;
  height: 100%;
}
.news-list_text-box {
  width: calc(100% - 190px);
  margin-left: 30px;
}
.news-list_time, .news-list_tag {
  font-size: 85.7142857143%;
}
.news-list_time {
  display: block;
  margin: 0 0 12px;
}
.news-list_tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -10px -10px 0;
  line-height: 1.667;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
.news-list_tag_item {
  min-width: 80px;
  padding: 0 10px;
  margin: 0 10px 10px 0;
  background-color: #dfccb0;
}
.news-list_title {
  margin: 8px 0;
  font-size: inherit;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-under_search {
  margin: 0 0 30px;
}
.news-under_search_select {
  display: block;
  width: 300px;
  padding: 5px;
  margin-left: auto;
  vertical-align: middle;
  border: 2px solid #7c6030;
  background-color: #fff;
}
.news-under_search_select:focus-visible {
  outline: 0;
}

.news-detail {
  padding: 100px 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.news-detail_content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-height: 50vh;
}
.news-detail_title {
  width: 100%;
  margin: 15px 0 20px;
  font-size: 2.4rem;
}
.news-detail_text a {
  display: inline-block;
}

/*  ▼ postView
------------------------------------- */
.post-view {
  width: 100%;
  margin-top: 30px;
  line-height: 2;
  position: relative;
}
.post-view_prev {
  margin-right: auto;
}
.post-view_next {
  margin-left: auto;
}
.post-view_home {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*  ▼ pagenation
------------------------------------- */
.pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.5;
}
.pagenation li {
  background-color: #ccc;
}
.pagenation li:not(:last-child) {
  margin-right: 10px;
}
.pagenation li:not(.current):hover {
  opacity: 0.7;
}
.pagenation li.current {
  color: #fff;
  background-color: #7c6030;
}
.pagenation a {
  padding: 5px 10px;
  text-decoration: underline;
}
.pagenation span {
  display: block;
  padding: 5px 10px;
}

/*  ▼ breadcrumbs
------------------------------------- */
.breadcrumbs {
  padding: 7px 0;
  font-size: 1.4rem;
}
.breadcrumbs_wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.breadcrumbs_item {
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.breadcrumbs_item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  color: #7c6030;
}
.breadcrumbs_item:not(:last-child) {
  padding-right: 30px;
}
.breadcrumbs_item:not(:last-child)::before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
}
.breadcrumbs_item a {
  text-decoration: underline;
}
.breadcrumbs_item a:hover {
  opacity: 0.6;
}
