@charset "UTF-8";
/* ヘッダー */
/* グローバルメニュー位置調整 */
.l-header .c-navbar__item {
  position: relative;
}

.l-header .c-navbar__item::after {
  /* メニューアイテムの左に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  display: block;
  height: 30px;
  margin-top: -15px;
  border-right: 1px solid #ccc;
}

.l-header .c-navbar__item:last-of-type::before {
  /* 最後のメニューアイテムの右に区切り線 */
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  height: 30px;
  margin-top: -15px;
  border-right: 1px solid #ccc;
}
.c-navbar{
max-width:1380px;
}
.swiper-slide {
  /* 表示させる高さの調整 */
  position: relative;
  height: 70vh;
  overflow: hidden;
}

.swiper-slide .main-visual {
  width: 100%;
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 9s ease;
  transition: -webkit-transform 9s ease;
  transition: transform 9s ease;
  transition: transform 9s ease, -webkit-transform 9s ease;
}

.swiper-slide-active .main-visual {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.swiper-slide-active .hero__title {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.swiper-slide-active .hero__btn {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 1;
}

.hero {
  overflow: hidden;
  width: 80vw;
  margin: 0 auto;
}

.hero__title {
  position: absolute;
  top: 30%;
  left: 50%;
  color: #fff;
  text-align: center;
  width: 90vw;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s;
  transition: opacity 1.2s ease 1.5s, transform 1.2s ease 1.5s, -webkit-transform 1.2s ease 1.5s;
  z-index: 1;
  opacity: 0;
}

.hero__title h2 {
  font-size: 36px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  line-height: 2em;
}

.hero__title span {
  display: block;
}

.hero__btn {
  position: absolute;
  bottom: 30%;
  left: 50%;
  font-size: 16px;
  color: #fff;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s;
  transition: opacity 1.2s ease 2.5s, transform 1.2s ease 2.5s, -webkit-transform 1.2s ease 2.5s;
  opacity: 0;
  z-index: 1;
}

.hero__btn a {
  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;
  color: #fff;
  background-color: #cd162c;
  text-decoration: none;
  width: 240px;
  height: 60px;
}
.pcnone{
	display:none;
}
/* *****************************************************************

Stylesheet: ベーススタイル（全て）に適応

******************************************************************/
.c-header-content .fa-w-12 {
  font-size: 30px;
  margin-right: 10px;
}

.c-header-content .tel {
  font-size: 30px;
}

/* TOPのパネル */
.top-panel {
  /* 位置調整 */
  position: relative;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
  z-index: 1;
}

.top-panel .smb-panels__item {
  /* パネルの影 */
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1) !important;
  max-width: 900px !important;
  margin: 0 auto;
}

.top-panel .smb-panels__item:hover {
  /* 標準であるホバーエフェクトの除去 */
  -webkit-box-shadow: none;
          box-shadow: none;
}

.top-panel .smb-panels__item__body {
  /* 標準のh2装飾の除去 */
  padding: 60px;
}

.top-panel .smb-panels__item__body h2 {
  background-color: transparent;
  border-left: none !important;
}

/* 3枚並んだパネルの装飾 */
.panels .c-row__col {
  /* パネルの余白除去 */
  padding: 0;
}

.panels .smb-panels__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-shadow: none;
          box-shadow: none;
  padding: 0;
  /* パネルホバー時の装飾 */
}

.panels .smb-panels__item__figure {
  /* テキストと画像の位置変更 */
  position: relative;
  overflow: hidden;
}

 .panels .smb-panels__item__figure::before {
  /* ホバー時の装飾 */
  -webkit-transition: all 0.6s 70ms;
  transition: all 0.6s 70ms;
  opacity: 0;
  z-index: 1;
} 

.panels .smb-panels__item__figure img {
  /* 変化の時間 */
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  height: 275px;
}

.panels .smb-panels__item__body {
  /* パネルのボーダー部分 */
  -webkit-box-shadow: 2px 2px 6px #ccc;
          box-shadow: 2px 2px 6px #ccc;
  -webkit-transition: .8s;
  transition: .8s;
  /* パネルのテキストと画像の順序を変更*/
}

.panels .smb-panels__item__body:hover {
  -webkit-box-shadow: 5px 5px 10px #ccc;
          box-shadow: 5px 5px 10px #ccc;
  -webkit-transition: .8s;
  transition: .8s;
}

.panels .smb-panels__item__title {
  font-size: 20px;
  font-style: italic;
}

.panels .smb-panels__item__content {
  font-size: 14px;
}

.panels .smb-panels__item:hover .smb-panels__item__figure::before {
  /* ホバー時に文字浮き出して見えるようにscaleで拡大 */
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  opacity: 1;
}

