@charset "utf-8";
/* CSS Document */

/***************************************************************
**********************　共通　***********************************
***************************************************************/
main{
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	line-height: 30px;
	width: 100;
	margin: 0 auto;
	background-color: #1A0B08;
	color: #ffffff;
	letter-spacing : normal;
}
.center{
	text-align: center;
}
.title_scissors{
	padding-top: 100px;
	padding-bottom: 10px;
	width: 126px;
	margin: 0 auto;
}

.but{
	position: relative;
	padding: 65px 0 70px;
	text-align: center;
}
.but_inner{
	width: 410px;
	height: 50px;
	color: #EB6120;
	background-color: #fff;
	font-size: 18px;
	text-align: center;
	border: 1px solid #EB6120;
}

.but_inner::after {
  content: "";
  position: absolute;
  top: -3px;
  bottom: 0;
  right: 230px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 3px solid #EB6120;
  border-right: 3px solid #EB6120;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  transition: 0.3s;
}
.flex{
	display: flex;
	justify-content: space-between;
}
h3{
	position: relative;
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	text-shadow: 2px 2px 10px #808080;
	color: #1A0B08;
	padding-top: 10px;
}
h3::after {
  content: '';
  position: absolute;
  bottom: -22px;
  display: inline-block;
  width: 126px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #EB6120;
  border-radius: 2px;
}
h4{
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
.orange{
	font-weight: bold;
	color: #EB6120;
}

.hon_outer2{
	width: 836px;
	margin: 0 auto;
}
.footer2{
	background-color: #D9D9D9;
	text-align: center
}
h5{
	width: 836px;
	height: 30px;
	background-color: #fff;
	color: #1A0B08;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	text-transform: uppercase;
	text-align: left;
	padding-left: 20px;
	border-left: solid 10px #EB6120;
	margin: 120px auto 10px;;
}
h6{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 16px;
	padding-top: 55px;
	border-bottom: solid 1px #EB6120;
	margin-bottom: 10px;
}
.title7{
	font-weight: bold;
	padding-top: 40px;
	font-family: 'Noto Sans JP', sans-serif;
}

/****************************************************************
**********************　パンくず　*********************************
***************************************************************/
.breadcrumbs{
	display:flex;
	justify-content: flex-start;
	background-color: #fff;
	color: #1A0B08;
	height: 40px;
	padding-top: 10px;
	font-family: 'Noto Sans JP', sans-serif;
}

.breadcrumbs li::after{
  content: "＞";
  display: inline-block;
  padding: 0 15px; /*左右に余白*/
}

.breadcrumbs li:last-child::after{
  display: none;
}
.pankuzu_space{
	padding-left: 82px;
}





/****************************************************************
**********************　header　*********************************
***************************************************************/
.flow_fv{
	width: 100%;
}
.header_back{
	background-color: #D9D9D9;
	width: 836px;
	margin: 0 auto;
}
.title_back{
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	
	background-color: #ffffff;
	width: 400px;
	height: 117px;
	margin: 0 auto;
}
.catch{
	color: #1A0B08;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	padding-top: 40px;
}
.header_service{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 18px;
	line-height: 40px;
	color: #1A0B08;
	font-weight: normal;
	padding: 100px 0 60px;
}

/***************************************************************
**********************　注文の流れ　****************************
***************************************************************/

.flow_item{
	position: relative;
	width: 197px;
	height: 233px;
	background-color: #fff;
	color: #1A0B08;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
.flow_item:after {
     border: 17px solid transparent;
     border-top-color: #FFF;
     border-bottom-width: 0;
     top: 20px;
     content: "";
     display: block;
     right: -25px;
     position: absolute;
     width: 0;
	transform:rotate(270deg);
}

	.flow_item:last-child::after {
		border: 0px;
	}



.flow_step{
	font-size: 18px;
	text-transform:uppercase;
	padding-top: 14px;
}
.flow_text{
	font-size: 14px;
	line-height: 20px;
}

.flow_icon{
	position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.flow_icon img{
	max-width: none;
}

.box_inner_price{
	font-size: 30px;
	font-weight: bold;
}

/***************************************************************
**********************　クレジット　****************************
***************************************************************/

.credit_outer{
	width: 55px;
	font-size: 10px;
	line-height: 14px;
	font-family: 'Noto Sans JP', sans-serif;
}

.credit_logo{
		width: 55px;
}



/***************************************************************
**********************　footer　****************************
***************************************************************/
.logo{
	width: 70px;
	padding-top: 70px;
}
.footer2 p{
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 30px;
	padding-top: 28px;
}
.address{
	font-size: 20px;
}
/*------------------------------------------------
-----------------タブレット版-------------------------
--------------------------------------------------*/

@media (max-width: 899px){
	/*共通*/
	main{
		width: 100%;
		font-size: 16px;
		line-height: 30px;
	}
	.sp_wrapper{
		padding: 0 15px;
		width: auto;
	}
		.flex{
	display: block;
	}
	.but_inner{
	width: 100%;
}

	.but_inner::after {
	  right: 30px;
	}
	h3{
		font-size: 48px;
	}
	.flex_sp{
		display: flex;
		flex-wrap: wrap;
	}
	h5{
		margin-top: 70px;
		width: auto;
	}
/***************************************************************
**********************　パンくず　****************************
***************************************************************/	
	.pankuzu_space{
		padding-left: 15px;
	}

	
/****************************************************************
**********************　header　*********************************
***************************************************************/
	
	.flow_fv{
		width: 100%;
	}
	.header_back{
		width:auto;
	}
	.title_back{
		width: 80%;
	}
	
	h3::after {
		width: 170px;
		bottom: -10px;
	}
	.header_service{
		font-size: 16px;
		line-height: 30px;
		text-align: left;
	}
	
/***************************************************************
**********************　注文の流れ　****************************
***************************************************************/
	.flow_item{
		width: 100%;
		margin-bottom: 25px;
	}
	.flow_item:after {
        border: 25px solid transparent;
        bottom: -49px;
        content: "";
        display: block;
        right: 0%;
		top:auto;
		transform: none;
		border-top-color:#fff;
    }
	.flow_item:last-of-type{
		margin-bottom: 0px;
	}
	.flow_item:last-child::after {
		border: 0px;
	}	
	.hon_outer2{
		padding: 0 15px;
		width: auto;
	}
	

	
	
}