@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #555;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #fff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #555;	/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
a:hover {
	color: #f6ab00;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}
/* 画像リンク・マウスオーバー・*/
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}
/*containerブロック
---------------------------------------------------------------------------*/
#container {
	max-width: 1500px;	/*サイトの最大幅*/
	margin: 0 auto;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: relative;
	height: 100px;	/*ヘッダーの高さ*/
	margin: 0 3%;	/*上下、左右へのボックスの外側のスペース*/
}
/*ロゴ画像*/
header #logo {
	width: 400px;		/*ロゴ画像の幅*/
	position: absolute;
	left: 1%;		/*ヘッダーブロックの左からの配置指定*/
	bottom: 10px;	/*ヘッダーブロックの下からの配置指定*/
}
/*右ブロック*/
header #mainimg {
	position: absolute;
    width: 54%;
	right: 0%;		/*ヘッダーブロックの右からの配置指定*/
	bottom: 20px;	/*ヘッダーブロックの下からの配置指定*/
}




/*メイン画像（トップページへの追加設定）*/
#top {	position: static;}

/*コンテンツ（メインメニューとmainとsubを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	clear: both;overflow: hidden;
	padding: 0 3%;	/*上下、左右へのボックス内の余白*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	overflow: hidden;
	padding-bottom: 50px;	/*左右ブロックとの間のスペース*/
}
/*メニュー１個あたりの設定*/
#menubar li {
	float: left;	/*左に回り込み*/
	position: relative;
	width: 19.8%;		/*メニュー幅。5個なので100÷5=20。4個にしたいなら25%にする。*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	font-weight: bold;	/*太字にする*/
	border-left: 1px solid #FFF;
}
#menubar li a {
	display:  block;text-decoration: none;
	background: #30671a;	/*背景色*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	padding: 10px 0;	/*上下、左右へのメニュー内の余白*/
}
/*英語表記（飾り文字）*/
#menubar li a span {
	display: block;
	font-weight: normal;	/*太字を標準にする*/
	font-size: 10px;	/*文字サイズ*/
}
/*マウスオン時と、現在表示中メニューの設定*/
#menubar li a:hover {
	background: #659c35;	/*背景色*/
}

/*マウスオン時と、現在表示中メニューの設定*/
#menubar li.current a {
	background: #83b232;	/*背景色*/
}
/*日本語の飾り文字（ふきだし風）*/
#menubar li.current a span::before {
	content: "▼";	/*表示するテキスト。変更してもOKですが機種依存文字は使わないように。*/
	position: absolute;
	bottom: -15px;	/*メニューの下から-15pxの場所に配置*/
	left: 47%;		/*メニューの左から-47%の場所に配置*/
	color: #83b232;		/*文字色*/
	font-size: 14px;	/*文字サイズ*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main {
	float: left;	/*左に回り込み*/
	width: 72%;		/*幅*/
}
/*h2タグの設定*/
#main h2 {
	clear: both;
	font-size: 18px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔*/
	margin-bottom: 20px;	/*見出しの下にとるスペース*/
	padding: 10px 20px;		/*上下、左右への余白*/
	color: #fff;	/*文字色*/
	background: #83b232;	/*背景色、背景画像の読み込み*/
}
/*mainコンテンツのh2タグの１文字目への設定*/
#main h2::first-letter {
	border-left: 3px solid #30671a;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 15px;	/*アクセントラインと文字の間にとる余白*/
}

/*mainコンテンツのh3タグの設定*/
#main h3 {
  position: relative;
  clear: both;
  color: #30671a;	/*文字色*/
  margin-bottom: 20px;	/*見出しの下にとるスペース*/
  padding: 4px 20px 4px 40px;	/*上下、左右への余白*/
  border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}

#main h3:before {
  position: absolute;
  top: calc(50% - 7px);
  left: 15px;
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 10%;
  background: #83b232;
}


/*段落タグ設定*/
#main p {
	padding: 0px 20px 10px;	/*上、左右、下への余白*/
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section+section {
	margin-top: 50px;
}

