@charset "EUC-JP";
/* PC用CSS */
@media print, screen and (min-width: 896px) {
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap');
body {
	margin:0px;
	padding:0px;
	overflow-x: hidden;/*横スライダしないように*/
	font-family: "Ryumin Regular KL" , "A1 Mincho"", serif;
	/*font-family: "Meiryo","MS PGothic","Yu Gothic","Hiragino Kaku Gothic ProN", sans-serif;*/
}

html>body {
	margin:0px;
	padding:0px;
	font-family: "Ryumin Regular KL" , "A1 Mincho"", serif;
	/*font-family: "Meiryo","MS PGothic","Yu Gothic","Hiragino Kaku Gothic ProN", sans-serif;*/
}

UL {
	LIST-STYLE-TYPE: square; 
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

OL UL {
	LIST-STYLE-TYPE: square; 
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

OL {
	margin:0px;
	padding:0px;
	letter-spacing:1pt;
}

li {
	margin: 0px;
	font-size:13px;
	color:#333333;
	padding: 0px 0px 0px 0px;
	line-height:160%;
	letter-spacing:1pt;
}

li A         { color: #62595E; TEXT-DECORATION: none;}
li A:link    { color: #62595E; TEXT-DECORATION: none;}
li A:visited { color: #62595E; TEXT-DECORATION: none;}
li A:hover   { color: #E83428; TEXT-DECORATION: none;}

/*-------------------------------
 ドキュメント要素指定 
-------------------------------*/
#all {
	margin-left: auto;
	margin-right: auto;
	padding: 62px 0px 0px 0px;
}
/*-------------------------------
backブルー
-------------------------------*/
.ccc{
	background-color: #EBF0FA;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 30px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
/*-------------------------------
backグレー
-------------------------------*/
.eee{
	background-color: #f7f9f9;
	margin: 0px 0px 0px 0px;
	padding: 60px 0px 60px 0px;
	/*text-align: center;   全体を真ん中揃えにする。*/
}
/*-------------------------------
画面配置幅
-------------------------------*/
.frame1200 {
	width: 1200px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
.frame800 {
	width: 800px;	  /*全体の幅を指定する*/ 
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
}
/*-------------------------------
コンテンツ
-------------------------------*/
#content {
	margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
	text-align: center;   /*全体を真ん中揃えにする。*/
	/*background-color: #eee;*/
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#content h1 {
	font-weight: bold !important;
	margin: 0px 0px 20px 0px;
	padding: 150px 0px 0px 0px;
	height: 300px;
	color: #FFF;
	font-size:30px;
	text-align: center;
}

#content h2 {
	margin: 10px;
	padding: 30px 10px 10px 10px;
	font-size:30px;
	line-height: 170%;
	color: #0D3F98;
	font-weight: bold !important;
	text-align: center;
}

#content h3 {
	margin: 30px 0px 10px 0px;
	padding:5px;
	font-size:28px;
	line-height: 170%;
	color: #333;
	text-align: center;
	font-weight: bold !important;
}
#content h3 A         { color: #333; TEXT-DECORATION: none;}
#content h3 A:link    { color: #333; TEXT-DECORATION: none;}
#content h3 A:visited { color: #333; TEXT-DECORATION: none;}
#content h3 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

#content h4 {
	margin: 10px;
	padding: 5px 5px 0px 5px;
	font-size:20px;
	line-height: 170%;
	color: #333;
	text-align: center;
	font-weight: bold;
	/*border-bottom: 1px dashed #333;*/
}
#content h4 A         { color: #333; TEXT-DECORATION: none;}
#content h4 A:link    { color: #333; TEXT-DECORATION: none;}
#content h4 A:visited { color: #333; TEXT-DECORATION: none;}
#content h4 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

#content h5 {
	margin: 5px;
	padding: 10px 10px 10px 10px;
	font-size:18px;
	color: #333;
	/*text-align: center;*/
	line-height: 120%;
	font-weight: bold;
	/*border-bottom: 1px dashed #333;*/
	/*border-radius: 4px;
	background: #fff;*/
}
#content h5 A         { color: #333; TEXT-DECORATION: none;}
#content h5 A:link    { color: #333; TEXT-DECORATION: none;}
#content h5 A:visited { color: #333; TEXT-DECORATION: none;}
#content h5 A:hover   { color: #ff3300; TEXT-DECORATION: none;}

#content h6 {
	margin: -10px 0px 20px 0px;
	padding:5px;
	font-size:16px;
	line-height: 100%;
	color: #333;
	text-align: center;
}

#content p {
	margin: 0px 20px 10px 20px;
	padding:0px;
	font-size:16px;
	line-height: 180%;
	color: #333333;
	text-align: center;
}
#content p A         { color:#663300; text-decoration:none;}
#content p A:link    { color:#663300; text-decoration:none;}
#content p A:visited { color:#663300; text-decoration:none;}
#content p A:hover   { color:#ff3300; text-decoration:none;}

#content table {
	width: 97%;
	margin: 10px;
	padding:0px;
	text-align: left;
	font-size:13px;
}
/*--------------------------------
仕切り線
--------------------------------*/
.sen{
	margin: 0px 0px 30px 0px;
	border:none;
	border-top: 1px dashed #333;
	width: 100%;
}

