@charset "utf-8";

html, * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
	font-size: 62.5%;
}

body, a {
	color: #231815;
	font-family: "Noto Sans JP", Helvetica, Hiragino Sans, "ヒラギノ角ゴシック Pro W3", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic,  "游ゴシック", "Yu Gothic", メイリオ, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
	transition: .2s;
	font-size: 1.6rem;
	font-weight: 400;
}

a:hover {
	opacity: .7;
}

/* layout */
.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}
.inner {
	width: 92%;
	max-width: 980px;
	margin: 0 auto;
	/*min-width: 360px;*/
}
.ly__flex {
	display: flex;
	width: 100%;
}
.ly__box {
	background: #fff;
	box-shadow: 3px 3px 3px #C9CACA;
	padding: 55px;
	border-radius: 8px;
	margin: 0 auto 8%;
	font-size: 1.5rem;
	position: relative;
}
.ly__table  {
	width: 100%;
}
.ly__table th, .ly__table td {
	padding: 15px;
	border: 1px solid #C9CACA;
}
.ly__table th {
	width: 30%;
	text-align: left;
	vertical-align: middle;
	font-weight: 500;
}
.ly__summary-table tr,
.ly__summary-table th, .ly__summary-table td {
	border: 1.2px solid #EFEFEF;
}
.ly__summary-table th, .ly__summary-table td {
	padding: 10px 12px;
	font-size: 1.3rem;
	vertical-align: top !important;
}
.ly__summary-table tr:nth-child(odd) th {
	background: #EFEFEF;
}
.ly__btn {
	display: block;
	padding: 8px 24px;
	border-radius: 6px;
	transition: .3s;
	letter-spacing: 1px;
}
.ly__btn:hover {
	opacity: .7;
}
/* 投稿関連 */
.ly__post__box {
	padding: 40px 30px 30px;
	font-size: 1.4rem;
}
.ly__post__tags {
	font-size: 1.2rem;
	padding-bottom: 5px;
}
.ly__new__tag {
	background: #E60012;
	color: #fff;
	padding: 1px 8px;
	font-weight: 600;
}
.ly__contact__btn {
	background: #CD75AC;
	color: #fff;
}
.ly__contact__btn img {
	width: 25px !important;
	vertical-align: middle;
	vertical-align: sub;
}
.post__article {
	margin-bottom: 60px;
}
.ly__detail__box {
	border-top: 6px solid #036EB8;
	margin-bottom: 2%;
}
.ly__detail__box .post-subttl,
.ly__detail__box .contact__btn__wrap{
	display: inline-block;
}
.ly__detail__box .post-subttl {
	color: #036EB8;
	font-size: 2.45rem;
	line-height: 1.3;
	margin-right: 12px;
	padding-bottom: 0;
}
.ly__detail__box .post-ttl__wrap {
	padding-bottom: 25px;
}
.ly__detail__box .post-subttl .subttl__span {
	font-size: 1.4rem;
	padding-bottom: 3px;
	line-height: 1.4;
}
.ly__detail__box .ly__post__tags {
	padding-bottom: 10px;
}
.ly__detail__box .ly__post__tags .ly__new__tag {
	padding: 4px 16px;
}
.ly__detail__box .contact__btn__wrap {
	vertical-align: top;
}
.ly__detail__box .contact__btn__wrap .ly__contact__btn {
	padding: 12px 48px;
}
.ly__detail__box {
	line-height: 1.4;
	font-size: 1.3rem;
}
.ly__detail__box h3 {
	font-size: 2rem;
	padding-bottom: 6px;
}
.ly__detail__box iframe {
	height: 320px;
	margin-bottom: 4%;
}
.ly__detail__box .property__info {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 20px;
}
.ly__detail__box .summary__ttl {
	font-size: 1.8rem;
	padding-bottom: 6px;
}
.ly__page__box {
	margin-bottom: 8%;
}
.ly__page__box img.size-full {
	width: 100%;
}
.ly__select {
	margin-bottom: 2%;
}
.ly__empty {
	display: block;
	margin-bottom: 8%;
	min-height: 150px;
}
.ly__closed {
	opacity: .5;
}
.ly__closed__img {
	display: block;
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 80px;
}
.ly__closed__img  img {
	width: 100%;
}
.ly__closed img {
	width: 100%;
}
.listyle {
	list-style: none;
}
.subttl {
	font-weight: 800;
	padding-bottom: 15px;
}
.subttl__span {
	font-size: 1.2rem;
	font-weight: 300;
	color: #595757;
	display: block;
}
.navy-color {
	color: #171C61;
}
.navy-bg {
	background: #171C61;
	color: #fff;
}
.green-color {
	color: #009090;
}
.green-bg {
	background: #009090;
	color: #fff;
}
.cm__btn {
	display: block;
	font-weight: 700;
	font-size: 1.7rem;
	letter-spacing: 1px;
	white-space: nowrap;
    width: 300px;
    text-align: center;
    padding: 7px;
    margin: 0 auto;
}
.cm__btn img {
	vertical-align: middle;
	display: inline-block;
	width: 17px;
	margin-left: 2%;
	padding-bottom: 3px;
}
@media(max-width: 460px) {
	.cm__btn {
		font-size: 1.4rem;
	}
}
.red__btn {
	background: #A40B5D;
    color: #fff;
    font-size: 2.4rem;
    display: block;
    text-align: center;
    font-weight: 800;
    padding: 12px;
}
@media(max-width: 768px) {
	.red__btn {
		font-size: 2rem;
	}
}
.f-yumin {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
}
#breadcrumb {
	margin-bottom: 50px;
}
#breadcrumb ul li a,
#breadcrumb ul li {
	display: inline-block;
	font-size: 1rem;
}
#breadcrumb ul li {
	padding-right: 8px;
}

