@CHARSET "utf-8";


/* レイアウト用CSS */


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400&display=swap');


* {
	margin:0;
	padding:0;
	/*
	font-family :"メイリオ",'Meiryo UI' , 'Arial','Verdana', 'Helvetica',
					'MS P Gothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',
					 "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, 'ＭＳ Ｐゴシック', 'Osaka', 'Helvetica', 'Gothic', 'sans-serif';
					 */

	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing:0.14em;
	/*
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,'Meiryo UI',serif;
	*/
	line-height:180%;
	/*color:#34322b;*/
	
}

img{
	border:none;
	max-width:100%;
}

.smpOnly , .spOnly{
	display:none;
}


.mobileOnly{
	display:only;
}


.clear{
	clear:both;
}


a:link{
	color:#aaccee;
	transition:.3s;
}

a:visited{
	color:#aaccee;
}

a:hover , a:active{
	color:#c59e28;
	text-decoration:underline;
}

span{
	color:inherit;
}


/* ハンバーガーメニュー */


#smpFixedHeader{
	position:fixed;
	top:0;
	right:0;
	width:48px;
	height:48px;
	z-index:9998;
}

#smpFixedHeader:hover{
	cursor: pointer;
}


	

#smpFixedNaviWrapper{
	position:fixed;
	right:-50%;
	z-index:9999;
	top:0;
	right:0;
	width:800px;
	background:rgba(100,95,72,0.9);
	border-radius:0 0 0 2px;
	display:none;
	overflow-y:auto;
	/*overflow-x:hidden;*/
	max-height:100%;
	padding-left:20px;
}

#smpFixedNaviBox{
	position:relative;
	padding-bottom:60px;
}

#smpFixedNaviBox  .menuCloseButton{
	position:absolute;
	right:0;
	top:0;
	width:48px;
	height:48px;
}

#smpFixedNaviBox  .menuCloseButton:hover{
	cursor: pointer;
}

#smpFixedNaviBox .menuHeadline{
	padding:12px 72px 0px;
	text-align:center;
}

#smpFixedNaviBox .menuHeadline img{
	width:240px;
}


#smpFixedNaviBox .smpFixedMainNavi{
	padding:5px 0;
}

#smpFixedNaviBox .smpFixedMainNavi li{
	list-style:none;
	margin:0px 20px 14px;
	width:320px;
	float:left;
}


#smpFixedNaviBox .smpFixedMainNavi li a:link , #smpFixedNaviBox .smpFixedMainNavi li a:visited{
	background:url('../img/icon/arrow_gray.png') no-repeat rgba(52,50,43,0.9);
	border:1px solid #34322b;
	display:block;
	background-position:98% center;
	color:#ffffff;
	font-size:18px;
	padding:6px 14px;
	text-decoration:none;
	text-align:center;
}

#smpFixedNaviBox .smpFixedMainNavi li a:hover , #smpFixedNaviBox .smpFixedMainNavi li a:active{
	background:url('../img/icon/arrow_white.png') no-repeat #c59e28;
	background-position:96% center;
	border:1px solid #8f8461;
	color:#ffffff;
	font-weight:bold;
	transition:.3s;
}

#smpFixedNaviBox .smpFixedMainNavi li .subTitle{
	display:block;
	font-size:16px;
}

#smpFixedNaviBox .smpFixedMainNavi li div{
	border:1px solid #888888;
	background:#888888;
	color:#cccccc;
	font-size:18px;
	padding:6px 14px;
	text-align:center;
}

#smpFixedNaviBox .smpFixedSubNavi{
	padding:0 0 0 20px;
}

#smpFixedNaviBox .smpFixedSubNavi li{
	list-style:none;
	width:159px;
	margin-bottom:10px;
	margin-right:14px;
	float:left;
}

#smpFixedNaviBox .smpFixedSubNavi li:nth-of-type(4n){
	margin-right:20px;
}

#smpFixedNaviBox .smpFixedSubNavi li:nth-of-type(4n+1){
	clear:both;
}