/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	position: relative;overflow: hidden;
	margin-bottom: 15px;	/*ボックスの下に空ける余白*/
}
#main .list a {
	text-decoration: none;display: block;overflow: hidden;
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	padding: 3%;	/*ボックス内の余白*/
}
#main .list a:hover {
	border: 1px solid #999;	/*マウスオン時の枠線の幅、線種、色*/
}
/*各ボックスの設定（※compactタイプへの追加設定）*/
#main .list.compact {
	box-shadow: none;
	width: 18.4%;			/*幅*/
	float: left;		/*左に回り込み*/
	margin-left: 1.3%;	/*左側に空けるスペース*/
	font-size: 15px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#main .list.compact a {
	height: 240px;	/*高さ*/
	border: none;
	padding: 0;
}
/*ボックス内のh4タグ設定*/
#main .list h4 {
	margin-bottom: 0.5em;
	color: #30671a;		/*文字色*/
	margin-left: 22%;	/*左側の写真幅とのバランスをとって設定*/
}
/*ボックス内のh4タグの１文字目への設定*/
#main .list h4::first-letter {
	border-left: 3px solid #30671a;	/*左側の線の幅、線種、色*/
	padding-left: 10px;	/*線と文字との余白*/
}
/*ボックス内のh4タグ設定（※compactタイプへの追加設定）*/
#main .list.compact h4 {
	border: none;
	margin-left: 0;
}
/*ボックス内のh4タグの１文字目への設定（※compactタイプへの追加設定）*/
#main .list.compact h4::first-letter {
	border: none;
	padding: 0;
}
/*ボックス内の段落タグ設定*/
#main .list p {
	padding: 0px;
	margin-left: 22%;	/*左側の写真幅とのバランスをとって設定*/
}
/*ボックス内の段落タグ設定（※compactタイプへの追加設定）*/
#main .list.compact p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 20%;		/*写真の幅*/
	margin-right: 2%;	/*写真の右側に空ける余白*/
}
/*マウスオン時のボックス内の写真設定*/
#main .list a:hover figure img {
	opacity: 0.8;	/*透明度80%にする設定*/
}
/*ボックス内の写真設定（※compactタイプへの追加設定）*/
#main .list.compact figure img {
	float: none;
	margin: 0;
	margin-bottom: 10px;
	border: none;
	width: auto;
	padding: 0;
}
/*マウスオン時のボックス内の写真設定（※compactタイプへの追加設定）と、ボックスにoption2スタイルが指定された場合の画像の設定。*/
.list.option2 a:hover figure img,
.list.option2 figure img {
	opacity: 0.3 !important;
}

/*登録日情報*/
#main .list .date {
	display: block;
	font-size: 11px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	text-align: right;	/*テキストを右側に*/
}

/*一覧ページの各物件ボックス内のテーブル
---------------------------------------------------------------------------*/
#main .list table {
	font-size: 12px;	/*文字サイズ*/
	width: 78%;			/*テーブル幅*/
	margin-bottom: 5px;
}
#main .list table,
#main .list table td,
#main .list table th{
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
}
#main .list table td,
#main .list table th{
	padding: 1%;	/*テーブル内の余白*/
}
/*色のついた見出しブロック*/
#main .list table th{
	width: 20%;		/*幅*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: normal;	/*デフォルトの太字を標準にする設定*/
	background: #edf0f5;	/*背景色*/
}
/*白い説明用ブロック*/
#main .list table td {
	width: 30%;	/*幅*/
}

/*詳細ページの画像切り替え（imgchg_pack.js）※一般のhtmlテンプレートで利用。
---------------------------------------------------------------------------*/
/*大きな画像のボックスと説明文を入れるボックス*/
#item-image {
	position: relative;
}
/*大きな画像の１行目*/
#item-image #item_image1 {
	z-index:2;
	position:relative;
	overflow:hidden;
}
/*大きな画像の２行目*/
#item-image #item_image2 {
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
}
/*サムネイル画像*/
.thumbnail {
	width: 80px;	/*画像の幅*/
	height: 80px;	/*画像の高さ*/
	border: 1px solid #dcdcdc;	/*枠線の幅、線種、色*/
	margin-bottom: 15px;
}
.thumbnail:hover {
	border: 1px solid #999;	/*マウスオン時の枠線の幅、線種、色*/
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
#sub {
	float: right;	/*右に回り込み*/
	width: 24%;		/*幅*/
}
/*subコンテンツ内のh2タグ設定*/
#sub h2 {
	padding-bottom: 10px;
}
/*subコンテンツのh2タグの１文字目への設定*/
#sub h2::first-letter {
	border-left: 3px solid #b5b5b5;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 10px;	/*アクセントラインと文字の間にとる余白*/
}

