@charset "utf-8";

#contesntsWrapper {
	margin-top: 0 !important;
}

article ul{
	padding-inline-start: 0
}

article h2 {
	background-color: transparent;
	color: inherit;
	box-shadow: none;
}

.syoudan {
    font-weight: bold;
    color: #820132;
}

/* CSS Document */
body {
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}
/* article */
article {
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	color: rgb(51, 51, 51);
	font-size: 62.5%;
	/*letter-spacing: 0.15rem;*/
	letter-spacing: 0.05rem;
	line-height: 1.8;
	text-align: justify;
	vertical-align: baseline;
	font-family: 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, sans-serif;
	font-weight: 200;
	font-style: normal;
	font-feature-settings: "palt";
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	background-color: #fff;
}
article img {
	display: block;
	height: auto;
	max-width: 100%;
}
article a {
	text-decoration: none;
}
figure img {
	text-align: center;
	margin: 0 auto;
}
/* clearfix */
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
.clearfix {
	*zoom: 1;
}
/* 地図・間取・物件概要　txt */
.main {
	width: 100%;
	max-width: 620px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-start: 30px;
	margin-block-end: 30px;
	padding-inline-start: 10px;
	padding-inline-end: 10px;
	font-size: 1.6rem;
}
.main .txt {
	text-align: justify;
	text-justify: auto;
	padding-block-end: 10px;
}
.wrapper {
	max-width: 960px;
	margin: 180px auto;
}
/* 順番 
1.位置情報系＝position, top, right, z-index, display, float等
2.サイズ＝width, height, padding, margin
3.文字系＝font, line-height, letter-spacing, color- text-align等
4.背景＝background, border等
5.その他＝animation, transition等
*/


/*h2 各タイトル */
h2.section-title {
	max-width: 960px;
	position: relative;
	display: inline-block;
	font-size: 2.65rem;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 600;
	font-style: italic;
	text-transform: capitalize;
}
h2.section-title::before {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #676767;
	position: absolute;
	top: 50%;
	left: -110px;
}
@media screen and (max-width: 1100px) {
	.content {
		padding: 0 20px;
	}
	h2.section-title {
		left: 120px;
	}
}




#eyecatch {
	background: url("../img/img04_eyecatch.jpg") no-repeat 100% 100% fixed;
	background-size: cover;
	-webkit-background-size: cover;
	text-align: center;
	padding: 460px 0 240px 0;
}
#eyecatch img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 767px) {
	#eyecatch {
		height: 0;
    padding-top: 105%;
    background: url('../img/img04_eyecatch_sp.jpg') 0 0 no-repeat;
    background-size: contain;
	}
}
/*
【要素の重ね合わせ（親要素）】
positionで要素を重ね合わせると高さがなくなるので、
高さを残したい場合は親要素で「height」を指定。
*/
section#comment {
	background-color: #efeded;
	margin-block-start: -60px;
	padding-block-start: 40px;
	/*padding-block-end: 120px;*/
	padding-block-end: 230px;
}
.content {
	max-width: 1100px;
	height: 780px;
	margin: 100px auto;
	position: relative;
}
/*
【要素の重ね合わせ（子要素）】
「position: absolute;」と「left」で左に配置。
*/
.text {
	/*max-width: 680px;*/
	max-width: 750px;
	background-color: #fff;
	padding: 65px 130px 45px 65px;
	position: absolute;
	left: 0;
}
/*
「display: inline-block;」で下線をテキスト幅に合わせる。
*/
.text .title {
	border-bottom: solid 1px #35383a;
	display: inline-block;
	font-size: 2.75rem;
	font-weight: normal;
	margin-block-end:40px;
	margin-top: 0!important;
	text-align: left;
}
.text .large {
	font-size: 1.55rem;
	margin-bottom: 20px;
	line-height: 1.7;
}
.text .notes {
	margin-block-start: 30px;
	margin-block-end:40px;
	font-size: 1.425rem;
	line-height: 1.7;
}
/*
【要素の重ね合わせ（子要素）】
「position: absolute;」と「top」「right」で、
親要素の上から140px、右から20pxに配置。
*/
.pickup {
	position: absolute;
	margin: 0 auto;
	width: 100%;
}
.bxslider {
	position: absolute;
	/*left: 600px;*/
	left: 380px;
	top: 80px;
}
.bx-wrapper {}
.bx-wrapper img {
	height: auto;
	max-width: 540px;
	vertical-align: bottom;
}
.bx-viewport {
	max-width: 100%;
	max-height: 100%;
}
.bx-pager {
	display: none;
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 1000px) {
	section#comment {
		padding-block-end: 50px;
	}
	.content {
		height: auto;
		position: static;
		margin: 0;
	}
	.text {
		max-width: 100%;
		padding: 60px 20px;
		position: static;
	}
	.pickup {
		max-width: 100%;
		position: static;
	}
	.bxslider {
		position: absolute;
		left: 0;
		top: 80px;
	}
}
/* map 地図 */
section#map {
	max-width: 960px;
	margin: 10px auto;
	margin-block-start: 160px;
}
.traffic {
	width: 100%;
	max-width: 740px;
	margin-inline-start: auto;
	margin-inline-end: auto;
	margin-block-start: 60px;
	margin-block-end: 30px;
	padding-inline-start: 10px;
	padding-inline-end: 10px;
	font-size: 1.6rem;
	text-align: center;
}
.traffic .txt {
	padding-block-end: 10px;
}
.traffic img {
	text-align: center;
	margin: 0 auto;
}
.traffic a {
	border-bottom: 2px dashed #ffb7a1; /* 線の太さ 線の種類 線の色 */
	padding-bottom: 3px; /* テキストと下線との距離 */
}
/* plan 間取図 */
section#plan {}
img.small{
	margin:120px auto 0px;
}

