@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;
}

/* info taxonomy */
.tax-category-h1 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}

.tax-postlist-wrap {
    display: flex;
    max-width: 1200px;
    margin: 0 auto 4em;
}
.tax-polist-contents {
    width: 75%;
    padding-left: 15px;
    padding-right: 15px;
}
.tax-postlist-article {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.tax-postlist-article article {
    width: calc(100% / 2 - 1em);
    position: relative;
    border-radius: 0px;
    border: 1px solid #ccc;
    height: 100%;
    background: #ffffff;
    box-shadow: 0px 3px 10px 0px rgb(100, 100, 100, 0.5);
    z-index: 1;
    overflow: hidden;
    margin-bottom: 15px;
}
.tax-postlist-article article a.img-hover {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 65%;
    overflow: hidden;
    margin: 0 auto;
    transition-duration: 0.5s;
    background: #000;
}
.tax-postlist-article article a.img-hover:before {
    content: "";
    display: inline-block;
    line-height: 1;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -2em;
    color: #fff;
    opacity: 0;
}
.tax-postlist-article article a.img-hover img {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    left: 0%;
    height: 100%;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
}
.tax-postlist-article article a.img-hover:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
}
.tax-postlist-card-contents {
    padding: 15px;
}
.tax-postlist-card-contents time {
    color: #999;
    font-weight: 500;
    display: inline-block;
    padding-bottom: 15px;
}
.tax-postlist-card-contents .btn-category {
    display: inline-block;
    transition: all 0.5s;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    border: 1px solid #86083d;
    border-radius: 0px;
    color: #86083d;
    background: #ffffff;
    line-height: 1;
    padding: 5px 10px !important;
    font-size: 0.8em;
}
.info-category-box {
    padding: 10px 0;
}
.tax-postlist-card-contents h3 {
    line-height: 1.4;
}
.tax-postlist-card-contents h3 a {
    font-size: 20px;
    color: #86083d;
    font-weight: 600;
}
.info-category-btn-box {
    text-align: right;
    margin-top: 30px;
}
.info-category-btn-box a {
    display: inline-block;
    transition: all 0.5s;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    background: #86083d;
    border: 1px solid #86083d;
    border-radius: 0px;
    color: #ffffff;
    line-height: 1;
    padding: 10px 20px;
}
@media(max-width: 767px) {
    .tax-postlist-wrap {
         display: block;
    }
    .tax-polist-contents,
    aside {
         width: 100% !important;
    }
}
@media(max-width: 640px) {
    .tax-postlist-article article {
        width: 100%;
    }
}

/* recruit */
.top__recruit-wrap {
	padding-bottom: 5rem;
	margin-top: 8rem;
	margin-bottom: 7rem;
}
@media(max-width: 460px) {
	.top__recruit-wrap {
		margin-bottom: 25px;
	}
}
.top__recruit-wrap h2 {
	text-align: left;
	font-size: 2rem;
	font-weight: 800;
}
.top__recruit-wrap h3 {
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.5;
}
.top__recruit-wrap .ly__flex {
	justify-content: space-between;
	gap: 1rem;
}
.top__recruit-item {
	width: 55%;
}
.top__recruit-img {
	width: 40%;
}
.top__recruit-item p {
	font-size: 1.7rem;
	margin-top: 15px;
}
@media(min-width: 769px) {
	.top__recruit-img {
		min-width: 500px;
		max-height: 200px;
		object-fit: cover;
	}
}
@media(max-width: 768px) {
	.top__recruit-wrap .ly__flex {
			display: block;
			max-width: 500px;
			margin-left: auto;
			margin-right: auto;
	}
	.top__recruit-item {
		width: 100%;
	}
	.top__recruit-img {
		width: 100%;
		margin-top: 5%;
	}
	.top__recruit-item p {
		font-size: 1.4rem;
	}
}

.tableLayout {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
}
.tableLayout th { text-align: left; }
.tableLayout th, .tableLayout td {
    padding: 10px;
    vertical-align: middle;
}
.w-100 { width: 100%; }
.w-30 { width: 30%; }
.w-70 { width: 70%; }
.tableLayout .required {
    display: block;
    background: #9c7e11;
    color: #ffffff;
    float: right;
    width: 3em;
    text-align: center;
    padding-left: 0.2em;
    padding-right: 0.2em;
    border-radius: 0px;
}
.tableLayout input[type="text"],
.tableLayout input[type="email"], 
.tableLayout input[type="tel"], 
.tableLayout input[type="number"], 
.tableLayout input[type="password"], 
.tableLayout select, textarea {
    color: #222222;
    border: solid 1px #ccc;
    border-radius: 0px;
    background: #ffffff;
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.8;
}
.tableLayout input[type="tel"], 
.tableLayout input[type="number"],
.tableLayout select {
    width: auto;
}
.tableLayout input[name="your-postcode"],
.tableLayout span.your-postcode {
    width: 60%;
}
.postcode-span {
    display: inline-block;
    padding-bottom: 15px;
}
.btn-box.center { 
    text-align: center;
    margin-top: 30px;
    margin-bottom: 60px;
}
.btn-box input[type="submit"].btn-main {
    display: inline-block;
    transition: all 0.5s;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    background: #86083d;
    border: 1px solid #86083d;
    border-radius: 0px;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 40px;
    font-weight: 600;
}
input[type="submit"].btn-main:hover {
    background: #ffffff;
    text-decoration: none;
    color: #86083d;
}
@media(max-width: 640px) {
    .tableLayout th, .tableLayout td { 
        width: 100% !important;
        display: block;
    }
    .tableLayout td {
        padding-top: 0;
    } 

}
.tax-postdetail-content ul,
.tax-postdetail-content ol {
    padding-left: 18px;
}
.tax-postdetail-content p {
    padding-bottom: 10px;
}
.tax-postdetail-content h2 {
    position: relative;
    padding: 0.3em 0 0.3em 0.9em;
    border-radius: 0px;
    background: #86083d;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 10px;
}
.tax-postdetail-content h2:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0.4em;
    width: .2em;
    height: 1em;
    background: #ffffff;
    border-radius: 0px;
}