@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#4d4d4d;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:960px;
	margin:0 auto;
}

nav {
	width:100%;
}

#contents {
	margin:20px auto;
}

#contents_c {
	margin:20px auto;
}

main {
	float:right;
	width:100%;
}

a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color: #1e90ff;
	text-decoration:underline;
}

h2 {
	position: relative;
	padding: .25em 0 .5em .75em;
  	background: #e6e0cf;/*背景色*/
	margin-bottom:15px;
	font-size:24px;
}

h2.tenpo {
  	border-top: solid 3px #3498db;/*上線*/
}

h3 {
	position: relative;
	padding: .25em 0 .5em 1.5em;
	border-bottom: 1px solid #ccc;
	margin-top:50px;
	margin-bottom:30px;
	font-size:18px;
}
h3:after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}

h3.orange:after {
	background-color: #ff4500 ;

}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#333;
}
h4:before {
	content:"\002605";
	color:#f19500;
}

p {
	margin:0 0 1em 0;
	font-size:16px;
}

.l_indent {
	padding-left:20px;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ff0000;
}

pre {
	margin:1em 0;
	padding:1em;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:decimal;
	font-size:16px;
}

ol {
	padding-left: 20px;
}

li {
	margin-left:0.5em;
}

dt {
	margin-bottom:0.5em;
}
dd {
	margin-bottom:1em;
}

table {
	font-size:16px;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	width:100%;
	top:0;
	margin-top:10px;
}
.summary {
	margin:0;
	top:0;
	padding:2px 10px;
	background: #4f5966;
	font-size: clamp(11px, 1.2vw, 16px);
}

header h1{
	color:#ffffff;
}

.logo {
	float: left;
	margin:10px 10px 20px 30px;
	top:35px;
	left:30px;
	font-size:18px;
	color:#000000;
	vertical-align:top;
}

.logo:hover {
	opacity: 0.5;
}
.contact {
	float: right;
	margin-right:30px;
	font-size: 22px;
	padding: 25px 0 0 0;
}

.c_left {
	float: left;
	margin-right:20px;
	font-size: 16px;
	line-height: 16px;
}

.c_left .time {
	font-size: 11px;
}

.c_right {
	float: right;
	width:180px;
  	background-color: #708090;
	text-align:center;
}
.c_right a{
	color:#ffffff;
	text-decoration:none;
}

.c_right:hover {
	opacity: 0.5;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom:0;
	padding:0;
	border-top:1px solid #b8c2cc;
	border-bottom:1px solid #b8c2cc;
	overflow:hidden;
	background: -moz-linear-gradient(top, #ffffff, #e6e6fa);
	background: -webkit-linear-gradient(top, #ffffff, #e6e6fa);
	background: linear-gradient(to bottom, #ffffff, #e6e6fa);
}

nav ul {
	width:960px;
	margin:0 auto;
	padding:0;
}
nav li {
	float:left;
	list-style:none;
	width:24.8%;
	margin:0;
	padding:0;
	border-left:1px solid #b8c2cc;
}

nav li.msecond {
	float:left;
	list-style:none;
	width:24.8%;
	margin:0;
	padding:0;
	border-left:1px solid #b8c2cc;
}

nav li.mlast {
	float:left;
	list-style:none;
	width:24.8%;
	margin:0;
	padding:0;
	border-left:1px solid #b8c2cc;
	border-right:1px solid #b8c2cc;
}

nav li a {
	display:block;
	padding:10px 0;
	font-size:18px;
	color:#696969;
	text-align:center;
	text-decoration:none;
	transition: all .7s;
}
nav li a:hover {
	color: #fff;
	background-color: #b8c1cc;
	text-decoration:none;
}

nav .mainmenu {
	display:none;
}

	/* メニューの幅可変 */
@media screen and (max-width:975px) {
	nav ul {
		width:768px;
	}
}

@media screen and (max-width:768px) {
	/* メインメニュー */

	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav .mainmenu {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
		padding:5px 10px;
		font-size:18px;
	}
	nav .mainmenu:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav .mainmenu.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:50%;
		margin:0;
		padding:0;
		list-style:none;
		border-left:none;
		border-bottom:1px solid #325d80;
	}

	nav li.msecond {
		width:50%;
		margin:0;
		padding:0;
		list-style:none;
		border-left:none;
		border-bottom:none;
	}

	nav li.mlast {
		width:50%;
		margin:0;
		padding:0;
		list-style:none;
		border-left:none;
		border-right:none;
		border-bottom:none;
	}

	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}
}


/*================================================
 *  メイン
 ================================================*/
#main {
	float:right;
	width:100%;
}