/* header */
header {
	width: 100%;
	max-width: 1290px;
	margin: 0 auto;
	height: 100px;
	min-width: 360px;
	background: #fff;
	position: relative;
}
.header__wrap {
	height: 100%;
}
.logo__wrap {
	display: block;
	height: 100%;
}
.logo__wrap .logo__inner {
	display: block;
	max-width: 200px;
	width: 90%;
	padding-left: 15px;
}
header .logo__inner {
	line-height: 100px;
}
.logo__wrap .logo__inner img {
	width: 100%;
	vertical-align: middle;
}
footer {
	font-size: 1rem;
}
.copyright {
	text-align: center;
	color: #969696;
	padding-top: 8px;
}
@media (min-width: 1024px) {
	.inner {
		min-width: 980px;
	}
}
@media (max-width: 940px) {
	body, a {
		font-size: 1.2rem;
	}
	header {
		height: 55px;
		position: fixed;
		display: block;
		z-index: 999;
		background: rgba(255,255,255, .8);
	}
	.logo__wrap .logo__inner {
		line-height: 55px;
		min-width: 100px;
	}
	header .logo__inner {
		line-height: 55px;
	}
}
@media (max-width: 768px) {
	.ly__box {
		font-size: 1.2rem;
		padding: 5%;
	}
	.ly__contact__btn img {
		width: 20px !important;
	}
	.ly__closed {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.ly__table th, .ly__table td{
		display:block;
		width:100%;
		padding: 8px;
		border-top:none;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	.ly__table tr:first-child th {
		border-top:1px solid #C9CACA!important;
	}
	.ly__summary-table th {
		background: #EFEFEF;
	}
	.ly__summary-table tr:first-child th {
		border-top: none !important;
	}
	.ly__btn {
	}
}
@media (max-width: 460px) {
	footer {
		padding-top: 4%;
	}
	.ly__detail__box .ly__post__tags {
		padding-bottom: 12px;
	}
	.ly__detail__box .post-subttl {
		font-size: 2.2rem;
		padding: 5px;
	}
	.ly__detail__box .post-subttl .subttl__span {
		font-size: 1.2rem;
	}
	.ly__detail__box .contact__btn__wrap {
		display: block;
		text-align: center;
	}
	.ly__detail__box .contact__btn__wrap .ly__contact__btn {
		padding: 8px 30px;
		font-size: 1.3rem;
	}
	.ly__detail__box h3 {
		font-size: 1.7rem;
		padding-bottom: 10px;
	}
	.ly__detail__box .summary__ttl {
		font-size: 1.5rem;
	}
	.ly__detail__box p {
		font-size: 1.3rem;
	}
	.ly__closed {
		/*
		width: 40px;
		right: 20px !important;
		*/
		width: 100%;
	}
}
/* wp update 20241125 */
.wp-block-columns {
	margin-bottom: 28px;
}
