@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

:root {
	--main-color: #ede4d7;
	--text-color: #3E3A39;
}


/* 全体 */

body {
	font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN",
		"Hiragino Sans", Meiryo, sans-serif;
	font-size: 18px;
	color: var(--text-color);

	background-color: #fff;	
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}



/* ボタン */
.btn_2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 160px;
	height: 40px;
	padding-top: 1px;
	font-family: "Zen Old Mincho", serif;
	font-size: 19px;
	text-shadow: 3px 0px 9px #000;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #ffffff;
	background-image: radial-gradient(circle, #cba223, #8c5524 80%);
	border-radius: 5px;
	box-shadow: 0 3px 0 #612b16;
	transition-duration: 0.25s;
}

a.btn_2 {
	text-decoration: none;
	color: #fff;;
}

.btn_2::after {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/02/yazirushi.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 0.75em;
	height: 0.75em;
	position: absolute;
	top: 51%;
	transform: translateY(-54%);
	right: 11px;
}

.btn_2:hover {
	transform: translateY(2px);
	box-shadow: 0 1px 0 #501d0f;
	opacity: 0.9;
	cursor: pointer;
}

.business-list__btn {
	display: flex;
	justify-content: center;
	/* margin-top: 45px; */
	/* SP */
	margin-top: 10px;
}

/* 改行 */
.mv_br {
	display: none;
}

.co_br {
	display: none;
}

/* ヘッダー */
.header-container-in.hlt-top-menu .logo-header .site-name {
	padding: 31px 28px;
	align-items: center;
	text-align:left;
	background: linear-gradient(to right, #04152c, #11334c);
}

#header-container-in.wrap {
	width:auto;
	height:103px;
	background: linear-gradient(to right, #c4bfc4 0%, #dbe3ed);
}

.navi .item-label, .navi .item-description {
	font-size:18px;
}

.item-label {
	padding: 7.7px 0;
}

.navi-in {
	background: linear-gradient(to right, #c4bfc4 0%, #dbe3ed);
	height:103px;
	padding: 30px 28px 30px 0;
}

.navi-in > ul {
	column-gap: 9.78px;
}
.navi-in > ul li {
	height:auto;
}

#navi .navi-in>ul>li {
	width: 140px;
}

.navi-in > ul li {
	text-align: center;
	font-weight: 600;
	border: 0.75px solid #3E3A39;
	border-radius: 3px;
	/* padding: 7.7px 0; */
}
.navi-in > ul li:hover {
	background-color: #ffffff;
	border: 0.75px solid #1182b1;
}
.navi-in > ul li a:hover {
	color: #1182b1;
}

.navi-in > ul li:last-child {
	text-align: center;
	background: linear-gradient(to right, #03152b 20%, #177ca7);
	border: 0;
	border-radius: 3px;
}

.navi-in > ul li:last-child:hover {
	background: #ffffff;
	border: 0.75px solid #177ca7;
}

#menu-item-61 .item-label{
	color: #ffffff;
}

#menu-item-61 .item-label:hover{
	color: #177ca7;
}



/* フッター */

.footer {
	background: linear-gradient(to right, #03152b 30%, #177ca7);
}

.footer-left {
    width: 70%;
}
.footer-right {
	width: 30%;
}
.footer-center {
	display: none;
}
.footer-bottom-logo img {
   display: none;
}
.co_adress {
	color: #ffffff;
	margin-top: 20px;
}

.co_contact-wrapper {
	display: flex;
	column-gap: 30px;
	margin-top: 18px;
}

.co_tel {
	color: #ffffff;
}

.co_fax {
	color: #ffffff;
}

.encircle {
	border: solid 1px #ffffff;
	padding: 0 5px;
}

.co_businesshours {
	color: #ffffff;
	margin-top: 18px;
}


a.footer-nav__link {
	color: #ffffff;
	text-decoration: none;
	
}
.footer-nav__list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 77px;
	row-gap: 18px;
	list-style: none;

}

.footer-nav__item {
	text-decoration: none;
	text-underline-offset: 4px;
}

