@charset:"UTF-8";

@media screen and (min-width:768px) {


body{
	width:100%; /*ページ全体の幅は100%と指定する*/	
	text-align:center; /*ページ全体を中央揃えにする*/
        margin:aout;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size:20px;
}



header{
	padding:100px 0 0 0;

}

.subpege{	
        background-image:url(image/minnelogo1.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size:12%;
	border-bottom:5px solid #faf0e6;}
main{
	margin:50px 20px 100px 20px;
}

.evbana { 
      width:100%;      
}

/*nav*/

nav{
	margin:10px 0px 10px 180px;
	padding:0;
	display:flex;
	justify-content: flex-end;
	background-color:#ffffff;
}

nav ul{
	text-align:right;
}

nav li{
	display:inline;
	list-style-type:none;
	padding:15px 30px;
}
	
a:link{
	color:#778899;
	text-decoration:none;
}
a:visited{
	color:#778899;
	text-decoration:none;
}
a:hover{
	color:#faf0e6;
	text-decoration:none;
}
a:active{
	color:#778899;
	text-decoration:none;
}


.wrapper{
	margin:0 auto 0 auto;
	width:1200px;

}


.conceptword{
	margin:0 auto 50px auto;
	width:800px;
	letter-spacing: 0.4em;
	font-family: 'Segoe Print','Chalkboard SE','Chalkboard SE',sans-serif;
}
/*navここまで*/
/* sab menu*/
.submenu{
	color:#ffffff;
	font-size:1.5em;
	letter-spacing: 0.4em;
	background-color:#B0C4DE;
	margin:20px auto 20px auto;
	padding:15px 50px 15px 50px;
	
}

.sub1 {
	font-size:1.4em;
	letter-spacing: 0.2em;
}

.designtip{
	margin:20px auto 50px auto;
}

.designtip a{
	font-size:1.2em;
	letter-spacing: 0.4em;
}
/* sab menu ここまで*/

.gallery{
	font-size:2.5em;
	letter-spacing: 0.6em;
}

.atelierphoto{
	display:flex;
	display:inline-block;
	flex-wrap: wrap;
	margin:20px auto 40px auto;
}
.atelierphoto img{
	margin:0.5em;
} 



/* アトリエ　ここから*/

.squ1{
	background-color:#b0c4de;
	width:300px;
	height:300px;
	position: relative;
	margin:10px;
	display: block;
}
.square1{
	color:#FFFFFF;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.squ2{
	background-color:#778899;
	width:300px;
	height:300px;
	position: relative;
	margin:10px;
	display: block;
}

.square2{
	color:#FFFFFF;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}

.orderate{
	display:flex;
	flex-wrap: wrap;
	width:85%;
	margin:60px auto;
}

.orderate img{
	margin:10px;
}

.worlate{
	display:flex;
	flex-wrap: wrap;
	width:85%;
	margin:80px auto;

}
.worlate img{
	margin:10px;
}









/* フッター*/
footer{
	background-color:#B0C4DE;
	color:#ffffff;
	padding:30px 30px 5px;
}

.footmenu{
	text-align:left;
		font-size:1.5em;
	letter-spacing: 0.6em;
}
.footmenu img{
	margin:0.5em;
}

/* ここから　アバウトページ*/

.abouttittle{
	text-align:left;
	letter-spacing: 1em;
	margin:50px 50px
}

.fast{
	margin:40px 0 40px ;
}

.aboutsecond{
	background-image:url(haikei1.png),url(hakei2.png),url(haikei3.png),url(haikei4.png);
	background-position:left top,right top,left bottom,right bottom;
	background-size:20% auto,20% auto,20% auto,20% auto;
	background-repeat:no-repeat, no-repeat, no-repeat, no-repeat;
	padding:60px;
}

.ordermade{
	font-size:1.8em;
	letter-spacing: 0.6em;
}
.ordermade2{
	font-size:1.5em;
	letter-spacing: 0.5em;
}

.shurui{
	margin:50px 0;
}

.shurui h3{
	font-size:1.5em;
}


.optionmenu{
	background-color:#B0C4DE;
	color:#FFFFFF;
	margin:70px 100px;
	padding:50px;
		text-align:center;
}
.optionmenu h3{
	font-size:1.8em;
	letter-spacing: 0.5em;
}
.optionmenu p{
	padding:10px;
}

.aboutthird h2{
	font-size:1.8em;
	letter-spacing: 0.5em;
	margin:60px 0;
}
.aboutthird h3{
	font-size:1.5em;
	letter-spacing: 0.5em;
	margin:50px 0
	}
	.aboutthird p{
		width:70% auto;

	}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
		position:relative;
		z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
		height: 100%;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
		width:100%;
	}
	
	.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100%;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
		background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
	}
	
.slider-item img{
		margin:0 auto;
}

/*　背景画像設定　*/



/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
		margin:-50px 0 0 0;
}

.slick-dots li {
    display:inline-block;
		margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#b0c4de;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#ffffff;/*ドットボタンの現在地表示の色*/
			}
			
			
	

}

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


