@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
*/

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

/*画面幅調整用CSS*/
body {
	overflow-x: clip;
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.main {
	padding: 0;
} 
h1, h2, h3, h4 {
	color: #333;
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
p {
	letter-spacing: 0.5px;
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
a, li, table, span {
	letter-spacing: 1.1px;
	font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}
a {
	text-decoration: none;
	transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
}
a:hover {
	color: #b3743c;
}
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
	color: #333;
}
.aligncenter-contents {
	align-content: center;
}
/*固定ページの更新日非表示*/
.page .date-tags {
display: none;
}
/*カバーブロック用フルワイド*/
.fullwide-inner {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
}

/*ページタイトル*/
.page-title {
	font-size: 3.5rem;
	letter-spacing: 1.3px;
} 
.content-title {
	font-size: 2rem;
	letter-spacing: 1.2px;
	padding-left: 0;
	text-decoration: underline;
}
/*背景色統一*/
html {
	background-color: #fff;
}
/*一部コンテンツ幅の制約*/
.contents_wrap {
	width: 1260px;
	margin: 0px auto;
}
/*複製パンくずメニュー（メインカラムボトム）表示*/
#breadcrumb-clone {
	visibility: visible;
	max-width: 90%;
	margin: 0 auto;
}
/*タイトル・メインテキスト設定*/
.title-jp {
	font-size: 16px;
}
h2.title-en {
	color: #ab8769;
	font-size: 3rem !important;
	letter-spacing: 2px;
	margin-top: 0;
	padding-top: 10px;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
	margin-bottom: 20px;
}
.main-message {
	letter-spacing: 1;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 0;
}
/*追加フェードインアップ*/
.custom-fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.custom-fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}
/*追加フェードイン　遅め　右から*/
.custom-fade-in-right {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
	overflow: hidden;
}

.custom-fade-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}
/*追加フェードイン　早め　右から*/
.custom-fade-in-right-early {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
	overflow: hidden;
}

.custom-fade-in-right-early.visible {
  opacity: 1;
  transform: translateX(0);
}

/*追加フェードイン　左から*/
.custom-fade-in-left {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
  overflow:hidden;
}

.custom-fade-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}
/*一部非表示設定*/
.pc-noshow {
	display: none;
}
.pc-invisible {
	visibility: hidden;
}
.pctb-noshow {
	display: none;
}
.content {
	margin-top: 30px;
}

/*-------------------header ヘッダー-------------------*/
.header-container-in.hlt-top-menu .logo-header .site-name {
	margin: 5px 0px;
}
.header-container-in.hlt-top-menu .logo-header img {
	max-height: 56px;
}
#header-container {
	background-color: rgba(254 254 254 / 80%);
}
.header {
	background-color: transparent;
}
div#header-container-in {
	margin: 5px 0;
	width: 100%;
	justify-content: space-between;
	padding: 0 5%;
}
#header-container .navi {
	width: 90%;
	background-color: transparent;
}
#navi .navi-in>ul {
	justify-content: space-between;
}
.navi-in > ul .caption-wrap {
	align-content: flex-end;
}
#navi .navi-in>ul>li {
	width: 150px;
}
#navi .navi-in>ul>li,
#navi .navi-in>ul>li a {
  transition: all 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#navi .item-description {
	color: #ab8769;
}
#navi .navi-in>ul>li:hover {
	background-color: ;
}
#navi .navi-in>ul>li a:hover {
	color: #b3743c;
}

#navi .navi-in>ul>li a.is-current {
	position: relative;
	text-decoration: none;
}

#navi .navi-in>ul>li a.is-current::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 1px;
	background-color: currentcolor;
}


