/* =============================================================
商品について｜仕様 .specification
============================================================= */
/* 共通
-------------------------------------------*/
/* コンテンツの上下余白 */
.specification .content{
	margin:8rem 0;
}

/* 各仕様名の見出し */
.specification .content h3{
	width:100%;
	border-top:solid 3px var(--color-inner);
	border-bottom:solid 3px var(--color-inner);
	padding:0.8rem 0;
	text-align:center;
}

/* 初めの説明文 */
p.normal{
	width:95%;
	margin:2rem auto;
}

/* リンクボタン .link_btn
-------------------------------------------*/
/* 各リンクボタンを包むコンテンツ */
.specification .link_btn{
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	justify-content: center;
	gap:2rem;
}

/* リンクボタンデザイン */
.specification .link_btn a{
	color:#fff;
	font-size:1.2rem;
	text-align:center;
	padding:1rem 0rem;
	width:45%;
	background-color: var(--color-natural);
	border-radius:15px;
	flex-grow:1;
}

/* リンクボタンアイコン */
.specification .link_btn span.icon{
	display:block;
	width:15px;
	height:15px;
	border:solid 1.5px #fff;
	border-top:transparent;
	border-right:transparent;
	transform:rotate(-45deg);
	margin:0 auto;
}


/* 割れについて #split
-------------------------------------------*/
/* 各割れを包むコンテンツ */
.specification #split ul{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:95%;
	gap:4rem;
	margin:4rem auto 0;
}

/* 各割れのテキストと画像を横並び */
.specification #split ul li{
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	gap:2rem;
	border-left:10px solid #e8e3d6;
}

/* 各割れのテキスト(左) */
.specification #split .wrapper{
	width:48%;
	margin-left:1.5rem;
}
/* 各割れの画像(右) */
.specification #split ul li figure{
	width:48%;
}

/* 各割れのテキスト */
.specification #split .wrapper p.sub_title{
	font-size:1.2rem;
	font-weight:550;
	margin:0.5rem 0 1rem;
}


/* 竿通しについて #sao
-------------------------------------------*/
/*---------リンクボタン-----------*/
.block h3 + p {
	margin-top: 2rem; /* 打消し */
}

/* 各仕立てを包むコンテンツ */
.specification #sao .wrapper{
	width:95%;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	gap:2rem;
	margin:2rem auto;
}

/* 各仕立ての画像とテキスト縦並び */
.specification #sao .wrapper a.inner{
	display:flex;
	flex-direction:column;
	align-items:center;
	width:30%;
}

/* 各仕立てのテキスト */
.specification #sao .wrapper .inner p{
	font-size:1.3rem;
	text-align:center;
}
/* 各仕立てのテキストアイコン */
.specification #sao .wrapper .inner span.icon{
	display:block;
	width:15px;
	height:15px;
	border:solid 1.8px #84745d;
	border-top:transparent;
	border-right:transparent;
	transform:rotate(-45deg);
	margin:0 auto;
}


/*---------仕立て-----------*/
/*---- 共通 ----*/
/* 棒袋・共チチの包み */
.specification .sub_block{
	width:95%;
	margin:3rem auto;
}

/* 各仕立ての見出し */
.specification .sub_block h4{
	text-align: center;
	padding-bottom: 0.6rem;
	border-bottom: 1.5px solid #000;
	margin-bottom: 2rem;
}

/* 各仕立ての画像とテキスト横並び */
.specification .sub_block .wrapper{
	display:flex;
	flex-direction:row;
}

/* 各仕立ての左コンテンツ */
.specification .sub_block .wrapper figure:first-child {
	width:50%;
}

/* 各仕立ての右コンテンツ */
.specification .sub_block .wrapper .inner{
	display:flex;
	flex-direction:column;
	gap:1rem;
	justify-content: space-around;
	align-items:center;
	width:50%;
	background-color:#fffbf5;
	padding:1rem;
}

/* 各仕立てのテキスト */
.specification #sao .sub_block .wrapper .inner p:nth-child(odd){
	font-size:1.05rem;
	font-weight:530;
	text-align:center;
	padding-bottom:0.2rem;
	border-bottom:1.2px solid #000;
}
/* 各仕立てのテキスト */
.specification #sao .sub_block .wrapper .inner p:nth-child(even){
	font-size:1rem;
	text-align:left;
}

