@charset "shift_jis";

/*
---------------------------------------------------------------------------
■制作元：テンプレートパーティー
■URL：http://template-party.com/
---------------------------------------------------------------------------*/

body {
	color: #666666;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 13px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	background: #9d8e83;	/*背景色*/
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #666666;
}
a:hover {
	color: #6f4320;	/*マウスオン時の文字色*/
	text-decoration: none;	/*オン時に下線を消す設定。消さないならこの１行削除。*/
}

/*コンテナー（HPを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 960px;	/*HP幅*/
	margin-right: auto;
	margin-left: auto;
	background: #FFF;	/*背景色*/
	padding: 0px 10px;	/*HPの左右に少し余白を設ける設定*/
	border-right: 1px solid #9A7B62;	/*HPの右側の線*/
	border-left: 1px solid #9A7B62;		/*HPの左側の線*/
}

/*ヘッダー（サイト名が入っているブロック）
---------------------------------------------------------------------------*/
#header {
	text-align: left;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
}
/*ロゴ設定*/
#header h1 {
	font: normal 30px;
}
#header h1 span {
	color: #6f4320;	/*ロゴのアクセントカラー設定*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
ul#menu {
	height: 40px;
	background: #6f4320;	/*メニュー背景色*/
}
ul#menu li {
	float: left;
}
ul#menu li a {
	line-height: 40px;
	height: 40px;
	color: #FFF;	/*文字色*/
	text-decoration: none;
	text-align: center;
	display: block;
	width: 159px;
	border-right: 1px solid #FFF;	/*メニューごとの右側に入る線の幅、線種、色*/
}
ul#menu li a:hover {
	background: #9a7b62;	/*マウスオン時の背景色*/
}
ul#menu li.last a {
	border-right-style: none;
}

/*コンテンツ（contents-in,side,footerを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*mainとsubを囲むコンテンツ
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 750px;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*contents-inにはmainとsubブロックがあり、mainを右側によせる設定*/
	width: 750px;	/*メインコンテンツ幅*/
	padding-bottom: 30px;
	padding-top: 20px;
}
/*h2タグ設定*/
#main h2 {
	font-size: 22px;	/*文字サイズ*/
	clear: both;
	width: 750px;
	color: #6f4320;		/*文字色*/
	border-bottom: 3px solid #6f4320;	/*下線の幅、線種、色*/
}


#main h4 {
	font-size: 18px;	/*文字サイズ*/
	clear: both;
	width: 738px;
	color: #6f4320;		/*文字色*/
	border-style:groove;
	border-width:5px;
	padding-left:4px;
	margin-top:3px;
}

#main h4 a {
	text-decoration:none;
}

#main dt {
	text-align:right;
	padding-right:5px;
}

/*段落タグの余白設定*/
#main p {
	margin: 0 10px;
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
	font-size:16px;
	line-height: 22px;
	text-align: justify;
}

/*トップページのメイン画像*/
#main p#mainimg {
	padding-top: 0px;
}

/*物件ボックス（メインコンテンツ用）
---------------------------------------------------------------------------*/
#main .box1 {
	padding: 10px;	/*ボックス内の余白*/
	border: 1px solid #6f4320;	/*枠線の幅、線種、色*/
	width: 520px;
	overflow: hidden;
	margin-bottom: 0.5em;
}
/*ボックス内のh3タグ設定*/
#main .box1 h3 {
	color: #6f4320;	/*文字色*/
	font-size: 100%;
}
#main .box1 h3 a {
	color: #6f4320;	/*リンク設定した場合の文字色*/
}
/*ボックス内のpタグ設定*/
#main .box1 p {
	padding: 0px;
}
/*ボックス内のimg(イメージ画像)タグ設定*/
#main .box1 img {
	float: left;	/*イメージ画像を左側に回り込みさせる設定*/
	margin-right: 10px;	/*イメージ画像の右側にあけるスペース*/
}

