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

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

main{
	max-width: 1000px;
}

section{
	margin-bottom: 3rem;
}


h1{
	margin-bottom: 1.5rem;
}

h2{
	font-size: 1.6rem;
	margin-bottom: 1.3rem;
	background: #76C5AB;
	padding: 10px 12px;
	font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}


h3{
	
}


.inner{
	margin:0 20px;
}

/*クリックしたら下に沈むバナー============*/
.banner-down {
	filter: drop-shadow(0px 5px 3px #aaaaaa);
	transition: .2s;
	margin-bottom: 2rem;
}

.banner-down:hover{
  filter: unset;
  transform: translateY(4px);
}


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


.about-noren .flex-center{
	gap:2.5%;
}

/*左側エリア*/
.about-noren .flex-center div:first-child{
	width: 38%;
	display: flex;
}

/*右側エリア*/
/*h2「ピッタリサイズののれんがほしい」*/
.about-noren h2{
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0.5rem;
	background: initial;
	padding: 3px 0px;
	border-bottom: 3px solid #00ab86;
}

/*右側エリアを縦flex*/
.about-noren .flex-center div:last-child{
	display: flex;
	flex-direction: column;
	width: 61.5%;
}

/*h2下のp*/
.about-noren .flex-center div:last-child p{
	text-align: center;
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

/*黄色丸付き文章のエリア*/
.about-noren ul{
	background: #bee5e1;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 1.2rem;
	gap:7%;
}

.about-noren li{
	font-size: 1.2rem;
	font-weight: bold;
	display: flex;
	gap:5px;
}

.about-noren li:before{
	content:"";
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	background: #ffb732;
}


/*sectionクラス「.about-kiji」========================*/
/*ページ内全部の、ベージュっぽい背景の色とかpadding設定*/
.kiji-inner, .creation-inner, .flow-inner{
	background: #EFE9D6;
	padding: 25px 20px;
	margin-bottom: 2rem;
}

.kiji-inner > div{
	gap:12px;
	margin-bottom: 1.2rem;
}

.about-kiji h3{
	background: #F6AD46;
	padding: 7px 5px;
	font-size: 1.4rem;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "M PLUS 1", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.about-kiji .h3-katsuragi{
	background: #E0A7CA;
}


.kiji-inner p{
	width: 69%;
}

.about-kiji ul{
	flex-wrap: wrap;
	gap:20px 5px;
}

.about-kiji li{
	width: 13%;
}


.about-size p{
	margin-bottom: 1rem;
}

/*sectionクラス「.about-creation」*/
.about-creation h3{
	border-bottom: 2px solid #000;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 2rem;
	padding-bottom: 0.5rem;
}

.creation-inner > div{
	gap:12px;
}

.about-creation img{
	width: auto;
	max-width: 100%;
}

figcaption{
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 0.5rem;
}

/*「割れを作らず幕のように・・・」の箇所*/
.about-creation .ul-1{
	width: 146px;
	border: 2px solid #C5AF89;
	border-radius: 8px;
	background: #FFFBEE;
	display: flex;
	flex-direction: column;
	gap:10px;
	align-items: center;
	padding: 7px;
}

/*「のれんの棒通しについて」*/
.botoshi-box{
	gap:20px!important;
}

.botoshi-box ul{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.botoshi-box ul li:first-child{
	display: flex;
	gap:12px;
	margin-bottom: 0.5rem;
}

.botoshi-box ul li:first-child h4{
	flex-shrink: 0;
	font-size: 1.2rem;
	font-weight: bold;
}

.botoshi-box ul li:first-child h4 span{
	font-size: 1rem;
}


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

.flow-inner{
	display: flex;
	justify-content: space-between;
	gap:15px;
	line-height: 1.2;
	margin-bottom: 3rem;
}

/*赤文字*/
.flow-inner .red{
	color: #C8161D;
}

/*小さい文字*/
.flow-inner .small{
	font-size: 0.9rem;
}

.flow-inner h3{
	display: flex;
	align-items: center;
	border: 2px solid #6E2733;
	background: #fff;
	gap:5px;
	font-weight: bold;
}

.flow-inner h3 span:first-child{
	color: #fff;
	background: #6E2733;
	padding: 7px 5px;
}

.flow-inner2, .flow-inner3{
	width: 49%;
}

/*「ご注文の流れ」の右側部分*/
.flow-inner2{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

/*STEP1の中の要素*/
.flow-inner2-inner{
	gap:15px;
	flex-grow: 1;
	margin-top: 10px;
}

.flow-step1-img{
	width: 56%;
	margin-top: 10px;
}

/*STEP1の右側部分*/
.flow-size-box{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:20px;
}

.flow-size-ul{
	display: flex;
	flex-direction: column;
	gap:5px;
	padding: 15px 7px;
	border: 2px solid #9FA0A0;
	background: #fff;
	border-radius: 15px;
}

.flow-inner h4{
	text-align: center;
	color: #fff;
	background: #6E2733;
	font-weight: bold;
	padding: 5px;
}

.flow-size-box div{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}


.flow-size-box div ul{
	background: #fff;
	padding: 7px 5px 10px;
	border: 2px solid #9FA0A0;
	display: flex;
	flex-direction: column;
	gap:5px;
	height: 100%;
}

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

/*「ご注文の流れ」の右側部分*/
.flow-inner3{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap:10px;
}

.flow-inner3 div{
	gap:10px;
}

.step2-wrap h3{
	margin-bottom: 10px;
}

.step2-wrap .flex-between{
	position: relative;
}

.or{
	position: absolute;
	top: 45%;
	left: 46%;
}


.flow-inner3 div ul{
	width: 50%;
	border: 2px solid #9FA0A0;
	background: #fff;
	border-radius: 8px;
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap:7px;
}

.flow-inner3 div .tomo-red{
	text-indent: -1em;
	padding-left: 1em;
}

.flow-inner3 div ul li:first-child span{
	border-bottom: 2px solid #9FA0A0;
	display: inline;
}

.flow-inner3 div ul li:first-child{
	font-weight: bold;
}

.flow-inner3 div ul li:first-child ruby{
	font-size: 1.2rem
}

.flow-inner3 div ul:first-child li:nth-child(3){
	background: #FFFBEE;
	flex-grow: 1;
	padding: 5px;
	border: 2px solid #C5AF89;
	border-radius: 8px;
	position: relative; 
}

.flow-inner3 div ul:first-child li:nth-child(3):before{
	position:absolute;
	content: "";
  top: 0;
  left: 80%;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #C5AF89;
  translate: -50% -100%;
  transform: skew(39deg);
  transform-origin: bottom;
}

.flow-inner3 div ul:first-child li:nth-child(3):after{
	content: "";
  position: absolute;
  top: 0;
  left: 80%;
  border-style: solid;
  border-width: 0 7.8px 15.5px 7.8px;
  border-color: transparent transparent #FFFBEE;
  translate: -50% -100%;
  transform: skew(39deg);
  transform-origin: bottom;
}


/*「お問い合わせはこちらから」*/
.contact a{
	display: flex;
	align-items: center;
	gap:20px;
	font-size: 2.5rem;
	font-weight: bold;
	justify-content: center;
	background: #ed6e20;
	color: #fff;
	padding: 13px 3px;
	border-radius: 40px;
	border: 6px double #fff;
	margin: 0 10px;
}

.contact div{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.5rem;
}


/*ウェブアイコン*/
@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: 833px){
	
	/*section 「about-noren」 ===========*/
    /*右側エリア*/
    /*h2「ピッタリサイズののれんがほしい」*/
    .about-noren h2{
	    font-size: 1.6rem;
    }
	
}

@media screen and (max-width: 768px){
	
	.inner{
		margin:0 10px;
	}
	
	/*section about-noren=====================*/
	.about-noren h2{
		font-size: 1.5rem;
	}
	
	/*h2下のp*/
    .about-noren .flex-center div:last-child p{
	    margin-bottom: 0.2rem;
    }
	
	
	.about-noren ul{
		padding: 0.8rem;
		gap:5%;
	}
	
	.about-noren li{
		font-size: 1.1rem;
	}
	
	/*section 「about-flow」*/
	.flow-inner{
		flex-direction: column;
		gap:1.5rem;
	}
	
	.flow-inner2, .flow-inner3{
		width: 100%;
	}
	
	
	.flow-step1-img{
		width: 42%;
	}
	
	.flow-step1-img img{
		width: 95%;
		margin: 0 auto;
	}
	
	.flow-size-box{
		flex-grow: 1;
	}
	
	/* 注意事項の上部分 */
	.flow-size-ul{
		height: 45%;
		padding: 15px 10px;
	}
	
	/*注意事項 */
	.flow-size-box div ul{
		padding: 10px;
	}
	
	.flow-inner3{
		gap:1.5rem;
	}
	
	.flow-inner3 div ul{
		padding: 15px;
	}
	
	.or{
		left: 47%;
	}
}

@media screen and (max-width: 686px){

}

@media screen and (max-width: 670px){
	
h2, .about-noren h2{
	font-size: 1.3rem;
	
}
	
	/*section .about-creation */
	.kireme-box {
		flex-wrap: wrap;
		justify-content: space-around;
	}
	
	.botoshi-box ul li:first-child{
		display: block;
	}
	
}

@media screen and (max-width: 605px){
	

/*「お問い合わせはこちらから」*/
.contact a{
	display: flex;
	align-items: center;
	gap:10px;
	font-size: 2rem;
	padding: 10px 3px;
}

.contact div{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.3rem;
}

}

@media screen and (max-width: 585px){
	h2{
		font-size: 1.3rem;
	}
	
	/*section .about-noren===============*/
	.about-noren h2{
		font-size: 1.2rem;
	}
	
	.about-noren .flex-center div:last-child p {
		font-size: 1rem;
	}
	
	.about-noren li{
		font-size: 1rem;
	}
	
	/* section .about-creation */
	.botoshi-box{
		flex-direction: column;
	}
	
	
}

@media screen and (max-width: 541px){
	.about-noren .flex-center{
		flex-direction: column;
		gap:10px;
	}
	
	.about-noren .flex-center div:first-child{
		width: 80%;
		margin: 0 auto;
	}
	
	.about-noren .flex-center div:last-child{
		width: 100%;
	}
	
	.about-noren ul{
		gap:10px;
	}
	
	/* section .about-kiji =============*/
	
	.about-kiji ul:after{
		content: "";
		display: block;
        width: 48%;  /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
	}
	
	.about-kiji .ul-2:after{
		content: "";
		display: block;
        width: 23%;  /* .boxに指定したwidthと同じ幅を指定する */
        height: 0;
	}
	
	.about-kiji li{
		width: 23%;
	}
	
	/*section .about-creation */
	/*「切れ目の数をご指定ください」 */
	
	.kireme-box{
		gap:1rem!important;
	}

	.kireme-box .ul-1{
		width: 70%;
		padding: 12px 10px;
	}
	
	/*section .about-flow */
	
	.flow-inner2-inner{
		flex-direction: column;
		align-items: center;
	}
	
	.flow-step1-img{
		width: 65%;
	}
	
	.or{
		left: 46%;
	}
	
	
}

@media screen and (max-width: 500px){
	
/*全体*/
	section{
	margin-bottom: 2rem;
}
	
.inner{
margin: 0 8px;	
}
	
	
h3{
	font-size: 1.15rem;
}
	
	/* section .about-kiji =============*/
	
	.kiji-inner, .creation-inner, .flow-inner{
	padding: 20px 10px;
	}
	
	.kiji-inner > div{
		flex-direction: column;
	}
	
	.about-kiji  h3{
		width: 100%;
	}
	
	.about-kiji p{
		width: 100%;
	}
	
	
	
/*「お問い合わせはこちらから」*/
.contact a{
	display: flex;
	align-items: center;
	gap:10px;
	font-size: 1.7rem;
	padding: 10px 3px;
}

.contact div{
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.1rem;
}

}

@media screen and (max-width: 457px){
	.about-creation figure{
		text-align: center;
	}
	
	.about-creation figcaption{
		text-align: left;
	}
	
	.about-creation img{
		width: 85%;
	}
}

@media screen and (max-width: 450px){
	
	.flow-inner3 div ul:first-child li:nth-child(3){
		margin-top: 10px;
	}
	
.flow-inner3 div ul:first-child li:nth-child(3):before{
	position:absolute;
	content: "";
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 10px 16px 10px;
  border-color: transparent transparent #C5AF89;
  translate: -50% -100%;
  transform: initial;
  transform-origin: initial;
}

.flow-inner3 div ul:first-child li:nth-child(3):after{
	content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-style: solid;
  border-width: 0 7.8px 11.5px 7.8px;
  border-color: transparent transparent #FFFBEE;
  translate: -50% -100%;
  transform: initial;
  transform-origin: initial;
}
}