@charset "UTF-8";


/***********************************
 	トップページ
************************************/
/* mainvisual
---------------------*/
.top-visual-sec {
	position: relative;
}
.top-visual-sec .mainvisual {
	position: relative;
	max-width: 100%;
	height: auto;
	padding-left: 10%;
}
.top-visual-sec .mainvisual img {
	width: 100%;
	aspect-ratio: 4/2.8;
	object-fit: cover;
	border-radius: 1rem;
}
.top-visual-sec .copy-wrap {
	position: absolute;
	bottom: .8rem;
	width: auto;
	z-index: 100;
}
.top-visual-sec .copy {
	font-weight: 700;
	line-height: 2.1;
	font-size: 1.4rem;
}
.top-visual-sec .copy .block {
	background-color: #fff;
	border-radius: 5px;
	padding: 4px 8px;
}
.top-visual-sec .copy .strong {
	color: #05935A;
}
.top-visual-sec .copy-wrap .en {
	position: absolute;
	top: -22px;
	left: -10px;
	color: #05935A;
	font-size: 1.5rem;
	transform: rotate(-10deg);
}
@media (min-width:768px){
	.top-visual-sec .mainvisual {
		padding-left: 15%;
	}
	.top-visual-sec .mainvisual img {
		aspect-ratio: 4/2.4;
		border-radius: 2rem;
	}
	.top-visual-sec .copy-wrap {
		bottom: 1rem;
	}
	.top-visual-sec .copy {
		line-height: 2.1;
		font-size: 2.2rem;
	}
	.top-visual-sec .copy .block {
		border-radius: 5px;
		padding: 4px 8px;
	}
	.top-visual-sec .copy-wrap .en {
		top: -25px;
		left: -20px;
		font-size: 2.2rem;
	}
}
@media (min-width:960px){/*headerのブレイクポイント*/
	.top-visual-sec .mainvisual img {
		border-radius: 3rem;
	}
	.top-visual-sec .copy-wrap {
		bottom: 3.5rem;
	}
	.top-visual-sec .copy {
		line-height: 1.9;
		font-size: 2.8rem;
	}
	.top-visual-sec .copy .block {
		border-radius: 8px;
		padding: 4px 10px;
	}
	.top-visual-sec .copy-wrap .en {
		top: -50px;
		left: -45px;
		font-size: 3rem;
	}
}

/*  intro
------------------------------*/
.top-intro-sec {
	background: url("../img/common/bg_curv_top_beige.png")no-repeat top center #FFF;
	background-size: 100%;
	position: relative;
	margin-top: 2rem;
	padding-bottom: 2rem;
}
.top-intro-sec .ill {
	text-align: center;
}
.top-intro-sec .ill img {
	width: 60%;
	max-width: 220px;
	margin-top: -1rem;
}
.top-intro-sec .note {
	margin-top: .5rem;
}
.top-intro-sec .copy-main {
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
}
.top-intro-sec .copy-sub {
	font-size: 1rem;
	margin-top: .3rem;
}
@media (min-width:768px){
	.top-intro-sec {
		margin-top: 2rem;
		padding-bottom: 2rem;
	}
	.top-intro-sec .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 1.5rem;
	}
	.top-intro-sec .ill {
		width: 35%;
		text-align: left;
	}
	.top-intro-sec .ill img {
		width: 100%;
		max-width: 400px;
		margin-top: -1rem;
	}
	.top-intro-sec .note {
		width: 60%;
		margin-top: 2rem;
	}
	.top-intro-sec .copy-main {
		font-size: 1.2rem;
		text-align: left;
	}
}
@media (min-width:1000px){
	.top-intro-sec {
		margin-top: 3rem;
		padding-bottom: 3rem;
	}
	.top-intro-sec .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 0 0 1rem;
	}
	.top-intro-sec .ill {
		width: 40%;
		text-align: left;
	}
	.top-intro-sec .ill img {
		width: 100%;
		max-width: 400px;
		margin-top: -1rem;
	}
	.top-intro-sec .note {
		width: 53%;
		margin-top: 3rem;
	}
	.top-intro-sec .copy-main {
		font-size: 1.5rem;
	}
}