/*サブコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*contents-inにはmainとsubブロックがあり、subを左側によせる設定*/
	width: 190px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
	padding-top: 20px;
}

/*サブメニュー（subとsideで使っているサブメニュー）
---------------------------------------------------------------------------*/
ul.submenu {
	margin-bottom: 1em;
}
ul.submenu li a {
	display: block;
	width: 178px;
	text-decoration: none;
	border-right: 1px solid #6f4320;	/*右側の線の幅、線種、色*/
	border-bottom: 1px solid #6f4320;	/*下部の線の幅、線種、色*/
	border-left: 1px solid #6f4320;	/*左側の線の幅、線種、色*/
	padding: 5px;	/*余白*/
}
ul.submenu li a:hover {
	background: #ebebeb;	/*マウスオン時の背景色*/
}

/*サイドコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: right;	/*右側に回り込み*/
	width: 190px;	/*サイドコンテンツ幅*/
	padding-top: 20px;
	padding-bottom: 30px;
}

/*サイド・サブ共通
---------------------------------------------------------------------------*/
/*h3タグ設定*/
#sub h3,
#side h3 {
	font-size: 100%;			/*文字サイズ*/
	padding: 5px;				/*余白*/
	color: #FFF;				/*文字色*/
	background: #9a7b62;		/*背景色*/
	border: 1px solid #6f4320;	/*枠線の幅、線種、色*/
}
/*段落タグの余白設定*/
#sub p,
#side p {
	padding: 0.5em 0px 1em;	/*左から、上、左右、下への余白*/
}
/*不動産インフォで使っているブロック*/
#sub .box2,
#side .box2 {
	font-size: 11px;	/*文字サイズ*/
	line-height: 1.6;	/*行間*/
	padding: 5px;		/*ボックス内の余白*/
	border-right: 1px solid #6f4320;	/*ボックスの右側の線の幅、線種、色*/
	border-bottom: 1px solid #6f4320;	/*ボックスの下側の線の幅、線種、色*/
	border-left: 1px solid #6f4320;		/*ボックスの左側の線の幅、線種、色*/
}

/*物件ボックス（サイド・サブ共通）
---------------------------------------------------------------------------*/
#sub .box1,
#side .box1 {
	padding: 5px 0px;	/*左から、上下、左右への余白*/
	width: 190px;
	font-size: 10px;	/*文字サイズ*/
	line-height: 1.4;	/*行間*/
	border-bottom: 1px solid #6f4320;	/*ボックスの下線の幅、線種、色*/
	overflow: hidden;
}
#sub .box1 img,
#side .box1 img {
	float: left;	/*イメージ画像を左に回り込み*/
	margin-right: 5px;	/*イメージ画像の右側にスペースを空ける*/
	vertical-align: bottom;
}
#sub .box1 p,
#side .box1 p {
	padding: 0px;
}
#sub .box1 h4,
#sub .box1 h4 a,
#side .box1 h4,
#side .box1 h4 a {
	color: #6f4320;	/*ボックス内のh4タグの文字色*/
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	text-align: center;	/*文字をセンタリング*/
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 11px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	background: #6f4320;	/*背景色*/
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#main .new {
	overflow: auto;
	height: 150px;	/*ボックスの高さ*/
	width: 540px;
}
#main .new dl {
	clear: left;
	width: 520px;
	border-bottom: 1px dotted #999;	/*日付ごとの下線の幅、線種、色*/
	overflow: hidden;
}
#main .new dt {
	font-weight: bold;
	float: left;
	width: 100px;
}
#main .new dd {
	float: left;
	width: 420px;
}
#main .new dd img {
	vertical-align: middle;
}
*html #main .new dd img {
	margin-top:0.5em;
	vertical-align: baseline;
}