/*サブコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
#sub ul.submenu {
	margin-bottom: 15px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
#sub ul.submenu li {
	background: #fff;	/*背景色*/
	border-bottom: solid 1px #dcdcdc;	/*下の線の線種、幅、色*/
}
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	padding: 2px 10px;	/*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox
---------------------------------------------------------------------------*/
#sub .box {
	padding: 15px;			/*ボックス内の余白*/
	margin-bottom: 15px;	/*ボックスの下に空けるスペース*/
	background: #f2f2f2;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.05);	/*背景色。0,0,0は黒で0.05は透明度5%の事。*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	box-shadow: 0px 0px 1px 1px #fff inset;	/*ボックスの影。内側に白のラインを入れる。*/
	border-radius: 4px;	/*角丸のサイズ*/
}
/*box1内のメニューの設定*/
#sub .box ul.submenu {
	margin-bottom: 0px;
}

/*サブコンテンツ内の物件一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list {
	position: relative;overflow: hidden;
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.2;	/*行間を狭くする*/
}
#sub .list a {
	text-decoration: none;display: block;overflow: hidden;
	padding: 10px;	/*ボックス内の余白*/
	border-top: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	background: #fff;	/*背景色*/
}
/*最後ボックスの設定*/
#sub .list:last-of-type a {
	border-bottom: 1px solid #dcdcdc;	/*上の線の幅、線種、色*/
	margin-bottom: 20px;	/*下に空けるスペース*/
}
/*ボックス内のh4タグ設定*/
#sub .list h4 {
	font-weight: bold;
	padding: 22px 0px 0px 0px;	/*ボックス内の余白*/
}
/*ボックス内の写真設定*/
#sub .list figure img {
	float: left;	/*画像を左へ回り込み*/
	width: 25%;		/*写真の幅*/
	margin-right: 5px;	/*写真の右側に空ける余白*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	background: #eeeeee;	/*背景色（古いブラウザ用）*/
	color: #555;	/*文字色*/
	font-size: 85%;	/*文字サイズ*/
}
footer a {
	color: #555;
}
footer a:hover {
	color: #555;
}
footer .pr {
	display: block;
	font-size: 80%;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
#footermenu {
  position: relative;
  margin-top: 10px;
  color: #555555;
}
#footermenu a {
  text-decoration: none;
}
#footermenu a:hover {
  text-decoration: underline;
}
#footermenu .primary {
  padding: 20px 20px;
}

/* footer-logo */
#footermenu .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
}

/* address */
.address { margin: 0; padding: 0; }

/* navi */
.navi-row {
  display: flex;
  margin: 20px 0px;
}
#footermenu .menu-navi {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
  width: 80%;
}
#footermenu .menu-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
#footermenu .menu-navi li:first-child {
  margin-left: 0;
}

/* sns-navi */
#footermenu .sns-navi {
  margin: 0 0 0 auto;
  padding: 0;
}
#footermenu .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footermenu .sns-navi li:last-child {
  margin-right: 0;
}

/* sitenavi */
#footermenu .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}

#footermenu .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}

#footermenu .sitenavi li:first-child {
  margin-left: 0;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	color: #fff;
	text-align: center;
	background: #83b232;	/*背景色*/
}
#copyright a {
	text-decoration: none;
	color: #fff;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #30671a;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
}

/*トップページ内「ブログ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#top_blog dl {
	padding: 0 20px;	/*上下、左右へのボックス内の余白*/
    line-height: 4;
}
/*日付設定*/
#top_blog dt {
	float: left;
	width: 10em;		/*幅*/
	color: #30671a;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#top_blog dd {
	padding-left: 10em;
	border-bottom: 1px solid #dcdcdc;	/*下線の幅、線種、色*/
}

