@charset "utf-8";
/* CSS Document */

/*===========================
全体
==============================*/

main{
	max-width: 1000px;
	line-height: 1.5;
}

section{
	margin-bottom: 5rem;
}

img{
	max-width: 100%;
	width: auto;
}


/*見出し*/

h1{
	margin-bottom: 1rem;
}

h2{
	font-size: 2rem;
	font-weight: 900;
	color: #0ea280;
	text-align: center;
	margin-bottom: 1.3rem;
	background: #ebf3d7;
	position: relative;
	padding: 7px 5px;
	height: 90px;
	display: flex;
	align-items: center;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


h2 span{
	display: flex;
	margin: 0 auto;
	align-items: center;
}


h2 span:after{
 position: absolute;
  content: " ";
  border-bottom: solid 1.8px #00aa84;
  bottom: 8px;
  left:4%;
  width: 88%;
}

h2 span:before{
 position: absolute;
  content: " ";
  border-bottom: solid 1.8px #00aa84;
  top: 8px;
  left:8%; 
  width: 88%;
}

h2:before{
	content: "";
	width: 68px;
	border-top: 90px solid #00aa84;
	border-right: 48px solid transparent;
	height: 0;
	box-sizing: border-box;
	top:0;
	left: 0;
	position: absolute;
}


h2:after{
	content: "";
	width: 68px;
	border-bottom: 90px solid #00aa84;
	border-left: 48px solid transparent;
	height: 0;
	box-sizing: border-box;
	top:0;
	right: 0;
	position: absolute;
}

h2 br{
	display: none;
}


h3{
	background: #00AB86;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 900;
	padding: 12px 5px;
	text-align: center;
	margin-bottom: 2rem;
	font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}


.inner{
	margin:0 20px;
}

/*=======================================
sectionクラス「.about-tablecover」
=========================================*/

.about-tablecover p{
	margin-bottom: 1.5rem;
}

.about-tablecover ul{
	gap:1rem;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

.about-tablecover li{
	width: 48%;
	border: 1px solid #81BCC5;
	padding: 12px;
	display: flex;
	justify-content: space-between;
	gap:12px;
	flex-grow: 1;
}

.about-tablecover figure img{
	margin-bottom: 10px;
}

.about-tablecover figcaption{
	text-align: center;
	color: #fff;
	background: #00AB86;
	font-weight: bold;
	padding: 7px 5px;
	width: 90%;
	margin: 0 auto;
}

/*=======================================
sectionクラス「.about-tsize」
=========================================*/

.size-wrap{
	flex-wrap: wrap;
}

.size-box{
	width: 33%;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #CACACA;
}

.size-box h4{
	text-align: center;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: #0C7B8C;
	padding: 15px 5px;
	width: 100%;
}

.size-box h4 br{
	display: none;
}

.size-box-flat{
	background: #FFF9EC;
}

.size-box-flat h4{
	background: #E4A823;
	
}

.size-box-flat h4:before{
	content: "人気";
	color: #E4A823;
	font-size: 0.9rem;
	background-color: #fff;
	border-radius: 60%;
	margin-right: 0.3rem;
	padding: 8px 6px;
}

.size-box figure{
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 1rem 10px;
	gap:1rem;
}

.size-box figcaption{
	font-weight: bold;
	height: 5rem;
}

.size-box ul{
	margin: 0 12px 1rem;
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	gap:1em;
	border-top: 2px solid #5B8D9A;
	border-bottom: 2px solid #5B8D9A;
	flex-grow: 1;
}

.size-box-flat ul{
	border-top: 2px solid #DFAE46;
	border-bottom: 2px solid #DFAE46;
}


.size-box li{
	text-indent: -1em;
	padding-left: 1em;
}

.size-box a{
	color: #fff;
	padding: 10px 5px;
	background: #2EA1A4;
	width: 85%;
	text-align: center;
	font-weight: bold;
	border-radius: 7px;
	margin-bottom: 1rem;
}

.size-box-flat a{
	background: #E4A823;
}


/*「生地について」.about-kiji ======================*/
.kiji-block{
	gap:10px;
	margin-bottom: 2rem;
}

.kiji-block div{
	width: 49%;
	border: 1px solid #00ab86;
}

.kiji-block h4{
	text-align: center;
	color: #fff;
	font-weight: 600;
	background: #00ab86;
	padding: 8px 5px;
	font-size: 1.2rem;
}

.trom-h4{
	position: relative;
}

.trom-h4:before{
	content: "定番";
	position: absolute;
	height: 65px;
	width: 65px;
	background: #E60012;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.2rem;
	padding-left: 5px;
	top: -12px;
	left: 20%;
}

.kiji-block div dl{
	padding: 15px 12px;
	gap:10px;
}

.kiji-block div dt{
	width: 40%;
}

.kiji-block div dd{
	width: 59%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:12px;
}

.kiji-block span{
	display: block;
	padding: 10px;
	color: red;
	font-weight: bold;
	border: 2px solid red;
	border-radius: 10px;
	text-align: center;
	width: 85%;
	margin: 0 auto;
}

/*お問い合わせお見積もりはこちらから*/
.about-kiji a{
	display: block;
	text-align: center;
	font-size: 2.3rem;
	font-weight: 700;
	color: #fff;
	-webkit-text-stroke: 10px #E55E00;
  text-stroke: 7px #E55E00;
  paint-order: stroke;
	overflow: hidden;
	background-image: linear-gradient(#FAC02C 60%, #EBB02A 50%);
	padding: 12px 5px;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 2px #b2b2b2);
	transition: .1s;
}

.toimitsu{
	overflow: hidden;
}

.kochira{
	font-size: 2.6rem;
}

.about-kiji a:hover, .about-rp a:hover{
	filter: unset;
	transform: translateY(2px);
}


/*==========================================
sectionクラス「.about-isucover」
===========================================*/

.about-isucover > p{
	margin-bottom: 1.3rem;
}

.about-isucover > div{
	margin-bottom: 1.3rem;
}

.about-isucover ul{
	gap: 15px 10px;
	flex-wrap: wrap;
	margin-bottom: 2.5rem;
}

.about-isucover li{
	width: 32%;
	text-align: center;
}

/*「サイズ一覧」===================*/

.isu-size-wrapper{
	gap:12px;
	margin-bottom: 2rem;
}

/*「レギュラータイプ」、「マチ付きレギュラータイプ」*/
.isu-size-content1{
	border: 1px solid #81BCC5;
	flex-grow: 1;
}

.isu-size-inner{
	width: 49%;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap:15px;
}

.isu-size-wrapper h4{
	background: #00AB86;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 7px 3px;
}

.isu-size-content1-inner{
	padding: 12px;
}

.isu-size-content1-left, .isu-size-content1-right{
	width: 50%;
}

/* 左部分 */
.isu-size-content1-left{
	text-align: center;
}

/* 右部分 */
.isu-size-content1-right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:12px;
	margin: auto 0;
}

.isu-size-content1-right p{
	height: 5.5rem;
}


/* サイズとか書いてる部分 */
.isu-shosai-ul{
	border: 1px solid #81BCC5;
	padding: 5px;
	display: flex;
	flex-direction: column;
}

/*レギュラータイプの方のサイズとか書いてる部分*/
.isu-1{
	flex-grow: 1;
}

.isu-shosai-ul li{
	display: flex;
	font-size: 0.8rem;
}

.isu-shosai-ul li span:first-child{
	flex-shrink: 0;
	width: 25%;
	white-space: nowrap;
}

.isu-shosai-ul li span:last-child{
	width: 74%;
	text-indent:-1em;
	padding-left: 1em;
}


/* 「防炎後加工可能」等の部分 */
.isu-option{
	display: flex;
	justify-content: space-between;
	gap:5px;
}

/*「商品詳細」*/
.shosai-wrap{
	border: 1px solid #81BCC5;
}

.isu-size-wrapper h5{
	color: #00AB86;
	background: #ECF4D8;
	padding: 7px 3px;
	text-align: center;
	font-weight: bold;
}


h6{
	font-weight: bold;
}

/*「広告面」と「背もたれ面」*/
.isc2-kokoku, .isc2-semotare{
	border: 1px solid #81BCC5;
	padding: 12px;
	margin: 12px;
}

.isc2-kokoku-img, .isc2-semotare-img {
	text-align: center;
	margin: 10px 0 15px 13%;
}

/* 「▼サイズ・仕様」 */
.isu-size-content3{
	border: 1px solid #81BCC5;
	padding: 12px;
	margin: 12px;
}

.isu-size-content3 ul{
	display: flex;
	flex-direction: column;
}

.isu-size-content3 li{
	display: flex;
}

.isu-size-content3 li span:first-child{
	width: 23%;
	white-space: nowrap;
	text-align:justify;
	text-align-last:justify;
}

.isu-size-content3 li span:last-child{
	width: 76%;
	text-indent:-1em;
	padding-left: 1em;
}

/*「上記以外のサイズ、仕様も承ります・・・」 */
.isu-size p:last-child{
	color: #00AB86;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	background: #ECF4D8;
	border: 1px solid #00ab86;
	padding: 10px 5px;
}

.isu-size p:last-child br{
	display: none;
}

/*「選べるカラー」=============================*/

.about-color-wrapper{
	gap:12px;
	margin-bottom: 15px;
}

.about-color-wrapper > div{
	width: 48%;
}

.about-color-wrapper h4{
	margin: 0px 0 20px;
    padding: 0 0 0 20px;
    border-style: solid;
    border-width: 0px 0px 1px 10px;
    border-color: #004261;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 1.7;
}

.about-color-wrapper img{
	width: 100%;
	margin-bottom: 20px;
}

	.about-color ul{
		gap:3px 5px;
		flex-wrap: wrap;
	}
	
	.about-color li{
		width: 15%;
		font-size: 11px;
		text-align: center;
	}
	
	.about-color li div{
		height: 28px;
	}

.pink{
	background: #F4B3C2;
}
	
.red{
		background: #E8383D;
	}

.orange{
	background: #F08300;
}

.yellow{
	background: #FFF462;
}

.light-green{
	background: #8DC556;
}

.green{
	background: #007F41;
}

.skyblue{
	background: #82C1EA;
}

.blue{
	background: #006CB8;
}

.navy{
	background: #004077;
}

.purple{
	background: #392B5D;
}

.black{
	background: #000;
}

.white{
	background: #fff;
	border: 1px solid #ccc;
}

/* 赤文字部分 */
.p-red{
	color: red;
}

/*========================================
.about-rp 「おすすめポイント」
==========================================*/
.about-rp-block{
	margin-bottom: 40px;
}

/*お問い合わせ見積もりはこちらから*/
.about-rp a{
	display: block;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 10px #E55E00;
    text-stroke: 7px #E55E00;
    paint-order: stroke;
    overflow: hidden;
    background-image: linear-gradient(#FAC02C 60%, #EBB02A 50%);
    padding: 12px 5px;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 2px #b2b2b2);
    transition: .1s;
	margin-bottom: 2rem;
}

.about-rp-block > div{
	margin-bottom: 20px;
}

.about-rp-content{
	display: flex;
	justify-content: space-between;
	gap:15px;
}

.about-rp-content h4{
	color: #004261;
    font-size: 1.4rem;
	font-weight: 700;
    border-bottom: 1px dotted #000;
    margin-bottom: 10px;
    padding-bottom: 3px;
}


/*ウェブアイコン*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?fs3kpn');
  src:  url('fonts/icomoon.eot?fs3kpn#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?fs3kpn') format('truetype'),
    url('fonts/icomoon.woff?fs3kpn') format('woff'),
    url('fonts/icomoon.svg?fs3kpn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail4:before {
  content: "\ea86";
  margin-left:-5px;
}


@media screen and (max-width: 863px){
	h2 span:after{
  left:6.5%; 
  width: 83%;
}

h2 span:before{
  left:10.5%; 
  width: 83%;
}
	
	/*======================================
	.about-kiji 「生地について」
	====================================*/
	
	.trom-h4:before{
		height: 60px;
		width: 60px;
		top: -9px;
		left: 15%;
	}
	
	/*椅子カバーサイズ一覧==============*/
	
	.isu-size-content1-left{
		width: 46%;
	}
	
	.isu-size-content3 li{
		font-size: 0.9rem;
	}
	
}

@media screen and (max-width: 768px){
	
	h2{
		font-size: 2rem;
		background-size: 100% 70px;/*横が100%*/
	}
	
	.inner{
		margin:0 10px;
	}
	
	/*=======================================
    sectionクラス「.about-tablecover」
    =========================================*/
	.about-tablecover li{
		
	}
	
	.about-tablecover figcaption{
		width: 100%;
	}
	
	
	/*=========================
	section about-tsize
	=============================*/
	
	.size-box{
		width: 49%;
	}
	
	
	.size-box h4{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 3.5rem;
		padding: 10px 5px;
		font-size: 1.1rem;
	}
	
	.size-box h4 br{
		display: block;
	}
	
	.size-box .h4-br{
		font-size: 1rem;
	}
	
	.size-box-flat h4:before{
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 0.8rem;
		padding: 8px 5px;
	}
	
	
	/*=====================================
	section .about-kiji　「生地について
	=====================================*/
	
	.kiji-block div dl{
		flex-direction: column;
	    padding: 15px 12px;
	    gap:10px;
    }
	
	.kiji-block div dt{
		width: 100%;
		text-align: center;
	}
	
	.kiji-block div dd{
		width: 100%;
		height: 7rem;
	}
	
	/*「お問い合わせはこちらから」*/
	.about-kiji a, .about-rp a{
		font-size: 1.9rem;
	}
	
	.kochira{
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 686px){
h2 span:after{
  left:8%; 
  width: 80%;
}

h2 span:before{
  left:12%; 
  width: 80%;
}
}

@media screen and (max-width: 670px){
	
h2{
	font-size: 1.5rem;
	
}
	
	/*「お問い合わせはこちらから」*/
	.about-kiji a, .about-rp a{
		font-size: 1.4rem;
		-webkit-text-stroke: 8px #E55E00;
	}
	
	.kochira{
		font-size: 1.7rem;
	}
	
	/*=====================================
	.about-color 「選べるカラー」
	=========================================*/
	.about-color-wrapper{
		gap:10px;
	}
	
	.about-color-wrapper > div{
		width: 48.5%;
	}
	
	.about-color-wrapper h4{
		padding: 0 0 0 10px;
		font-size: 1.2rem;
	}
	
	/*======================================
	.about-kiji 「生地について」
	====================================*/
	
	.trom-h4:before{
		height: 55px;
		width: 55px;
		top: -7px;
		left: 7%;
	}
	
	/*=====================================
	椅子カバーサイズ一覧
	=================================
	
	/*「上記以外のサイズ、仕様も承ります・・・」 */

.isu-size p:last-child br{
	display: block;
}
	
}

@media screen and (max-width: 605px){
	
h2:before{
	content: "";
	width: 55px;
	border-right: 42px solid transparent;
}


h2:after{
	content: "";
	width: 55px;
	border-left: 42px solid transparent;
}
	
	
	/*=======================================
    sectionクラス「.about-tablecover」
    =========================================*/
	.about-tablecover ul{
		flex-direction: column;
	}
	
	.about-tablecover li{
		width: 100%;
	}
	
	
	/*==========================================
    sectionクラス「.about-isucover」
    ===========================================*/
	
	.about-isucover li{
		width: 48.5%;
	}
	
	/*「サイズ一覧」===================*/
	
	.isu-size-wrapper{
		flex-direction: column;
	}
	
	.isu-size-inner{
		width: 100%;
	}
	
	.isu-size-content1-inner{
		justify-content: space-around;
	}
	
	
	
	/* 「防炎後加工可能」等の部分 */
  .isu-option{
	display: flex;
	justify-content: flex-end;
	gap:5px;
	flex-wrap: wrap;
}
	
	/*=======================================
	.about-color 「選べるカラー」
	==========================================*/
	
	.about-color-wrapper{
		flex-direction: column;
	}
	
	.about-color-wrapper > div{
		width: 100%;
	}
	
	.about-color-wrapper img{
		width: auto;
	}
	
	.color-img{
		text-align: center;
	}

    }

@media screen and (max-width: 532px){
	h2{
		font-size: 1.3rem;
	}
	
	/*==========================================
	.about-rp 「おすすめポイント」
	=========================================*/
	.about-rp-content{
		flex-direction: column;
		
	}
	
	.about-rp-block > div{
		margin-bottom: 25px;
	}
	
	.about-rp-content div:first-child{
		text-align: center;
	}
}

@media screen and (max-width: 500px){
	
/*全体*/
	section{
	margin-bottom: 2rem;
}
	
.inner{
margin: 0 8px;	
}
	
 h2 span:after{
  left:9%; 
  width: 72%;
}

h2 span:before{
  left:18%; 
  width: 72%;
}

h2 br{
	display: block;
}
	
h3{
	font-size: 1.2rem;
}
	
	/*「お問い合わせはこちらから」*/
	.about-kiji a, .about-rp a{
		font-size: 1.1rem;
		-webkit-text-stroke: 7px #E55E00;
	}
	
	.kochira{
		font-size: 1.3rem;
	}
	

/*sectionクラス「.about-kiji」「生地について」======================*/
	.kiji-block{
		flex-direction: column;
		gap:1rem;
	}
	
	.kiji-block div{
		width: 100%;
	}
	
	.kiji-block h4{
		font-size: 1.1rem;
	}
	
	.trom-h4:before{
		height: 55px;
		width: 55px;
		top: -7px;
		left: 15%;
	}
	
	.kiji-block div dl{
		flex-direction: row;
	}
	
	.kiji-block div dt{
		width: 45%;
	}
	
	.kiji-block div dd{
		width: 54%;
		height: auto;
	}
	
	.kiji-block span{
		width: 100%;
	}
/*「椅子カバーサイズ一覧」=============*/
	.isu-size-content1-inner{
		flex-direction: column;
	}
	
	.isu-size-content1-left, .isu-size-content1-right{
		width: 100%;
	}
	
	.isu-option {
        display: flex;
        justify-content: center;
        gap: 7px;
        flex-wrap: wrap;
	}
	
	/*「上記以外のサイズ、仕様も承ります・・・」 */
.isu-size p:last-child{
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	background: #00AB86;
	padding: 10px 5px;
}
	
	
}