@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 1.3333333333vw;
  margin: 0 0 4vw;
  font-size: 157.1428571429%;
  font-weight: 600;
  letter-spacing: 0.1em;
  border-bottom: 0.2666666667vw solid #dcc59f;
}

/*  ▼ cmn-title
------------------------------------- */
.cmn-title {
  width: 100%;
  padding: 0 0 6.6666666667vw;
  margin: 0 0 8vw;
  font-size: 185.7142857143%;
  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: 32vw;
  min-width: 120px;
  height: 8vw;
  min-height: 30px;
  padding-right: 2.6666666667vw;
  margin-left: auto;
  color: #fff;
  font-size: 92.8571428571%;
  font-weight: 990;
  background-color: #e6c619;
  position: relative;
  z-index: 0;
}
.cmn-small-button::before {
  content: "";
  width: 3.2vw;
  min-width: 12px;
  height: 3.2vw;
  min-height: 12px;
  background: url(../images/common/icon_arrow_small.png) no-repeat center/contain;
  position: absolute;
  right: 2.6666666667vw;
  z-index: -1;
}
.cmn-small-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: 61.3333333333vw;
  min-width: 230px;
  height: 12vw;
  min-height: 45px;
  margin: 0 auto;
  padding-right: 1.3333333333vw;
  color: #fff;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  background-color: #e6c619;
}
.mail-button::before {
  content: "";
  width: 4.5333333333vw;
  min-width: 17px;
  height: 3.2vw;
  min-height: 12px;
  margin-right: 1.3333333333vw;
  background: url(../images/common/icon_mail.png) no-repeat center/contain;
}
.mail-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: 53.3333333333vw;
  min-width: 200px;
  height: 13.3333333333vw;
  min-height: 50px;
  color: #fff;
  font-weight: 700;
  background-color: #e6c619;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cmn-button:hover {
  color: #fff;
  background-color: #7c6030;
}

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

/*  ▼ cmn-table
------------------------------------- */
.cmn-table {
  display: block;
  border: 0.2666666667vw solid #eed5a8;
}
.cmn-table_body, .cmn-table_row, .cmn-table_title, .cmn-table_text {
  display: block;
}
.cmn-table_title, .cmn-table_text {
  padding: 2.6666666667vw;
}
.cmn-table_title {
  color: #fff;
  text-align: center;
  background-color: #e6c619;
}

/*  ▼ news
------------------------------------- */
.news-list {
  line-height: 1.4285714286;
}
.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: 30%;
  aspect-ratio: 1/1;
}
.news-list_image {
  width: 100%;
  height: 100%;
}
.news-list_text-box {
  width: 65%;
  margin-left: 5%;
}
.news-list_time, .news-list_tag {
  font-size: 85.7142857143%;
}
.news-list_time {
  display: block;
  margin: 0 0 1.8666666667vw;
}
.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 -1.3333333333vw -1.3333333333vw 0;
  line-height: 1.667;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
}
.news-list_tag_item {
  min-width: 18.6666666667vw;
  padding: 0 1.3333333333vw;
  margin: 0 1.3333333333vw 1.3333333333vw 0;
  background-color: #dfccb0;
}
.news-list_title {
  margin: 1.3333333333vw 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;
  position: relative;
  z-index: 0;
}
.news-under_search::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid #7c6030;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  margin: auto;
  top: 0;
  right: 10px;
  bottom: 0;
}
.news-under_search_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 53.3333333333vw;
  min-width: 200px;
  padding: 5px 10px;
  margin-left: auto;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  border: 2px solid #7c6030;
  background-color: #fff;
}
.news-under_search_select:focus-visible {
  outline: 0;
}

.news-detail {
  padding: 50px 0;
  padding: max(50px, 13.3333333333vw) 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: 6px 0 20px;
  font-size: 128.5714285714%;
}
.news-detail_text a {
  display: inline-block;
}

/*  ▼ post-view
------------------------------------- */
.post-view {
  width: 100%;
  margin-top: 30px;
  line-height: 2;
  font-size: 92.8571428571%;
  text-align: center;
  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: 30px 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: 8px 0;
  font-size: 85.7142857143%;
}
.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: 22px;
}
.breadcrumbs_item:not(:last-child)::before {
  content: " ";
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
}
.breadcrumbs_item a {
  text-decoration: underline;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs_item a:hover {
  opacity: 0.6;
}