/*  owner
------------------------------*/
.top-owner-sec {
	background-color: #fff;
}
.top-owner-sec .box {
	background-color: #F8F3EA;
	border-radius: 20px;
	padding: .5rem .5rem 2rem .5rem;
}
.top-owner-sec .question {
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
}
.top-owner-sec .question span {
	background: linear-gradient(transparent 40%, #FFE857 40%);
	padding: 0 .5rem;
}
.top-owner-sec .list {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.top-owner-sec .list-item {
	width:46%;
	margin: 4% 2% 0 2%;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	padding: .7rem 0rem;
}
.top-owner-sec .list-item .icon {
	text-align: center;
}
.top-owner-sec .list-item .icon img {
	width: 45%;
	max-width: 110px;
}
.top-owner-sec .list-item .copy {
	font-weight: 700;
	line-height: 1.4;
	font-size: .85rem;
	text-align: center;
	margin-top: .3rem;
	padding: 0 .5rem;
}
@media (min-width:768px){
	.top-owner-sec .box {
		border-radius: 30px;
		padding: .5rem .2rem 2rem .2rem;
	}
	.top-owner-sec .question {
		font-size: 1.4rem;
	}
	.top-owner-sec .list-item {
		width: 29%;
		margin: 3% 1.5% 0 1.5%;
		border-radius: 20px;
		padding: .7rem 0rem;
	}
	.top-owner-sec .list-item .icon img {
		width: 35%;
	}
	.top-owner-sec .list-item .copy {
		font-size: 1rem;
		margin-top: .3rem;
	}
}
@media (min-width:1200px){
	.top-owner-sec .box {
		border-radius: 40px;
		padding: .5rem .2rem 2rem .2rem;
	}
	.top-owner-sec .question {
		font-size: 1.5rem;
	}
	.top-owner-sec .list-item {
		width: 30%;
		margin: 2.4% 1.2% 0 1.2%;
		border-radius: 20px;
		box-shadow: 0 0 8px rgba(0,0,0,0.1);
		padding: 1rem .3rem;
	}
	.top-owner-sec .list-item .icon img {
		width: 35%;
	}
	.top-owner-sec .list-item .copy {
		font-size: 1.15rem;
	}
}

/*  burari
------------------------------*/
.top-burari-sec {
	background: url("../img/top/burari_bg.webp")no-repeat center bottom #fff;
	background-size: 200%;
	padding: 2rem 0 4rem 0;
}
.top-burari-sec .list {
	list-style-type: none;
}
.top-burari-sec .list-item {
	margin-bottom: 1rem;
	border: 2px solid #F0EADE;
	background-color: #F8F3EA;
	border-radius: 10px;
}
.top-burari-sec .list-link {
	display: block;
	position: relative;
	padding: 1rem 30px 1rem 45px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.4;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.top-burari-sec .list-link:hover {
	opacity: .7;
}
.top-burari-sec .list-link:before {
	position: absolute;
	left: 10px;
	top: 12px;
	display: block;
	content:"";
	width: 30px;
	height: 30px;
	background: url("../img/burari/icon_map.svg") no-repeat 0 0;
	background-size: cover;
}
.top-burari-sec .list-link:after {
	position: absolute;
	right: 10px;
	top: 20px;
	display: block;
	content:"";
	width: 15px;
	height: 15px;
	background: url("../img/common/arrow_right_green.svg") no-repeat 0 0;
	background-size: cover;
}
@media (min-width:768px){
	.top-burari-sec {
		background-size: 100%;
		padding: 2rem 0 4rem 0;
	}
	.top-burari-sec .list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
	}
	.top-burari-sec .list-item {
		width: 31.5%;
		margin-right: 2.75%;
		margin-bottom: 0;
	}
	.top-burari-sec .list-item:nth-child(3n) {
		margin-right: 0;
	}
	.top-burari-sec .list-link {
		padding: 1rem 30px 1rem 45px;
		font-size: 1.2rem;
	}
	.top-burari-sec .list-link:before {
		left: 10px;
		top: 12px;
		width: 30px;
		height: 30px;
	}
	.top-burari-sec .list-link:after {
		right: 10px;
		top: 20px;
		width: 15px;
		height: 15px;
	}
}
@media (min-width:1110px){
	.top-burari-sec {
		background-size: 100%;
		padding: 3rem 0 6.5rem 0;
	}
	.top-burari-sec .list-link {
		padding: 1rem 30px 1rem 45px;
		font-size: 1.3rem;
	}
	.top-burari-sec .list-link:before {
		left: 10px;
		top: 19px;
		width: 30px;
		height: 30px;
	}
	.top-burari-sec .list-link:after {
		right: 10px;
		top: 26px;
		width: 19px;
		height: 19px;
	}
}
	
/*  property
------------------------------*/
.top-property-sec {
	background-color: #059359;
	padding: 1rem 0 3rem 0;
}
.top-property-sec .box {
	background-color: #fff;
	border-radius: 20px;
	padding: 1rem 1rem;
	margin-top: 3rem;
}
.top-property-sec .box .ttl {
	width: 12rem;
	margin: -2rem auto 2rem auto;
	border-radius: 15px;
	padding: .3rem;
	color: #05935A;
	font-weight: 900;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	position: relative;
}
.top-property-sec .box .ttl:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -15px;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
}
.top-property-sec .box .ttl.active {
	background-color: #FFE857;
}
.top-property-sec .box .ttl.active:after {
	border-top: 15px solid #FFE857;
}
.top-property-sec .box .ttl.sold {
	background-color: #FCF3E2;
}
.top-property-sec .box .ttl.sold:after {
	border-top: 15px solid #FCF3E2;
}
@media (min-width:768px){
	.top-property-sec {
		padding: 1rem 0 4rem 0;
	}
	.top-property-sec .box {
		border-radius: 30px;
		padding: 2rem 2rem;
		margin-top: 4rem;
	}
	.top-property-sec .box .ttl {
		width: 15rem;
		margin: -3.5rem auto 2rem auto;
		border-radius: 15px;
		padding: .3rem;
		font-size: 1.8rem;
	}
}
@media (min-width:1200px){
	.top-property-sec {
		padding: 2rem 0 5rem 0;
	}
	.top-property-sec .box {
		border-radius: 40px;
		padding: 2rem 4rem;
		margin-top: 5rem;
	}
}

/*  news
------------------------------*/
.top-news-sec {
	padding: 1rem 0 0 0;
}
.top-news-sec .head .m-btn {
	display: none;
}
.top-news-sec .note .list {
	list-style-type: none;
}
.top-news-sec .note .list-item {
	border-bottom: 1px solid #D5D3CF;
	padding: 1rem 0;
}
.top-news-sec .note .list-link {
	display: grid;
	grid-template-columns: 5.5rem 1fr;
	column-gap: .5rem;
	position: relative;
	padding: 0 20px 0 0;
}
.top-news-sec .note .list-link:after {
	position: absolute;
	right: 0;
	top: 4px;
	display: block;
	content:"";
	width: 15px;
	height: 15px;
	background: url("../img/common/arrow_right_green.svg") no-repeat 0 0;
	background-size: cover;
}
.top-news-sec .note .list-link .date {
	color: #8E8E8E;
	font-size: .95rem;
	line-height: 1.4;
}
.top-news-sec .note .list-link .title {
	font-size: .95rem;
	line-height: 1.4;
	font-weight: 700;
}
.top-news-sec .note .list-link:hover .title {
	color: #05935A;
}
@media (min-width:768px){
	.top-news-sec {
		padding: 2rem 0 0 0;
	}
	.top-news-sec .wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-news-sec .head {
		width: 30%;
	}
	.top-news-sec .head .m-btn {
		display: block;
		max-width: 12.5rem;
	}
	.top-news-sec .note {
		width: 68%;
		margin-top: 2rem;
	}
	.top-news-sec .note .m-btn {
		display: none;
	}
}
@media (min-width:1110px){
	.top-news-sec {
		padding: 2.5rem 0 0 0;
	}
	.top-news-sec .note .list-item {
		padding: 1.2rem 0;
	}
	.top-news-sec .note .list-link {
		display: grid;
		grid-template-columns: 5.5rem 1fr;
		column-gap: 1rem;
		padding: 0 3rem 0 2rem;
	}
	.top-news-sec .note .list-link:after {
		right: 1rem;
		top: 4px;
		width: 18px;
		height: 18px;
	}
}

/***********************************
 	共通：物件一覧リスト
	・トップページ
	・物件一覧ページ
************************************/
.c-property-list {
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 1.5rem;
}
.page-property-arc .c-property-list {/*一覧ページの場合*/
	gap: 1rem;
}
.c-property-list-item {
	background-color: #fff;
	border-radius: 0.5rem;
}
.page-property-arc .c-property-list-item {/*一覧ページの場合*/
	background-color: #FDFAF5;
	padding: .5rem .5rem 1rem .5rem;
	border-radius: 0.5rem;
}
.c-property-list-link {
	display: block;
}
.c-property-list-link:hover {
	opacity: .8;
}
.c-property-list-link img.thumb {
	width: 100%;
	aspect-ratio: 4/2.8;
	object-fit: cover;
	border-radius: 0.5rem;
}
.c-property-list-link .name,
.c-property-list-link .spec,
.c-property-list-link .add,
.c-property-list-link .access {
	border-bottom: 1px dashed #D6D5CA;
	padding-bottom: .3rem;
	margin-top: .3rem;
	line-height: 1.3;
}
.c-property-list-link .name {
	font-weight: 900;
    font-size: 1rem;
	margin-top: .5rem;
}
.c-property-list-link .spec .price {
	color: #05935A;
}
.c-property-list-link .spec .price .main {
	font-weight: 700;
	font-size: 1rem;
}
.c-property-list-link .spec .price .sub,
.c-property-list-link .spec .scale,
.c-property-list-link .add,
.c-property-list-link .access {
	font-size: .9rem;
}
.c-property-list-link .add,
.c-property-list-link .access {
	position: relative;
	padding-left: 1.6rem;
}
.c-property-list-link .add:before,
.c-property-list-link .access:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content:"";
	width: 22px;
	height: 22px;
}
.c-property-list-link .add:before {
	background: url("../img/property/icon_map.svg") no-repeat 0 0;
	background-size: cover;
}
.c-property-list-link .access:before {
	background: url("../img/property/icon_access.svg") no-repeat 0 0;
	background-size: cover;
}
.c-property-list-link .more {
	font-weight: 700;
	color: #05935A;
	text-align: right;
	font-size: 1rem;
	text-decoration: underline;
}
@media (min-width:768px){
	.c-property-list {
		grid-template-columns: repeat(3,1fr);
		gap: 1.5rem;
	}
	.page-property-arc .c-property-list {/*一覧ページの場合*/
		gap: 1.5rem;
	}
	.c-property-list-item {
		border-radius: 0.8rem;
	}
	.c-property-list-item:nth-child(4) {
		display: none;
	}
	.page-property-arc .c-property-list-item {/*一覧ページの場合*/
		padding: 1rem 1rem 2rem 1rem;
		border-radius: 0.8rem;
	}
	.page-property-arc .c-property-list-item:nth-child(4) {/*一覧ページの場合*/
		display: block;
	}
	.c-property-list-link img.thumb {
		border-radius: 0.8rem;
	}
	.c-property-list-link .name,
	.c-property-list-link .spec,
	.c-property-list-link .add,
	.c-property-list-link .access {
		padding-bottom: .5rem;
		margin-top: .5rem;
		line-height: 1.3;
	}
	.c-property-list-link .name {
		font-size: 1.2rem;
		margin-top: .5rem;
	}
	.c-property-list-link .spec .price .main {
		font-size: 1.1rem;
	}
	.c-property-list-link .spec .price .sub {
		margin-left: 1rem;
	}
	.c-property-list-link .spec .price .sub,
	.c-property-list-link .spec .scale,
	.c-property-list-link .add,
	.c-property-list-link .access {
		font-size: .9rem;
	}
}
@media (min-width:1200px){
	.c-property-list {
		gap: 2.5rem;
	}
	.page-property-arc .c-property-list {/*一覧ページの場合*/
		gap: 1.5rem;
	}
	.c-property-list-item {
		border-radius: 1rem;
	}
	.page-property-arc .c-property-list-item {/*一覧ページの場合*/
		padding: 1.2rem 1.2rem 2rem 1.2rem;
		border-radius: 1rem;
	}
	.c-property-list-link img.thumb {
		border-radius: 1rem;
	}
	.c-property-list-link .spec {
		padding-left: 1rem;
		padding-right: .5rem;
	}
	.c-property-list-link .add,
	.c-property-list-link .access {
		position: relative;
		padding-left: 2.5rem;
		padding-right: .5rem;
	}
	.c-property-list-link .add:before,
	.c-property-list-link .access:before {
		left: .6rem;
		top: 0;
		width: 30px;
		height: 30px;
	}
}

