@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.5rem;
	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;
}

.inner{
	margin:0 20px;
}

.flex-between{
	gap:12px;
}

.flex-around{
	gap:12px;
}

/* 画像のセンター寄せ */
.img-center{
	text-align: center;
}



/*===============================================
sectionクラス「.happi-main」
================================================*/
.happi-main h2:first-child{
	background: initial;
	color: #e60012;
	font-size: 2.5rem;
	text-align: center;
	display: block;
	padding: 0;
	margin-bottom: 0.5rem;
	height: auto;
}

.happi-main h2:before, .happi-main h2:after{
	display: none;
}

.happi-main p{
	margin-bottom: 10px;
}

.happi-main p strong{
	/*font-family: "Yuji Syuku", serif;*/
	/*font-family: "Shippori Mincho", serif;*/
	font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
	font-size: 1.3rem;
	font-weight: 900;
	margin-right: 3px;
}

.happi-main p strong span{
	background: linear-gradient(transparent 70%, rgb(249,40,65,0.8) 30%);
}

.h2-pr{
	background: #1d208b;
	color: #fff;
	text-align: center;
	display: block;
	padding: 7px;
	margin-bottom: 0rem;
	height: auto;
}


/*=======================================
sectionクラス「.happi-size」「サイズについて」
=========================================*/
.happi-size-img-h3{
	margin-bottom: 15px;
}

.happi-size .flex-between{
	margin-bottom: 20px;
}

.happi-size .flex-between p{
	width: 61%;
}

.happi-size .flex-between div{
	width: 37%;
	display: flex;
	align-items: center;
}

.yellow{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	border-top: 4px solid #fbd071;
	border-bottom: 4px solid #fbd071;
	padding: 5px;
}

.table-wrap{
	margin: 25px 0 0;
}

table{
	width: 100%;
	border: 1px solid #000;
}

th,td{
	border: 1px solid #000;
	text-align: center;
	padding: 3px 2px;
	width: calc(100%/6);
	white-space: nowrap;
}

tr:nth-of-type(2n-1){
	background: #dbdcdc;
}

thead th{
	background: #fff;
}

/*========================================
sectionクラス「.happi-kiji」 「生地について」
==========================================*/
.happi-kiji-img{
	margin-bottom: 15px;
}

.yellow-kiji{
	margin-bottom: 15px;
}

.kiji-content{
	margin-bottom: 25px;
}

.kiji-content h4{
	font-size: 1.2rem;
	font-weight: bold;
	border-left: 7px solid #fcce00;
	padding: 2px 5px 2px 7px; 
	margin-bottom: 12px;
}

.kiji-content p{
	margin-bottom: 10px;
}
/*========================================
sectionクラス「.happi-price」 「価格について」
==========================================*/
.happi-price .flex-between{
	margin-bottom: 25px;
}

.happi-price .flex-between li{
	width: 31%;
	text-align: center;
}

.happi-price .flex-between li img{
	width: 95%;
	margin-bottom: 10px;
}

.happi-price .flex-between li p{
	text-align: left;
	
}

/* お急ぎコースとお値打ちコース */
.happi-price .flex-center{
	margin-bottom: 40px;
}

.happi-price .flex-center li{
	width: 50%;
	display: flex;
	flex-direction: column;
}

.happi-price .flex-center li img{
	width: 100%;
	margin-bottom: 5px;
}

.happi-price .flex-center li p{
	padding: 10px;
	position: relative;
  margin: 20px 10px 0;
  border-radius: 7px;
	color: #000000;
	flex-grow: 1;
}

.happi-price .flex-center li:first-child p{
	border: 2px solid #57a533;
}

.happi-price .flex-center li:first-child p:before{
	border-color: transparent transparent #57a533;
}

.happi-price .flex-center li:last-child p{
	border: 2px solid #ffb326;
}

.happi-price .flex-center li:last-child p:before{
	border-color: transparent transparent #ffb326;
}


.happi-price .flex-center li p:before{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #000000;
  translate: -50% -100%;
}

.happi-price .flex-center li p:after{
	content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 7.8px 15.5px 7.8px;
  border-color: transparent transparent #ffffff;
  translate: -50% -100%;
}

