@charset "UTF-8";
/* Custom Made／オーダーメイド／chapelier han（シャプリエ・ハン） */

/*--common------------------------------------------*/	

*{
	margin: 0;
	padding:0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	color: inherit; /*aが青文字になるのをを防ぐ*/
	}

body{
	font-family: 'Lato', 'Helvetica Neue', Helvetica, serif;
	background: url("../img/gray.concrete.jpg") no-repeat;
	background-size:cover;
	color:#fff;
	/*text-shadow: 1px 1px 5px rgba(0,0,0,.8);*/
}

html{
	font-size: 18px;
}

img {
 width: 100%;
}

a {
 transition: .3s;
}

/*--header------------------------------------------*/

header{
	height: 105px; /*注意；スマホ広げて*/
	position: relative;
	}

header img{ /*無いとheaderを無視して巨大な写真に*/
	width: 100px;
	position: absolute;
	top:5px;
	left:5px;
	}
/*img-height = header-height にしていたがレスポンシブに合わせimg-height削除*/

/*ロゴ変更のため中止*/
	/*header .hat img:hover{
	transform:rotate(-40deg);
	transition-duration: 2s;
	transition-delay: .1s;
	}*/

header .chapelierhan{
	position: absolute;
	top:15px;
	left:115px;
	font-size: .5rem;
	}

header span{
	font-size: .8rem;
	letter-spacing: 1.5px;
	}
	
	nav{
		position:fixed;
		top:77px;
		right:3%;
		width:70%;
	}
	
	nav ul{
		display: flex;
		justify-content: space-between;
		flex:1;
		text-align: center;
		font-weight: bold;
		color:#fff;
		text-shadow: 1px 1px 5px rgba(0,0,0,.8);
		transition: 1s;
	}

	nav ul li:hover{
		font-size: 1.2rem;
		color:antiquewhite;
		background: #393E46;
		padding: 0 1em;
		border-radius: 10px;
		cursor:grab;
	}



/*--full.css-------------------------------------------*/
/*--section--.op1〜7---common--------------------------*/

section{
	margin:40px auto 40px;
}

.form{
	width: 30%;
	margin-bottom: 5%;
	color:#111;
}

.title{
	font-size: 1.5rem;
	margin-bottom: 10px;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}

/*--op2--色-----------------------------------------*/

table{ /*--2色--3素材--(4サイズ)----table共通--------*/
	margin:0 auto 7%;
	font-size:1.1em;
	border-spacing:1px;
}

th, td{
	padding:10px 50px;
}

th{
	background:#595260; /*灰紫系*/
	color:#FFF;
}

td{
	background:#FFF;
	color:#503A47; /*茶紫系*/
	text-align: center;
}

.ppp{
	text-align: center;
	color: #111;
	line-height: 2;
	margin:0 5% 10% 5%;
}

.ppp p{
	padding: 5%;
}

/*--op3--素材---------------------------------------*/
/*--article--material--*/

.materialPrice{
	line-height: 2.5;
	color:#111;
	margin: 5% 25%;
}

.materialPrice2{
		display: none;
	}

.material{ /*--素材の特性について*/
	margin:10% auto;
}

.material h4{
text-align:center;
}

.material img{
	width:400px;
	margin-top: 5%;
}

.material p{
	color: #111;
	line-height: 2;
	padding:5% 14% 10%;
}

section h2{
	font-size: 2rem;
	margin: 50px 0 0 20px;
	text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}

section h3{
	font-size: 1.5rem;
	margin-left: 25px;
	text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}

/*--op4--サイズ---------------------------------------*/

.size{ /*table元箇所*/
	text-align: center;
	font-size:1.1em;
	border-spacing:1px;
	margin: auto 10%;
}

/*無効
.size>div{
	width: 20%;}*/

.size h3{
	border:1px solid #333;
	background:#595260; /*灰紫系*/
	padding: .5em 3em;
	margin:.5em auto;
}

.size p{
	border:1px solid #333;
	background:#FFF;
	color:#503A47; /*茶紫系*/
	padding: 1em;
}

/*--aside--size---------------------------------------*/

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 7%;
}

aside .leftbody{
	width: 70%;
}

aside .rightbody{
	width: 23%;
}

aside .rightbody img{
	margin-top: 120px;
}

aside h3{
	font-size: 1.5rem;
	margin: 30px 0 10px;
	text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}

.ordersize1 h3,
.ordersize2 h3,
.ordersize3 h3,
.ordersize4 h3,
.ordersize5 h3{
	margin-left: 20px;
}

aside p,
aside li,
.op6 p{
	color: #111;
	text-shadow: none;
	font-size: 1.2rem;
	line-height: 1.7;
}

aside  p,
aside  ul{
	padding:5%;
}

.ordersize2,
.ordersize3,
.ordersize6{ /*3typeの好み*/
	display:none;
}

/*--op5--option-------------------------------------*/

.op5>.option ul{
	font-size: 1.2rem;
	line-height: 2.5;
	color:#111;
	margin: 5% 25%;
}