/***********************************
 	物件一覧
************************************/
/* tab
---------------------*/
.page-property-arc .tab-sec {
	border-bottom: 6px solid #059359;
}
.page-property-arc .tab-sec .list {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 8%;
}
.page-property-arc .tab-sec .list-item {
	width: 48%;
}
.page-property-arc .tab-sec .list-link {
	display: block;
	background-color: #fff;
	border: 1px solid #059359;
	border-radius: 5px 5px 0 0;
	color: #059359;
	text-align: center;
	font-weight: 900;
	line-height: 1.3;
	font-size: 1.2rem;
	padding: .7rem 0;
}
.page-property-arc .tab-sec .list-link.active,
.page-property-arc .tab-sec .list-link:hover {
	background-color: #059359;
	color: #fff;
}
@media (min-width:768px){
	.page-property-arc .tab-sec .list {
		padding: 0 15%;
	}
	.page-property-arc .tab-sec .list-item {
		width: 48.5%;
	}
	.page-property-arc .tab-sec .list-link {
		border-radius: 10px 10px 0 0;
		font-size: 1.5rem;
		padding: .8rem 0;
	}
}
@media (min-width:900px){
	.page-property-arc .tab-sec .list {
		width: 700px;
		margin: 0 auto;
		padding: 0;
	}
	.page-property-arc .tab-sec .list-link {
		border-radius: 10px 10px 0 0;
		font-size: 1.6rem;
		padding: .9rem 0;
	}
}

/* arc
---------------------*/
.page-property-arc .arc-sec {
	padding: 2rem 0 3rem 0;
	background-color: #fff;
}
@media (min-width:768px){
	.page-property-arc .arc-sec {
		padding: 3rem 0 4rem 0;
	}
}
@media (min-width:1200px){
	.page-property-arc .arc-sec {
		padding: 4rem 0 5rem 0;
	}
}

/***********************************
 	物件詳細
************************************/
/* box
---------------------*/
.page-property-det .box {
	background-color: #fff;
	border-radius: 20px;
	padding: 1rem 1rem 2rem 1rem;
	margin-top: 1rem;
}
@media (min-width:768px){
	.page-property-det .box {
		border-radius: 30px;
		padding: 2rem 1rem 3rem 1rem;
	}
}
@media (min-width:1200px){
	.page-property-det .box {
		border-radius: 40px;
		padding: 3rem 1rem 5rem 1rem;
	}
}

/* inner
---------------------*/
@media (min-width:768px){
	.page-property-det .box .inner {
		padding: 0 5%;
	}
}
@media (min-width:1200px){
	.page-property-det .box .inner {
		padding: 0 7%;
	}
}

/* head
---------------------*/
.page-property-det .head .tag-list {
	list-style-type: none;
}
.page-property-det .head .tag-list-item {
    display: inline-block;
    background-color: #FFE857;
	border-radius: 5rem;
    font-size: .8rem;
    line-height: 1.4;
	text-align: center;
    padding: 2px 8px;
    margin: 0 3px 3px 0;
	min-width: 40px;
}
.page-property-det .head .ttl {
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1.3;
	margin-top: .5rem;
}
.page-property-det .head .point {
	background-color: #FFFBDE;
	border-radius: 10px;
	padding: .5rem;
	display: grid;
	grid-template-columns: 4rem 1fr;
	column-gap: .5rem;
	margin-top: .5rem
}
.page-property-det .head .point .copy {
	line-height: 1.5;
	font-weight: 700;
	font-size: 1rem;
}
@media (min-width:768px){
	.page-property-det .head .ttl {
		font-size: 1.6rem;
		margin-top: .8rem
	}
	.page-property-det .head .point {
		margin-top: .8rem
	}
}
@media (min-width:1200px){
	.page-property-det .head .tag-list-item {
		padding: 4px 10px;
		margin: 0 5px 5px 0;
		min-width: 70px;
	}
	.page-property-det .head .ttl {
		font-size: 2rem;
		margin-top: .8rem
	}
	.page-property-det .head .point {
		border-radius: 10px;
		padding: .7rem;
		margin-top: .8rem
	}
	.page-property-det .head .point .copy {
		font-size: 1.1rem;
	}
}


/* gallery
---------------------*/
.page-property-det .gallery { 
	max-width: 100%;
	margin: 1rem auto 0 auto;
}
/* ===== Main ===== */
.page-property-det .mainSwiper {
	position: relative;
	overflow: hidden;
}
.page-property-det .mainSwiper .swiper-slide {
	display:flex;
	align-items: center;
	justify-content: center;
	height: min(100vw, 300px);
	background: #FCFAF4;
}
.page-property-det .mainSwiper .swiper-slide a {
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
.page-property-det .mainSwiper .swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	width: auto; height: auto; /* 比率維持 */
	object-fit: contain;/* 縦は縦のまま（左右余白OK） */
	display: block;
}

/* Nav */
.page-property-det .mainSwiper .nav {
	position: absolute;
	top:50%; transform:translateY(-50%);
	width: 44px;
	height: 44px;
	border-radius: 999px;
	border: 0;
	background: rgba(0,0,0,.45);
	cursor: pointer;
	z-index:2;
}
.page-property-det .mainSwiper .nav.prev { left:10px; }
.page-property-det .mainSwiper .nav.next { right:10px; }
.page-property-det .mainSwiper .nav::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	border-top: 2px solid #fff;
	border-right:2px solid #fff;
	transform: rotate(45deg);
}
.page-property-det .mainSwiper .nav.prev::before { 
	transform: rotate(-135deg);
}
/* ===== Thumbs ===== */
.page-property-det .thumb-list {
	margin-top: 1rem;
	display: flex;
	gap: .5rem 2.5%;
	flex-wrap: wrap;
	justify-content: center;
}
.page-property-det .thumb{
	width: 16%;
	aspect-ratio:1/1;
	border: 0;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	background: #eee;
	opacity: .6;
	transition: .2s;
}
.page-property-det .thumb.active{
	opacity: 1;
	outline: 2px solid #05935A;
}
.page-property-det .thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
@media (min-width:768px){
	.page-property-det .mainSwiper .swiper-slide {
		height: min(100vw, 300px);
	}
	.page-property-det .thumb-list {
		margin-top: 1rem;
		gap: .5rem 1.5%;
		justify-content: center;
	}
	.page-property-det .thumb{
		width: 65px;
	}
}
@media (min-width:1200px){
	.page-property-det .gallery { 
		margin: 1.5rem auto 0 auto;
	}
	.page-property-det .mainSwiper .swiper-slide {
		height: min(38vw, 500px);
	}
	.page-property-det .mainSwiper .nav {
		width: 60px;
		height: 60px;
	}
	.page-property-det .mainSwiper .nav.prev { left:10px; }
	.page-property-det .mainSwiper .nav.next { right:10px; }
	.page-property-det .mainSwiper .nav::before {
		width: 12px;
		height: 12px;
	}
}


