@charset "UTF-8";
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  font-style: normal;
}

.cardo { /*400,700,ITARIC*/
  font-family: "Cardo", serif;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

下層用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* サブビジュアル */
/* ------------- */
.sv_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

main section .page_head {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 30dvw;
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  main section .page_head {
    max-height: inherit;
  }
}
@media (max-width: 1024px) {
  main section .page_head {
    height: 50dvw;
  }
}
@media (max-width: 1024px) {
  main section .page_head .btm_bg01 {
    height: 25px;
    background-size: cover;
  }
}
main section .page_title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
main section .page_title .sv_ttl {
  position: relative;
}
main section .page_title .sv_ttl .eng_ttl {
  font-size: 26px;
  font-family: "Cardo", serif;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  main section .page_title .sv_ttl .eng_ttl {
    font-size: 14px;
  }
}
main section .page_title .sv_ttl .jp_ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  color: #fff;
}
@media (max-width: 767px) {
  main section .page_title .sv_ttl .jp_ttl {
    font-size: 22px;
  }
}

#news_c_content .doted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}
#news_c_content .doted li {
  margin-top: 10px;
  margin-right: 1em;
}
#news_c_content .doted li:first-child {
  margin-top: 0;
}

/******************************/
/*  STAFF詳細*/
/******************************/
.single-staff_post .layout_b.staff_interview .imgbox,
.single-staff_post .layout_a.staff_interview .imgbox {
  position: relative;
}
.single-staff_post .layout_b.staff_interview .imgbox .jp_ttl,
.single-staff_post .layout_a.staff_interview .imgbox .jp_ttl {
  font-size: 36px;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.4;
  font-weight: bold;
  color: #684C04;
  position: absolute;
  top: -10px;
  left: 50px;
}
@media (max-width: 767px) {
  .single-staff_post .layout_b.staff_interview .imgbox .jp_ttl,
  .single-staff_post .layout_a.staff_interview .imgbox .jp_ttl {
    margin-top: 20px;
    position: inherit;
    font-size: 20px;
    left: 0;
  }
}
.single-staff_post .layout_b.staff_interview .txtbox,
.single-staff_post .layout_a.staff_interview .txtbox {
  padding: 0;
}

/******************************/
/*  STAFF*/
/******************************/
.single-staff_post .staff_named .name01 {
  font-size: 36px;
}
@media (max-width: 1024px) {
  .single-staff_post .staff_named .name01 {
    font-size: 24px;
  }
}

.staff .thum_list li a figure,
.tax-staff_c .thum_list li a figure {
  aspect-ratio: 32/40;
  border: solid 2px #998040;
}
.staff .thum_list li a figure img,
.tax-staff_c .thum_list li a figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 32/40;
}

/******************************/
/*  事業紹介ページ*/
/******************************/
.tenant .sec01,
.property .sec01,
.estate .sec01 {
  position: relative;
  padding: 0 0 70px;
}
@media (max-width: 1024px) {
  .tenant .sec01,
  .property .sec01,
  .estate .sec01 {
    padding: 0 0 45px;
  }
}
.tenant .sec01 .layout_b,
.property .sec01 .layout_b,
.estate .sec01 .layout_b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tenant .sec01 .layout_b .imgbox,
.property .sec01 .layout_b .imgbox,
.estate .sec01 .layout_b .imgbox {
  width: 15%;
}
@media (max-width: 1024px) {
  .tenant .sec01 .layout_b .imgbox,
  .property .sec01 .layout_b .imgbox,
  .estate .sec01 .layout_b .imgbox {
    width: 100%;
  }
  .tenant .sec01 .layout_b .imgbox figure,
  .property .sec01 .layout_b .imgbox figure,
  .estate .sec01 .layout_b .imgbox figure {
    text-align: center;
  }
  .tenant .sec01 .layout_b .imgbox figure img,
  .property .sec01 .layout_b .imgbox figure img,
  .estate .sec01 .layout_b .imgbox figure img {
    width: 50%;
  }
}
.tenant .sec02,
.property .sec02,
.estate .sec02 {
  position: relative;
  background-color: #F8F6F2;
  padding: 60px 0;
}
@media (max-width: 1024px) {
  .tenant .sec02,
  .property .sec02,
  .estate .sec02 {
    padding: 45px 0;
  }
}
.tenant .sec03,
.property .sec03,
.estate .sec03 {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .tenant .sec03,
  .property .sec03,
  .estate .sec03 {
    padding: 45px 0;
  }
}

/******************************/
/* 記事 */
/******************************/
.single_ttl {
  border-bottom: solid 3px #CCCCCC;
  margin-bottom: 30px;
  padding-bottom: 15px;
}
.single_ttl .date {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
}

.news_text_block .category_c a {
  background-color: #998040;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  border-radius: 2px;
  margin-bottom: 10px;
  display: inline-block;
}

/******************************/
/* カスタム投稿記事 */
/******************************/
#works_content.works-single_page .contents_wrap {
  max-width: 1000px;
}
#works_content.works-single_page .works_gallery_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex {
    display: block;
  }
}
#works_content.works-single_page .works_gallery_flex .ttl {
  background-color: #000;
  color: #fff;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
#works_content.works-single_page .works_gallery_flex .works_before_gallery {
  width: 40%;
  margin-right: 20px;
}
@media (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_before_gallery {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
#works_content.works-single_page .works_gallery_flex .works_after_gallery {
  width: calc(60% - 20px);
}
@media (max-width: 767px) {
  #works_content.works-single_page .works_gallery_flex .works_after_gallery {
    width: 100%;
  }
}
#works_content.works-single_page .works_gallery_flex .works_after_gallery .ttl {
  background-color: #684C04;
}

