@charset "UTF-8";
/* SP→PC */

.flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

h4 {
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 60px;
	padding: 0 10px;
	text-align: center;
}

img {
	width: 100%;
}

.opa a:hover {
	opacity: 0.7;
}



@media screen and (min-width: 320px) {
	.bunjouPage .tempPageTitle.index {
		background-image: url(../images/bunjou/pct-mv-sp.jpg);
	}

	.bunjouPage h3.title {
		margin-bottom: 23px;
		padding-left: 15px;
		font-size: 16px;
		font-weight: 600;
		line-height: 1.4;
		border-left: 5px solid #4c5870;
	}

/*indexBunjou*/
	.indexBunjou {
		padding: 0 ;
		font-size: 14px;
		line-height: 1.4;
	}

	/*indexBunjouBox*/
	.indexBunjouBox {
		margin-bottom: 15%;
	}

	.indexBunjouBox .pct {
		margin-bottom: 10%;
	}

	.indexBunjouBox ul {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		list-style: none;
		justify-content: space-between;
}

	.indexBunjouBox ul li {
		width: 100%;
		margin-bottom: 7%;
	}

	.indexBunjouBox ul li .thumb {
		width: 100%;
	}

	.indexBunjouBox ul li .thumb img {
		object-fit: cover;
		width: 100%;
	}

	.indexBunjouBox ul li .txtArea {
		width: 100%;
		margin-top: 5%;
	}

	.indexBunjouBox ul li .txtArea .txtAreaTitle {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	.indexBunjouBox ul li .txtArea .txtAreaTitle .mark {
		width: 55px;
		height: 30px;
		line-height: 25px;
		text-align: center;
		margin-right: 5%;
		padding: 0;
		box-sizing: border-box;
		color: #fff;
		background-color: #4c5870;
		font-size: 14px;
	}
	.indexBunjouBox ul li .txtArea .txtAreaTitle h5 {
		font-size: 18px;
	}

	.indexBunjouBox ul li .txtArea a .txtAreaTitle h5::after {
		content: url(/_assets/images/common/icon-link-blue.svg);
		transform: scale(1.3);
		transform: translate(0px, 1px);
		padding-left: 1rem;
		display: inline-block;
	}

	.indexBunjouBox ul li .txtArea dl {
		margin-top: 3%;
		display: flex;
		flex-wrap: wrap;
		font-size: 14px;
		align-items: flex-start;
	}

	.indexBunjouBox ul li .txtArea dt {
		width: 55px;
		height: 30px;
		line-height: 25px;
		margin-right: 5%;
		margin-bottom: 2%;
		text-align: center;
		padding: 0;
}
	.bgGray {
		background: #ededed;
	}

	.last {
		color: #c1391e;
		font-weight: 600;
		font-family: "Shippori Mincho", serif;
	}

	.indexBunjouBox {
		padding: 0 20px;
	}

	.indexBunjouBox ul li .txtArea dd {
		width: 75%;
		margin-bottom: 2%;
	}

	.indexBunjouBox ul li .txtArea dd.marginB {
		margin-bottom: 3%;
	}

	.indexBunjouBox .txt {
		font-size: 14px;
	}

	/*indexBunjouCv*/
	.indexBunjouCv{
		background: #f6f6f6;
		margin: 50px 0;
		padding: 50px 20px;
		text-align: center;
	}
	.indexBunjouCv_btn a{
			max-width: 400px;
		width: 90%;
		margin: 30px auto 0;
		padding: 10px;
		display: block;
		color: #fff;
		text-align: center;
		background: #4c5870;
		line-height: 1.6;
	}
	.indexBunjouCv_btn a::after {
		content: "";
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-top: -2px;
		margin-left: 3%;
		background-image: url("../images/common/icon-link-white.svg");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
}

	/*indexBunjouApp*/
	.indexBunjouApp{
		margin: 50px 0;
		padding: 0 20px;
	}

	.indexBunjouApp .linkbtn a{
		max-width: 400px;
	/*		width: 90%;*/
		margin: 30px auto;
		padding: 15px;
		display: block;
		background: #4c5870;
		color: #fff;
		text-align: center;
		font-size: 14px;
	}

	.indexBunjouApp .linkbtn a::after{
		content: "";
		display: inline-block;
		width: 14px;
		height: 12px;
		margin-top: -4px;
		margin-left: 3%;
		background-image: url("../images/common/arrow05.svg");
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
	}
	
	/*map*/
	.index_mapArea {
		margin: 0 0 50px 0;
		text-align: right;
	}
	.index_mapArea img{
		width: 15px;
	}
	#map{
		width: 100%;
		height: 35vh;
		margin: 0 0 10px 0;
		background: gray;
	}
	.map_underline{
		text-decoration: underline!important;
	}
	
	/*仲介手数料不要アイコン*/
	.txtArea{
	position: relative;
	}
	.txtArea .icon{
		width:50px;
		position: absolute;
		top: 0;
		right: 0;
	}

	
	
}

