/* General element styling --------------------------------------------- */

html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	padding: 0;
	letter-spacing: 1pt;
	font-family: 'Noto Sans JP', sans-serif;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 20px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.am-container--style2 {
	max-width: 1200px;
}

.am-flex {
	display: flex;
}

.am-flex--wrap {
	flex-wrap: wrap;
}

.am-flex--between {
	justify-content: space-between;
}

.am-flex--vert-center {
	align-items: center;
}

.am-flex--vert-stretch {
	align-items: stretch;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}


.am-btn {
	color: #f0895d;
	border: 1px solid;
	border-radius: 20px;
	padding: 5px 10px;
	background: transparent;
	cursor: pointer;
}

@media (min-width: 751px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}

/* Header style -------------------------------------------------------- */

header {
	background-color: #eaeff1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #FFF;
}

.hdr__layout {
	height: 100px;
}
.hdr__logo>a>img {
	height: 100px;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu ul {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
	width: 510px;
}

.hdr__navi-menu ul li {
	list-style: none;
	text-align: center;
	border-style: solid;
	border-width: 0 1px 0 0;
	display: block;
	line-height: 1;
}

.hdr__navi-menu ul li:last-child {
	border-width: 0;
}

.hdr__navi-menu ul li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	padding: 5px 20px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

@media screen and (max-width: 767px) {
	.hdr__logo>a>img {
	height: 85px;
	position: absolute;
	top: 0px;
	left: 155px;
	}
}


/* Slider style -------------------------------------------------------- */

.slider__item {
	height: calc(100vh - 160px);
	min-height: 600px;
}

.slider__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.slider__ov {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	text-align: center;
	color: #FFF;
	display: none;
}

.slider__main {
	position: relative;
	margin: 100px 0 0;
}

.slider-ov__title {
	margin: 0 0 20px;
}

.slider-ov__title>span {
	display: inline-block;
	border: 1px solid;
	margin: 0 5px;
	padding: 0 10px;
	height: 60px;
}

.slider-ov__title {
	font-size: 40.81px;
}

.slider-ov__title p {
	font-size: 44.70px;
	margin: 0;
}

.slider-ov__box-item {
	background: #d6602d;
	margin: 0 5px;
	padding: 10px;
	height: calc(100% - 20px);
}

.slider-ov__box-img {
	margin: 0 0 10px;
}

.slider-ov__box-text {
	font-family: 'M PLUS 1p', sans-serif;
	font-weight: 300;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 60px;
}

.slider-ov__box-title {
	margin: 0;
	font-weight: 400;
}

.slider-ov__box-title>span {
	font-family: 'Hina Mincho', serif;
	font-size: 200%;
	font-weight: 300;
	display: inline-block;
	margin: 0 3px;
	line-height: 0.8;
}

.slider-ov__box-subtitle {
	margin: 0 0 10px;
}

.slider-navi__cont {
	position: relative;
	height: 84px;
}

.slider-navi {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.slider-navi>button {
	font-size: 12px;
	background: unset;
	border: 2px solid;
	border-radius: 50%;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px;
	padding: 0px;
	color: #000;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	line-height: 12px;
	position: relative;
}

.slider-navi>button>i {
	position: absolute;
	left: 7px;
	top: 5px;
}

.slider-navi>.slider-navi__pause {
	font-size: 36px;
	border: unset;
	border-radius: unset;
	line-height: 20px;
}

.slider-navi__pause::before,
.slider-navi__pause::after {
	content: "";
	width: 5px;
	height: 24px;
	background: #000;
	display: inline-block;
	margin: 0 2.5px;
}

.hdr__navi-btn-cont button:first-child {
	background-color: #06C755;
	color: #fff;
	padding: 8.5px 26px;
}

.hdr__navi-btn-cont button:nth-child(2n) {
	background-color: #ed6e38;
	color: #fff;
	padding: 8.5px 26px;
}

.hdr__navi-btn-cont button:nth-child(2n) i {
	margin: 0 5px 0 0;
}

.hdr__navi-btn img {
	width: 10%;
	margin: 0 5px 0 0;
	vertical-align: inherit;
}

.sect-title {
	position: relative;
	text-align: center;
	margin: 0 0 60px 0;
}

.sect-title img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
}

.sect-title__cont {
	position: relative;
	width: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 38px;
	z-index: 2;
	padding: 38.5px 0;
	display: inline-block;
}

.sect-title__cont span {
	display: block;
	color: #fff;
}

.sect-title__num {
	position: absolute;
	left: -115px;
	top: 50%;
	transform: translateY(-50%);
}

.prop-item__txt-red {
	color: #cc0000;
	font-weight: bold;
}

.prop-item__txt-bold {
	font-weight: bold;
}

.prop-item .prop-item__btn {
	width: calc(100% - 20px);
	max-width: 330px;
	margin: 30px auto;
	padding: 14px;
	font-weight: bold;
	display: block;
	position: relative;
	border-radius: 30px;
	font-size: 16px;
}

.prop-cont {
	margin: 50px auto;
}

.prop-filter__cont {
	margin: 0 auto 90px;
}

.prop-filter__cont .prop-cont {
	margin: 0;
}

.prop-filter__cont .prop-cont .prop-item {
	margin: 0 10px 20px;
}

.prop-item {
	border: 1px solid #999999;
	margin: 0 10px;
}

.prop-item img {
	width: 100%;
}

.prop-item__cont {
	padding: 15px;
	line-height: 1.8;
}


.prop-item__btn:after {
	content: "\f061";
	font-family: 'FontAwesome';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
}

.sect-title__jp {
	font-size: 30px;
}

.sect-title__en {
	font-size: 20px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.filter-cont {
	margin: 0 10px;
}

.filter-item {
	margin: 5px 0;
}

.filter-item__sel option {
	padding: 5px;
}

.filter-head {
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 15px 10px;
}

.filter-main {
	background-color: #f7f7f7;
	padding: 10px;
	font-size: 16px;
}

.sect-cont {
	margin: 0 0 100px;
	padding-inline: 10%;
}

.sect-cont--style2 {
	background-color: #fef7f4;
	padding: 40px 0;
}

.subhead-style1 {
	color: #ed6e38;
	font-size: 25px;
	position: relative;
	text-align: center;
	max-width: 1050px;
	margin: 60px auto;
}

.subhead-style1>span {
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #fef7f4;
	padding: 0 10px;
}

.subhead-style1::before {
	content: "";
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #ed6e38;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}


.subhead-style2 {
	text-align: center;
	margin: 0 auto 40px;
}

.subhead-style2>span {
	display: inline-block;
	position: relative;
	font-size: 32px;
	color: #ed6e38;
	font-weight: 600;
	max-width: calc(100% - 100px);
}

.subhead-style2>span::before,
.subhead-style2>span::after {
	content: "";
	display: inline-block;
	width: 3px;
	height: 32px;
	background: #ed6e38;
	position: absolute;
}

.subhead-style2>span::before {
	left: -30px;
	top: 50%;
	transform: translateY(-50%) rotate(-40deg);
}

.subhead-style2>span::after {
	right: -30px;
	top: 50%;
	transform: translateY(-50%) rotate(40deg);
}

.prob-box {
	margin: 0 auto 60px;
}

.prob-cont {
	max-width: 1100px;
	margin: 0 auto 100px;
}

.prob-item {
	border: 3px solid #ed6e38;
	width: 20vw;
	height: 20vw;
	max-width: 230px;
	max-height: 230px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

.prob-item__cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.prob-item__desc {
	color: #ed6e38;
	font-weight: bold;
}

.prob-box-item {
	border: 1px solid orange;
	margin: 0 15px;
}

.prob-box-item img {
	width: 100%;
	height: 20vw;
	max-height: 300px;
	object-fit: cover;
	display: block;
}

.prob-box-item__desc {
	background-color: #ed6e38;
	color: #fff;
	display: flex;
}

.prop-box-item__num {
	background-color: orange;
	padding: min(1.5vw, 20px);
	margin: 0;
	font-size: 24px;
	font-family: serif;
}

.prob-box-item__desc div {
	align-self: center;
	margin: 0 10px;
}

.suggest-text {
	text-align: center;
	margin: 0 auto 50px;
}

.suggest-subhead__inner {
	text-align: center;

	display: inline-block;
	background: #FFF;
	z-index: 2;
	position: relative;
	padding: 0 10px;
}

.suggest-subhead__text {
	color: #ed6e38;
	margin: 0;
}

.suggest-subhead {
	position: relative;
	text-align: center;
	margin: 50px 0;
}

.suggest-subhead::before {
	content: "";
	width: 100%;
	height: 1px;
	background: #ed6e38;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.suggest-price .suggest-price__img:first-child>img {
	margin: 0 15px 0 0;
	width: calc(100% - 15px);
}

.suggest-price .suggest-price__img:last-child>img {
	margin: 0 0 0 15px;
	width: calc(100% - 15px);
}

.suggest-notice {
	border: 1px solid #f6b79b;
	margin: 40px 0 0;
	padding: 30px;
}

.suggest-notice__box {
	background-color: #fdefe9;
	padding: 35px 20px;
	text-align: center;
	margin: 0 0 40px;
	position: relative;
}

.suggest-notice__box-text {
	margin: 0 0 7.2px;
}

.suggest-notice__box-hlight {
	margin: 0;
	font-size: 23px !important;
}

.suggest-notice__box::after {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: 50%;
	bottom: -25px;
	z-index: 1;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #fdefe9;
	transform: scaleX(2);
}

.suggest-notice__box>p {
	position: relative;
	z-index: 2;
	font-size: 20px;
}

.suggest-notice__text-hlight {
	font-weight: bold;
	text-align: center;
	font-size: 23px;
	margin: 0 0 20px;
}

.suggest-notice__text {
	text-align: center;
	font-size: 20px;
	margin: 0;
}

.suggest-notice__text-hlight span {
	font-size: 33px;
	color: #cc3300;
}

.suggest-price__cont {
	border: 1px solid #cdcdcd;
	width: calc(100% - 15px);
	text-align: center;
	overflow: hidden;
	height: 280px;
}

.suggest-price .suggest-price__img:first-child .suggest-price__cont {
	margin: 0 15px 0 0;
}

.suggest-price .suggest-price__img:last-child .suggest-price__cont {
	margin: 0 0 0 15px;
}

.suggest-price__head {
	color: #FFF;
	background: #C0BCBC;
	margin: 0 0 35px;
	padding: 10px 0 5px;
	position: relative;
	font-size: 20px;
}

.suggest-price__head::after {
	content: "";
	display: block;
	border-top: 25px solid #C0BCBC;
	border-left: 400px solid transparent;
	border-right: 400px solid transparent;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -20px;
	z-index: -1;
}

.suggest-price__condition {
	background: #f0f0f0;
	width: auto;
	display: inline-block;
	padding: 8px 20px 8px 8px;
	border-radius: 30px;
	line-height: 1;
	margin: 0 0 24px;
	font-size: 18px;
}

.suggest-price__condition>span {
	font-size: 15px;
}

.suggest-price__condition::before {
	content: "例";
	color: #FFF;
	background: #666666;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin: 0 10px 0 0;
	vertical-align: middle;
	font-size: 18px;
	line-height: 26px;
}

.suggest-price__content {
	display: flex;
	justify-content: center;
	margin: 0 0 25px;
	align-items: flex-end;
	line-height: 1;
}

.suggest-price__icon>img {
	margin: 0 0 10px 0;
}

.suggest-price__icon>p {
	margin: 0;
	font-weight: bold;
	font-weight: 16px;
}

.suggest-price__num {
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 10px;
	font-family: sans-serif;
}

.sp-br {
	display: none;
}

.suggest-price__subtext {
	font-size: 14px;
}

.suggest-price__num .prc-big {
	font-size: 60px;
}

.suggest-price__detail {
	text-align: left;
	margin: 0 0 0 15px;
}

.suggest-price__num .prc-small {
	font-size: 16px;
}

.suggest-price__num .prc-red {
	color: #cb3400;
}

.suggest-price__head.prc-org {
	background: #ed6e39;
}

.suggest-price__head.prc-org::after {
	border-top-color: #ed6e39;
}

.suggest-price__detail.prc-mark {
	position: relative;
	margin: 0 0 0 20px;
}

.suggest-price__detail.prc-mark::before {
	content: "※1";
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	left: -25px;
}

.suggest-price__num .prc-strike {
	position: relative;
}

.suggest-price__num .prc-strike::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	height: 3px;
	width: 100%;
	background: #000;
}

.prc-box {
	background: #cd3301;
	color: #FFF;
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	padding: 10px 20px;
	display: inline-block;
	line-height: 1.5;
}

#sect-staff {
	margin: 60px 0;
}

.staff-intro__img {
	width: calc(100% - 40px);
	margin: 0 20px 0 0;
}

.staff-intro {
	margin: 0 0 50px;
}

.staff-subhead {
	text-align: center;
	color: #f19269;
}

.staff-prop img {
	width: 100%;
	height: 300px;
}

.sect-title__cont .sect-title__num {
	color: #f29f4e;
	font-family: serif;
	font-size: 100px;
	font-weight: 200;
}

.corr-subhead {
	position: relative;
	text-align: center;
	color: #ed6e38;
	margin: 40px 0 30px;
}

.corr-subhead>span {
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #FFF;
	padding: 0 10px;
}

.corr-subhead::before {
	content: "";
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #ed6e38;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.corr-gal {
	margin: 0 0 50px;
}

.corr-gal__img {
	width: calc(100% - 10px);
	display: block;
	margin: 5px;
}

.staff-subhead {
	position: relative;
	text-align: center;
	margin: 0 0 40px;
}

.staff-subhead>span {
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #FFF;
	padding: 0 10px;
}

.staff-subhead::before {
	content: "";
	z-index: 1;
	width: 100%;
	height: 1px;
	background: #ed6e38;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.corr-text {
	text-align: center;
	margin: 0 0 50px;
}

.corr-trans__img {
	width: calc(50vw - 50px);
/* 	height: 42vw;
	object-fit: cover; */
	height: auto;
	max-height: 540px;
	max-width: 100%;
}

.corr-trans {
	margin: 0 0 30px;
}

.corr-trans__arrow {
	color: #ed6e38;
	font-size: 36px;
	margin: 0 15px;
}

.corr-hlight {
	background-color: #fef5f1;
	text-align: center;
	padding: 10px;
	margin: 20px 0;
}

.corr-hlight {
	background-color: #fef5f1;
	text-align: left;
	padding: 20px 30px;
	margin: 0 0 30px;
}

.corr-hlight__head {
	font-weight: bold;
	color: #ed6e38;
	margin: 0 0 10px;
}

.corr-hlight__content {
	margin: 0;
	line-height: 1.8;
}

.corr-trans__after {
	text-align: right;
}

.corr-trans__before:before {
	content: "BEFORE";
	position: absolute;
	background-color: #000;
	color: #fff;
	padding: 10px 40px;
	margin: 30px 0;
}

.corr-trans__after:before {
	content: "AFTER";
	background-color: #ed6e38;
	padding: 10px 40px;
	color: #fff;
	position: absolute;
	margin: 30px 0;
}

.corr-gal:last-child {
	text-align: right;
}

.corr-gal:last-child {
	margin: 0;
}

.corr-btn-cont {
	text-align: center;
	margin: 30px 0;
}

.corr-btn-cont .corr-btn {
	background-color: #000;
	color: #fff;
	padding: 10px 40px;
	border-radius: 30px;
	margin: 0 0 50px;
}

.corr-btn>i {
	font-size: 25px;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: middle;
}

.corr-btn-cont .corr-btn:first-child>i {
	transform: rotate(-125deg);
}

.info-item__img img {
	width: calc(100% - 30px);
}

.info-item {
	margin: 0 0 50px;
}

.info-item__date {
	color: #ed6e38;
}

.info-item__content a {
	text-decoration: unset;
	color: #000;
}

.info-btn-cont {
	text-align: center;
}

.info-btn-cont button {
	background-color: #ed6e38;
	color: #fff;
	font-weight: bold;
	padding: 10px 40px;
	position: relative;
}

#sect-information .sect-title__cont span {
	color: #ed6e38;
}

#sect-faq .sect-title__cont span {
	color: #ed6e38;
}

