@charset "utf-8";

/*----------------------------------------

- reset
- base
- header
- mv
- pankuzu
- read
- map
- area_anchor
- property
- footer

-----------------------------------------*/


/*=======================================
　reset
=======================================*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
 	padding: 0;
 	border: 0;
 	outline: 0;
	font-size: 100%;
 	vertical-align: baseline;
 	background: transparent;
 	box-sizing: border-box;
}
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	line-height: 1;
	overflow-x: hidden;
	color: #333;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {
	max-width: 100%;
	height: auto;
}
.gothic{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

li {
	list-style-type: none
}



/*=======================================
　base
=======================================*/

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

a {
	color: #444;
	text-decoration: none;
	transition:all 0.2s ease-in-out;
}
a:hover {
	opacity:0.7;
	transition:all 0.2s ease-in-out;
}
.pc {
	display: block!important;
}

.sp {
	display: none!important;
}
.link_none {
	pointer-events: none;
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block!important;
	}

}

.inner{
	max-width: 1000px;
	margin: 0 auto;
}
@media only screen and (max-width: 768px){
	.inner{
		padding: 0 5%;
	}
}


/*=======================================
　header
=======================================*/

header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	position: fixed;
	width: 100%;
	padding: 0;
	z-index: 100;
}
header h1 {
	padding: 0 0 0 20px;
	position: absolute;
	left: 10px;
	top: 22px;
	width: 196px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 70px;
  background-color: rgba(255, 255, 255, .6);
  display: flex;
  align-items: center;
  justify-content: center;
}

#pcNav {
  display: none;
}
@media screen and (min-width:920px) {
	header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		width: 100dvw;
		height: 70px;
		background-color: rgba(255, 255, 255, 0.6);
		display: flex;
		align-items: center;
		justify-content: center;
	}

  #pcNav {
    list-style: none;
    left: 50%;
    display: flex;
		align-items: center;
    gap: 1rem;
    /*! height: 70px; */
    justify-content: center;
  }

	#pcNav li {
		border-right: 1px solid #333;
  }
	#pcNav li:last-child {
		border-right:none;
  }

  #pcNav a {
    text-decoration: none;
    color: #333;
    transition: all 0.5s;
		padding-right: 10px;
  }

  #pcNav a:hover {
    color: #999;
  }

}
/*///// Hide Checkbox /////*/
#checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
/*///// lineMenu /////*/
#lineMenu {
  position: fixed;
  top: 1.5rem;
  right: 5rem;
  width: 36px;
  height: 16px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
#lineMenu,
#lineMenu span {
  z-index: 10;
	display: none;
}
@media only screen and (max-width: 920px){
	#lineMenu,
#lineMenu span {
  z-index: 10;
	display: block;
}
header h1 {
	left: 0px;
}
#lineMenu {
  position: fixed;
  top: 1.5rem;
  right: 4rem;
  width: 36px;
  height: 16px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
}

#lineMenu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  border-radius: 6px;
  transition: all 0.5s;
}

#lineMenu span:nth-of-type(1) {
  top: 0;
}

#lineMenu span:nth-of-type(2) {
  bottom: 0;
}

#lineMenu p {
  position: absolute;
  top: 50%;
  left: 2.6rem;
  transform: translateY(-50%);
  font-weight: bold;
	font-size: 14px;
}

#checkbox:checked ~ label span:nth-of-type(1) {
  transform: translateY(6px) rotate(-20deg);
}

#checkbox:checked ~ label span:nth-of-type(2) {
  transform: translateY(-6px) rotate(20deg);
}

#globalNav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(78, 123, 134, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

#checkbox:checked ~ #globalNav {
  visibility: visible;
  opacity: 1;
}

#globalNav ul {
  list-style: none;
  padding: 80px 4%;
  height: 100vh;
  height: 100dvh;
  overflow-y: scroll;
}

#globalNav li {
  margin: 0 auto 0.3rem;
  max-width: 800px;
  border-left: 6px solid #333;
}

#globalNav li a {
  display: block;
  padding: 1.5rem;
  background-color: rgba(255, 255, 255, .9);
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
}

