/* -----------------------base---------------------- */
html,body{margin:0px;padding:0px;}
body{
	color:#fff;
	font-size:1.4rem;
	position: relative;
	overflow-x: hidden;
	background-image: url(../images/main/backimg.jpg);

}
.sp_mode{
	display: none;
}
.sp_modein{
	display: none;
}
div.push {
	height: 0px;
	clear: both;
}
a{
	color: #fff;
}
a:hover{
	color: #fff;
}
.imghover a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.alink_h:hover{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.w100{
	width:100%;
}
/* -----------------------header---------------------- */
header{
	padding:10px 0 20px 0;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	width:100%;
	/*position: fixed;*/
	z-index: 999;
	color: #fff;
	background: rgba(0,0,0,0.3);
}
header a{
	color: #fff;
	text-decoration: none;
}
header a:hover{
	color: #fff;
	text-decoration: none;
}
.header_cont{
	margin-left:auto;
	margin-right:auto;
	height: auto;
	width:980px;
	text-align:left;
}
header h1{
	font-size:2.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	/*background-image: url(../images/header/logo.png);
	background-repeat: no-repeat;
	background-size:50px auto;
	background-position: 0px 0.3em;*/
	padding:12px 0 10px 0px;
	float:left;
}
.h_right{
	float:right;
	margin: 16px 0 0 0;
	font-size:3.2rem;
	letter-spacing: 2px;
}
.h_right a{
	font-size:2.0rem;
	width: 300px;
	background: #FF0000;
	display: block;
	padding:10px 0 10px 0;
	text-align:center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.h_right a:hover{
	background: #FF4500;
}
.header_logo{
	overflow: hidden;
}
.header_cont ul {
	overflow: hidden;
}
.header_cont li {
	margin: 0 0 0px 0;
	float:left;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.header_cont li a{
	display: block;
	width: 100%;
	padding:0 12px 0 12px;
}
.header_cont li+ li {
	border-left: 0;
	border-right: 1px solid #fff;
}
.header_cont li:hover {
	margin: 0 0 0px 0;
	border-bottom: 2px solid #FF4500;
}

.b_on {
	margin: 0 0 0px 0;
	border-bottom: 2px solid #FF4500;
}
/* -----------------------swiper---------------------- */
.swiper-container {
	width: 980px;
	height: auto;
	margin: 0px auto;
}
.swiper-slide {
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;*/
	/*-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/
}
/* -----------------------main---------------------- */
.content{
	margin-left:auto;
	margin-right:auto;
	height: auto;
	width:980px;
	text-align:left;
	padding: 20px 0 10px 0;

}

.s_banner{
	overflow: hidden;
	width:1100px;
}
.s_banner li{
	margin:0 20px 20px 0;
	float:left;
	width:480px;
}
.s_banner img{
	width:100%;
}
.blog_banner{
	overflow: hidden;
	width:100%;
}
.blog_banner li{
	margin:0 20px 0px 0;
	float:left;
	width:50%;
}

.m_new_main{
	overflow: hidden;
}
.m_new{
	padding:0 0 10px 0;
}
.left_box{
	float:left;
	width:67%;
}
.right_box{
	float:right;
	width:31%;
	text-align:left;
	padding:0 0 10px 0;
}
.right_box img{
	width:100%;
}
.m_new h2{
	font-size:1.8rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #FF0000;
	border-bottom: 1px solid #999;
	margin:0 0 6px 0;
}
.right_box h2{
	font-size:1.8rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #FF0000;
	border-bottom: 1px solid #999;
	margin:0 0 6px 0;
}

.m_new dl{
	overflow: hidden;
	margin:0 0 10px 0;
}
.m_new dt{
	float:left;
}
.m_new dd{
	margin:0 0 0 100px;
	padding:0 0 10px 0;
	border-bottom: 1px dotted #999;
}
.m_new dd a{
	text-decoration:underline;
}
.m_yoyaku{
	margin:0 0 20px 0;
}
.m_kakunin{
	background-color: rgba(255,255,255,0.1);
	margin:0 0 20px 0;
	padding:10px;
	overflow: hidden;
}
.m_kakunin h3{
	float:left;
	padding:2px 0 0 0;
}
.m_kakunin form{
	float:right;
}
.m_kakunin input{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:4px;
}
.m_kakunin input[type="submit"]{
	border:none;
	background: #FF0000;
	color: #fff;
	cursor: pointer;
	padding:4px 10px 4px 10px;
}

/* -----------------------menu---------------------- */
.menu_h2{
	overflow: hidden;
}
.menu_h2 a{
	overflow: hidden;
	min-width: 100px;
	margin:10px 10px 0 0;
	padding:4px 4px 4px 4px;
	font-size: 1.6rem;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FF0000;
	color: #fff;
	text-align:center;
	float:left;
	text-decoration: none;
}
.menu_h2_mem a{
	width: auto;
	padding:4px 10px 4px 10px;
}
.menu_h2 a:hover{
	background: #FF4500;
}
.menu h2{
	font-size:3rem;
	padding: .0em 0 .1em .40em;
	border-left: 6px solid #FF0000;
	margin:0 40px 20px 0;
	float:left;
}
.menu_list{
	overflow: hidden;
	width:1100px;

}
.menu_box{
	float:left;
	width:294px;
	background: rgba(255,255,255,0.1);
	margin:0 20px 20px 0;
	padding:10px;
}
.menu_img{
	padding:0 0 10px 0;
}
.menu_img img{
	width:100%;
}
.menu_title{
	font-size:1.6rem;
	color: #FF8C00;
}
.menu_phrase{
	font-size:1.2rem;
}
.menu_price{
	font-size:2.2rem;
	padding:0 0 10px 0;
}
.menu_com{
	padding:10px 0 0 0;
	border-top: 1px dotted #999;

}
.menu_btn{
	padding:10px 0 10px 0;
}
.menu_btn input[type="submit"]{
	width: 100%;
	height:46px;
	font-size: 1.8rem;
	letter-spacing: 2px;
	border:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FF0000;
	color: #fff;
	cursor: pointer;
}
.menu_btn input[type="submit"]:hover{
	background: #FF4500;
}
.my-add-button2 input[type="submit"]{
	font-size: 1.4rem;
}
.my-add-button2 p{
	width: 100%;
	height:auto;
	padding:10px 0 10px 0;
	font-size: 2.0rem;
	letter-spacing: 2px;
	border:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FF0000;
	color: #fff;
	cursor: pointer;
}
.my-add-button2 p{
	font-size: 1.6rem;
	text-align:center;
}
/* -----------------------blog---------------------- */
.blog{
	padding: 0 0 20px 0;
}
.blog h2{
	float:none;
}
.blog_list{
	overflow:hidden;
	padding: 0;
}
.blog_left{
	float:left;
	width:780px;
	box-sizing: border-box;
	padding: 0 0 10px 0;
	background: rgba(255,255,255,0.2);
	padding: 10px;
	box-sizing: border-box;
	/*padding-bottom: 32768px;
	margin-bottom: -32768px;*/
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.blog_left li{
	margin:10px 0 10px 10px;
}
.blog_left dt{
	float:left;
}
.blog_left dd{
	margin:0 0 0 100px;
}
.blog_right{
	float:right;
	width:180px;
	background: rgba(255,255,255,0.2);
	padding: 10px;
	box-sizing: border-box;
	/*padding-bottom: 32768px;
	margin-bottom: -32768px;*/
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.blog_left h3{
	font-size:2.4rem;
	margin:0 0 0px 0;
}
.blog_left_day{
	text-align:right;
	border-bottom: 1px solid #8fa2a9;
	margin:0 0 20px 0;
	padding: 0 0 10px 0;
}
.blog_right h3{
	font-size:1.6rem;
	margin:0 0 10px 0;
}
.blog_right li{
	margin:0 0 6px 0;
}
.blog_cont{
	overflow:hidden;
}
.blog_img {
	float:left;
	margin:0 20px 0 0;
	width:200px;
}
.blog_img img{
	width:200px;
	margin:0 0 10px 0;
}
.blog_comimgon{
	margin:0 0 0 220px;
}
body > .blog_right { 
    height: auto; 
}
.blog_navleft{
	float:left;
}
.blog_navright{
	float:right;
}
.blog_nav{
	margin:20px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #8fa2a9;
}
/* -----------------------access---------------------- */
.access{
	padding: 20px 0 20px 0;
}
.access h2{
	border-left: 6px solid #FF0000;
	font-size:3rem;
	padding: .0em 0 .1em .40em;
	border-left: 6px solid #FF0000;
	margin:0 40px 20px 0;
}
.access p{
	text-align:center;
	padding: 0 20px 30px 20px;
	font-size:1.8rem;
	line-height: 1.8em;
}
.access ul{
	margin:40px 0 0 0;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.access li {
	width:33.3%;
	margin:0 10px;
}
.access li img{
	width:100%;
}
.store_box_img{
	float:left;
	width:30%;
}
.store_box_img img{
	width:100%;
}
.store_box_txt{
	width:70%;
	margin:0 0 0 32%;
}
.store_box_txt dl{
	width:98%;
	overflow:hidden;
	border-bottom: 1px solid #666;
	padding: 10px 0 10px 0;
}
.store_box_txt dt{
	width:10%;
	float:left;
}
.store_box_txt dd{
	width:88%;
	margin:0 0 0 12%;
}

.google-maps {
	margin:20px 0 0 0;
	position: relative;
	padding-bottom: 40%; // これが縦横比
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/* -----------------------order---------------------- */
.order{
	padding: 20px 0 20px 0;
}
.order h2{
	float:none;
}
.bw_txt{
	margin:1.33% 0;
	background: rgba(255,255,255,0.3);
	padding: 2.66%;
}
.order_form dl{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #666;
	overflow: hidden;
}
.order_form dt{
	font-size:1.8rem;
	float:left;
}
.order_form dd{
	font-size:1.8rem;
	margin:0 0 0 14%;
}
.order_form3 dd{
	margin:0 0 0 68%;
}
.order_form3_p1{
	font-size:1.8rem;
	padding:10px 0 10px;
}
.order_form3_p2{
	border-bottom: 1px solid #666;
	padding:0 0 10px;
}
.order_form input,
.order_form textarea{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.order_form textarea{
	width: 98%;
}
.select_box{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.order_form input[type="submit"],
.order_form input[type="button"]{
	margin:20px 0 0 0;
	height:auto;
	padding:10px 20px 10px 20px;
	font-size: 2.0rem;
	letter-spacing: 2px;
	border:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FF0000;
	color: #fff;
	cursor: pointer;
}
.co_r{
	color: #FA8072;
}
.co_rw{
	color: #FA8072;
}
.co_r2{
	color: #FA8072;
	font-size:1.2rem;
}
.co_r3{
	color: #FFB6C1;
}
.order_form2 {
	padding: 40px 0 0 0;
}
.order_form2 dl{
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #666;
	overflow: hidden;
}
.order_form2 dt{
	font-size:1.6rem;
	float:left;
	width: 30%;
}
.order_form2_qty{
	margin:0 0 0 30%;
	float:left;
	width: 20%;
	text-align:center;
}
.order_form2_price{
	margin:0 0 0 48%;
	width: 50%;
	text-align:right;
}
.totalprice{
	margin:10px 10px 0 0;
	font-size:2.2rem;
	text-align:right;
}
.order_confirm{
	font-size:2.0rem;
}
.errbtn {
	padding:10px 0 20px 0;
}
.errbtn a{
	width: auto;
	padding:10px;
	font-size: 1.6rem;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FF0000;
	color: #fff;
	text-align:center;
	text-decoration: none;
}
.order_step ul{
	font-size: 2rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	margin:0 0 20px 0;
}
.order_step li{
	width: 33%;
	position: relative;
}
.order_step li div{
	width: 80%;
	background: rgba(255,255,255,0.1);
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align:center;
	border: 3px solid rgba(255,255,255,0.1);
}
.order_step li span{
	position: absolute;
	top: 0;
	bottom:0;
	right: 0;
	margin:4% 4% 0 0;
	font-size:4rem;
}
.f_red{
}
.order_step li .b_step{
	color: #fff;
	border: 3px solid red;
}

/*ボックス全体*/
.switchbox {
	margin: 10px 0;
	padding: 0;
}
/*ラベル*/
.switchbox label {

	font-weight: bold;
	cursor :pointer;
}
/*チェックボックスを非表示にする*/
.switchbox input {

}
/*中身を非表示にしておく*/
.switchbox div {
	height: 0;
	overflow-y: hidden;
	transition: 0.8s;/*ゆっくり表示させる*/
	opacity: 0;
}
.switchbox div input {
	display: inline-block; 
}
/*クリックで中身を表示*/
.switchbox input:checked + label + div {
	height: auto;
	opacity: 1;
}


/* -----------------------method---------------------- */
.method_box {
	margin:0 0 20px 0;
}
.method_box h3{
	font-size:1.6rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #FA8072;
	border-bottom: 1px solid #999;
	margin:0 0 6px 0;
}
.method_box dl{
	overflow: hidden;
}
.method_box dt{
	float:left;
	width: 400px;
}
.method_box dt img{
	width: 100%;
}
.method_box dd{
	margin:0 0 0 420px;
}
.access .method_box dd ul{
	margin:0px 0 0 0;
	display: block;
	justify-content: left;
}
.access .method_box dd li{
	width:auto;
	margin:0 0 20px 0;
	padding-left: 1.2em;
	text-indent: -1.2em;
	list-style-position: inside;
}

/* -----------------------footer---------------------- */
footer{
	padding:20px 0 10px 0;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	width:100%;
	background: rgba(0,0,0,0.3);
}
.footer{
}
.footer_cont{
	padding:0 0 20px 0;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	overflow: hidden;
}
.f_box{
	float:left;
	margin:0 20px 0 0;
	width:200px;
}
.f_box02{
	margin:22px 20px 0 0;
}
.f_box03{
	margin:0 0 0 0;
	width:auto;
	float:right;
}
.f_box h2{
	font-size:1.6rem;
}
.f_box ul{
	padding:0 0 0 6px;
}
.f_box li{
	padding-left: 1em;
	text-indent: -1em;
	list-style-position: inside;
	list-style-type:disc;
}
.smicon {
	padding:10px 0 10px 50px;
	float:left;
}
.smicon ul{

}
.smicon li{
	margin:0 10px 0 0;
	float:left;
}
.shop_name{
	font-size:2.2rem;
}
.shop_tel{
	font-size:2.2rem;
	letter-spacing: 2px;
}
.footer_cop{
	font-size:1.2rem;
	padding:10px 0 0px 0;
	border-top: 1px solid #999999;
	text-align:center;
	color:#999999;
}
.footer_top{
	position: fixed;
	bottom: 20px;
	right: 2%;
}
/* -----------------------cart---------------------- */
.checkout h2{
	float:none;
}
.sidebar{
	z-index:100;
	width:auto;
	position:fixed;
	right:20px;
	top:80px;
	padding:10px;
	background: rgba(255,0,0,0.4);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
#sidebar table td{
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
.jcart-item-name,.jcart-item-price,.jcart-item-qty{
	padding:6px;
}

.checkout h3{
	font-size:2.0rem;
}
.checkout table{
	width:100%;
}
.checkout td{
	border: 1px solid #999999;
}
.checkout .jcart-item-qty{
	width:50px;
}
.checkout .jcart-item-price{
	width:100px;
}
.subtotal{
	float:right;
	font-size:2.0rem;
	margin:4px 0 0 0;
}
.jcart-button{
	color: #fff;
	margin:6px 0 0 0;
	font-size:1.6rem;
	border: none;
	background: #FF0000;
	font-weight:bold;
	padding:4px 10px 4px 10px;
	text-align:center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	letter-spacing: 2px;
	cursor: pointer;
}
.jcart-remove{
	display: inline-block;
	color: #fff;
	font-size:1.3rem;
	border: none;
	background: #FF0000;
	margin:0 0 0 4px;
	padding:0 6px;
	text-align:center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	letter-spacing: 2px;
	cursor: pointer;
	text-decoration: none;
}
.jcart-remove:hover{
	text-decoration: none;
}
.jcart-button:hover{
	background: #FF4500;
}
.jcart-paypal-checkout{
	cursor: pointer;
	color: #fff;
	margin:6px 0 0 0;
	font-size:1.6rem;
	border: none;
	background: #FF0000;
	font-weight:bold;
	padding:10px;
	text-align:center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	letter-spacing: 2px;
}
input[type="submit"]{
	cursor: pointer;
}

/* -----------------------member---------------------- */
.login h2{
	font-size:1.8rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #FF0000;
	border-bottom: 1px solid #999;
	margin:0 0 10px 0;
}
.login h2 span{
	margin:0 0 0 10px;
	font-size:1.2rem;
	font-weight:normal;
}
.login_in ul{
	margin:40px 0 60px 0;
	overflow: hidden;
}
.login_in li{
	float:left;
	margin:0 20px 0 0;
	width:120px;
}
.login_in li img{
	width:100%;
}
.member{
	width:auto;
	overflow: hidden;
}
.member_left{
	width:66%;
	float:left;
}
.member_left img{
	width:100%;
	margin:10px 0 10px 0;
}
.member_left p{
	margin:10px 0 40px 0;
}
.member_left a{
	width:97%;
	display: block;
	margin:10px 0 40px 0;
	font-weight:bold;
	font-size: 2.0rem;
	letter-spacing: 2px;
	background: #FF0000;
	color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:10px;
	text-align:center;
}
.member_left a:hover{
	text-decoration: none;
}
.member_form{
	padding:20px;
	background: rgba(255,255,255,0.2);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width:26%;
	float:right;
}
.member_form h2{
	margin:0 0 10px 0;
}
.h2_subtxt{
	font-size: 1.4rem !important;
}
.member_form input{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	width:100%;
	padding:10px 0 10px 0;
	margin:0 0 10px 0;
}
.member_form input[type="submit"]{
	width:100%;
	margin:10px 0 0 0;
	height:auto;
	padding:10px 20px 10px 20px;
	font-size: 2.0rem;
	letter-spacing: 2px;
	border:none;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #FF0000;
	color: #fff;
	cursor: pointer;
	font-weight:bold;
}
.no_pass{
	margin:10px 0 0 0;
	text-align:right;
	font-size: 1.2rem;
}
.member_page h2{
	float:none;
}
.member_page_menu ul{
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.member_page_menu li{
	margin:0 10px 10px 0;
	padding:0 10px 0 0;
	float:left;
	border-right: 1px solid #fff;
}
.member_page_list{
	padding:20px 0 10px 0;
}
.member_page_list li{
	margin:0 0 10px 0;
	border-bottom: 1px dotted #999;
}
.member_page_list dt{
	float:left;
}
.member_page_list dd{
	margin:0 0 0 160px;
}
.orders_history li{
	margin:0 0 20px 0;
	padding:20px;
	background: rgba(255,255,255,0.2);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.orders_history dl{
	margin:0 0 10px 0;
	border-bottom: 1px dotted #999;
	padding:0 0 10px 0;
}
.orders_history dd{
	margin:0 0 0 100px;
}
.orders_history_all_price{
	text-align:right;
	font-size:1.8rem;
}
.member_page_form{
	padding:10px 0 20px 0;
}
.member_page_form h3,
.delivery_list h3{
	font-size:1.6rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #FA8072;
	border-bottom: 1px solid #999;
	margin:20px 0 10px 0;
}
.member_page_form ul{
	padding:10px;
	background: rgba(255,255,255,0.1);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.member_page_form li{
	border-bottom: 1px dotted #999;
	margin:0 0 10px 0;
}
.member_page_form dt{
	float:left;
	font-size:1.6rem;
	padding:4px 0 6px 0;
}
.member_page_form dd{
	margin:0 0 0 140px;
}
.member_page_form input{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:6px;
	margin:0 0 10px 0;
}
.member_page_form select {
	width:auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding:6px;
	margin: 0 0 10px 0;
}
.member_page_form input[type="submit"]{
	width:auto;
	margin:10px 0 0 0;
	font-weight:bold;
	font-size: 1.6rem;
	letter-spacing: 2px;
	border:none;
	background: #FF0000;
	color: #fff;
	cursor: pointer;
}
.support li{
	border-bottom:none;
}
.delivery_list{
	padding:10px 0 40px;
}
.delivery_list_a{
	text-align:right;
	padding:0 0 10px;
}
.delivery_list ul{
	border-top: 1px dotted #fff;
}
.delivery_list ul li{
	border-bottom: 1px dotted #fff;
	overflow: hidden;
	padding:10px;
}
.delivery_list dt{
	float:left;
	width:80%;
}
.delivery_list dd{
	float:left;
	width:10%;
	text-align:center;
}
/* -----------------------reservation---------------------- */
.reservation {
	margin:0 0 20px 0;
}
.reservation p{
	margin:0 0 20px 0;
}
/* -----------------------privacypolicy---------------------- */
.privacypolicy h2{
	font-size:1.8rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #FF0000;
	border-bottom: 1px solid #999;
	margin:0 0 6px 0;
}
.privacypolicy dl{
	overflow: hidden;
	margin:0 0 0% 2.66%;
}
.privacypolicy p{
	margin:0 0 2.66% 0;
}
.privacypolicy dt{
	float:left;
	width:34px;
}
.privacypolicy dd{
	margin:0 0 0 34px;
}
.ppvd{
	margin:0 0 2.66%;
}

/* -----------------------qa---------------------- */
.qa h2{
	font-size:1.8rem;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #FF0000;
	border-bottom: 1px solid #999;
	margin:0 0 20px 0;
}
.qa dl{
	margin: 0 0 30px 0;
}
.qa dt{
	font-size:1.6rem;
	border-bottom: 1px dotted #999;
	padding: 0 0 10px 0;
}
.qa dd{
	font-size:1.4rem;
	padding: 10px 0 0 18px;
}