@charset "UTF-8";

/* newsの設定 */




/* ---------------------------------------------
#newsの設定
---------------------------------------------*/
#news {
  width: 100%;
  max-width: 1920px;
  position: relative;
  z-index: 2;
  background-color: #eeeae5;
  margin: 0 auto;
  margin-top: -10.5px;
   padding: 40px 0 80px;
}

#news h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 10px 20px;
  border-radius: 12px;
  background: #fff;
  width: fit-content;
  margin: 0 auto 20px;
  word-break: auto-phrase;
}

.news_content {
  position: relative;
  top: 3vw;
}

.news_content ul {
  width: 100%;
}

.news_content .news_time {
  margin-right: 15px;
  font-size: 19px;
  font-weight: normal;
  position: relative;
  top: -2px;
}

.news_content .news_categori {
  padding: 0.1px 15px;
  margin-right: 20px;
  background-color: #d8c29c;
  position: relative;
  top: -2.9px;
}

.news_content li {
  display: flex;
  padding-top: 1.4em;
  padding-bottom: 3em;
  border-bottom: #d0bb96 dashed 2px;
  overflow-wrap: break-word;
  width: 80%;
  inline-size: 80%;
  margin: 0 auto;
  position: relative;
}

.pdf_link {
  position: absolute;
  bottom: 15px;
  left: 0;
  cursor: pointer !important;
}

.pdf_link a {
  color: #9a9a9a;
  text-decoration: none;
  cursor: pointer !important;
}

.news_content li:nth-last-of-type(2) {
  border-bottom: #d0bb96 dashed 0px;
}

.news_content li:last-of-type {
  opacity: 0;
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: #d0bb96 dashed 0px;
  margin-bottom: 15vw;
}

.news_link:hover {
  all: unset;
  filter: drop-shadow(-4px 4px 1px rgba(100, 100, 100, 0.2));
  position: relative;
  box-sizing: border-box;
  transition: all 0.2s;
}

.news_link::after {
  content: '〉';
  color: white;
  display: inline-block;
  position: absolute;
  right: 5px;
}

.news_link a {
  background-color: #d0bb96;
  color: white;
  padding: 8px 55px;
  box-sizing: border-box;
  font-size: 18px;
  border-radius: 0px;
  cursor: pointer;
}
.news_link a :hover {
  position: relative;
  top: 6px;
}

#news h4 {
  font-size: 25.5px;
  padding: 5.5px 31px;
  background-color: white;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 2.3vw;
}

#news .post-content{
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  overflow: hidden;
}

#news .news_modal{
  display: flex;
  justify-content: start;
  align-items: center;
  padding: 10px 0;
  border-bottom: #d0bb96 dashed 2px;
  cursor: pointer;
}

#news .news_modal .date,
#news .news_modal .post-text,
#news .news_modal .cate span{
  transition: all 0.2s;
}

#news .news_modal:hover .date,
#news .news_modal:hover .post-text{
  color: #bda67a;
}

#news .news_modal:hover .cate span{
  background-color: #bda67a;
  color: white;
}

#news .news_modal a {
  text-decoration: none;
}

#news .hidden_text{
  display: none;
}

#news .news_modal:hover .hidden_text{
  display: block;
}

/* お知らせの日付とカテゴリの設定 */
.post-date {
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 16px;
}


/* お知らせの日付の設定 */
#news .post-date .date {
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.02em;
}

/* お知らせのカテゴリの設定 */
#news .cate {
  width: fit-content;
  display: block;
  font-size: 14px;
}
#news .cate span {
  width: fit-content;
  font-size: 14px;
  line-height: 1em;
  display: block;
  padding: 2px 18px;
  margin-right: 20px;
  background-color: #d8c29c;
}

#news .post-text {
  width: fit-content;
  font-size: 16px;
  line-height: 1.55em;
  word-break: break-all;
}

#news .button_archive{
  width: fit-content;
  margin: 40px auto 0;
}