.footer-nav__item:hover {
	text-decoration: underline solid 1px #ffffff;
	color: #0000FF;
	opacity: .5;
}

.footer-nav__item:last-child {
	margin-left: 150px;
}

.footer-bottom {
	margin: 0;
	padding: 0;
	color: #fff;
	
}

/* メインビジュアル */
#metaslider_container_349 .flexslider .caption-wrap {
	position: absolute;
	top: 0;
	right: 0;
  	bottom: 0;
  	left: 0;
  	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Values min 343px max 1343 viewport min 700px 1400px */
	width: clamp(21.438rem, -41.063rem + 142.86vw, 83.938rem);
	height: 297.5px;
	/* 背景のみ透明にする */
	background-color: rgb(255 255 255 / .5);
	/* opacity: 0.8; */
	background: linear-gradient(to bottom, rgba(255 255 255 / 0) 0%, rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0) 100%) !important;
}
.metaslider .caption-wrap {
	opacity: 1!important;
}
.metaslider .caption-wrap h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 65px;
	color: var(--text-color);
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.1em;
}

/* メイン */
.home .entry-title {
	display: none;
}

.home .article h2{
	background-color: var(--main-color);
	padding: 0;
	margin-bottom: 15px;
}


/* 3カラム */
.column-wrap {
	column-gap: 42.5px;
}

/* 売買 */
.home .wp-block-cocoon-blocks-column-left {
	background-color: var(--main-color);
	position: relative;
	border-radius: 5px;
	padding: 30px 27.3px 30px 27.3px;
}

/* 売買・賃貸管理共通画像 */
.wp-image-192 {
	position: absolute;
	top: -52px;
	right: 0;
	left: 0;
	margin: auto;
}
/*  */


p.business-list__subtitle {
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	margin-bottom: 0px;
}

.business-list__category {
	display: grid;
	column-gap: 0px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 26.5px;
	font-size: 16px;
}
.business-list__category dt {
	font-weight: 600;
}

.house::before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/02/b1-1.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transform: translateY(2px);
	/* 上下方向の位置を微調整する */
	width: 1em;
	height: 1em;
	margin-right: 4px;
}

.land::before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/02/b1-2.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transform: translateY(2px);
	/* 上下方向の位置を微調整する */
	width: 1em;
	height: 1em;
	margin-right: 4px;
}

.apartment::before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/02/b1-3.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transform: translateY(2px);
	/* 上下方向の位置を微調整する */
	width: 1em;
	height: 1em;
	margin-right: 4px;
}

.category__list::before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/02/b1-4.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 1em;
	height: 1em;
	margin-right: 4px;
}

.category__list>a {
	color: var(--text-color);
	text-underline-offset: 4px;
}

.category__list>a:hover {
	text-decoration: underline solid 1px #957928;
	color: #957928;
	opacity: .8;
}
.article dd {
	margin-left: 0px;
}

/* 賃貸管理 */
.home .wp-block-cocoon-blocks-column-center {
	position: relative;
	background-color: var(--main-color);
	border-radius: 5px;
	padding: 30px 27.3px 30px 27.3px;
}


/* リフォーム */
.home .wp-block-cocoon-blocks-column-right {
	position: relative;
	background-color: var(--main-color);
	border-radius: 5px;
	padding: 30px 27.3px 30px 27.3px;
}

.wp-image-193 {
	position: absolute;
	top: -52px;
	right: 0;
	left: 0;
	margin: auto;
}


/* 投資 */
.wp-block-columns.are-vertically-aligned-center.is-layout-flex.wp-block-columns-is-layout-flex {
	position: relative;
	background-color: var(--main-color);
	border-radius: 5px;
	margin-top: 85px;
	padding: 30px 15px;
}

.Inbestment-title-wrapper {
	margin-bottom: 20px;
}

.wp-image-236 {
	position: absolute;
	top: -52px;
	right: 0;
	left: 0;
	margin: auto;
}
.investment-list__category>ul {
	list-style: none;
}
.investment-list__category>ul>li:first-child::before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/02/im1-1.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transform: translateY(2px);
	/* 上下方向の位置を微調整する */
	width: 1em;
	height: 1em;
	margin-right: 4px;
}

