@charset "utf-8";

/* ********************************************* */
/** サイト毎の設定
/** contents.css
/** オーダーのれん専門店
/* ********************************************* */

body
{
	color:#333333;
	background-color:#ffffff;
	text-align:center;
	height:100%;
	width:100%;
	margin:0px;
	padding:0px;
	font-family:'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, Geneva, sans-serif;
}

a:link
{
	color:#0066ff;
	text-decoration:none;
}
a:visited
{
	color:#800080;
}
a:hover
{
	color:#f20000;
}

/*画像ホバーで白かぶせる*/
.hoverWhite img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}


/********************************
見出し設定
********************************/
h1.textLevel
{
	font-size:250%;
	padding:0 0 4px 17px;
	min-height:88px;
	line-height:2;
	background:url(../images/h1/h1.gif) no-repeat;
}

h1.textLevelsmall
{
	font-size:160%;
	padding:0 0 4px 15px;
	line-height:54px;
	background:url(../images/h1/h1_small.gif) no-repeat;
}

h2
{
	clear:both;
}
h2.top
{
	font-size:270%;
	font-weight:bold;
	color:#333333;
	line-height:1.3;
	padding: 15px 0;
	}

h2.title
{
	font-size:230%;
	font-weight:bold;
	color:#333333;
	line-height:1.3;
	}

h2.textLevel
{
	font-size:180%;
	padding:3px 0 6px 12px;
	margin-top:15px;
	line-height:25px;
	border-left:3px solid #004899;
	border-bottom:3px solid #004899;
}

h2.textLevelTop
{
	font-size:180%;
	padding:3px 0 4px 8px;
	line-height:32px;
	border-left:5px solid #004899;
	border-bottom:3px solid #004899;
}

h2.textLevelTop3
{
	font-size:170%;
	padding:3px 5px 3px 6px;
	border:none;
	border-left: 7px solid #C0C0C0;
	border-bottom: 5px solid #C0C0C0;

}
h3.topTitle{
	color: #274a78;
	font-size: 1.4rem;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
h3.topTitle > .topTitleInner{
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 .5em;
	background-color: #edf2f8;
	text-align: left;
}
h3.topTitle::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #274a78;
}
h3.top
{
	font-size:140%;
	font-weight:bold;
	line-height:1.2;
	}


h3.title
{
	font-size:190%;
	font-weight:bold;
	line-height:1.2;
	}

h3.textVoice {
	font-size:150%;
	border-left: 8px solid #F29438;
	background: #eee;
	border-bottom: none;
	padding:10px 5px;
	color: #000000;
}

h3.textLevel,h4.textVoice
{
	font-size:120%;
	padding:3px 5px 3px 6px;
	border:none;
	border-left: 5px solid #C0C0C0;
	border-bottom: 3px solid #C0C0C0;
}

h3.titleLarge
{
	font-size:190%;
	font-weight:bold;
	line-height:1.2;
	}

h4.title
{
	font-size:110%;
	font-weight:bold;
	line-height:1.2;
	}

h4.title2
{
	font-size:190%;
	font-weight:bold;
	line-height:1.2;
	}

h4.textLevel
{
	color:#760000;
	font-size:95%;
	padding:0;
	border:none;
}

h4.textLevel3
{
	font-size:120%;
	padding:3px 5px 3px 6px;
	border:none;
	border-left: 5px solid #C0C0C0;
	border-bottom: 3px solid #C0C0C0;
}

h4.textLevel4
{
	font-size:120%;
	padding:3px 5px 3px 6px;
	border:none;
	border-left: 8px solid #004899;
}

/********************************
コンテナレイアウト設定
/** 必要なものだけ残す
********************************/
.bodyArea {
	width:1024px;
	margin:0 auto;
}

/* トップページ */
.topBodyArea {
	width:890px;
	margin:0 auto;
}
.topSection{
	padding: 70px 0;
	text-align: left;
}

.topLightblueBack{
	background-color: #edf2f8;
}

.attentionBox
{
	padding:10px;
	background-color:#fffff5;
	border:2px solid #e4e1d8;
}
.attentionBorder
{
	border:solid 2px #959595;
}
.attentionBorderL
{
	border:solid 1px #ccc;
}