#smpFixedNaviBox .smpFixedSubNavi li a:link , #smpFixedNaviBox .smpFixedSubNavi li a:visited{
	display:block;
	color:#ffffff;
	padding:6px 10px;
	text-decoration:none;
	text-align:center;
	background:url('../img/icon/arrow_gray.png') no-repeat rgba(52,50,43,0.9);
	border:1px solid #34322b;
	background-position:98% center;
	font-size:14px;
}

#smpFixedNaviBox .smpFixedSubNavi li a:hover , #smpFixedNaviBox .smpFixedSubNavi li a:active{
	background:url('../img/icon/arrow_white.png') no-repeat #c59e28;
	background-position:96% center;
	border:1px solid #8f8461;
	color:#ffffff;
	font-weight:bold;
	transition:.3s;
}

#smpFixedNaviBox hr.subNaviDivid{
	width:660px;
	margin:20px 30px 10px;
	border-width:1px 0 0 0;
	border:2px dotted #dddddd;
}



#smpFixedNaviBox ul.smpFixedIconNavi{
	text-align:center;
}

#smpFixedNaviBox ul.smpFixedIconNavi li{
	display:inline-block;
	margin:0 5px;
}

#smpFixedNaviBox ul.smpFixedIconNavi li a:link,
#smpFixedNaviBox ul.smpFixedIconNavi li a:visited{
	display:block;
	padding:10px 20px;
	line-height:100% !important;
}

#smpFixedNaviBox ul.smpFixedIconNavi li a:hover,
#smpFixedNaviBox ul.smpFixedIconNavi li a:active{
	background:#c59e28;
	border-radius:2px;
}

#smpFixedNaviBox ul.smpFixedIconNavi li img{
	width:48px;
	line-height:100% !important;
}


#smpFixedNaviBox .bottomMenuCloseButton{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	padding:10px;
}

#smpFixedNaviBox .bottomMenuCloseButton:hover{
	cursor: pointer;
	background:#c59e28;
	color:#ffffff;
	transition: .3s;
}





/* ヘッダー */

#header{
	background:#222222;
}


	/* サイトバー */

#header .siteBar{
	background:#222222;
	display:flex;
	justify-content: space-between;
}

#header .siteBar .logo{
	max-width:320px;
	padding:5px 5px 0;
}


#header .siteBar .navi{
}


#header .siteBar .navi ul{
	margin-right:52px;

}

#header .siteBar .navi ul li{
	list-style:none;
}

#header .siteBar .navi ul li a:link , #header .siteBar .navi ul li a:visited{
	display:block;
	font-size:16px;
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
	background:#c59e28 url('../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
	padding:10px 36px 10px 20px;
	transition:.3s;
	border-radius:0 0 4px 4px;
}

#header .siteBar .navi ul li a:hover , #header .siteBar .navi ul li a:active{
	background:#6c9bd2 url('../img/icon/arrow_white.png') no-repeat;
	background-position:94% center;
}



#header .headerMainNavi{
	display:none;
}

#header .headerMainNavi{
	margin:10px 0 10px;
	background: linear-gradient(#8f8461, #34322b);
}

#header .headerMainNavi ul{
	list-style:none;
	margin:0 20px;
	display:flex;
}

#header .headerMainNavi ul li{
	/*
	width:125px;
	float:left;
	*/
	width:100%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background: #34322b;
	background: linear-gradient(#8f8461, #34322b);
	overflow-x:hidden;
	
}

#header .headerMainNavi ul li span{
	font-size:11px;
	color:#eeeadd;
	display:block;
	font-weight:normal;
}

#header .headerMainNavi ul li a:link , #header .headerMainNavi ul li a:visited{
	display:block;
	padding:0;
	color:#ffffff;
	text-decoration:none;
	line-height:100% !important;
	letter-spacing:0.08em;
	overflow:hidden;
}

#header .headerMainNavi ul li a:hover , #header .headerMainNavi ul li a:active{
	background: #8f8461;
	background:rgba(255,255,255,0.2);
}

#header .headerMainNavi ul li div{
	padding:0;
	color:#ffffff;
	background: #8f8461;
	background:rgba(255,255,255,0.4);
	line-height:100% !important;
	letter-spacing:0.08em;
	overflow:hidden;
}


/* ぱんくず */

#topicPath{
	font-size:14px;
	padding:10px 10px 10px;
	border-bottom:1px solid #dddddd;
	margin-bottom:20px;
	color:#ffffff;
}