/* ===== 拡大時 PhotoSwipe ===== */
/* PhotoSwipe：タッチ端末でも左右矢印を表示 */
.pswp--touch .pswp__button--arrow--prev,
.pswp--touch .pswp__button--arrow--next{
  visibility: visible !important;
  display: flex !important;   /* display:none 対策 */
  opacity: 1 !important;
}
.pswp__button--arrow--prev,
.pswp__button--arrow--next{
  width: 56px;
  height: 56px;
}


/* 1枚のときナビ隠す */
/*
.gallery.is-single .nav {
	display: none;
}*/




/* table（イントロの表）
---------------------*/
.page-property-det .m-table-base .price {
	color: #05935A;
	font-weight: 700;
	font-size: 1.3rem;
}


/* お問い合わせbox（共通）
---------------------*/
.page-property-det .c-pro-contact {
	background-color: #FFFBDE;
	border-radius: 10px;
	padding: 1rem .5rem;
}
.page-property-det .c-pro-contact .copy {
	color: #05935A;
	font-weight: 900;
	line-height: 1.4;
	font-size: 1.2rem;
	text-align: center;
}
.page-property-det .c-pro-contact .copy span {
	background: linear-gradient(transparent 50%, #FFE857 50%);
}
.page-property-det .c-pro-contact .btn-list {
	margin-top: 1rem;
	list-style-type: none;
}
.page-property-det .c-pro-contact .btn-list-item {
	margin-top: .8rem;
}
.page-property-det .c-pro-contact a.btn-list-link.m-btn.tel {
	background-color: #fff;
	border: 1px solid #05935A;
	color: #05935A;
	font-weight: 900;
	letter-spacing: 1px;
	font-size: 1.6rem;
	padding: 7px 3px;
}
.page-property-det .c-pro-contact a.btn-list-link.m-btn.tel:after {
	display: none;
}
.page-property-det .c-pro-contact a.btn-list-link.m-btn.tel span {
	position: relative;
	padding-left: 22px;
}
.page-property-det .c-pro-contact a.btn-list-link.m-btn.tel span:before {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
	display: block;
	content:"";
	width: 18px;
	height: 18px;
	background: url("../img/common/icon_tel_green.svg") no-repeat 0 0;
	background-size: cover;
}
@media (min-width:768px){
	.page-property-det .c-pro-contact {
		padding: 1.8rem .5rem 2rem .5rem;
	}
	.page-property-det .c-pro-contact .copy {
		font-size: 1.4rem;
		letter-spacing: 1px;
	}
	.page-property-det .c-pro-contact .btn-list {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		width: 32rem;
		margin: 1rem auto 0 auto;
	}
	.page-property-det .c-pro-contact .btn-list-item {
		width: 48%;
		margin-top: 0;
	}
	.page-property-det .c-pro-contact a.btn-list-link.m-btn.tel {
		font-size: 1.6rem;
		padding: 9px 3px;
	}
	.page-property-det .c-pro-contact a.btn-list-link.m-btn.tel:after {
		display: none;
	}
}
@media (min-width:1200px){
}

/* 見出し
---------------------*/
.page-property-det .ttl-M {
	color: #05935A;
	font-weight: 900;
	line-height: 1.4;
	font-size: 1.1rem;
	margin-top: 2rem;
	margin-bottom: .5rem;
	position: relative;
	padding-left: 25px;
}
.page-property-det .ttl-M:before {
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 0;
	display: block;
	content:"";
	width: 25px;
	height: 25px;
}
.page-property-det .ttl-M.equipment:before {
	background: url("../img/property/ttl_icon_equipment.svg") no-repeat 0 0;
	background-size: cover;
}
.page-property-det .ttl-M.map:before {
	background: url("../img/property/ttl_icon_map.svg") no-repeat 0 0;
	background-size: cover;
}
.page-property-det .ttl-M.info:before {
	background: url("../img/property/ttl_icon_info.svg") no-repeat 0 0;
	background-size: cover;
}
.page-property-det .ttl-M.contract:before {
	background: url("../img/property/ttl_icon_contract.svg") no-repeat 0 0;
	background-size: cover;
}
@media (min-width:768px){
	.page-property-det .ttl-M {
		font-size: 1.3rem;
		letter-spacing: 1px;
		margin-top: 3rem;
		margin-bottom: .5rem;
	}
	.page-property-det .ttl-M:before {
		top: 2px;
	}
}
@media (min-width:1200px){
	.page-property-det .ttl-M {
		font-size: 1.5rem;
		margin-top: 4rem;
		margin-bottom: .7rem;
		padding-left: 35px;
	}
	.page-property-det .ttl-M:before {
		top: 2px;
		width: 35px;
		height: 35px;
	}
}

/* 設備アイコン
---------------------*/
.page-property-det .equ-list {
	list-style-type: none;
}
.page-property-det .equ-list-item {
	display: inline;
}
.page-property-det .equ-list-item img {
	width: 6.5rem;
}

/* map
---------------------*/
.page-property-det .map-box {
	height: 260px;
}
.page-property-det .map-box iframe {
	width: 100%;
	height: 260px;
}
@media (min-width:768px){
	.page-property-det .map-box {
		height: 350px;
	}
	.page-property-det .map-box iframe {
		height: 350px;
	}
}
@media (min-width:1200px){
	.page-property-det .map-box {
		height: 480px;
	}
	.page-property-det .map-box iframe {
		height: 480px;
	}
}


/***********************************
 	お知らせ一覧
************************************/
/* arc
---------------------*/
.page-news-arc .list {
	list-style-type: none;
}
.page-news-arc .list-item {
	background-color: #fff;
	border-radius: 20px;
	padding: 1.5rem 1.5rem;
	margin-bottom: 2rem;
}
.page-news-arc .list-link {
	display: block;
}
.page-news-arc .list-link:hover {
	opacity: .8;
}
.page-news-arc .list-link .note .date {
	color: #8E8E8E;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 1px;
}
.page-news-arc .list-link .note .title {
	color: #05935A;
	font-weight: 900;
	line-height: 1.5;
	font-size: 1.2rem;
	text-decoration: underline;
	margin-top: .3rem;
}
.page-news-arc .list-link .note .copy {
	font-size: .9rem;
	line-height: 1.5;
	margin-top: .6rem;
}
.page-news-arc .list-link .photo {
	margin-top: 1rem;
	padding: 0 5rem;
}
.page-news-arc .list-link .photo img {
	border: 1px solid #D5D3CF;
	width: 100%;
	aspect-ratio: 4/2.8;
	object-fit: cover;
}
@media (min-width:768px){
	.page-news-arc .list-item {
		border-radius: 30px;
		padding: 2rem 3rem;
	}
	.page-news-arc .wrap {
		display: grid;
		grid-template-columns: 26rem 1fr;
		column-gap: 2rem;
	}
	.page-news-arc .list-link .note {
		margin-top: 1rem;
	}
	.page-news-arc .list-link .note .title {
		font-size: 1.4rem;
	}
	.page-news-arc .list-link .photo {
		margin-top: 0;
		padding: 0 0;
	}
}
@media (min-width:1000px){
	.page-news-arc .list-item {
		border-radius: 40px;
		padding: 2.5rem 3rem;
		margin-bottom: 2.5rem;
	}
	.page-news-arc .wrap {
		grid-template-columns: 29rem 1fr;
		column-gap: 2rem;
	}
	.page-news-arc .list-link .note .title {
		font-size: 1.4rem;
		margin-top: .3rem;
	}
	.page-news-arc .list-link .note .copy {
		letter-spacing: 1px;
		margin-top: .8rem;
	}
}


/***********************************
 	お知らせ詳細
************************************/
.page-news-det .det-sec {
	margin-top: 2rem;
}
.page-news-det .title {
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1.3;
}
.page-news-det .date {
	color: #8E8E8E;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 1px;
	margin-top: .3rem;
}
.page-news-det .box {
	background-color: #fff;
	border-radius: 20px;
	padding: 1.5rem 1.5rem;
	margin-top: 1rem;
}
@media (min-width:768px){
	.page-news-det .det-sec {
		margin-top: 2rem;
	}
	.page-news-det .title {
		font-size: 1.6rem;
	}
	.page-news-det .box {
		border-radius: 30px;
		padding: 3rem 3rem;
		margin-top: 1rem;
	}
}
@media (min-width:1000px){
	.page-news-det .det-sec {
		margin-top: 2rem;
	}
	.page-news-det .title {
		font-size: 2rem;
	}
	.page-news-det .box {
		border-radius: 40px;
		padding: 3rem 4rem;
		margin-top: 2rem;
	}
}


/***********************************
 	ぶらり街歩き一覧
************************************/
/* arc
---------------------*/
.page-burari-arc .list {
	list-style-type: none;
	margin-top: -1.5rem;
}
.page-burari-arc .list-item {
	background-color: #fff;
	border-radius: 20px;
	padding: 1.5rem 1.5rem;
	margin-bottom: 2rem;
}
.page-burari-arc .list-link {
	display: block;
}
.page-burari-arc .list-link:hover {
	opacity: .8;
}
.page-burari-arc .list-link .photo {
	padding: 0 3rem;
}
.page-burari-arc .list-link .photo img {
	border: 1px solid #D5D3CF;
	width: 100%;
	aspect-ratio: 4/2.8;
	object-fit: cover;
}
.page-burari-arc .list-link .note {
	margin-top: 1rem;
}
.page-burari-arc .list-link .note .title {
	color: #05935A;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 1.4rem;
	text-decoration: underline;
	margin-top: .3rem;
	padding-left: 32px;
	position: relative;
}
.page-burari-arc .list-link .note .title:before {
	position: absolute;
	left: 0;
	top: 2px;
	display: block;
	content:"";
	width: 30px;
	height: 30px;
	background: url("../img/burari/icon_map.svg") no-repeat 0 0;
	background-size: cover;
}
.page-burari-arc .list-link .note .copy {
	font-size: .9rem;
	line-height: 1.5;
	margin-top: .6rem;
}
.page-burari-arc .list-link .note .more {
	color: #05935A;
	text-align: right;
	text-decoration: underline;
	position: relative;
	padding-right: 15px;
}
.page-burari-arc .list-link .note .more:after {
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	content:"";
	width: 10px;
	height: 10px;
	background: url("../img/common/arrow_right_green.svg") no-repeat 0 0;
	background-size: cover;
}
@media (min-width:768px){
	.page-burari-arc .list {
		margin-top: -2rem;
	}
	.page-burari-arc .list-item {
		border-radius: 30px;
		padding: 2rem 3rem;
	}
	.page-burari-arc .wrap {
		display: grid;
		grid-template-columns: 1fr 26rem;
		column-gap: 2rem;
	}
	.page-burari-arc .list-link .photo {
		margin-top: 0;
		padding: 0 0;
	}
	.page-burari-arc .list-link .note {
		margin-top: 0;
	}
	.page-burari-arc .list-link .note .title {
		font-size: 1.5rem;
	}
}
@media (min-width:1000px){
	.page-burari-arc .list {
		margin-top: -3rem;
	}
	.page-burari-arc .list-item {
		border-radius: 40px;
		padding: 2.5rem 3rem;
		margin-bottom: 2.5rem;
	}
	.page-burari-arc .wrap {
		grid-template-columns: 1fr 29rem;
		column-gap: 2rem;
	}
	.page-burari-arc .list-link .note .title {
		font-size: 1.5rem;
	}
	.page-burari-arc .list-link .note .title:before {
		top: 7px;
	}
	.page-burari-arc .list-link .note .copy {
		letter-spacing: 1px;
		margin-top: .8rem;
		line-height: 2;
	}
	.page-burari-arc .list-link .note .more:after {
		top: 14px;
	}
}


/***********************************
 	ぶらり街歩き詳細
************************************/
/* ttl + detail
---------------------*/
.page-burari-det .ttl-sec {
	background: url("../img/burari/bg_ill_town.webp")no-repeat center top;
	background-size: 200%;
	padding: 2rem 0 1rem 0;
}
.page-burari-det .ttl-sec .title {
	text-align: center;
	font-weight: 900;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: 1.6rem;
}
.page-burari-det .ttl-sec .title span {
	position: relative;
	padding-left: 32px;
}
.page-burari-det .ttl-sec .title span:before {
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	content:"";
	width: 30px;
	height: 30px;
	background: url("../img/burari/icon_map.svg") no-repeat 0 0;
	background-size: cover;
}
.page-burari-det .det-sec .box {
	background-color: #fff;
	border-radius: 20px;
	padding: 1.5rem 1.5rem;
	margin-top: 1rem;
}
@media (min-width:768px){
	.page-burari-det .ttl-sec {
		background-size: 100%;
		padding: 2.5rem 0 2rem 0;
	}
	.page-burari-det .ttl-sec .title {
		font-size: 2rem;
	}
	.page-burari-det .ttl-sec .title span {
		padding-left: 52px;
	}
	.page-burari-det .ttl-sec .title span:before {
		left: 0;
		top: -2px;
		width: 50px;
		height: 50px;
	}
	.page-burari-det .det-sec .box {
		border-radius: 30px;
		padding: 3rem 3rem;
		margin-top: 1rem;
	}
}
@media (min-width:1000px){
	.page-burari-det .ttl-sec {
		padding: 4rem 0 8rem 0;
	}
	.page-burari-det .ttl-sec .title {
		font-size: 2.6rem;
	}
	.page-burari-det .ttl-sec .title span {
		padding-left: 55px;
	}
	.page-burari-det .ttl-sec .title span:before {
		left: 0;
		top: 12px;
		width: 50px;
		height: 50px;
	}
	.page-burari-det .det-sec .box {
		border-radius: 40px;
		padding: 3rem 3rem;
		margin-top: -4.5rem;
	}
}

/* 街のすまいのご案内
---------------------*/
.page-burari-det .prop-sec {
	background-color: #fff;
	border-top: 6px dotted #FFE857;
	border-bottom: 6px dotted #FFE857;
	padding: 2rem 0;
	margin-top: 3rem;
}
.page-burari-det .prop-sec .ttl {
	width: 100%;
	max-width: 17rem;
	background-color: #05935A;
	border-radius: 10px;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
	font-size: 1.4rem;
	padding: .2rem 0;
	position: relative;
	margin: -3.5rem auto 2rem auto;
}
.page-burari-det .prop-sec .ttl span {
	color: #FFE857;
}
.page-burari-det .prop-sec .ttl:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 12px solid #05935A;
}
.page-burari-det .prop-sec .list {
	list-style-type: none;
}
.page-burari-det .prop-sec .list-item {
	background-color: #FDFAF5;
	border-radius: 20px;
	padding: 1rem;
	margin-bottom: 2rem;
}
.page-burari-det .prop-sec .list-item:last-child {
	margin-bottom: 0;
}
.page-burari-det .prop-sec .list-link {
	display: grid;
	grid-template-columns: 9rem 1fr;
	column-gap: 1rem;
}
.page-burari-det .prop-sec .list-link:hover {
	opacity: .8;
}
.page-burari-det .prop-sec .list-link img.thumb {
	width: 100%;
	aspect-ratio: 4/2.8;
	object-fit: cover;
	border-radius: 0.5rem;
}
.page-burari-det .prop-sec .list-link .name,
.page-burari-det .prop-sec .list-link .add,
.page-burari-det .prop-sec .list-link .access {
	border-bottom: 1px dashed #D6D5CA;
	padding-bottom: .3rem;
	margin-top: .3rem;
	line-height: 1.3;
}
.page-burari-det .prop-sec .list-link .name {
	font-weight: 900;
    font-size: 1rem;
	margin-top: .3rem;
}
.page-burari-det .prop-sec .list-link .add,
.page-burari-det .prop-sec .list-link .access {
	font-size: .9rem;
}
.page-burari-det .prop-sec .list-link .add,
.page-burari-det .prop-sec .list-link .access {
	position: relative;
	padding-left: 1.6rem;
}
.page-burari-det .prop-sec .list-link .add:before,
.page-burari-det .prop-sec .list-link .access:before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	content:"";
	width: 22px;
	height: 22px;
}
.page-burari-det .prop-sec .list-link .add:before {
	background: url("../img/property/icon_map.svg") no-repeat 0 0;
	background-size: cover;
}
.page-burari-det .prop-sec .list-link .access:before {
	background: url("../img/property/icon_access.svg") no-repeat 0 0;
	background-size: cover;
}
.page-burari-det .prop-sec .list-link .more {
	font-weight: 700;
	color: #05935A;
	text-align: right;
	font-size: 1rem;
	text-decoration: underline;
	position: relative;
	padding-right: 15px;
}
.page-burari-det .prop-sec .list-link .more:after {
	position: absolute;
	right: 0;
	top: 11px;
	display: block;
	content:"";
	width: 10px;
	height: 10px;
	background: url("../img/common/arrow_right_green.svg") no-repeat 0 0;
	background-size: cover;
}
@media (min-width:768px){
	.page-burari-det .prop-sec {
		padding: 2rem 0 3rem 0;
		margin-top: 4rem;
		border-top: 8px dotted #FFE857;
		border-bottom: 8px dotted #FFE857;
	}
	.page-burari-det .prop-sec .ttl {
		max-width: 20rem;
		border-radius: 15px;
		font-size: 1.6rem;
		padding: .2rem 0;
		margin: -4rem auto 2rem auto;
	}
	.page-burari-det .prop-sec .list-item {
		border-radius: 30px;
		padding: 2rem 3rem;
		margin-bottom: 2rem;
	}
	.page-burari-det .prop-sec .list-link {
		grid-template-columns: 1fr 1fr;
		column-gap: 2rem;
	}
	.page-burari-det .prop-sec .list-link img.thumb {
		border-radius: 0.8rem;
	}
	.page-burari-det .prop-sec .list-link .name,
	.page-burari-det .prop-sec .list-link .add,
	.page-burari-det .prop-sec .list-link .access {
		padding-bottom: .7rem;
		margin-top: .7rem;
		line-height: 1.5;
	}
	.page-burari-det .prop-sec .list-link .name {
		font-size: 1.3rem;
		margin-top: .5rem;
	}
	.page-burari-det .prop-sec .list-link .add,
	.page-burari-det .prop-sec .list-link .access {
		font-size: 1rem;
	}
}
@media (min-width:1000px){
	.page-burari-det .prop-sec {
		padding: 2rem 0 3rem 0;
		margin-top: 4rem;
	}
	.page-burari-det .prop-sec .ttl {
		max-width: 22rem;
		border-radius: 20px;
		font-size: 1.8rem;
	}
	.page-burari-det .prop-sec .ttl:after {
		bottom: -18px;
		margin-left: -14px;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
		border-top: 18px solid #05935A;
	}
	.page-burari-det .prop-sec .list-item {
		border-radius: 40px;
		padding: 3rem 3rem;
		margin-bottom: 3rem;
	}
	.page-burari-det .prop-sec .list-link img.thumb {
		border-radius: 1rem;
	}
	.page-burari-det .prop-sec .list-link .name,
	.page-burari-det .prop-sec .list-link .add,
	.page-burari-det .prop-sec .list-link .access {
		padding-bottom: .8rem;
		margin-top: .8rem;
		line-height: 1.7;
	}
	.page-burari-det .prop-sec .list-link .name {
		font-size: 1.4rem;
		margin-top: 1rem;
		line-height: 1.3;
		padding-left: .7rem;
		padding-right: .7rem;
	}
	.page-burari-det .prop-sec .list-link .add,
	.page-burari-det .prop-sec .list-link .access {
		padding-left: 2.4rem;
		padding-right: .7rem;
	}
	.page-burari-det .prop-sec .list-link .add:before,
	.page-burari-det .prop-sec .list-link .access:before {
		left: .6rem;
		top: 2px;
		width: 30px;
		height: 30px;
	}
	.page-burari-det .prop-sec .list-link .more:after {
		top: 14px;
	}
}

