@charset "UTF-8";
/* news CSS*/
.contents_btn {
  height: 48px;
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: rgba(243, 243, 243, 0.9);
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.024px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 5;
}

.contents_btn a {
  margin: 20px 0;
  text-decoration: none;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
}

.btn_active {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 700 !important;
}

.btn_active:before {
  content: "";
  position: absolute;
  bottom: -13px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.news_base {
  padding-top: 72px;
  padding-bottom: 140px;
  background: #f7f7f7;
}

.title {
  font-family: "lausanne", sans-serif;
  padding-top: 113px;
  padding-bottom: 113px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.25;
  letter-spacing: 0.0125em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.category-all-day-place_news .news_base,
.category-en_all-day-place_news .news_base {
  padding-top: 0;
}
.category-all-day-place_news .news_list_container,
.category-en_all-day-place_news .news_list_container {
  margin: 0 auto;
  width: 100%;
  max-width: 1270px;
  padding: 0 12px;
}
.category-all-day-place_news .news_list,
.category-en_all-day-place_news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 62px;
  gap: 62px;
}
.category-all-day-place_news .news_item,
.category-en_all-day-place_news .news_item {
  max-width: calc(33% - 38px);
  width: 100%;
}
.category-all-day-place_news .news_thumbnail,
.category-en_all-day-place_news .news_thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  /* height: 280px; */
  overflow: hidden;
}
.category-all-day-place_news .news_thumbnail img,
.category-en_all-day-place_news .news_thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.category-all-day-place_news .news_title,
.category-en_all-day-place_news .news_title {
  font-size: 1.25rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 24px;
  margin-bottom: 8px;
}
.category-all-day-place_news .news_title a,
.category-en_all-day-place_news .news_title a {
  text-decoration: none;
}
.category-all-day-place_news .news_title a:visited,
.category-all-day-place_news .news_title a:link,
.category-en_all-day-place_news .news_title a:visited,
.category-en_all-day-place_news .news_title a:link {
  color: inherit;
}
.category-all-day-place_news .news_date,
.category-en_all-day-place_news .news_date {
  font-size: 0.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #969696;
}

.news_list_container {
  margin: 0 auto;
  width: 100%;
  max-width: 990px;
  padding: 140px 10px 0 10px;
}

.news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 38px;
     -moz-column-gap: 38px;
          column-gap: 38px;
}

.news_item {
  width: 298px;
  margin-bottom: 30px;
}

.news_thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  /* height: 280px; */
  overflow: hidden;
}

.news_thumbnail img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.news_sub_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news_sub_area a {
  color: #1a1a1a;
  height: 28px;
  min-width: 50px;
  padding: 0 12.4444444444px;
  text-decoration: none;
  border: solid 1px #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.0892857143em;
  line-height: 2;
  -webkit-transform: scaleX(0.9);
          transform: scaleX(0.9);
}

.news_title {
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.25;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 0px;
  margin-bottom: 8px;
}

.news_title a {
  text-decoration: none;
}

.news_title a:visited,
.news_title a:link {
  color: inherit;
}

.news_date {
  font-size: 0.875rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #969696;
}