#navi .navi-in>ul>li:nth-of-type(5) {
	width: 170px;
} 
#navi .navi-in>ul>li:nth-of-type(6) {
	width: 180px;
	background-color: #c30d23;
	border-radius: 10px;
	border: solid 1px #c30d23;
	margin-left: 10px;
	padding-top: 2px;
}
#navi .navi-in>ul>li:nth-of-type(6) a {
	width: 98%;
	height: 97%;
	color: #fafafa;
	border: solid 2px #fff;
	margin: 0 auto;
	border-radius: 7px;
	display: block;
	align-content: center;
}
#navi .navi-in>ul>li:nth-of-type(6):hover {
	background-color: #b3743c;
	border: solid 1px #b3743c;
}
/*-----------------フロントぺージ---------------*/
.catch-copy {
	text-align: left !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 20px 100px !important;
	max-width: 100%;
}
p.main-copy {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 20px;
	line-height: 2;
	border-bottom: solid 2px #fff;
	letter-spacing: 1.3px;
}
.sub-copy {
	font-size: 2.7rem;
	font-weight: 500;
	padding: 10px 0px;
	margin-right: 0 !important;
	max-width: 100%;
	line-height: 1.3;
	color: #fafafa;
}


.is-layout-flex {
	gap: 0;
}

#top_renovation_box {
	position: relative;
}
#top_renovation_box::after {
	content:"";
	position: absolute;
	width: 35%;
	height: 850px;
	background-image: url("https://passtime.jp/wp-content/uploads/2025/11/decoration-image-1-2.webp");
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	right: 50px;
	overflow: visible;
	z-index: 2;
}
#top_renovation_box .wp-block-column:nth-of-type(2) {
	margin-right: 50px;
	margin-left: 0px;
	z-index: 1;
	overflow: visible;
}
#top_message_box .wp-block-column:nth-of-type(1) {
	margin-left: 50px;
	margin-right: 0px;
}
#renovation_text {
	padding: 50px 70px;
}
#message_text {
	padding: 50px 70px;
	z-index: -1;
	margin-top: 0px;
}
#top_message_box {
	position: relative;
}
#top_message_box::after {
	content:"";
	position: absolute;
	width: 38%;
	height: 850px;
	background-image: url("https://passtime.jp/wp-content/uploads/2025/11/decoration-image-2-2.webp");
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	left: 70px;
	overflow: visible;
	z-index: 2;
}

/*topics*/
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts {
	height: auto;
}
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
	height: auto;
	align-content: center;
	padding: 10px 50px;
	border-top: solid 1px #7d7d7d;
	border-bottom: solid 1px #7d7d7d;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
}
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li a.wp-block-latest-posts__post-title {
	font-weight: 600;
}
a {
	color: #333;
}
/*top page about us*/
.about_contents ul {
	padding-left: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.about_contents li {
	width: 40%;
	height: 150px;
	text-align: center;
	align-content: center;
	background-color: #edeced;
	position: relative;
	z-index: 1;
} 
.about_contents li:nth-of-type(odd) {
	margin-left: 50px;
	margin-right: 50px;
}
.about_contents li:nth-of-type(even) {
	margin-right: 50px;
}
.about_contents li:nth-of-type(1),
.about_contents li:nth-of-type(2) {
	margin-bottom: 50px;
}
.about_contents li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 150px;
	top: -10px;
	left: -10px;
	border: solid 2px #7d7d7d;
	box-shadow: 0 0 3px #7d7d7d;
	z-index: -1;
}
.about_contents li span {
	font-size: 2em;
	font-weight: 600;
}



/*-----------------会社概要ページ-----------*/
/*テーブルデザイン調整*/

#company_detail table {
  max-width: 100%;
  width: 90%;
  margin: 0 auto; /* 中央配置 */
  border-collapse: collapse;
  position: relative;
}

#company_detail tr {
  position: relative;
  border-bottom: solid 2px #7d7d7d;
}
#company_detail td
}
#company_detail tr:nth-of-type(1) {
	border-top: solid 2px #7d7d7d;
}
#company_detail td {
	border: none;
}
#company_detail tr>td:first-of-type {
	width: 30%;
	padding-left: 70px;
}
#company_detail tr>td:nth-of-type(2) {
	width: 70%;
	padding-right: 70px;
}