/*「お見積もりはこちらから」 */
.mitsumori a{
	display: block;
	font-size: 2rem;
	font-weight: 900;
	padding: 7px 5px;
	text-align: center;
	background: #75c62e;
	background-image: linear-gradient(to bottom,#75c62e, #6ba023);
	border-radius: 10px;
	filter: drop-shadow(2px 2px 2px #b2b2b2);
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	 -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
     paint-order: stroke;
}


.mitsumori a:hover{
	filter: unset;
	transform: translateY(2px);
	opacity: 0.9;
}

/*========================================
sectionクラス「.happi-orderflow」「ご注文の流れ」
==========================================*/
.flow-li{
	border: 7px solid #00aa84;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: space-between;
	height: 100%;
	width: 22%;
}

.flow-ul-in{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.flow-img{
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.yajirushi{
	display: flex;
	align-items: center;
}

.flow-chara{
	color: #fff;
	font-family: "Kosugi Maru", sans-serif;
    font-style: normal;
	font-weight: 700;
	font-size: 1.2rem;
	background: #00aa84;
	padding: 10px;
	display: flex;
	flex-direction: column;
	height: 70px;
	justify-content: center;
}

.happi-orderflow p{
	margin-bottom: 20px;
}

.p-nyuko{
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	background: #c10000;
	padding: 8px 3px;
	border-radius: 8px;
	margin-top: 30px;
	position: relative;
}

.p-nyuko:after{
	content: "";
	position: absolute;
	top: 0;
  left: 63.5%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #c10000;
  translate: -50% -100%;
}

.happi-a a{
	display: block;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
	border-radius: 10px;
	filter: drop-shadow(2px 2px 2px #b2b2b2);
	 -webkit-text-stroke: 3px #fff;
    text-stroke: 3px #fff;
     paint-order: stroke;
}

.happi-a a:first-child{
	padding: 4px 3px;
	background-image: linear-gradient(to bottom,#fbc533, #e7a32a);
	margin-bottom: 25px;
}

.happi-a a:first-child img{
	margin-right: 5px;
}

.happi-a a:last-child{
	padding: 7px 3px;
	background-image: linear-gradient(to bottom,#75c62e, #6ba023);
}

.happi-a a:hover{
	filter: unset;
	transform: translateY(2px);
}


/*=========================================================
sectionクラス「.original-media」「オリジナルメディア作成いたします」
============================================================*/



/*お問い合わせ見積もりはこちらから*/
.contact a{
	display: block;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 700;
    color: #fff;
    background-image: linear-gradient(#FF6700 60%, #E85A00 40%);
    padding: 12px 5px;
    border-radius: 10px;
    filter: drop-shadow(2px 2px 2px #b2b2b2);
    transition: .1s;
	margin-bottom: 2rem;
	font-family: "Kosugi Maru", sans-serif;
  font-style: normal;
	text-shadow: 3px 3px 2px #CB5218;
}



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

h2 span:before{
  left:10.5%; 
  width: 83%;
}
	
	/*===========================================
	「Xバナースタンド（ブラック）」
	============================================*/	
}

@media screen and (max-width: 785px){
	.flow-chara{
		font-size: 1rem;
	}
	
	.yajirushi{
		width: 3%;
	}
	
}

@media screen and (max-width: 767px){
	
	h2{
		font-size: 2rem;
		background-size: 100% 70px;/*横が100%*/
	}
	
	.inner{
		margin:0 10px;
	}
	
	/*=======================================
    「エレベーター式Xバナー」
    =========================================*/
	
	
	/*=========================
	ロールスクリーンバナーEX
	=============================*/
	
}

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

h2 span:before{
  left:12%; 
  width: 80%;
}
	
	
	/*===========================================
	「完全データ入稿でお安く…」
	============================================*/
	.happi-main h2:first-child{
		font-size: 2.2rem;
		word-break: keep-all;
	}
	
}

@media screen and (max-width: 670px){
	
h2{
	font-size: 1.5rem;
}
	
	/*===========================================
	「サイズ一覧」
	============================================*/
	th,td{
		font-size: 0.9rem;
	}
	
	/*===========================================
	「ご注文の流れ」
	============================================*/
	.flow-ul{
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	
	.flow-li{
		width: 41%;
	}
	
	.p-nyuko{
		font-size: 1.2rem;
	}
	
	.p-nyuko:after{
		left: 21.5%;
	}
	
	.happi-a a:first-child{
		font-size: 1.5rem;
		padding: 8px 3px;
	}
}


@media screen and (max-width: 620px){
	/*===========================================
	「完全データ入稿でお安く…」
	============================================*/
	.happi-main h2:first-child{
		font-size: 1.9rem;
		word-break: keep-all;
	}
	
	/*===========================================
	「サイズ一覧」
	============================================*/
	.yellow {
		font-size: 1.5rem;
	}
	
	
	.happi-size .flex-between{
		flex-direction: column;
	}
	
	.happi-size .flex-between p{
		width: 100%;
	}
	
	.happi-size .flex-between div{
		width: 100%;
	}
	
	.happi-size .flex-between div img{
		margin: 0 auto;
	}
	
	.table-wrap{
		overflow: auto;
		padding-bottom: 15px;
	}
	
	/*=======================================
    「生地について」
    =========================================*/
	.kiji-content ul{
		flex-direction: column;
	}
	
	/*===========================================
	「価格について」
	============================================*/
	.happi-price .flex-between{
		flex-wrap: wrap;
		justify-content: center;
	}
	
	.happi-price .flex-between li{
		width: 48%;
	}
	
	.happi-price .flex-center{
		flex-direction: column;
		gap:20px;
	}
	
	.happi-price .flex-center li{
		width: 100%;
	}
	
	/*見積もりボタン*/
	.mitsumori a{
		font-size: 1.6rem;
	}
	
/*========================================
 「ご注文の流れ」
==========================================*/
	.happi-a a{
		font-size: 1.6rem;
	}
	
	.happi-a a:first-child{
		font-size: 1.2rem;
		padding: 12px 3px;
	}
	
	.happi-a a:first-child img{
		width: 7%;
	}

	
}

@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;
}
    }

@media screen and (max-width: 532px){
	h2{
		font-size: 1.5rem;
	}

}

@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;
}

	
}