/*トップページ内「インスタ」ブロック
---------------------------------------------------------------------------*/
/* loading */
.insta_loading{
	position: relative;
	width: 100%;
	min-height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
	.insta_loading::after {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	border: 3px solid #666;
	border-top-color: transparent;
	border-radius: 50%;
	box-sizing: border-box;
	animation: IGrotate 1s linear infinite;
	}
	
	@keyframes IGrotate {
	0% {
	transform: rotate(0);
	}
	100% {
	transform: rotate(360deg);
	}
	}
	
	.insta_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display: none;
	}
	.insta_list > div{
	display: block;
	height: 0;
	position: relative;
	width:calc((100% - 24px)/4);
	padding-top:calc((100% - 24px)/4);
	overflow: hidden;
	}
	
	.insta_list > div:nth-child(n + 5){
	margin-top: 8px;
	}
	
	.insta_snsWrap{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: 0.6s;
	}
	
	.insta_list > div:hover .insta_snsWrap{
		opacity: 1;
	}
	
	.insta_snsWrap img{
		width: 20px;
		margin: 3px;
	}
	
		.insta_list .insta_item img{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: 0.6s;
	}
	
	.insta_list > div:hover {
		background: #000;
	}
	
	.insta_list > div:hover .insta_item img{
		transform: scale(1.05);
		opacity: 0.7;
	}
	


/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1 {
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;	/*背景色*/
	color: #333;		/*文字色*/
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #999;	/*背景色*/
	color: #fff;	/*文字色*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*こだわりアイコンのフロート指定(CMS用)*/
.ta1 td .specialbox {
	float: left;
	width: 80px;	/*アイコンからテキストにする場合はここの幅を大きく変更して下さい。pxでなく%での指定もOKです。*/
	height: 40px;
}
.ta1 td .specialbox img {
	vertical-align: middle;
}

/*inputボタン
---------------------------------------------------------------------------*/
#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 15px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
}

