@charset "UTF-8";

img {
	display: block;
}

/*メインイメージ*/
.main_image {
	height: 266px; 
	margin-top: 57px; 
	background-image: url(../img/main_kimono_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.main_content {
	margin: 0 5%;
}

/*ドレス*/
.costume_box {
	padding-bottom: 0.5%;
}

.costume_box li {
	background-color: #fff;
}

.inquiry_text {
	font-family: sans-serif;
	padding-top: 6%;
	line-height: 1.5em;
	font-size: 1.3rem;
}

/*ボタン*/
.btn_costume {
	text-align: center;
}

.btn_costume a {
	   display: inline-block;
    font-family: sans-serif;
    color: #fff;
    background-color: #ff6801;
    padding: 5% 0;
    font-size: 1.4rem;
    width: 80%;
    margin: 5% auto;
}

/*フェア*/
#fair {
	margin-top: 6%;
}

/*========================767以下========================*/
@media screen and (max-width: 767px) { 
/*メインイメージ*/
.main_image {
	height: 154px; 
}

/*ドレス*/
.element  {
	background: url(../img/and_more.png) center 49% no-repeat;
}

.image_wrap {
	margin: 0 5%;
}

.costume_box li:last-child {
	padding-top: 0.5%;
}


/*フェア*/
#fair {
	background-color: #f6f6f6;
	padding:7% 0;
}

/*フッター*/
footer {
	border-top: solid 2px #333;
}

}

/*========================768px以上========================*/
@media (min-width:768px) { 
/*メインイメージ*/
.main_image {
	background-image: url(../img/main_kimono_pc.jpg);
}

/*メインコンテンツ*/
.main_content {
	width: 980px;
	margin: 0 auto;
}


/*ドレス*/
.element {
	background: url(../img/and_more.png) center 66% no-repeat;
}

.costume_box {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 4px;
}

.costume_box li {
	-webkit-flex: 0 0 488px;
	flex: 0 0 488px;
}

.costume_box li:last-child {
	padding-left: 4px;
}

.inquiry_text {
	text-align: center;
	padding-top: 15px;
	font-size: 15px;
} 

/*ボタン*/
.btn_costume a {
    font-size: 20px;
    width: 320px;
    padding: 19px 0;
    margin-top: 18px;
}

/*フェア*/
#fair {
	margin-top: 49px;
}

}