@charset 'utf-8';

/* 固定ページのブロックエディタ　リセット */
.type-page .wp-block-image{
    margin: 0;
}
/* layout */

.page-title{
    /* background-image: url(/images/index/texture.jpg); */
    width: 100%;
    background-color: #00a95a;
}
.page-title h1{
    background-repeat: no-repeat,no-repeat;
    background-position: right,right;
    /* background-blend-mode: multiply; 乗算モード */
    width: 1080px;
    height: 220px;
    font-size: 5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    color: #fff;
}

.breadcrumbs{
    margin: 15px auto;
    width: 1200px;
    font-size: 12px;
    line-height: 1;
    text-align: left;
}
.breadcrumbs span{
    margin-left: 3px;
    margin-right: 3px;
}
.breadcrumbs span:nth-of-type(1){
    margin-left: 0;
    margin-right: 8px;
}
.line01 {
    margin-bottom: 50px;
    font-size: 3.6rem;
    display: flex;
    justify-content: center;
    color: #00a95a;
    text-align: center;
    line-height: 1;
}
.line02{
    padding-bottom: 32px;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 34px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 3px solid currentColor;
    color: #00a95a;
    font-size: 2rem;
}
.line03{
    color: #444;
    line-height: 1;
    margin-bottom: 30px;
    font-size: 30px;
}
/* .intro{
    color: #00a95a;
    font-weight: 700;
    font-size: 34px;
    line-height: 50px;
    margin-bottom: 120px;
    margin-top: -10px;
} */
.page ul{
    margin: 20px auto 50px;
}
.page li{
    text-indent: -0.5em;
    margin-left: 1em;
}
.flex-box > div{
	display:flex;
    justify-content: space-between;
}
#footer{
    
}
a.page-numbers i.fa-chevron-right{
    position: relative;
    right: -5px;
}
a.page-numbers i.fa-chevron-left{
    position: relative;
    left: -5px;
}

#singlepage.type-post .line01 {
    margin-bottom: 40px;
}
/* 選ばれる理由 //
---------------------------------------- */

#reason-title.page-title  {
	height: 400px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
#reason-title.page-title  > .mv_bg {
    position: absolute;
	z-index: 0;
}
#reason-title.page-title  > .mv_bg img {
    object-fit: cover;
    display: block;
}
#reason-title.page-title h1{
    position: absolute;
	left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    width: 800px;
    height: 100px;
    border-radius: 20px;
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #555555;
    margin-bottom: 82px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    flex-direction: row;
}
#reason .intro p{
    color: #00a95a;
    font-size: 2rem;
    font-weight: 500;
    margin: 18px 40px 45px;
    line-height: 1.8;
}
#reason .bg_ashirai,
#reason .bg_green{
    padding: 148px 0 121px;
}
#reason .bg_ashirai{
    position: relative;
}
#reason .bg_ashirai::before{
    margin: auto;
	width: 540px;
	height: 302px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: url(/images/reason/ashirai_up.webp) no-repeat center/contain;
}
#reason .bg_ashirai::after{
    content: "";
    position: absolute;
    inset: 0;
    background:
        url(/images/reason/ashirai_downl.webp) no-repeat left bottom,
        url(/images/reason/ashirai_downr.webp) no-repeat right bottom;

    background-size:
        337px 162px,
        476px 237px;
}
#reason .bg_green{
    background: rgba(8, 135, 71, 0.05);
}
#reason .cont-w{

}
#reason .title{
    width: 100%;
    height: auto;
    background: #fff;
    border: 4px solid #00a95a;
    border-radius: 18px;
    position: relative;
    font-size: 4.2rem;
    text-align: center;
    padding: 11px 0 9px;
    font-weight: 700;
    color: #333;
}
#reason #reason3 .title{
    line-height: 1.238;
    padding-bottom: 15px;
    padding-top: 15px;
}
#reason .title::before {
    content: "";
    display: block;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 200px;
    height: 10px;
    background: #fff;
}
#reason .title::after{
    content: "";
	display: block;
	top:-31px;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
    background-color: #fff;
}
#reason #reason1 h2::after{
    background: url(/images/reason/reason1.webp) no-repeat center/contain;
	width: 146px;
    height:38px;
}
#reason #reason2 h2::after{
    background: url(/images/reason/reason2.webp) no-repeat center/contain;
	width: 158px;
    height:37px;
}
#reason #reason3 h2::after{
    background: url(/images/reason/reason3.webp) no-repeat center/contain;
	width: 156px;
    height:37px;
}
#reason #reason4 h2::after{
    background: url(/images/reason/reason4.webp) no-repeat center/contain;
	width: 160px;
    height:37px;
}
#reason #reason5 h2::after{
    background: url(/images/reason/reason5.webp) no-repeat center/contain;
	width: 156px;
    height:37px;
}
#reason .reason-box {
    display: flex;
    justify-content: center;
    gap:108px ;
    margin-top: 50px;
    line-height: 1.88;
}
#reason .reason-box .text{
    color: #222;
    font-size: 1.8rem;
    width: 550px;
}