/*一覧ページのボックス内のアイコン
（CMSの場合は管理ページの「オプション1」～のプルダウンと、setup.phpの「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1,option2共通*/
span.option1, span.option2 {
	text-align: center;
	display: block;
	font-size: 10px;	/*文字サイズ*/
	width: 120px;		/*幅*/
	position: absolute;
	right: 0px;	/*ボックスに対して右から0pxの場所に配置*/
	top: 0px;	/*ボックスに対して上から0pxの場所に配置*/
	transform: rotate(45deg) translate(36px,-15px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	color: #FFF;	/*文字色*/
	background: #999;	/*背景色*/
}
/*option1への追加設定*/
span.option1 {
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}
/*h2タグ内で使った場合のoption1とoption2*/
h2 span.option1, h2 span.option2 {
	width: auto;
	position: static;
	transform: none;
	display: inline-block;
	font-size: 15px;
	margin-left: 10px;
	padding: 0px 5px;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;color: #333;padding: 5px 10px;border-radius: 4px;}
.mb10 {margin-bottom: 10px !important;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #F00;}

.bg1 {background: #f6f5f2;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 20px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}

.notes_t {color: #ed980a; font-weight: bold;}
hr.style1 {margin: 10px 6px 20px 6px;border-top: 1px dashed #ccc; border-bottom: 1px dashed #fff; clear: both;}

/*------------------------------------------------------------
　老人ホームの不用品回収 見出し背景
-------------------------------------------------------------*/
/*h2タグの設定*/
#nshome h2 {
	clear: both;
	font-size: 18px;	/*文字サイズ*/
	letter-spacing: 0.1em;	/*文字間隔*/
	margin-bottom: 20px;	/*見出しの下にとるスペース*/
	padding: 10px 20px;		/*上下、左右への余白*/
	color: #fff;	/*文字色*/
	background: #FFAC11;	/*背景色、背景画像の読み込み*/
}
#nshome h2::first-letter {
	border-left: 3px solid #E87E14;	/*左側のアクセント用ラインの幅、線種、色*/
	padding-left: 15px;	/*アクセントラインと文字の間にとる余白*/
}


/*------------------------------------------------------------
　「もっと詳しく」ボタン設定
-------------------------------------------------------------*/

.btn_01 {
	margin: 20px auto 0;
	width: 80%;	/*ボタンの幅*/
	text-align: center;	/*文字を中央に*/
}
.btn_01 a {
	text-decoration: none;display: block;
	color: #FFF;	/*文字色*/
	background-color: #ff9510;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#ff9510, #f08a0a);	/*グラデーション*/
	font-size: 15px;	/*文字サイズ*/
	border-radius: 30px;	/*各丸のサイズ*/
	padding: 10px;		/*上下、左右へのボタン内の余白*/
}
.btn_01 a:hover {
	background: #ffad47;	/*マウスオン時の背景色*/
	}
	
/*「もっと詳しく」ボタン設定*/
.btn_02 {
	margin: 20px auto 0;
	width: 90%;	/*ボタンの幅*/
	text-align: center;	/*文字を中央に*/
}
.btn_02 a {
	text-decoration: none;display: block;
	color: #FFF;	/*文字色*/
	background-color: #ff8002;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: linear-gradient(#ffa80c, #ff8002);	/*グラデーション*/
	font-size: 18px;	/*文字サイズ*/
	font-weight: bold;
	border-radius: 30px;	/*各丸のサイズ*/
	padding: 10px;		/*上下、左右へのボタン内の余白*/
}
.btn_02 a:hover {
	background: #ffa80c;	/*マウスオン時の背景色*/
	}
    
/*------------------------------------------------------------
　お客様の声
-------------------------------------------------------------*/

/* ----- 共通 ----- */

.talk {margin: 0px 20px 40px 20px;}

.talk figure img {
width: 100%;
height: 100%;
border: 1px solid #F8F8F8;
border-radius: 50%;
margin: 0;
}

/* 画像の下のテキスト */
.talk-imgname {
padding: 5px 0 0;
font-size: 100%;
text-align: center;
}

p.talk-text {
margin: 0 0 8px;
}

p.talk-text:last-child {
margin-bottom: 0px;
}

/* 回り込み解除 */
.talk:after,.talk:before {
clear: both;
content: "";
display: block;
}

/* ----- 左の場合 ----- */

/* 左画像 */
.talk-limg {
margin-left: 4px;
margin-top: -1px;
float: left;
width: 60px;
height: 60px;
}

/* 左からの吹き出しテキスト */
.talk-ltxt {
color: #444;
position: relative;
margin-left: 100px;
padding: 0.6em;
border: 1px solid #E0E0E0;
background-color: #fff;
border-radius: 5px;
}

/* 左の三角形を作る */
.talk-ltxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #E0E0E0;
top: 15px;
left: -20px;
}

.talk-ltxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-right: 10px solid #fff;
top: 15px;
left: -18px;
}

/* ----- 右の場合 ----- */

/* 右画像 */
.talk-rimg {
margin-right: 4px;
margin-top: -1px;
float: right;
width: 60px;
height: 60px;
}

/* 右からの吹き出しテキスト */
.talk-rtxt {
position: relative;
margin-right: 100px;
padding: 0.6em;
border: 1px solid #E0E0E0;
background-color: #FFF5F4;
border-radius: 5px;
}

/* 右の三角形を作る */
.talk-rtxt:before {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #E0E0E0;
top: 15px;
right: -21px;
}

.talk-rtxt:after {
position: absolute;
content: '';
border: 10px solid transparent;
border-left: 10px solid #FFF5F4;
top: 15px;
right: -19px;
}

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){


/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	position: static;
	height: auto;
	background: none;
	padding: 10px 0;
	text-align: left;
}
/*ロゴ画像*/
header #logo {
	position: static;
	margin: 0 auto;
}
/*右ブロック*/
header #mainimg  {
	position: static;
    width: 100%;
}




/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
	margin-bottom: 30px;
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 15px 10px 15px 20px;	/*上、右、下、左へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	background: #30671A;	/*背景色*/
	color: #fff;	/*文字色*/
	font-size: 20px;
}
/*英語表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;	/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 12px;	/*上から12pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
	border: 1px solid #000;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}

/*サブコンテンツ内の物件一覧ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#sub .list {
	font-size: 15px;	/*文字サイズ*/
	line-height: normal;
}
/*ボックス内の写真設定*/
#sub .list figure img {
	width: 15%;		/*写真の幅*/
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}


