/* =============================================================
  トップページ　.top
============================================================= */
/* メインコピー .main_copy
-------------------------------------------*/
/* h2 */
.main_copy h2 {
	font-size: 3rem;
	line-height: 1.1;
	background-color: var(--color-primary-dark);
	border: none;
	box-shadow: none; /* style.cssの上書き */
	padding: 1rem 1rem 1.2rem;
}
/* p */
.main_copy p {
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.1;
	text-align: center;
	background-color: var(--color-accent1);
	padding: 0.5rem;
}

/* メインビジュアル .main_visual
-------------------------------------------*/
/* 下margin追加 */
.main_visual {
	line-height: 0;
}

/* お知らせ .top_announce
-------------------------------------------*/
/* 枠 */
.top_announce {
	width: 100%;
	color: var(--color-accent2);
	border: 1px solid var(--color-accent2);
	padding: 1rem;
	margin-top: 2rem;
}
/* タイトル */
.top_announce p.tit {
	font-weight: 800;
}
/* 2つめのタイトル */
.top_announce p + p.tit {
	margin-top: 1rem;
}
/* p */
.top_announce p {
	padding-left: 1em;
}
/* タイトル下p */
.top_announce p.tit > p {
	margin-top: 0.8rem;
}
/* p2つ目以降 */
.top_announce p + p {
	margin-top: 0.5rem;
}

/* 仕様イメージ .top_announce
-------------------------------------------*/
/* 枠 */
.top_sean {
	background-color: #efecf4;
	margin-top: 3rem;
	padding: 30px 20px;
}
/* h5 */
.top_sean h5 {
	font-size: 1.6rem;
	font-weight: 900;
	text-align: center;
	border-bottom: 1px solid #390d6d;
	padding: 0 0 10px;
}
/* ul */
.top_sean ul {
	margin: 30px auto 0;
}
/* li */
.top_sean ul li.img_01 { width: 23.27%; }
.top_sean ul li.img_02 { width: 24.56%; padding-top: 7px; }
.top_sean ul li.img_03 { width: 26.72%; padding-top: 7px; }
.top_sean ul li.img_04 { width: 21.55%; padding-top: 11px; }
.top_sean ul li.img_01 img { margin-bottom: 3px; }
.top_sean ul li.img_02 img { margin-top: 3px; }
.top_sean ul li.img_03 img { margin-bottom: 3px; }
.top_sean ul li.img_04 img { margin-top: 3px; }

/* p */
.top_sean p {
	width: 100%;
	font-size: 1.2rem;
	font-weight: bold;
	background: url('https://noren-professional.com/wp/wp-content/uploads/top_bg_01.png') repeat-y left top;
	margin: 0;
	padding: 5px 10px;
}
/* li img */
.top_sean ul li img {
	display: block;
}

/* コンテンツレイアウト
-------------------------------------------*/
/* 共通
--------------------------------*/
/* 大枠
---------------------*/
/* メインブロック */
.top_main_block {
	width: 78.333%;
	float: right;
	margin-top: 3rem;
}
/* サイドバー */
.top_side_block {
	width: 17.5%;
	float: left;
	margin-top: 3rem;
}

/* ボタン
---------------------*/
/*  問合せ・価格・デザインサンプルボタン */
	.top_btn_example,
	.top_btn_price,
	.top_btn_estimate {
		width: 100%;
	}
	.top_btn_example a ,
	.top_btn_price a,
	.top_btn_estimate a {
		font-size: 1.8rem;
		padding: 28px 0 29px;
		border-radius: 10px;
	}

/* メインブロック .top_main_block
--------------------------------*/
/* 見出し
---------------------*/
/* h4 */
.top_main_block h4,
.product h4 {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.5;
	text-align: center;
	background-color: var(--color-primary-dark);
	border-left: 0;
}
/* h4 span */
.top_main_block h4 span,
.product h4 span {
	color: var(--color-accent1);
}

/* 役に立ちます .top_useful
---------------------*/
/* ul */
.top_useful ul {
	gap: 1rem 2.1%;
	margin-top: 1.5rem;
}
/* li */
.top_useful ul li {
	width: calc((100% - 2.1%*2)/3);
}