/* CTAエリア*/
#reason #cta-sec{
    padding: 98px 0 0px;
}
#reason #cta-sec .cont-w {
    height: 170px;
    background: #fff;
    border: 4px solid #00a95a;
    border-radius: 18px;
    position: relative;
}
#reason #cta-sec .cont-w > h2{
    position: absolute;
	color: #00a95a;
	font-size: 3.6rem;
	text-align: center;
	padding: 35px 0 27px;
	top:-72px;
	left: 50%;
	transform: translateX(-50%);
    background: #fff;
    width: 280px;
}
#reason #cta-sec .cont-w > h2 span{
	color: #555;
	font-size: 1.8rem;
	display: block;
	margin-top: -3px;
}
#reason #cta-sec .cta {
    gap: 58px;
	padding: 100px 30px 0 25px;
	height: 80px;
}
#reason #cta-sec .cta_tel {
    width: 430px;
    height: 80px;
    padding-right: 50px;
}
#reason #cta-sec .cta_tel_link::before {
    left: 48px;
    top: 2px;
}
#reason #cta-sec .cta_tel_number {
    margin-top: 6px;
    margin-bottom: 7px;
    padding-left: 40px;
}
#reason #cta-sec .cta_tel_time {
    font-size: 1.2rem;
    padding-left: 50px;
}
#reason #cta-sec .cta_buttons {
    margin-left: -8px;
    gap: 30px;
}
#reason #cta-sec .cta_btn {
    width: 200px;
}
#reason #useful .cont-w {
    margin: 58px auto 80px;
}
#reason #useful .cont-w h2 {
    border: none;
}
#reason #useful > .cont-w > h2 + p {
    margin: 18px auto 60px;
}
/* #reason #useful .scroll_loop-useful .wrap_loop-useful {
    justify-content: space-between;
}*/
/* 記事ページ */
#singlepage {
    margin-top: 50px;
    position: relative;
}
#singlepage ul{
	margin-left: 1.5em;
}
#singlepage li{
	/*list-style-type: disc;*/
}
#singlepage .breadcrumbs{
    position: absolute;
    top: -37px;
}
#singlepage .line01 span {
    line-height: 1.4;
    text-align: left;
}
#singlepage p{
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

#singlepage p + figure{
      margin-top: 40px;
}
#singlepage p img:not(:nth-last-of-type(1)){
    margin-bottom: 20px;
}
/* ページャー */
#pager {
    margin-top: 50px;	
}
#pager ul.page-numbers {
    display: flex;
	color: #fff;
	font-weight: bold;
    align-items: flex-end;
    margin-top: 0;
    justify-content: center!important;
    gap: 0!important;
}
#pager li + li{
    margin-left: 2px;
}

#pager span,
#pager a {
    color: #fff;
	background-color: #ccc;
    width: 50px;
    text-align: center;
    display: block;
    font-size: 14px;
    line-height: 34px;
    min-height: auto
}

#pager span.current {
    background-color: #00a95a;
}

#pager .prev,
#pager .next{
    width: 80px;
    font-size: 14px;
    font-weight: normal;
}


/* 投稿（お知らせ・スタッフコラム） //
---------------------------------------- */
/* 一覧 (お知らせ）*/
section.list ul{
    margin-top: 100px;
}
section.list li + li{
    margin-top: 20px;
}
section.list li a{
    background-color: #f8f8f8;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 202px;
    position: relative;
}
section.list li:not(:has(.page-numbers)) a:after{
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    color: #00a95a;
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;;
    height: 26px;
}
section.list li figure{
    position: relative;
    overflow: hidden;
    height: 234px;
    width: 350px;
}
section.list li figure img{
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    object-fit: cover;
    width: 350px;
    height: 234px;
}
section.list li a div{
    box-sizing: border-box;
    width:777px;
    padding:25px 70px 25px 0;
}

