@charset "utf-8";


/*------------------------------------------------------------
	レスポンシブレイアウト
----------------------------------------------------------- */
.container {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.flex_box {
	-js-display: flex;
	display: flex;
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

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

.container,
.flex_box {
    width: 87.5%;
    max-width: none;
}

}


/*------------------------------------------------------------
	header
----------------------------------------------------------- */
#header {
	width: 100%;
	margin-bottom: 1.5em;
    padding-top: 30px;
	text-align: center;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url(https://img21.shop-pro.jp/PA01434/809/etc/header_bg.png) no-repeat center top;
	background-size: contain;
}

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

#header {
	padding: 20px 0;
	background-position: center bottom;
    background-size: 140%;
	z-index: 7;
}

}


/*------------------------------------------------------------
	base
----------------------------------------------------------- */
.base_hd {
    margin-bottom: 20px;
    padding: 15px 30px;
    font-size: 125%;
    font-weight: 600;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
}
.base_dt {
    margin-bottom: 10px;
    padding: 5px 15px;
    font-weight: 600;
    border-left: 5px solid #222;
}
.base_dd {
    margin-bottom: 30px;
    font-size: 90%;
    text-align: justify;
}
#delivery,
#payment,
#info,
#privacy {
    margin: 3em 0 6em;
}
