@charset "utf-8";



/*=============================================*/
/*                   intro                      */
/*=============================================*/


#c-carousel {
	min-height:600px;
	min-width:1100px;
	padding:0px;
	margin: 0;
	z-index: 1;
	width:100%;
	text-align:center;
	overflow:hidden;
}
#carousel img {
	margin:0 5px 0 5px;
}
#carousel div {
	display: block;
	float: left;
	height:600px;
}
#click_key {
	width:1200px;
	margin:auto;
	position:relative;
	z-index:100;
	top:-310px;
}
#prev {
	background:url(../img/shared/right.png) no-repeat center top;
	height:60px;
	width:60px;
	top:20px;
	position: absolute;
	right:-10px;
}
#next {
	background:url(../img/shared/left.png) no-repeat center top;
	height:60px;
	width:60px;
	top:20px;
	position: absolute;
	left:-10px;
}

#prev, #next {
    background: url(../img/shared/bg_o.png) repeat scroll center top;
    height:600px;
    position: absolute;
    top: -290px;
    width: 50%;
    z-index: 2;
}
#prev {
    right: -550px;
}

#prev img{
	position:absolute;
	top:290px;
	left:-25px;
}

#next img{
	position:absolute;
	top:290px;
	right:-25px;
}

#next {
    left: -550px;
}

#c-carousel p#logo_key{
	width:1000px;
	margin:0 auto;
	position:relative;
	display:block;
}

#c-carousel p#logo_key img{
	position:absolute;
	top:18px;
	left:-12px;
	z-index:999;
}

#lead{
	background: url(../img/delivery/bg.jpg) no-repeat top center;
}

#lead .section{
	min-height: 488px;
}

#lead h2{
	padding-top: 58px;
	margin-bottom: 47px;
}

#lead p.txt{
	width: 432px;
	margin-left: 15px;
}


#tel_dely{
	margin-left: 109px;
	padding-bottom: 36px;
}

#slide_box_slide{
	height:213px;
	width:100%;
	min-width:1100px;
	clear:both;
	display:block;
	padding-bottom: 10px;
	background: url(../img/shared/line_s.jpg) repeat-x bottom center;
}

.slideFrame {
    height: 213px;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    width: 100%;
}
.slideGuide {
    height: 100%;
    width: 150%;
	margin:0 auto;
}
.slideCell {
    color: #333333;
    display: block;
    float: left;
    height: 100%;
    width: 320px;
}
.slideCell a {
    background: none repeat scroll 0 0 #87CEEB;
    display: block;
    height: 100%;
    width: 100%;
}
.slideCell a:hover {
    background: none repeat scroll 0 0 #FFFF00;
}

#sec_01{
	background: url(../img/shared/line_s.jpg) repeat-x bottom center;
	box-shadow:0 5px 5px rgba(0,0,0,0.4);
	padding-bottom: 10px;
}

#sec_01 .block{
	background: url(../img/party/bg01.png) repeat top center;
}

#sec_01 h2{
	padding:42px 0 34px;
}
#sec_01 .tit{
background: url(../img/delivery/ttl01.png) no-repeat left top;
height: 150px;
padding-top: 70px;
padding-left: 150px;
font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E";
color:#630;
text-shadow: 0px 0px 5px rgba(146,119,83,0.5);
font-size: 28px;
font-weight: bold;
margin-bottom: -75px;
}
#deli_box01{
	background: url(../img/delivery/box01.png) no-repeat top center;
	height: 551px;
	position: relative;
	margin-bottom: 40px;
	box-shadow:0 0px 5px rgba(0,0,0,0.4);
}

#deli_box01 h4{
	position: absolute;
	top: 70px;
	left: 385px;
}

#deli_box01 p.txt{
	margin-left: 38px;
	width: 500px;
	padding-bottom: 5px;
}


.price{
	font-weight: bold;
	color: #a42f3f;
	font-size: 23px;
	font-family:Meiryo;
}

.price span{
	font-size:18px;
}

#box_txt{
	position: absolute;
	top: 292px;
	left: 592px;
}

#box_txt ul{
	line-height: 38px;
}

#box_txt ul li{
	float: left;
	width: 125px;
}

#box_txt ul li.first{
	width: 240px;
}

#box_txt ul li span{
	display: block;
	padding-left: 35px;
	background: url(../img/party/icon.png) no-repeat left center;
}

#ttl{
	padding-top: 3px;
	color: #b77725;
	line-height: 26px;
}

#deli_box02{
	background: url(../img/delivery/box02.png) no-repeat top center;
	height: 551px;
	position: relative;
	margin-bottom: 75px;
	box-shadow:0 0px 5px rgba(0,0,0,0.4);
}

#deli_box02 dl{
	position: absolute;
	top: 70px;
	left: 423px;
	font-family:Meiryo;
}

#deli_box02 dl dt{
	color: #955a19;
	font-size: 23px;
	font-weight: bold;
	float: left;
	margin-right: 30px;
}

#deli_box02 dl dd{
	float: left;
}

#deli_box02 p.txt{
	margin-left: 38px;
	width: 500px;
}

#sec_02{
	background: url(../img/shared/line_s.jpg) repeat-x bottom center;
	padding-bottom: 10px;
	position: relative;
}

#sec_02 .section{
	padding:50px 0 35px;
}

.list{
	width: 310px;
	float: left;
	margin-right: 35px;
}

.list dl{
	padding:12px 0;
	border-bottom: 1px dashed #f2ce9e;
}

.list dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
	font-size:0px !important;
}

.list dl dt{
	float: left;
}

.list dl dd{
	float: right;
	color: #c97b0c;
}

.list p.pic{
	box-shadow:0 0px 5px rgba(0,0,0,0.4);
}

.list dl dt.txt{
	color: #6e441f;
}

#sec_03{
	background: url(../img/delivery/bg03.jpg) repeat top center;
}

#sec_04{
	background: url(../img/delivery/bg_box.jpg) no-repeat top center;
	height: 410px;
	position: relative;
	margin-bottom: 29px;
	box-shadow:0 0px 5px rgba(0,0,0,0.6);
	padding-top: 63px;
}

#sec_04 dl{
	margin-left: 55px;
	padding-bottom: 25px;
	width: 371px;
}

#sec_04 dl dt{
	font-weight: bold;
	font-size: 16px;
}

#sec_04 dl dd{
	font-size: 13px;
	line-height: 24px;
	color: #3f1d10;
}
#sec_04 p.txt{
	font-weight: bold;
	color: #a42f3f;
	line-height: 24px;
	margin-left: 55px;
	width: 371px;
	min-height: 70px;
}
#sec_04 p.tel{
	margin-left: 52px;
}

#sec_03 h3{
	padding-bottom: 25px;
}

#sec_03 ul{
	padding:0 0 25px 25px;
	margin-bottom: 40px;
	line-height: 38px;
	border-bottom: 1px solid #96785d;
}

#sec_03 ul li{
	padding-left: 26px;
	background: url(../img/delivery/icon.png) no-repeat left center;
}