/*--op6/7--お問い合わせ-------------------------------*/

.op6{ /*--6お問い合わせ*/
	height:350px;
}

.op6 h4{
	text-align: center;
	margin: 70px auto;	
}

.op6 h4:hover{
	color: antiquewhite;
}

.op6 h4 a{
	display: inline-block;
	text-align: center;
	padding:.5em 1em;
	border-radius:20px;
	background: #393E46;
	font-size: 1.1rem;
	font-weight: bold;
}

.op6 p{ /*追加事項*/
	padding: 2em 1em;
}

.op7 .op7-p{
	margin-top: 2em;
	margin-left: 25px;
	color:#111;
	font-size: 1.2rem;
	line-height: 2;
	padding: 5%;
	text-align: center;
}

/*--back-button-------------------------------------*/

	.back{
	z-index: 999;
	width: 83px;
	height: 83px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #393E46;
	text-align: center;
	color: antiquewhite;
	font-size: 16px;
	font-weight: bold;	
	padding-top: .2em; /*--D.Forget-文字高さの調節はシンプル--*/
	line-height: 1;
	position: fixed;
	bottom:-200px;
	right: 30px;
	animation: button 3s 1s forwards;}
/*--そのまま留まり消えない--*/
/*--animationの指定位置に注意--aタグでない--*/


@keyframes button{
	100%{bottom:30px;} 
/*--変更をしないright:30px;は書かなくて良い--*/
}

/*--footer---------------------------------------*/

footer{
	height: 100px;
	line-height: 100px;
	text-align: center;
	background: #fffbe0;
	position:relative;
	text-shadow: none;
}

.logo{
	width: 150px;
	position: absolute;
	top:15%;
	left:5%;
}

.icon{
	width:50px;
	position:absolute;
	top:23%;    /*ブラウザー縮めても重ならない位置*/
	right:14%; /*ブラウザー縮めても重ならない位置*/
}

footer small{
	color: #333;
	font-size: .9rem;
	box-shadow: 0 0 0 0;
}

footer .small322{
	display: none;
}





/*--max-width(1000)------------------------------*/

@media(max-width:1000px){
	
	header nav{
		width:90%;
	}
	
	footer{
	height: 300px;
	}
	
	footer small{
		position: absolute;
		top:100px;
		left: 3px;
	}
	}

/*--max-width(840)------------------------------*/

@media(max-width:840px){

.materialPrice{
	line-height: 2.5;
	color:#111;
	margin: 5% 10%;
}
}

/*--max-width(768)------------------------------*/

@media(max-width:768px){
	
	header{
		position: relative;
		height: 277px;
	}
	
	header nav{
		position:static;
		display: flex;
		padding-top: 15px;
	}
	
	header nav ul{
		/*flex: 1;*/     /*間違え*/
		/*width: 100%;*/ /*間違え*/
		display: block;
		line-height: 2;
	}
	
	header nav ul li{
		text-align: center;
	}
	
/*figureでflex出来なかったため、全てdiv-class"form"に変更*/
	.form{
		width:45%;
		margin-left: 2%;
	}
	}

/*--max-width(745)------------------------------*/

@media(max-width:745px){
	
	.ordersize1{ /*3typeの好み*/
	display:none;
	}
	
	.ordersize2{ /*3typeの好み*/
	display:block;
	}
	
	.op5>.option ul{
	margin: 7%;
	}	
	}

/*--max-width(520)------------------------------*/

@media(max-width:520px){
	
	.materialPrice{
		display: none;
	}
	
	.materialPrice2{
		display: block;
		color:#111;
		margin:10%;
	}
	}
	
/*--max-width(480)------------------------------*/

@media(max-width:480px){
	
	header{
		height: 300px;
	}
	
	header span{
		display:block;
	}
	
	header nav{
		padding-top: 30px;
	}
	
	.op5>.option ul span{
		display: block;
	}
	
	.op5>.option ul ol{
		padding-bottom: 20px;
	}
	
	footer small{
		display: none;
	}
	
	footer{
		position: relative;
	}
	
	footer .small322{
		display: block;
		color: #111;
		line-height: 1;
		position:absolute;
		top:150px;
	}
	
	/*article .leftbody span{
		display: block;
	}*/
	}

/*--max-width(410)------------------------------*/

@media(max-width:410px){
	
	.ordersize2{ /*3typeの好み*/
	display:none;
	}
	
	.ordersize3{ /*3typeの好み*/
	display:block;
	}
	
	/*aside .leftbody span{
		display: block;
	}*/
	}
	
/*--max-width(362)------------------------------*/

@media(max-width:362px){
	
	header{
		height:330px;
	}
	
	header .leftbody{
		padding-bottom: 30px;
	}
	
	header span{
		font-size:.7rem;
	}
	
	.ordersize3{ /*3typeの好み*/
	display:none;
	}
	
	.ordersize6{ /*3typeの好み*/
	display:block;
	}
	}
/*-----------------------------stylesheet--END--*/