.panels .smb-panels__item:hover .smb-panels__item__figure img {
  /* ホバー時に画像を拡大 */
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.c-row--margin > .c-row__col {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.text_shadow {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-animation: SlideUp 1.8s;
          animation: SlideUp 1.8s;
}

/* タイトルCSSアニメーションの設定 */
@-webkit-keyframes SlideUp {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 0;
    /*初期状態では透明に*/
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

iframe {
  width: 100%;
}

.c-entries__item a {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}

.vkfs__labels {
  display: block;
}

.property .c-entry__body .house_img, .property .c-entry__body .house_thumbnail, .property .c-entry__body .smb-btn-wrapper {
  text-align: center;
}

.property .c-entry__body .field_flex {
  margin-left: 100px;
}

.c-navbar {
  margin-bottom: 10px;
}

.wp-block-table table {
  background-color: #fff;
}

.p-archive .c-entries {
  display: block !important;
}

.p-archive .c-entries__item {
  width: 100%;
  max-width: 100% !important;
}

.p-archive .c-entries__item a .c-entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-archive .c-entries__item a .c-entry-summary__figure {
  width: 48%;
}

.p-archive .c-entries__item a .c-entry-summary__body {
  width: 48%;
  margin-left: 50px;
}

.c-page-header__bgimage {
  height: 350px;
}

.c-page-header__title {
  position: relative;
  top: -80px;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.8);
  -webkit-animation: SlideUp 1.8s;
          animation: SlideUp 1.8s;
}

.only_img .c-entry-summary__body {
  display: none;
}

.one_one .c-entries {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.one_one .c-entries li {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}

.one_one .c-entries li .c-entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.one_one .c-entries li .c-entry-summary .c-entry-summary__figure {
  width: 40%;
}

.one_one .c-entries li .c-entry-summary .c-entry-summary__figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.one_one .c-entries li .c-entry-summary__body {
  width: 40%;
  margin-left: 50px;
  margin-top: 20px;
}

.smb-btn-wrapper {
  margin-right: 50px !important;
}

.archive_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.archive_flex_fv_img {
  width: 40%;
}

.archive_flex .fields_content_text {
  margin-bottom: 50px;
  width: 45%;
}

.archive_flex .first_img {
  width: 90%;
  height: 300px;
  margin-bottom: 10px;
  margin-right: 0;
}

.archive_flex .first_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.under_line {
  padding-bottom: 5px;
  border-bottom: 2px solid silver;
  margin-bottom: 5px;
}
.c-copyright {
text-align:center;
}
.contact_btn{
margin-right:0!important;
}

@media (max-width: 1023px) {
  /******************************************************************

Stylesheet: 1023px以下（タブレット）で適用

******************************************************************/
  .hero__title h2 {
    font-size: 32px;
  }
  .hero .swiper-slide {
    height: 80vh;
  }
  /* タブレット以下でパネルの画像の重なりをなくす */
  .top-panel {
    margin-top: 30px;
    -webkit-transform: none;
            transform: none;
    /* パネルの影を調節 */
  }
  .top-panel .smb-panels__item {
    -webkit-box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
            box-shadow: 10px 0 -10px rgba(0, 0, 0, 0.2);
  }
  .top-panel .smb-panels__item__body {
    padding: 30px;
  }
}

@media (max-width: 639px) {
  /******************************************************************

Stylesheet: 639px以下(スマホ)で適用

******************************************************************/
  /* ヒーロースライダー */
  .hero__title {
    top: 15%;
  }
  .hero__title h2 {
    font-size: 24px;
  }
  .hero__btn {
    bottom: 20%;
  }
  .hero__btn a {
    /* ボタンのサイズを小さく */
    width: 180px;
    height: 45px;
  }
  /* 3つ並んだパネル */
  .panels {
    /* パネルの余白追加 */
  }
  .panels .c-row__col {
    padding: 0 14px;
  }
	.smb-buttons.has-text-align-right, .smb-buttons.is-content-justification-right{
		margin-right:40px;
		
	}
	.c-entry-summary{
    flex-direction: column;
  }
  .one_one .c-entries li{
    margin-left: 0;
    margin-right: 0;
	  margin-bottom:50px;
	  padding-bottom:60px;
	  overflow:hidden;
  }
  .one_one .c-entries li .c-entry-summary .c-entry-summary__figure{
    width: 90%;
	  margin:0 auto;
  }
  .one_one .c-entries li .c-entry-summary__body{
    width: 90%;
    height: 300px;
	  margin:20px auto 0;
  }
	.archive_flex {
display:block;
	}
	.pcnone{
	display:block;
}
	.c-site-branding__title{
display:none;
	}

}
/*# sourceMappingURL=style.css.map */