#sect-about .sect-title__cont span {
	color: #ed6e38;
}

.sect-title--style2 h2 {
	border-top: 1px solid;
	border-bottom: 1px solid;
	color: #ed6e38;
	position: unset;
	width: 100%;
	margin: 0;
	top: unset;
	left: unset;
	transform: unset;
	padding: 45px 0;
}

.info-btn:after {
	content: "\f061";
	font-family: 'FontAwesome';
	position: absolute;
	right: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}

.faq-item {
	margin: 20px 0;
	line-height: 1.8;
}

.faq-item__q {
	background-color: #f09538;
	padding: 26px 20px;
	color: #fff;
}

.faq-item__a {
	background-color: #fef7f4;
	padding: 26px 20px;
	display: flex;
	align-items: flex-start;
}

.faq-item__a p {
	margin: 0;
	display: inline;
}

.faq-item__q p {
	padding: 0;
	margin: 0;
	display: inline-block;
}

.faq-item__q:before,
.faq-item__q>img {
	content: unset;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: sub;
}

.faq-item__a:before,
.faq-item__a>img {
	content: unset;
	margin: 5px 15px 0 0;
	display: inline-block;
}

#sect-about .staff-intro__img {
	height: 300px;
	object-fit: cover;
}

#sect-about .staff-intro__text span {
	text-align: right;
	display: block;
	font-size: 18px;
	margin: 20px 0 0;
}