section.list li a h2{
    line-height: 1.3;
    font-size: 24px;
    font-weight: 700;
    color: #00a95a;
    margin-bottom: 14px;
}
section.list li a p{
    font-size: 15px;
    line-height: 1.65;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
section.list li a .tukihi{
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    display: flex;
    gap: 10px;
    align-items: center;
}
section.list li a .new{
    display: inline-block;
    margin-right: 5px;
    font-size: 1.8rem;
    font-weight: 900;
    color: #ff6600;
}
section.list li a .tukihi .ninki {
    background-color: #fff;
    color: #00a95a;
    font-weight: bold;
    text-align: center;
    padding: 3px 15px;
    font-size: 1.6rem;
    border: 2px solid #00a95a;
}
section.list li a .post-info{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
section.list li a .post-info .-staff {
    text-align: center;
    font-size: 1.6rem;
    line-height:1;
    margin: 0;
    background: #00a95a;
    color: #fff;
    padding: 7px 20px;
}
/* スタッフコラム */
#column section.list li:not(:has(.page-numbers)) a:after{
    display: none;
}
#column #archive ul{
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
}
#column #archive ul:not(.page-numbers)::after  {
    content: "";
    display: block;
    width: 32%;
    height: 0;
}
#column .loop-column {
	width: 350px;
    height: 384px;
	background: #fff;
    margin-top: 0;
}
.loop-column .new{
	display: inline-block;
	margin-right: 5px;
	font-size: 1.8rem;
	font-weight: 900;
	color: #ff6600;
}
#column .loop-column > a {
	box-sizing: border-box;
	display: block;
	text-align: justify;
}
#column .loop-column .photo {
    height: 234px;
	background-color: #efefef;
}
#column .loop-column .photo img {
	width: 100%;
	max-width: none;
	height: 100%;
	pointer-events: none;
	backface-visibility: hidden;
	vertical-align: unset;
	object-fit: cover;
}
#column .loop-column .meta {
    height: 150px;
    padding: 15px 20px;
	display: flex;
    flex-direction: column;
	gap: 5px;
    width: 100%;
}
#column .loop-column .meta .post-title{
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
#column .loop-column .meta .column-staff {
	background: #00a95a;
    display: inline-block;
    padding: 2px 15px;
    color: #fff;
    width: fit-content;
    margin-top: 7px;
}


/* 詳細ページ */
#singlepage .contents {
    padding-bottom: 100px;
}
#singlepage p.tukihi{
    text-align: left;
    font-size: 18px;
    line-height: 40px;
    margin:0;
}
#singlepage p.tukihi::before{
    margin-right: 5px;
    font-weight: 500;
    content: "\f017";
    font-family: "Font Awesome 5 Free";
}
#singlepage .post-info {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 50px;
    gap: 20px;
}
#singlepage .post-info .-staff {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    background: #00a95a;
    color: #fff;
    padding: 0px 20px;
}
#singlepage .post-info .new{
	display: inline-block;
	margin-right: 5px;
	font-size: 1.8rem;
	font-weight: 900;
	color: #ff6600;
}
#singlepage.category-column .ninki{
    background-color: #fff;
    color: #00a95a;
    font-weight: bold;
    text-align: center;
    padding: 3px 15px;
    font-size: 1.6rem;
    border: 2px solid #00a95a;
}
/* 会社案内 //
---------------------------------------- */
article#company{
    margin: auto;
    width: 1280px;
}
section#store{
    text-align: center;
}
section#store > i{
    font-size: 20px;
    letter-spacing: 0.06em;
}
section#store > h3{
    font-size: 35px;
    color: #00a95a;
    letter-spacing: 0.06em;
    margin: 14px 0 50px;
}
.mise + .mise{
    margin-top: 100px;
}
.mise > div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    border-bottom: 2px dashed #00a95a;
    margin-bottom: 50px;
    padding: 0 40px 50px 0;
}
.mise:has(.open) > div{
    border: none;
    margin-bottom: 70px;
}
.mise > div div{
    width: 100%;
}
.mise > div div i{
    font-size: 20px;
    letter-spacing: 0.06em;
    margin: auto;
}
.mise > div div h4{
    font-size: 35px;
    color: #00a95a;
    letter-spacing: 0.06em;
}
.mise > div div p{
    font-size: 20px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-align: center;
    margin-top: 25px;
}
.mise ul{
    padding: 50px 100px;
    background-color: #f6f8fa;
    border-radius: 6px;
}
.mise ul li{
    padding: 18px 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.mise ul li + li{
    border-top: 1px solid #ccc;
}
.mise ul li p.theme{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    width: 270px;
    margin-right: 20px;
}
.mise ul li p.cont{
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    font-weight: 400;
}
.mise iframe{
    margin-top: 40px;
    height: 360px;
}
/* section#message{
    text-align: center;
    padding-top: 120px;
}
section#message > i{
    font-size: 20px;
    letter-spacing: 0.06em;
}
section#message > h3{
    font-size: 35px;
    color: #00a95a;
    letter-spacing: 0.06em;
    margin-top: 14px;
}
section#message > div{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 60px;
}
section#message > div img{
    width: 420px;
    margin-right: 120px;
}
section#message > div div h4{
    margin: 60px 0 80px;
    text-align: left;
    font-size: 28px;
    letter-spacing: 0.08em;
    line-height: 1.5;
}
section#message > div div p.st{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-top: 35px;
}
section#message > div div p{
    margin-top: 12px;
    font-size: 18px;
    letter-spacing: 0.08em;
    line-height: 2;
    font-weight: 400;
}
section#message > div div p.you{
    margin-top: 40px;
    text-align: end;
    letter-spacing: 0.08em;
    font-weight: 600;
} */
section#history{
    text-align: center;
    padding-top: 100px;
}
section#history > i{
    font-size: 20px;
    letter-spacing: 0.06em;
}
section#history > h3{
    font-size: 35px;
    color: #00a95a;
    letter-spacing: 0.06em;
    margin-top: 14px;
}
section#history > ul{
    margin: 50px auto 110px;
    padding: 30px 100px;
    background-color: #fffef0;
    border-radius: 6px;
}
section#history > ul li{
    padding: 18px 50px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    text-indent: inherit;
}
section#history > ul li + li{
    border-top: 1px dashed #ccc;
}
section#history > ul li p.day{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.08em;
    width: 270px;
    margin-right: 20px;
}
section#history > ul li p.cont{
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.5;
    font-weight: 400;
}
section#history > ul li p.cont + img{
    width: 220px;
    margin-left: 230px;
    margin-top: 10px;
}