body{
	width:100%; /*ページ全体の幅は100%と指定する*/	
	text-align:center; /*ページ全体を中央揃えにする*/
        margin:auto;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size:1em;

}

header{
	padding:100px 0 0 0;

}

.subpege{	background-image:url(image/minnelogo1.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size:20%;
	border-bottom:5px solid #faf0e6;}
main{
	margin:50px 20px 100px 20px;
}


.evbana { 
      width:100%;      
}
/*nav*/ 

nav{
	margin:10px 0px 10px 200px;
	padding:0;
	display:flex;
	justify-content: flex-end;
	background-color:#ffffff;
}

nav ul{
	text-align:right;
}

nav li{
	display:inline;
	list-style-type:none;
				padding:15px 20px;
				font-size:1.2em;
}
	
a:link{
	color:#778899;
	text-decoration:none;
}
a:visited{
	color:#778899;
	text-decoration:none;
}
a:hover{
	color:#faf0e6;
	text-decoration:none;
}
a:active{
	color:#778899;
	text-decoration:none;
}


.wrapper{
	margin:0 auto 0 auto;
	width:100%;
}


.conceptword{
	margin:0 auto 50px auto;
	width:80%;
	letter-spacing: 0.4em;
	font-family: 'Segoe Print','Chalkboard SE','Chalkboard SE',sans-serif;
			}
			
			
			
			
/*navここまで*/
			/* sab menu*/
			
			.topimg{
			width:80%;
			height:80%;
			}
.submenu{
	color:#ffffff;
	font-size:1.5em;
	letter-spacing: 0.4em;
	background-color:#B0C4DE;
	margin:20px auto 20px auto;
	padding:15px 50px;
	width:80%;
}

.sub1 {
	font-size:1.4em;
	letter-spacing: 0.2em;
}

.designtip{
	margin:20px auto 50px auto;
}

.designtip a{
	font-size:1.2em;
        letter-spacing: 0.4em;
}
/* sab menu ここまで*/

.gallery{
	font-size:2em;
	letter-spacing: 0.6em;
}

.atelierphoto{
	display:flex;
	display:inline-block;
	flex-wrap: wrap;
	margin:20px auto 40px auto;
}
.atelierphoto img{
				margin:0.5em;
			}
			
			.atelierphoto img{
			width:40%;
			height:40%;}



/* アトリエ　ここから*/

.squ1{
	background-color:#b0c4de;
	width:200px;
	height:200px;
	position: relative;
	margin:10px;
	display: block;
}
.square1{
				color:#FFFFFF;
	font-size:0.8em;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.squ2{
	background-color:#778899;
	width:200px;
	height:200px;
	position: relative;
	margin:10px;
	display: block;
}

.square2{
				color:#FFFFFF;
					font-size:0.8em;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}

.orderate{
	display:flex;
	flex-wrap: wrap;
	width:100%;
	margin:60px auto;
}

.orderate img{
		margin:10px;
			width:200px;
			height:200px;
}

.worlate{
	display:flex;
	flex-wrap: wrap;
	width:100%;
				margin:80px auto;


}
.worlate img{
				margin:10px;
							width:200px;
			height:200px;
}









/* フッター*/
footer{
	background-color:#B0C4DE;
	color:#ffffff;
	padding:30px 30px 5px;
}

.footmenu{
	text-align:center;
		font-size:1em;
	letter-spacing: 0.6em;
}
.footmenu img{
				margin:0.1em;
				
}

/* ここから　アバウトページ*/

.abouttittle{
	text-align:center;
				letter-spacing: 1em;
				font-size:1.6em;
				margin:50px 50px
}
				
		.subimg{
					width:80%;
					height:80%;
				}
				
.fast{
	margin:40px 0 40px ;
}

.aboutsecond{
	background-image:url(haikei1.png),url(hakei2.png),url(haikei3.png),url(haikei4.png);
	background-position:left top,right top,left bottom,right bottom;
	background-size: 20% auto, 20% auto, 20% auto, 20% auto;
	background-repeat: no-repeat, no-repeat,no-repeat, no-repeat;
	padding:50px;
}

.ordermade{
	font-size:1.2em;
	letter-spacing: 0.5em;
}
.ordermade2{
	font-size:1em;
	letter-spacing: 0.5em;
}

.shurui{
	margin:50px 0;
}

.shurui h3{
	font-size:1em;
}


.optionmenu{
	background-color:#B0C4DE;
	color:#FFFFFF;
	margin:70px 0;
	padding:10px 0;
		text-align:center;
}
.optionmenu h3{
	font-size:130%;
	letter-spacing: 0.5em;
}
.optionmenu p{
	padding:10px;
}

.aboutthird h2{
	font-size:1.3em;
	letter-spacing: 0.5em;
	margin:60px 0;
}
.aboutthird h3{
	font-size:1em;
	letter-spacing: 0.5em;
	margin:50px 0
	}
	.aboutthird p{
		width:70% auto;

	}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
		position:relative;
		z-index: 0.8;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
		height: 100%;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
		width:100%;
	}
	
	.slider-item {
    width: 80%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:80%;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
		background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
	}
	
.slider-item img{
		margin:0 auto;
}

/*　背景画像設定　*/



/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
		margin:-50px 0 0 0;
}

.slick-dots li {
    display:inline-block;
		margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#b0c4de;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#ffffff;/*ドットボタンの現在地表示の色*/
			}
			
			
	
				}
				
				
