@charset "UTF-8";

p,h1,h2,h3,h4,ul {
	margin: 0;
	padding: 0;
}
.dress_list li .none{
		display: none;
		}
/*== PC
==========================================================================================*/
@media screen and (min-width: 1024px) {

	.pc_none {
		display: none;
	}
	.center_box{
		width: 1024px;
		margin: 0 auto;
		}
#sp_contact,.sp_menu{display:none;}
#contents{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:70px;
	padding-bottom:100px;
	}
#header {
	border-bottom:1px solid #ccc;
}

	.fv {
		width: 100%;
		margin: -50px 0 0 0;
		height: 500px;
		background: url(img/fv.jpg?210113) no-repeat right;
		background-size: cover;
		margin-bottom: 100px;
	}

	.fv h2 {
		width: 340px;
		padding: 200px 12% 0 20%;
	}

	.about .ttl{
		color: #d8c661;
		font-size: 24px;
		margin: 0 0 20px 0;
		}
	.about p{
		text-align: center;
		font-size: 15px;
		line-height: 200%;
		}
	.about{
		margin-bottom: 80px;}

	.designer{
		width: 410px;
		margin:0 0 40px 0;
		background-color: #f7f7f7;
		padding: 25px 40px 25px 40px;
		}
	.designer .img{
		width: 200px;
		margin: 0 auto 10px;}
	.designer figcaption{}
	.designer figcaption h4{
		width: 84px;
		margin: 0 auto 2px;}
	.designer figcaption .name{
		font-size: 20px;
		margin-bottom: 8px;
		text-align: center;}
	.designer figcaption p{
		font-size: 13px;
		}

	.offer{
		margin-top: 100px;
		margin-bottom: 20px;}
	.offer h3{
		font-size: 24px;
		font-weight: normal;
		color: #d8c661;
		text-align: center;
		margin: 0 0 20px 0;
		}
	.offer p{
		text-align: center;
		line-height: 200%;
		}

	.w_ttl{
		width: 100%;
		position: relative;
		background: url(img/w_ttl.jpg?210113) no-repeat center;
		background-size: cover;
		height: 480px;
		margin: 80px 0;
		}
	.dress_box {
		width: 340px;
		height: 190px;
		background-color: rgba(255,255,255,0.8);
		display: inline-block;
		position: absolute;
		top: 25%;
		right: 15%;
		padding: 25px 35px 30px;
	}
	.w_ttl h3 {
		font-size: 32px;
		color: #a3964a;
		font-weight: inherit;
		margin: 0 0 15px;
	}

	.w_ttl h3 span,.c_ttl h3 span {
		display: block;
		margin-bottom: 5px;
	}
	.c_ttl{
		width: 100%;
		position: relative;
		background: url(img/c_ttl.jpg?210113) no-repeat center;
		background-size: cover;
		height: 480px;
		margin: 120px 0 80px;
		}
	.c_ttl h3 {
		font-size: 32px;
		color: #a3964a;
		font-weight: inherit;
		margin: 0 0 15px;
	}

	.dress_list{
		width:1024px;
		margin: 0px auto;
		padding: 0px;
		overflow: hidden;
		}
	.dress_list li{
		width: 500px;
		float: left;
		margin-bottom: 40px;
		}
	.dress_list li:nth-child(2n){
		float: right;
		}
	.dress_list li figure{
		overflow: hidden;
		margin: 0px;
		}
	.dress_list li figure img{
		width: 256px;
		float: left;
		}
	.dress_list li figure figcaption{
		width: 220px;
		float: right;
		}
	.dress_list li figure figcaption h4{
		color: #dac069;
		font-size: 22px;
		margin-bottom: 5px;
		font-weight: normal;
		line-height: 120%;
	}
	.dress_list li figure figcaption h4 span{
		font-size: 14px;
		display: block;
	}
	.contact p {
		width: 325px;
		margin: 100px auto 20px;
		border: 1px solid #d47b8f;
		text-align: center;
	}

	.contact a {
		display: block;
		padding: 20px 0;
		color: #d47b8f;
		font-size: 14px;
		transition: all 0.4s;
	}

	.contact a:hover {
		background-color: #d47b8f;
		color: #fff;
	}

	.flow_bnr {
		text-align: center;
		margin: 50px 0 0px;
	}

}