/*--------------------------------
NEWS一覧ページ
--------------------------------*/
/*日付*/
.newsday {
	margin: 0px;
	padding:10px 5px 0px 10px;
	font-size:16px;
	line-height: 170%;
	color: #333;
	text-align: left;
}
.day A         { color:#333; text-decoration: none;}
.day A:link    { color:#333; text-decoration: none;}
.day A:visited { color:#333; text-decoration: none;}
.day A:hover   { color:#ff3300; text-decoration: none;}

/*タイトル*/
.newsti {
	margin: 0px;
	padding: 5px 10px 0px 30px;
	font-size:19px;
	line-height: 170%;
	color: #000000;
	/*color: #0D3F98;*/
	text-align: left;
}
.newsti A         { color:#000000; text-decoration: none;}
.newsti A:link    { color:#000000; text-decoration: none;}
.newsti A:visited { color:#000000; text-decoration: none;}
.newsti A:hover   { color:#ff3300; text-decoration: none;}

/*--------------------------------
インテリアを並べる
--------------------------------*/
.interia{
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3%;
	margin-bottom: 150px;
	/*margin-bottom: 50px;*/
}

.interia_item{
	margin: 0px;
	/*margin: 5px 10px;*/
	padding: 0px;
	/*border: 1px solid #EEEEEE;*/
	background-color: #ffffff;
}
.interia_item img{
	width: 100%;
	/*width: 95%;*/
	height: 250px;
	/*height: 180px;*/
	margin: 0px;
	padding: 0px;
	/*padding: 5px;*/
	object-position: 40% 30%; /* 初期値(中央配置) */
	object-fit: cover;/*元画像が長方形でも正方形にカットする*/
}
.interia_arrow img{
	width: 100%;
	height: 20px;
	margin: -25px 0px 0px auto;
	padding: 0px;
	object-fit: none;/*リサイズせず、そのまま表示*/
}

/*--------------------------------
2個のFOOTERのCSS
--------------------------------*/
.wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	/*width: 100vw;*/
}
.box2{
	width: 50%;
	margin: 0px;
	padding: 0px;
	/*background-color: #fff;
	border:solid 1px #ccc;*/
}
/*--------------------------------
3個のBOXのCSS
--------------------------------*/
.box3{
	width: 32%;
	margin: 10px 0px;
	padding: 5px;
	font-size:15px;
	line-height: 160%;
	color: #fff;
	/*text-align: left;
	background-color: #fff;
	border:solid 1px #6E4935;*/
}
.box3 img {
	margin: 0px 5px;
}
.box3 A         { color:#fff; text-decoration:none;}
.box3 A:link    { color:#fff; text-decoration:none;}
.box3 A:visited { color:#fff; text-decoration:none;}
.box3 A:hover   { color:#ff3300; text-decoration:none;}
/*----------------------------------------------------
画像(右)と文章の記述
----------------------------------------------------*/
.rwdbox{
	margin:0px 10px 5px 10px;
	overflow:auto;
}
.lefttop{
	padding: 30px 10px 10px 10px;
	width:65%;
	text-align: left;
	float:left;
	font-size:14px;
	line-height: 180%;
	color: #333333;
}
.lefttop a{
	float:left;
	font-size:14px;
	line-height: 150%;
	color: #fff;
	text-decoration: none;
}
.lefttop a:hover{
	color:#ff3300;
	text-decoration: none;
}
.rightbottom{
	padding: 30px 10px 10px 10px;
	float:right;
	font-size:14px;
	width:30%;
}
.rightbottom a{
	float:left;
	font-size:14px;
	line-height: 150%;
	color: #fff;
	text-decoration: none;
}
.rightbottom a:hover{
	color:#ff3300;
	text-decoration: none;
}
/*-----------------------------------
画像にマウスを載せると色が薄くなる
-----------------------------------*/
a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}

/*--------------------------------
フッター
--------------------------------*/
#foot {
	margin: 0px 0px 0px 0px;
	padding:  0px 0px 0px 0px;
	/*height: 100px;*/
	clear: both;
	background-color: #000000;
	/*background-color: #0D3F98;*/
}

#foot p {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	text-align: center;
}


#foot p A:link    { color:#FFFFFF; text-decoration:none;}
#foot p A:visited { color:#FFFFFF;text-decoration:none;}
#foot p A:hover   { color:#ff3300; text-decoration:underline; }

/*--------------------------------
topへボタン
--------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 50px;   /* ←下端からの距離 */
	right: 5px;    /* ←右端からの距離 */
	width: 60px;     /* ←横幅 */
	height:104px;
	
	/* ▼最初は非表示にしておく */
	display: none;
	
	/* ▼配色・配置・文字の装飾など */
	background-color: #999; /* ←背景色 */
	opacity: 0.75;             /* ←透明度 */
	border-radius: 5px;       /* ←角丸の半径 */
	text-align: center;    /* ←文字の位置 */
	font-size: 80%;       /* ←文字サイズ */
	font-weight: bold;     /* ←文字の太さ */
	margin: 0px;    /* ←外側の余白 */
	padding: 0px;  /* ←内側の余白 */
}
#topbutton a {
	/* ▼リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
}
#topbutton a:hover {
	/* ▼マウスが載ったときの装飾 */
	color: #333333;              /* ←文字色 */
	text-decoration: underline; /* ←下線あり */
}
/*--------------------------------
スライド
--------------------------------*/
#slide {
	position: relative; /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
	overflow: hidden; /* to bound the empty top space created by inner element's top margin */
	width: 100%;
	min-height: 400px;
	/*background-color: #999;*/
}
.slide-inner-content {
	position: relative; /* if position is not set, the script will set it to 'relative'. */
	z-index: 2; /* if z-index is not set, the script will set it to '2'. */
	margin: 20px auto;
	padding: 60px 0px 40px 0px;
	/*max-width: 600px;*/
	color: #fff;
	text-align: center;
	font-size: 1.5em;
}
.slide-inner-content h1 {
	font-size: 2.5em;
	margin: 0;
}

/*--------------------------------
お問合せページを囲む
--------------------------------*/
.cube{
	/* border-style: solid;ボーダーを実線に */
	/* border-width: 1px;ボーダー線の太さを1pxに  */
	/*border-color: #0D3F98; ボーダー線の色を指定 */
	/* border-radius: 2px 2px 2px 2px;    囲い四角の四隅に丸みをつける  */ 
	padding: 10px 15px;/* 文字と四角の間に余白をつくる  */
	/* margin-left : 1px;左隣りの文字とのスペースを2pxつくる  */
	/* margin-right: 1px;右隣りの文字とのスペースを2pxつくる  */
	/* vertical-align: 3%;  上下のずれを微修正；少し上に移動  */
	color:#fff;
	background-color: #000000;/* 背景に色を付ける  */       
	/*background-color: #0D3F98;/* 背景に色を付ける  */       
}

.cube a:hover{
	color:#fff;
	/* background-color: #fff;背景に色を付ける  */       
}

/*--------------------------------
非表示
--------------------------------*/
.mob {
	display:none;
}

}