#globalNav li a:hover {
  background-color: rgba(255, 255, 255, .8);
  padding-left: 2.0rem;
}


/*=======================================
　footer
=======================================*/

#footer {
	position: relative;
	background: #5D5D5D;
}
#footer .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 0 9px;
}
#footer .inner .f_logo{
	text-align: center;
	max-width: 196px;
	margin: 0 auto 35px;
}
#footer .inner .f_navi{
	display: flex;
	justify-content: center;
	margin-bottom: 26px;
}
#footer .inner .f_navi li{
	border-right: 1px solid #FFF;
	padding:0 15px;
}
#footer .inner .f_navi li:last-child{
	border-right: none;
}
#footer .inner .f_navi li a{
	color: #FFF;
}
#footer .inner .f_navi li a:hover{
	opacity: 0.4;
}
#footer .inner .copyright{
	color: #FFF;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.25em;
	padding: 5px;
}
@media only screen and (max-width: 768px){
	#footer {
		position: relative;
		background: #5D5D5D;
	}
	#footer .inner {
		max-width: 1000px;
		margin: 0 auto;
		padding: 40px 0 9px;
	}
	#footer .inner .f_logo{
		text-align: center;
		max-width: 196px;
		margin: 0 auto 35px;
	}
	#footer .inner .f_navi{
		display: flex;
		justify-content: center;
		margin-bottom: 26px;
		flex-wrap: wrap;
		border-top: 1px solid #FFF;
	}
	#footer .inner .f_navi.privacy{
		border-top: none;
	}
	#footer .inner .f_navi li{
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
		padding:0 15px;
		width: 50%;
	}
	#footer .inner .f_navi.privacy li{
		border-bottom: none;
	}
	#footer .inner .f_navi li:last-child{
		border-right: none;
	}
	#footer .inner .f_navi li a{
		color: #FFF;
		padding: 15px 0;
		display: block;
		text-align: center;
	}
	#footer .inner .f_navi li a:hover{
		opacity: 0.4;
	}
	#footer .inner .copyright{
		color: #FFF;
		font-size: 12px;
		text-align: center;
		letter-spacing: 0.25em;
		padding: 5px;
	}
}





/* ページトップボタン */
#page-top a{
	/*! position: fixed; */

	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
	right: 30px;
	bottom: 30px;
	width: 20px;
}

#page-top a:hover{
	/*background: #777;*/
}
#page-top {
	position: fixed;
	right: 20px;
	bottom:20px;
	z-index: 2;
	opacity: 0;
	background: #3E3E3E;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #707070;
}

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
	from {
		opacity: 0;
	transform: translateX(100px);
	}
	to {
		opacity: 1;
	transform: translateX(0);
	}
}
#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
	from {
		opacity: 1;
	transform: translateX(0);
	}
	to {
		opacity: 1;
	transform: translateX(100px);
	}
}
@media only screen and (max-width: 768px){
#page-top {
	bottom:60px;
}
}






/*=======================================
　mv
=======================================*/
#mv {
	background: #92CFC8 url(../../images/common/mv_bg.png) no-repeat 98% bottom ;
	padding: 130px 0 80px 6%;
	background-size:auto 190px;
}
#mv h2 {
	font-family: 'Shippori Mincho', serif;
	font-weight: 300;
	font-size: 25px;
	padding: ;
	letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px){
	#mv {
		background: #92CFC8 url(../../images/common/mv_bg.png) no-repeat 98% bottom ;
		padding: 130px 0 80px 6%;
		background-size:auto 190px;
	}
	#mv h2 {
		font-family: 'Shippori Mincho', serif;
		font-weight: 300;
		font-size: 22px;
		padding: ;
		letter-spacing: 0.15em;
	}
}




/*=======================================
　pankuzu
=======================================*/
#pankuzu {
	padding: 30px 0 40px 6%;
}
#pankuzu ul{
	display: flex;
}
#pankuzu ul li{
	margin-right: 6px;
	font-size: 15px;
}


/*=======================================
　read
=======================================*/
.read{
	max-width: 800px;
	margin: 0 auto;
}
.read p{
	max-width: 800px;
	margin: 0 auto;
	font-family: 'Shippori Mincho', serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.9;
	margin-bottom: 44px;
}