@media screen and (min-width: 768px) {
	.bunjouPage .tempPageTitle.index {
		background-image: url(../images/bunjou/pct-mv.jpg);
	}

	.indexBunjouBox {
		margin-bottom: 5%;
	}

	.indexBunjouBox .pct {
		margin-bottom: 5%;
	}
	.indexBunjouBox ul{
		justify-content: space-between;
	flex-direction: row;
	}
	.indexBunjouBox ul li {
		width: 48%;
	margin-bottom: 7%;
	}

	.indexBunjouBox ul li .thumb {
		/*		width: 30%;*/
		/*		margin-right: 2rem;*/
	}

	.indexBunjouBox ul li .thumb img {
		height: auto;
	}

	.indexBunjouBox ul li .txtArea {
		margin-top: 3%;
		padding: 0;
		font-size: 16px;
	}

	.indexBunjouBox ul li .txtArea .txtAreaTitle .mark {
		margin-right: 3%;
	}

	.indexBunjouBox ul li .txtArea dt {
		margin-right: 3%;
	}

	.indexBunjouBox ul li .txtArea dd {
		width: 80%;
	}

}

@media screen and (min-width: 1160px) {
	h4 {
		margin-bottom: 80px;
		font-size: 19px;
		font-weight: 600;
		line-height: 34px;
		text-align: center;
	}

	.bunjouPage h3.title {
		margin-bottom: 40px;
	margin-left: 26px;
		padding-left: 30px;
		border-left: 10px solid #4c5870;
		font-size: 24px;
		font-weight: 600;
	}

	.indexBunjou {
/*		max-width: 1500px;*/
		margin: 5% auto 5%;
	}

	.indexBunjouInner {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.indexBunjouBox {
		max-width: 1240px;
		margin: 0 auto;
	}

	.indexBunjouBox .pct {
		margin-bottom: 7%;
	}

	.indexBunjouBox ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.indexBunjouBox ul li {
		width: 29%;
		margin: 1% 24px;
	}




	.indexBunjouBox ul li .thumb {
		width: 100%;
		margin-right: 3%;
		margin-top: 0;
	}

	.indexBunjouBox ul li .thumb img {
/*		width: 209px;*/
		/*min-height: 175px;*/
	}

	.indexBunjouBox ul li .txtArea {
		margin-top: 30px;
		padding: 0;
	}

	.indexBunjouBox ul li .txtArea .txtAreaTitle {
		align-items: center;
	}

	.indexBunjouBox ul li .txtArea .txtAreaTitle .mark {
		margin-right: 4%;
		padding: 0;
		position: relative;
		display: inline-block;
		text-align: center;
	}
/*
	.indexBunjouBox ul li .txtArea .txtAreaTitle .mark::before {
		position: absolute;
		top: 0px;
		left: 0;
		z-index: -1;
		width: calc(100% + 0px);
		height: calc(100% + 0px);
		background-color: #4c5870;
		content: "";
	}
*/

	.indexBunjouBox ul li .txtArea .txtAreaTitle h5 {
		font-size: 18px;
		line-height: 0;
	}

	.indexBunjouBox ul li .txtArea .txtAreaTitle h5::after {
		transform: translate(0px, 0px);
	}

	.bgGray {
		padding: 0.5% 2% 1% 2%;
	}

	.indexBunjouBox .txt {
		font-size: 16px;
	}

	.indexBunjouBox ul li .txtArea dt {
		line-height: 30px;
		margin-right: 4%;
		padding: 0;
		text-align: center;
	}
	.indexBunjouBox ul li .txtArea dd {
		max-width: 79%;
	line-height: 25px;
	}

	/*.indexBunjouCv*/
	.indexBunjouCv{
		margin: 80px 0 100px;
		padding: 80px 20px;
	}
	.indexBunjouCv p{
		font-size: 16px;
		line-height: 1.6;
	}
	.indexBunjouCv_btn a{
		font-size: 16px;
	}

	/*indexBunjouApp*/
	.indexBunjouApp{
		max-width: 1240px;
		margin: 0 auto 100px;
		display: flex;
		justify-content: space-between;
	}
	.indexBunjouApp .textarea{
		width: 50%;
	}
	.indexBunjouApp .textarea p{
		font-size: 16px;
		margin-bottom: 50px;
		margin-left: 26px;
	}
	.indexBunjouApp .imagearea{
		width: 45%;
	}
	.indexBunjouApp .linkbtn a{
		font-size: 16px;
	}

	/*map*/
	.index_mapArea {
		width: 1150px;
		margin: auto auto 40px;
		text-align: right;
	}
	#map{
		width: 1150px;
		height: 48vh;
		margin: auto auto 10px;
	}
	

}