/* スタッフ紹介 //
---------------------------------------- */
.type-staff.cont-w{
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
    margin-bottom: 100px;
    justify-content:space-between;
    gap: 70px 60px;
}
.type-staff.cont-w::after {
    content: "";
    display: block;
    width: 250px;
    height: 0;
}
.staff .hito{
    width: 250px;
    text-align: center;
    position: relative;
}
.staff .hito .name {
    margin-top: 10px;
    padding: 0 20px;
    font-size: 1.4rem;
}
.staff .hito .pic{
	width: 228px;
	height: 228px;
    margin: auto;
}
.staff .hito .pic img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.staff .hd{
	color: #00a95a;
	font-size: 22px;
	text-align: center;
	padding: 5px 0 0;
}
.staff .ruby{
	font-size: 14px;
	color: #999;
	text-align: center;
}
.staff .store{
	color: #fff;
	font-size: 18px;
	background-color: #00a95a;
	border-radius: 4px;
	box-sizing: border-box;
	padding:10px 20px;
	position: absolute;
	top: -16px;
    left: 0;
}
.staff .comment{
    font-size: 16px;
    line-height: 1.78;
    color: #555;
    padding: 10px 46px 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.staff a{
    position: relative;
}
.single_staff{
    width: 1080px;
    margin: auto;
}
.single_staff .meisi{
    display: flex;
    padding: 70px 30px 60px;
    align-items: center;
}
.single_staff .meisi .pic{
    margin-right: 80px;
}
.single_staff .meisi .pic > img{
    width: 480px !important;
    height: auto;
}
.single_staff .store{
    color: #00a95a;
    letter-spacing: 0.05em;
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.single_staff h2.hd{
    letter-spacing: 0.05em;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 10px;
}
.single_staff p.ruby{
    letter-spacing: 0.05em;
    font-size: 14px;
    margin-bottom: 25px;
}
.single_staff i.director{
    letter-spacing: 0.05em;
    font-size: 20px;
}
.single_staff .prof{
    background-color: #f8f8f8;
    border-radius: 20px;
    line-height: 1.75;
    font-size: 18px;
}
.single_staff .staff-message {
    margin: 50px 20px 100px;
    border: 4px solid #00a95a;
    border-radius: 10px;
    padding: 40px;
    position: relative;
}
.staff-message h3 {
    color: #00a95a;
    font-size: 2.4rem;
    margin-bottom: 20px;
    position: absolute;
    top: -22px;
    background: #fff;
    padding: 0 20px;
}
.single_staff .prof tbody{
    display: block;
    padding: 50px 100px;
    width: 1080px;
    box-sizing: border-box;
}
.single_staff .prof tr:not(:last-of-type){
    border-bottom: 1px dashed #ccc;
}
.single_staff .prof th{
    width: 300px;
    padding: 25px 0 25px 35px;
    text-align: left;
    font-weight: 500
}
.single_staff .prof td{
    width: 580px;
    padding: 25px 15px 25px 0;
}
.single_staff p.btn01{
    margin-top: 50px;
}
.single_staff p.btn01::before {
    margin: 0 10px 0 25px;
    position: relative;
    font-weight: 900;
    content: "\f053";
    font-family: "Font Awesome 5 Free";
}

/* 売却実績 //
---------------------------------------- */
.type-record section.list li a div{
    width: auto;
    padding: 0;
}
.type-record section.list li:not(:has(.page-numbers)) a:after{
    display: none;
}
.type-record section.list li + li{
    margin-top: 0;
}
.type-record .filter-box {
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    margin-top: 10px;
}
.type-record .filter-box p {
    width: 120px;
    text-align-last: justify;
    padding-top: 10px;
}
.type-record .filter-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    width: 1000px;
}
.type-record .filter-btn {
    padding: 10px 10px;
    border: 2px solid #00a95a;
    background: #fff;
    cursor: pointer;
    width: 180px;
    color: #555;
    font-weight: 700;
    transition: background 0.4s ease;
}

.type-record .filter-btn.is-active {
    background: #00a95a;
    color: #fff;
    font-weight: 700;
}
.type-record .filter-btn:hover{
    background: rgba(8, 135, 71,0.2);
    border:2px solid rgba(8, 135, 71,0) ;
    color: #555;
}
.type-record .no-result {
    text-align: center;
}
.type-record .scroll_loop-record {
    margin-top: -3px;
}
.type-record .wrap_loop-record {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
}
.type-record .loop-record {
	width: 270px;
	height: 284px;
	background-color: #fff;
	box-shadow: 0 0 20px 5px rgba(8, 135, 71, 0.2);
	border-radius: 15px;
}
.type-record .loop-record > a {
	box-sizing: border-box;
	display: block;
	text-align: justify;
    background: #fff;
    border-radius: 15px;
}
.type-record .loop-record .photo {
	border-radius: 15px 15px 0 0;
    height: 180px;
	background-color: #efefef;
	overflow: hidden;
    width: 100%;
}
.type-record .loop-record .photo img {
	max-width: none;
	height: 100%;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	backface-visibility: hidden;
	vertical-align: unset;
}
.type-record .loop-record .meta {
    padding: 10px 15px;
    width: 100%;
}
.type-record .loop-record .meta .baikyaku-date {
    font-size: 1.3rem;
    margin-bottom: 2px;
}
.type-record .loop-record .meta .meta-upper {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    color: #444444;
    font-size: 1.6rem;
    font-weight: 500;
    width: 100%;
}
.type-record .loop-record .meta .meta-lower{
	display: flex;
    justify-content: flex-start;
    gap: 10px;
	align-items: center;
}
.type-record .loop-record .meta .meta-lower .satei-tag {
    background: #00a95a;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 500;
    width: 70px;
    height: 28px;
    border-radius: 2px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.type-record .loop-record .meta .meta-lower .price {
    color: #00a95a;
    font-size: 3.6rem;
    font-weight: 900;
    font-family: 'Lato', sans-serif;
}
.type-record .loop-record .meta .meta-lower .price .yen{
	font-size: 2rem;
}
/* 売却実績詳細 */

#singlepage.type-record .post-info .area {
  background: #00a95a;
  color: #fff;
  padding: 10px 20px;
  border: 2px solid #00a95a;
  width: auto;
  font-weight: 700;
  min-width: 90px;
  text-align: center;
}
#singlepage.type-record .post-info .type {
  background: #fff;
  color: #00a95a;
  padding: 10px 20px;
  border: 2px solid #00a95a;
  width: auto;
  font-weight: 700;
}
#singlepage.type-record .custom-fields tbody {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 0;
}
#singlepage.type-record figure.photo {
    margin-bottom: 50px;
}
#singlepage.type-record figure.photo img{
    display: block;
    aspect-ratio: 300/200;
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: auto;
}
#singlepage.type-record .custom-fields tr {
    width: 50%;
    display: flex;
}