.borderBox
{
	border:1px solid #cccccc;
}
.borderBoxBlue
{
	border:1px solid #2367E7;
	padding:10px;
}

/*背景色BOX*/
.bgWhite
{
	background-color:#ffffff;
	padding:10px;
}
.bgWhiteBox
{
	background-color:#ffffff;
	padding:10px;
	box-sizing: border-box;
}

.bgGray
{
	background-color:#f3f3f3;
	padding:10px;
}

.bgGreen
{
	background-color:#00A613;
}
.bgPaleYellow
{
	background-color:#fffff5;
	padding:10px;
}
.bgCreamYellow{
	background-color: #FDFCE6;
	border: 3px solid #FFD260;
	padding: 10px;
}
.bgPink
{
	background-color:#FFFDF3;
	border:3px solid #ff80ac;
	padding:10px;
}
.bgBlue
{
	background-color:#2D3769;
	padding:10px;
}
.bgBlue2{
	background-color: #d1ebff;
	border: 3px solid #80c7ff;
	padding: 10px;
}
.bgDeepBlue
{
	background-color:#0066CC;
}
.bgCoral
{
	background-color:#ffe1d2;
	padding:10px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

.bgRed
{
	background:#F63C3C;
}

.bgRed2
{
	background:#E10508;
	padding:10px;
}

.bgDeepBlue2
{
	background:#2D2CC0;
}
.bgDarkGlay
{
	background:#383838;
	padding:10px;
}


/*幅指定BOX*/
.W1000pxBox
{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.W980pxBox
{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}

.W940pxBox
{
	width:940px;
	margin-left:auto;
	margin-right:auto;
}

.W920pxBox
{
	width:920px;
	margin-left:auto;
	margin-right:auto;
}

.W900pxBox
{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.W890pxBox
{
	width:890px;
	margin-left:auto;
	margin-right:auto;
}

.W850pxBox
{
	width:850px;
	margin-left:auto;
	margin-right:auto;
}

.W800pxBox
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.W740pxBox
{
	width:740px;
	margin-left:auto;
	margin-right:auto;
}

.W700pxBox
{
	width:700px;
	margin-left:auto;
	margin-right:auto;
}

.W660pxBox {
	width: 660px;
	margin-left: auto;
	margin-right: auto;
}

.W600pxBox
{
	width:600px;
	margin-left:auto;
	margin-right:auto;
}

.W580pxBox
{
	width:580px;
	margin-left:auto;
	margin-right:auto;
}

.W560pxBox
{
	width:560px;
	margin-left:auto;
	margin-right:auto;
}
.W540pxBox
{
	width:540px;
	margin-left:auto;
	margin-right:auto;
}

.W500pxBox
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
}

.W480pxBox
{
	width:480px;
	margin-left:auto;
	margin-right:auto;
}

.W450pxBox
{
	width:450px;
	margin-left:auto;
	margin-right:auto;
}

.W440pxBox
{
	width:440px;
	margin-left:auto;
	margin-right:auto;
}

.W430pxBox
{
	width:430px;
	margin-left:auto;
	margin-right:auto;
}

.W400pxBox
{
	width:400px;
	margin-left:auto;
	margin-right:auto;
}

.W380pxBox
{
	width:380px;
	margin-left:auto;
	margin-right:auto;
}

.W350pxBox
{
	width:350px;
	margin-left:auto;
	margin-right:auto;
}

.W330pxBox
{
	width:330px;
	margin-left:auto;
	margin-right:auto;
}

.W300pxBox
{
	width:300px;
	margin-left:auto;
	margin-right:auto;
}

.W290pxBox
{
	width:290px;
	margin-left:auto;
	margin-right:auto;
}

.W260pxBox
{
	width:260px;
	margin-left:auto;
	margin-right:auto;
}

.W250pxBox
{
	width:250px;
	margin-left:auto;
	margin-right:auto;
}

.W240pxBox
{
	width:240px;
	margin-left:auto;
	margin-right:auto;
}

.W220pxBox
{
	width:220px;
	margin-left:auto;
	margin-right:auto;
}

.W210pxBox
{
	width:210px;
	margin-left:auto;
	margin-right:auto;
}



/********************************
ヘッダメニュー設定
********************************/
#HeadMenuArea
{
	height:60px;
	clear:both;
	margin:0 auto;
	background:url(../images/menu/nav_bg.gif) repeat-x;
}
#HeadMenuArea ul
{
	margin:0;
	padding:0;
	list-style:none;
}
#HeadMenuArea li
{
	float:left;
}
#HeadMenuArea li a
{
	display:block;
	height:60px;
}

#HeadMenuArea .navi01 a{
	width:145px;
	background-image:url(../images/menu/nav_01_on.gif);}
#HeadMenuArea .navi02 a{
	width:146px;
	background-image:url(../images/menu/nav_02_on.gif);}