.about-btn-cont {
	text-align: center;
}

.about-btn {
	background-color: #ed6e38;
	color: #fff;
	font-weight: bold;
	margin: 0 0 20px;
	position: relative;
	width: 336px;
	height: 61px;
	border-radius: 40px;
}

.about-btn:after {
	content: "\f061";
	font-family: 'FontAwesome';
	position: absolute;
	right: 15px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
}

.ftr-info__img {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.ftr-info__content {
	position: relative;
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 26px;
	color: #fff;
	padding: 130px 0 70px;
}

.ftr-info {
	position: relative;
}

.ftr-info__content-text {
	margin: 0 0 30px;
}

.ftr-info__img {
	filter: brightness(0.7);
}

.ftr-cont {
	margin: 60px 0 0;
}

.ftr-info__content-phone {
	margin: 0 0 20px;
}

.ftr-info__content-time {
	font-size: 16px;
	margin: 0 0 40px;
}

.ftr-info__btn {
	font-size: 16px;
}

.ftr-info__btn--mail {
	background-color: #ed6e38;
	color: #fff;
	border: 1px solid #ed6e38;
	width: 336px;
	height: 61px;
	border-radius: 40px;
}

.ftr-info__btn--mail>i {
	font-size: 20px;
	display: inline-block;
	vertical-align: middle;
}

.ftr-info__btn--mail i {
	margin: 0 10px 0 0;
}

.ftr-info__btn--line {
	background-color: #06C755;
	color: #fff;
	border: 1px solid #06C755;
	width: 336px;
	height: 61px;
	border-radius: 40px;
}

.ftr-navi {
	background-color: #EAEFF1;
}

.ftr-navi ul li {
	list-style: none;
	display: inline-block;
	padding: 20px 0;
}

.ftr-navi ul li a {
	color: #333;
	text-decoration: unset;
}

.ftr-navi ul {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin: 0 auto;
	max-width: 600px;
}

.ftr-btm {
	text-align: center;
}

.ftr-btm__logo {
	margin: 40px 0;
}

.ftr-btm__sc-btn {
	border: 1px solid #ed6e38;
	border-radius: 20px;
	margin: 0 8px 0 0;
}

.ftr-btm__sc a {
	color: #000;
	text-decoration: unset;
	color: #ed6e38;
	font-size: 14px;
	width: calc(100% - 22px);
	max-width: calc(200px - 22px);
	display: inline-block;
	padding: 9px 10px;
}

.ftr-btm__text {
	margin: 30px 0;
}

.ftr-copyright {
	background-color: #ed6e38;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	font-size: 14px;
}

#sect-staff iframe {
	width: 100%;
	height: 550px;
}