#singlepage.type-record .custom-fields th,
#singlepage.type-record .custom-fields td {
  padding: 8px 12px;
  text-align: left;
}

#singlepage.type-record .custom-fields th {
    width: 30%;
    background: #00a95a;
    font-weight: bold;
    color: #fff;
}

/*  お客様の声//
---------------------------------------- */
.type-voice#voice section.list li:not(:has(.page-numbers)) a:after{
    display: none;
}
.type-voice#voice .wrap_loop-voice {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 60px 40px;
}
.type-voice#voice .loop-voice {
    width: 263px;
    height: auto;
    margin-top: 0;
}

.type-voice#voice .loop-voice > a {
	box-sizing: border-box;
	display: block;
	text-align: justify;
    background: #fff;
}
.type-voice#voice .loop-voice .photo {
    width: 100%;
    height: 176px;
	background-color: #efefef;
}
.type-voice#voice .loop-voice .photo img {
	width: 100%;
	max-width: none;
	height: 100%;
	pointer-events: none;
	backface-visibility: hidden;
	vertical-align: unset;
	object-fit: cover;
}
.type-voice#voice .loop-voice .meta {
    padding: 25px 0px 23px;
    width: 100%;
}
.type-voice#voice .loop-voice .meta p{
	font-size: 1.6rem;
    font-weight: 300;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	height: 120px;
    line-height: 1.5;
}
.type-voice#voice .loop-voice .btn {
	margin: 0 auto 0;
    width: auto;
    height: 44px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	gap: 15px;
    border-radius: 22px;
    border: 2px solid #00a95a;
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
}
.type-voice#voice .btn-r{
	margin-top: 60px;
}
#singlepage #voice .voice_img  {
    width: 750px;
    aspect-ratio: 350 / 234;
    margin: 40px auto;
}
#singlepage #voice .voice_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#singlepage #voice .voice_enquete  {
    width: 750px;
    margin: 40px auto;
}
#singlepage #voice .voice_enquete img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* プライバシーポリシー //
---------------------------------------- */
#privacy h5{
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
    margin: 100px auto 30px;
}
#privacy h4{
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid;
    padding-left: 1em;
    line-height: 1.4;
}
#privacy p{
    font-size: 14px;
    line-height: 2;
    font-weight: 400;
    margin-bottom: 30px;
}
/* サイトマップ //
---------------------------------------- */
#sitemap.cont-w{
    margin-top: 120px;
}
#sitemap.cont-w ul {
    font-size: 20px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
}