/*新着記事の設定*/
#new dt { float: none; padding: 10px 0px;}
#new dd { padding-left: 0em; }
    
/*新着ブログの設定*/
/*ブロック全体の設定*/
#top_blog dl { line-height: 1.5;}
#top_blog dt { float: none; padding: 10px 0px;}
#top_blog dd { padding-left: 0em; padding-bottom: 1em;}


/*フッターメニュー
---------------------------------------------------------------------------*/
  #footer .primary {
    padding: 20px 20px;
    background: #333;
  }
  #footer .logo {
    font-size: 16px;
  }
  .address {
    font-size: 12px;
  }
  .navi-row {
    display: block;
    margin-top: 15px;
  }
  #footer .menu-navi {
    font-size: 12px;
  }
  #footer .menu-navi li {
    margin-top: 5px;
    font-size: 12px;
  }
  #footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  
  /*お客様の声*/
.talk {margin: 0px 0px 40px 0px;}
.talk-ltxt {padding: 1.4em 0.2em 0.2em 0.2em;}
.talk-rtxt {padding: 1.4em 0.2em 0.2em 0.2em;}

}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){


/*物件一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定（※compactタイプへの追加設定）*/
#main .list.compact {
	width: auto;
	float: none;
	margin-left: 0;
	border-bottom: 1px solid #dcdcdc;
}
#main .list.compact a {
	height: auto;
}
/*ボックス内の写真設定（※compactタイプへの追加設定）*/
#main .list.compact figure img {
	float: left;
	width: 20%;
	margin-right: 10px;
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 76%;	/*幅*/
	bottom: 35px;	/*ヘッダーブロックに対して下から35pxの場所に配置*/
	left: 0px;		/*ヘッダーブロックに対して左から0pxの場所に配置*/
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
#main h2 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}
#main h3 {
	font-size: 14px;
	padding-left: 40px;
	padding-right: 10px;
}
/*段落タグ設定*/
#main p {
	padding: 0px 10px 15px;	/*上、左右、下への余白*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体
#footermenu {
	display: none;
}*/

/*フッターメニュー
ウィンドウ幅が狭くなって見づらくなるので、１列にレイアウト変更。
---------------------------------------------------------------------------*/
#footermenu ul {
	float: none;


	width: auto;
    font-size: 13px;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0 10px;	/*上下、左右へのボックス内の余白*/
}
    
#top_blog dl {
	padding: 0 10px;	/*上下、左右へのボックス内の余白*/
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 16px;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}
.sh {display:block;}
.pc {display:none;}

}



/*画面幅380px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:380px){

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 70%;	/*幅*/
	bottom: 35px;	/*ヘッダーブロックに対して下から35pxの場所に配置*/
	left: 0px;		/*ヘッダーブロックに対して左から0pxの場所に配置*/
}


}






/*追加記述
---------------------------------------------------------------------------*/

 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container { max-width: 500px; margin-bottom: 20px; }
}