/* movie設定 */
/* PC→SP */

.movieWrap {
	max-width: 1160px;
	margin: 0 auto 50px;
	padding: 0 20px;
	display: flex;
	gap: 40px;
}
/*
.movieBox {
	max-width: 700px;
	margin: 3% auto 8%;
}
*/

.movieBox {
	width: 60%;
	margin: 50px auto 0px;
}
.youtube {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
	margin: 10px auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* movie設定 */
@media all and (max-width: 768px) {

	.movieWrap {
		flex-direction: column;
		gap: 10px;
	}
	/*
	.movieBox {
			margin: 15% auto;
		}
	*/

	.movieBox {
		width: 100%;
		margin: 0 auto 0px;
	}
	.youtube {
		position: relative;
		width: 100%;
		padding: 56.2% 0 0 0;
		margin: 10px auto;
	}
	.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}


/*バナーの日付設定*/

.tempBanner2 {
	width: 960px;
	margin: auto auto 7rem;
}

.tempBanner2__inner {
	position: relative;
	display: block;
	width: 960px;
	height: 250px;
	background-image: url("/_assets/images/bunjou/banner01_pc.jpg");
	background-size: 960px 250px;
	background-position: center;
	background-repeat: no-repeat;
	text-decoration: none;
}

/* 日付 */
.banner_date {
	position: absolute;
	bottom: 4.3%;
	right: 23%;
	color: #4c5870;
	font-weight: bold;
	font-size: clamp(16px, 2vw, 22px);
	text-align: right;
	letter-spacing: -1px;
}

/* 日付の大きい数字 */
.banner_date_big {
	font-size: clamp(22px, 3.4vw, 36px);
	line-height: 1;
	letter-spacing: 5px;
}

@media screen and (max-width: 960px) {
  .tempBanner2 {
	max-width: 548px;
	width: 100%;
	margin: 5rem auto 5rem;
  }

  .tempBanner2__inner {
	width: 548px;
	max-width: 100%;
	aspect-ratio: 548 / 250;
	background-image: url("/_assets/images/bunjou/banner01_sp.jpg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
  }
  .banner_date {
	font-size: clamp(16px, 1.4vw, 22px);
	bottom: 7%;
	right: 25%;
	letter-spacing: -1px;
}
.banner_date_big {
	font-size: clamp(22px, 2vw, 40px);
	letter-spacing: 1px;
}
.banner_date_spacer{
	margin-left: -8px;
}
}
@media screen and (max-width: 548px) {
.tempBanner2 {
	width: 90%;
}

.tempBanner2__inner {
	width: 100%;
	aspect-ratio: 137 / 57;
	height: auto;
}

  
.banner_date {
	font-size: 3cqw;
	position: absolute;
	right: 25%;
	bottom: 3.5%;
	letter-spacing: -1px;
}
.banner_date_big {
	font-size: 4cqw;
	letter-spacing: 1px;
}
}