.banner__cont {
	position: relative;
}

.banner__title {
	position: relative;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 60px 0;
	color: #fff;
}

.banner__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner__title>span {
	display: block;
}

h2.banner__title {
	margin: 0;
}

.comp-intro__text {
	text-align: center;
	font-weight: 600;
	margin: 0;
	font-size: 28px;
	line-height: 2;
}

.banner__title-jp {
	font-size: 38px;
}

.banner__title-en {
	font-size: 18px;
}

.comp-location__cont p {
	font-size: 24px;
}

.comp-privacy__item h4 {
	font-size: 20px;
	margin: 30px 0 5px;
	line-height: 20px;
	font-weight: 700;
}

.comp-privacy__text {
	font-size: 16px;
	line-height: 36px;
}

.comp-privacy__item {
	margin: 58px 0 0;
}

.gr-title--style1 {
	border-left: 5px solid #F29F4E;
	margin: 154px 0 20px 0;
	padding: 0 8px 0;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
}

.comp-profile__cont table {
	border-collapse: collapse;
}

.comp-profile__cont table tr td {
	border: 1px solid #B5B2B2;
	padding: 10px;
	font-size: 20px;
}

.comp-profile__cont table {
	width: 100%;
	line-height: 48px;
	margin: 10px 0 0;
}

#sect-comp-location iframe {
	margin: 15px 0 0;
}

.suggest-notice__box-hlight span {
	font-weight: bold;
}

.staff-intro__text {
	line-height: 1.8;
	margin-bottom: 2rem;
}

.staff-intro__name {
	text-align: right;
}


.comp-profile__cont table tr td:first-child {
	font-size: 20px;
	font-weight: 700;
	background-color:#fbe2d7;
}

.comp-oath__item h4 {
	font-size: 20px;
	margin: 30px 0 10px;
	line-height: 20px;
	font-weight: 400;
}

.comp-oath__text {
	line-height: 36px;
}

#sect-comp-web p {
	font-size: 16px;
	line-height: 36px;
}

.gr-title--style2 {
	font-size: 20px;
	margin: 30px 0 5px;
	line-height: 36px;
	font-weight: 400;
}

.gr-title--style3>span {
	border-left: 5px solid #F29F4E;
	margin: 0 auto;
	padding: 0 8px 0;
	font-size: 32px;
	text-align: center;
	width: auto;
	line-height: 36px;
	font-weight: 700;
	display: inline-block;
}

.inquiry-form__cont p {
	font-size: 20px;
	text-align: center;
	line-height: 28.96px;
	font-weight: 300;
}

.gr-title--style3 {
	width: 30%;
	max-width: 285px;
	text-align: center;
	margin: 154px auto 70px;
	font-size: 32px;
	color: #333;
	line-height: 1;
	border-left: 5px solid orange;
	padding-left: 0.5%;
}


.inquiry-form__row {
	margin: 0 0 34px;
}

.mgt-80 {
	margin-top: 30px;
}

.consult-line__cont p {
	text-align: center;
	font-size: 20px;
	line-height: 28.06px;
	margin: 0;
}

.consult-line__text p {
	text-align: left;
	font-size: 18px;
	margin: 0;
}

#sect-consult-line .am-col2 img {
	width: calc(100% - 20px);
	margin: 0 10px 0 0;
}

.consult-line__text span {
	font-weight: 700;
}

.consult-line__text {
	font-size: 18px;
}

.consult-line__phone--number {
	font-size: 30px;
	text-align: center;
}

.consult-line__phone--number p {
	font-size: 28px;
	line-height: 40.54px;
}

.am-flex.am-flex--center {
	justify-content: center;
}

.consult-line__qr {
	max-width: 200px;
	margin: 0 20px 0 0;
}

.consult-line__text p {
	margin: 15px 0 0;
}

.inquiry-form__contact-form {
	margin: 0 auto;
	text-align: right;
	max-width: 995px;
	width: 100%;
}

.required {
	color: #FFF;
	padding: 2px 5px;
	font-size: 14px;
	margin: 0 10px 0 0;
	background-color: #ed6e38;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
}

.inquiry-form__contact-col input {
	padding: 22px 0;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.inquiry-form__link {
	text-decoration: underline;
	font-size: 18px;
}

.wpcf7-submit {
	width: 510px;
	height: 100px;
	color: #000;
	font-weight: 700;
	font-size: 22px;
	border: 1px solid #f0f0f0;
}

.wpcf7-form-control.wpcf7-submit.has-spinner p {
	text-decoration: underline;
}

.sect-thanks__cont h3 {
	font-size: 30px;
}

.sect-thanks__cont {
	text-align: center;
}

#sect-banner {
	margin: 100px 0 70px 0;

}

.sect-blog__item-img {
	width: calc(100% - 30px);
	margin: 0 30px 0 0;
}

.sect-blog__item-cont {
	margin: 0 0 30px;
	border-bottom: 1px solid #C0B8B8;
	padding: 0 0 30px 0;
}

.sect-blog__item-date {
	font-size: 16px;
}

.sect-blog__item-excerpt {
	font-size: 18px;
	line-height: 40px;
}

.sect-blog__item-title {
	font-size: 22px;
	margin: 10px 0;
}

.sect-blog__title {
	font-size: 22px;
	border-bottom: 4px solid #A4A2A2;
	padding: 0 0 10px 0;
	margin: 0;
}

ul.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding-left: 0;
}

.sect-blog__sidebar {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}

.sect-blog__title ul li a {
	text-decoration: unset;
}

.wp-block-categories li a {
	text-decoration: unset;
	color: #000;
	padding: 0 0 20px 0;
	font-size: 20px;
}

.wp-block-categories li {
	border-bottom: 1px dashed #a4a2a2;
	padding: 20px 0;
}

.sect-blog__post a {
	text-decoration: unset;
	color: #000;
}

.wp-block-categories li:first-child {
	padding: 0 0 20px;
}

.sect-blog__single-cont {
	font-size: 18px;
	line-height: 48px;
}

.sect-blog__single-cont img {
	width: auto;
	display: block;
	margin: 30px auto;
}