#contents_c{
	width:980px;
}


#contents {
	width:90%;
	max-width:1100px;
}

h3#contents {
	width: 90%;
}

/*================================================
 *  物件キャッチコピー
 ================================================*/
.g_imgl {
	display: flex;
	width:97%;
	gap: 40px; /* 要素間の余白 */
	margin:10px 15px;
}

.g_imgl_l {
	width:260px;
}
.g_imgl_r {
	width:75%;
}

.g_imgl img {
	width:250px;
}

.rentinforap {
	width:100%;
}

.chinryo {
	display: flex;
	width:100%;
	gap: 10px; /* 要素間の余白 */
	text-align:left;
}

.box-chinryo {
	width: 80%;
}

.box-rentb {
	width:220px;
}

.rentinfo {
	display: flex;
	gap: 10px; /* 要素間の余白 */
	text-align:left;
}

.box-main {
	width: 15%;
}

.box-side {
	width:85%;
}

.m_rent{
	font-size: clamp(0.875rem, 0.591rem + 1.42vw, 1.5rem);
	font-weight:bold;
}

.attention{
	font-size:18px;
	line-height: 150%;
	padding: 10px 20px;
  	background: #e6e0cf;/*背景色*/
	border-radius: 10px; 
}

#soudan01_form {
	display       : inline-block;
	border-radius : 5%;          /* 角丸       */
	font-size     : 12pt;        /* 文字サイズ */
	text-align    : center;      /* 文字位置   */
	cursor        : pointer;     /* カーソル   */
	padding       : 5px 15px;   /* 余白       */
	background    : #3498db;     /* 背景色     */
	color         : #ffffff;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
	transition    : .3s;         /* なめらか変化 */
}
#soudan01_form:hover {
	background    : #4f5966;
}

#soudan02_form {
	display       : inline-block;
	border-radius : 5%;          /* 角丸       */
	font-size     : 12pt;        /* 文字サイズ */
	text-align    : center;      /* 文字位置   */
	cursor        : pointer;     /* カーソル   */
	padding       : 5px 15px;   /* 余白       */
	background    : #3498db;     /* 背景色     */
	color         : #ffffff;     /* 文字色     */
	line-height   : 1em;         /* 1行の高さ  */
	transition    : .3s;         /* なめらか変化 */
}

#soudan02_form:hover {
	background    : #4f5966;
}

.access {
	width: 700px;
	margin-top:45px;
	margin-left: auto;
 	margin-right: auto;
	margin-bottom:60px;
	overflow: hidden;
}

@media screen and (min-width:800px) {

	.box-rentu{
		display: none;
	}
}

@media screen and (max-width:710px) {
	.access {
		width: 90%;
	}
}

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

	.g_imgl{
		display:block;
		width : 90% ;
		margin:5px auto 20px;
		
	}
	.g_imgl_l {
		width:90%;
		margin:5px auto 10px;
		text-align:center;
	}
	.g_imgl_r {
		width:90%;
		margin:5px auto 10px;
	}

	.m_rent{
		font-size: 24px;
		font-weight:bold;
	}

	.chinryo {
		display: block;
		width:100%;
	}

	.box-chinryo {
		width: 100%;
	}

	.box-rentb{
		display: none;
	}

	.box-rentu{
		display: block;
		width:90%;
		margin:20px auto 40px;
		text-align:center;
	}
}


/*================================================
 *  物件ナビゲーター 3カラム
 ================================================*/

.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
}

.threeColInner .text_r {
	text-align:right;

}
.threeColInner a {
	color:#7e9cb3;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.threeColInner a:hover {
	color:#3579ac;
	text-decoration:underline;
}

.threeCol h3 {
	margin-bottom:0.25em;
	font-size:16px;
	color:#436e8f;
}

/*================================================
 *  物件詳細　お問い合わせエリア
 ================================================*/

/* 物件セールスポイント*/

table.salespoint  {
	margin-bottom:5px;
	border-collapse: separate;
	border-spacing: 20px;
}

.salespoint th,td {
	border: solid 1px #ddd;

}

.salespoint td {
	text-align:left;
	font-size: 18px;
	line-height: 20px;
	color:#998805;
        padding: 0.5em 1em;
}

.check {
	color:#dc143c;
}

/* 物件詳細 テーブル*/
.details {
	width:100%;
	margin-bottom:60px;
}
.details table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
.details th {
	width:25%;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#f1f1f1;
}
.details td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
	vertical-align:middle;
}