#topicPath img{
	margin-bottom:-3px;
	margin-right:8px;
}


/* コンテンツ部分 */

.containerWrapper{
	background:#222222;
}

.containerWrapper .container{
	width:1000px;
	margin:0 auto;
}


	/* 底部ナビ */
	
div#containerBottomNavi{
	margin-top:40px;
	background: linear-gradient(#8f8461, #34322b);
}
	
div#containerBottomNavi ul{
	list-style:none;
	margin:0 20px;
	display:flex;
}

div#containerBottomNavi ul li{
	width:100%;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	background: #34322b;
	background: linear-gradient(#8f8461, #34322b);
	overflow-x:hidden;
	
}

div#containerBottomNavi ul li span{
	font-size:11px;
	color:#eeeadd;
	display:block;
	font-weight:normal;
}

div#containerBottomNavi ul li a:link , div#containerBottomNavi ul li a:visited{
	display:block;
	padding:0;
	color:#ffffff;
	text-decoration:none;
	line-height:100% !important;
	letter-spacing:0.08em;
	overflow:hidden;
}

div#containerBottomNavi ul li a:hover , div#containerBottomNavi ul li a:active{
	background: #8f8461;
	background:rgba(255,255,255,0.2);
}

div#containerBottomNavi ul li div{
	padding:0;
	color:#ffffff;
	background: #8f8461;
	background:rgba(255,255,255,0.4);
	line-height:100% !important;
	letter-spacing:0.08em;
	overflow:hidden;
}


/* フッター部分 */

#footerWrapper{
	background:#eeeae6;
}


#footer{
	width:1000px;
	margin:0 auto;
	padding: 40px 0 120px;
}

#footer h2.footerHeadline{
	background: linear-gradient(#8f8461, #34322b);
	color:#ffffff;
	font-weight:normal;
	padding:4px 14px;
	font-size:18px;
	border-radius:2px;
	margin-bottom:20px;
	margin-top:20px;
}

#footer p{
	font-size:14px;
	margin:0 14px 16px;
}


table.footerContactTable{
	width:100%;
	border-collapse: separate;
	border-spacing:20px 0;
}

table.footerContactTable tr td{
	width:50%;
	background:#eedd99;
	vertical-align:middle;
	text-align:center;
	border-radius:5px;
}


table.footerContactTable tr td a:link , table.footerContactTable tr td a:visited{
	display:block;
	padding:20px 0;
	text-decoration:none;
	font-weight:bold;
	color:#34322b;
	font-size:20px;
	background:url('../img/icon/arrow_white.png') no-repeat;
	background-position:98% center;
}



table.footerContactTable tr td img.mail{
	height:32px;
	margin-right:10px;
	margin-bottom:-8px;
}

table.footerContactTable tr td:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


table.footerContactTable tr td div.tel{
	background:url('../img/icon/tel.png') no-repeat;
	background-size:auto 100%;
	line-height:110%;
	margin:18px auto;
	display:inline-block;
}

table.footerContactTable tr td div.tel div.caption{
	font-size:10px;
	font-weight:bold;
	line-height:110%;
	margin-left:40px; /* 電話アイコン分 */
}

table.footerContactTable tr td div.tel div.number{
	font-size:32px;
	line-height:110%;
	margin-left:40px; /* 電話アイコン分 */
}


	/* 販売中のソレイユヴィレッジシリーズ */

#footer .solielVillageAvailabeSeries{
	display:flex;
	flex-wrap:wrap;
	margin:10px -10px;
}

#footer .solielVillageAvailabeSeries .object{
	list-style:none;
	width:235px;
	margin:0 10px 20px;
	position:relative;
	background:#ffffff;
}

#footer .solielVillageAvailabeSeries .object .image{
}

#footer .solielVillageAvailabeSeries .object .image a:hover,
#footer .solielVillageAvailabeSeries .object .image a:active{
	opacity:0.7;
}

#footer .solielVillageAvailabeSeries .object .content{
}

#footer .solielVillageAvailabeSeries .object .content h3.objectHeadline{
	color:#34322b;
	padding:10px 16px 14px;
	margin-bottom:20px;
	position:relative;
	text-align:center;
}