.sect-blog__single-cont-title {
	font-size: 30px;
	text-align: center;
}

.sect-blog__single-cont-date {
	display: inline-block;
}

.sect-blog__single-cont-tags {
	display: inline-block;
	margin: 0 0 0 10px;
	background-color: orange;
	color:#FFF;
	width: 90.1px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

/* Override class ------------------------------*/

.br-sp {
	display: none;
}

.am-sp {
	display: none;
}

.slick-initialized .slick-slide.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.hdr-logo .am-sp {
	display: initial;
}

.wpcf7-spinner {
	display: block !important;
}

.inquiry-form__submit-cont>p {
	margin: 0;
	text-align: center;
}

.inquiry-form__submit-cont>p>span.wpcf7-spinner {
	margin: 0 auto;
}

.inquiry-form__submit-cont>p>.submit_btn {
	margin: 20px 0 0;
	background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
	color: #FFF;
}

.mrg-0 p {
	margin: 0;
}

.item-4 .suggest-price__content {
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 30px;
    min-width: 320px;
    width: 63%;
}

.item-4 .suggest-price__detail {
	text-align: center;
}

#sect-correspondence .am-col-auto {
    width: 50%;
}

.corr-trans__before {
    margin: 0 20px 0 0;
}

.corr-trans__after {
    margin: 0 0 0 20px;
}

@media screen and (max-width: 1200px) {
	/* Header-----------------------------------*/

	.hdr__navi-cont {
		display: block;
		text-align: right;
	}

	.hdr__navi-menu {
		margin: 0 0 10px;
	}

	.hdr__navi-menu ul {
		width: auto;
		white-space: nowrap;
	}

	.hdr__navi-menu ul li a {
		padding: 0 15px;
		text-align: center;
		display: block;
		width: auto;
	}

	.hdr__navi-menu ul li:last-child a {
		padding: 0 5px 0 10px;
	}
}