#company_detail {
	margin-top: 30px;
}
#sp-access {
	display: none;
}
/*背景画像設定*/
.greeting_contents {
	position: relative;
}
.greeting_contents::after {
	content:"";
	display: inline-block;
	position: absolute;
	width: 500px;
	height: 300px;
	background-image: url("https://passtime.jp/wp-content/uploads/2025/10/bg-house-transparent.webp");
    background-size: contain;
    background-repeat: no-repeat;
	bottom: -100px;
	right: -200px;
	opacity: 0.3;
}
#greeting .line-3 {
	margin-top: 50px;
}
#greeting .line-2 {
	margin-top: 25px;
}
.about_us {
	position: relative;
	margin: 0 70px;
	padding: 50px 0;
}
.about_us::after {
	content:"";
	display: inline-block;
	position: absolute;
	width: 500px;
	height: 300px;
	background-image: url("https://passtime.jp/wp-content/uploads/2025/10/bg-family-transparent.webp");
    background-size: contain;
    background-repeat: no-repeat;
	bottom: 200px;
	right: -50px;
	opacity: 0.2;
}

#contact {
	position: relative;
	color: #4d545b;
	z-index: 0;
	padding-top: 80px;
}
#contact p.tel a {
	font-family: "Roboto Condensed", sans-serif;
	font-style: normal;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 1.5px;
	text-decoration: underline solid 1px #7b7b7b;
	transition: all 0.4s;
}
#contact p.tel a:hover {
	color: #666666;
	opacity: 0.6;
}

/*コンタクトフォーム*/
.wpcf7-form {
	width: 100%;
	margin: 0 auto;
}
.wpcf7-form p {
	letter-spacing: 1.3px;
}
.wpcf7-form span.mandatory {
	color: #c30d23;
	font-size: 0.8em;
}
.wpcf7-form span.optional {
	color: #333;
	font-size: 0.8em;
}
#policy {
	background-color: #fff;
}
input.wpcf7-submit {
	display: block;
	font-size: 1.5em;
	letter-spacing: 1.5px;
	text-align: center;
	margin: 0 auto;
	width: 30%;
	height: 70px;
	color: #fafafa;
	background-color: #c30d23;
}
p.policy-label {
	margin-bottom: 2px;
}
/*----------リノベーションカテゴリページ-----------------*/
/*背景画像設定*/
.renovation-fv {
  position: relative;
  height: 260px;
  padding-top: 10px;
  z-index: 0;
}
.renovation-fv::after {
	content:"";
	position: absolute;
	width: 100vw;
	display: block;
    margin-left: calc(50% - 50vw);
	height: 280px;
	background-image: url("https://passtime.jp/wp-content/uploads/2025/11/renovation_fv1.webp");
    background-size: contain;
    background-repeat: no-repeat;
	background-position: center;
	top: -10px;
	left: 0;
	overflow: visible;
	z-index: -1;
}
.renovation-fv > * {
  position: relative;
  z-index: 2;
}
.renovation-fv >div {
	height: 240px;
	background: linear-gradient(92deg, rgba(42,43,42,0.53)0%, rgba(247,247,247,0)100%);
	margin: 0;
	padding-right: 0;
	padding-left: 0;
	align-content: center;
}
.renovation-fv p {
	color: #fafafa;
}

.ect-vertical-card .entry-card-wrap .entry-card-content {
	text-align: left;
}
#list {
	width: 960px;
	text-align: center;
	margin: 0 auto;
}
/*archiveタイトル非表示*/
#archive-title {
	display: none;
}
/*----------リノベーション投稿ページ-------------------*/
/*h3のボックス表示*/
.split-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 2em auto;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  position: relative;
  gap: 1em;
}
.split-box .box {
  align-content: center;
  height: auto;
}
.split-box .left {
  flex: 0 1 auto;
  padding: 1em;
  font-size: 1.1em;
  position: relative;
  background-color: #cad1dd;
  clip-path: polygon(0 0,100% 0, calc(100% - 42px) 100%, 0% 100%);
}
.box.right {
  background-color: #fff;
  padding: 1em;
  position: relative; 
}
.split-box .right::after {
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: -2.15em;
  width: 1px;
  transform: rotate(25deg);
  transform-origin: center;
  background-color: #333;
}