@media screen and (max-width:450px) {

body{
	width:100%; /*ページ全体の幅は100%と指定する*/	
	text-align:center; /*ページ全体を中央揃えにする*/
        margin:auto;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
	font-size:17px;

}

header{
	padding:100px 0 0 0;

}



.subpege{	background-image:url(image/minnelogo1.png);
	background-position:center;
	background-repeat: no-repeat;
	background-size:20%;
	border-bottom:5px solid #faf0e6;}
main{
	margin:50px 0 100px 0;
}

.evbana { 
      width:100%;      
}
/*nav*/

nav{
	margin:10px 0px 10px auto;
	padding:0;
	display:flex;
	justify-content: flex-end;
	background-color:#ffffff;
}

nav ul{
	text-align:right;
}

nav li{
	display:inline;
	list-style-type:none;
				padding:15px 8px;
				font-size:1em;
} 
	
a:link{
	color:#778899;
	text-decoration:none;
}
a:visited{
	color:#778899;
	text-decoration:none;
}
a:hover{
	color:#faf0e6;
	text-decoration:none;
}
a:active{
	color:#778899;
	text-decoration:none;
}


.wrapper{
	margin:0 auto 0 auto;
	width:100%;
}


.conceptword{
	margin:0 auto 50px auto;
	width:80%;
	
	font-size:0.8em;
	font-family: 'Segoe Print','Chalkboard SE','Chalkboard SE',sans-serif;
			}
			
			
			
			
/*navここまで*/
			/* sab menu*/
			
			.topimg{
									width:80%;
					height:80%;
			}
.submenu{
	color:#ffffff;
	font-size:1.2em;
	letter-spacing: 0.4em;
	background-color:#B0C4DE;
	margin:20px auto 20px auto;
	padding:10px 30px;
	width:80%;
}

.sub1 {
	font-size:1.2em;
}

.designtip{
	margin:20px auto 50px auto;
					}
					
.designtip2{
	 margin:20px auto 50px auto;
}

.designtip a{
	font-size:1em;
	letter-spacing: 0.4em;
						
}
/* sab menu ここまで*/

.gallery{
	font-size:1.5em;
	letter-spacing: 0.6em;
}

.atelierphoto{
	display:flex;
	display:inline-block;
	flex-wrap: wrap;
	margin:20px auto 40px auto;
}
.atelierphoto img{
				margin:0.1em;
			}
			
			.atelierphoto img{
				width:45%;
			height:45%;}

/* アトリエ　ここから*/

.squ1{
	background-color:#b0c4de;
	width:120px;
	height:120px;
	position: relative;
	margin:2px;
	display: block;
}
.square1{
				color:#FFFFFF;
	font-size:0.8em;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}

.squ2{
	background-color:#778899;
	width:120px;
	height:120px;
	position: relative;
	margin:2px;
	display: block;
}

.square2{
				color:#FFFFFF;
					font-size:0.8em;
	position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);

}

.orderate{
	display:flex;
	flex-wrap: wrap;
	width:100%;
       justify-content: center;
}

.orderate img{
		margin:2px;
			width:120px;
			height:120px;
}

.worlate{
	display:flex;
	flex-wrap: wrap;
	width:100%;
      justify-content: center;
}
.worlate img{
				margin:2px;
							width:120px;
			height:120px;
}









/* フッター*/
footer{
	background-color:#B0C4DE;
	color:#ffffff;
	padding:30px 30px 5px;
}

.footmenu{
	text-align:center;
		font-size:1em;
	letter-spacing: 0.6em;
}
.footmenu img{
				margin:0.1em;
				
}

/* ここから　アバウトページ*/

.abouttittle{
	                      text-align:center;
				letter-spacing:0.8em;
				font-size:1.6em;
				margin:50px 50px
}
				
		.subimg{
					width:80%;
					height:80%;
				}
				
.fast{
	margin:40px 15px 40px 15px;
}

.aboutsecond{
	background-image:url(haikei1.png),url(hakei2.png),url(haikei3.png),url(haikei4.png);
	background-position:left top,right top,left bottom,right bottom;
	background-size: 20% auto, 20% auto, 20% auto, 20% auto;
	background-repeat: no-repeat, no-repeat,no-repeat, no-repeat;
	padding:50px  30px;
}

.ordermade{
	font-size:1.2em;
	letter-spacing: 0.3em;
}
.ordermade2{
	font-size:1em;
	letter-spacing: 0.5em;
}

.shurui{
	margin:50px 0;
}

.shurui h3{
	font-size:1em;
}


.optionmenu{
	background-color:#B0C4DE;
	color:#FFFFFF;
	margin:70px 0;
	padding:20px 0;
        text-align:center;
}
.optionmenu h3{
	font-size:130%;
	letter-spacing: 0.5em;
}
.optionmenu p{
	padding:10px;
}

.aboutthird h2{
	font-size:1.3em;
	letter-spacing: 0.5em;
	margin:60px 0;
}
.aboutthird h3{
	font-size:1em;
	letter-spacing: 0.5em;
	margin:50px 0
	}
	.aboutthird p{
		width:70% auto;

	}

/*==================================================
スライダーのためのcss
===================================*/
.slider {
		position:relative;
		z-index: 2;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
		height: 100%;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
		width:100%;
	}
	
	.slider-item {
/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    position: center;/*背景画像の位置を中央に*/
		background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
        margin:0 30px 0 0 ;
	}
	
	.slider-item img{
	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
       height:100%;
}

/*　背景画像設定　*/



/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 1;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:1%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
		margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:2px;/*ドットボタンのサイズ*/
    height:2px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#b0c4de;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#b0c4de;/*ドットボタンの現在地表示の色*/
			}
			
			
	
				}