#HeadMenuArea .navi03 a{
	width:146px;
	background-image:url(../images/menu/nav_03_on.gif);}
#HeadMenuArea .navi04 a{
	width:146px;
	background-image:url(../images/menu/nav_04_on.gif);}
#HeadMenuArea .navi05 a{
	width:146px;
	background-image:url(../images/menu/nav_05_on.gif);}
#HeadMenuArea .navi06 a{
	width:146px;
	background-image:url(../images/menu/nav_06_on.gif);}
#HeadMenuArea .navi07 a{
	width:147px;
	background-image:url(../images/menu/nav_07_on.gif);}


/********************************
お問い合わせバナー
********************************/
/*トップページ　大きいレスポンスエリア*/
.bigResArea {
	background-color: #ffedd4;
	padding: 30px 10px;
}
.quicklyText {
	text-align: left;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 8px;
	line-height: 1.9em;
}

.quicklyTextWrap{
	display:flex;
	justify-content: center;
}
.quicklyTextBox{
	border:1px solid #A2A2A2;
	padding:5px;
	margin-right: 10px;
}
.quicklyTextBox:last-child{
	margin-right: 0;
}
.telWhiteBox {
	width: 890px;
	background: #fff;
	padding: 15px 0;
	margin: 0 auto;
	text-align: center;
}
.telNumber {
	font-size: 450%;
	color: #f00;
	font-weight: bolder;
	line-height: 1.2em;
}
.telNumber img {
	vertical-align: baseline;
}
/* FAXボタン */
.resFaxBox{
	display: flex;
	justify-content: center;
}
.resFaxBox a{
	text-decoration: none;
	color: #333333;
}
.resFaxBox a:hover{
	text-decoration: none;
	color: #f20000;
}
.resFaxBtn{
	border:3px solid #274a78;
	padding:5px;
	background: #FFF;
	font-weight: bold;
	margin-right: 20px;
}
.resFaxBtnInner{
	display:flex;
	justify-content: center;
	align-items: center;
}
/*トップページ　小さいレスポンスエリア*/
.FormTelBoxArea{
	display: flex;
	justify-content: center
}
.FormTelBoxArea li{
	float: left;
	width: 500px;
	height: 220px;
	background: #fff;
	/*border-radius: 10px;*/
	margin-bottom: 15px;
}
.FormTelBoxArea li:last-child{
	margin-left: 10px;
}
/*.formArea p,
.telArea p{
	line-height: 1.4em;
}*/
.middleResBtn{/*見積もりボタン*/
	background-color:#dc0000;
	text-align:center;
	width: 74%;
	margin: 0 auto;
	border-radius: 12px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.middleResBtn a{
	display:flex;
	justify-content: space-around;
	align-items: center;
	padding:12px;
	color:#ffffff;
	font-size:140%;
	font-weight:bold;
	line-height: 1.2em;
	text-decoration: none;
}
.middleResBtn:hover{
	background-color:#FF3033;
}
.middletelNumber{
	font-size:290%;
	color:#f00;
	font-weight:bolder;
}
.middletelNumber img{
	margin-right:8px;
	margin-top:10px;
	vertical-align: baseline;
}
.FaxLineVisitBoxArea{
	display: flex;
	justify-content: center;
}
.FaxLineVisitBoxArea li{
	width: 330px;
	height: 137px;
	background: #fff;
	/*border-radius: 10px;*/
}
.FaxLineVisitBoxArea li:last-child{
	margin-left: 10px;
}
.FormTelBoxArea li h3,
.FaxLineVisitBoxArea li h3{
	background: #274a78;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	/*border-radius: 10px 10px 0 0;*/
	padding: 4px 0 4px 0;
}
.formArea, .telArea, .faxArea, .lineArea, .visitArea{
	padding:12px 0 8px;
	text-align: center;
}
.smallResArea{/*FAX、来店ボタン*/
	display: inline-block;
	text-align: left;
	line-height: 1.2em;
	margin-bottom: 12px;
}
.smallResBtn{
	background-color:#dc0000;
	text-align:center;
	width: 90%;
	margin:0 auto;
	border-radius: 10px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}
.smallResBtn a{
	display:block;
	padding:8px 7px;
	color:#ffffff;
	font-size:100%;
	font-weight:bold;
	line-height: 1.3em;
	text-decoration: none;
}
.smallResBtn:hover{
	background-color:#FF3033;
}
/*レスポンスデバイス　薄いオレンジ*/
.bgResBodyArea
{
	background:#fee2ca;
}
/*各ページ下レスポンスデバイス*/
.bgResBtn {
	background-color: #dc0000;
	vertical-align: middle;
	text-align: center;
	width: 60%;
	margin: 0 auto 35px;
	border-radius: 15px;
	box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
	-webkit-box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
	-moz-box-shadow: 0px 6px 3px -3px rgba(53, 53, 53, 0.28);
}
.bgResBtn a {
	display: block;
	padding: 20px;
	color: #ffffff;
	font-size: 160%;
	font-weight: bold;
	text-decoration: none;
}
.bgResBtn:hover{
	background-color:#274a78;
}

.inquiryBannerBox a
{
	width:554px;
	height:77px;
	display:block;
	background-image:url(../images/response/response_btn_on.png);
	margin: 0 auto;
}
.responseBtnS{
	width:620px;
	margin:15px auto 0;
}

/*デザインサンプルなど小さいレスポンスデバイス*/
.response_S_Btn a{
	display:block;
	float:right;
	margin-bottom:25px;
	width:353px;
	height:71px;
	background-image:url(../images/response/response_s_btn_on.gif);	
}
.btnFaxsheet a
{
	display:block;
	width:300px;
	height:80px;
	margin:0 auto;
	background-image:url(../images/btn/resfax_on.png);
	
}
.btnLine a
{
	display:block;
	width:300px;
	height:80px;
	margin:0 auto;
	background-image:url(../images/btn/resline_on.png);
	
}
.btnBs a
{
	display:block;
	width:300px;
	height:80px;
	margin:0 auto;
	background-image:url(../images/btn/ressr_on.png);
	
}
.resBtn
{
	float: right;
	margin:15px 0 0 0px;
}

/*ページ途中レスポンス*/
.resBox
{
	background:#ffffff;
	width:440px;
	padding:10px;
}

.resTitle
{
	background:#05214a;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	border-radius:10px 10px 0 0;
	padding:4px 0 4px 0;
}

.resTopBanner a
{
	width:410px;
	height:79px;
	display:block;
	margin:0 auto;
	background-image:url(../images/top/top_response_small_btn_on.gif);
}


.resBs a {
	width: 545px;
	height: 115px;
	background: url(../images/top/response_bs_on.jpg) no-repeat;
	margin: 0 auto;
	display:block;
}



/*生地サンプルバナー*/
/*防炎加工バナー*/
/*デザインサンプルバナー*/
/*そっくりさんバナー*/
/*生地バナー*/
.bnKijisample a,
.bnBouen a,
.bnDesignSample a,
.bnSokkurisan a,
.bnKiji a{
	display:block;
	float:right;
}

/*画像ホバーで白かぶせる
(複数ページに使用されるクラスに一括設定)*/

.bnKijisample img:hover,
.bnBouen img:hover,
.bnDesignSample img:hover,
.bnSokkurisan img:hover,
.bnFuzokuhin img:hover,
.resTopBanner img:hover,
.bnKijiKijisample:hover,
.bnKiji img:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.bnKijisample a:hover img,
.bnBouen a:hover img,
.bnDesignSample a:hover img,
.bnSokkurisan a:hover img,
.bnFuzokuhin a:hover img,
.resTopBanner a:hover img,
.bnKijiKijisample a:hover img,
.bnKiji a:hover img{
	visibility:visible;
}


/********************************
下部メニュー
********************************/
ul.footNavi
{
	padding:0;
	margin:10px 0 20px 0;
}

/*１階層目*/

ul.footNavi li
{
	margin:4px 0px 13px 0;
}

ul.footNavi li a
{	background:url(../images/ico-tri-deepblue.gif) no-repeat left 40%;
	padding:0 0 0 12px;
	text-decoration:none;
}

/*２階層目*/
ul.footNavi li ul
{
	margin:1px 0 1px 0;
	padding:0 0 0 15px;
}

ul.footNavi li ul li
{
	margin:4px 0px 10px 0;
}

ul.footNavi li ul li a
{
	background:url(../images/ico-tri-orange.gif) 0% 10%;
	padding:0 0 0 12px;
	background-repeat:no-repeat;
}


ul.footNavi li.fnLongestBottomTalk
{
	margin-bottom:25px;
}
ul.footNavi li.fnLongBottomTalk
{
	margin-bottom:15px;
}

.menuShort{
	letter-spacing:-0.1em;
}

/********************************
カレンダー
********************************/

.calendarArea
{
	border:1px solid #dcdcde;
	border-top:none;
	padding-top:5px;
	width:500px;
	background:#ffffff;
}
.calendarBox
{
	width:488px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffd9c6;
}


/********************************
お知らせ
********************************/
.oshiraseBox
{
	border:1px solid #EBA2A3;
	padding:10px;
}


/********************************
フォントカラー設定
********************************/
.textWhite
{
	color:#ffffff;
}
.textRed
{
	color:#f20000;
}
.textOrange
{
	color:#EB7F00;
}
.textYellow
{
	color:#FF0;
}
.textBrightYellow
{
	color:#927501;
}
.textPurple
{
	color:#7E35E4;
}
.textBlue
{
	color:#0099ff;
}
.textDeepBlue
{
	color:#274a78;
}
.textDarkBlue
{
	color:#274a78;
}
.textGreen
{
	color:#00A613;
}
.textMark
{
	color:#ffffff;
	padding:0 2px;
	margin:0 5px 0 0;
	background-color:#0078f3;
	border:1px solid #cccccc;
}


/********************************
ポップアップ用
********************************/
#PopUpBodyArea
{
	width:700px;
	margin:0 auto;
}

.btn_close a
{
	display:block;
}

.btn_close
{
	width:120px;
	height:34px;

	margin:10px auto 20px;
	background:url(../images/btn/close_on.gif) no-repeat;

}


/********************************
ページ内リンク
********************************/
ul.PageLink{
	padding:0;
	list-style:none;
	text-align:center;
}

.PageLink li
{
	margin:15px auto 30px;
	width:400px;
	float:left;
}
.PageLink a
{
	padding:0 0 0 23px;
	background-image:url(../images/pagelink.gif);
	background-repeat:no-repeat;
	background-position:2px 50%;
}


/********************************
テーブル風リスト（dl、dt、dd）
********************************/
.tableLikeList
{

	border-bottom:1px solid #a7a7a7;
}
.tableLikeList dt
{
	float:left;
	width:9em;
	text-align:center;
	padding:5px 0;
	border-top:1px solid #a7a7a7;
	background-color:#f4f4f4;
}
.tableLikeList dd
{
	padding:5px;
	margin:0 0 0 9em;
	border-left:0;
	border-right:0;
	background-color:#ffffff;
	border-top:1px solid #a7a7a7;
}
/* hide hack from Mac-IE5 \*/
* html .tableLikeList dd
{
	height:1%;
}
/* end hiding */

/********************************
list-styleもどす
********************************/

.listOn{
	margin: 1em 0;
	padding-left: 40px;
	list-style-type: disc;
}


/********************************
flexbox
********************************/
.flexBox
{
	display:flex;
}
.flexBoxIn
{
	display:inline-flex;
}
.justifyContentBetween{
	justify-content: space-between;
}
.justifyContentAround{
	justify-content: space-around;
}
.d-InlineBlock
{
	display: inline-block
}


