@charset "Shift_JIS";
/* -- ver0.2 -- */
/* -- STR BASIC DEFINITIONS -------------------------------- */

body,html{height: 100%;
}
body, td {
	font-size: 12px; /* 全体の文字サイズ */
	line-height: 1.4em; /* 全体の行間 */
	color: #333333;
}
.adresstext {
	font-size: 18px;
	font-weight: bold;
	color: #330000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	letter-spacing: 0.1em;
}

h1 {
	line-height: 0;
}
img {
	border:none;
}

a:link {
	color: #0000FF;
	text-decoration: none;
} /* リンク文字の色 */
a:visited { color: #0000FF; } /* アクセス済みの色 */
a:hover { color: #FF0000; } /* ポイントしたときの色 */
.linlstyle {
	text-decoration: none;
	color: #0000FF;
}

a:active { color: #FF8000; } /* クリックした瞬間の色 */ 

.ft01 {font-size: 9px; line-height: 1.2em;}
.ft02 {font-size: 10px; line-height: 1.3em;}
.ft03 {font-size: 11px; line-height: 1.3em;}
.ft04 {font-size: 12px; line-height: 1.4em;}
.ft05 {font-size: 13px; line-height: 1.4em;}
.ft06 {font-size: 14px; line-height: 1.5em;}
.ft07 {font-size: 16px; line-height: 1.6em;}
.ft08 {font-size: 18px; line-height: 1.7em;}
.ft09 {font-size: 20px; line-height: 1.8em;}
.jissekititltext {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 0.5em;
}
.pageup {
	font-size: 12px;
	color: #0066FF;
	text-align: right;
}
.face {
	float: right;
}
.text01 {
	font-size: 130%;
	font-weight: bold;
	line-height: 1.6em;
}
.red_bar {

	font-weight: bold;
	color: #F7FF00;
	background-color: #C31C1F;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.big_font {
	font-size: large;
	margin: 0px;
	line-height: initial;
}
.bk {
	height: 100vh;
}
.bk2{
	background-position: top;
	background-repeat: no-repeat;
	
}.top_150 {
padding-top: 450px;
}
.sp {
	height: 200px;
}
#contena {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.inner {
	width: 780px;
	overflow: hidden;	
}
.side_left {
	background-image: url(images/left_bg.gif);
	margin: 0px;
	padding: 0px;
	float: left;
	width: 250px;
}
@media screen and (max-width:479px){
	/*画面幅が480pxまでの時*/
.side_left {
height: 1100px;
}
}
.side_right {
	background-image: url(images/mainimg01.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 530px;
	float: left;
}
#footer {
	text-align: right;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
}

h2.jissekititltext {
	background: #ca5755;
	padding: 0.5rem 1rem;
	border-radius: 1rem;
	font-weight: bold;
}
.bukken-inner {
	display: flex;
}
.bukken-main-text {
	padding-left: 1rem;
}
.osusume-text {
	margin-top: 1rem;
}
.gallery-row {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;margin-top: 1rem;
}

.gallery-row > div,.tochi-inner section > div {
	width: calc((100% - 1rem) / 2);
}
.osusume-text strong {
  color: #CC0000;
  font-weight: bold;
}
.gallery-row > div img {
	width: 100%;
	height: auto;margin-bottom: 0.2rem;
	display: block;
}.map-wrap {
	margin-top: 1rem;
}.section-wrap {padding-bottom: 1rem;
	border-bottom: 1px dotted #302e2e;
	margin-bottom: 1.5rem;
}h1 {
	font-size: inherit;
}

.tochi-inner {
	width: 462px;
	margin-left: auto;
	margin-right: auto;margin-bottom: 100%;
}.tochi-inner section {
	display: flex;flex-wrap: wrap;
	gap: 1rem;margin-top: 1rem;  align-items: flex-start;
}
.tochi-inner section > div { text-align: left; /* ← 念のため */}
.tochi-inner section > div:first-child img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
}.osusume-title {
	background: repeating-linear-gradient( 45deg, #ffe6e6, #ffe6e6 2px, #ffd6d6 2px, #fffafa 5px );
	color: #ca5556;
	font-weight: bold;
	padding: 8px 12px;
	border-radius: 4px;
}

/* 物件全体のブロック */
.tochi-item {
    margin-bottom: 40px; /* 物件ごとの間隔 */
    text-align: left;    /* 親要素のcenterをリセット */
}

/* 物件タイトル（h2） */
.tochi-info h2 {
	font-size: 16px;
	margin: 0 0 5px 0;
	font-weight: bold;
	border-bottom: 1px dotted #5C4032;
	display: inline-block;
	padding-bottom: 0.3rem;
	width: 100%;
}
.tochi-info h2 span {
	/* display: block; */
	margin-top: 0.5rem;
	color: #FFF;
	background: #e38171;
	padding: 0.3rem 1rem;
	display: block;
	margin-bottom: 0.2rem;
	width: fit-content;
	border-radius: 0.8rem;
}
/* スペックリスト（ul） */
.spec-list {
    list-style: none;    /* 黒丸を消す */
    padding: 0;          /* 左の余白を消す */
    margin: 5px 0;       /* 上下の余白 */
    line-height: 1.6;    /* 行間を広げて読みやすく */
    font-size: 14px;
}

/* 物件の補足説明（p） */
.description {
    font-size: 13px;
    color: #666;         /* 少し薄めの色にしてスペックと差別化 */
    margin: 8px 0;
    line-height: 1.5;
    background: #fff;    /* 背景を白にして少し浮かせる（お好みで） */
    padding: 5px;
    border-radius: 4px;
}

/* 「画像クリックで拡大」などの注釈 */
.caption {
	font-size: 12px;
	color: #888;
	text-align: center;
	width: 100%;
}

/* 画像の微調整 */
.tochi-item img:not(.tochi-madori img){
    max-width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
}
.tochi-inner .tochi-item:first-child {
	margin-top: 3rem;
}