@charset "UTF-8";
/* CSS Document */



/*-----------------------------------------------------
Yahoo UI Library Font-size Adjustment
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
http://developer.yahoo.com/yui/license.txt
http://developer.yahoo.com/yui/fonts/
10px = 77%     11px = 85%     12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%
------------------------------------------------------*/


/* 20250516追加 */
#spBtn {
	display: none;
}
@media screen and (max-width: 1050px)  {
#spBtn {
	display: block;
}
#spBtn a {
	display: block;
	width: 950px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 25px;
	padding: 1em 0;
	background: #006658;
	border-radius: 0.5em;
	color: #FFF;
	font-size: 2rem;
	font-weight: bold;
}
}
/* 20250516追加 */


/* 作業用 */
#mainImg {
}
body {
	/*letter-spacing: -0.1em;*/
}
/* 作業用 */


/* IE8以下への対応 */
article, aside, figure, figcaption, footer, header, nav, section {
	display: block;
}

/**********float_fix**********/

.fix {
	overflow: hidden;
}
.fix:after { content: ""; display: block; clear: both; height: 0; overflow: hidden; width: 0; }
/*\*/
* html .fix { height: 0; overflow: visible; }
/**/

/**********float_fix**********/



/******************************イニシャライズ******************************/

html,body{
	/*font-family:"ヒラギノ角ゴシック",Hiragino Kaku Gothic ProN,"ヒラギノ角ゴ ProN W3",Hiragino Sans,Roboto,"Droid Sans",YuGothic,"游ゴシック",Meiryo,"メイリオ",Verdana,"ＭＳ Ｐゴシック",sans-serif;*/
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;*/
	font-family:-apple-system, blinkMacSystemFont, /* Macの欧文はSan Francisco (OS X 10.11以降) */
				'Hiragino Kaku Gothic ProN', /* Macのヒラギノ */
				'Helvetica Neue',            /* Macの欧文 (OS X 10.10以前) */
				Meiryo,                      /* Windowsのメイリオ */
				'Segoe UI',                  /* Windowsの欧文 */
				sans-serif;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:100%;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings:"palt";
}

img {
	vertical-align: top;
}
a {
	color: #000;
	text-decoration: none;
}
strong {
	font-weight: bolder;
}

.hide {
	display: none !important;
}
.disable {
	opacity: 0.3;
}
a.disable {
	cursor: default;
}
.col01 {
	color: #1F9F7F;
}
.col02 {
	color: #896D52;
}
.col03 {
	color: #006858;
}
.flR {
	float: right;
	margin-left: 10px;
}
.mt05em {
	margin-top:0.5em;
}
.mt07em {
	margin-top:0.7em;
}
.mt1em {
	margin-top:1em;
}
.mt12em {
	margin-top:1.2em;
}
.mt15em {
	margin-top:1.5em;
}
.mt2em {
	margin-top:2em;
}
.mt3em {
	margin-top:3em;
}
.mt4em {
	margin-top:4em;
}



/******************************************************************************************
ヘッダー
******************************************************************************************/

#header {
	position: relative;
	width: 960px;
	height: 111px;
	margin: 0 auto;
	text-align: left;
}
#hLogo {
	position: absolute;
	left: 0;
	top: 26px;
}
#lead {
	position: absolute;
	left: 255px;
	top: 30px;
	width: 320px;
	font-size: 12px;
	line-height: 1.6;
	/*letter-spacing: -1px;*/
}
#hWada {
	position: absolute;
	right: 5px;
	top: 26px;
}
#font {
	position: absolute;
	left: 589px;
	top: 33px;
}
#font dt,
#font dd {
	float: left;
}
#font dd {
	width: 24px;
	height: 23px;
}
#font dd a {
	display: block;
	width: 24px;
	height: 23px;
}
#hSns li:nth-child(1) {
	position: absolute;
	right: 201px;
	top: 30px;
}
#hSns li:nth-child(2) {
	position: absolute;
	right: 167px;
	top: 30px;
}
#hBtn li:nth-child(1) {
	position: absolute;
	right: 235px;
	top: 66px;
}
#hBtn li:nth-child(2) {
	position: absolute;
	right: 120px;
	top: 66px;
}
#hBtn li:nth-child(3) {
	position: absolute;
	right: 5px;
	top: 66px;
}



/******************************************************************************************
Gナビ
******************************************************************************************/