#footer .solielVillageAvailabeSeries .object .content h3.objectHeadline .brandName{
	font-size:14px;
	display:block;
	color:#665544;
}

#footer .solielVillageAvailabeSeries .object .content h3.objectHeadline .objectName{
	font-size:18px;
	display:block;
}

#footer .solielVillageAvailabeSeries .object .content h3.objectHeadline:before {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #8f8461;
}

#footer .solielVillageAvailabeSeries .object .content .zehIcon{
	position:absolute;
	top:5px;
	left:5px;
	background: linear-gradient(135deg, rgba(145,196,33,0.8), rgba(0,160,64,0.8));
	color:#ffffff;
	display:block;
	padding:6px 12px;
	font-size:min(3vw,0.8rem);
	border-radius:2px;
	font-weight:bold;
}

#footer .solielVillageAvailabeSeries .object .content .catchIcon{
	position:absolute;
	top:5px;
	left:5px;
	background: linear-gradient(135deg, rgba(224,135,36,0.7), rgba(180,100,22,0.7));
	color:#ffffff;
	display:block;
	padding:6px 12px;
	font-size:min(3vw,0.8rem);
	border-radius:2px;
	font-weight:bold;
}

#footer .solielVillageAvailabeSeries .object .content .statusButton{
	color:#34322b;
	/*background: linear-gradient(#8f8461, #34322b);*/
	background:#eeece0;
	padding:4px 16px;
	margin:10px 16px;
	margin-top:4px;
	text-align:center;
	font-weight:bold;
	display:inline-block;
	font-size:14px;
}

#footer .solielVillageAvailabeSeries .object .content .access{
	padding:4px 16px;
	font-size:12px;
	color:#666666;
}



#footer .solielVillageAvailabeSeries .object .content .link a:link,
#footer .solielVillageAvailabeSeries .object .content .link a:visited{
	display:block;
	color:#ffffff;
	padding:10px 16px;
	text-decoration:none;
	border-radius:3px;
	margin:10px 16px 14px;
	background:url('../img/icon/arrow_narrow_white.png') no-repeat #c59e28;
	background-position:98% center;
	font-weight:bold;
	text-align:center;
}

#footer .solielVillageAvailabeSeries .object .content .link a:hover,
#footer .solielVillageAvailabeSeries .object .content .link a:active{
	color:#ffffff;
	padding:10px 16px;
	text-decoration:none;
	border-radius:3px;
	margin:10px 16px 14px;
	background:url('../img/icon/arrow_narrow_white.png') no-repeat #c59e28;
	background-position:94% center;
	font-weight:bold;
	text-align:center;
	opacity:0.7;
}




	/* 販売中のソレイユヴィレッジシリーズここまで */


div#footer div.footerLogo{
	width:1000px;
	margin:0 auto 40px;
	font-size:18px;
}

div#footer div.footerLogo img{
	width:300px;
}

	
div#footer div.footerNavi{
	font-size:14px;
	text-align:center;
	margin-top:20px;
}


div#footer div.footerNavi a:link , div#footer div.footerNavi a:visited{
	color:#34322b;
}

div#footer div.footerNavi a:hover , div#footer div.footerNavi a:active{
	color:#24ade2;
}


div#footer div.copyright{
	font-size:14px;
	text-align:center;
}


/* ページ右上に固定表示の資料請求ボタン */

div#fixedDocumentRequest{
	position:fixed;
	top:8px;
	right:8px;
	z-index:500;
}

div#fixedDocumentRequest img:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}


/* ページ上部へ */

div#fixedGoTop{
	position:fixed;
	z-index:500;
	right:10px;
	bottom:10px;
}



/* 共通部分 */

.containerWrapper p{
	font-size:16px;
	margin-bottom:24px;
	color:#eeeeee;
}

.containerWrapper p .sup{
	font-size:12px;
	vertical-align:top;
}

.catch{
	font-size:28px !important;
}

.containerWrapper .annotation{
	font-size:12px;
	color:#cccccc;
}


.superScript{
	font-size:10px;
	vertical-align: top;
}

.annotation{
	font-size:12px;
	color:#666666;
}


h1.headline{
	font-size:40px;
	color:#f9f4e0;
	margin-bottom:70px;
	margin-top:40px;
	position: relative;
	text-align:center;
	padding-bottom:20px;
}