@media only screen and (max-width: 768px){
	.read{
		max-width: 800px;
		margin: 0 auto;
		padding: 0 0;
	}
	.read p{
		max-width: 800px;
		margin: 0 auto;
		font-family: 'Shippori Mincho', serif;
		font-size: 16px;
		letter-spacing: 0.1em;
		line-height: 1.7;
		margin-bottom: 30px;
	}
}



/*=======================================
　map
=======================================*/
.map{
	margin-bottom: 25px;
	width: 100%;
	height: 537px;
}
.map iframe{
	width: 100%;
	height: 537px;
}
@media only screen and (max-width: 768px){
	.map{
		margin-bottom: 25px;
		width: 100%;
		height: 400px;
	}
	.map iframe{
	width: 100%;
	height: 400px;
}
}



/*=======================================
　area_anchor
=======================================*/
.area_anchor{
	margin-bottom: 25px;
}

/*
.area_anchor ul{
	display: flex;
	justify-content: space-between;
}*/

.area_anchor ul{
    display: flex;
    justify-content: center;
    column-gap: 20px;
}


.area_anchor ul li{
	width: 31%;
}
.area_anchor ul li a{
	display: block;
	background: #333 url(../../images/common/arrow.svg) no-repeat 95% center;
	text-align: center;
	background-size: 13px 8px;
	color: #FFF;
	padding: 18px 0;
	border-radius: 4px;
	font-size: 18px;
	font-family: 'Shippori Mincho', serif;
	letter-spacing: 0.1em;
}
#kansai,#syuto,#sonota{
	margin-top:-90px;
	padding-top:90px;
}
@media only screen and (max-width: 768px){
	.area_anchor{
		margin-bottom: 25px;
		padding: 0 5%;
	}
	
	.area_anchor ul{
		display: flex;
		/*justify-content: space-between;*/
		justify-content: center;
		column-gap: 10px;
	}
	.area_anchor ul li{
		width: 31%;
	}
	.area_anchor ul li a{
		display: block;
		background: #333 url(../../images/common/arrow.svg) no-repeat 90% center;
		text-align: center;
		background-size: 13px 8px;
		color: #FFF;
		padding: 18px 0;
		border-radius: 4px;
		font-size: 15px;
		font-family: 'Shippori Mincho', serif;
		letter-spacing: 0.1em;
	}
	#kansai,#syuto,#sonota{
		margin-top:-90px;
		padding-top:90px;
	}
}