/***********************************
 	オーナー様へ
************************************/
/* 共通
---------------------*/
.page-owner .fukidashi {
	width: 100%;
	border-radius: 10px;
	font-weight: 900;
	text-align: center;
	line-height: 1.4;
	font-size: 1.3rem;
	padding: .5rem .2rem;
	position: relative;
}
.page-owner .fukidashi:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.page-owner .intro-sec .fukidashi {
	margin: -3.5rem auto 2rem auto;
	max-width: 20rem;
	background-color: #FFE857;
	color: #05935A;
}
.page-owner .intro-sec .fukidashi:after {
	border-top: 12px solid #FFE857;
}
.page-owner .omakase-sec .fukidashi {
	margin: -2rem auto 1.5rem auto;
	background-color: #05935A;
	color: #fff;
}
.page-owner .omakase-sec .fukidashi:after {
	border-top: 12px solid #05935A;
}
.page-owner .omakase-sec .fukidashi .strong {
	color: #FFE857;
}
@media (min-width:768px){
	.page-owner .fukidashi {
		border-radius: 15px;
		font-size: 1.5rem;
		padding: .5rem .2rem;
	}
	.page-owner .intro-sec .fukidashi {
		margin: -3.5rem auto 2rem auto;
		max-width: 26rem;
	}
	.page-owner .omakase-sec .fukidashi {
		margin: -3.5rem auto 2rem auto;
		max-width: 40rem;
	}
}
@media (min-width:1110px){
	.page-owner .fukidashi {
		font-size: 1.7rem;
		padding: .5rem .2rem;
	}
	.page-owner .intro-sec .fukidashi {
		margin: -5rem auto 2.5rem auto;
		max-width: 30rem;
	}
	.page-owner .omakase-sec .fukidashi {
		margin: -4.5rem auto 2.5rem auto;
		max-width: 42rem;
	}
	.page-owner .fukidashi:after {
		bottom: -18px;
		margin-left: -14px;
		border-left: 14px solid transparent;
		border-right: 14px solid transparent;
	}
	.page-owner .intro-sec .fukidashi:after {
		border-top: 18px solid #FFE857;
	}
	.page-owner .omakase-sec .fukidashi:after {
		border-top: 18px solid #05935A;
	}
}


