/*
 * _setting.scss
 */
/*
 * _mixin.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/*
 * CSS living_common.css
 */
/* ---------------------------------------
	main_title
--------------------------------------- */
/* ---------------------------------------
	section_title
--------------------------------------- */
.section_title {
  font-size: 1.5em;
  font-weight: bold;
  padding: 16px 15px;
  border-top: 2px solid;
  border-bottom: 1px solid;
  margin-bottom: 20px;
  background: #F4F4EF;
}

@media screen and (max-width: 767px) {
  .section_title {
    font-size: 1.3em;
  }
  .section_title {
    padding: 10px 15px;
  }
}
/* ---------------------------------------
	section
--------------------------------------- */
#sec_2 .s2_txt1 {
  font-weight: bold;
  font-size: 1.15em;
  margin-bottom: 60px;
}

#sec_2 .date {
  color: #847344;
  font-weight: bold;
  margin-bottom: 10px;
}

#sec_2 .article_wrap .article_tit {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}

#sec_2 .article {
  margin-bottom: 50px;
}

#sec_2 .article .sub_title {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 16px 15px;
  background: #232A2C;
  color: #fff;
}

#sec_2 .article .article_img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #sec_2 .article .sub_title {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.4;
    padding: 10px 15px;
  }
}
/*.article.c_conts1*/
/*.article.c_conts2*/
#sec_2 .article.c_conts2 .article_img {
  float: right;
  width: 268px;
}

#sec_2 .article.c_conts2 .article_cnt {
  float: left;
  width: 655px;
}

/*.article.c_conts3*/
#sec_2 .article.c_conts3 .article_img {
  float: left;
  width: 268px;
}

#sec_2 .article.c_conts3 .article_cnt {
  float: right;
  width: 655px;
}

/*.article.c_conts4*/
#sec_2 .article.c_conts4 .article_img img {
  margin: 0 10px 10px;
  max-width: 90%;
  height: auto;
}

#sec_2 .article.c_conts5 .article_img img {
  margin: 0 10px 10px;
  max-width: 40%;
  height: auto;
}

#sec_2 .article.c_conts6 .article_img img {
  margin: 0 10px 10px;
  max-width: 25%;
  height: auto;
}

#sec_2 .article.c_conts4 .article_cnt,
#sec_2 .article.c_conts5 .article_cnt,
#sec_2 .article.c_conts6 .article_cnt {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #sec_2 .article .article_img {
    float: none !important;
    width: 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
  #sec_2 .article .article_img img {
    max-width: 100% !important;
    height: auto;
    margin: 0 0 10px !important;
  }
  #sec_2 .article .article_cnt {
    float: none !important;
    width: 100% !important;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #sec_2 .article_wrap .article_tit {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}
/* ---------------------------------------
	#archive_past
--------------------------------------- */
#archive_past {
  padding: 55px 0 40px;
  background: #F4F4EF;
}

#archive_past .s3_tit1 {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}

#archive_past .box {
  background: #FFF;
  position: relative;
  margin-bottom: 35px;
  box-sizing: border-box;
  border: 2px solid #CDC7C0;
  overflow: hidden;
}

#archive_past .box a {
  display: block;
}

#archive_past .box .box_img {
  float: left;
  width: 250px;
}

#archive_past .img_in {
  display: table;
  width: 100%;
  height: 100%;
}

#archive_past .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#archive_past .box .box_cnt {
  float: right;
  width: 700px;
  padding: 20px 30px;
  box-sizing: border-box;
}

#archive_past .box .box_cnt .box_date {
  color: #847344;
  font-weight: bold;
  margin-bottom: 10px;
}

#archive_past .box .box_cnt .box_tit {
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 10px;
}

#archive_past .box .box_cnt .box_txt {
  font-weight: bold;
}

#archive_past .archive_past_btn {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #archive_past .box .box_img {
    width: 35%;
  }
  #archive_past .box .box_cnt {
    width: 65%;
    padding: 10px 15px;
  }
  #archive_past .box .box_cnt .box_date {
    margin-bottom: 0;
  }
  #archive_past .box .box_cnt .box_tit {
    font-size: 1.2em;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #archive_past {
    padding: 20px 0 20px;
  }
  #archive_past .s3_tit1 {
    font-size: 1.4em;
  }
  #archive_past .box .box_img {
    width: 50%;
  }
  #archive_past .box .box_cnt {
    width: 50%;
    padding: 10px 10px;
    line-height: 1.6;
  }
}/*# sourceMappingURL=living_common.css.map */