#sitemap.cont-w.page li{
    text-indent:0;
    margin-left: 0;
    line-height: 40px;
    width: 100%;
}
#sitemap.cont-w.page > ul > li > a,
#sitemap.cont-w.page > ul > li.submf > span {
	padding-bottom: 18px;
	border-bottom: 1px solid #555;
	line-height: 1;
	margin-bottom: 20px;
	font-size: 20px;
	padding-top: 20px;
    color: #555;
}
#sitemap.cont-w.page > ul > li > a{
	padding-left: 20px;
    margin-bottom: 40px;
}
#sitemap.cont-w li a,
#sitemap.cont-w li span{
	display:block;
	position: relative;
}
#sitemap.cont-w > ul > li > a span::before{
	content: "\f054";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 2rem;
	background-color: transparent;
	position: absolute;
	left: -20px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 20px;
}

/* サブメニュー */
#sitemap.cont-w .sub{
	border: none;
}
#sitemap.cont-w .sub ul{
	width: 1080px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top: 0;
	margin-bottom: 40px;
}
#sitemap.cont-w .sub li{
	width: 360px;
	height: 70px;
	box-sizing: border-box;
}
#sitemap.cont-w .sub li:not(:nth-of-type(3n)){
	margin-right: 30px;
}
#sitemap.cont-w .sub li:nth-of-type(n+4){
	margin-top: 20px;
}
#sitemap.cont-w .sub li a{
	height: inherit;
	line-height: 70px;
	background-color: #fff;
    color: #555;
	box-shadow: inset 0 0 0 4px #ccc;
	text-align: left;
    padding-left: 20px;
	position: relative;
	font-size: 18px;
}
#sitemap.cont-w .sub li a::after{
	content: "\f054";
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 18px;
    background-color: transparent;
    position: absolute;
    right: 17px;
	top: 0;
}
#sitemap.cont-w .sub li a[target="_blank"]::after{
	content: "\f35d";
}



/* 査定フォーム //
////////////////////////////////////////////////////////////////////*/
main.satei-form .pgcontent{
    padding: 50px;
}
main.satei-form .pgcontent .intro{
    padding: 0 100px;
}
main.satei-form .pgcontent h2 {
    text-align: center;
    margin: 50px auto;
}
main.satei-form .title02 {
	margin-bottom: 32px;
	padding-bottom: 13px;
	border-bottom: 3px solid currentColor;
	color: #00a95a;
	font-size: 2.4rem;
	line-height: 1.3;
}
main.satei-form .title02 i {
	margin-right: 15px;
	padding: 5px 10px;
	background-color: #00a95a;
	border-radius: 6px;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
	font-family:
	"Outfit", serif;
}
main.satei-form .satei-table {
	margin: 40px 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
main.satei-form .satei-table :where(th, td) {
	box-sizing: border-box;
	padding: 15px;
	border-bottom: 1px solid #ccc;
    text-align: left;
	position: relative;
}
main.satei-form .satei-table > tbody > tr {
    display: flex;
}
main.satei-form .satei-table > tbody > tr > th {
    display: inline-flex;
    align-items: center;
	width: 290px;
    padding: 15px 0 15px 20px;
	font-size: 1.8rem;
}
main.satei-form .satei-table th::after {
    display: inline-block;
	margin: auto;
	padding: 0 4px;
	height: 19px;
	background-color: #bbb;
	color: #fff;
	font-size: 11px;
	line-height: 1.7;
	content: "任意";
    margin-left: 1.2rem;
}
main.satei-form .satei-table th.hissu::after {
	background-color: #c81b19;
	content: "必須";
}
main.satei-form .satei-table > tbody > tr > th small {
	margin-top: 3px;
	display: block;
	font-size: 13px;
	font-weight: 500;
}
main.satei-form .satei-table > tbody > tr > td {
    flex-grow: 1;
}
main.satei-form .satei-table label {
	white-space: nowrap;
}
main.satei-form .satei-table label input {
	margin-right: 3px;
}
main.satei-form .satei-table label + label {
	margin-left: 10px;
}
main.satei-form .satei-table :where(input[type="text"], input[type="email"], input[type="tel"], input[type="number"]) {
	box-sizing: border-box;
	margin-right: 10px;
	padding: 10px;
	width: 260px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
	font-family: inherit;
}
main.satei-form .satei-table :is(select, .select2-container .select2-selection) {
	box-sizing: border-box;
	margin-right: 10px;
	padding: 10px;
	width: 260px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: inline-block;
	font-size: 16px;
	font-family: inherit;
}
main.satei-form .satei-table .select2-container .select2-selection {
	height: auto;
}
main.satei-form .satei-table .select2-container .select2-selection__arrow {
	top: 10px;
}
main.satei-form .satei-table :where(input, select).short-box {
	margin-right: 10px;
	width: 125px;
}
main.satei-form .satei-table textarea {
	box-sizing: border-box;
	padding: 10px;
	width: 560px;
	height: 160px;
	border: 1px solid #ccc;
	border-radius: 10px;
	display: block;
	font-size: 1.6rem;
	font-family: inherit;
}
main.satei-form .satei-table .satei-type {
	line-height: 1.6;
}
main.satei-form .satei-table .satei-type label {
	margin: 0;
	display: block;
	font-weight: 500;
}
main.satei-form .satei-table .satei-type p {
	font-size: 1.5rem;
}
main.satei-form .satei-table .satei-type p + label {
	margin-top: 10px;
}
main.satei-form .satei-step {
    margin-top: 100px;
}
main.satei-form .satei-step fieldset {
	border: none;
	display: block;
}
main.satei-form .satei-submit button {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
	min-width: 280px;
	background-color: #00a95a;
	border: 0;
	border-radius: 0;
	outline: none;
	display: block;
	color: #fff;
	font-size: 0;
	font-weight: 400;
	height: 54px;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.2s;
	-webkit-appearance: none;
	appearance: none;
}
main.satei-form .satei-submit button::hover{
	opacity:.8;
}
main.satei-form .satei-submit button[type="submit"]::before {
    content: "送信する";
    font-size: 2rem;
    width: 100%;
    line-height: 54px;
    align-items: center;
    font-weight: 500;
    display: block;
    text-align: center;
}
main.satei-form .satei-submit button i {
    display: none;
}
main.satei-form #th_madori + td select {
	width: 125px;
	float: left;
}