#gnavi {
	background: #000;
}
#gnavi ul {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #006858;
}
#gnavi ul li {
	float: left;
	border-right: 1px solid #006858;
}

#conMan #gnavi ul li:nth-child(1) {
	background: #006858;
}
#conKod #gnavi ul li:nth-child(2) {
	background: #006858;
}
#conChn #gnavi ul li:nth-child(4){
	background: #006858;
}
#conWs #gnavi ul li:nth-child(3) {
	background: #006858;
}



/******************************************************************************************
コンテンツ
******************************************************************************************/

#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#contents {
}
#contentsL {
	width: 200px;
	float: left;
}
#contentsR {
	width: 710px;
	float: right;
}


/******************************
共通パーツ
******************************/
.iconNew {
	float: right;
	height: 13px;
	margin-top: 1px;
}
.ttlBox {
	position: relative;
}
.ttlBox div {
	position: absolute;
	right: 0;
	top: 0;
}
.pagetop {
	height: 86px;
	line-height: 86px;
	background: url(../img/common/dot650-3.png) no-repeat left 40px;
	font-size: 10px;
}
.pagetop a {
	display: block;
	float: right;
	padding-left: 11px;
	background: url(../img/common/iconArT.png) no-repeat left 38px;
}


/******************************
パンくず
******************************/
#bread {
	height: 50px;
	font-size: 77%;
	line-height: 50px;
}
#bread li {
	float: left;
}
#bread a {
	color: #006658;
	text-decoration: underline;
}


/******************************
左ナビ
******************************/
#topics {
}
#topics dl {
	box-sizing: border-box;
	overflow: scroll;
	height: 230px;
	padding: 18px 20px;
	background: url(../img/common/boxBg.png);
	font-size: 12px;
	line-height: 1.7;
}
#topics dl dt {
	color: #92714C;
	font-weight: bolder;
}
#topics dl dd + dt {
	margin-top: 0.85em;
	padding-top: 0.85em;
	background: url(../img/common/dot100-1.png) repeat-x left top;
}
#topics a {
	display: block;
}

#firstClub {
	margin-top: 20px;
}

div + #lNavi {
	margin-top: 20px;
}
#lNavi {
}
#lNavi > ul > li {
	border: 1px solid #CCC;
	border-top: none;
}
#lNavi > ul > li:nth-child(1) {
	border-top: 1px solid #CCC;
}
#lNavi > ul > li > ul {
	padding-bottom: 8px;
}
#lNavi > ul > li > ul > li + li {
	margin-top: 3px;
}
#lNavi > ul > li > ul > li a {
	display: block;
	padding: 0px 10px 0px 40px;
	background: url(../img/common/iconArR.png) no-repeat 29px 0.3em;
	font-size: 12px;
	line-height: 1.6;
}
#lNavi > ul > li > ul > li.focus a {
	color: #006858;
}

#fc {
	margin-top: 20px;
	margin-bottom: 10px;
}
#ref {
	margin-bottom: 10px;
}
#owner {
	margin-top: 10px;
}
#sumaist {
	width:205px;
	margin-bottom: 10px;
}
#radohre {
}
#meiro {
	margin-top: 10px;
}

#lBnr {
	margin-top: 30px;
	padding-top: 30px;
	background: url(../img/common/dot200-3.png) repeat-x left top;
}
#lBnr dl {
	padding: 15px;
	background: url(../img/common/lBnrBg.png);
}
#lBnr dl dt {
	margin-bottom: 4px;
	color: #4C5F6C;
	font-size: 10px;
	font-weight: bolder;
}
#lBnr dl dd {
	font-size: 10px;
	line-height: 1.4;
}
#lBnr dl dd marquee {
	padding: 1px 0;
	background: #4C5F6C;
}
#lBnr dl dd marquee a {
	color: #FFF;
	font-weight: bolder;
}
#lBnr dl dd + dt {
	margin-top: 10px;
	padding-top: 12px;
	background: url(../img/common/lBnrBd.png) repeat-x left top;
}
#lBnr dl dd + dd {
	margin-top: 10px;
}

#lLink {
	margin-top: 20px;
}
#lLink li + li {
	margin-top: 10px;
}

#lPgi {
	margin-top: 30px;
	padding-top: 30px;
	background: url(../img/common/dot200-3.png) repeat-x left top;
}
#lPgi li {
	overflow: hidden;
	height: 32px;
	font-size: 9px;
	line-height: 1.3;
}
#lPgi li a {
	display: block;
}
#lPgi li a:hover {
	color: #333;
}
#lPgi li a img {
	float: left;
	margin-right: 8px;
}
#lPgi li + li {
	margin-top: 10px;
}