/* intro
---------------------*/
.page-owner .intro-sec {
	background-color: #fff;
	padding: 2rem 0;
	margin-top: 3.5rem;
	position: relative;
}
.page-owner .intro-sec:after {
	display: block;
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -40px;
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-top: 30px solid #fff;
}
.page-owner .intro-sec .photo {
	text-align: center;
}
.page-owner .intro-sec .photo img {
	width: 80%;
	max-width: 300px;
}
.page-owner .intro-sec .note {
	margin-top: 1rem;
}
.page-owner .intro-sec .list {
	list-style-type: none;
}
.page-owner .intro-sec .list-item {
	background-color: #05935A;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.15);
	padding: .7rem .7rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	font-size: 1.1rem;
	margin-bottom: 1rem;
}
.page-owner .intro-sec .list-item .strong {
	color: #FFE857;
}
@media (min-width:768px){
	.page-owner .intro-sec {
		padding: 2rem 0;
		margin-top: 4.5rem;
	}
	.page-owner .intro-sec:after {
		bottom: -40px;
		margin-left: -60px;
		border-left: 60px solid transparent;
		border-right: 60px solid transparent;
		border-top: 40px solid #fff;
	}
	.page-owner .intro-sec .wrap {
		display: grid;
		grid-template-columns: 20rem 1fr;
		column-gap: 1rem;
		place-items: center;
	}
	.page-owner .intro-sec .photo {
		text-align: left;
	}
	.page-owner .intro-sec .photo img {
		width: 100%;
		max-width: 500px;
	}
	.page-owner .intro-sec .note {
		margin-top: 0;
	}
	.page-owner .intro-sec .list-item {
		border-radius: 10px;
		padding: .7rem .7rem;
		line-height: 1.3;
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
}
@media (min-width:1110px){
	.page-owner .intro-sec {
		padding: 3rem 0 2.5rem 0;
		margin-top: 5rem;
	}
	.page-owner .intro-sec:after {
		bottom: -80px;
		margin-left: -100px;
		border-left: 100px solid transparent;
		border-right: 100px solid transparent;
		border-top: 80px solid #fff;
	}
	.page-owner .intro-sec .wrap {
		grid-template-columns: 26rem 1fr;
		column-gap: .6rem;
	}
	.page-owner .intro-sec .list-item {
		border-radius: 15px;
		padding: 1rem 1.2rem;
		line-height: 1.3;
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
}

/* お任せください
---------------------*/
.page-owner .omakase-sec {
	padding: 3rem 0 0 0;
}
.page-owner .omakase-sec .ttl-L {
	text-align: center;
	font-weight: 900;
	color: #05935A;
	font-size: 1.5rem;
	line-height: 1.4;
}
.page-owner .omakase-sec .ttl-L span {
	position: relative;
}
.page-owner .omakase-sec .ttl-L span:before,
.page-owner .omakase-sec .ttl-L span:after {
	position: absolute;
	bottom: 0;
	display: block;
	content:"";
	width: 25px;
	height: 25px;
	background: url("../img/owner/fukidashi_line.svg") no-repeat 0 0;
	background-size: cover;
}
.page-owner .omakase-sec .ttl-L span:before {
	left: -25px;
}
.page-owner .omakase-sec .ttl-L span:after {
	transform: rotate(90deg);
	right: -25px;
}
.page-owner .omakase-sec .list {
	list-style-type: none;
}
.page-owner .omakase-sec .list-item {
	background-color: #fff;
	border-radius: 20px;
	padding: 1rem 1rem;
	margin-top: 3rem;
}
.page-owner .omakase-sec .list-item .photo {
	text-align: center;
}
.page-owner .omakase-sec .list-item .photo img {
	width: 80%;
	max-width: 260px;
}
.page-owner .omakase-sec .list-item .note {
	margin-top: 1rem;
}
.page-owner .omakase-sec .list-item .copy-main {
	font-weight: 900;
	letter-spacing: 1px;
	line-height: 1.5;
	font-size: 1.1rem;
}
.page-owner .omakase-sec .list-item .copy-sub {
	margin-top: .5rem;
}
@media (min-width:768px){
	.page-owner .omakase-sec {
		padding: 4rem 0 0 0;
	}
	.page-owner .omakase-sec .ttl-L {
		font-size: 2.2rem;
	}
	.page-owner .omakase-sec .ttl-L span:before,
	.page-owner .omakase-sec .ttl-L span:after {
		width: 40px;
		height: 40px;
	}
	.page-owner .omakase-sec .ttl-L span:before {
		left: -45px;
	}
	.page-owner .omakase-sec .ttl-L span:after {
		right: -45px;
	}
	.page-owner .omakase-sec .list-item {
		border-radius: 30px;
		padding: 2rem 2rem;
		margin-top: 4rem;
	}
	.page-owner .omakase-sec .list-item .wrap {
		display: grid;
		grid-template-columns: 18rem 1fr;
		gap: 1.5rem;
	}
	.page-owner .omakase-sec .list-item .photo {
		text-align: left;
	}
	.page-owner .omakase-sec .list-item .photo img {
		width: 100%;
		max-width: 420px;
	}
	.page-owner .omakase-sec .list-item .note {
		margin-top: 0;
	}
	.page-owner .omakase-sec .list-item .copy-main {
		font-size: 1.3rem;
	}
}
@media (min-width:1110px){
	.page-owner .omakase-sec {
		padding: 6.5rem 0 0 0;
	}
	.page-owner .omakase-sec .ttl-L {
		font-size: 2.8rem;
	}
	.page-owner .omakase-sec .ttl-L span:before,
	.page-owner .omakase-sec .ttl-L span:after {
		width: 55px;
		height: 55px;
	}
	.page-owner .omakase-sec .ttl-L span:before {
		left: -70px;
	}
	.page-owner .omakase-sec .ttl-L span:after {
		right: -70px;
	}
	.page-owner .omakase-sec .list-item {
		border-radius: 40px;
		padding: 3rem 3rem;
		margin-top: 5rem;
	}
	.page-owner .omakase-sec .list-item .wrap {
		grid-template-columns: 22rem 1fr;
		gap: 2rem;
	}

	.page-owner .omakase-sec .list-item .copy-main {
		font-size: 1.55rem;
	}
	.page-owner .omakase-sec .list-item .copy-sub {
		font-size: 1.05rem;
		line-height: 2;
		margin-top: .8rem;
	}
}

/***********************************
 	会社概要
************************************/

/* アクセス
---------------------*/
.page-company .ttl-M {
	color: #05935A;
	font-weight: 900;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: .5rem;
}
.page-company .map-box {
	height: 260px;
}
.page-company .map-box iframe {
	width: 100%;
	height: 260px;
}
@media (min-width:768px){
	.page-company .ttl-M {
		font-size: 1.8rem;
		margin-bottom: .5rem;
	}
	.page-company .map-box {
		height: 350px;
	}
	.page-company .map-box iframe {
		height: 350px;
	}
}
@media (min-width:1200px){
	.page-company .map-box {
		height: 400px;
	}
	.page-company .map-box iframe {
		height: 400px;
	}
}



/***********************************
 	プライバシーポリシー
************************************/
.page-privacy .ttl-M {
    font-weight: 700;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-top: 2rem;
	margin-bottom: .5rem;
}
.page-privacy .ttl-M:first-child {
	margin-top: 0;
}
.page-privacy .note {
	line-height: 1.7;
}
.page-privacy .note .list {
	list-style-type: disc;
	margin-left: 1.5rem;
	line-height: 1.7;
}
@media (min-width:768px){
	.page-privacy .ttl-M {
		font-size: 1.4rem;
	}
}
@media (min-width:1000px){
	.page-privacy .ttl-M {
		font-size: 1.4rem;
		margin-bottom: 1rem;
		margin-top: 3.5rem;
	}
}


/***********************************
 	お問い合わせ
************************************/
.page-contact {
}
.form-sec th,
.form-sec td {
	display: block;
	width: 100%;
	line-height: 1.5;
	font-size: 1rem;
}
.form-sec th {
	padding: 1rem .5rem .5rem .5rem;
}
.form-sec td {
	border-bottom: 1px dashed #D6D5CA;
	padding: 0 .5rem 1rem .5rem;
}
.form-sec .icon {
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	font-size: .6em;
	padding: 1px 6px;
	text-align: center;
	line-height: 1.5;
	font-weight: 500;
	margin-left: 5px;
}
.form-sec .icon.required {
	background-color: #f00;
}
.form-sec .caution {
	font-size: .7rem;
}
@media (min-width:768px){
	.page-contact .copy.thanks {
		text-align: center;
	}
	.form-sec th,
	.form-sec td {
		display: table-cell;
		vertical-align: top;
		border-bottom: 1px dashed #D6D5CA;
	}
	.form-sec th {
		width: 35%;
		padding: 1rem 0 1rem 1rem;
	}
	.form-sec td {
		padding: 1rem 1rem 1rem 0;
	}
}
@media (min-width:1150px){
	.form-sec th,
	.form-sec td {
		
	}
	.form-sec th {
		width: 35%;
		padding: 1.5rem 0 1.5rem 3rem;
	}
	.form-sec td {
		padding: 1.5rem 0 1.5em 0;
	}
}


/*  フォームパーツ
-----------------------------------------------*/
/* 初期表示 placeholder */
.contact-box input::-webkit-input-placeholder,
.contact-box textarea::-webkit-input-placeholder {
    color: #D1D1CF;
	font-size: 1rem;
    font-weight: normal;
}
.contact-box input:-ms-input-placeholder,
.contact-box textarea:-ms-input-placeholder {
    color: #D1D1CF;
	font-size: 1rem;
    font-weight: normal;
}
.contact-box input::-moz-placeholder,
.contact-box textarea::-moz-placeholder {
    color: #D1D1CF;
	font-size: 1rem;
    font-weight: normal;
}
/* base */
.contact-box input[type=text],
.contact-box input[type=tel],
.contact-box input[type=email],
.contact-box select,
.contact-box textarea {
	border: 1px solid #DEDDDD;
	background-color: #FFFDF2;
	border-radius: 5px;
	font-size: 1rem;
	padding: 10px 10px;
	width: 100%;
	color: #000;
}
.contact-box .zip input[type=text] {
	width: 150px;
	margin-left: 5px;
}
.contact-box textarea {
	height: 12rem;
	color: #000;
}
@media (min-width:1110px){
	.contact-box input[type=text],
	.contact-box input[type=tel],
	.contact-box input[type=email],
	.contact-box select,
	.contact-box textarea {
		padding: 15px 10px;
	}
	.contact-box .zip input[type=text] {
		width: 180px;
		margin-left: 5px;
	}
}
/* ラジオボタン・チェックボックス汎用 */
.contact-box input[type=checkbox],
.contact-box input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* ラジオボタン */
.contact-box .radio-list-wrap {
	font-size: 1rem;
}
.contact-box .radio-list-wrap label{
	position: relative;
}
.contact-box .radio-list-wrap label span {
	position: relative;
	display: inline-block;
	padding: 5px 30px 5px 25px;
}
.contact-box .radio-list-wrap label input[type="radio"] {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.contact-box .radio-list-wrap label input[type="radio"] + span::before {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
	border-radius: 22px;
	z-index: 0;
	top: 7px;
	left: 0;
	background-color: transparent;
	width: 20px;
	height: 20px;
	border: 2px #d2d2d2 solid;
}
.contact-box .radio-list-wrap input[type="radio"]:checked + span::before {
	border: 10px #05935A solid;
}
@media (min-width:1110px){
	.contact-box .radio-list-wrap .wpcf7-list-item {
		display: block;
		margin: 0;
	}
	.contact-box .radio-list-wrap label input[type="radio"] + span::before {
		top: 10px;
	}
}

/* ボタン */
.contact-box input[type=submit],
a.contact-top-btn {
	position: relative;
	display: block;
	width: 100%;
	max-width: 14rem;
	padding: 15px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: .9rem;
	line-height: 1.4;
	letter-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	background-color: #059359;
	color: #fff;
	border: none;
	cursor: pointer;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.contact-box input[type=submit]:hover,
a.contact-top-btn:hover {
	opacity: .7;
}
@media (min-width:768px){
	.contact-box input[type=submit],
	a.contact-top-btn {
		padding: 18px 3px;
		font-size: .9rem;
	}
}

.contact-box input[type=submit].return-btn {	
	position: relative;
	display: block;
	width: 100%;
	max-width: 14rem;
	padding: 15px 3px;
	border-radius: 50px;
	text-align: center;
	text-decoration: none;
	font-weight: 700;
	font-size: .9rem;
	line-height: 1.4;
	letter-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #e4e7ec;
	color: #626262;
	border: none;
	cursor: pointer;
	transition: 0.25s ease-in-out;
	-moz-transition: 0.25s ease-in-out;
	-webkit-transition: 0.25s ease-in-out;
	-o-transition: 0.25s eease-in-out;
}
.contact-box input[type=submit].return-btn:hover {
	opacity: .7;
}
@media (min-width:768px){
	.contact-box input[type=submit].return-btn {
		padding: 18px 3px;
		font-size: .9rem;
	}
}




/***********************************
 	管理画面エディタで入力するコンテンツ
************************************/
/*  管理画面からエディタで入力するコンテンツ
　　wordpressのネイティブCSSが適用されるようにする

.admin-edit
-----------------------------------------------*/
/* ワードプレス固有のCSSクラスの復元 */
.admin-edit .aligncenter { display: block; margin: 0 auto;}

.admin-edit .alignright { float: right; margin: 0 0 10px 20px;}

.admin-edit .alignleft { float: left; margin: 0 20px 10px 0;}

.admin-edit .wp-caption {
	text-align: left;
	max-width: 100%;
}

.admin-edit .wp-caption img { margin: 0; padding: 0; border: 0 none;}

.admin-edit .wp-caption p.wp-caption-text,
.admin-edit .wp-caption-text.gallery-caption{ font-size: .7rem; line-height: 1.5; margin-top: .5rem; padding: 0;text-align: left;}

/* reset.cssでリセットしたタグの再定義 */

.admin-edit strong { font-weight: bold; }

.admin-edit em { font-style: italic; }

.admin-edit h1 {
	font-size: 1.6em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px solid #000;
	padding-bottom: .3em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h2 {
	font-size: 1.4em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	background-color: #f5f5f5;
	padding: .5em .5em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h3 {
	font-size: 1.25em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	border-bottom: 1px dashed #000;
	padding-bottom: .5em;
	margin: 1em 0 .5em 0; 
}
.admin-edit h4 {
	font-size: 1.1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 1em 0 .5em 0; 
}
.admin-edit h5 {
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 600;
	margin: 1em 0 .5em 0; 
}
.admin-edit h6 {
	font-size: 1em;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 500;
	margin: 1em 0 .5em 0; 
}
.admin-edit {
	font-size: .9rem;
	line-height: 2;
}

.admin-edit ul,
.admin-edit ol { padding-left: 20px;}

.admin-edit blockquote { display: block; -webkit-margin-before: 1em; -webkit-margin-after: 1em; -webkit-margin-start: 40px; -webkit-margin-end: 40px;}

.admin-edit img,
.admin-edit .gallery-item img {
	height: auto;
	width: auto;
	max-width: 100% !important;
	border: 1px solid #D5D3CF !important;
}

.admin-edit table {
	margin: 1em 0;
}
.admin-edit table,
.admin-edit tr,
.admin-edit th,
.admin-edit td {
	border-width: thin;
}
.admin-edit th,
.admin-edit td {
	padding: 5px 5px;
	border: 1px solid #e7e7e7;
	font-size: 1em;
}
.admin-edit th {
	background-color: #f5f5f5;
	font-weight: bold;
}
.admin-edit a {
	text-decoration: underline;
}
.admin-edit:after {/*画像など回り込みの解除 clearfix*/
	content: "";
	clear: both; 
	display: block;
}


@media (min-width:768px){
	.admin-edit { font-size: .95rem; }
	.admin-edit th,
	.admin-edit td {
		padding: 10px 10px;
	}
}