/* 査定フォーム サンクスページ //
////////////////////////////////////////////////////////////////////*/
main.satei.thanks .onecolumn {
    padding: 50px 0 0;
}
main.satei.thanks .onecolumn .line02 {
    margin-top: 50px;
    display: inline-block;
    padding-right: 10px;
}
main.satei.thanks .onecolumn .line02 i {
    margin-right: 10px;
    margin-left: 10px;
}
main.satei.thanks .onecolumn .cta_btn {
    margin-top: 20px;
}

/* お問い合わせ //
---------------------------------------- */
#contact{
    font-size: 1.6rem;
    padding: 50px;
}
#contact table {
	width: 100%;
    font-size: 16px;
}
#contact table tr {
    border-bottom: 1px solid #ccc;
}
#contact table tr:first-of-type{
    border-top: 1px solid #ccc;
}
#contact table th p {
    margin-left: 20px;
    font-size: 1.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#contact th, #contact td {
    text-align: left;
    padding: 15px 0;
    line-height: 1.7;
}
#contact td {
    padding: 15px 15px;
}
#contact td p span {
    /* display: flex; */
    display: block;
}

#contact th {
    vertical-align: middle;
    width: 290px;
    box-sizing: border-box;
}
#contact .notes{
    line-height: 40px;
    font-weight: 400;
    margin: 65px 0 47px;
}
#contact.page li {
    text-indent: 0;
    margin-left: 0;
    line-height: 26px;
}
/* form */
#contact fieldset {
	border: none;
}

#contact label {
	cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 36px;
}
#contact input[type="checkbox"],
#contact input[type="radio"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
#contact input[type="text"],
#contact input[type="email"],
#contact input[type="number"],
#contact input[type="tel"],
#contact input[type="date"],
#contact select {
    width: 690px;
    padding: 2px 15px 4px;
    border: 1px solid #CCC;
    border-radius: 10px;
	height: 44px;
	background-color: #FFF;
	font-size: 16px;
    box-sizing: border-box;
    font-family:'Noto Sans JP','メイリオ', Meiryo, sans-serif;
    caret-color: #000;
}
#contact input[disabled] {
    background-color: #ddd;
}
#contact textarea {
    width: 690px;
    padding: 5px 10px;
    border: 1px solid #CCC;
    height: 220px;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 16px;
    font-family: 'Noto Sans JP','メイリオ', Meiryo, sans-serif;
    font-weight: 400;
    color: #444;
    caret-color: #000;
}
#contact input[type="image"]{
    margin: 0 0 15px 295px;
    display: block;
}
#contact .re{
    text-align: center;
    color: #ccc;
    font-size: 13px;
    line-height: 20px;
    margin-left: -90px;
}
#contact .re a{
    color: #838cb2;
    text-decoration: underline;
}