/******************************************************************************************
コンテンツ：インデックス
******************************************************************************************/

#tieup-main + .searchBlock {
	margin-top:30px;
}
.searchBlock {
}
.searchBlock + .searchBlock {
	margin-top: 20px;
}
#searchA {
	float: left;
}
#searchR,
#pickUp {
	float: right;
}


/******************************
メイン画像
******************************/
#mainImg {
	width: 950px;
	height: 290px;
	margin-bottom: 35px;
}
#mainImg #slider div {
	background: #FFF;
}
#sliderW {
	float: right;
	width: 750px;
}
#thumb {
	font-size: 10px;
}
#thumbI a {
	display: block;
	height: 130px;
	height: 87px;
	height: 65px;
}
.active img {
	display: none;
}
#thumbI a#thumb1 {
	background: url(../img/index/thum1_f.png) no-repeat;
}
#thumbI a#thumb2 {
	background: url(../img/index/side_200_87_f.jpg) no-repeat;
}
#thumbI a#thumb3 {
	background: url(../img/index/thum3_f.png) no-repeat;
}
#thumbI a#thumb4 {
	background: url(../img/index/thum4_f.png) no-repeat;
}
#thumbI a#thumb6 {
	background: url(../img/index/thum6_f.png?date=20220816) no-repeat;
}
#thumbI a#thumb7 {
	background: url(../img/index/thum7_f.png?date=20230131) no-repeat;
	height: 65px;
}


/******************************
エリアから探す
******************************/
#searchA .body {
	position: relative;
	width: 483px;
	height: 215px;
	background: url(../img/index/map.png?date=20250801);
}
#searchA .body div {
	font-size: 11px;
}
#searchA .body div a {
	display: block;
	padding-left: 12px;
	background: url(../img/common/iconArR.png) no-repeat left center;
}
#searchA .body ul {
	font-size: 13px;
}
#searchA .body div,
#searchA .body ul li {
	position: absolute;
}
#searchA .body ul li a {
	display: block;
	padding-left: 11px;
	background: url(../img/common/iconArR.png) no-repeat left 0.2em;
}
#All { right: 10px; bottom: 10px; }
#mapNote { left: 18px; top: 13px; }
#Akob { left: 200px; top: 100px; }
#Aaka { left: 100px; top: 120px; }
#Akak { left: 50px; top: 70px; }
#Ahmj { left: 10px; top: 40px; }
#Aasy { left: 289px; top: 93px; }
#Ansn { left: 310px; top: 73px; }
#Aama { left: 350px; top: 110px; }
#Aitm { left: 346px; top: 55px; }
#Atkr { left: 311px; top: 38px; }
#Atyn { left: 381px; top: 73px; }
#Aikd { left: 360px; top: 20px; }
#Asui { left: 400px; top: 40px; }
#Aosk { left: 380px; top: 135px; }
#Asak { left: 380px; top: 190px; }
#Akaw { left: 310px; top: 5px; }


/******************************
沿線から探す
******************************/
#searchR .body {
	box-sizing: border-box;
	width: 220px;
	min-height: 215px;
	padding: 18px 0 18px 17px;
	background: url(../img/common/boxBg.png);
}
#searchR .body ul {
	font-size: 12px;
}
#searchR .body ul li {
	margin-bottom: 0.75em;
}
#searchR .body ul li:nth-child(odd) {
	float: left;
}
#searchR .body ul li:nth-child(even) {
	padding-left: 108px;
}
#searchR .body ul li a {
	display: block;
	padding-left: 11px;
	background: url(../img/common/iconArR.png) no-repeat left 0.19em;
}


/******************************
特集から探す
******************************/
#feature .body {
	box-sizing: border-box;
	padding:15px 13px;
	background: url(../img/common/boxBg.png);
}
#feature .body ul li {
}
#feature .body ul li {
	float: left;
}
#feature .body ul li + li {
	margin-left:4px;
}
#feature .body ul li:nth-of-type(3n+1) {
	margin-left:0;
}
#feature .body ul li:nth-of-type(n+4) {
	margin-top:4px;
}
#feature .body ul li#Fea8 {
	margin-left:233px;
}


