@charset "UTF-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	/*background-color: #f0ebe2;
	background-image: -webkit-gradient(linear, 0 100%, 100% 0,
            color-stop(.25, #fff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #fff),
            color-stop(.75, #fff), color-stop(.75, transparent),
            to(transparent));
	background-image:-moz-linear-gradient(
						45deg,
						rgba(240,235,226,1),
						rgba(240,235,226,1)25%,
						rgba(250,250,250,1)25%,
						rgba(250,250,250,1)50%,
						rgba(240,235,226,1)50%,
						rgba(240,235,226,1)75%,
						rgba(250,250,250,1)75%,
						rgba(250,250,250,1)100%
						);
  -webkit-background-size: 10px 10px;
-moz-background-size: 1px 1px;
	*/
}




/* 背景カラー用 */

.box1{
	background-color: #fff;
}

.box3, .box4, .box5, .box-newstyle{
	background-color: #fff;
}

.title{
	background-color: #ddc9ac;
}

.box7{
	background-color: #ddc9ac;
}


/* ヘッダー設定用 */

.box1{
	width: 100%;
}

video {
  width: 100%; /* 動画をレスポンシブ化 */

}

.menu{
	text-align: center;
	padding-bottom: 5px;
}

.menu h1{
	margin: 0;
}

.menu img{
	border: 0;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li a{
	color: #a0547a;
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px;
}

.menu li a:hover{
	color: #a0547a;
	background-color: #fff;
	opacity: 0.6;
}

/* スライドショー */

.album {
	margin: auto;
	background-color: white;
	position: relative;
}

.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 20s;
	-webkit-animation-duration: 20s;
	animation-iteration-count: infinite;
	-webkit-animation-interation-count: infinite;

	opacity: 0;
}

.album .img1 {
	display: block;
	margin: 0 auto;
}

.album .img2 {
	animation-delay: 3s;
	-webkit-animation-delay:3s;
	position: absolute;
	top: 0;
}

.album .img3 {
	animation-delay: 6s;
	-webkit-animation-delay:6s;
	position: absolute;
	top: 0;
}

.album .img4 {
	animation-delay: 12s;
	-webkit-animation-delay:12s;
	position: absolute;
	top: 0;
}

@keyframes album {
	0% {
		opacity: 0;
	}
	
	10% {
		opacity: 1;
	}

	17% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	
	10% {
		opacity: 1;
	}

	17% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}


/* コンテンツタイトル設定 */

.title{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 100%;
}


.title h2{
	color: #333;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}


/* 当店のウィッグの特長設定 */

.box3{
	margin-top: 0;
	padding-top: 10px;
}

.box3-1 img{
	border: solid 1px #000;
	margin: 10px;
	width: 80%;
	height: auto;
}

.box3-2{

}

.box3-2 h3{
	border-bottom: dotted 1px #ddc9ac;
	font-size: 18px;
	margin-top: 0;
	
}

.box3-2 h3 P{
	font-family: 'Berkshire Swash', cursive;
	color: #DDC9AC;
	font-size: 30px;
	font-weight: bold;
	display: block;
	margin: 0;
}

.box3-2 h3 span{
	font-family: 'Berkshire Swash', cursive;
	color:#A0547A;
	font-size: 48px;
	font-weight: bold;
	padding-left: 10px
}


.box3-2 ul{
	margin-left: 20px;
	padding: 0;
}

.box3-2 li{
	font-size: 16px;
}

/* オーダーメイドウィッグの魅力 */

.box4{
	margin-top: 0;
}
.box4 img{
	padding: 5px 10px;
	vertical-align: middle;
}

.box4 h4{
	font-size: 20px;
	margin: 0;
	}

.box4 p{
	font-size: 16px;
	text-indent: 60px;
	margin-top: 0;
	margin-bottom: 0;
}

.box4 hr{
	border: none;
    border-top: dashed 1px #CCC;
    height: 1px;
    color: #ddc9ac;
    margin: 0 6 0 6;
}

.box4 h5{
	color: #A0547A;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	margin: 0;
	text-align: center;
}

/* スタイリストの設定 */

.box5{
	margin-top: 0;
	margin-bottom: 0;
}

.box5-1 img{
	width: 80%;
	height: auto;
}

.box5-2{
	padding-top: 20px;
}

.daihyo{
	background-color: #DDC9AC;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

.name{
	color: #DDC9AC;
	font-size: 16px;
	font-family: 'Berkshire Swash', cursive;
	padding: 5px 5px 5px 10px;
}

.box5-2 h6{
	color: #333;
	display: inline;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 5px 10px;
	vertical-align: middle;
}

.box5-2 p{
	color: #333;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	padding: 5px 10px;
}

.box5 hr{
	border: none;
    border-top: dashed 1px #CCC;
    height: 1px;
    color: #ddc9ac;
    margin: 0 6 0 6;
}



/* フッター設定 */

.box6{
	background-image: url("img/footerbg.png");
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 50px;
}

.footer h1{
	color: #A0547A;
	font-size: 50px;
	font-family: 'Merriweather', serif;
	margin: 0;
	display: inline;
}

.footer p{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
}

.footer span{
	color:#000;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
	padding-right: 5px;
}

.footer i{
	color: #A0547A;
	font-size: 36px;
	padding: 10px 0;
	}

.footer a{
	color: #A0547A;
	font-size: 36px;
	font-family: 'Merriweather', serif;
	text-decoration: none;
	padding: 10px 0;
}

.footer a:hover{
	background-color: #fff;
	opacity: 0.6;
}

.time{
	background-color: #A0547A;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding: 5px;
	margin-left: 5px;
}

.footer hr{
	border: none;
    border-top: dashed 1px #CCC;
    height: 1px;
    color: #fff;
    margin: 0 6 0 6;
}

/* コピーライトの設定 */
.box7{
	margin: 0;
}

.box7-inner p{
	color: #fff;
	font-size: 12px;
	padding: 10px;
	text-align: center;
	margin: 0;
}

/* ########## 320px〜425px モバイル用 ########## */
@media (min-width: 320px) and (max-width: 425px){
	
	/* 文字のサイズを小さくする設定 
	
	.title h2{
		font-size: 20px;
	}
	
	.box3-2 h3{
		font-size: 16px;
	}
	
	.box3-2 li{
		font-size: 16px;
}
	
	.box4 h4{
		font-size: 16px;
	}
	
	.box4 p{
		font-size: 16px;
	}
	
	.box4 h5{
		font-size: 14px;
	}
	
	.box5-2 p{
		font-size:16px;
	}
	
	.box6 h1{
		font-size: 36px;
	}
	
	.box6 p{
		font-size: 14px;
	}
	
	.time{
		display: block;
	}
	
	*/
	.footer h1 {
		font-size: 36px;
	}
	
	/* 余白の設定 */
	
	.box3{
		padding: 10px;
	}
	
	.box6{
		padding: 10px;
		height: 300px;
		margin-top: 50px;
	}
    
    /* 新北海道スタイルの設定 */
    
    .box-newstyle img {
        width:100%;
    }
	
	 /* FV動画の設定 */
	.FV-pc {
		display:none
	}
		
.menu img{
		padding-top: 10px;
	     width: 80%;
	}
}

/* ########## 426px〜959px タブレット用 ########## */
@media (min-width: 426px) and (max-width: 959px){
	
	/* 余白の設定 */
	.box3{
		padding: 10px;
	}
	
	.box6{
		padding: 10px;
		height: 300px;
	}
	
	/* 画像サイズの設定 */
	
	.box3-1 img{
		width: 50%;
		height: auto;
	}
	
	.box5-1 img{
		width: 50%;
		height: auto;
	}
    
     /* 新北海道スタイルの設定 */
    
    .box-newstyle img {
        width:100%;
    }
	
	 /* FV動画の設定 */
	.FV-sp {
		display:none
	}
		
.menu img{
		padding-top: 10px;
	     width: 70%;
	}
	
	
}

/* ########## 700px 以上　########## */
@media (min-width: 700px){
	
/* ヘッダー設定用 */

.box1{
	width: 100%;
	z-index: 9999;
}

.menu{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
	
.menu img{
		padding-top: 10px;
	     width: 40%;
	}

.menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li{
	display: inline-block;
}

.menu li a{
	color: #a0547a;
	display: block;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 20px;
}

.menu li a:hover{
	color: #a0547a;
	background-color: #fff;
	opacity: 0.6;
}
	
	/* FV動画の設定 */
	.FV-sp {
		display:none
	}
}

/* ########## 960px以上 ##########  */

@media (min-width: 960px){
	
.menu img{
		padding-left: 50px;
	    width: 40%;
	}

/* 全体の横幅設定 */

.title-inner, .box3, .box4, .box5, .footer, .box7-inner, .box-newstyle{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}


/* box3-1 と box3-2 を横に並べる設定 */

	.box3{
		overflow: hidden;
	}
	
	.box3:after{
		content: "";
		display: block;
		clear: both;
	}

	.box3-1{
		float: left;
		width: 35%;

}

	.box3-2{
		float: left;
		width: 65%;

	}
	
	/* box5-1 と box5-2 を横に並べる設定 */

	.box5:after{
		content: "";
		display: block;
		clear: both;
	}

	.box5-1{
		float: left;
		width: 35%;

}

	.box5-2{
		float: left;
		width: 65%;

	}
    
     /* 新北海道スタイルの設定 */
    
    .box-newstyle img {
        width:900px;

    }
	/* FV動画の設定 */
	.FV-sp {
		display:none
	}
	
}