/* お問い合わせエリア*/

.toiawase_area {
	width: 65%;
	margin:0 auto 80px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #a9a9a9;
	background: linear-gradient(#ffffff, #c0c0c0);
	line-height: 3em;
	text-align:center;
	padding: 5px;
}

.toiawase_area span.guide{
	font-size:24px;
	font-weight:bold;
}

.toiawase_area p.time{
	font-size:16px;
	font-weight:bold;
	line-height: 150%;
	padding-top:10px;
}

.toiawase_area #soudan_form {
	width: 300px;
	height: 46px;
	text-indent: -9999px;
	border: 0;
	border-radius: 25px;
	background-image: url(../images/form.png);
}

#soudan_form:hover {
    	border: 0px;
	background: url(../images/form_o.png);
}

/*================================================
 *  会社概要・利用規約
 ================================================*/
.company{
	margin:20px auto;
	width: 800px;
}

.map{
	margin:20px auto 80px;
	width: 80%;
	text-align:center;
}

.map img{
	border: 1px solid #696969;
}


.mapread{
	margin:20px auto 100px;
	width: 600px;
	text-align:left;
}

.imgR {
	text-align:right;
}

@media screen and (max-width:610px) {
	.mapread{
		margin:20px auto 100px;
		width: 90%;
		text-align:left;
	}
}


/*================================================
 *  パンくずリスト
 ================================================*/