.case-title {
	position: relative;
}
.case-title h3 {
  border: none;
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

figure.wp-block-image.aligncenter.size-large.has-custom-border {
	max-width: 100%;
}
/*投稿画像の表示サイズ　テンプレート設定*/
.uniform-image img {
  width: 840px;
  aspect-ratio: 840 / 295;   /* 比率を固定（約2.85:1） */
  object-fit: cover;         /* 枠にフィットしてトリミング */
  display: block;
  margin: 0 auto;
}

/* 843px以下の画面幅では幅を90%、高さは比率で自動調整 */
@media (max-width: 843px) {
  .uniform-image img {
    width: 90%;
  }
}

/*記事下コンテンツ調整*/
.entry-categories-tags {
	max-width: 90%;
	margin: 0 auto;
}
.under-entry-content {
	max-width: 960px;
	margin: 0 auto;
}
#breadcrumb {
	max-width: 90%;
	margin: 0 auto;
}


/*不動産買取（kaitori）ページのデザイン調整*/
.kaitori-contents {
	width: 100%;	
	margin: 0 auto;
}
#kaitori_text {
	width: 1023px;
	padding: 25px 0px ;
	margin: 0 auto;
}
/*背景画像設定*/
#kaitori_text {
	background: linear-gradient(120deg,rgb(255,255,255) 50%,rgba(255,255,246,0.41) 89%)
}
#kaitori_text::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 350px;
  top: 0;
  right: 0;
  background-image: url('https://passtime.jp/wp-content/uploads/2025/11/r1-kaitori_2-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  z-index: -1;
}
#point-contents-box {
		max-width: 90%;
		margin: 0 auto;
}

#point-contents-box .point-text h3 {
	font-size: 1.8rem;
	letter-spacing: 1.2px;
	padding-left: 0;
	margin-bottom: 15px;
	border: none;
	position: relative;
}
#point-contents-box .point-text h3::after {
	content:"";
	position: absolute;
	width: 90%;
	height: 2px;
	bottom: 0px;
	left: 0px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
	border-bottom: solid 1px #7d7d7d;
}

.point-contents {
	margin: 0 auto !important;
}
/*-------------------FLOW図実装-------------*/
.flow {
	max-width: 1023px;
}
.flow-inner {
  max-width: 1023px;
  margin: 0 auto;
}
.flow-label {
  text-align: center;
  letter-spacing: .2em;
  font-size: 12px;
  margin-bottom: 5px;
  color: #b8946c;
}
.flow-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: .15em;
  margin-bottom: 40px;
  color: #b8946c;
}

/* リスト全体（縦ライン） */
.flow-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 20px 0 0 70px; /* 左は番号の分だけ余白 */
}
.flow-list::before {
  content: "";
  position: absolute;
  left: 23px;              /* 丸数字の中心に合わせる */
  top: 60px;
  bottom: 50px;
  width: 10px;
  background: #e2d6cb;     /* 茶色のライン */
}

/* 各STEP */
.flow-item {
  position: relative;
  margin-bottom: 16px;
}

/* 左側の丸数字 */
.flow-num {
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #ab8769;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flow-num::after {
  content: '▶'; /* Unicode矢印 */
  position: absolute;
  right: -10px; /* 丸の外に出す位置調整 */
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px; /* 小さめのサイズ */
  color: #ab8769; /* 矢印の色（背景色と合わせると馴染みます） */
}

/* 右側の大きなボックス */
.flow-box {
  display: grid;
  grid-template-columns: 300px 0.9fr; /* 左：タイトル / 右：本文 */
  background: #fff;
  border-radius: 15px;
  border: 1px solid #7d7d7d;
  overflow: hidden;
}