/******************************
ピックアップ物件
******************************/
#pickUp {
	background: url(../img/common/boxBg.png);
}
#pickUp .body {
	box-sizing: border-box;
	width: 220px;
	min-height: 270px;
	cursor: pointer;
}
#pickUp .body .txt {
	padding: 15px 13px;
}
#pickUp .body .txt h3 {
	margin-bottom: 0.1em;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bolder;
}
#pickUp .body .txt h3 a {
	color: #006658;
}
#pickUp .body .txt h3 a strong {
	color: #000;
}
#pickUp .body .txt ul,
#pickUp .body .txt p,
#pickUp .body ol {
	display: none;
	height: auto;
}


/******************************
物件
******************************/

.mNote {
	padding-left: 52px;
	background: url(../img/common/iconFeaT.png) no-repeat left top;
	font-size: 10px;
}
.ttlBox div.mNote {
	top: 4px;
}
#contentsR .ttlBox {
	margin-bottom: 18px;
}
.bukken,
.bukken-yotei {
	position: relative;
	float: left;
	box-sizing: border-box;
	width: 220px;
	margin-top: 20px;
	margin-left: 25px;
	background: #EDEDED;
}
.bukken:nth-child(3n+1),
.bukken-yotei:nth-child(3n+1) {
	margin-left: 0;
}
.bukken:nth-child(1),
.bukken:nth-child(2),
.bukken:nth-child(3),
.bukken-yotei:nth-child(1),
.bukken-yotei:nth-child(2),
.bukken-yotei:nth-child(3) {
	margin-top: 0;
}
.bukken .body,
.bukken-yotei .body {
	cursor: pointer;
}
.bukken .body .img,
.bukken-yotei .body .img {
}
.bukken .body .txt,
.bukken-yotei .body .txt {
	padding: 15px 15px 13px 15px;
}
.bukken .body .txt h3,
.bukken-yotei .body .txt h3 {
	margin-bottom: 0.45em;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bolder;
}
.bukken .body .txt h3 a,
.bukken-yotei .body .txt h3 a {
	color: #006658;
}
.bukken .body .txt h3 a strong,
.bukken-yotei .body .txt h3 a strong {
	color: #000;
}
.bukken .body .txt ul,
.bukken-yotei .body .txt ul {
	margin-bottom: 0.5em;
	font-size: 12px;
	line-height: 1.6;
}
.bukken .body .txt ul li,
.bukken-yotei .body .txt ul li {
	/*letter-spacing: -0.8px;*/
	text-indent: -1em;
	padding-left: 1em;
}
.bukken .body .txt div,
.bukken-yotei .body .txt div {
	/*letter-spacing: -0.5px;*/
	margin-bottom: 0.5em;
	font-size: 12px;
	line-height: 1.6;
	font-weight: bolder;
}
.bukken .body .txt div strong,
.bukken-yotei .body .txt div strong {
	color: #8B6C4C;
}
.bukken .body .txt p,
.bukken-yotei .body .txt p {
	font-size: 12px;
	line-height: 1.6;
}
.bukken .body ol,
.bukken-yotei .body ol {
	padding: 0 0 0 15px;
}
.bNote {
	/*position: absolute;
	left: 15px;
	bottom: 15px;*/
	padding: 0 0 15px 15px;
}
.bukken ol,
.bukken-yotei ol {
}
.bukken ol li,
.bukken-yotei ol li {
	float: left;
	overflow: hidden;
	height: 14px;
	padding-right: 2px;
	margin-top: 2px;
	cursor: pointer;
}
.bukken label,
.bukken-yotei label {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 190px;
	height: 31px;
	margin-top: 15px;
	background: url(../img/common/labBg.png);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-weight: bolder;
}
.bNote a {
	box-sizing: border-box;
	position: relative;
	display: block;
	width: 190px;
	padding: 8px;
	text-align: center;
	height: 31px;
	margin-top: 15px;
	background: url(../img/common/labBg.png);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	color: #FFF;
	font-weight: bolder;
}
.bukken label input,
.bukken-yotei label input {
	position: absolute;
	left: 11px;
	top: 9px;
	font-size: 13px;
}
.bukken label strong,
.bukken-yotei label strong {
	position: absolute;
	left: 28px;
	top: 8px;
	font-size: 13px;
}
.bukken label span,
.bukken-yotei label span {
	position: absolute;
	right: 6px;
	top: 10px;
	font-size: 10px;
}


/******************************************************************************************
fNavi
******************************************************************************************/