/*=======================================
　property
=======================================*/
.property{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: dashed 2px #333;
}
.property.no_b{
	border-bottom: none;
	margin-bottom: 50px;
}
.property h2{
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #1D6B99;
	font-family: 'Shippori Mincho', serif;
	font-weight: 300;
}
.property h2::before {
  content: '';
  display: inline-block;
  background-image: url(../../images/sale/icon_building.png);
  background-size: contain;
  vertical-align: middle;
  width: 25px;
  height: 37px;
	margin-right: 15px;
	position: relative;
	top: -2px;
}
.property h3{
	margin: 0 0 17px 0;
	font-size: 18px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.property h3::before {
  content: '';
  display: inline-block;
  background: #333;
  background-size: contain;
  vertical-align: middle;
  width: 35px;
  height: 1px;
	margin-right: 15px;
}
.property h3::after {
  content: '';
  display: inline-block;
  background: #333;
  background-size: contain;
  vertical-align: middle;
  width: 35px;
  height: 1px;
	margin-left: 15px;
}
.property h4{
	font-size: 18px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 500;
	letter-spacing: 0.15em;
	border-left: 9px #1D6B99 solid;
	padding: 0 0 0 10px;
}
.property .box {
  border: solid 1px #8E8E8E;
	background: #F6F6F6;
	border-radius: 8px;
	padding: 10px 0 10px 4%;
	margin-bottom: 20px;
}
.accordion {
	padding: 0 10px;
	}
	.accordion-title {
			/*cursor: pointer;　アコーディオンのオンオフに合わせてカーソルを指に変更*/
			font-size: 20px;
			padding: 9px 0px;
			display: flex;
	}
	.accordion-title p {
			margin-right: 20px;
			font-weight: 600;
		letter-spacing:0.035em;
	}
	.accordion-title p:nth-of-type(1){
		font-family: 'EB Garamond', serif;
		font-weight:600;
		margin-right: 10px;
		font-size: 25px;
	}
	.accordion-content {
		display: block;/*test*/
	}
	.accordion-content .detail{
		display: flex;
		max-width:900px;
		/*! margin:0 auto; */
		justify-content: space-between;
		padding: 20px 0 40px;
	}
	.accordion-content .detail .img{
		width:38%;
		margin:0 auto;
		justify-content: space-between;
		margin-right: 20px;
	}
	.accordion-content .detail .img img{
		width:266px;

	}
	.accordion-content .detail .btn{
		display: block;
		padding: 13px 0 9px;
		background: #1D6B99;
		color: #FFF;
		text-align: center;
		font-family: 'Shippori Mincho', serif;
		margin-top: 13px;
		border-radius: 5px;
	}
	.accordion-content .detail .btn span{
	font-size: 16px;
	}
	.accordion-content .detail .btn span::after {
		content: '';
		display: inline-block;
		background-image: url(../../images/sale/icon_blank.png);
		background-size: contain;
		vertical-align: middle;
		width: 20px;
		height: 20px;
		margin-left: 4px;
		position:relative;
		top: -3px;
	}
	.accordion-content .detail .info{


	}
	.accordion-content .detail .info table{
		border: #1D6B99 solid 2px;
		width: 100%;
	}
	.accordion-content .detail .info table th{
		background: #1D6B99;
		color: #FFF;
		font-size: 16px;
		padding: 2%;
		width: 155px;
		text-align: left;
		border-bottom: #FFF 1px solid;
		line-height: 1.5;
		font-weight: 500;
	}
	.accordion-content .detail .info table td{
		background: #FFF;
		font-size: 15px;
		padding: 2%;
		text-align: left;
		border-bottom: #1D6B99 1px solid;
		line-height: 1.5;
	}
	.accordion-item{
		border-bottom: 1px solid rgba(0,0,0,0.40);
	}
	.accordion-title {
		position: relative;
	}
	
	/*test
	.accordion-title::before {

	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 24px;
	height: 2px;
	background: #000000;
	transform: translateY(-50%);
	}
	
	
	
	
	.ac-parent:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 19px;
	width: 2px;
	height: 24px;
	background: #000000;
	transform: translateY(-50%);
	transition: .3s;
	}
	

	.accordion-title::after {
			content: "";
	position: absolute;
	top: 50%;
	right: 29px;
	width: 2px;
	height: 24px;
	background: #000000;
	transform: translateY(-50%);
	transition: .3s;

	}
	.accordion-title.open::after {
		top: 25%;
	opacity: 0;
	transform: rotate(90deg);
	}
	
	
*/	
	
.pdf_image{
	background: #f4f3ed;
	text-align: center;
	padding: 10px;
}




@media only screen and (max-width: 768px){
	.property{
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: dashed 2px #333;
		padding: ;
	}
	.property.no_b{
		border-bottom: none;
		margin-bottom: 30px;
	}
	.property h2{
		margin: 0 0 20px 0;
		font-size: 18px;
		color: #1D6B99;
		font-family: 'Shippori Mincho', serif;
		font-weight: 300;
	}
	.property h2::before {
		content: '';
		display: inline-block;
		background-image: url(../../images/sale/icon_building.png);
		background-size: contain;
		vertical-align: middle;
		width: 25px;
		height: 37px;
		margin-right: 15px;
		position: relative;
		top: -2px;
	}
	.property h3{
		margin: 0 0 17px 0;
		font-size: 16px;
		font-family: 'Shippori Mincho', serif;
		font-weight: 500;
		letter-spacing: 0.15em;
	}
	.property h3::before {
		content: '';
		display: inline-block;
		background: #333;
		background-size: contain;
		vertical-align: middle;
		width: 35px;
		height: 1px;
		margin-right: 15px;
	}
	.property h3::after {
		content: '';
		display: inline-block;
		background: #333;
		background-size: contain;
		vertical-align: middle;
		width: 35px;
		height: 1px;
		margin-left: 15px;
	}
	.property h4{
		font-size: 15px;
		font-family: 'Shippori Mincho', serif;
		font-weight: 500;
		letter-spacing: 0.15em;
		border-left: 8px #1D6B99 solid;
		padding: 0 0 0 10px;
	}
	.property .box {
		border: solid 1px #8E8E8E;
		background: #F6F6F6;
		border-radius: 5px;
		padding: 10px 4% 10px 4%;
		margin-bottom: 20px;
	}
	.accordion {
		padding: 0 10px;
		}
		.accordion-title {
				/*cursor: pointer;　アコーディオン切るため　タイトルのカーソル手の形*/
				font-size: 20px;
				padding: 9px 0px;
				display: flex;
		}
		.accordion-title p {
				margin-right: 20px;
				font-weight: 600;
			letter-spacing:0.035em;
		}
		.accordion-title p:nth-of-type(1){
			font-family: 'EB Garamond', serif;
			font-weight:600;
			margin-right: 10px;
			font-size: 25px;
		}
		.accordion-content {
			display: block;/*20230512　noneからblockに変更　アコーディオン切る*/
		}
		.accordion-content .detail{
			display: block;
			max-width:900px;
			/*! margin:0 auto; */
			justify-content: space-between;
			padding: 20px 5% 40px;
		}
		.accordion-content .detail .img{
			width:auto;
			margin:0 auto;
			margin-right: 0px;
			text-align: center;
		}
		.accordion-content .detail .img img{
			width:auto;

		}
		.accordion-content .detail .btn{
			display: block;
			padding: 11px 0 9px;
			background: #1D6B99;
			color: #FFF;
			text-align: center;
			font-family: 'Shippori Mincho', serif;
			margin-top: 13px;
			margin-bottom: 25px;
		}
		.accordion-content .detail .btn span{
		font-size: 16px;
		}
		.accordion-content .detail .btn span::after {
			content: '';
			display: inline-block;
			background-image: url(../../images/sale/icon_blank.png);
			background-size: contain;
			vertical-align: middle;
			width: 20px;
			height: 20px;
			margin-left: 4px;
			position:relative;
			top: -2px;
		}
		.accordion-content .detail .info{


		}
		.accordion-content .detail .info table{
			border: #1D6B99 solid 2px;
			width: 100%;
		}
		.accordion-content .detail .info table th{
			background: #1D6B99;
			color: #FFF;
			font-size: 16px;
			padding: 2%;
			width: 100%;
			text-align: left;
			border-bottom: #FFF 1px solid;
			line-height: 1.5;
			display: block;
		}
		.accordion-content .detail .info table td{
			background: #FFF;
			font-size: 15px;
			padding: 2%;
			text-align: left;
			border-bottom: #1D6B99 1px solid;
			line-height: 1.5;
			width: 100%;
			display: block;
		}
		.accordion-item{
			border-bottom: 1px solid rgba(0,0,0,0.40);
		}
		.accordion-title {
			position: relative;
		}
		
		
/*		
		.accordion-title::before {

		content: "";
		position: absolute;
		top: 50%;
		right: 8px;
		width: 24px;
		height: 2px;
		background: #000000;
		transform: translateY(-50%);
		}
*/		
		.ac-parent:after {
		content: "";
		position: absolute;
		top: 50%;
		right: 19px;
		width: 2px;
		height: 24px;
		background: #000000;
		transform: translateY(-50%);
		transition: .3s;
		}
/*
		.accordion-title::after {
				content: "";
		position: absolute;
		top: 50%;
		right: 19px;
		width: 2px;
		height: 24px;
		background: #000000;
		transform: translateY(-50%);
		transition: .3s;

		}
*/		
		.accordion-title.open::after {
			top: 25%;
		opacity: 0;
		transform: rotate(90deg);
		}
	.pdf_image{
		background: #f4f3ed;
		text-align: center;
		padding: 10px;
	}
}

.inner section:last-child{
border-bottom: none;
}