#news .button_archive a{
  background-color: #d0bb96;
  color: white;
  padding: 8px 20px;
  box-sizing: border-box;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.3);
  transition: all 0.2s;
}
#news .button_archive:hover a{
  background-color: #bda67a;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}



@media screen and (min-width: 768px) {
  .news_text_s {
    display: none;
  }
  .news_text_l {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {

  .news_content {
    min-width: none;
  }

  .news_content li {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.5em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 2px;
    min-width: 480px;
    max-width: 480px;
    text-align: left;
  }

  .news_text_l {
    display: none;
  }
  .news_text_s {
    display: inline-block;
  }

  .news_date {
    width: 480px;
  }

  .news_content .news_time {
    margin-right: 15px;
    font-size: 19px;
    font-weight: normal;
    position: relative;
    top: 1px;
  }

  .news_content .news_categori {
    padding: 0.1px 28px;
    margin-right: 23px;
    background-color: #d8c29c;
    position: relative;
    top: -1px;
  }

  .news_date {
    width: 480px;
    margin-bottom: 10px;
  }

  #news h4 {
    font-size: 29.5px;
    padding: 7.5px 40px;
    background-color: white;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 6.3vw;
  }

  .news_text_s {
    display: inline-block;
    font-size: 18px;
    line-height: 1.45em;
    width: 480px;
    inline-size: 480px;
    overflow-wrap: break-word;
    margin: 0 auto 3px 0;
    text-align: left;
  }

  .news_content li:last-of-type {
    display: flex;
    padding-top: 1em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 0px;
    margin-bottom: 7.2vw;
  }

  .news_link a {
    background-color: #d0bb96;
    color: white;
    padding: 8px 70px;
    box-sizing: border-box;
    font-size: 23px;
    border-radius: 0px;
    cursor: pointer;
  }




  #news {
    width: 100%;
    max-width: 1920px;
    position: relative;
    z-index: 2;
    background-color: rgb(238, 234, 229);
    margin-top: -10.5px;
    padding: 40px 20px 80px;
    margin: -10.5px auto 0;
}






  /* お知らせのテキストの設定 */
  #news .post-text {
    font-size: 16px;
    width: 100%;
    text-align: left;
  }


  .post-date {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
}
}

@media screen and (max-width: 600px) {
  .news_content {
    min-width: none;
  }

  .news_content li {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.5em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 2px;
    min-width: 430px;
    max-width: 430px;
    text-align: left;
  }

  .news_text_l {
    display: none;
  }
  .news_text_s {
    display: inline-block;
  }

  .news_date {
    width: 430px;
  }

  news_content .news_time {
    margin-right: 19px;
    font-size: 22px;
  }

  .news_content .news_categori {
    padding: 0.1px 28px;
    margin-right: 23px;
    background-color: #d8c29c;
    position: relative;
    top: -1px;
  }

  .news_date {
    width: 430px;
    margin-bottom: 10px;
  }

  #news h4 {
    font-size: 29.5px;
    padding: 7.5px 40px;
    background-color: white;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 6.3vw;
  }

  .news_text_s {
    display: inline-block;
    font-size: 18px;
    line-height: 1.45em;
    width: 430px;
    inline-size: 430px;
    overflow-wrap: break-word;
    margin: 0 auto 0 0;
    text-align: left;
  }

  .news_content li:last-of-type {
    display: flex;
    padding-top: 1em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 0px;
    margin-bottom: 7.2vw;
  }

  .news_link a {
    background-color: #d0bb96;
    color: white;
    padding: 8px 70px;
    box-sizing: border-box;
    font-size: 23px;
    border-radius: 0px;
    cursor: pointer;
  }
}