#fNav {
	margin-top: 60px;
	padding: 35px 0;
	background: #EAEDEF;
	border-bottom: 5px solid #000;
}
#fNav .inner {
	display: table;
	width: 950px;
	margin: 0 auto;
	border-right: 1px solid #FFF;
	text-align: left;
}
#fNav .inner div {
	display: table-cell;
	padding: 0 2em 0 1.8em;
	border-left: 1px solid #FFF;
}
#fNav .inner div dl.flL {
	float: left;
	margin-right: 1em;
}
#fNav .inner div dl.flR {
	float: left;
}
#fNav .inner div h3 {
	font-size: 15px;
	font-weight: bolder;
	line-height: 1.6;
}
#fNav .inner div dl + h3 {
	margin-top: 2em;
}
#fNav .inner div h3 a {
	padding-left: 15px;
	background: url(../img/common/iconArR.png) no-repeat left 0.19em;
}
#fNav .inner div h3 span {
	font-size: 13px;
	font-weight: normal;
}
#fNav .inner div h3 + h3 {
	margin-top: 0.2em;
}
#fNav .inner div h3 + dl {
	margin-top: 0.3em;
}
#fNav .inner div dl + dl {
	margin-top: 1em;
}
#fNav .inner div dl {
	margin-left: 15px;
	line-height: 1.6;
}
#fNav .inner div dt {
	font-size: 13px;
	font-weight: bolder;
}
#fNav .inner div dd {
	font-size: 12px;
}
#fNav .inner div dd + dt,
#fNav .inner div .mt1e {
	margin-top: 1em;
}
#fNav a {
	color: #333;
}
#fNav .inner dt dd a:first-letter {
	color: #1F9F7F;
}


/******************************************************************************************
footer
******************************************************************************************/

#footer {
	width: 950px;
	margin: 0 auto;
	padding-top: 25px;
	padding-bottom: 40px;
	text-align: left;
}
#fWada {
	float: left;
	margin-right: 32px;
}
#footer ul {
	margin-top: 7px;
}
#footer li {
	float: left;
	margin-right: 1em;
	padding-left: 13px;
	background: url(../img/common/iconArR.png) no-repeat left 0.19em;
	font-size: 12px;
}
#footer li a {
	color: #333;
}
#pagetop {
	float: right;
	margin-top: 7px;
}
#pagetop a {
	color: #333;
	display: block;
	padding-left: 11px;
	background: url(../img/common/iconArT.png) no-repeat left 0.1em;
	font-size: 10px;
}
#copyright {
	margin-top: 20px;
	color: #333;
	font-size: 11px;
}


/******************************************************************************************
リクエスト
******************************************************************************************/

#request {
	position: fixed;
	width: 100%;
	bottom: 0;
}
#reqTab {
	margin-right: 100px;
	margin-bottom: -1px;
}
#reqTabBox {
	float: right;
	width: 161px;
	height: 51px;
	background: url(../img/common/reqTabBg.png) repeat;
}
#reqTab a {
}
#reqBody {
	background: url(../img/common/reqBg.png) repeat left top;
}
#reqBody .inner {
	box-sizing: border-box;
	width: 950px;
	height: 125px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	text-align: left;
}
#reqBody .inner p {
	float: left;
	margin-right: 40px;
}
#reqBody .inner ul {
	color: #FFF;
	font-weight: bolder;
}
#reqBody .inner ul li {
	margin-bottom: 10px;
}
#reqBody .inner ul li:nth-child(odd) {
	float: left;
}
#reqBody .inner ul li:nth-child(even) {
	padding-left: 480px;
}
#reqBody .inner div {
	float: right;
	margin-top: 9px;
}


/******************************************************************************************
物件特徴マーク
******************************************************************************************/

#features {
	position: fixed;
	right: 0;
	top: 206px;
	width: 335px;
	margin-right: -299px;
	text-align: left;
	z-index: 2000;
	cursor: pointer;
}
#feaTab {
	background: url(../img/common/feaTabBg.png) no-repeat;
}
#features .body {
	position: relative;
}
#features .body #icons {
	position: absolute;
	left: 36px;
	top: -206px;
}




/******************************************************************************************
サイトマップ
******************************************************************************************/