.investment-list__category>ul>li:nth-child(2)::before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/02/im1-2.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transform: translateY(2px);
	/* 上下方向の位置を微調整する */
	width: 1em;
	height: 1em;
	margin-right: 4px;
	margin-top: 5px;
}

.investment-list__category>ul>li:nth-child(3)::before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/02/im1-3.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transform: translateY(2px);
	/* 上下方向の位置を微調整する */
	width: 1em;
	height: 1em;
	margin-right: 4px;
	margin-top: 5px;
}


.investment-list__category>ul>li>a {
	color: var(--text-color);
	text-underline-offset: 4px;
}
.investment-list__category ul {
	padding-left: 20px;
}


.investment-list__category>ul>li>a:hover {
	text-decoration: underline solid 1px #957928;
	color: #957928;
	opacity: .8;
}


/* 各ページ共有部分 */

/* テキスト左揃え中央よせ */
.has-text-align-center {
	margin: 16px auto;
	text-align: center;
	display: block;
}
.has-text-align-center>span {
	text-align: left;
	display: inline-block;
}

/* H1非表示 */
.entry-title, .archive-title {
	display: none;
}
/*  */

.article h2 {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}

body:not(.home) h2.wp-block-heading{
	font-size: 50px;
	color: #004d7a;
	border-left: none;
	border-right: none;
	width: 533px;
	margin: 60px auto 40px;
	border-top: solid 6px #004d7a;
	border-bottom: solid 6px #004d7a;
	text-align: center;
	padding: 9px 0;
}

p.sub-title {
	display: block;
	background-color: #00658f;
	border-radius: 50px;
	font-size: 40px;
	line-height: 1.425;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	margin: 60px auto;
}

/* 問い合わせボタン カスタムCSSに記入　*/
.wp-block-cocoon-blocks-column-3.contact-column-wrap {
	justify-content: center;
	margin-bottom: 0px;
}

.column-wrap {
    column-gap: 10px;
}

.column-wrap.column-3 > div {
	width: auto;
}
.column-wrap.column-3.reform > div {
	width: 33.3%;
}



/* 売買ページ */