.category-soki_atami_news,
.category-soki_kanazawa_news,
.category-en_soki_atami_news,
.category-en_soki_kanazawa_news {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.category-all-day-place_news,
.category-en_all-day-place_news {
  font-family: "lausanne", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.category-kanra-kyoto-news,
.category-en_kanra-kyoto-news {
  font-family: mrs-eaves, source-han-serif-japanese, serif !important;
}

[class*=category-yuen_shinjuku_news],
[class*=category-en_yuen_shinjuku_news],
[class*=category-yuen_sapporo_news],
[class*=category-en_yuen_sapporo_news],
[class*=category-yuenbettei_daita_news],
[class*=category-en_yuenbettei_daita_news] {
  font-family: mrs-eaves, source-han-serif-japanese, serif !important;
}

.category-anteroom_kyoto_news,
.category-en_anteroom_kyoto_news {
  font-family: source-han-sans-cjk-ja, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

.category-anteroom_kyoto_artculture_list .news_base {
  padding-top: 72px !important;
  background: #f5f2ef;
}

.contents_btn {
  height: 48px;
  width: 100%;
  position: fixed;
  background-color: rgba(233, 233, 233, 0.9);
  letter-spacing: 1.024px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
.contents_btn .category-subcategories {
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  gap: 30px;
}
.contents_btn a {
  margin: 20px 0;
  text-decoration: none;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
}

.btn_active {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  font-weight: 700 !important;
}

.btn_active:before {
  content: "";
  position: absolute;
  bottom: -13px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: black;
  border-radius: 2px;
}

.category-news .news_base,
.category-en_news .news_base {
  padding-top: 0px;
  padding-bottom: 140px;
  background: #f7f7f7;
}

[class*=yuen_shinjuku_news] {
  font-family: mrs-eaves, source-han-serif-japanese, serif !important;
  -webkit-font-smoothing: antialiased;
  background: #f5f2ef;
}

[class*=yuen_sapporo_news],
[class*=yuenbettei_daita_news] {
  font-family: source-han-serif-japanese, serif;
  -webkit-font-smoothing: antialiased;
  background: #f5f2ef;
}

.news_detail_page .main_contents .news_container {
  padding: 142px 107px 150px;
}
.news_detail_page .main_contents .news_container .news_contents {
  max-width: 990px;
  margin: 0 auto;
}
.news_detail_page .main_contents .news_container .news_contents .news_image {
  width: 100%;
  aspect-ratio: 16/9;
  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;
  margin-bottom: 95px;
  overflow: hidden;
}
.news_detail_page .main_contents .news_container .news_contents .news_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news_detail_page .main_contents .news_container .news_contents .news_date {
  color: #999;
  font-size: 20px;
}
.news_detail_page .main_contents .news_container .news_contents .news_title {
  margin-top: 0px;
  color: #000;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-size: 28px;
  font-weight: bold;
  line-height: 40px;
}
.news_detail_page .main_contents .news_container .news_contents .news_text a {
  color: inherit;
}
.news_detail_page .main_contents .news_container .news_contents p {
  margin-top: 24px;
  margin-bottom: 6px;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 1.024px;
}
.news_detail_page .main_contents .other_news {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.news_detail_page .main_contents .other_news a {
  color: #1a1a1a !important;
  text-decoration: none !important;
}
.news_detail_page .main_contents .other_news .other_news_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.news_detail_page .main_contents .other_news .other_news_item::after {
  content: "";
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.news_detail_page .main_contents .other_news .other_news_item .nav_label {
  margin-bottom: 10px;
  font-family: "Public Sans";
  font-size: 24px;
}
.news_detail_page .main_contents .other_news .other_news_item.next .nav_label {
  text-align: right;
}
.news_detail_page .main_contents .other_news .other_news_item .other_news_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_detail_page .main_contents .other_news .other_news_item .other_news_content .image_box {
  width: 100%;
  aspect-ratio: 16/9;
  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;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.news_detail_page .main_contents .other_news .other_news_item .other_news_content .image_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_detail_page .main_contents .other_news .other_news_item .other_news_content .other_news_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.news_detail_page .main_contents .other_news .other_news_item .other_news_content .other_news_info .news_attribute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #999;
  font-family: "Public Sans";
  font-size: 10px;
}
.news_detail_page .main_contents .other_news .other_news_item .other_news_content .other_news_info .news_title {
  margin-top: 16px;
  -webkit-font-feature-settings: "pwid" on, "palt" on;
          font-feature-settings: "pwid" on, "palt" on;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 648px) {
  .news_base {
    padding-top: 56px;
  }
  .news_list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .news_detail_page .main_contents {
    padding: 130px 20px 100px;
    border-top: none;
  }
  .news_detail_page .main_contents .news_container {
    padding: 0;
  }
  .news_detail_page .main_contents .news_container .other_news {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    padding-top: 40px;
  }
  .news_detail_page .main_contents .news_container .other_news .other_news_item {
    width: 100%; /* SPでは1列 */
  }
  .news_detail_page .main_contents .news_container .other_news .other_news_item .other_news_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .news_detail_page .main_contents .news_container .other_news .other_news_item .other_news_content .other_news_info {
    width: 100%;
  }
  .news_detail_page .main_contents .news_container .other_news .other_news_item::after {
    display: none;
  }
  .news_detail_page .main_contents .news_container .other_news .other_news_item.next .nav_label {
    text-align: left;
  }
  .news_thumbnail {
    height: 218px;
  }
  .news_list_container {
    padding: 80px 20px 0 20px;
  }
  .category-all-day-place_news .news_item,
  .category-en_all-day-place_news .news_item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 0;
  }
  .news_title {
    margin-bottom: 0;
  }
  .news_sub_area {
    padding-bottom: 28px;
    border-bottom: solid 1px #1a1a1a;
  }
  .news_sub_area a {
    font-family: "Old Standard TT", serif;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    font-size: 11.7104px;
    letter-spacing: 0.04em;
    line-height: 2.5;
  }
  .contents_btn {
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal;
  }
  .contents_btn .category-subcategories {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .contents_btn .category-subcategories a {
    margin: 0;
  }
}/*# sourceMappingURL=news.css.map */