.sitemap {
}
.sitemap h3 {
	font-size: 15px;
	font-weight: bolder;
	line-height: 1.6;
}
.sitemap h3 a {
	padding-left: 15px;
	background: url(../img/common/iconArR.png) no-repeat left 0.19em;
}
.sitemap h3 span {
	font-size: 13px;
	font-weight: normal;
}
.sitemap h3 + h3 {
	margin-top: 0.6em;
}
.sitemap dl + h3 {
	margin-top: 30px;
}
.sitemap h3 + dl {
	margin-top: 0.6em;
}
.sitemap .tbl {
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 13px;
	line-height: 1.6;
}
.sitemap .tbl dd {
	display: table-cell;
	padding: 15px;
	background: #F6F6F6;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}
.sitemap .tbl dd ul {
	margin: 8px 0 0 1em;
	padding-top: 12px;
	border-top: 1px dotted #CCC;
}
.sitemap .tbl dd li {
	float: left;
	margin-right: 1em;
}
.sitemap .bukkenList {
	padding: 15px;
	background: #F6F6F6;
	width: 100%;
	font-size: 13px;
	line-height: 1.6;
}
.sitemap .bukkenList dt {
	clear: left;
	font-weight: bolder;
	color: #006858;
}
.sitemap .bukkenList dd {
	float: left;
	margin-left: 1em;
}
.sitemap .bukkenList dd + dt {
	padding-top: 10px;
}




/******************************************************************************************
フォーム関連
******************************************************************************************/

.formBlock {
	width:900px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	text-align: left;
}
.formBlock.w710 {
	width:710px;
	margin: auto;
	padding: 0 0 30px 0;
	text-align: left;
}
.formBlock.w950 {
	width:950px;
	margin: auto;
	padding: 0 0 30px 0;
	text-align: left;
}
#conForm {
	border-top: 5px solid #000;
}
.reqTitle {
	margin-bottom: 40px;
}
#reqBukken {
	padding: 22px 25px 20px 25px;
	background: #F6F6F6;
	font-size: 15px;
	line-height: 1.6;
}
.formBlock h3 {
	color: #006858;
	font-size: 15px;
	font-weight: bolder;
}
.formBlock h3 + #reqBukken,
.formBlock h3 + .formList {
	margin-top: 7px;
}
.formBlock #reqBukken + h3,
.formBlock .formList + h3 {
	margin-top: 30px;
}
.formList + .formList {
	margin-top: 1px;
}
.formList {
	display: table;
	table-layout: fixed;
	width: 100%;
	line-height: 1.6;
}
.formList > dt {
	display: table-cell;
	box-sizing: border-box;
	width: 180px;
	padding: 10px 15px;
	background: #E5F0EE;
	font-size: 12px;
	vertical-align: top;
}
.formList > dd {
	display: table-cell;
	padding: 10px 15px;
	background: #F6F6F6;
	font-size: 12px;
}
.formList > dd > span {
	font-size: 10px;
}
.formList > dd dt {
	float: left;
	clear: left;
	width: 135px;
	padding-right: 10px;
}
.formList > dd dd {
	padding-left: 145px;
	margin-bottom: 10px;
}
.formList li {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 10px;
}
.formList ul.shiryo li {
	float:none;
	margin-right:0;
	margin-bottom:0;
}
.ftr {
	padding-top: 4em;
	border-top: 1px dotted #CCC;
	
	color: #333;
	font-size: 10px;
	text-align: center;
}
.ned {
	letter-spacing: 0;
	float: right;
	padding: 1px 3px 0px 3px;
	background: #F00;
	color: #FFF;
	font-size: 10px;
	font-weight: bolder;
}
.privBox {
	padding: 15px 20px;
	background: #F6F6F6;
	font-size: 10px;
	line-height: 1.6;
}
.privBox h4 {
	color: #006858;
	font-size: 12px;
	font-weight: bolder;
}
.btnBox {
	padding: 30px 0;
	text-align: center;
}
input[type="text"] {
	width: 280px;
}
.formList textarea {
	width: 100%;
	height: 160px;
}
input[type="text"].wss {
	width: 50px;
}
.wss {
	width: 50px;
}

.form-table {
}
.form-table td {
	padding: 10px 15px;
}
.form-table td:nth-child(1) {
	background: #E5F0EE;
}
.form-table table td:nth-child(1) {
	padding: 0;
	background: none;
}
.col08 {
	color: #006858;
}
.color-fmt02 {
	color: #F00;
}
/*.formList {
	font-size: 13px;
	line-height: 1.6;
}
.formList > dt {
	float: left;
	clear: left;
	width: 100px;
	padding: 10px 15px;
	background: #E5F0EE;
}
.formList > dd {
	padding: 10px 15px;
	background: #F6F6F6;
}*/