@media screen and (max-width: 1024px) {
	.prc-box {
		padding: 10px 5px;
	}
}

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

	/* Slider-----------------------------------*/

	.slider-ov__box-item {
		margin: 0 3px;
		padding: 5px;
	}

	/* General-----------------------------------*/
	.br-sp {
		display: block;
	}

	/* Content -----------------------------------*/

	.suggest-price {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.suggest-price__img {
		width: calc(100% - 20px);
		margin: 0 auto;
		max-width: 700px
	}

	.suggest-price .suggest-price__img:first-child .suggest-price__cont,
	.suggest-price .suggest-price__img:last-child .suggest-price__cont {
		margin: 0 0 20px;
		width: 100%;
	}

	/* Footer-----------------------------------*/
	.ftr-info__img {
		height: 600px;
		object-fit: cover;
	}

	.prob-item__cont img {
		width: 20%;
		height: 20%;
		object-fit: contain;
		padding-top: 5px;
	}

	.prob-item__desc {
		font-size: 12px;
	}
}

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

	.banner__cont {
		margin-top: 91px;
	}

	.am-pc {
		display: none !important;
	}

	.am-sp {
		display: initial;
	}

	.am-container {
		width: calc(100% - 40px);
	}

	.slick-initialized .slick-slide.am-sp {
		display: initial;
	}

	.hdr-logo .am-sp {
		display: initial;
	}

	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		margin: 91px 9;
		box-shadow: 0 0 5px #AAA;
		height: 85px;
	}

	.hdr__logo img {
		width: auto;
		height: 50px;
	}

	.hdr__layout {
		display: block;
		position: relative;
		height: auto;
		width: 100%;
		position: relative;
	}

	.hdr__logo {
		text-align: center;
		padding: 10px 0;
	}

	.hdr__navi {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s linear;
	}

	.hdr__navi-cont {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		min-height: max(710px, calc(100vh - 125px));
	}

	.hdr__navi-menu {
		position: relative;
		margin: 0;
		top:60px
	}

	.hdr__navi-menu-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.hdr__navi-menu ul {
		display: block;
		position: relative;
		z-index: 2;
	}

	.hdr__navi-menu ul li,
	.hdr__navi-menu ul li:last-child {
		border: solid #f19363;
		border-width: 1px 0 0;
	}

	.hdr__navi-menu ul li a,
	.hdr__navi-menu ul li:last-child a {
		padding: 30px 0;
		color: #fce1bd;
		font-weight: 200;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child,
	.hdr__navi-btn-cont .hdr__navi-btn:first-child {
		border-radius: 25px;
		display: block;
		margin: 75px auto 10px;
		font-size: 16px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child {
		margin: 0 auto;
	}

	.hdr__navi-btn-cont {
		text-align: center;
		margin-bottom: 3rem;
	}

	.hdr__ftr-socmed {
		display: flex;
		flex-wrap: wrap;
		width: calc(100% - 20px);
		margin: 0 auto;
		justify-content: space-between;
	}

	.hdr__ftr-btn {
		width: calc(50% - 5px);
		margin: 0 0 10px;
		font-size: 16px;
	}

	.hdr__ftr-btn:nth-child(n + 3) {
		margin: 0;
	}

	.hdr__ftr-text {
		width: 100%;
		text-align: center;
		margin: 0 auto auto;
	}

	.hdr__ftr-cpright {
		background: #ed6e38;
		text-align: center;
		padding: 10px;
		color: #FFF;
		font-weight: 100;
	}

	/* SP menu btn ---------------------------------------------*/

	.hdr__menu-btn {
		position: absolute;
		top: calc(80px / 2);
		right: 15px;
		border: 2px solid #d6602d;
		background: transparent;
		width: 50px;
		height: 50px;
		transform: translateY(-50%);
	}

	.hdr__menu-btn-icon {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.hdr__menu-btn-icon::before,
	.hdr__menu-btn-icon::after,
	.hdr__menu-btn-icon>span {
		content: "";
		width: 30px;
		height: 2px;
		background: #d6602d;
		display: block;
		margin: 8px 0;
		transition: 0.5s ease;
		opacity: 1;
	}

	header.hdr__menu--show {
		height: 100vh;
		overflow: auto;
	}

	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
	}

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
	}

	/* Slider---------------------------------------------------*/

	#sect-banner {
		margin: 40px 0;
	}

	.slider__main {
		margin: 91px 0 0;
	}

	.slider__item {
		height: calc(100vh - 135px);
	}

	.slider__ov {
		width: 100%;
	}

	.slider-ov__box-cont {
		display: block;
	}

	.slider-ov__box-cont>div {
		width: 100%;
	}

	.slider-ov__box-item {
		display: flex;
		width: calc(100% - 60px);
		margin: 0 auto 10px;
		align-items: center;
	}

	.slider-ov__box-img {
		margin: 0;
		width: 40%;
	}

	.slider-ov__box-text {
		width: 60%;
	}

	.slider-ov__box-title {
		margin: 0 0 5px;
	}

	.slider-ov__box-subtitle {
		margin: 0;
	}

	.submit_btn {
		width: 100%;
	}

	#sect-consult-line .am-flex {
		display: block;
	}

	#sect-consult-line .am-col-auto:first-child {
		text-align: center;
	}

	.consult-line__phone--number {
		font-size: 20px;
	}

	/* Title -------------------------------------*/

	.sect-title__cont {
		padding: 40px 0;
	}

	/* property ----------------------------------*/

	.prop-cont {
		display: block;
		margin: 25px auto;
	}

	.prop-cont>div {
		width: 100%;
	}

	.prop-item {
		margin: 30px 10px;
		display: flex;
		flex-wrap: wrap;
	}

	.prop-item .prop-item__img {
		width: 30vw;
		height: 30vw;
		object-fit: cover;
	}

	.prop-item__cont {
		width: calc(100% - 30vw - 20px);
		padding: 10px;
	}

	.prop-filter__cont {
		display: block;
		margin: 0 auto 45px;
	}

	.prop-filter__cont>div {
		width: 100%;
	}

	.filter-item__sel {
		width: 100%;
		padding: 5px 0;
	}

	.prob-cont {
		flex-wrap: wrap;
	}

	.prob-cont>div {
		width: 50%;
	}

	.prob-item {
		width: calc(50vw - 30px);
		height: calc(50vw - 30px);
		margin: 0 auto 30px;
	}

	.prob-box {
		display: block;
	}

	.prob-box>div {
		width: 100%;
	}

	.prob-box-item img {
		height: auto;
	}

	.prob-box-item {
		margin: 0 10px 30px;
	}

	.prop-box-item__num {
		padding: 10px;
	}

	.sect-title__cont {
		width: 100%;
	}

	.suggest-price {
		display: block;
	}

	.suggest-price>div {}

	.suggest-price__img {
		width: 100%;
		margin: 0 0 10px;
	}

	.staff-intro {
		display: block;
	}

	.staff-intro>div {
		width: 100%;
	}

	.staff-intro__img {
		width: 100%;
		margin: 0 0 20px;
	}

	.corr-trans__arrow {
		margin: 0 5px;
	}

	.corr-trans__img {
/* 		width: calc(50vw - 40px); */
		width: 100%;
		height: auto;
	}

	.corr-gal {
		flex-wrap: wrap;
	}

	.corr-gal>div {
		width: calc(100% / 3);
	}

	.corr-btn {
		width: calc(100% - 20px);
		margin: 0 auto 20px;
	}

	.info-item .am-flex {
		display: block;
	}

	.info-item .am-col4 {
		width: 100%;
	}

	.info-item .am-col8 {
		width: 100%;
	}

	.info-item__img img {
		width: 100%;
	}

	.ftr-info__content {
		font-size: 20px;
	}

	.ftr-info__btn--mail {
		display: block;
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	.ftr-info__btn--line {
		width: calc(100% - 20px);
		margin: 20px 0 10px;
	}

	.ftr-navi ul {
		display: inline-block;
		width: 100%;
	}

	.ftr-navi ul li {
		display: block;
		text-align: center;
	}

	.ftr-btm__sc a {
		width: 300px;
	}

	.ftr-btm__sc-btn {
		width: 100%;
	}

	.ftr-btm__sc>a {
		width: calc(50% - 50px);
		display: inline-block;
		margin: 5px 0;
	}

	.prob-item__cont .prob-item__icon {
		width: 50px;
		height: auto;
		max-height: 65px;
		object-fit: contain;
		margin: 0 0 5px;
	}

	.prob-item__desc {
		font-size: 13px;
		margin: 0;
	}

	.subhead-style2>span {
		font-size: 20px;
	}

	.sect-title__jp {
		font-size: 23px;
		font-weight: 500;
		margin: 0 0 5px;
		position: relative;
		z-index: 2;
	}

	.sect-title__en {
		font-size: 18px;
		font-weight: 500;
		position: relative;
		z-index: 2;
	}

	.sect-title__cont .sect-title__num {
		left: 20px;
		z-index: 0;
		font-size: 75px;
	}

	.suggest-notice__box>p {
		font-size: 16px;
	}

	.suggest-notice__box-hlight {
		font-size: 18px !important;
	}

	.comp-profile__cont table tr td {
		display: block;
		border-width: 0 1px 1px;
	}

	.comp-profile__cont table tr {
		margin: 20px 0;
		display: block;
		border: 1px solid #B5B2B2;
		border-width: 1px 0 0;
	}

	.wp-block-categories ul {
		width: 100%;
	}

	.wp-block-categories li {
		width: 100%;
		border-bottom: 1px dashed #a4a2a2;
		padding: 0 0 20px 0;
	}

	.am-flex.sect-blog__cont {
		display: block;
		width: 100%;
	}

	.am-flex.sect-blog__item-cont {
		display: block;
		width: 100%;
	}

	.sect-blog__item-img {
		width: 100%;
	}

	.sect-blog__item-cont .am-col-5 {
		width: 100%;
	}

	.sect-blog__post.am-col9 {
		width: 100%;
	}

	.sect-blog__item-cont .am-col7 {
		width: 100%;
	}

	.sect-blog__item-cont .am-col5 .sect-blog__item-img {
		width: 100%;
		margin: 0 0 20px;
	}

	.sect-blog__cont .am-col3 {
		width: 100%;
		margin: 30px 0 0 0;
	}

	.sect-blog__sidebar {
		width: 100%;
		margin: 0;
	}

	.sect-blog__item-cont .am-col5 {
		width: 100%;
	}

	.wp-block-categories li {
		padding: 20px 0;
	}

	.sect-blog__single-cont img {
		width: 100%;
	}

	.suggest-price__cont {
		font-size: 10px;
	}

	.suggest-price__head {
		font-size: 15px;
		padding: 10px 0 0;
	}

	.suggest-price__condition {
		font-size: 15px;
		margin: 0 0 10px;
	}

	.suggest-price__icon>img {
		width: 37px;
	}

	.suggest-price__icon>p {
		font-size: 12px;
	}

	.suggest-price__detail {
		margin: 0 0 0 10px;
	}

	.suggest-price__num {
		font-size: 20px;
		text-align: center;
	}

	.sp-br {
		display: block;
	}


	.suggest-price__num .prc-big {
		font-size: 45px;
	}

	.suggest-price__num .prc-small {
		font-size: 16px;
	}

	.suggest-price__num .prc-box {
		font-size: 10px;
	}

	.suggest-price__subtext {
		font-size: 12px;
	}

	.sect-title {
		margin: 0 0 25px 0;
	}

	.sect-cont {
		margin: 0 0 50px;
		padding-inline: 0;
	}

	.sect-cont.sect-cont--style2 {
		padding: 1px 0;
		margin: 0;
	}

	.subhead-style1 {
		margin: 45px 0;
		font-size: 18px;
	}

	.suggest-notice__text-hlight {
		font-size: 16px;
	}

	.suggest-notice__text-hlight span {
		font-size: 30px;
	}

	.suggest-notice__text {
		font-size: 16px;
	}

	.suggest-notice {
		padding: 15px;
	}

	.corr-trans {
		margin: 0 0 15px;
	}

	.corr-hlight {
		padding: 15px;
	}

	.corr-btn-cont .corr-btn {
		margin: 0 0 20px;
	}

	.corr-gal {
		margin: 0 0 20px;
	}
	
	.hdr__ftr-btn {
		width: 100%;
	}

	.am-sp.hdr__ftr-socmed {
		display: inline-block;
		width: calc(100% - 70px);
		margin: auto 35px 25px;
		text-align: center;
	}

	.hdr__ftr-btn img {
		width: 10%;
		margin: 0 20px 0 0;
	}

	.ftr-info__img {
		height: 100%;
	}

	.gr-title--style1 {
		margin: 100px 0 20px 0;
	}

	.gr-title--style3 {
		margin: 80px auto 30px;
		width: 100%;
	}
	
	.item-4 .suggest-price__content {
		align-items: center;
		justify-content: space-evenly;
	}
	
	#sect-correspondence .am-flex.am-flex--vert-center.corr-trans {
		display: block;
	}

	#sect-correspondence .am-col-auto {
		width: 100%;
		text-align: center;
	}

	#sect-correspondence i.fa-solid.fa-arrow-right.corr-trans__arrow {
		rotate: 90deg;
		margin: 10px auto;
	}
	
	.corr-trans__after {
		margin: 0;
	}
	
	.corr-trans__before {
		margin: 0 0 20px;
	}
}