h1.headline .subTitle{
	display:inline-block;
	border-radius:40px;
	color:#34322b;
	background:#eee5cc;
	padding:10px 20px;
	font-size:14px;
	margin-bottom:14px;
}

h1.headline .supplement{
	display:block;
	color:#f9f4e0;
	font-size:16px;
	padding-top:5px;
}

h1.headline:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #8f8461;
}

.containerWrapper div.headlineAfter{
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.3em;
	color:#8f8461;
	padding-bottom:10px;
	border-bottom:5px #e0d8cc solid;
	margin-bottom:40px;
	margin-top:-40px;
}

.containerWrapper h2.headline{
	font-size:32px;
	border-left:4px solid #8f8461;
	padding:8px 0 8px 20px;
	margin-top:60px;
	margin-bottom:40px;
	color:#f9f4e0;
}


.containerWrapper h2.headline .sup{
	font-size:16px !important;
	color:inherit;
}


.containerWrapper h3.headline{
	color:#f9f4e0;
	padding:14px 16px 10px;
	font-size:26px;
	border-bottom:5px #998877 solid;
	margin-bottom:40px;
	margin-top:40px;
	font-weight:bold;
}

.containerWrapper h3.headline .sup{
	font-size:16px !important;
	font-weight:inherit;
	color:inherit;
}

.containerWrapper h4.headline{
	color:#34322b;
	font-size:18px;
	margin-top:20px;
	margin-bottom:14px;
}



/* バナーリスト */


	/* 各ページへのバナー */

ul.contentsBannerList{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin:0 -20px;
}

ul.contentsBannerList li{
	width:480px;
	margin:0 20px 40px;
}


ul.linkBannerList{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	margin:0 -20px;
}

ul.linkBannerList li{
	width:480px;
	margin:0 20px 40px;
}

ul.linkBannerList li.full{
	width:1000px;
}

ul.contentsBannerList li img:hover,
ul.linkBannerList li img:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	transition:.3s;
}


	/* リンクボタン */

div.linkButton{
	margin:30px 0 40px;
	text-align:center;
}

div.linkButton a:link , div.linkButton a:visited{
	color:#ffffff;
	padding:16px 40px;
	text-decoration:none;
	border-radius:3px;
	background:url('../img/icon/arrow_narrow_white.png') no-repeat #c59e28;
	background-position:96% center;
}

div.linkButton a:hover , div.linkButton a:active{
	background:url('../img/icon/arrow_narrow_white.png') no-repeat #6c9bd2;
	background-position:94% center;
}



	/* ローンシミュレーター */
	
div#loanSimulatorWrapper{
}

div#loanSimulatorWrapper dl.formUnit{
	width:25%;
	float:left;
}

div#loanSimulatorWrapper dl.formUnit dt{
	background:#445577;
	color:#ffffff;
	padding:4px 12px;
	margin-right:10px;
	border-radius:4px;
}

div#loanSimulatorWrapper dl.formUnit dt span.required{
	color:#ffffff;
	font-weight:bold;
}

div#loanSimulatorWrapper dl.formUnit dd{
	padding:8px 12px;
	font-size:12px;
	text-align:center;
	background:#ddeeff;
	margin:4px 10px 0 0;
}

div#loanSimulatorWrapper dl.formUnit dd input{
	width:50%;
	font-size:18px;
	text-align:center;
	padding:8px 0;
	line-height:100%;
}

div#loanSimulatorWrapper dl.formUnit dd input::-webkit-input-placeholder{
	color:#999999;
	font-size:12px;
}

div#loanSimulatorWrapper dl.formUnit dd input:-ms-input-placeholder{
	color:#999999;
}


div#loanSimulatorWrapper dl.formUnit dd select{
	width:50%;
	font-size:18px;
	text-align:center;
	padding:4px 5px;
}

input#simulateTrigger{
	display:block;
	margin:10px auto;
	width:40%;
	font-size:22px;
	background:linear-gradient(#cccccc, #eeeeee);
	border-radius:4px;
	border:solid 2px #cccccc;
	color:#222222;
	padding:5px 0;
}

input#simulateTrigger:hover{
	cursor:pointer;
}