/******************************************************************************************
ファーストクラブ関連
******************************************************************************************/

#fc-lead {
	padding: 30px 0;
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	text-align: center;
}
#fc-lead p + p {
	margin-top: 18px;
}
#fc-note {
	padding: 15px;
	background: #F6F6F6;
	color: #333;
	font-size: 10px;
	line-height: 1.6;
}
#fc-btnB.colOr,
#fc-note.colOr {
	background: #FFFAEB;
}
#fc-note div {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
	border-top: 1px dotted #CCC;
	padding-top: 15px;
	margin-top: 15px;
}
#fc-note a {
	color: #006658;
	text-decoration: underline;
}
#fc-note2 {
	margin: 20px 0 30px 0;
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}
#fc-btn01 {
	padding: 30px 0;
	text-align: center;
}
#fc-main {
}
#fc-main h2,
#input h2 {
	height: 45px;
	margin-bottom: 25px;
	padding-left: 20px;
	background: #F6F6F6;
	border-left: 5px solid #006658;
	color: #006658;
	font-size: 18px;
	line-height: 45px;
}
#input h2 + p {
	font-size: 14px;
	color: #333;
	margin-top: -15px;
	margin-bottom: 25px;
}

.tokuten-block {
	margin-left:-10px;
	padding-left: 10px;
}
.tokuten-block + .tokuten-block {
	margin-top: 30px;
}


.tokuten-box {
	float: left;
	width: 340px;
}
.tokuten-box + .tokuten-box {
	float: right;
}
.tokuten-box p {
	margin-top: 10px;
	
}

#fc-main h4 {
	margin-bottom: 10px;
}
#fc-main p {
	color: #333;
	font-size: 14px;
	line-height: 1.6;
}
#fc-main p span.small {
	font-size: 10px;
	line-height: 1.4;
}
#fc-btnB {
	margin-top: 10px;
	padding: 15px;
	background: #F6F6F6;
}
#fc-btnB li {
	float: left;
}
#fc-btnB li + li {
	float: right;
}
#fc-more {
	margin-top: 30px;
}

#fc-f-main {
	box-sizing: border-box;
	background: url(../../firstclub/img/main.png) no-repeat left top;
	min-height: 300px;
	padding-top: 30px;
}
#fc-f-main.v2 {
	background: url(../../firstclub/img/main2.png) no-repeat left top;
	padding-left: 20px;
	min-height: 0;
	padding-bottom: 30px;
}
#fc-f-main.v3 {
	background: url(../../firstclub/img/main3.png) no-repeat left top;
	padding-left: 20px;
	min-height: 0;
	padding-bottom: 30px;
}
#fc-f-main h3 {
	font-size: 18px;
	font-weight: bolder;
	color: #006658;
}
#fc-f-main h4 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: bolder;
	color: #927151;
	margin: 10px 0;
}
#fc-f-main p {
	font-size: 14px;
	color: #333;
	line-height: 1.6;
}




/******************************************************************************************
お問い合わせ関連
******************************************************************************************/

.colum {
}
.colum + .colum {
	margin-top: 30px;
	padding-top: 35px;
	background: url(../img/common/dot710-3.png) repeat-x left top;
}
p + .contactBox {
	margin-top: 8px;
}
.contactBox {
	padding: 20px;
	background: #F6F6F6;
}
.inqBox {
	display: table;
	width: 100%;
}
.inqBox > div {
	display: table-cell;
	padding-top: 15px;
}
.inqBox > div:nth-child(2) {
	width: 330px;
}
.inqBox > div > p {
	color: #333;
	font-size: 13px;
	line-height: 1.6;
	margin-bottom: 5px;
}
.inqBox div + p {
	margin-top: 12px;
}