/*トップページ不動産プラグイン部分調整*/
.fudo_top_r-2.box1,
.fudo_top_r-3.box1 {
	margin: 0 10px;
	border: 1px solid #999;
	position: relative;
	padding-bottom: 90px;
}


.top_madori {
	font-weight: bold;
}

.top_r_footer {
	padding: 0 10px;
	margin-top: auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
	width: 90%; 
}

.top_r_footer span {
	float: none;
	width: 90%;
	max-width: 330px;
	margin: 15px auto;
	padding: 14px;
	font-weight: bold;
	display: block;
	position: relative;
	border-radius: 30px;
	font-size: 16px;
	color: #f0895d;
	border: 1px solid;
	background: transparent;
}

.top_r_footer span a {
	text-decoration: none;
	color: #f0895d;
	display: flex;
	justify-content: center;
}

.fudo-content {
	position: relative;
	width: auto;
	text-align: center;
	margin: 0 auto;
	font-size: 38px;
	z-index: 2;
	padding: 38.5px 0;
	display: inline-block;
}

.fudo-item {
	margin: 0 auto;
}

#boxfudo_top_r-2,
#fudo_top_r-3,
#block-13 {
	width: calc(100% -40px);
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
}

.grid-content.item_count2,
.grid-content.item_count3{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	gap: 20px;
}

.grid-content.item_count2 li,
.grid-content.item_count3 li {
	list-style: none;
	width: 100%;
	max-width: 400px;
	margin-inline: auto;
}

.grid-content.item_count4,
.grid-content.item_count5,
.grid-content.item_count6,
.grid-content.item_count7,
.grid-content.item_count8,
.grid-content.item_count9 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px;
	padding-left: 0;
}

.grid-content.item_count4 li,
.grid-content.item_count5 li,
.grid-content.item_count6 li,
.grid-content.item_count7 li,
.grid-content.item_count8 li,
.grid-content.item_count9 li {
	list-style: none;
	width: 100%;
	max-width: 400px;
	margin-inline: auto;
}

@media screen and (max-width: 768px) {
	.grid-content.item_count4 li,
	.grid-content.item_count5 li,
   .grid-content.item_count6 li,
   .grid-content.item_count7 li,
   .grid-content.item_count8 li,
   .grid-content.item_count9 li {
		list-style: none;
		width: 100%;
		max-width: 400px;
		margin-inline: auto;
	}
}

@media screen and (max-width: 768px) {
	.widget_fudo_b_k {
		max-width: 400px;
	}
}


#fudo_top_r-2 {
	margin-bottom: 100px;
}

#block-13 {
	margin-top: 100px;
}

#fudo_top_r-2_1,
#fudo_top_r-3_1 {
	padding-left: 0;
}

span.top_title,
span.top_madori,
span.top_price,
span.top_shozaichi,
span.top_kotsu {
	display: inline-block;
	width: 90%;
	padding: 0 15px;
	font-size: 1rem;
	margin-top: 5px;
}

/*画像サイズ調整*/
.box1image {
	width: 100%;
	object-fit: cover;
	height: auto;
	aspect-ratio: 4/3;
}

/*条件検索*/
.widget.widget_fudo_b_k h2 {
	background-color: #ED6E38;
	color: #fff;
	text-align: center;
	padding: 15px 10px;
}

.widget.widget_fudo_b_k {
	background-color: #f7f7f7;
	font-size: 16px;
	line-height: 1.6;
}

.widget.widget_fudo_b_k form {
	padding: 15px;
}

select{
padding: 5px;
margin-bottom: 10px;
}


/* 物件一覧ページ */
.content_inner {
	max-width: 1200px;
	width: calc(100%-50px);
}

.content-top {
	margin-top: 100px;
}

.site-content.archive_fudo {
	padding: 25px 25px;
	margin-left: auto;
	margin-right: auto;
}

h1.page-title a {
	color: #d6602d;
	text-decoration: none;
	font-size: 1.7rem;
}

.list-title_style a {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}

.navigation.hentry {
	margin-top: 20px;
	display: flex;
	gap: 28px;
}

@media screen and (max-width: 768px) {
	.navigation.hentry {
		flex-direction: column;
	}
}

.nav-previous a {
	color: #141414;
	text-decoration: none;
}

#list_simplepage {
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 20px;
}

#list_simplepage article {
	border: 1px solid #999999;
	max-width: 500px;
}

.entry-title a {
	color: #141414;
	text-decoration: none;
	font-size: 1.2rem;
}

.new_mark {
	display: none;
	color: #cc0000;
	font-weight: bold;
	font-size: 1rem;
}