/*物件詳細ページの「物件を問い合わせる」パーツ設定
---------------------------------------------------------------------------*/
.toiawasebtn a {
	font-size: 16px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	text-decoration: none;
	background: #6f4320;	/*背景色*/
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 250px;		/*ボタンの幅*/
	text-align: center;
	border: 3px double #FFF;	/*枠線の幅、線種、色*/
}
.toiawasebtn a:hover {
	background: #9a7b62;/*マウスオン時の背景色*/
}

/*テーブル１
---------------------------------------------------------------------------*/
.ta1 {
	border: 3px solid #6f4320;	/*テーブルの外側の枠線の幅、線種、色*/
	width: 540px;
}
.ta1 td, .ta1 th{
	border: 1px solid #6f4320;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.ta1 td{
	width: 317px;
	padding: 10px;
	vertical-align: top;
}
/*テーブル内の左側の見出し部分*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background: #ebebeb;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background: #9a7b62;
	color: #FFF;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background-color: #ebebeb;
}
.mb1em {
	margin-bottom: 1em;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px;
	list-style: disc;
}
ol {
	padding: 0em 30px;
}
.color1 {
	color: #E1000E;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}


@media screen and (max-width:767px) {


#header {
	width: 100%;
}
#base {
	width: 100%;
}

#head {
	width: 100%;
}

#head img#logo {
	position: static;
}

/*
#container {
	width: 100%;
}

#contents {
	width: 100%;
}

#main {
	width: 100%;
}

*/

#wrapper {
	width: 100%;
}

#wrapper,.inner{
	width: 100%;
}


img { 
    width: 100%; 
    height:auto;
}

#visual {
	width: 100%;
}



#imgArea {
	width: 100%;
}

#mainImg {
	height:auto;
}


div.section {
	width: 100%;
}

#hdbox1 {
	min-width: 100%;
}

#hdbox2 {
	min-width: 100%;
}

#hdbox3 {
	min-width: 100%;
}

#content {
	width: 100%;
	clear: left;
}

#main {
	width: 100%;
}

#navi {
	width: 100%;
	position: static;
}

#gnavi {
	width: 100%;
}

#gnavi li {
	float:none;
}


navi li ,section{
		flex-direction: column; /* 縦並び */
	}

gnavi li ul{
float:none;
}

#naviArea {
	width: 100%;
}


#mainVisual .mainVisualInr {
	width: 100%;
}

#globalNavi ul {
	width: 100%;
}


#main h1 {
	background: url(../img/bg-h1.png) no-repeat center center;
	padding: 4px 0 0 32px;
	background-size:cover;
	background-size: contain;
	width: 92%;
	font-size:16px;
}


#adshu {
	width:100%;
	padding:0px;
	margin-left:0%;

}

#nomal {
	width:95%;
	margin-bottom:10px;
	margin-left:0%;
	padding:0px;

}

#sub {
	width: 100%;
}


#footer {
	width: 100%;
}

#footer .footerInr {
	width: 100%;
}

nav#mainNav ul {
		width: 100%;
}



#footerContents {
	width:100%;
}


	nav ul,section{
		flex-direction: column; /* 縦並び */
	}
	nav ul{
		display:inline;
		padding: 0 0 1.5%;
	}
	nav ul li{
		width: 100%;
		margin-top: 5px;
		float:none;
	}
	nav ul li a{
	}

.box,

/*
#container {
	width: 100%;
}
*/

#top-navi {
	width: 100%;
}



#footer {
	width: 100%;
}

#top-navi table {
	width: 100%;
}

div.main-textarea {
	width: 100%;
}

#contents {
	width: 100%;
}
#header {
	width: 100%;
}

ul#menu {
	width: 100%;
}


h2{
width: 100%;
	
}
#gnavi {
	width: 100%;
	display: flex;
}
div .over {
	width: 100%;
}
#footer {
	width: 100%;
}

#wrap {
	width: 100%;
}

#contents {
	width: 100%;
}

#container {
  width: 100%;
}
#contents-in {
  width: 100%;
}
#main h2 {
  width: 100%;
}
ul#menu li {
 background: #6f4320;
}

#main h4 {
  width: 100%;
}