/******************************
20250624追加
******************************/
.inquiry-contact-box {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	margin-top: 10px;
}
.inquiry-contact-btn {
	flex: 1;
}
.inquiry-contact-btn a {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 60px;
	background: #FFF;
	border: 1px solid #DDD;
	border-radius: 30px;
	color: #006758;
	font-size: 18px;
}
.inquiry-contact-btn.small a {
	font-size: 15px;
}
.inquiry-contact-btn a::after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: solid 1px #006758;
	border-right: solid 1px #006758;
	right: 25px;
	transform: rotate(45deg);
}
.inquiry-contact-tel-box {
	margin-top: -10px;
}
.inquiry-contact-tel-num {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 6px;
	color: #444;
	font-size: 32px;
	font-weight: bold;
}
.inquiry-contact-tel-note {
	font-size: 11px;
	line-height: 1.6;
}
#title_area h2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}
#title_area p {
	margin-top: 0.5em;
	font-size: 18px;
	text-align: center;
}
.annotation {
	color: #333;
	font-size: 13px;
	line-height: 1.6;
}
.annotation a {
	color: #333;
	text-decoration: underline;
}
/******************************
20250624追加
******************************/




/******************************************************************************************
MG関連
******************************************************************************************/

#mgMap {
	position: relative;
}
#mgMap li {
	position: absolute;
}
#mgMap li#mg02 {
	left: 465px;
	top: 161px;
}
#mgMap li#mg07 {
	left: 358px;
	top: 180px;
}
#mgMap li#mg10 {
	left: 372px;
	top: 218px;
}
#mgMap li#mg11 {
	left: 349px;
	top: 237px;
}
#mgMap li#mg13 {
	left: 305px;
	top: 255px;
}
#mgMap li#mg47 {
	left: 427px;
	top: 180px;
}
#mgMap li#mg48 {
	left: 516px;
	top: 155px;
}
#mgMap li#mg51 {
	left: 209px;
	top: 218px;
}
#mgMap li#mg57 {
	left: 209px;
	top: 218px;
}
#mgMap li#mg58 {
	left: 578px;
	top: 107px;
}
#mgMap li#mg63 {
	left: 266px;
	top: 244px;
}
#mgMap li#mg65 {
	left: 555px;
	top: 149px;
}
#mgMap li#mg70 {
	left: 15px;
	top: 101px;
}
#mgMap li#mg71 {
	left: 591px;
	top: 52px;
}
#mgMap li#mg72 {
	left: 363px;
	top: 199px;
}
#mgMap li#mg73 {
	left: 512px;
	top: 109px;
}
#mgMap li#mg75 {
	left: 568px;
	top: 33px;
}
#mgMap li#mg76 {
	left: 622px;
	top: 95px;
}
#mgMap li#mg77 {
	left: 225px;
	top: 240px;
}
#mgMap li#mg78 {
	left: 209px;
	top: 200px;
}
#mgMap li#mg79{
	left: 650px;
	top: 117px;
}
#mgMap li#mg81{
	left: 622px;
	top: 217px;
}
#mgMap li#mg82{
	left: 578px;
	top: 152px;
}
#mgMap li#mg83{
	left: 530px;
	top: 175px;
}
#mgMap li#mg84{
	left: 459px;
	top: 137px;
}
#mgMap li#mg85{
	left: 608px;
	top: 189px;
}
#mgMap li#mg86{
	left: 642px;
	top: 268px;
}
#mgMap li#mg87{
	left: 628px;
	top: 310px;
}
#mgMap li#mg88{
	left: 417px;
	top: 218px;
}
#mgMap li#mg89{
	left: 620px;
	top: 268px;
}
#mgMap li#mgFujiwara {
	left: 381px;
	top: 71px;
}
#mgMap li#mgOtani {
	left: 320px;
	top: 218px;
}

.chintaiTbl {
}
.chintaiTbl th {
	width: 15em;
	padding-bottom: 5px;
	vertical-align: top;
	color: #8C6D4C;
	font-size: 12px;
	font-weight: bolder;
	line-height: 1.6;
}
.chintaiTbl a {
	background: url(../img/common/iconArR.png) no-repeat left 0.1em;
	padding-left: 11px;
	color: #8C6D4C;
	text-decoration: underline;
}
.chintaiTbl td {
	padding-bottom: 5px;
	vertical-align: top;
	color: #333;
	font-size: 12px;
	line-height: 1.6;
}

.chintaiTbl + .chintaiArea {
	margin-top: 15px;
	padding-top: 20px;
	border-top: 1px dotted #CCC;
}

.chintaiArea {
	margin-bottom: 7px;
	color: #006858;
	font-size: 15px;
	font-weight: bolder;
}

.note {
	background:#F3F3F3;
	padding:1.5em;
	
}

#yotei-ttl {
	margin-top:20px;
	margin-bottom:20px;
}
#res-ttl {
	margin-bottom:25px;
}