.list_box {
	position: relative;
	padding-bottom: 100px;
}

.list_price_others a {
	text-decoration: none;
}

.list_details_button {
	float: none;
	width: 90%;
	max-width: 330px;
	margin: 30px auto;
	padding: 14px;
	font-weight: bold;
	display: block;
	position: relative;
	border-radius: 30px;
	font-size: 16px;
	color: #f0895d;
	border: 1px solid;
	background: transparent;
	text-decoration: none;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.bukken-list_title {
	white-space: nowrap;
}

#sidebar {
	display: none;
}

.pageback a {
	text-decoration: none;
	color: #f0895d;
}

.prc-box__subtext {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

@media screen and (max-width: 768px) {
	h1.page-title a {
		font-size: 24px;
	}
}

.bukken-list {
	width: 100%;
	padding: 0 10px;
	margin-top: 10px;
}

.bukken-list_items {
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 768px) {
	.bukken-list_items {
		flex-direction: column;
	}
}

.bukken-list_item {
	display: flex;
	gap: 10px;
}

.bukken-list_title {
	width: fit-content;
}

.bukken-list_text {
	margin-left: 10px;
}

.bukken-list_item-wide {
	width: 90%;
}

.bukken-list_item-small {
	width: 45%;
}

.box2image {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
}


/* 物件詳細ページ */
#list_simplepage2 {
	padding: 0 20px;
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

@media screen and (max-width: 768px) {
	#list_simplepage2 {
		max-width: 768px;
		padding: 15px 15px;
	}
}

#list_simplepage2 .entry-title {
	margin-top: 20px;
}


#list_simplepage2 .list_detail {
	margin-top: 10px;
}

.list_detail {
	font-size: 1rem;
}

.list_price_flex {
	display: flex;
	margin-top: 10px;
}

.list_price_flex dt {
	font-weight: bold;
}

.inquiry-form__link a {
    color: #000;
}

.ftr-btm__text a {
    color: #000;
    text-decoration: unset;
}

.ftr-btm__sc>a {
    width: 100%;
}

.ftr-btm__sc a {
    border: unset;
    display: inline;
}

.ftr-btm__sc img {
    width: 35px;
}


.box3image {
	width: 10%;
	aspect-ratio: 4/3;
	height: auto;
	object-fit: cover;
}

#single_fudou_img a {
	margin-right: 5px;
}

.initiative__cont {
    max-width: 1347px;
    margin: 0 auto;
    width: 100%;
}

.initiative__image img {
    width: 100%;
    margin: 0 auto;
}

.initiative__image {
    text-align: center;
}

.initiative__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 62px;
    text-align: center;
	color: #333;
	margin: 0 0 20px 0;
}

.initiative__text {
    font-size: 18px;
    line-height: 36px;
    margin: 20px 0 0;
	color: #333;
}


@media screen and (max-width: 768px) {
	.box3image {
		width: 24%;
	}
}

@media screen and (max-width: 550px) {
	.box3image {
		width: 30%;
	}
}

.list__items {
	display: flex;
	flex-direction: column;
	justify-content: left;
}

.edit-link {
	display: none;
}

.list_detail_bottom_info {
	margin-top: 20px;
	font-size: 0.9rem;
}

.bukken-inner {
	width: 100%;
	max-width: 1200px;
	margin-inline: auto;
	padding-left: 20px;
	padding-right: 20px;
}

.mgt-120 {
	margin-top: 120px;
}

@media screen and (max-width: 768px) {
	.bukken-inner {
		max-width: 550px;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.initiative__cont {
		margin: 0 20px;
		width: calc(100% - 40px);
	}
	
	.initiative__image img {
		height: auto;
	}
	
	.csr-fs {
		font-size: 35px;
	}
}

.bukken {
	width: 100%;
	margin-top: 10px;
}

.bukken_items {
	display: flex;
	gap: 20px;
	width: 100%;
	margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
	.bukken_items {
		flex-direction: column;
	}
}

.bukken_item {
	display: flex;
}

.bukken_item-small {
	width: 50%;
}

@media screen and (max-width: 768px) {
	.bukken_item-small {
		width: 100%;
	}
}

.bukken_title {
	width: 150px;
	min-width: 150px;
	font-weight: bold;
	background: orange;
    color: white;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bukken_title-color {
  background: #ed6e38;
}

@media screen and (max-width: 768px) {
	.bukken_title {
		width: 130px;
		min-width: 130px;
	}
	
	.bukken_title-shozaichi {
		width: 80px;
	}
	
	.bukken_title--center {
		text-align: center;
	}
}

@media screen and (max-width: 545px) {
  	.bukken_title {
		width: 110px;
		min-width: 110px;
		font-size: 14px;
	}
}


.bukken_text {
	margin-left: 10px;
	text-align: left;
	max-width: 70%;
}

.bukken_text-weight {
	font-weight: bold;
}

#nendebcopy {
	display: none;
}

.entry-title {
	height: auto;
}

.u-mobile {
	display: none;
}

@media screen and (max-width: 768px) {
	.u-mobile{
		display: block;
	}
}

/* お知らせセクション */

.news-section {
	margin: 0 auto;
	width: 60%;
	margin-bottom: 100px;
}

.news-section h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333;
}

.news-section_ul {
	list-style: none;
	padding: 0;
}

.news-section_li {
	border-top: 1px solid rgb(235, 235, 235);
	padding: 30px 0px;
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	letter-spacing: 1px;
	color: rgb(51, 51, 51);
}

/* .news-section_li a {
	display: flex;
	-webkit-box-align: center;
	place-items: center;
	gap: 6px
} */

.news-section_li:last-child {
	border-bottom: 1px solid rgb(235, 235, 235);
}

.date {
	font-size: 12px;
	color: #999;
}

.title {
	font-size: 16px;
}

.title:hover {
	color: blue;
}

.news_tag {
	display: inline-block;
	font-size: 10px;
	line-height: 16px;
	padding: 2px 4px;
	color: #FFF;
	border: 1px solid #ed6e38;
	background-color: #ed6e38;
	margin-inline: 5px;

}

.news--sec__br{
display: none;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #007bff;
}

@media (max-width: 1116px) {
	.news-section {
		width: 90%;
		margin-bottom: 80px;
	}

	.news-section_li {
		font-size: 11px;
		letter-spacing: 0.5px;
		padding: 20px 0;
	}

	.title {
		display: inline-block;
		font-size: 16px;
		line-height: 20px;
		margin-top: 10px;
	}

	.news_tag {
		font-size: 10px;
		line-height: 16px;
		padding: 2px;
	}

	.news--sec__br {
		display: block;
	}
}