@charset "utf-8";
/* CSS Document */

/***************************************************************
**********************　共通　***********************************
***************************************************************/



main{
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	line-height: 30px;
	width: 1000px;
	margin: 0 auto;
	background-color: #1A0B08;
	color: #ffffff;
	letter-spacing : normal;
	font-feature-settings: "palt";
}
.center{
	text-align: center;
}
.title_scissors{
	padding-top: 100px;
	padding-bottom: 10px;
	width: 126px;
	margin: 0 auto;
}
h3{
	position: relative;
	font-size: 105px;
	line-height: 105px;
	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;
}
h5{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 35px;
}
.fv_sp{
	display: none;
}
.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;
}
.hon_outer{
	width: 694px;
	margin: 0 auto;
}
hr{
	margin: 40px 0;
}
.orange{
	font-weight: bold;
	color: #EB6120;
}
.hon_outer2{
	width: 836px;
	margin: 0 auto;
}
.hon_text{
	padding-bottom: 15px;
}
.footer{
	background-color: #D9D9D9;
	text-align: center
}




/* その場で */
.fadeIn{
animation-name:fadeInAnime;
animation-duration:2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



/***************************************************************
**********************　header　*********************************
***************************************************************/
.fv_pc{
	width: 1000px;
}
.header_back{
	background-color: #D9D9D9;
}
.title_back{
	position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);

	background-color: #ffffff;
	width: 694px;
	height: 220px;
	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: 20px;
	line-height: 40px;
	color: #1A0B08;
	font-weight: normal;
	padding-top: 150px;
}

.header_service span{
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	line-height: 40px;
	color: #1A0B08;
	font-weight: normal;
	padding-top: 50px;
}



/***************************************************************
**********************　YouTube　*********************************
***************************************************************/
.youtube_outer{
	width: 836px;
	margin: 70px auto 0;
}
.movie {
     position: relative;
     padding-bottom: calc(315 / 560 * 100%);
     width: 100%;  //追加
     margin: 0 auto;  //追加
}
.movie__iframe {
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
}


/***************************************************************
**********************　知ってほしいこと　*************************
***************************************************************/
.about_text{
	width: 339px
}

.about_image{
	width: 339px;
}
.flex2{
	display: flex;
	justify-content: space-between;
}

/***************************************************************
**********************　とぎや十兵衛の工程　************************
***************************************************************/
.itinerary_img{
	width: 410px;
}
.itinerary_text{
	width: 268px;
}


/***************************************************************
**********************　研ぎの料金　************************
***************************************************************/

.price_outer{
	width: 269px;
	height: 261px;
	background-color: #FFF;
}

.price_inner{
	color: #1A0B08;
	font-family: 'Noto Sans JP', sans-serif;
}

.price_number{
	font-size: 25px;
}
.price_space{
	padding-top: 15px;
}
.price{
	font-size: 30px;
}

/***************************************************************
*****************　安全・安心の無料サービス　************************
***************************************************************/
.relief_title{
	padding-bottom: 8px;
	border-bottom: 2px solid #EB6120;
	display: inline-block;
	margin-bottom: 20px;
}


.relief_outer{
	width: 836px;
	height: 310px;
    border: solid 1px #fff;
	margin-top: 100px;
	padding: 38px 0;
}
.relief_inner{
	font-size: 16px;
	font-weight: bold;
	width: 339px;
	margin: 0 auto;
}
.relief_inner li {
	list-style:disc;
}
/***************************************************************
**********************　その他の料金　****************************
***************************************************************/
.etc_price{
	width: 197px;
	background-color: #fff;
	color: #1A0B08;
}

.box_outer{
	display: table;
	width: 100%;
}
.box_inner{
	display: table-cell;
	vertical-align: middle;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 5px;
}
.etc_price_title{
	background: #7D7D7D;
	height: 64px;
	font-weight: bold;
	color: #fff;
	line-height: 18px;
}
.etc_price_title span{
	font-weight: normal;
}
.box_inner_price{
	font-size: 30px;
	font-weight: bold;
}

.box_inner_item{
	height: 126px;
}

/***************************************************************
**********************　注文の流れ　****************************
***************************************************************/

.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;
}

/***************************************************************
**********************　footer　****************************
***************************************************************/
.logo{
	width: 70px;
	padding-top: 70px;
}
.footer 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;
	}
	.hon_outer2 {
		width: auto;
	}
	.hon_outer{
		width: auto;
	}
	.flex{
	display: block;
	}
	.but_inner{
	width: 100%;
}

	.but_inner::after {
	  right: 30px;
	}
	.fv_pc{
	display: none;
}
	.fv_sp{
		display: block;
		width: 100%;
	}
	h4{
		font-size: 18pt;
		padding-bottom: 20px;
		}

	h5{
		padding: 21px 0 0px;
		font-size: 20px;
	}
	.sp_br{
		display: none;
	}
	hr{
		margin: 50px 0;
	}
/***************************************************************
**********************　header　*********************************
***************************************************************/	
	h3{
		font-size: 38pt;
	}
	h3::after {
		width: 170px;
		bottom: 5px;
}
	.title_back{
		width: 80%;
		height:190px;
	}
	.catch{
		font-size: 12px;
		line-height: 20px;
		padding-top: 10px;
	}		
	.header_service{
		font-size: 16px;
		line-height: 30px;
	}
	
	
/***************************************************************
**********************　YouTube　*********************************
***************************************************************/
.youtube_outer{
	width: 100%;
	margin: 50px auto 0;
}	
	
/***************************************************************
**********************　知ってほしいこと　*************************
***************************************************************/
	.flex2{
  		display: flex;
  		flex-direction: column;
	}
	
	.about_text{
		width: 100%;
		order: 2;
}

	.about_image{
		width: 100%;
	  	order: 1;

}

/***************************************************************
**********************　とぎや十兵衛の工程　************************
***************************************************************/
.itinerary_img{
	width: 100%;
}
.itinerary_text{
	width: 100%;
}

/***************************************************************
**********************　研ぎの料金　************************
***************************************************************/

	.price_outer{
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}	
	.price_outer:last-of-type{
		margin-bottom: 0px;
	}
	
	
/***************************************************************
*****************　安全・安心の無料サービス　************************
***************************************************************/

.relief_outer{
	width: 100%;
	height: auto;
	padding: 20px 0;
}
	.relief_inner{
		width: 80%;
	}
/***************************************************************
**********************　その他の料金　****************************
***************************************************************/
	.etc_price{
		width: 100%;
		margin-bottom: 20px;
}
	.etc_price:last-of-type{
		margin-bottom: 0px;
	}
	.box_inner{
		text-align: center;
	}
	
/***************************************************************
**********************　注文の流れ　****************************
***************************************************************/
	.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;
	}	

	
/*------------------------------------------------
-----------------スマホ版-------------------------
--------------------------------------------------*/
	
	@media (max-width: 400px){
		h3{
			font-size: 36px;
		}
	}
}