div#simulatorResultWrapper ul.alertList{
	list-style:none;
}

div#simulatorResultWrapper ul.alertList li{
	border-radius:8px;
	background:#ff5555;
	color:#ffffff;
	margin:0 0 10px;
	padding:6px 14px 8px;
	border-left:10px solid #ff9999;
}

h3.simulatorHeadline{
	background:linear-gradient(#c59e28, #a58223);
	color:#ffffff;
	border-radius:14px 2px 10px 2px;
	font-weight:normal;
	padding:5px 18px;
	letter-spacing:0.1em;
	margin-top:20px;
	margin-bottom:10px;
}


dl.simulatorResultList dt{
	float:left;
	margin-right:10px;
	padding-top:12px;
	font-weight:bold;
	margin-bottom:10px;
}

dl.simulatorResultList dd{
	float:left;
	font-size:28px;
	font-weight:bold;
	margin-bottom:10px;
	color:#bf0000;
}

dl.simulatorResultList dd span.prefix{
	font-size:12px;
	color:#333333;
	font-weight:normal;
	margin-left:5px;
}


table.simulatorResultTable{
	margin-bottom:10px;
}

table.simulatorResultTable tr th{
	/*background:#f5e9cc;*/
	background:#dddddd;
	color:#333333;
	padding:6px 12px;
}

table.simulatorResultTable tr td{
	color:#333333;
	padding:6px 12px;
	border-bottom:1px dotted #bbbbbb;
	border-right:1px dotted #bbbbbb;
	text-align:center;
	background:#eeeeee;
}

table.simulatorResultTable tr.current th , table.simulatorResultTable tr th.current{
	background:#ffcccc;
}

table.simulatorResultTable tr.current td , table.simulatorResultTable tr td.current{
	background:none;
}

table.simulatorResultTable tr.current td.current{
	background:#ff5555;
	color:#ffffff;
	font-weight:bold;
	font-size:20px;
}

	/* おしうり無し */

.reliefCatch{
	margin:20px 0 0px;
	font-size:20px;
	color:#eeeeee;
	text-align:center;
}

.reliefCatch .established{
	color:#dd8822;
	font-size:38px;
}

.reliefServiceList{
	text-align:center;
}

.reliefServiceList li{
	list-style:none;
	display:inline-block;
	padding:8px 12px;
	margin:20px 10px;
	background:#eeddcc;
	color:#34322b;
}






/* サイトトップメッセージ */

div.siteTopMessage{
	margin:0 0 20px;
}

div.siteTopMessage a:link , div.siteTopMessage a:visited{
	display:block;
	text-decoration:none;
	background:url('../img/icon/arrow_narrow_white.png') no-repeat #c59e28;
	background-position:98% center;
	color:#ffffff;
	padding:6px 18px;
	border-radius:2px;
	font-size:16px;
}

div.siteTopMessage a:hover , div.siteTopMessage a:active{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}




/* instagram表示 */


	/* 物件ごと */
	
#includeObjectInstagram table{
	margin:20px auto 0;
}

/*
#includeObjectInstagram{
	padding:10px 0 30px;
	color:#333333;
	background:#ffffff;
	margin:0 0 40px;
	border-bottom:1px solid #bbbbbb;
}
*/

#includeObjectInstagram ul.objectInstagramImageList{
	display: flex;
	flex-wrap: wrap;
	/*max-width: 600px;*/
}

#includeObjectInstagram ul.objectInstagramImageList li{
	display: block;
	position: relative;
	width:25%;
}

#includeObjectInstagram ul.objectInstagramImageList li::before {
  content: "";
  display: block;
  padding-top: 100%;
}


#includeObjectInstagram ul.objectInstagramImageList li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}

#includeObjectInstagram ul.objectInstagramImageList li video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}


#includeObjectInstagram ul.objectInstagramImageList li img:hover,
#includeObjectInstagram ul.objectInstagramImageList li video:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition:.3s;
}


		/* フッター用Instagram */

div.footerInstagramBox{
	padding:10px 0 30px;
	color:#333333;
	background:#ffffff;
	margin:0 0 40px;
	border-bottom:1px solid #bbbbbb;
}