/* 家を売る */
.step-text-wrapper {
	margin-top: 40px;
	padding: 20px 40px;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.step-text__title-wrapper {
	display: flex;
}

.first {
	margin-top: 60px;
}

.step-text__step-wrapper {
	flex-shrink: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	border-radius: 5px;
	background: linear-gradient(to right, #03152b 20%, #177ca7);
	padding: 7px;
}

p.step__heading {
	font-size: 20px;
	color: #ffffff;
	margin: 0;
}

p.step__number {
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	margin: -25px 0px 0px;
}
.step-text__h4 {
    margin-top: 10px;
}

h4.step-text__title, h4.sellhouse-list_search {
	font-size: 40px;
	color: #00658f;
	margin-bottom: 0px;
	border-top: none;
	border-bottom: none;
	font-weight: 500;
}

.step-text__text {
	margin-top: 24px;
	font-size: 20px;
	color: var(--text-color);
	line-height: 1.6;
}


/* 834px以上 */
@media screen and (min-width: 834px) {
h4.step-text__title {
	margin-left: 40px;
}

.step-text__text {
    margin-left: 135px;
}
}

@media screen and (max-width: 834px){
.step-text__title-wrapper {
    column-gap: 10px;
}
}
@media screen and (max-width: 480px){
	.step-text-wrapper {
		padding: 20px 20px;
	}

}


/* 家を買う */
.sellhouse-list__search-wrapper {
	display: flex;
	margin-top: 58px;
	column-gap: 19px;
	padding: 20px 40px;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.sellhouse-list__search_img {
	background-image: url(/wp-content/uploads/2025/02/im1-4.svg);
	flex-shrink: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	border-radius: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 7px;
}

/* .sellhouse-list_search:before {
	content: "";
	display: inline-block;
	background-image: url(/wp-content/uploads/2025/02/im1-4.svg);
	background-size: cover;
	background-repeat: no-repeat;
	transform: translateY(2px);
	上下方向の位置を微調整する
	width: 1em;
	height: 1em;
	margin-right: 4px;
} */

.sellhouse-list__search-wrapper > .business-list__category {
	width: 50%;
	margin: 20px auto 0px;
}


/* 賃貸・管理ページ */

/* p.has-text-align-center span {
	display: inline-block;
	text-align: left;
} */
body:not(.home) h2.tintai {
	width: 750px;
}

.rental-list__item {
	margin-top: 40px;
	display: flex;
	column-gap: 19px;
	padding: 20px 40px;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.first {
	margin-top: 60px;
}

.rental-list__number-wrapper {
	flex-shrink: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	border-radius: 5px;
	background: linear-gradient(to right, #03152b 20%, #177ca7);
	padding: 7px;
}

p.number {
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	margin:0;
}

h4.rental-list__title {
	font-size: 40px;
	color: #00658f;
	margin-bottom: 0px;
	border-top: none;
	border-bottom: none;
	font-weight: 500;
}

.rental-list__text {
	margin-top: 24px;
	font-size: 20px;
	color: var(--text-color);
	line-height: 1.2;
}
/* 

h4.wp-block-heading {
	margin-bottom: 10px;
	font-size: 40px;
}

.has-text-align-center {
	margin: 16px auto;
	text-align: center;
	display: block;
}

.has-text-align-center>span {
	text-align: left;
	display: inline-block;
} */


/* リフォームページ */

.image-wrapper {
	display: flex;
	position: relative;
}

.main-image {
	width: min(100%, calc(40rem - 2rem));
	height: 180px;
}
.main-image-mansion {
	width: min(100%, calc(40rem - 2rem));
	height: 120px;
}

.thumb-image-wrapper, .thumb-image-wrapper-mansion{
	display: grid;
	grid-template-columns: 150px 200px;
	margin-left: 60px;
	row-gap: 20px;
	column-gap:20px;
}

.thumb-image img, .thumb-image-mansion img {
	opacity: 0.5;
	width: 100px;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.first-description {
	display: block;
	width: 400px;
	text-align: left;
	font-size: 14px;
	position: absolute;
	left: 0%;
    top: 240px;
}

.description-text {
	display: none;
	width: 400px;
	text-align: left;
	font-size: 14px;
	position: absolute;
	left: 0%;
	top: 240px;
}


.thumb-image-wrapper figure.wp-block-image {
	margin-bottom: 0px!important;
}

.wp-block-button__link:hover {
	opacity: .5;
	color: var(--text-color);
}

/* 不動産ページ */

h4.realestate__title {
	font-size: 40px;
	color: #00658f;
	margin-bottom: 0px;
	border-top: none;
	border-bottom: none;
	font-weight: 500;
}

/* .text-wrapper {
	padding: 0px 80px;
} */



/* 物件ページ */
.detail-wrapper {
	display: flex;
	column-gap: 40px;
	font-size: 14px;
}

.wp-block-image img {
	border: 1px #cccccc solid;
}

/* カスタムCSSに記入
.main-image {
	width: min(100%, calc(20rem - 2rem));
	height: auto;
}
.main-image img {
	height: 400px;
} */


.bold {
	font-weight: 600;
}

 
figcaption.main-caption {
    font-size: 14px;
}

figure.wp-block-table table {
    width: 100%;
}

/* 会社概要 */

.companyoverview__item {
	margin-top: 40px;
	padding: 20px 40px;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
	text-align: center;
}

.first {
	margin-top: 60px;
}

.companyoverview__text {
	margin-top: 24px;
	font-size: 20px;
	color: var(--text-color);
	line-height: 1.2;
	text-align: left;
	display: inline-block;
}

.name-wrapper {
	text-align: right;
}

.wp-block-table td{
	padding-right: 100px;
}

td.has-text-align-left {
	padding-right: 80px;
}



/* 個人情報保護方針 */

.privacypolicy__item {
	margin-top: 40px;
	display: flex;
	column-gap: 19px;
	padding: 20px 40px;
	border-radius: 10px;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.first {
	margin-top: 60px;
}

.privacypolicy__number-wrapper {
	flex-shrink: 0;
	width: 85px;
	height: 85px;
	text-align: center;
	border-radius: 5px;
	background: linear-gradient(to right, #03152b 20%, #177ca7);
	padding: 7px;
}

p.number {
	font-size: 40px;
	font-weight: 600;
	color: #ffffff;
	margin:0;
}

.privacypolicy__text {
	margin-top: 24px;
	font-size: 20px;
	color: var(--text-color);
	line-height: 1.2;
}

@media screen and (max-width: 480px){
	.privacypolicy__item {
		padding: 20px 20px;
	}
	
}

/* サイトマップ */
body:not(.home) h1.wp-block-heading{
	font-size: 50px;
	color: #004d7a;
	border-left: none;
	border-right: none;
	width: 533px;
	margin: 60px auto 40px;
	border-top: solid 6px #004d7a;
	border-bottom: solid 6px #004d7a;
	text-align: center;
	padding: 9px 0;
}
@media screen and (max-width: 834px){
body:not(.home) h1.wp-block-heading {
	font-size: 24px;
	width: 100%;
	margin-top: 40px;
}
}

.page_item>a, .cat-item>a {
	color: var(--text-color);
	text-underline-offset: 4px;
}

.page_item>a:hover, .cat-item>a:hover {
	text-decoration: underline solid 1px #957928;
	color: #957928;
	opacity: .8;
}

/* カテゴリーページ */


.a-wrap {
	border:solid 1px #ccc;
	margin-bottom:1.5%;
}


.thumbnail-wrapper {
	display:flex;
	flex-direction: row-reverse;
	column-gap: 20px;
	margin: 20px;
}
.card__title {

}
.thumbnail-wrap {
	width: 40%;
}
h2.card__title {
	font-size: 16px;
}
p.card__excerpt {
	font-size: 16px;
}
h3.wp-block-heading {
    border-left: 7px solid var(--cocoon-middle-thickness-color);
    border-right: 1px solid var(--cocoon-thin-color);
    border-top: 1px solid var(--cocoon-thin-color);
    border-bottom: 1px solid var(--cocoon-thin-color);
    font-size: 22px;
    padding: 12px 20px;
	margin-bottom: 40px;
}

ul.category_link-wrap {
	margin-bottom: 40px;
	list-style: none;
}
ul {
	list-style: none;
}
ul.category-wrap {
	margin-top: 40px;
}
.category-title, .cat-item a{
	font-weight: 600;
}

a.category-title{
	color: var(--text-color);
}

ul.children li a{
	font-weight: normal;
}
a.category-title:hover {
	text-decoration: underline solid 1px #957928;
	color: #957928;
	opacity: .8;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/* 834px以上 */
@media screen and (min-width: 834px) {
	.wp-block-button.has-custom-font-size.before-button.has-medium-font-size {
		margin-bottom:40px;
	}
	.pc-only {
		display: block;
	}
	

}
@media (782px <= width < 835px) {

	.wp-block-columns {
        flex-wrap: wrap !important;
        display: block !important;
    }
	.wp-block-group.is-vertical.is-content-justification-center.is-layout-flex.wp-container-core-group-is-layout-2.wp-block-group-is-layout-flex {
		margin-bottom: 20px;
	}
}
@media (835px <= width < 1100px)  {
	.business-list__category {
	grid-template-columns: repeat(2, 1fr);
	row-gap: 15px;
	}
}


/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
.header {
    width: 100%;
}

#header-container-in.wrap {
	display: none;
}
.mobile-header-menu-buttons  {
	background: linear-gradient(to right, #04152c, #11334c);
}
.mobile-menu-buttons .menu-icon {
    color: #ffffff;
}
.mobile-footer-menu-buttons {
	background: linear-gradient(to right, #04152c, #11334c);
}
span.custom-menu-caption.menu-caption,span.navi-menu-caption.menu-caption, .search-menu-caption.menu-caption {
    color: #fff;
}

}

/*834px以下*/

@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.sp-only {
	display: block;
	margin-bottom: 10px;
}

.wp-block-columns {
	flex-wrap: wrap !important;
}

.header {
    width: 100%;
}
.mobile-header-menu-buttons span.navi-menu-caption.menu-caption, .search-menu-caption.menu-caption {
	display: none;
}

.metaslider .caption-wrap h2{
	font-size: 30px;
}

.home .column-wrap.column-3 > div {
	margin-bottom: 40px;
}

figure.wp-block-image.aligncenter.size-full.inbestment-img {
    margin-bottom: 0px;
}


body:not(.home) h2.wp-block-heading {
	font-size: 24px;
	width: 100%;
	margin-top: 40px;
}
p.sub-title {
	font-size: 20px;
}

h4.step-text__title, h4.sellhouse-list_search,
h4.rental-list__title {
	font-size: 20px;
}

p {
	font-size: 16px;
}

p.step__heading {
    font-size: 14px;
}

p.step__number,p.number {
    font-size: 30px;
}

p.step__number {
	margin: -15px 0px 0px;
}

.step-text__step-wrapper, .privacypolicy__number-wrapper {
	width: 55px;
    height: 55px;
	padding: 0px;
}

.sellhouse-list__search-wrapper {
	display: block;
	padding: 20px 10px;
}

.sellhouse-list__search-wrapper > .business-list__category{
	width: 100%;
}
.privacypolicy__item {
	display: block;
}

.column-wrap.column-3.reform > div {
  width: 100%;
}
.image-wrapper {
	display: block;
}

.first-description, .description-text {
	width: 100%;
    right: 0%;
    top: 230px;
}

.thumb-image-wrapper {
    margin-left: 0px;
    row-gap: 20px;
	margin-top: 80px;
}

.thumb-image-wrapper-mansion {
	margin-left: 0px;
    row-gap: 20px;
	margin-top: 160px;
}

h4.realestate__title {
	font-size: 20px;
	padding: 0px 20px;
}

/* .text-wrapper {
	padding: 0px 20px;
} */

.Inbestment-title-wrapper{
	position: absolute;
	top: 64px;
	right: 47%;
  }
  
.wp-image-44 {
	margin-top: 100px;
  }

.sellhouse-list__search_img {
		display:none;
	}

h4.sellhouse-list_search::before {
		content:"";
		display:inline-block;
		background-image: url(/wp-content/uploads/2025/02/im1-4.svg);
		background-size: cover;
		background-repeat: no-repeat;
		transform: translateY(2px);
		width: 1em;
		height: 1em;
		margin-right: 4px;
	}


	.thumbnail-wrapper {
		display: block;
		margin: 0px;
	}
	ul.category-wrap {
		padding-left: 0px;
	}
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/

.sp-only {
	display: block;
}

.metaslider .caption-wrap h2{
	font-size: 24px;
}
.business-list__category {
	display: flex;
	justify-content: space-between;
	font-size: 16px;
}

.Inbestment-title-wrapper{
	position: absolute;
	top: 64px;
	right: 43%;
  }

/* .home .wp-block-cocoon-blocks-column-left,.wp-block-cocoon-blocks-column-center,
.wp-block-cocoon-blocks-column-right {
	padding: 30px 15px;
} */
.wp-block-columns.are-vertically-aligned-center.is-layout-flex.wp-container-core-columns-is-layout-2.wp-block-columns-is-layout-flex {
	padding: 30px 27.3px 30px 27.3px;
}

.main-image img, .main-image-mansion img{
	width: 370px;
	aspect-ratio: 6 /3;
}
.wp-block-table td {
    padding-right: 5px;
}
	
.first-description, .description-text {
    top: 200px;
}
.thumb-image-wrapper-mansion {
	margin-top: 140px;
}
  /* H2　見出し */

/* .wp-block-column:nth-child(1) {
	order: 2;
  }  */
 
  
}