/*== SP ここから
==========================================================================================*/

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

	.sp_none {
		display: none;
	}

#header {
	border-bottom:1px solid #ccc;
}
#contents{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	}

	.fv {
		width: 100%;
		margin: -20px 0 20px 0;
		background: url(img/fv.jpg?210113) no-repeat top;
		background-size: contain;
		text-align: center;
	}

	.fv h2 {
		padding: 16% 55% 20% 5%;
	}

	.fv h2 img {
		width: 100%;
	}

	.about .ttl{
		color: #d8c661;
		font-size: 16px;
		margin: 0 0 10px 0;
		text-align: center;
		line-height: 160%;
		}
	.about p{
		line-height: 200%;
		}
	.about{
		width: 90%;
		margin: 0 auto 30px;}

	.designer{
		margin: 0 0 20px 0;
		background-color: #f7f7f7;
		padding: 20px 15px;
		overflow: hidden;
		}
	.designer .img{
		width: 25%;
		float: left;}
	.designer figcaption{
		width: 72%;
		float: right;
		margin: 0 auto;
		}
	.designer figcaption h4{
		width: 46px;
		margin: 0 0px 5px 0;}
	.designer figcaption .name{
		font-size: 15px;
		margin-bottom: 5px;
		}
	.designer figcaption p{
		}

	.offer{
		margin-top: 30px;
		margin-bottom: 0px;}
	.offer h3{
		font-size: 18px;
		font-weight: normal;
		color: #d8c661;
		text-align: center;
		margin: 0 0 15px 0;
		}
	.offer p{
		width: 90%;
		margin: 0 auto 0px;
		}


	.w_ttl{
		width: 100%;
		position: relative;
		background: url(img/w_ttl.jpg?210113) no-repeat top;
		background-size: contain;
		margin: 20px 0;
		padding: 50% 0 0;
		}
	.dress_box {
		padding: 15px 5% 0;
	}
	.w_ttl h3 {
		font-size: 16px;
		color: #a3964a;
		font-weight: inherit;
		margin: 0 0 10px;
	}

	.w_ttl h3 span img,.c_ttl h3 span img {
		width: 110px;
		display: block;
		margin-bottom: 5px;
	}
	.c_ttl{
		width: 100%;
		position: relative;
		background: url(img/c_ttl.jpg?210113) no-repeat top;
		background-size: contain;
		margin: 40px 0 20px;
		padding: 50% 0 0;
		}
	.c_ttl h3 {
		font-size: 16px;
		color: #a3964a;
		font-weight: inherit;
		margin: 0 0 10px;
	}

	.dress_list{
		width:90%;
		margin: 0px auto;
		padding: 0px;
		overflow: hidden;
		}
	.dress_list li{
		width: 48%;
		float: left;
		margin-bottom: 30px;
		}
	.dress_list li:nth-child(2n){
		float: right;
		}
	.dress_list li figure{
		margin: 0px;
		}
	.dress_list li figure figcaption{
		padding-top: 15px;
		}
	.dress_list li figure figcaption h4{
		color: #dac069;
		font-size: 18px;
		margin-bottom: 5px;
		font-weight: normal;
		line-height: 120%;
	}
	.dress_list li figure figcaption h4 span{
		font-size: 12px;
		display: block;
	}

.contact {
		margin: 40px 0 20px 0;
	}

	.contact p {
		width: 90%;
		margin: 15px auto 40px;
		border: 1px solid #d47b8f;
		text-align: center;
	}

	.contact a {
		font-size: 12px;
		display: block;
		padding: 10px 0;
		color: #d47b8f;
		transition: all 0.4s;
	}

	.contact a:hover {
		background-color: #d47b8f;
		color: #fff;
	}

	.flow_bnr {
		text-align: center;
		margin: 30px 0 40px;
	}

	.flow_bnr img {
		width: 100%;
	}

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

}