.page-template-tmpl_service .line01 {
  border-top: dotted 3px #333;
  margin-top: 50px;
}

.single-gallery_post .category a {
  background-color: #333;
  border-radius: 50px;
  color: #fff;
  padding: 5px 20px;
  font-size: 12px;
  margin-left: 20px;
}
.single-gallery_post h2.jp {
  border-bottom: dotted 2px #666;
  padding-bottom: 12px;
}

/******************************/
/* ギャラリー */
/******************************/
.gallery .gallery-wrapper .contents_wrap {
  max-width: 1000px;
}

/******************************/
/* DATA */
/******************************/
.data .sec00 {
  position: relative;
  padding: 0 0 70px;
}
@media (max-width: 1024px) {
  .data .sec00 {
    padding: 0 0 45px;
  }
}
.data .sec01 {
  position: relative;
  background-color: #F8F6F2;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .data .sec01 {
    padding: 45px 0;
  }
}

/******************************/
/* 自社所有物件  */
/******************************/
.building .sec00 .building_area_anc,
.tax-article_c .sec00 .building_area_anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 10px;
}
@media (max-width: 1024px) {
  .building .sec00 .building_area_anc,
  .tax-article_c .sec00 .building_area_anc {
    gap: 10px;
  }
}
.building .sec00 .building_area_anc li,
.tax-article_c .sec00 .building_area_anc li {
  width: calc(25% - 10px);
}
@media (max-width: 1024px) {
  .building .sec00 .building_area_anc li,
  .tax-article_c .sec00 .building_area_anc li {
    width: calc(50% - 5px);
  }
}
.building .sec00 .building_area_anc li a,
.tax-article_c .sec00 .building_area_anc li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: solid 1px #998040;
  padding: 10px 0;
  text-align: center;
}
.building .sec00 .building_area_anc li a .en_ttl,
.tax-article_c .sec00 .building_area_anc li a .en_ttl {
  font-family: "Cardo", serif;
  color: #684C04;
  font-weight: bold;
  font-size: 15px;
}
.building .sec00 .building_area_anc li a .jp_ttl,
.tax-article_c .sec00 .building_area_anc li a .jp_ttl {
  font-weight: 500;
}
.building .sec01 .layout_b .imgbox,
.tax-article_c .sec01 .layout_b .imgbox {
  width: 35%;
}
@media (max-width: 1024px) {
  .building .sec01 .layout_b .imgbox,
  .tax-article_c .sec01 .layout_b .imgbox {
    width: 100%;
  }
}
.building .sec01 .layout_b .imgbox figure img,
.tax-article_c .sec01 .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 21/28;
}
.building .sec01 .layout_b .txtbox,
.tax-article_c .sec01 .layout_b .txtbox {
  margin-left: 20px;
}
.building .sec01 .layout_b .txtbox .category_c a,
.tax-article_c .sec01 .layout_b .txtbox .category_c a {
  display: inline-block;
  background-color: #998040;
  color: #fff;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 10px;
  border-radius: 2px;
}
.building .sec01 .layout_b .txtbox h3,
.tax-article_c .sec01 .layout_b .txtbox h3 {
  font-size: 20px;
  font-weight: bold;
  color: #684C04;
  font-family: "Zen Old Mincho", serif;
  border-bottom: solid 1px #684C04;
  padding-bottom: 8px;
  margin-bottom: 10px;
}

/******************************/
/* ホテル事業 */
/******************************/
.hotel .infobox01 {
  background-color: #E8E4D8;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  color: #070707;
  font-size: 26px;
}
@media (max-width: 1024px) {
  .hotel .infobox01 {
    font-size: 14px;
  }
}
.hotel .layout_b .imgbox {
  width: 30%;
}
@media (max-width: 767px) {
  .hotel .layout_b .imgbox {
    width: 100%;
  }
  .hotel .layout_b .imgbox figure {
    text-align: center;
  }
  .hotel .layout_b .imgbox figure img {
    width: 50%;
  }
}
.hotel .txtbox .sns_area .sns_ttl {
  color: #070707;
}
.hotel .txtbox .sns_area .sns_ttl:after {
  background-color: #070707;
}
.hotel .sec01 {
  position: relative;
  padding: 0 0 70px;
}
@media (max-width: 1024px) {
  .hotel .sec01 {
    padding: 0 0 45px;
  }
}
.hotel .sec02 {
  position: relative;
  background-color: #F8F6F2;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .hotel .sec02 {
    padding: 45px 0;
  }
}
.hotel .sec03 {
  position: relative;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .hotel .sec03 {
    padding: 45px 0;
  }
}
.hotel .sec04 {
  position: relative;
  background-color: #F8F6F2;
  padding: 70px 0;
}
@media (max-width: 1024px) {
  .hotel .sec04 {
    padding: 45px 0;
  }
}

/******************************/
/* 会社案内 */
/******************************/
@media (max-width: 1024px) {
  .company .layout_c {
    display: block;
  }
}
.company .layout_c li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .company .layout_c li {
    width: 100%;
    margin-bottom: 10px;
  }
  .company .layout_c li:last-child {
    margin-bottom: 0;
  }
}

/******************************/
/* コンタクト */
/******************************/
.contact .ttl04 {
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  .contact .ttl04 {
    font-size: 16px;
  }
}
.contact .line_link {
  border-radius: 100px;
  border: solid 2px #00B900;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  /* line-height: 80px; */
  height: 80px;
  max-width: 350px;
  width: 100%;
  margin-bottom: 15px;
  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;
}

/******************************/
/* 治療費用 */
/******************************/
/******************************/
/* 404 */
/******************************/
/*# sourceMappingURL=css_map/style_page.css.map */