.tw-container { border: solid 1px #e1e8ec; margin-bottom: 20px; }
.gmap-container { border: solid 0px #e1e8ec; margin-bottom: 20px; }

.align_img_l { float: left; margin: 0 1em 1em 1em; }
.align_img_r { float: right; margin: 1em 0 1em 1em; }
.align_img_c { display: block; float: none; margin-right: auto; margin-bottom: 1em; margin-left: auto; }

.kakaku { color: #F00; font-size: 20px; font-weight: bold;}
.txtb-g { font-weight: bold; color: #659c35; font-size: 18px; }
.txtb-o { font-weight: bold; color: #f6ab00; font-size: 18px; }
.txtb-r { font-weight: bold; color: #F00; font-size: 18px; }

/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container { width: 100%; margin-bottom: 20px; }
	.kakaku { color: #F00; font-size: 14px; font-weight: bold;}
}


/* 主な個別料金表
---------------------------------------------------- */

.wrap2 {
  width: 100%;
  margin: 0px 0px 20px;
}
.flow-lr2 {
  width: 48%;
  margin: 5px;
  padding: 0px;
  float: left;
}

.price_list_table {
	width: 98%;
	margin: 0px auto 30px;
	border: 1px solid #d4dcda;
	border-collapse: collapse;
	line-height: 20px;
	font-size: 14px;
}
.price_list_table th{
	padding: 8px 8px 5px 15px;
	background: #b8ee94;
	border-bottom: 1px solid #d4dcda;
	border-right: 1px dotted #cccccc;
	text-align: center;
}
.price_list_table td{
	padding: 8px 5px 8px 10px;
	border-bottom: 1px solid #d4dcda;
	border-right: 1px dotted #cccccc;
	text-align: center;
	vertical-align: middle;
}

.bg_col1 {
	background: #F8F8F8;
}

.bike_img_table {
	width: 98%;
	margin: 0px auto 30px;
	line-height: 20px;
	font-size: 16px;
}
.bike_img_table th{
	padding: 5px 5px 5px 15px;
	background: #b8ee94;
	text-align: center;
}
.bike_img_table td{
	padding: 5px 5px 30px 10px;
	text-align: center;
	vertical-align: top;
}

.price_sankou_table {
	width: 98%;
	margin: 0px auto 30px;
	border: 1px solid #d4dcda;
	border-collapse: collapse;
	line-height: 20px;
	font-size: 15px !important;
}
.price_sankou_table th{
	width: 65% !important;
	padding: 5px 5px 5px 15px;
	background: #f9f9f9 !important;
	border-bottom: 1px solid #d4dcda;
	border-right: 1px dotted #cccccc;
	text-align: center;
}
.price_sankou_table td{
	width: 33% !important;
	padding: 5px 5px 5px 10px;
	border-bottom: 1px solid #d4dcda;
	border-right: 1px dotted #cccccc;
	text-align: center;
	vertical-align: middle;
}


.goukei {
	display: block;
	padding: 5px 15px 5px 10px;
	color: #F00;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	border-bottom: 1px solid #d4dcda;
}

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

.flow-lr2 {
  width: 98%;
  margin: 5px;
  padding: 0px;
  float: none;
}

.price_sankou_table {clear: both;}
#main p {clear: both;}
#talkbox p {clear: none;}

}


/*よくあるご質問ブロック
---------------------------------------------------------------------------*/
/*ブロック全体*/
.faq {
	padding: 0px 15px 30px;	/*上下、左右への余白*/
}
/*質問の設定*/
.faq dt{
  background-color:#b8ee94;
  font-weight: bold;	/*太字*/
  border-radius:5px;
  color:#222;
  position:relative;
  padding:8px 15px;
  margin:20px 8px 20px;
}
.faq dt::after{
  border-top:solid 7px transparent;
  border-bottom:solid 7px transparent;
  border-right:solid 10px #b8ee94;
  left:-10px;
  content:"";
  display:block;
  height:0;
  top:60%;
  position:absolute;
  width:0;
}

/*回答の設定*/
.faq dd{
  background-color:#ececec;
  border-radius:5px;
  color:#222;
  position:relative;
  padding:8px 15px;
  margin:0px 8px 50px;
}
.faq dd::after{
  border-top:solid 7px transparent;
  border-bottom:solid 7px transparent;
  border-left:solid 10px #ececec;
  right:-10px;
  content:"";
  display:block;
  height:0;
  top:20%;
  position:absolute;
  width:0;
}


/*------------------------------------------------------------
　画像切り替え
-------------------------------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}



/*------------------------------------------------------------
　動画を囲うdiv
-------------------------------------------------------------*/
.video {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------------------------------------------------------
　クリアフィックス（回り込みの解除）
-------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	clear: both; 
	display: block; 
	height: 0; 
	visibility: hidden;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
	/* overflow: hidden; この指定でDWでレイアウトが崩れない ページがめり込むときは外す \*/
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/*テキスト非表示*/
em { visibility: hidden; }
/*回り込み初期化*/
#clearboth {clear: both;}
.clearboth {clear: both;}