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

/*ブランドストーリー
------------------------------------*/
.story{
	width: 90%;
	max-width: 1100px;
	background-color: #eff1f6;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 100px;
}
.brand_story_img{
	width: 100%;
	height: auto;
}
.story_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 30px 15px;
}
.story_flex div p{
	padding-bottom: 15px;
}
.brand_story_h2{
	margin-right: 50px;
	color: #4B4B4B;
	text-align: left;
	padding-bottom: 0;
}



/*ストロイエの舞台裏
------------------------------------*/
.behind_img{
	width: 400px;
	height: auto;
}
.behind_box{
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.behind_text_box_01{
	background-color: #fdfbf4;
	width: 460px;
	height: 640px;
	font-size: 13px;
	margin-left: 50px;
	line-height: 1.6em;
	position: relative;
}
.behind_text_box_01 h3{
	font-size: 16px;
	padding: 40px 0 25px 30px;
}
.behind_text_box_01 p{
	width: 400px;
	padding-bottom: 14px;
	display: block;
	margin: 0 auto;
}
.behind_text_box_01 h3:before{
	content: 'Orangette';
	color: #d6dae5;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 50px;
	letter-spacing: 0.05em;
	display: block;
	position: absolute;
	top: -2px;
	right: 0
}
.behind_text_box_02{
	background-color: #f1f3f7;
	width: 460px;
	height: 640px;
	font-size: 13px;
	margin-right: 50px;
	line-height: 1.6em;
	position: relative;
}
.behind_text_box_02 h3{
	font-size: 16px;
	padding: 90px 0 25px 30px;
}
.behind_text_box_02 p{
	width: 400px;
	padding-bottom: 14px;
	display: block;
	margin: 0 auto;
}
.behind_text_box_02 h3:before{
	content: 'Orangette';
	color: #D9D2B8;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 50px;
	letter-spacing: 0.05em;
	display: block;
	position: absolute;
	top: -2px;
	left: 0
}
.behind_text_box_03{
	background-color: #fdfbf4;
	width: 460px;
	height: 640px;
	font-size: 13px;
	margin-left: 50px;
	line-height: 1.6em;
	position: relative;
}
.behind_text_box_03 h3{
	font-size: 16px;
	padding: 65px 0 25px 30px;
}
.behind_text_box_03 p{
	width: 400px;
	padding-bottom: 14px;
	display: block;
	margin: 0 auto;
}
.behind_text_box_03 h3:before{
	content: 'Sugar Icing Cookies';
	color: #d6dae5;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 42px;
	letter-spacing: 0.05em;
	display: block;
	position: absolute;
	top: -4px;
	right: 0
}
.behind_text_box_04{
	background-color: #f1f3f7;
	width: 460px;
	height: 640px;
	font-size: 13px;
	margin-right: 50px;
	line-height: 1.6em;
	position: relative;
}
.behind_text_box_04 h3{
	font-size: 16px;
	padding: 110px 0 25px 30px;
}
.behind_text_box_04 p{
	width: 400px;
	padding-bottom: 14px;
	display: block;
	margin: 0 auto;
}
.behind_text_box_04 h3:before{
	content: 'Sugar Icing Cookies';
	color: #D9D2B8;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 42px;
	letter-spacing: 0.05em;
	display: block;
	position: absolute;
	top: -4px;
	left: 0
}
.behind{
	margin-bottom: 100px;
}


/*会社案内
------------------------------------*/
.company{
	margin-bottom: 100px;
}
.company_logo{
	width: 60px;
	height: auto;
	padding-right: 20px;
}
.company_flex{
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: solid 1px #dfdfdf;
	padding-bottom: 12px;
}
.company_box{
	width: 420px;
	margin: 0 auto;
}
.company_position_flex{
	display: flex;
	justify-content: center;
}
.company_position_wrapper ul{
	border-bottom: solid 1px #dfdfdf;
	padding: 12px 0 ;
}
.company_position{
	width: 60px;
}
.company_position_2{
	width: 80px;
}
.company_address{
	padding: 12px 0 15px 15px;
    border-bottom: solid 1px #dfdfdf;
    text-align: center;
}
.company_tel{
	padding: 12px 0 15px 15px;
    border-bottom: solid 1px #dfdfdf;
    text-align: center;
    display: flex;
    justify-content: center;
}
.company_tel p:first-of-type{
    padding-right: 25px;
}


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


	/*ブランドストーリー
	------------------------------------*/
	.story{
		width: 94%;
		margin-top: 30px;
		margin-bottom: 60px;
	}
	.story_flex{
		display: block;
		padding: 30px 20px 5px;
	}
	.story_flex div p{
		padding-bottom: 15px;
	}
	.brand_story_h2{
		margin-right: 0;
		padding-bottom: 20px;
	}

	/*ストロイエの舞台裏
	------------------------------------*/
	.behind{
		padding: 0 20px;
		margin: 0 auto;
		
	}
	.behind_box {
		display: block;
		margin-bottom: 20px;
	}
	.behind_img {
		width: 100%;
		height: auto;
	}
	.behind_text_box_01{
		width: auto;
		height: auto;
		margin-left: 0px;
		padding: 0 20px 20px;
	}
	.behind_text_box_01 h3{
		padding: 45px 0 25px 0px;
	}
	.behind_text_box_01 p{
		width: auto;
		padding-bottom: 14px;
		display: block;
		margin: 0 auto;
	}
	.behind_text_box_01 h3:before{
		top: -12px;
		right: 0
	}
	.behind_text_box_02{
		width: auto;
		height: auto;
		margin-right: 0px;
		padding: 0 20px 20px;
	}
	.behind_text_box_02 h3{
		padding: 45px 0 25px 0px;
	}
	.behind_text_box_02 p{
		width: auto;
		padding-bottom: 14px;
		display: block;
		margin: 0 auto;
	}
	.behind_text_box_02 h3:before{
		content: 'Orangette';
		font-size: 50px;
		letter-spacing: 0.05em;
		display: block;
		position: absolute;
		top: -12px;
		left: 0
	}
	.behind_text_box_03{
		background-color: #fdfbf4;
		width: auto;
		height: auto;
		font-size: 13px;
		margin-left: 0px;
		padding: 0 20px 20px;
	}
	.behind_text_box_03 h3{
		padding: 45px 0 25px 0px;
	}
	.behind_text_box_03 p{
		width: auto;
		padding-bottom: 14px;
		display: block;
		margin: 0 auto;
	}
	.behind_text_box_03 h3:before{
		content: 'Sugar Icing Cookies';
		font-size: 40px;
		letter-spacing: 0.05em;
		display: block;
		position: absolute;
		top: -60px;
		right: 0;
		line-height: 1em;
		text-align: right;
	}
	.behind_text_box_04{
		background-color: #f1f3f7;
		width: auto;
		height: auto;
		font-size: 13px;
		margin-right: 0px;
		padding: 0 20px 20px;
	}
	.behind_text_box_04 h3{
		padding: 45px 0 25px 0px;
	}
	.behind_text_box_04 p{
		width: auto;
		padding-bottom: 14px;
		display: block;
		margin: 0 auto;
	}
	.behind_text_box_04 h3:before{
		content: 'Sugar Icing Cookies';
		font-size: 40px;
		letter-spacing: 0.05em;
		display: block;
		position: absolute;
		top: -60px;
		left: 0;
		line-height: 1em;
	}
	.behind{
		margin-bottom: 60px;
	}


	/*会社案内
	------------------------------------*/
	.company{
		margin-bottom: 60px;
	}
	.company_logo{
		width: 60px;
		height: auto;
		padding-right: 20px;
	}
	.company_flex{
		display: flex;
		justify-content: center;
		align-items: center;
		border-bottom: solid 1px #dfdfdf;
		padding-bottom: 12px;
	}
	.company_box{
		width: auto;
		margin: 0 auto;
		max-width: 420px;
		padding: 0 20px;
	}
	.company_position_flex{
		display: flex;
		justify-content: center;
	}
	.company_position_wrapper ul{
		border-bottom: solid 1px #dfdfdf;
		padding: 12px 0 ;
	}
	.company_position{
		width: 60px;
	}
	.company_position_2{
		width: 80px;
	}
	.company_address{
		padding: 12px 0;
		margin: 0 auto;
		display: block;
	}
    .company_tel{
		padding: 12px 0;
    }







	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	


}