@media screen and (max-width: 570px) {
  .news_content {
    min-width: none;
  }

  .news_content li {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.2em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 2px;
    min-width: 400px;
    max-width: 400px;
    text-align: left;
  }

  .news_text_l {
    display: none;
  }
  .news_text_s {
    display: inline-block;
  }

  .news_date {
    width: 400px;
  }

  news_content .news_time {
    margin-right: 19px;
    font-size: 20px;
  }

  .news_content .news_categori {
    padding: 0.1px 26px;
    margin-right: 21px;
    background-color: #d8c29c;
    position: relative;
    top: -1px;
  }

  .news_date {
    width: 400px;
    margin-bottom: 10px;
  }

  #news h4 {
    font-size: 28px;
    padding: 7px 38px;
    background-color: white;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 6vw;
  }

  .news_text_s {
    display: inline-block;
    font-size: 18px;
    width: 400px;
    inline-size: 400px;
    overflow-wrap: break-word;
    margin: 0 auto 0 0;
    text-align: left;
  }

  .news_content li:last-of-type {
    display: flex;
    padding-top: 1em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 0px;
    margin-bottom: 7vw;
  }

  .news_link a {
    color: white;
    padding: 8px 70px;
    font-size: 22px;
  }
}

@media screen and (max-width: 500px) {

  .news_content {
    min-width: none;
  }

  .news_content li {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.1em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 2px;
    min-width: 380px;
    max-width: 380px;
    text-align: left;
  }

  .news_text_l {
    display: none;
  }
  .news_text_s {
    display: inline-block;
  }

  .news_date {
    width: 380px;
  }

  news_content .news_time {
    margin-right: 19px;
    font-size: 19px;
  }

  .news_content .news_categori {
    padding: 0.1px 26px;
    margin-right: 21px;
    background-color: #d8c29c;
    position: relative;
    top: -1px;
  }

  .news_date {
    width: 380px;
    margin-bottom: 10px;
  }

  #news h4 {
    font-size: 27px;
    padding: 7px 38px;
    background-color: white;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 5vw;
  }

  .news_text_s {
    display: inline-block;
    font-size: 17px;
    width: 380px;
    inline-size: 380px;
    overflow-wrap: break-word;
    margin: 0 auto 0 0;
    text-align: left;
  }

  .news_content li:last-of-type {
    display: flex;
    padding-top: 1em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 0px;
    margin-bottom: 6vw;
  }

  .news_link a {
    color: white;
    padding: 8px 70px;
    font-size: 21px;
  }
}

@media screen and (max-width: 480px) {
  .news_content {
    min-width: none;
  }

  .news_content li {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1.1em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 2px;
    min-width: 350px;
    max-width: 350px;
    text-align: left;
  }

  .news_text_l {
    display: none;
  }
  .news_text_s {
    display: inline-block;
  }

  .news_date {
    width: 350px;
  }

  news_content .news_time {
    margin-right: 19px;
    font-size: 18px;
  }

  .news_content .news_categori {
    padding: 0.1px 26px;
    margin-right: 21px;
    background-color: #d8c29c;
    position: relative;
    top: -1px;
  }

  .news_date {
    width: 350px;
    margin-bottom: 10px;
  }

  #news h4 {
    font-size: 26px;
    padding: 7px 36px;
    background-color: white;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 5vw;
  }

  .news_text_s {
    display: inline-block;
    font-size: 17px;
    width: 350px;
    inline-size: 350px;
    overflow-wrap: break-word;
    margin: 0 auto 0 0;
    text-align: left;
  }

  .news_content li:last-of-type {
    display: flex;
    padding-top: 1em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 0px;
    margin-bottom: 5vw;
  }

  .news_link a {
    color: white;
    padding: 8px 65px;
    font-size: 20px;
  }
}

