#hbg1 {
    position : absolute;
	width : calc(50% + 595px);
	height : 115px;
	background : #960f1e;
	background-image : url(../../common/bamboo1.svg);
	background-size : 200px;
	background-repeat : no-repeat;
	background-position : calc(50% - 70px) 100px;
	background-attachment : fixed;
	top : 130px;
	right : 0;
	z-index : 1;
}

h2#ptitle {
    margin : 122px 7% 24px 7%;
	color : #ffffff;
    font-size : 160%;
    font-weight : 600;
    line-height : 1.2em;
    text-align : right;
}

h2#ptitle span {
    display : block;
    font-size : 50%;
    letter-spacing : 8px;
}

/*----------GALLERY----------*/

#gallery {
	position : relative;
}

#slider {
	width : 100%;
}

#slider li div {
	width : 100%;
	background-size : cover;
	background-position : center center;
	padding-top : 280px;
}

#gallery p {
    position : absolute;
    padding : 7px 15px 9px 15px;
    color : #ffffff;
    background : #000000;
    top : 0;
    left : 0;
    z-index : 1;
}

/*-----------DATA----------*/

#data {
	overflow : hidden;
	margin : 7% 6% 8% 6%;
}

#data dl {
	margin-bottom : 6%;
	padding-top : 2px;
	border-top : solid 6px #c8b9b4;
}

#data dl dt {  
	float: left;
	width : 100px;
	padding : 8px 0 9px 0;
}

#data dl dt {   
	clear : left;
}

#data dl dd {
	padding: 8px 0 9px 0;
	border-bottom : solid 1px #c8b9b4;
}

#data p {
	line-height : 1.4em;
}

/*----------POSTNAVI----------*/

ul#postnavi {
	list-style : none;
	margin : initial;
	margin-top : 6%;
	text-align : center;
}

ul#postnavi li {
	display : inline-block;
	margin-right : 1px;
}

ul#postnavi li span {
	display : none;
}

ul#postnavi li a {
	display : block;
	padding : 6px 13px 8px 13px;
	color : #282828;
	background : #dcc8aa;
	text-decoration : none;
}

ul#postnavi li:first-child a {
	display : block;
	padding : 6px 20px 8px 25px;
	color : #282828;
	background : #dcc8aa;
	text-decoration : none;
	border-top-left-radius : 25px;
	border-bottom-left-radius : 25px;
}

ul#postnavi li:last-child a {
	display : block;
	padding : 6px 25px 8px 20px;
	color : #282828;
	background : #dcc8aa;
	text-decoration : none;
	border-top-right-radius : 25px;
	border-bottom-right-radius : 25px;
}