#contact span.wpcf7-list-item {
    margin: 0 1em 0 0;
    display: flex;
}
#contact input.long {
	margin-top: 10px;
}
#contact input.short,
#contact select.short {
    width: 210px;
}
#contact .yubin {
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 5px;
}
#contact .addr{
    margin-top: 5px;
    display: block;
}
#contact .hissu {
    font-size: 11px;
    color: #FFF;
    background-color: #C81B19;
    margin-left: 1.2rem;
    padding-left: 4px;
    padding-right: 4px;
    position: relative;
    top: -1px;
    outline: 1px solid #C81B19;
}
#contact .kome{
    color: #c81b19;
}
#contact .formnotice {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: -2px;
}
#contact .notes.contact{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}

#contact .naiyou > span {
    display: flex;
    flex-direction: column;
}

#contact .notes a {
    text-decoration: underline;
}
#contact .notes a:hover{
    opacity: 0.8;
}
.submit-wrap {
    margin-top: 30px;
}
.submit-wrap p{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.submit-wrap input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: #00a95a;
    color: white;
    width: 280px;
    margin: 20px auto;
    padding: 0;
    border: none;
    line-height: 54px;
    font-size: 20px;
    cursor: pointer;
}


/* 来店予約 //
---------------------------------------- */
/* #reserve + p{
    font-size: 1.6rem;
    padding: 50px;
} */
#reserve {
    font-size: 1.6rem;
    padding: 50px;
}
#reserve .quocard-text {
    margin-bottom: 50px;
}
#reserve .quocard-bnr {
    text-align: center;
    margin: 50px auto;
}

#reserve table {
	width: 100%;
    font-size: 16px;
}
#reserve table tr {
    border-bottom: 1px solid #ccc;
}
#reserve table tr:first-of-type{
    border-top: 1px solid #ccc;
}
#reserve table th p {
    margin-left: 20px;
    font-size: 1.8rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#reserve th, #reserve td {
    text-align: left;
    padding: 15px 0;
    line-height: 1.7;
}
#reserve td {
    padding: 15px 15px;
}
#reserve td p span {
    display: block;
}
#reserve td:has(input[type="radio"]) p .wpcf7-radio {
    display: flex;
    flex-direction: column;
}
#reserve th {
    vertical-align: middle;
    width: 290px;
    box-sizing: border-box;
}

#reserve .notes{
    line-height: 40px;
    font-weight: 400;
    margin: 65px 0 47px;
}
#reserve.page li {
    text-indent: 0;
    margin-left: 0;
    line-height: 26px;
}

/* form */
#reserve fieldset {
	border: none;
}

#reserve label {
	cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 400;
    line-height: 36px;
}
#reserve input[type="checkbox"],
#reserve input[type="radio"] {
    position: relative;
    top: 1px;
    margin-right: 5px;
}
#reserve input[type="text"],
#reserve input[type="email"],
#reserve input[type="number"],
#reserve input[type="tel"],
#reserve input[type="date"],
#reserve select {
    width: 690px;
    padding: 2px 15px 4px;
    border: 1px solid #CCC;
    border-radius: 10px;
	height: 44px;
	background-color: #FFF;
	font-size: 16px;
    box-sizing: border-box;
    font-family:'Noto Sans JP','メイリオ', Meiryo, sans-serif;
    caret-color: #000;
}
#reserve input[disabled] {
    background-color: #ddd;
}
 #reserve textarea {
    width: 690px;
    padding: 5px 10px;
    border: 1px solid #CCC;
    height: 220px;
    box-sizing: border-box;
    background-color: #FFF;
    font-size: 16px;
    font-family: 'Noto Sans JP','メイリオ', Meiryo, sans-serif;
    font-weight: 400;
    color: #444;
    caret-color: #000;
    border-radius: 10px;
}
#reserve input[type="image"]{
    margin: 0 0 15px 295px;
    display: block;
}
#reserve .re{
    text-align: center;
    color: #ccc;
    font-size: 13px;
    line-height: 20px;
    margin-left: -90px;
}
#reserve .re a{
    color: #838cb2;
    text-decoration: underline;
}
#reserve input.long {
	margin-top: 10px;
}
#reserve input.short,
#reserve select.short {
    width: 210px;
}
#reserve .yubin {
    font-size: 2rem;
    display: flex;
    align-items: center;
    gap: 5px;
}
#reserve .addr{
    margin-top: 5px;
    display: block;
}
#reserve .hissu {
    font-size: 11px;
    color: #FFF;
    background-color: #C81B19;
    margin-left: 1.2rem;
    padding: 0 4px;
    position: relative;
    top: -1px;
    outline: 1px solid #C81B19;
}
#reserve .kome{
    color: #c81b19;
}
#reserve .formnotice {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1;
    margin-bottom: -2px;
}
#reserve .notes.contact{
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}

#reserve .naiyou > span {
    display: flex;
    flex-direction: column;
}

#reserve .notes a {
    text-decoration: underline;
}
#reserve .notes a:hover{
    opacity: 0.8;
}


/* reCAPTCH v3 */
.grecaptcha-badge {
    display: none !important;
}