/* STEP タイトル部分（左の薄いベージュ） */
.flow-box-head {
  background: #f2e7dd;
  padding: 18px 12px;
  display: flex;
  justify-content: left;
  border-right: 1px solid #ede6df;
}
.flow-step {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .15em;
  align-self: center;
}
.flow-step-title {
  align-self: center;
	margin-left: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .15em;
}

/* 説明文（右側） */
.flow-box-body {
  padding: 18px 24px;
  font-size: 15px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  height: auto;
}

@media (max-width: 1023px) {
	
 	 .flow {
		max-width: 90%;
 	   padding: 50px 15px;
	  }
	#kaitori-flow li.flow-item {
		margin-left: 30px;
	}
	.flow-num {
		left: -72px;
		width: 40px;
		height: 40px;
		font-size: 20px;
	}
	.flow-list::before {
		top: 100px;
		bottom: 80px;
		left: 23px;
	}
	.flow-list {
		padding-left: 50px;
	  }
	.flow-box {
	    grid-template-columns: 1fr;
	  }
    .flow-box-head {
       border-right: none;
		padding: 18px 24px;
       border-bottom: 1px solid #e0d7cc;
   }
}
@media (max-width: 834px) {
	.flow {
		padding: 0 15px;
	}
	.flow-num {
		left: -47px;
	}
	.flow-box-body {
		font-size: 13px;	
	}
	.flow-box {
		margin: 5px 0;
	}
}

@media (max-width: 480px) {
	.flow-list::before {
		bottom: 100px;
	}
	.flow-num {
		left: -54px;
	}
	#kaitori-flow li.flow-item {
		margin-left: 35px;
	}
	.flow-step {
		font-size: 16px;
	}
	.flow-step-title {
		font-size: 15px;
	}
}
/*-----------実績ギャラリーページ----------------------------*/
#gallery-photo .column-wrap {
 gap: 5%;
}
.under-entry-content {
	max-width: 90%;
	margin: 0 auto;
}
#achievement-examples .column-wrap > div p {
	font-size: 1rem !important;
}

/*CTAボタンデザイン*/
.btn-center {
	text-align: center;
}
.btn-left {
	text-align: left;
}
/*CTAボタン　赤色*/
.btn-container-red {
	width: 35%;
	height: 60px;
	background-color: #c30d23;
	border-radius: 10px;
	border: solid 1px #c30d23;
	padding-top: 2px;
	transition: all 0.4s ease, left 0.4s ease;
}
.btn-container-red a {
	width: 97%;
	height: 54px;
	color: #fafafa;
	border: solid 2px #fff;
	margin: 0 auto;
	border-radius: 7px;
	display: block;
	align-content: center;
	font-size: 20px;
	text-decoration: none;
}
.btn-container-red:hover {
	background-color: #b3743c;
	border: solid 1px #b3743c;
}
/*CTAボタンフッター用*/
.btn-container-footer {
	width: 35%;
	height: 60px;
	background-color: #c30d23;
	border-radius: 10px;
	border: solid 1px #c30d23;
	padding-top: 2px;
	transition: all 0.4s ease, left 0.4s ease;
}
.btn-container-footer a {
	width: 97%;
	height: 54px;
	color: #fafafa;
	border: solid 2px #fff;
	margin: 0 auto;
	border-radius: 7px;
	display: block;
	align-content: center;
	font-size: 20px;
	text-decoration: none;
}
.btn-container-footer:hover {
	opacity: 0.5;
	border: solid 1px #c30d23;
}

/*---------フッター---------------------------*/

/*フッター背景画像設定*/
#footer {
  position: relative;
  background-image: url('https://passtime.jp/wp-content/uploads/2025/11/フッターブルー画像.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}
#footer > * {
  position: relative;
  z-index: 2;
}
.footer-widgets {
	max-width: 1260px;
	margin: 60px auto;
}

/*フッター左　会社情報デザイン調整*/
.footer-left {
	margin: 0 10px;
}
.footer-info {
	max-width: 100%;
	display: flex;
	justify-content: center;
}

.footer-info p {
	font-size: 2.5rem;
	margin-left: 50px;
}

