@charset "UTF-8";
@media screen and (max-width: 767px) {
  /*TAB以下*/
  .pcView {
    display: none !important;
  }
  a[href^="tel:"] {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  /*PC*/
  .spView {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.grid-autofit-sp1col {
  display: grid;
  gap: 35px 10px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .grid-autofit-sp1col {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}
.grid-6col-sp1col {
  display: grid;
  gap: 35px 10px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .grid-6col-sp1col {
    grid-template-columns: repeat(6, 1fr);
  }
}
.grid-4col-sp1col {
  display: grid;
  gap: 35px 10px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .grid-4col-sp1col {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid-3col-sp1col {
  display: grid;
  gap: 35px 10px;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 992px) {
  .grid-3col-sp1col {
    grid-template-columns: repeat(3, 1fr);
  }
}
.grid-2col-sp1col {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 35px 10px;
}
@media (min-width: 992px) {
  .grid-2col-sp1col {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gap-no {
  gap: unset;
}
.gap-30-20 {
  gap: 30px 20px;
}
.gap-35-10 {
  gap: 35px 10px;
}
.bigTtl *, .bigTtl {
  font-size: 26px;
}
@media (min-width: 992px) {
  .bigTtl *, .bigTtl {
    font-size: 50px;
  }
}
.lTtl *, .lTtl {
  font-size: 22px;
}
@media (min-width: 992px) {
  .lTtl *, .lTtl {
    font-size: 30px;
    font-size: 1.6vw;
  }
}
.mTtl *, .mTtl {
  font-size: 20px;
}
@media (min-width: 992px) {
  .mTtl *, .mTtl {
    font-size: 24px;
  }
}
/*==============================
フォントサイズ
====================================================*/
.fz10, .fz10 * {
  font-size: 10px;
}
.fz12, .fz12 * {
  font-size: 12px;
}
.fz14, .fz14 * {
  font-size: 14px !important;
}
.fz16, .fz16 * {
  font-size: calc(16px);
}
.fz18, .fz18 * {
  font-size: calc(18px);
}
.fz20, .fz20 * {
  font-size: calc(20px * 0.7);
  line-height: 1.4;
}
@media (min-width: 992px) {
  .fz20, .fz20 * {
    font-size: calc(20px * 1);
  }
}
.fz22, .fz22 * {
  font-size: calc(22px * 0.7);
  line-height: 1.4;
}
@media (min-width: 992px) {
  .fz22, .fz22 * {
    font-size: 22px;
  }
}
.fz25 {
  font-size: calc(20px * 0.7);
}
@media (min-width: 992px) {
  .fz25 {
    font-size: calc(25px * 0.7);
  }
}
.fz28 {
  font-size: calc(22px * 0.7);
}
@media (min-width: 992px) {
  .fz28 {
    font-size: calc(28px * 0.7);
  }
}
.fz30 {
  font-size: calc(24px * 0.7);
}
@media (min-width: 992px) {
  .fz30 {
    font-size: calc(30px * 0.7);
  }
}
.fz35, .fz35 * {
  font-size: calc(25px * 0.7);
}
@media (min-width: 992px) {
  .fz35, .fz35 * {
    font-size: calc(35px * 0.7);
  }
}
.fz40 {
  font-size: calc(30px * 0.7);
  line-height: 1.3;
}
@media (min-width: 992px) {
  .fz40 {
    font-size: calc(40px * 0.7);
  }
}
.fz45 {
  font-size: calc(35px * 0.7);
  line-height: 1.3;
}
@media (min-width: 992px) {
  .fz45 {
    font-size: calc(45px * 0.7);
  }
}
.fz50 {
  font-size: calc(40px * 0.7);
  line-height: 1.3;
}
@media (min-width: 992px) {
  .fz50 {
    font-size: calc(50px * 0.7);
  }
}
.fz60 {
  font-size: calc(45px * 0.7);
  line-height: 1.3;
}
@media (min-width: 992px) {
  .fz60 {
    font-size: calc(60px * 0.7);
  }
}
@media (max-width: 767px) {
  .sp-fz11, .sp-fz11 * {
    font-size: 11px;
  }
}
@media (max-width: 767px) {
  .sp-fz12, .sp-fz12 * {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .sp-fz13, .sp-fz13 * {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .sp-fz14, .sp-fz14 * {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sp-fz15, .sp-fz15 * {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .sp-fz16, .sp-fz16 * {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .sp-fz18, .sp-fz18 * {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sp-fz20, .sp-fz20 * {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sp-fz22, .sp-fz22 * {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sp-fz24, .sp-fz24 * {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .sp-fz30, .sp-fz30 * {
    font-size: calc(30px * 0.7);
  }
}
@media (max-width: 767px) {
  .sp-fz35, .sp-fz35 * {
    font-size: 35px;
  }
}
h3.engjpTtl.fz30 {
  font-size: calc(24px * 0.7);
}
@media (min-width: 992px) {
  h3.engjpTtl.fz30 {
    font-size: calc(30px * 0.7);
  }
}
.home a:hover, #header a:hover {
  opacity: 1;
}
.home a:hover img, #header a:hover img {
  opacity: 1;
}
/*==============================
ローディング用
====================================================*/
/*--- cssアニメーション ここから ---*/
.easy-lite-preloader-wrap img {
  animation-name: anim_sc;
  transform: scale(0.8, 0.8);
}
@keyframes anim_sc {
  100% {
    transform: scale(1, 1);
  }
}
.easy-lite-preloader-wrap img {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.7s;
}
/*==============================
新header
// common.cssへ移動　修正時注意
====================================================*/
.hamburger {
  display: none;
}
#header.fixed {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}
#header {
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
#header .logo a {
  width: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  #header .logo a {
    padding: 2vw 0 0 5vw;
    display: block;
    line-height: 1.4;
  }
}
@media (min-width: 992px) {
  #header .logo a {
    width: 680px;
  }
}
#header .logo a img {
  max-width: 420px;
}
@media (min-width: 992px) {
  #header {
    height: 5vw;
    min-height: 100px;
    padding: 15px 0 0 50px;
  }
}
@media (max-width: 767px) {
  #header {
    height: 60px;
  }
}
@media (min-width: 992px) {
  #header .h_nav {
    width: 75%;
    height: 35px;
    position: relative;
  }
  #header .h_nav .current-menu-item {
    border-bottom: 10px solid #FF5433;
  }
  #header .h_nav a {
    text-decoration: none;
    height: 100%;
    display: block;
    white-space: nowrap;
  }
  #header .h_nav a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
    background: #FF5433;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform 0.3s;
  }
  #header .h_nav a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
#header .h_nav strong {
  font-weight: normal;
}
@media (min-width: 992px) {
  #header .h_right {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
  }
}
.h_btn {
  display: flex;
  align-items: center;
  color: #FF5433;
  text-align: center;
}
@media (max-width: 767px) {
  .h_btn {
    width: 70%;
    margin: -2em auto 0;
  }
  .h_btn li {
    width: 50%;
  }
}
.h_btn a {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .h_btn a {
    padding: 1em;
    width: 5.3vw;
    height: 5vw;
    min-width: 100px;
    min-height: 100px;
    font-size: 1.3rem;
  }
}
.h_btn a img {
  width: 35%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .h_btn a img {
    width: 60%;
  }
}
.h_btn a {
  transition: 0.3s;
  opacity: 1;
}
.h_btn a:hover {
  opacity: 0.7 !important;
}
.linkBtn a {
  background: #FF5433;
  color: #000;
}
.linkBtn a.bk {
  background: #000;
  color: #fff;
}
@media (max-width: 767px) {
  .linkBtn a {
    margin: 0 auto;
    width: 140px;
  }
}
@media (min-width: 992px) {
  .linkBtn a {
    /*line-height: calc( 5vw / 1.2 );*/
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.kameiBtn {
  background: #FF5433;
  color: #fff;
}
@media (min-width: 992px) {
  .kameiBtn img {
    margin: 0 auto 10px !important;
  }
}
#footer .social, #header .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  #header .social, #footer .social {
    padding-right: 1em;
  }
}
#header .social li a, #footer .social li a {
  padding: 20px 0;
  display: block;
}
#header .social li + li, #footer .social li + li {
  margin-left: 1.5em;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #header .social, #header .logo a span {
    *display: none;
  }
  .linkBtn a {
    /* line-height: calc(5vw / 1.2); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1em;
    width: 5.3vw;
    height: 5vw;
    min-width: 100px;
    min-height: 100px;
    font-size: 1.3rem;
    transform: scale(0.7);
    transform-origin: 100% 0;
  }
  #header .h_right {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
  }
  /*.info_category {
    display: none;
  }*/
  #info, #info_top, body .top_showroom .top_showroom_contents, body .top_showroom, body #footer, body .top_showroom .ttl {
    width: 100%;
  }
  
  body .top_showroom, body #footer {
    min-width: unset;
  }
}
@media (max-width: 769px) {
  .logo span {
    font-size: 10px;
  }
  body:not(.home) #header .logo a {
    position: absolute;
    top: 0;
  }
  .open #navBtnOpen {
    background: none;
  }
  .open #header .logo a {
    position: fixed !important;
    z-index: 5;
    width: 60%;
  }
  .open #header .logo a img {
    filter: invert(0) !important;
  }
  #navBtnOpen {
    background: rgba(0, 0, 0, 0.8);
  }
  .fixed #navBtnOpen {
    background: rgba(0, 0, 0, 0.8);
  }
  #navBtnOpen {
    z-index: 999;
    display: block;
    height: 100%;
    height: 60px;
    width: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    text-align: center;
  }
  .open #spNav {
    visibility: visible;
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 4;
  }
  #spNav {
    font-size: 11px;
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    justify-content: center;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
    line-height: 3;
    text-align: center;
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  #spNav li a {
    font-size: 120%;
    display: block;
  }
  #spNav .social {
    margin: 0;
  }
  #spNav .social li {
    width: 23px;
  }
  #navBtnOpen {
    padding-top: 1.5em;
  }
  #navBtnOpen .nav_line {
    display: block;
    width: 1.5em;
    height: 1px;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
  }
  #navBtnOpen .nav_line1 {
    transform: translateY(0px);
  }
  #navBtnOpen .nav_line2 {
    transform: translateY(8px);
  }
  #navBtnOpen .nav_line3 {
    transform: translateY(16px);
  }
  .open #navBtnOpen .nav_line {
    width: 2em;
  }
  .open #navBtnOpen .nav_line1 {
    transform: translateY(11px) rotate(45deg);
  }
  .open #navBtnOpen .nav_line2 {
    transform: translateY(10px) rotate(-45deg);
  }
  .open #navBtnOpen .nav_line3 {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  #navBtnOpen {
    display: none;
  }
  #header .spNav {
    display: flex;
    letter-spacing: 0.05em;
    transition: 0.3s;
    text-indent: -0.05em;
  }
  .spNav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: nowrap;
    flex-flow: nowrap;
    align-items: center;
  }
  .spNav > ul > li {
    font-size: calc(.9rem + ((1vw - 10px) * 1.5));
    height: 100%;
    padding: 0 12px 0 0;
    position: relative;
  }
  .spNav > ul > li + li {
    margin-left: 1em;
  }
}
@media (min-width: 1150px) {
  .spNav > ul > li {
    font-size: 13px;
  }
}
/* 固定後 PC　と　下層時ヘッダー*/
/*==============================
// 加盟、オーナーズ向けヘッダー固定調節
====================================================*/
.join #header.fixed, .ch-owner-2 #header.fixed, .ch-owner #header.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
}
.join.open #spNav, .ch-owner-2.open #spNav, .ch-owner.open #spNav {
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (min-width: 800px) {
  body.join #header, body.ch-owner-2 #header, body.ch-owner #header {
    background: rgba(255, 255, 255, 0.75) !important;
  }
}
/*==============================
フッター固定
====================================================*/
#f_bNav .h_btn {
  display: flex;
  width: 100%;
  margin: 0;
}
@media (max-width: 767px) {
  #f_bNav .h_btn {
    height: 57px;
  }
}
#f_bNav.fixed {
  width: 100%;
  padding: 0;
  position: fixed;
  z-index: 1;
  background: #000;
  bottom: 0;
}
#f_bNav.fixed li {
  width: 50%;
  position: relative;
}
#f_bNav.fixed li a {
  font-weight: bold;
  display: block;
  height: 100%;
  padding: 1.5em 0;
  margin: 0;
  width: 100%;
}
#f_bNav.fixed li a img {
  position: absolute;
  left: 1.2em;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: auto;
}
#f_bNav.fixed li.kameiBtn a {
  padding-left: 25px;
}
#f_bNav.fixed li.kameiBtn img {
  height: 18px;
  left: 10px;
}
/*==============================
スライダー
====================================================*/
#slides {
  position: relative;
}
.home .flex-control-paging li a {
  background: #fff;
}
.home .flex-control-paging li a.flex-active, .home .flex-control-paging li a:hover {
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  #metaslider-id-4116 .flexslider {
    margin: 0;
  }
  #metaslider-id-4116 .flex-control-nav {
    bottom: 10px;
  }
}
/*==============================
お知らせ
====================================================*/
.elementor-page #newsArea {
  line-height: 2.3;
  text-align: left;
}
@media (min-width: 992px) {
  .elementor-page #newsArea {
    margin-top: -7px;
  }
}
.elementor-page #newsArea li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#rssArea h5 {
  display: none;
}
#rssArea li {
  display: flex;
  flex-flow: row-reverse;
  justify-content: flex-end;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 992px) {
  #rssArea li {
    padding: 0.5em 0;
  }
}
#rssArea li .rss-date {
  margin-right: 2em;
}
@media (min-width: 992px) {
  .elementor-page #eventArea {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 992px) {
  .join.elementor-page #eventArea {
    justify-content: center;
  }
  .join.elementor-page #eventArea li + li {
    margin-left: 5%;
  }
}