/* 用途で選べるのれん .top_choose 
---------------------*/
/* ul */
.top_choose ul {
	gap: 2rem 5.319%;
	margin-top: 2rem;
}
/* li */
.top_choose ul li {
	width: calc((100% - 5.319%)/2);
}
.top_choose ul li h6 {
	color:#fff;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1;
	text-align: left;
	background-color: #000;
	padding: 1.25rem;
	margin-top: 1px;
}
.top_choose ul li h6 + p {
	min-height: 100px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	text-align: left;
	padding: 12px 15px;
}
.top_choose ul li p + a {
	display: block;
	width: 80%;
	font-size: 1rem;
	font-weight: 800;
	text-align: center;
	text-decoration: none;;
	border: 1px solid #b5b5b6;
	border-radius: 5px;
	margin: 15px auto 0;
	padding: 18px 10px
}
.top_choose ul li p + a:hover {
	color: #fff;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/* カラー */
.top_choose li.store h6 { background-color: #691217; }
.top_choose li.store h6 + p { background-color: #f0e7e7; }
.top_choose li.store p + a { color: #691217; }
.top_choose li.store p + a:hover { background-color: #691217; }

.top_choose li.race h6 { background-color: #6a6c2c; }
.top_choose li.race h6 + p  { background-color: #f0f0e9; }
.top_choose li.race p + a { color: #6a6c2c; }
.top_choose li.race p + a:hover { background-color: #6a6c2c; }

.top_choose li.guide h6 { background-color: #136a36; }
.top_choose li.guide h6 + p  { background-color: #e7f0eb; }
.top_choose li.guide p + a { color: #136a36; }
.top_choose li.guide p + a:hover { background-color: #136a36; }

.top_choose li.event h6 { background-color: #0b6a6a; }
.top_choose li.event h6 + p  { background-color: #e6f0f0; }
.top_choose li.event p + a { color: #0b6a6a; }
.top_choose li.event p + a:hover { background-color: #0b6a6a; }

.top_choose li.sunshade h6 { background-color: #1d2b55; }
.top_choose li.sunshade h6 + p  { background-color: #e8e9ee; }
.top_choose li.sunshade p + a { color: #1d2b55; }
.top_choose li.sunshade p + a:hover { background-color: #1d2b55; }

.top_choose li.interior h6 { background-color: #642467; }
.top_choose li.interior h6 + p  { background-color: #efe9f0; }
.top_choose li.interior p + a { color: #642467; }
.top_choose li.interior p + a:hover { background-color: #642467; }


/* フルカラーのれんとは .top_about
---------------------*/
.top_about .block_inner {
	margin-top: 2rem;
}
/* 左側 */
.ta_image {
	width: 38%;
	text-align: center;
}
.ta_image img {
	width: 86%;
}
/* 右側 */
.ta_copy {
	width: 57%;
}
.ta_copy h5 {
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
	vertical-align: middle;
	border-left: 6px solid #390d6d;
	padding: 0 0 3px 10px;
}
.ta_copy p,
.ta_copy p span {
	font-size: 1.1rem;
	line-height: 1.5;
}
.ta_copy p {
	margin-top: 0.5rem;
}
.ta_copy p span {
	color: #e72410;
	font-weight: 600;
}
.ta_copy ul {
	gap: 1rem 10px;
	margin-top: 0.5rem;
}
.ta_copy ul li {
	width: 47%;
}

/* のれんの活用事例 .top_example
---------------------*/
/* ul */
.top_example ul {
	gap: 1rem 4.36%;
	margin-top: 2rem;
}
/* li */
.top_example li {
	width: calc((100% - 4.36%*2)/3);
}

/* バナーエリア .bnr_area
---------------------*/
/* div + div */
.bnr_area div + div {
	margin-top: 3rem;
}

/* 選べる生地  .top_cloth
---------------------*/
/* ul */
.top_cloth ul {
	gap: 2rem 5.319%;
	margin-top: 2rem;
}
/* li */
.top_cloth ul li {
	width: calc((100% - 5.319%)/2);
}
.top_cloth ul li h6 {
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1;
	border-left: 6px solid #390d6d;
	margin-bottom: 0.5rem;
	padding: 0 0 3px 10px;
}
.top_cloth ul li h6 span {
		font-size: 1.2rem;
}

/* フルカラー印刷  .top_print
---------------------*/
/* ul */
.top_print ul {
	gap: 1rem 3.1%;
	margin-top: 2rem;
}
/* li */
.top_print li:first-child {
	width: 38.297%;
}
.top_print li:last-child {
	width: 58.51%;
}
/* annotation */
.top_print .annotation {
	background-color: rgba(57,13,110,.1);
	margin-top: 1rem;
	padding: 1rem 0.5rem 1rem 1.5rem;
	text-indent: -1em;
}

/* 参考価格 .top_price
---------------------*/
/* ul */
.top_price ul {
	gap: 1rem 5%;
	margin-top: 2rem;
}
/* li */
.top_price li:first-child {
	width: 58.829%;
}
.top_price li:last-child {
	width: 36.17% ;
}
/* table */
.top_price li:last-child table,
.top_price li:last-child table td {
	border: none;
	padding: 0;
}
.top_price li:last-child table {
	border-collapse: separate;
	border-spacing: 0.5rem;
}
.top_price li:last-child table td.tit span {
	display: inline-block;
	width: 100%;
	line-height: 1;
	text-align: center;
	background-color: rgba(57,13,110,.1);
	border-radius: 0.2rem;
	padding: 0.3rem 0.5rem;
}
/* rprice */
.top_price li:last-child .rprice {
	color: var(--color-accent2);
	font-size: 2rem;
	font-weight: 900;
	line-height: 1;
	text-align: center;
	background-color: rgba(244,232,39,.2);
	margin-top: 0.5rem;
	padding: 1rem;
}
.top_price li:last-child .rprice span {
	font-size: 1.5rem;
}
/* li annotation */
.top_price li:last-child .annotation {
	text-align: right;
}
/* annotation */
.top_price ul + .annotation {
	margin-top: 2rem;
}