/*フッターテーブルデザイン調整*/
.footer-left table {
  border-collapse: collapse; 
  border: none;
  max-width: 100%;
}
.footer-left th,
.footer-left td {
  border: none;
}
.footer-left table tr {
	border-bottom: solid 1px #fafafa;
	background-color: unset;
}
.footer-left table th {
	display: flex;
  align-items: center;     /* 縦中央揃え */
  justify-content: center; /* 横中央揃え */
  height: 40px;            /* 高さを明示的に指定 */
  padding: 0 10px;
  border-radius: 20px;
  color: #ab8769;
  letter-spacing: 1.3px;
  font-weight: 600;
  background-color: #fff;
	margin: 10px 20px;;
}
.footer-left table tr:first-child th {
	margin-top: 20px;
}

.footer-left table td {
	width: 70%;
	vertical-align: middle;
}
/*フッター中　非表示*/
.footer-center {
	display: none;
}
/*フッター右　Google Map*/
.footer-right {
	text-align: center;
	margin: 0 auto;
}




/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	/*-------------------------共通-----------------*/
	.tb-noshow {
		display: none;
	}
	.column-wrap {
		justify-content: center;
	}
	.mobile-menu-buttons .menu-button {
		margin-left: 10px;
		justify-content: space-between;
	}
	.mobile-menu-buttons {
		background-color: #fafafa;
		padding: 8px 5%;
	}
	.logo-menu-button img {
		width: 45px;
		height: 45px;
	}
	li.navi-menu-button.menu-button {
		justify-content: center;
	}
	.cover-fv wp-block-cover__background {
		height: 300px;
	}
	.cover-fv img {
		height: 300px;
	}
	.wp-block-cover, .wp-block-cover-image {
		min-height: 300px;
	}
	
	/*------------------------------フロントページ*/
	.catch-copy {
		padding: 20px 50px !important;
	}
	.sub-copy {
		font-size: 2rem;
	}
	.main-message {
		font-size: 1.5rem;
	}
	#top_renovation_box::after {
		height: 600px;
		right: 30px;
	}
	#top_message_box::after {
		height: 600px;
		left: 80px;
	}
	ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts {
		padding-left: 0;
	}
	ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts li {
		padding: 10px 40px;
	}
	.about_contents li:nth-of-type(odd) {
		margin-left: 0;
		margin-right: 15px;
	}
	
	.about_contents li:nth-of-type(even) {
		margin-right: 0;
	}
	.about_contents li span {
		font-size: 1.5rem;
	}
	
	/*------------------------------会社概要ページ*/
	
	#greeting .wp-block-cocoon-blocks-column-2 {
		justify-content: center;
	}
	.greeting_contents, .about_us, #contact {
		padding: 20px 50px;
	}
	#greeting .wp-block-group.is-layout-constrained.wp-block-group-is-layout-constrained {
		margin: 0 auto;
	}
	/*疑似要素　配置調整*/
	.greeting_contents::after {
		width: 300px;
		height: 300px;
		bottom: -200px;
		right: 100px;
	}
	.about_us::after {
		width: 300px;
		height: 300px;
		bottom: 200px;
		right: 100px;
	}
	#contact-form::after {
		width: 400px;
		top: 500px;
		opacity: 0.3;
	}
	
	/*----------------------不動産買取ページのデザイン調整*/
	
	.point-text p {
		font-size: 15px;
	}
	#kaitori_text {
		padding: 25px 20px;
		width: 90%;
	}
	.cta-kaitori {
		width: 70%;
	}
	#kaitori_message {
		max-width: 90%;
		margin: 0 auto;
		padding: 0 20px;
	}
	
	/*-----------------------リノベーション事例　カテゴリページ（renovation）ページ-----------*/
	#list {
		width: 90%;
	}
	/*-----------------------リノベーション事例　記事ページ（renovation_ex#）ページ-----------*/

	
	
	/*---------------------------フッター*/

	#footer .footer-left {
		margin: 0 auto;
		text-align: center;
	}
	#custom_html-2 {
		display: inline-block;
		width: 80%;
		margin: 0 auto;
	}
	.footer-left table {
		width: 100%;
		text-align: center;
	}
}