/* 20240716追記 */
#eventArea img{
  aspect-ratio: 360 / 275;
  object-fit: cover;
}

/*==============================
見出し
// common.cssへ移動
====================================================*/
.top__ttl {
  font-size: 140%;
}
@media (max-width: 767px) {
  .top__ttl {
    font-size: 18px;
  }
  .top__ttl h2, .top__ttl h3 {
    font-size: 18px;
  }
}
/*==============================
コンセプト
====================================================*/
#resort .ttl {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 767px) {
  #resort .ttl {
    margin-bottom: 1em;
  }
}
@media (min-width: 992px) {
  #resort .ttl {
    font-size: 23px;
  }
}
#resort .ttl strong {
  letter-spacing: 0.1em;
  display: inline-block;
  margin-bottom: 0.5em;
  font-size: 25px;
}
@media (min-width: 992px) {
  #resort .ttl strong {
    font-size: 35px;
  }
}
/*==============================
建築事例カテゴリ
====================================================*/
.worksCategory__ttl {
  font-size: 16px;
  margin-bottom: 1em;
  display: block;
}
.worksCategory__ttl .mont {
  font-size: 130%;
}
/*==============================
施工事例
====================================================*/
.contents_area dd span.new {
  background: white;
  color: #000;
  padding: 1px 5px;
  margin-right: 1em;
}
#top_case .contents_area {
  width: 100%;
  margin: 0 auto 66px;
  display: flex;
  padding: 0;
}
#top_case .contents_area dl {
  margin-right: 8px;
  width: 25%;
  background: #000;
}
#top_case .contents_area dl:last-of-type {
  margin-right: 0;
}
#top_case .contents_area dt {
  margin-bottom: 14px;
  height: 180px;
  overflow: hidden;
}
#top_case .contents_area dt img {
  /* width: auto;
	height: 22vw; */
  width: 100%;
  height: auto;
}
@media (max-width: 769px) {
  #top_case .contents_area dt {
    height: 50vw;
  }
}
#top_case .contents_area dt a:hover img {
  opacity: 1;
}
#top_case .contents_area .bimg {
  width: 33.7%;
}
#top_case .contents_area dd {
  text-align: left;
}
@media (max-width: 767px) {
  #top_case .contents_area dd {
    font-size: 1.3rem;
  }
  #top_case .contents_area dd time {
    display: inline-block;
    margin-right: 0.8em;
  }
}
@media (min-width: 992px) {
  #top_case .contents_area dd time {
    display: block;
  }
}
#top_case .contents_area dd .date {
  font-size: 1.4rem;
}
@media (max-width: 820px) {
  #top_case .contents_area {
    margin: 0 auto 20%;
    display: block;
    padding: 0;
  }
  #top_case .contents_area dl {
    margin-right: 0;
    margin-bottom: 10%;
    width: 100%;
  }
  #top_case .contents_area dt {
    margin-bottom: 3%;
  }
  #top_case .contents_area dt img {
    width: 100%;
    height: auto;
  }
  #top_case .contents_area .bimg {
    width: 100%;
  }
}
#top_case .swiper-button-next, #top_case .swiper-button-prev {
  transform: scale(0.5);
  transform: scale(0.5) translateY(-100%);
  color: #fff;
}
@media (min-width: 992px) {
  #top_case .swiper-button-next, #top_case .swiper-button-prev {
    display: none;
  }
}
#top_case .swiper-button-next {
  right: 0;
}
#top_case .swiper-button-prev {
  left: 0;
}
/*==============================
全領域リンク
====================================================*/
.linkAll {
  transition: 0.3s;
  cursor: pointer;
}
.linkAll:hover {
  opacity: 0.5;
}
.linkAll {
  position: relative;
  overflow: hidden;
}
.linkAll a:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  top: 50%;
}
/*==============================
works マウスオーバー
====================================================*/
/*==============================
画像拡大マウスオーバー
====================================================*/
.imgOverLink {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.imgOverLink:hover {
  opacity: 1;
}
.imgOverLink:hover img {
  opacity: 1;
}
.imgOverLink:hover figure > img {
  transform: scale(1.2);
  transition-duration: 0.3s;
}
.imgOverLink:hover:before {
  opacity: 1;
  /* マウスオーバーで可視化 */
}
.imgOverLink figure img {
  display: block;
  transition-duration: 0.3s;
}
.imgOverLink .sttl {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  font-feature-settings: "palt";
  font-size: 95%;
  width: 90%;
}
@media (min-width: 992px) {
  .imgOverLink .sttl {
    font-size: 14px;
  }
}
.imgOverLink .sttl strong {
  font-size: 23px;
  margin-bottom: 0.5em;
  display: inline-block;
}
@media (min-width: 992px) {
  .imgOverLink .sttl strong {
    font-size: 25px;
  }
}
.imgOverLink:before {
  content: "";
  z-index: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 84, 51, 0.75);
  transition-duration: 0.3s;
  opacity: 0;
  /* 見えないように透過しておく */
}
/*==============================
SP時のバナーサイズ合わせ
====================================================*/
@media (max-width: 767px) {
  .elementor-3575 .elementor-element.elementor-element-58d7547 .elementor-widget-wrap > .elementor-element, .elementor-3575 .elementor-element.elementor-element-1270583 .elementor-widget-wrap > .elementor-element {
    height: 180px;
    margin-bottom: 2px;
    overflow: hidden;
  }
  .elementor-3575 .elementor-element.elementor-element-58d7547 a, .elementor-3575 .elementor-element.elementor-element-1270583 a {
    height: 180px;
    overflow: hidden;
  }
  .elementor-3575 .elementor-element.elementor-element-58d7547 a img, .elementor-3575 .elementor-element.elementor-element-1270583 a img {
    position: relative;
    width: 100%;
    top: -40px;
    display: block;
  }
  .elementor-3575 .elementor-element.elementor-element-58d7547 a .sttl img, .elementor-3575 .elementor-element.elementor-element-1270583 a .sttl img {
    top: 0;
  }
  .elementor-3575 .elementor-element.elementor-element-58d7547 .elementor-image img, .elementor-3575 .elementor-element.elementor-element-1270583 .elementor-image img {
    position: relative;
    width: 100%;
    top: -40px;
    display: block;
  }
  .elementor-element-3ab0a9b .elementor-widget-wrap > .elementor-element {
    height: 180px;
    margin-bottom: 2px;
    overflow: hidden;
  }
  .elementor-element-3ab0a9b a {
    height: 180px;
    overflow: hidden;
  }
  .elementor-element-3ab0a9b a img {
    position: relative;
    width: 100%;
    top: -10px;
    display: block;
  }
  .elementor-element-3ab0a9b a .sttl img {
    top: 0;
  }
}
/*==============================
フッター電話番号
====================================================*/
.foo_tel a, .foo_tel .telLink {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1.5px;
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .foo_tel a, .foo_tel .telLink {
    font-size: 35px;
    text-align: right;
  }
}
/*==============================
ショールーム
====================================================*/
/*
---------------------------------------
ショールーム
---------------------------------------
*/
/* --- .top_showroom  --- */
#showrooms {
  margin-top: 300px;
}
.top_showroom {
  position: relative;
  min-width: 1366px;
  padding: 80px 0;
  background-color: #dedede;
  color: #000;
}
.top_showroom .top_showroom_contents {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.top_showroom .h2_text {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 80px;
}
.top_showroom .ttl {
  position: absolute;
  top: -60px;
  color: #fff;
}
.join .top_showroom .ttl {
  color: #000;
  text-align: center;
}
/* .top_showroom h2 {
	width: 157px;
	margin: 0 auto 0px;
} */
.top_showroom dl {
  width: 191px;
  margin-right: 58px;
  margin-bottom: 30px;
  text-align: left;
}
.top_showroom dl:nth-of-type(2n) {
  margin-right: 58px;
}
.top_showroom dt {
  margin-bottom: 0px;
}
.top_showroom dt img{
  aspect-ratio: 230 / 95;
  object-fit: cover;
}
.top_showroom dd {
  margin: 0 auto;
  display: block;
  vertical-align: middle;
  font-family: kozuka-gothic-pro, sans-serif;
  /* margin-right: 20px; */
  font-weight: 400;
  font-size: 1.4rem;
  text-transform: uppercase;
}
.top_showroom dd:nth-of-type(2n) {
  margin-right: 0;
}
.top_showroom dd img {
  height: 39px;
  width: auto;
}
.top_showroom .agency {
  width: 829px;
  margin: 80px auto 0;
}
/* --- .top_showroom2021.05.14追記  --- */
h2.top__ttl.ttl {
  text-align: center;
}
@media (min-width: 770px) {
  .top_showroom {
    position: relative;
    min-width: 1100px;
    /*padding: 80px 25px;*/
    background-color: #dedede;
  }
  .top_showroom .ttl {
    width: 1100px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .top_showroom .ttl img {
    width: 350px;
  }
  .tablet01 {
    width: 500px !important;
  }
  .tablet02 {
    width: 54% !important;
  }
  .tablet03 {
    width: 46% !important;
  }
}
@media (max-width: 769px) {
  .top_showroom:first-of-type {
    margin-top: 50vw;
  }
  .top_showroom {
    min-width: 100%;
    padding: 20% 0;
  }
  .top_showroom .ttl {
    top: -40px;
    padding: 0 0.5em;
    font-size: 18px;
  }
  .top_showroom .top_showroom_contents {
    width: 90%;
  }
  .top_showroom .h2_text {
    font-size: 1.7rem;
    margin-bottom: 5%;
  }
  .top_showroom h2 {
    width: 100%;
    margin: 0 auto 40px;
  }
  .top_showroom dl {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10%;
  }
  .top_showroom dl:nth-of-type(2n) {
    margin-right: 0;
  }
  .top_showroom dt {
    margin-bottom: 3%;
  }
  .top_showroom dd {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
  }
  .top_showroom dd img {
    height: 30px;
    width: auto;
  }
  .top_showroom .agency {
    width: 100%;
    margin: 10% auto 0;
  }
}
.top_showroom_contents_logo {
  width: 300px !important;
  margin: 30px 0 0.5em;
}
.top_showroom_contents_company {
  margin-bottom: 30px;
}
.top_showroom_inner {
  display: flex;
  flex-flow: column;
}
@media (min-width: 992px) {
  .top_showroom_inner {
    flex-flow: nowrap;
  }
}
.top_showroom_inner .top_showroom_column {
  flex: 5 1 auto;
}
@media (min-width: 992px) {
  .top_showroom_inner .top_showroom_column {
    width: 600px;
  }
}
.top_showroom_inner .top_showroom_column.item {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  align-content: flex-start;
}
.top_showroom_inner .top_showroom_column.item .more_btn {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .top_showroom_inner .top_showroom_column.item .more_btn {
    display: none;
  }
}
.top_showroom_inner .top_showroom_column.map iframe {
  width: 100%;
  height: 350px;
}
@media (min-width: 992px) {
  .top_showroom_inner .top_showroom_column.map iframe {
    width: 500px !important;
    height: 480px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
	#agency{
		margin-left:20px;
	}
}
/*==============================
お知らせ　カテゴリー部分
====================================================*/
.info_contents .event-wakayama {
  background: #ceba4c;
}
/*==============================
// 続きを読むここから
====================================================*/
body .more_btn {
  font-size: 15px;
  letter-spacing: 0.1em;
  display: inline-block;
  -webkit-appearance: none;
  border: 0;
  position: absolute;
  left: 0px;
  width: 100%;
  bottom: -1.5em;
  padding-top: 0;
  text-align: center;
  color: #fff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 70%);
  cursor: pointer;
  transition: bottom 0.2s;
}
#store_btn, #showroom_btn {
  position: relative;
  margin: 0;
  bottom: 1.5em;
  background: transparent;
}
#showroom_btn {
  color: #000;
}
#owners_btn, .join #house_btn, .join #f_btn, .join #worksC_btn {
  background: transparent;
  color: #000;
  bottom: 0em;
}
body.elementor-page #s_btn {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 70%);
}
@media (min-width: 992px) {
  body.elementor-page #s_btn {
    bottom: 90px;
  }
}
body.elementor-page .elementor-element-605afd6 {
  margin: 0;
}
/*==============================
公式サイトへのリンクボタン
====================================================*/
.officialLink {
  border: 1px solid;
  padding: 0.2em 0.5em;
  display: inline-flex;
  margin: 0 0 1em;
  font-size: 80%;
}
@media (min-width: 992px) {
  .officialLink {
    margin: 0 0 0 0.5em;
  }
}
/*==============================
会社概要
====================================================*/
.elementor-element-762f8ec table th {
  vertical-align: top;
}
/*==============================
事例　ナビ（スタイルから探す）
====================================================*/
@media (min-width: 992px) {
  #design_tag {
    display: flex;
    justify-content: space-evenly;
  }
  #design_tag a {
    text-decoration: none;
    font-size: 15px;
  }
}
/*==============================
住宅に関する無料相談実施中 のみ日付非表示
====================================================*/
.postid-11422 time {
  display: none;
}