@media screen and (max-width: 450px) {
  .news_content {
    min-width: none;
  }

  .news_content li {
    display: flex;
    flex-wrap: wrap;
    padding-top: 1em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 2px;
    min-width: 320px;
    max-width: 320px;
    text-align: left;
  }

  .news_text_l {
    display: none;
  }
  .news_text_s {
    display: inline-block;
  }

  .news_date {
    width: 320px;
  }

  news_content .news_time {
    margin-right: 19px;
    font-size: 16px;
  }

  .news_content .news_categori {
    padding: 0.1px 25px;
    margin-right: 21px;
    background-color: #d8c29c;
    position: relative;
    top: -1px;
  }

  .news_date {
    width: 320px;
    margin-bottom: 5px;
  }

  #news h4 {
    font-size: 23px;
    padding: 5.5px 34px;
    background-color: white;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 4vw;
  }

  .news_text_s {
    display: inline-block;
    font-size: 16px;
    width: 320px;
    inline-size: 320px;
    overflow-wrap: break-word;
    margin: 0 auto 0 0;
    text-align: left;
  }

  .news_content li:last-of-type {
    display: flex;
    padding-top: 1em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 0px;
    margin-bottom: 4.5vw;
  }

  .news_link a {
    color: white;
    padding: 7.5px 62px;
    font-size: 19px;
  }
}

@media screen and (max-width: 400px) {
  .news_content {
    min-width: none;
  }

  .news_content li {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.8em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 2px;
    min-width: 290px;
    max-width: 290px;
    text-align: left;
  }

  .news_text_l {
    display: none;
  }
  .news_text_s {
    display: inline-block;
  }

  .news_date {
    width: 300px;
  }

  .news_content .news_time {
    margin-right: 15px;
    font-size: 17px;
  }

  .news_content .news_categori {
    padding: 0px 25px;
    margin-right: 21px;
    background-color: #d8c29c;
    position: relative;
    top: -1px;
  }

  .news_date {
    width: 290px;
    margin-bottom: 5px;
  }

  #news h4 {
    font-size: 21px;
    padding: 5px 32px;
    background-color: white;
    border-radius: 20px;
    display: inline-block;
    margin-bottom: 3.6vw;
  }

  .news_text_s {
    display: inline-block;
    font-size: 15px;
    width: 290px;
    inline-size: 290px;
    overflow-wrap: break-word;
    margin: 0 auto 0 0;
    text-align: left;
  }

  .news_content li:last-of-type {
    display: flex;
    padding-top: 0.8em;
    padding-bottom: 3em;
    border-bottom: #d0bb96 dashed 0px;
    margin-bottom: 4.5vw;
  }

  .news_link a {
    color: white;
    padding: 7.2px 60px;
    font-size: 18px;
  }
}










/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  width: 80%;
  max-width: 500px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.close-btn {
  float: right;
  font-size: 28px;
  cursor: pointer;
} */









/* モーダルの背景 */
#back_news_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

/* モーダルを表示するためのクラス */
.back_news_popup-displayposition {
  display: block !important;
}

.back_news_popup-displayopacity {
  opacity: 1 !important;
}

/* モーダル本体 */
.news_popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.3s;
}

.news_popup-displayopacity {
  opacity: 1 !important;
}

/* 閉じるボタン */
.popup_close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.popup_close img {
  width: 20px;
  height: 20px;
}

/* モーダル内のコンテンツ */
.news_popup_text {
  margin-top: 20px;
  text-align: left;
}

.square_bullet {
  font-weight: bold;
  margin-top: 15px;
  font-size: 14px;
  text-align: left;
}

.bullet_text {
  font-size: 14px;
  line-height: 1.65em;
  margin: 0;
  text-align: left;
}

.bullet_link_text a {
  color: #0066cc;
  text-decoration: underline;
  text-align: left;
}

/* スクロール制御 */
body.body_fixed {
  overflow: hidden;
}




/* モーダル内のテキストのスタイル */
.news_popup_text .post-date_01{
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  margin-top: -20px;
  padding: 0px 0 10px;
  border-bottom: #d0bb96 dashed 2px;
}
.news_popup_text .post-date_01 .date{
  margin-right: 20px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.02em;
}

.news_popup_text .post-date_01 .cate span{
  width: fit-content;
  font-size: 14px;
  line-height: 1em;
  display: block;
  padding: 2px 18px;
  margin-right: 20px;
  background-color: #d8c29c;
}

.news_popup_text .post-date_01 .post-text {
  width: 100%;
  line-height: 1.55em;
  word-break: break-all;
}

.inline_block{
  display: inline-block;
}