/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	.page-title {
		font-size: 2.1rem;
	}
	p.main-copy {
		font-size: 2rem;
		letter-spacing: 1.5px;
		margin-bottom: 25px;
		line-height: 1.5;
	}
	.sub-copy {
		font-size: 1.3rem;
		letter-spacing: 1.2px;
	}
	
	.entry-content {
		margin-bottom: 0;
	}
	.btn-center {
		width: 50%;
	}
	.pc-invisible {
	visibility: visible;
	}
	.pctb-noshow {
		display: block;
	}
	.content {
	margin-top: 20px;
	}

	/*----------------------フロントページ-------------*/
	#top_renovation_box {
		flex-direction: column;
		margin-right: 20px;
		margin-left: 20px;
	}
	#top_renovation_box::after {
		display: none;
	}
	#top_renovation_box .wp-block-column:nth-of-type(2) {
		margin: 0;
		display: flex;
	}
	#top_renovation_box .wp-block-image img {
		max-width: 100%;
		margin: auto;
	}
	#top_message_box {
		flex-direction: column-reverse;
		margin-right: 20px;
		margin-left: 20px;
	}
	#top_message_box::after {
		display: none;
	}
	#top_message_box .wp-block-column:nth-of-type(1) {
		display: flex;
		margin: 0;
	}
	#top_message_box .wp-block-image img {
		max-width: 100%;
		margin: auto;
	}
	#top_renovation_box .wp-block-column:nth-of-type(2)::after {
		display: none;
	}
	
	/*------------------------------会社概要ページ*/
	/*Greeting*/
	#greeting .wp-block-cocoon-blocks-column-2 {
		display: flex;
		flex-direction: column-reverse;
	}
	#greeting .greeting-text p {
		font-size: 16px;
		text-align: left;
	}
	.vertical {
		writing-mode: unset;
	}
	#greeting .margin-adjust {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: 15px;
	}
	#greeting .vertical {
		margin-top: 0
	}
	#greeting .line-2 {
		padding-left: 25px;
	}
	#greeting .line-3 {
		padding-left: 50px;
	}
	#greeting .column-wrap {
		gap: 0.5em;
		text-align: center;
	}
	#company_detail tr>td:first-of-type {
	padding-left: 40px;
    }
	#company_detail tr>td:nth-of-type(2) {
	padding-right: 40px;
	}
	.about_us {
		margin: 0 ;
	}
	#sp-access iframe {
		max-width: 100%;
	}
	
	/*背景画像　配置調整*/
	.greeting_contents::after {
		width: 300px;
		height: 200px;
		right: 80px;
	}
	.about_us::after {
		width: 300px;
		bottom: -200px;
	}
	#contact {
		margin-bottom: 25px;
	}
	#contact-form p {
		font-size: 16px;
	}
	/*Google Map 表示*/	
	#sp-access {
	display: block;
	text-align: center;
}
	/*-----------------------不動産買取（kaitori）ページ-----------*/
	#kaitori_text {
		background-image: none;
		padding: 50px 30px;
		background: linear-gradient(159deg,rgb(255,255,255) 50%,rgba(255,255,246,0.41) 89%);
	}
	#kaitori_text::after {
		height: 200px;
		top: unset;
		bottom: 0;
	}
	.point-contents {
		margin: 0 0 !important;
	}
	#point-contents-box .wp-block-cover__inner-container .wp-block-columns {
		flex-direction: column;
	}

	#point-contents-box .point-text {
		display: block;
		text-align: center;
	}
	#point-contents-box .point-text h3 {
		font-size: 18px;
		letter-spacing: 0px;
		padding: 5px 0px;
	}
	#point-contents-box .point-text h3::after {
		left: 50%;
		transform: translateX(-50%);
	}

	#point-contents-box .wp-block-columns img {
		width: 40%;
		height: auto;
		margin: 0 auto;
	}
	
	
 /*-----------------------実績ギャラリー（achievements）ページ-----------*/
	#achievement-examples .column-wrap > div {
		width: 70%;
		margin: 0 auto;
	}
 /*-----------------------リノベーション事例　記事ページ（renovation_ex）ページ-----------*/
	.split-box {
  		text-align: center;
		width: 90%;
		gap: 0;
	}
	.split-box .left {
		clip-path: unset;
	}
	.split-box .right::after {
		display: none;
	}
	.split-box .right {
		padding: 20px 0;
	}
	.case-title .column-wrap {
		flex-direction: unset;
		margin: 0;
		padding: 15px;
	}
	.case-title .column-wrap .column-left {
		width: 30%;
	}
	.case-title .column-wrap .column-left h3 {
		padding: 3px 0px;
	}
}
/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	.logo-menu-button img {
		width: 43px;
		height: 43px;
	}
	.catch-copy {
		padding: 20px 20px !important;
	}
	.main-message {
		letter-spacing: 1.1px;
		font-size: 1.1rem;
	}
	h2.title-en {
		font-size: 2rem !important;
		padding: 0em 0.8em;
	}
	.sp-noshow {
		display: none;
	}
	.btn-center {
		width: 60%;
	}
	.btn-container a {
		font-size: 1.0rem;
	}
	.tb-wrap {
		margin: 15px auto;
	}
	
	/*----------------------フロントページ-------------*/
	#top_renovation_box {
		margin: 0;
	}
	#renovation_text {
		padding: 30px 20px;
	}
	#top_message_box {
		margin: 0;
	}
	#message_text {
		padding: 30px 20px;
	}

	.wp-block-latest-posts__featured-image.alignleft {
		margin-right: 0;
		margin-bottom: 5px;
	}
	.about_contents ul {
		flex-direction: column;
		align-items: center;
	}
	.about_contents li:nth-of-type(odd) {
		margin-right: 0;
	}
	.about_contents li:nth-of-type(1), .about_contents li:nth-of-type(2),.about_contents li:nth-of-type(3) {
		margin-bottom: 15px;
	}
	.about_contents li {
		width: 80%;
		height: 120px;
	}
	.about_contents li::before {
		height: 120px;
		left: 0;
	}
	.article ul li, .article ol li {
		margin: 0;
	}
	
	/*----------------------会社概要ページ-------------*/
	.greeting_contents, .about_us, #contact {
		padding: 20px 15px;
	}
	#greeting .line-2 {
		padding-left: 0px;
	}
	#greeting .line-3 {
		padding-left: 10px;
	}
	
	.greeting_contents::after {
		width: 200px;
		height: 200px;
		right: 0px;
	}
	.about_us {
		margin: 0px;
	}
	.about_us::after {
		width: 200px;
		right: 0px;
		bottom: -230px;
	}
	#company_detail tr>td:first-of-type {
	padding-left: 8px;
    }
	#company_detail tr>td:nth-of-type(2) {
	padding-right: 8px;
	}
	#contact h2 {
		font-size: 1.8rem;
	}
	#contact p.tel a {
		font-size: 1.8rem;
	}
	input.wpcf7-submit {
		width: 50%;
		height: 50px;
		font-size: 1em;
	}
	#policy p {
		font-size: 14px;
	}
	/*----------------------不動産買取（kaitori）ページ-------------*/
	#kaitori_text {
		padding: 50px 20px;
	}
	#kaitori_text h2 {
		padding-left: 0;
		padding-right: 0;
	}
	#point-contents-box .point-text h3 {
		font-size: 1.2rem;
	}
	.stepbar .stepbarwrap .steptext {
		width; 90%;
		padding: 1em 1em;
	}
	#kaitori_message {
		padding: 50px 20px;
	}
	.flow {
		padding: 0;
	}
	/*----------------------実績ギャラリー（achievements）ページ-------------*/
	#achievement-examples .column-wrap > div {
		width: 90%;
	}
	/*----------------------リノベーション事例（detail）ページ-------------*/

}
