@charset "UTF-8";
/*
Theme Name:vogue_child
Theme URI:
Description:WordPressテーマ「vogue」の自作子テーマです。
Template:vogue_tcd051
Author:
Author URI:https://tcd-theme.com/
Version:0.0.8
*/
/* ここからコード */
.wp-block-table {
  margin: unset;
}

/* トップページ */
/* トップページスライダー */
.slick-slider .slick-list, .slick-slider .slick-track {
  height: 100%;
}

/* ヒーローヘッダー高さ */

.p-hero-header {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

/* .p-hero-header__nav-item {
  width: 100% !important;
} */

/* .p-hero-header__nav {
  display: none;
} */

@media only screen and (max-width: 767px) {
  .p-hero-header {
    height: 300px;
  }
} 


/* トップページスライダー文字 */

.p-hero-header__nav-item-title{
  text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}

/* トップページメインの改行 */
.p-main-image__desc {
  word-break: break-word;
}

.l-footer__logo.c-logo a, .p-copyright {
  color: white;
  font-weight: bold;
}

/* 物件情報ページ */
.l-main.property .l-secondary {
  display: none;
}

.property .l-contents {
  background: white;
  margin: 0;
}

.property .l-contents__inner {
  width: 100%;
  max-width: unset;
  margin: 0;
}

.property .wp-block-table td, .property .wp-block-table th {
  padding: 1rem;
}

.property .l-primary {
  background: #fff;
  box-sizing: border-box;
  padding-bottom: 115px;
  /* padding-right: 5.21739%; */
  width: 90%;
  padding-top: 92px;
  margin: auto;
}

.property table {
  width: 100%;
}

.property table tr {
  border: 1px solid black;
}

.property figure {
  margin: 1rem 0;
  margin-right: 1rem;
}

.property .wp-block-table th {
  word-break: keep-all;
}

@media screen and (max-width: 767px) {
  .property .wp-block-table td, .property .wp-block-table th {
    display: block;
    border-bottom: none;
  }
  .wp-block-table th {
    background: aliceblue;
  }
}

.property-images {
  width: 50%;
}

.property-images img {
  width: 100%;
  height: auto;
}

.property-bf {
  width: 100%;
}

.property-bf-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.property-bf-image-list {
  position: relative;
}

.property-bf-image-list:first-of-type, .property-bf-image-list:last-of-type {
  width: 45%;
}

.property-bf-image-list h3 {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  padding: 1rem;
  color: white;
  font-size: 2rem;
}

.property-bf-image-list img {
  width: 100%;
  height: auto;
}

.arrow-right {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  border-top: 4px solid #151f7a;
  border-right: 4px solid #151f7a;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .property-bf-image {
    flex-direction: column;
  }
  .property-bf-image-list {
    margin: 1.2vw 0;
  }
  .property-bf-image-list h3 {
    font-size: 4.1721vw;
    padding: 0.5rem;
  }
  .property-bf-image-list:first-of-type, .property-bf-image-list:last-of-type {
    width: 100%;
  }
  .arrow-right {
    transform: rotate(135deg);
    width: 3.91134vw;
    height: 3.91134vw;
  }
}

.top-2col {
  display: flex;
  align-items: center;
}

.p-content05 .right {
  position: relative;
  padding: 2rem 0;
  background: #fff;
  margin-left: -100px;
  width: 70%;
}

.btn-col a {
  margin-bottom: 1.5rem;
}

.btn-col a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: 0.5s;
}

.btn-col a:first-of-type {
  background: #00B900;
}

.btn-col a:nth-of-type(2) {
  background: linear-gradient(45deg, #fed475 0%, #e53d5d 50%, #c23186 70%, #9c38bb 100%);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: 400;
}

.btn-col a:last-of-type {
  background: black;
}

.top_shop-info {
  display: flex;
  flex-wrap: wrap;
}

.top_shop-info dt {
  width: 40%;
}

.slide-items {
  width: 100% !important;
  display: flex;
  margin: auto;
  margin-bottom: 2rem;
  height: 600px;
}

.slide-items li {
  height: 100%;
}

.slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-items li img {
  object-fit: contain;
}

#thumbnail {
  width: 100%;
}

#thumbnail .slick-list, #thumbnail .slick-track {
  width: 100%;
}

#thumbnail .slick-track {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap;
}

#thumbnail .slick-track::before {
  display: none;
}

#thumbnail li {
  width: 22% !important;
  margin-bottom: 3rem;
  margin-right: 4%;
}

#thumbnail li:nth-of-type(4n) {
  margin-right: 0;
}

#thumbnail li img {
  width: 100%;
  height: 150px;
}

@media screen and (max-width: 767px) {
  .slick-slider {
    height: 69.10039vw;
    margin-bottom: 0;
  }
  #thumbnail {
    height: unset;
  }
  #thumbnail li {
    margin-bottom: 1rem;
  }
  #thumbnail li img {
    height: 19.55671vw;
  }
}

/* トップページ：店舗掲載 */
.top-map{
	width: 100%;
}

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

#reverse{
		display: flex;
	flex-direction: column-reverse;
		
	} 
}


/* 店舗掲載のdlタグ */
.home dl dd{
	margin-left: 0;
}

/* トップページ買い取り案内 */
.purchase{
	width: 100% !important;
	max-width: 100% !important;
}
.purchase a:hover{
	text-decoration: none;
	transition: 0.5s;
	opacity: 0.7;
}

.main-purchase{
	background-image: url("http://test.alegria-yao.com/wp-content/uploads/2023/10/sub-bisual.jpg");
	  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
	    background-size: cover;
    background-position: left;
}

.purchase img{
width: 100%;
}

.main-purchase h2{
	padding-top: 7rem;
	margin-bottom: 1.5rem;
}
.main-purchase p{
	font-size: 2rem !important;
	padding-bottom: 12rem;
}

@media screen and (max-width: 767px){
	.purchase{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
	.main-purchase p{
	font-size: 1.5rem !important;
}
	
}



/* 新着情報ページ */
.news-template-default .l-primary{
	margin: auto;
}

.news-template-default .l-secondary{
	display: none;
}
.news-template-default .l-contents{
	background: white;
}