div.footerInstagramBox table{
	margin:14px auto;
	line-height:100% !important;
}

div.footerInstagramBox table th,
div.footerInstagramBox table td{
	vertical-align:middle;
}

/*
div.footerInstagramBox dl dd ul li{
	list-style:none;
	float:left;
	width:16.66%;
	height:0;
	position: relative;
	padding-bottom: 16.66%;
	height: 0;
	overflow: hidden;
}


div.footerInstagramBox dl dd ul li img{
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
}

div.footerInstagramBox dl dd ul li video{
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
}

div.footerInstagramBox dl dd ul li img:hover,
div.footerInstagramBox dl dd ul li video:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition:.3s;
}
*/

.footerInstagramBox dl dd ul{
	display: flex;
	flex-wrap: wrap;
	/*max-width: 600px;*/
}

.footerInstagramBox dl dd ul li{
	display: block;
	position: relative;
	width:20%;
}

.footerInstagramBox dl dd ul li::before {
  content: "";
  display: block;
  padding-top: 100%;
}


.footerInstagramBox dl dd ul li img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}

.footerInstagramBox dl dd ul li video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
}


.footerInstagramBox dl dd ul li img:hover,
.footerInstagramBox dl dd ul li video:hover{
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	transition:.3s;
}


/* 固定フッターメニュー */

.fixedFooterNaviWrapper{
	position:fixed;
	bottom:0;
	width:100%;
}

.fixedFooterNavi{
	width:640px;
	margin:0 auto;
	/*
	background:rgba(255,255,255,0.9);
	*/
	/*
	border-left:3px solid #8f8461;
	border-top:3px solid #8f8461;
	border-right:3px solid #8f8461;
	*/
}

.fixedFooterNavi ul li{
	list-style:none;
	width:19%;
	float:left;
	text-align:center;
}

.fixedFooterNavi ul li.mainIcon{
	width:24%;
	float:left;
}



.fixedFooterNavi ul li img{
	height:32px;
}

.fixedFooterNavi ul li.mainIcon img{
	height:44px;
}

.fixedFooterNavi ul li a:link , .fixedFooterNavi ul li a:visited{
	display:block;
	padding:4px 0;
	line-height:100% !important;
	background:rgba(255,255,255,0.8);
	border:1px solid #aa9977;
	margin:16px 4px 0px 4px;
	transition: .3s;
}

.fixedFooterNavi ul li.mainIcon a:link , .fixedFooterNavi ul li.mainIcon a:visited{
	padding:4px 0;
	margin:4px 4px;
}

.fixedFooterNavi ul li:nth-of-type(2) a:link , .fixedFooterNavi ul li:nth-of-type(2) a:visited,
.fixedFooterNavi ul li:nth-of-type(3) a:link , .fixedFooterNavi ul li:nth-of-type(3) a:visited
{
}

.fixedFooterNavi ul li:nth-of-type(5) a:link , .fixedFooterNavi ul li:nth-of-type(5) a:visited{
}

.fixedFooterNavi ul li a:hover , .fixedFooterNavi ul li a:active{
	/*
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	*/
	background:#c59e28;
	transition: .3s;
	padding:4px 0;
	margin:4px 4px;
}

.fixedFooterNavi ul li.mainIcon a:hover , .fixedFooterNavi ul li.mainIcon a:active{
	
}

@media screen and (max-height: 640px) {
	.fixedFooterNavi{
		display:none;
	}
}

@media screen and (min-height: 641px) {
	.fixedFooterNavi{
		display:block;
	}
}


	/* 物件全体の注意事項 */
	
.generalNotesList{
	padding-left: 20px;
    margin: 40px 20px;
}
	
.generalNotesList li{
	font-size:12px;
	color:#cccccc;
	list-style:none;
	text-indent: -14px;
}




	/* ショート動画 */

.youtubeShort{
	width:25%;
	aspect-ratio: 9 / 16;
	float:left;
}

.youtubeShort iframe{
	width:100%;
	height:100%;
}


.youtubeBox{
	margin:10px;
}

.youtubeBox .youtube{
	clear:both;
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.youtubeBox .youtube iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.youtubeBox .youtube .title{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}



#includeObjectInstagram{
	width:1000px;
	margin-top:60px;
}