/* メリット */
.merit{
	margin-bottom:2rem;
}
/* メリットhdr */
.merit .hdr{
	margin-bottom:1rem;
	background-color:#f0eae0;
	padding:0.5rem 1.2rem;
	text-align:left;
	font-size:1.2rem;
	font-weight:530;
}
/* デメリット*/
.demerit{

}
/* メリットhdr */
.demerit .hdr{
	margin-bottom:1rem;
	background-color:#d8dfed;
	padding:0.5rem 1.2rem;
	text-align:left;
	font-size:1.2rem;
	font-weight:530;
}


/*---------共チチ個数について-----------*/
/* 大枠 */
#sao .pieces{
	border: solid 5px #e8e3d6;
	background-color:#fffbf5;
	margin:2rem auto;
	padding:3rem 2rem;
}

/* 見出し */
#sao .pieces h6{
	padding-bottom:0.8rem;
	text-align:center;
	border-bottom:solid 1.2px #000;
}

/* サブ見出し */
#sao .pieces .sub_hdr{
	margin-bottom:1.2rem;
	text-align:left;
	font-weight:530;
	font-size:1.1rem;
}

/* span文字 */
#sao .pieces span{
	font-weight:550;
	font-size:1.05rem;
	text-decoration:underline;
}

/* 上のコンテンツ */
#sao .pieces .pieces_wrapper01{
	margin:2rem 0 0;
	padding-bottom:2rem;
	border-bottom:dashed 3px #aaa;
	display:flex;
	flex-direction:row;
	gap:2rem;
	justify-content:space-around;
}

/* 上のコンテンツ>左テキスト */
#sao .pieces .pieces_inner01{
	width:55%;
}
/* 上のコンテンツ>右画像 */
#sao .pieces .pieces_wrapper01 figure{
	width:43%;
}

/* 下のコンテンツ */
#sao .pieces .pieces_wrapper02{
	margin:2rem 0;
}

/* 下のコンテンツ>画像を横並び */
#sao .pieces .pieces_inner02{
	margin:2rem 0;
	display:flex;
	flex-direction:row;
	justify-content:space-around;
	gap:2rem;
}

/* 下のコンテンツ>画像を横並び */
#sao .pieces .pieces_inner02 div{
	width:48%;
	background-color:#fff;
	padding:1.2rem 1rem;
	text-align:center;
}

/* 下のコンテンツ>テキスト */
#sao .pieces .pieces_inner02 div p{
	padding-left:0.8rem;
	margin-bottom:0.5rem;
	border-left:solid 7px var(--color-primary);
	text-align:left;
}

/* 下のコンテンツ>画像 */
#sao .pieces .pieces_inner02 div img{
	width:60%;
}

/* ハギについて #hagi
-------------------------------------------*/
/* コンテンツの横並び */
#hagi .wrapper{
	display:flex;
	flex-direction:row;
	gap:2rem;
	justify-content:space-around;
	margin:2rem auto;
}

/* コンテンツの横並び */
#hagi .wrapper figure{
	max-width:500px;
	width:100%;
	height:auto;
}


/* 変形のれんについて #other .deformation
-------------------------------------------*/
/* h3とh4の余白 */
.deformation .outer{
margin-top:2.5rem;
}

/* 「追加料金なし」タイトル横 */
.deformation span.option_no{
color:#fff;
font-size:1.15rem;
font-weight:530;
background-color:#967e7e;
border-radius:15px;
display:block;
width:100%;
margin:0 auto 0.2rem;
}

/* 「このような変形のれんが製作できます」 */
.deformation p.min_title{
text-align:center;
margin:2rem 0;
font-size:1.05rem;
font-weight:510;
}

/* 「このような変形のれんが製作できます」 */
.deformation div.other_img_area{
display:flex;
flex-direction:row;
justify-content:space-around;
}

/* 「このような変形のれんが製作できます」p */
.deformation div.other_img_area p{
text-align:center;
font-weight:500;
}


/* 特殊加工について #other .processing
-------------------------------------------*/
/* 「追加料金あり」タイトル横 */
.processing span.option_yes{
color:#fff;
font-size:1.15rem;
font-weight:530;
background-color:#ad2323;
border-radius:15px;
display:block;
width:100%;
margin:0 auto 0.2rem;
}

/* コンテンツの横並び */
.processing ul{
	display:flex;
	flex-direction:row;
	justify-content:center;
	align-items:center;
	gap:1rem;
	margin:2rem auto;
}

.processing li{
	width:45%;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	gap:1rem;
}

.processing p.annotation{
text-align:right;
margin:1rem 0 0;
font-size:0.8rem;
}