/* #photo　物件写真 */
section#photo_text {
	max-width: 960px;
	margin: 0 auto;
	margin-block-end: -180px;
	padding-inline-start: 10px;
	padding-inline-end: 10px;
	font-size: 1.55rem;
	letter-spacing: 0.075rem;
}
section#photo_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1px;
}
section#photo_list div {
	width: calc(13% - 20px); /* gap padding分を引く */
	padding: 5px;
}
@media screen and (max-width: 767px) {
	section#photo_list {
		margin-inline-start: 3%;
	}
	section#photo_list div {
		padding: 4px 7px;
		width: 32%;
	}
	section#photo_list div:not(:nth-child(3n+3)) {
		margin-block-end: 1%;
	}
}
/* deg360
------------------------------- */
/* deg360
------------------------------- */
section#deg360 {
	max-width: 960px;
	margin: 150px auto;
}
section#deg360 p {
	text-align: center;
	margin-block-end: 20px;
	font-size: 1.55rem;
	letter-spacing: 0.05rem;
	line-height: 1.8;
}
section#deg360 .camera_box {
	max-width: 1080px;
	margin-inline-start: auto;
	margin-inline-end: auto;
}
section#deg360 p {
	text-align: center;
	margin-block-end: 20px;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	section#deg360 {
		width: 94%;
		margin: 0 auto;
	}
	section#deg360 .camera_box iframe {
		height: 440px;
	}
}
/* inquiry 問い合わせ */
section#inquiry {
	margin-block-start: 100px;
	margin-block-end: 160px;
}
.button a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 1em 2em;
	width: 300px;
	color: #292e33;
	font-size: 1.65rem;
	font-weight: 700;
	background-color: #dddddd;
	transition: 0.3s;
	text-decoration: none;
	letter-spacing: 0.25rem;
}
.button a::before {
	content: '';
	position: absolute;
	top: -5px;
	left: -5px;
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 2px solid #292e33;
	transition: 0.2s;
}
.button a::after {
	content: '';
	width: 5px;
	height: 5px;
	border-top: 3px solid #333333;
	border-right: 3px solid #333333;
	transform: rotate(45deg);
}
.button a:hover::before {
	top: 0;
	left: 0;
}
.button a:hover {
	text-decoration: none;
	background-color: #e4e4e4;
}
/* details 物件概要 */
section#details {}
table {
	box-sizing: border-box;
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
	font-size: 1.55rem;
}
table th, table td {
	border-block-end: 1px solid #999;
	padding-inline-start: 8px;
	padding-block-start: 10px;
	margin-block-start: 5px;
	vertical-align: middle;
	font-style: normal;
	height: 2.8em;
	text-align: left;
}
table th {
	width: 16%;
	font-weight: 500;
}
.producer:after {
	content: "\0bb";
}

/* Google Map グーグルマップ */
section#gmap {
	position: relative;
	width: 100%;
	height: 800px;
	margin: 0 auto;
}
#gmap iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}




@media (max-width: 768px) {
	table {
		width: 100%;
	}
	table th, table td {
		display: block;
		height: auto;
		border-block-end: 0px;
	}
	table th {
		width: 100%;
		background-color: #eee;
	}
}