.pan {
	font-size:14px;
	text-align:left;
	color:#9bb8de;
	margin-bottom:20px;
	background: -moz-linear-gradient(top, #ffffff, #e6e6fa);
	background: -webkit-linear-gradient(top, #ffffff, #e6e6fa);
	background: linear-gradient(to bottom, #ffffff, #e6e6fa);
}

.pan a{
	color:#9bb8de;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	background-color: #e7e7eb;
	background-image: linear-gradient(0deg, #fff 50%, transparent 50%); background-size: 14px 14px;
}

	/*トップページCパートナーズ案内*/
.cpreadrap {
	display:block;
	width:100%;
	height: 250px;
	padding:50px 0 250px;
	overflow:hidden;
	background-image   : url("../images/f_bill.png");
	background-repeat: repeat-x;
	background-position: bottom 0 right 100px;
	color:#000000;
	font-size:16px;
}

.c_fieldrap {
	width:90%;
	max-width:1200px;
	margin:0 auto;
}

.c_fix00 {
	background-color: #ffffff;
	padding:20px;
}

.c_fix01 {
	width:50%;
}
.c_fix02 {
	width:25%;
}
.c_field {
	display: flex;
	width:100%;
	justify-content: start;
	margin: 20px 0 50px;
}

.c_infield {
	padding-left: 2em;
}

.c_inlogorap {
	display: flex;
	width:100%;
	margin: 0;
	vertical-align: top;
	justify-content: start;
}

.c_inlogo01 {
	width:64px;
}
.c_inlogo02 {
	padding-left: 1em;
}

.c_deko01 {
	font-size:16px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color:#4d4d4d;
}

.c_deko02 {
	letter-spacing: 0.1rem;
	color:#4d4d4d;
}

.c_deko03 ul li {
	font-size:12px;
	letter-spacing: 0.1rem;
}

.c_deko04rap {
	display: block;
	width:100%;
	color:#4d4d4d;
}

.c_dekocenter {
	margin: 0 auto;
}

.l_dekounder {
	border-bottom: 2px solid #4d4d4d;
}

.c_deko04 {
	font-size:18px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color:#4d4d4d;
	padding-left:10px;
	text-align:left;
	margin-bottom: 0;
}

.c_deko05 {
	font-size:12px;
	letter-spacing: 0.1rem;
	color:#4d4d4d;
	padding-top:5px;
}

.c_deko06 {
	padding-top:5px;
	background-color: #708090;
	text-align:center;
}

.c_deko06:hover {
	background-color: #1e90ff;
	transition: background-color 0.5s ease, color 0.5s ease;
} 
.c_deko07{
	padding:5px 0;
	font-size:18px;
	font-weight: bold;
	letter-spacing: 0.1rem;
	color:#ffffff;
}

.copyright {
	display:block;
	bottom: 0;
	width: 100%;
	background-color: #203744; 
	padding:10px 0;
	font-size:12px;
	color:#ffffff;
	text-align:center;
}

@media screen and (max-width:843px) {
	.cpreadrap {
		display:block;
		width:100%;
		height: 250px;
		padding:30px 0 600px;
	}
	.c_field {
		display:block;
		width:90%;
		margin: 20px auto 50px;
	}

	.c_fix01 {
		display:block;
		width:80%;
		margin: 0 auto 20px;
	}
	.c_fix02 {
		display:block;
		width:80%;
		margin: 30px auto 20px;
	}
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	width: 56px;
 	height: 56px;
 	border-radius: 50%;
	background:#282c33;
}
.totop img:hover {
	color:#FFFFFF;
}

/*================================================
 *  問い合わせフォーム
 ================================================*/

.p_read {
	margin:50px 0;
}

.p_read a {
	color: #1e90ff;
}


/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */

@media screen and (max-width:990px) {
	#contents_c{
		width:90%;
	}
}

@media screen and (max-width:843px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0;
	}

	header {
		width:100%;
		margin:0;
	}

	.logo {
		width:100%;
		margin:5px auto;
		text-align: center;
	}

	.logo img {
		width:70%;
	}

	.contact {
		float: none;
		width:100%;
		text-align: center;
		padding-bottom:15px;
	}

	.c_left {
		float: none;
		width:100%;
		text-align: center;
		padding-bottom:15px;
		font-size: 20px;
		line-height: 20px;

	}
	.c_left .time {
		font-size: 14px;
	}

	.c_right {
		float: none;
		margin:0 auto;
		text-align: center;
	}

	#main {
		width:100%;
	}

	#contents {
		width:96%;
	}

	.footmenu li {
		padding:10px 20px;

	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:768px) {
	/* メインメニュー */

	#main {
		float:none;
		width:100%;
	}

	h2 {
		margin-top:50px;
		margin-bottom:50px;
	}

	.threeColcmInner img {
		width:99.2%;
		margin-bottom:0.5em;
	}

	.photocmText {
		width:100%;
		margin-bottom:20px;
	}

	h2 {
		margin-top:30px;
		margin-bottom:30px;
	}

	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav .mainmenu {
		cursor:pointer;
		margin-bottom:0;
		color:#fff;
		background:#999;
		border:none;
		padding:5px 10px;
		font-size:18px;
	}
	nav .mainmenu:after {
		position:absolute;
		content:"\0025bc";
		top:3px;
		right:5px;
	}
	nav .mainmenu.menuOpen:after {
		position:absolute;
		content:"\0025b2";
		top:3px;
		right:5px;
	}
	nav ul {
		width:100%;
	}

	nav li {
		width:50%;
		margin:0;
		padding:0;
		list-style:none;
		border-left:none;
		border-bottom:1px solid #325d80;
	}

	nav li.msecond {
		width:50%;
		margin:0;
		padding:0;
		list-style:none;
		border-left:none;
		border-bottom:none;
	}

	nav li.mlast {
		width:50%;
		margin:0;
		padding:0;
		list-style:none;
		border-left:none;
		border-right:none;
		border-bottom:none;
	}

	nav li:first-child a {
		width:100%;
	}

	nav li a {
		display:block;
		width:100%;
		border-bottom:1px dotted #ddd;
		text-decoration:none;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:70%;
		margin:5px auto;
	}

	.threeColcm {
		margin-bottom:30px;
	}

	.threeColcmInner {
		margin-right:0;
	}
	.threeColcmInner div {
		float:none;
		width:70%;
	}


	/* 広告 2カラム*/
	.twoCol {
		width: 50%;
		margin:0 auto;
 		display: block;
		justify-content: center;
	}

	figure {
		margin:0 auto;
		margin-bottom:25px;
	}

	/* 物件詳細セールス*/
	table.salespoint{
		margin:0 auto;
	}
	.salespoint,
	.salespoint td {
		border: none;
		border-collapse: collapse;
		text-align: left;
		font-size:20px;
	}

	.salespoint td {
		display: block;
		width: 100%
		padding: 7px 0;
	}

	.salespoint td[data-title]::before {
		content: attr(data-title) " :";
		padding: 0 10px 0 0;
		display: inline;
	}

	/* 物件詳細画面*/

	.details th {
		width:20%;

	}

	.toiawase_area {
		width:95%;
	}

	/* 問い合わせ*/
	.toiawase {
		display:block;
		position:relative;
		width:100%;
	}

	/* 会社概要*/
	.company {
		width:100%;
	}

	.map {
		width:90%;
	}

	.map img{
		width:100%;
	}

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:640px) {
	/* スライドショー */
	.slideInner li {
		background-size:180% auto;
		background-position:50% 0;
		background-repeat:no-repeat;
	}

	.slideInner li img {
		width:100%;
		height:200px;
	}
}
