@charset "utf-8";

/*---------------------------------------------------
before_style
----------------------------------------------------*/
/********** hheader **********/
#hheader{
	display: none;
}

/********** navi **********/
#bg_navi{
	width: 100%;
}
#navi{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#navi li{
	float: left;
}
#navi a{
	display: block;
	height: 20px;
	padding: 10px 0 0 0;
	font-size: 12px;
	width: 129px;
	border-left: solid 1px #000;
	text-align: center;
}

#navi #n01 a{
	border-left: none;
	text-align: left;
	padding-left: 27px;
	width: 102px;
}
#navi #n02 a{  }
#navi #n03 a{  }
#navi #n04 a{ border-left: none; margin-left: 182px; }
#navi #n05 a{ width: 128px;  }
#navi #n06 a{ width: 130px;  }

#navi a:hover,
#navimenu:hover{
	cursor: pointer;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	opacity:0.5;
}

#navimenu {
	display: none;
}
#navimenu2 {
	display: none;
}

/********** ffooter **********/
#ffooter{
	clear: both;
	height: 80px;
	background-color: #7E1B0E;
	position: relative;
	text-align: center;
}
.pagetop {
	position: absolute;
	top: -60px;
	right: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	color: transparent;
}
.pagetop a{
	display: block;
	padding: 8px 8px 12px;
	border: 2px solid #7E1B0E;
	border-radius: 4px;
}
#flogo {
	display: block;
	width: 175px;
	height: 65px;
	margin: 0 auto;
	padding: 39px 0 28px 4px;
	background: url('../../img/cmn/flogo.png')	no-repeat 4px 39px;
	text-indent: -9999px;
}
/*フッターナビ*/
#fnavi{
	overflow: hidden;
	margin: 0 auto 7px;
	text-align: center;
}
#fnavi li { 	border-left: solid 1px #fff; display: inline-block; text-align: center; padding: 0 18px}
#fnavi li:first-child { border-left: none; }
#fnavi li a {	font-size: 14px; color: #fff; }
.copyright {
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 36px;
}


/*---------------------------------------------------

common

----------------------------------------------------*/
.l_container{
	min-width: 980px;
}
.l_inner{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.l_inner:after,
.l_container:after{
	content: ' ';
	display:block;
	clear:both;
}

#border_display{
	overflow: hidden;
}

/*----------------------------------------
header
-----------------------------------------*/
.header_area {
	position: relative;
	margin:0;
	width: 100%;
	height: 220px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 4px solid #7E1B0E;
	color: #7E1B0E;
}
.header_in .h_box {
	margin: 13px 0 18px;
	text-align: center;
	overflow: hidden;
}
.header_in .hlogo {
	width: auto;
	height: 100px;
	display: block;
}
.header_in .h2_img {
	width: auto;
	height: 24px;
	display: block;
}
.header_in .hlogo img,
.header_in .h2_img img {
	height: 100%;
}
.header_area .h_nav{
	padding: 10px 0;
	width: 100%;
	height: 40px;
	text-align: center;
	background: #B4817A;
}
.header_area .h_nav ul{
	font-size: 0;
	letter-spacing: -0.5em;
}
.header_area .h_nav_item{
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
	letter-spacing: 0;
	height: 40px;
}
.header_area .h_nav_item .n01,
.header_area .h_nav_item .n02,
.header_area .h_nav_item .n03{
	position: relative;
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 0;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition:.3s;
}
.header_area .h_nav_item:last-of-type{
	margin-right: 0;
}
.header_area .h_nav_item .n01:before,
.header_area .h_nav_item .n02:before,
.header_area .h_nav_item .n03:before{
	position: relative;
	top: 5px;
	width: 22px;
	height: 24px;
	margin-right: 12px;
	display: inline-block;
}
.header_area .h_nav_item .n01:before{content: url('../../img/cmn/icon_user.svg')}
.header_area .h_nav_item .n02:before{content: url('../../img/cmn/icon_lock.svg')}
.header_area .h_nav_item .n03:before{content: url('../../img/cmn/icon_cart.svg')}

.header_area .h_nav_item .n01:hover,
.header_area .h_nav_item .n02:hover,
.header_area .h_nav_item .n03:hover{
	opacity:0.6;
	text-decoration: none;
}

/*----------------------------------------
mainarea
-----------------------------------------*/
.main_area{
	padding-bottom: 100px;
	min-height: 560px;
}
.main_area:after{
	content: '';
	display:block;
	clear:both;
}
.col_one .main_content{
	float: none;
	width: 100%;
}
.col_two .main_content{
	float: left;
	width: 700px;
}

.main_box,
.login_box{
	border-radius: 4px;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #B4817A;
}
.main_box .inner{
	padding-top: 30px;
}

.login_box.n01{width: 600px;}
.login_box.n02{width: 340px; margin-bottom: 120px;}

.main_box .inner,
.login_box .inner{
	padding-left: 39px;
	padding-right: 39px;
	overflow: hidden;
}
.login_box.n02 .inner{
	padding-left: 34px;
	padding-right: 34px;
}

.main_area .inner > p{
	line-height: 2;
	margin-bottom: 28px;
	text-align: center;
}
.main_area .login_box.n02 .inner > p{
	text-align: left;
}
/*----------------------------------------
sidebox
-----------------------------------------*/
.side_box{
	float: right;
	width: 240px;
	padding: 20px;
	background: #fff;
	border: 1px solid #B4817A;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.side_box .status .ttl{
	margin-bottom: 15px;
	font-weight: bold;
	color: #7E1B0E;
	padding-bottom: 2px;
	border-bottom: 2px solid #B4817A;
}
.side_box .status .txt{
	margin-bottom: 20px;
}
.side_box .status .price{
	margin-bottom: 30px;
	text-align: right;
}
.side_box .btn_cart{
	position: relative;
}
.side_box .btn_cart:before{
	content:'';
	position: relative;
	top: 3px;
	margin: 0 5px;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url('../../img/cmn/icon_cart_w.svg') center center no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
/*----------------------------------------
menubox
-----------------------------------------*/
.menu_box{
	float: right;
	width: 240px;
	padding: 20px;
	background: #fff;
	border: 1px solid #B4817A;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu_box  .ttl{
	margin-bottom: 0;
	font-weight: bold;
	display: block;
	text-align: center;
	color: #7E1B0E;
	border-bottom: 2px solid #7E1B0E;
}
.menu_box .btn_menu{
	margin-bottom: 14px;
	position: relative;
	display: block;
	transition: .3s;
}
.menu_box .btn_menu:before{
	content: '';
	position: relative;
	top: 1px;
	margin-right: 6px;
	display: inline-block;
	border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #7E1B0E;
}
.menu_box .btn_menu:hover{
	text-decoration: none;
	opacity:0.6;
}


/*----------------------------------------
bread
-----------------------------------------*/
.bread{
	margin-bottom: 60px;
	padding: 14px 0 0;
	font-size: 12px;
}
.bread_list{
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bread_list > li{
	display: inline-block;
	margin-right: 0.2em;
}
.bread_list > li a{
	display: inline-block;
}
.bread_list > li+li:before{
	content: '\03e';
}

/*----------------------------------------
form
-----------------------------------------*/
.p_form input,
.p_form select,
.p_form textarea {
	width: 100%;
	padding: 7px 10px;
	font-family: inherit;
	font-size: 16px;
	color: #222;
	background: #fff;
	border: 1px solid #E2DEDA;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}
.p_form .tel_group{
	display: inline-block;
}
.p_form .list_signup_item .tel_group input,
.p_form .list_order_item .tel_group input,
.p_form .tel_group input{
	width: 80px;
}
.p_form input[type='text'][disabled]{
	background: #eee;
	cursor: not-allowed;
}
.p_form input[type='checkbox']{
	display: none;
}
.p_form input::placeholder {
	color: #777;
}
.p_form .chkbox_txt{
	position: relative;
	cursor: pointer;
}
.p_form .chkbox_txt:before{
	content: '';
	display: inline-block;
	position: relative;
	top: 7px;
	left: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #E2DEDA;
	background: #E2DEDA;
	margin-right: 8px;
	margin-bottom: 2px;
}
.p_form input[type='checkbox']:checked + .chkbox_txt:after{
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #B4817A;
  border-right: 3px solid #B4817A;
}

.p_form select{
	position: relative;
	width: auto;
	min-width: 80px;
	padding: 7px 10px;
}
.p_form select::-ms-expand {
  display: none;
}
.p_form select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #fff;
}
.p_form .select,
.p_form .cal{
	position: relative;
}
.p_form .select:after,
.p_form .cal:after{
	position: absolute;
	display: inline-block;
	z-index: 10;
	top: 30%;
	right: 10px;
	pointer-events: none;
}
.p_form .select:after{
	content:none;
}
.p_form .input.select:after{
	content:url('../../img/cmn/icon_select.svg');
	width: 10px;
	height: 7px;
}
.ui-datepicker {
	z-index: 10!important;
}
.p_form .cal:after{
	content:url('../../img/cmn/icon_cal.svg');
	width:16px;
	height: 16px;
}

.p_form textarea {
    height: 160px;
    resize: vertical;
}

.p_form input[type='submit']{
	padding: 12px 10px;
	background: #7E1B0E;
	color: #fff;
	border: 0;
	border-radius: 4px;
}

.p_form button{
	width: 100%;
	font-size: 14px;
	font-family: inherit;
	border: 0;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.p_submit input {
	border: 0;
	padding: 12px 0;
	font-size: 16px;
	letter-spacing: 0.2em;
	font-family: inherit;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	margin-top: 77px;
}





/*---------------------------------------------------
parts
----------------------------------------------------*/
/* btn */
.btn_group1 .c_btn1,
.btn_group1 .c_btn2{
	margin-bottom: 10px;
}
.btn_group1 :only-child,
.btn_group1 :last-of-type{
	margin-bottom: 0;
}
.btn_group2{
	margin-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.btn_group2 .c_btn1,
.btn_group2 .c_btn2{
	max-width: 200px;
	margin:0 auto;
}

.c_btn1,
.c_btn2{
	display: block;
	padding: 8px 0 12px;
	text-align: center;
	border-radius: 4px;
	transition:.3s;
}
.c_btn2{
	padding: 10px 0;
}
.c_btn3{
	display: block;
	text-align: center;
	border-radius: 4px;
	transition:.3s;
	overflow: hidden;
}

.big.btn_group2{
	max-width: 660px;
	margin:0 auto;
}
.big .c_btn1,
.big .c_btn2{
	padding: 17px 0;
	min-width: 300px;
}
.c_btn_maps{
	position: relative;
	display: inline-block;
	min-width: 120px;
	margin-top: 5px;
	margin-left: 20px;
	padding: 0 4px 7px 0px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	color: #7E1B0E;
	background: #fff;
	border: 1px solid #B4817A;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition:.3s;
}
.c_btn1:hover,
.c_btn2:hover,
.c_btn3:hover,
.c_btn_maps:hover{
	text-decoration: none;
	opacity: .6;
}
.c_btn2:hover,
.c_btn3:hover,
.c_btn_maps:hover{
	opacity:0.6;
}
.c_btn1{
	font-weight: bold;
	color: #fff;
	background: #7E1B0E;
}
.c_btn2,
.c_btn3{
	/* background: #F8E9E7; */
	border: 1px solid #B4817A;
}

.c_btn_maps:before{
	content:url('../../img/cmn/icon_map.svg');
	position: relative;
	top: 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
}



/* ttl */
.c_hx{
	margin: 0;
	padding: 14px 40px 12px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: #B4817A;
	text-align: center;
	border-radius: 4px 4px 0 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* border-bottom: 2px solid #fff; */
}
.c_cat{
	margin: 0 0 30px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 4px solid #B4817A;
	color: #7E1B0E;
}
.inner > .c_cat{
	padding-top: 30px;
}
.c_mi{
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 8px;
	font-size: 22px;
	font-weight: bold;
	color: #7E1B0E;
	border-bottom: 2px solid #7E1B0E;
}

.c_price{
	font-size: 20px;
	font-weight: bold;
	padding-right: 0.2em;
	min-width: 48px;
}
.c_price2,
.c_vol{
	font-size: 16px;
	font-weight: bold;
	padding-right: 0.2em;
}
/* pos */
.pos_r{float: right;}
.pos_l{float: left;}


.message{
	position: relative;
	padding: 13px 10px 11px;
	font-weight: bold;
	margin-bottom: 10px;
	cursor: pointer;
}
.message:after {
	opacity: 0;
	content: "\00d7";
	line-height: 1;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto 0;
	transition: .3s;
}
.message:hover:after {
	opacity: 1;
}
.message.error{
	color: #E62300;
	background: #ffeae6;
}
.message.success{
	color: #008f9d;
	background: #e0f0f2;
}
.message.hidden {
	display: none;
}



/*----------------------------------------
page shopselect
-----------------------------------------*/
.list_step{
	overflow: hidden;
	margin: 0 auto 40px;
	width: 860px;
}
.list_step li{
	float: left;
	width: 280px;
	margin: 0 10px 0 0;
	background: #F8E9E7;
}
.list_step li:last-of-type{
	margin: 0;
}

.list_step .num{
	margin-right: 20px;
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 32px;
	color: #fff;
	background: #7E1B0E;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list_step .txt{
	display: block;
	padding: 22px 0;
}

.list_shop{
	width: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}
.list_shop_item{
	margin-bottom: 40px;
	overflow: hidden;
}

.list_shop_item .thumb{
	float: left;
	width: 100px;
	height: 100px;
	border: 1px #E2DEDA solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list_shop_item .thumb img{
	width: 98px;
	height: 98px;
	object-fit: cover;
}
.list_shop_item .info{
	float: right;
	width: 760px;
}
.list_shop_item .name{
	position: relative;
	padding: 4px 0 8px;
	font-weight: bold;
	font-size: 20px;
	color: #7E1B0E;
	border-bottom: 2px solid #7E1B0E;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list_shop_item .name:after{
	content: '';
	position: absolute;
	bottom: -2px;
	right: 0;
	width: 140px;
	height: 2px;
	background: #fff;
}
.list_shop_item .btn_select_shop,
.list_shop_item .btn_change_shop{
	position: absolute;
	right: 0;
	top: 0;
	padding: 42px 26px 42px 20px;
	line-height: 1;
	font-size: 14px;
	z-index: 10;
}
.list_shop_item .btn_select_shop:hover{
	text-decoration: none;
	opacity: .8;
}
.list_shop_item .btn_select_shop:before,
.list_shop_item .btn_change_shop:before{
	position: relative;
	width: 8px;
	height: 10px;
	display: inline-block;
	margin-right: 10px;
}
.list_shop_item .btn_select_shop:before{
	content:url('../../img/cmn/btn_tri_r.svg');
}
.list_shop_item .btn_change_shop:before{
	content:url('../../img/cmn/btn_tri_r2.svg');
}

.list_cart_item .btn_group1 .btn_change_menu,
.list_cart_item .btn_group1 .btn_del_menu{
	padding: 7px 0;
}

.list_shop_item .add{
	margin-bottom: 6px;
}

/*----------------------------------------
page category
-----------------------------------------*/
.list_cat{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
}
.list_cat_item{
	float: left;
	overflow: hidden;
	width: 300px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list_cat_item:nth-of-type(2n){float: right;}
.list_cat_item .btn{
	display: block;
	padding: 10px;
	border-radius: 4px;
	overflow: hidden;
	transition:.3s;
	/* background: #F8E9E7; */
	border: 1px solid #B4817A;
}
.list_cat_item .btn:hover{
	text-decoration: none;
	opacity: 0.6;
}
.list_cat_item .thumb{
	float: right;
	width: 98px;
	height: 78px;
	object-fit: cover;
}
.list_cat_item .name{
	margin: 32px 0;
	font-weight: bold;
}

/*----------------------------------------
page menulist
-----------------------------------------*/
.list_menu{
	width: 100%;
	overflow: hidden;
}
.list_menu_item{
	overflow: hidden;
	width: 100%;
	margin-bottom: 40px;
}
.list_menu_item .thumb{
	float: left;
	width: 250px;
	height: 200px;
	border: 1px #E2DEDA solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list_menu_item .thumb img{
	width: 248px;
	height: 198px;
	object-fit: cover;
}
.list_val{
	width: 340px;
	float: right;
}
.list_val_item{
	margin-bottom: 10px;
}
.list_val_item .c_btn3{
	padding: 10px 10px 4px;
}
.list_val_item .val{
	text-align: left;
	padding-top: 4px;
}
.list_val_item .price{
	float: right;
	position: relative;
	top: -4px;
}

.pagenavi {
	margin: 20px auto;
	clear: both;
	text-align: center;
}
.pagenavi a,
.pagenavi span {
	display: inline-block;
	text-decoration: none;
	line-height: 1;
	min-width: 40px;
	padding: 12px 9px;
	margin: 0 5px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #B4817A;
}
.pagenavi a:hover{
	opacity:0.6;
}
.pagenavi span.current {
	background: #7E1B0E;
}

/*----------------------------------------
page menudetails
-----------------------------------------*/
.details_group{
	overflow: hidden;
	margin-bottom: 30px;
}
.details_group .thumb{
	float: right;
	width: 300px;
	height: 240px;
	border: 1px #E2DEDA solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.details_group .thumb img{
	width: 298px;
	height: 238px;
	object-fit: cover;
}
.details_group .box{
	float: left;
	width: 300px;
}
.details_group .copy{
	line-height: 1.8;
	margin-bottom: 10px;
}
.details_group .price{
	padding:12px 10px 14px;
	background: #F8E9E7;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.details_group .val,
.details_group .txt{
	display: inline-block;
}
.details_group .val{
	text-align: left;
	padding-top: 4px;
}
.details_group .txt{
	text-align: right;
	float: right;
}


.optional_group{}
.optional_group .c_cat{margin-bottom: 10px;}
.list_optional{
	width: 100%;
	overflow: hidden;
}
.list_optional_item{
	overflow: hidden;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B4817A;
}
.list_optional_item:last-of-type{
	margin-bottom: 30px;
}
.list_optional_item .ttl,
.list_optional_item .select{
	display: inline-block;
	vertical-align: middle;
}
.list_optional_item .ttl{
	font-weight: bold;
	min-width: 160px;
}
.list_optional_item .label{
	margin-right: 10px;
}
.list_optional_item .select{
	position: relative;
	margin-right: 40px;
}
.list_optional_item .select:last-of-type{
	margin-right: 0;
}

.count_group{
	padding: 20px;
	background: #F8E9E7;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.count_group .count{
	float: left;
	padding-top: 14px;
}
.count_group .ttl,
.count_group .txt{
	display: inline-block;
	vertical-align: middle;
}
.count_group .ttl{
	margin-right: 30px;
}
.count_group .txt{
	margin-right: 40px;
}
.count_group .txt:last-of-type{
	margin-right: 0;
}
.count_group .btn_group1{
	float: right;
	width: 240px;
}
.count_group .c_btn1{
	padding: 15px 0 14px;
}

/*----------------------------------------
page cart
-----------------------------------------*/
.list_shop.cart{
	margin-bottom: 0;
}
.list_cart{
	width: 100%;
	overflow: hidden;
}
.list_cart_item{
	overflow: hidden;
	display: table;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #B4817A;
}
.list_cart_item:last-of-type{
	border-color: #B4817A;
	margin-bottom: 30px;
}
.list_cart_item .thumb,
.list_cart_item .info,
.list_cart_item .box{
	display: table-cell;
	vertical-align: top;
}

.list_cart_item .thumb{
	float: left;
	width: 100px;
	height: 80px;
	border: 1px #E2DEDA solid;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list_cart_item .thumb img{
	width:98px;
	height: 78px;
	object-fit: cover;
}
.list_cart_item .info{
	padding: 20px 0 0 10px;
}
.list_cart_item .name{
	width: 420px;
	font-size: 20px;
	position: relative;
	top: 6px;
}
.list_cart_item .val{
	font-size: 16px;
	margin-left: 10px;
}
.list_cart_item .option{
	font-size: 14px;
	padding-top: 14px;
}
.list_cart_item .opt{
	display: block;
	margin-bottom: 10px;
}
.list_cart_item .opt:before{
	content:'\30FB';
}

.list_cart_item .box{
	padding-top: 10px;
}
.list_cart_item .price,
.list_cart_item .volume,
.list_cart_item .btn_group1{
	display: inline-block;
}
.list_cart_item .price{
	padding: 16px 10px 0;
	width: 120px;
}
.list_cart_item .volume{
	padding-top: 30px;
	width: 80px;
}
.list_cart_item .c_price,
.list_cart_item .c_price2,
.list_cart_item .c_vol{
	padding-left: 0.5em;
}
.list_cart_item .btn_group1{
	padding-top: 8px;
	width: 70px;
}


.price_group{
	float: right;
	width: 440px;
	overflow: hidden;
	margin-bottom: 60px;
}
.list_price{
	width: 100%;
	overflow: hidden;
}
.list_price_item{
	overflow: hidden;
	float: left;
	width: 100%;
	max-width: 220px;
	padding:0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list_price_item:last-of-type{
	float: none;
	border-bottom: 3px double #B4817A;
}
.list_price_item dt,
.list_price_item dd{
	display: inline-block;
	padding-bottom:10px;
}
.list_price_item dt{
	width: 100px;
}
.list_price_item:last-of-type dd{
	width: 120px;
	text-align: right;
}
.list_price_item .c_price{
	padding-left: 0.1em;
}
/*----------------------------------------
page order
-----------------------------------------*/
.list_order{
	margin-bottom: 20px;
}
.list_order:last-of-type{
	margin-bottom: 60px;
}
.list_order:last-of-type + p{
	text-align: center;
	margin-bottom: 30px;
}
.list_order_item{
	overflow: hidden;
	clear: both;
	min-height: 40px;
	margin-bottom: 10px;
}
.p_form .list_order_item input,
.p_form .list_order_item textarea{
	width: 80%;
	width: calc(100% - 160px);
}
.list_order_item .label,
.list_order_item .txt{
	padding-top: 13px;
	display: inline-block;
}
.list_order_item .txt.att{
	padding-left: 160px;
}
.list_order_item .label{
	width: 160px;
	float: left;
	font-weight: bold;
	vertical-align: middle;
}
.list_order_item .select{
	float: left;
}
.list_order_item .select.payment{
	width: 80%;
	width: calc(100% - 160px);
}
.date_group,
.time_group{
	float: left;
}
.p_form .list_order_item .date_group{
	margin-right: 20px;
	width: 180px;
}
.p_form .list_order_item .time_group .select{
	margin-right: 10px;
}
.p_form .list_order_item .date_group input,
.list_order_item .select.payment select{
	width: 100%;
}
select.ui-datepicker-year{
  margin-right:5px!important;
  width:80px!important;
}

/*----------------------------------------
page order_confirm
-----------------------------------------*/
.confirm .list_order_item .label,
.confirm .list_order_item .txt{
	padding-top: 0;
	display: block;
	line-height: 1.6;
}
.confirm .list_order_item .txt{
	padding-bottom: 10px;
	overflow: auto;
}
.confirm .list_cart_item .name {
	width: 400px;
}
.confirm .list_cart_item .price:last-of-type {
	padding-right: 0;
}
/*----------------------------------------
page order_complete
-----------------------------------------*/
.txt_thx{
	margin: 0 0 30px;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 4px solid #B4817A;
}
.complete .list_order_item .label,
.complete .list_order_item .txt{
	padding-top: 0;
	display: block;
	line-height: 1.6;
}
.complete .list_order_item .txt{
	padding-bottom: 10px;
	overflow: auto;
}
.complete .c_btn_maps{
	margin-left: 20px;
}
.attention_box{
	margin-bottom: 60px;
	padding: 18px 20px;
	background: #EAD2D2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.8;
}
.attention_box .mi{
	font-weight: bold;
}
.attention_box .txt{
	padding-left: 14px;
	margin-bottom: 20px;
}
.attention_box .txt:last-of-type{
	margin-bottom: 0;
}
.complete .list_cart_item .name {
	width: 400px;
}
.complete .list_cart_item .price:last-of-type {
	padding-right: 0;
}

/*----------------------------------------
page login
-----------------------------------------*/
.list_login{
	margin-bottom: 20px;
}
.list_login_item{
	overflow: hidden;
	clear: both;
	min-height: 40px;
	margin-bottom: 10px;
}
.p_form .list_login_item input{
	width: 80%;
	width: calc(100% - 100px);
}
.list_login_item .label,
.list_login_item .txt{
	padding-top: 13px;
	display: inline-block;
}
.list_login_item .label{
	width: 100px;
	float: left;
	font-weight: bold;
	vertical-align: middle;
}
.list_login_item .chkbox{
	padding-left: 100px;
	padding-top: 10px;
}
.login_box .btn_group1{
	padding-bottom: 20px;
	margin-top: 30px;
}
.login_box .btn_group1 .c_btn1{width: 320px; margin: auto;}
.login_box .btn_group1 .c_btn2{width: 260px; margin:0 auto 30px; padding: 15px 0 17px;}
.login_box .forget{
	text-align: center;
}
.login_box .btn_forget{
	position: relative;
	display: inline-block;
	transition: .3s;
}
.login_box .btn_forget:before{
	content: '';
	position: relative;
	top: 1px;
	margin-right: 6px;
	display: inline-block;
	border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #7E1B0E;
}
.login_box .btn_forget:hover{
	text-decoration: none;
	opacity:0.6;
}

/*----------------------------------------
page mypage
-----------------------------------------*/
.list_mypage{
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
}
.list_mypage_item{
	float: left;
	overflow: hidden;
	width: 300px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list_mypage_item:nth-of-type(2n){float: right;}
.list_mypage_item .btn{
	display: block;
	padding: 16px 10px;
	/* background: #F8E9E7; */
	border: 1px solid #B4817A;
	border-radius: 4px;
	overflow: hidden;
	transition:.3s;
}
.list_mypage_item .btn:hover{
	text-decoration: none;
	opacity:0.6;
}
/*----------------------------------------
page signup
-----------------------------------------*/
.list_signup{
	margin-bottom: 20px;
}
.list_signup:last-of-type{
	margin-bottom: 60px;
}
.list_signup:last-of-type + p{
	text-align: center;
	margin-bottom: 30px;
}
.list_signup_item{
	overflow: hidden;
	clear: both;
	min-height: 40px;
	margin-bottom: 10px;
}
.p_form .list_signup_item input,
.p_form .list_signup_item textarea{
	width: 80%;
	width: calc(100% - 220px);
}
.list_signup_item .label_group,
.list_signup_item .txt{
	display: inline-block;
}
.list_signup_item .label_group{
	width: 220px;
	float: left;
	padding-top: 4px;
}
.list_signup_item .label{
	font-weight: bold;
}
.list_signup_item .label:only-child{
	padding-top: 9px;
	display: block;
}
.list_signup_item .ex{
	font-size: 12px;
	overflow: hidden;
}
.list_signup_item .label .req{
	float: right;
	position: relative;
	top: 6px;
	min-width: 40px;
	margin-right: 10px;
	padding: 2px 0;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	font-size: 12px;
	color: #E62300;
	border: 1px solid #E62300;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.list_signup_item .label .req.no{
	color: #666;
	border: 1px solid #999;
}
.list_signup_item .label:only-child .req{
	top: -2px;
}
.list_signup_item .chkbox{
	padding-left: 0;
}
.list_signup_item .select{
	float: left;
	width: 80%;
	width: calc(100% - 220px);
}
.p_form .list_signup_item .date_group,
.p_form .list_signup_item .zip_group{
	margin-right: 20px;
	width: 180px;
	float: left;
}
.list_signup_item .select select,
.p_form .list_signup_item .date_group input,
.p_form .list_signup_item .zip_group input{
	width: 100%;
}
.list_signup_item .select option:first-of-type{
	display: none;
}

.tbl_purchase{
	width: 100%;
}
.tbl_purchase tr{
	height: 2em;
}
.tbl_purchase td{
	/* padding: 0px 16px 0px 0px; */
}


.category_message {margin:0px 0px 30px 0px;}
.receipt_message{
	background: #F8E9E7;
	padding: 12px 10px;
	margin:30px auto 30px;
	line-height: 1.8;
}
.receipt_message_ttl{
	font-weight: bold;
	margin-bottom: 4px;
}
.receipt_message_item{
	border-bottom: 1px dashed #B4817A;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
.receipt_message_item:last-of-type{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}





@media only screen and (max-width: 1000px){
	/*---------------------------------------------------
	before_style
	----------------------------------------------------*/
	/********** hheader **********/
	#hheader{
		position:relative;
		width: 100%;
		margin: 0;
		z-index: 9998;
		background-size: 100% auto;
		background-color: #fff;
	}
	#hheader_in{
		width: 100%;
		height: auto;
		padding: 15% 0;
	}

	#hheader_in #logo {
		position: static;
		width: 88px;
		height: 46px;
		margin: 0 auto 20px auto;
	}

	/********** navi **********/
	#bg_navi{
		width: 100%;
	}
	#navi{
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	#navi li{
		display: block;
		text-align: center;
		margin-bottom: 5px;
		float: none;
	}
	#navi a,
	#navi #n01 a,
	#navi #n04 a,
	#navi #n05 a,
	#navi #n06 a{
		font-size: 18px;
		text-align: center;
		border: none;
		width: auto;
		margin: auto;
		padding: 0;
	}
	#navi a:hover,
	#navimenu:hover{
		cursor: pointer;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity:0.5;
		opacity:0.5;
	}

	#navimenu {
		display: none;
	}
	#navimenu2 {
		display: block;
		position: fixed;
		right: 3%;
		top: 0px;
		z-index: 9999;
	}

	/********** ffooter **********/
	#flogo {
		display: block;
		width: 100%;
		max-width: 400px;
		background: none;
	}

	#flogo img { display: block; height: auto; margin: 10% auto; }
	#flogo a {	 display: block; }

	/*フッターナビ*/
	#fnavi{
		overflow: hidden;
		padding: 10% 0 10% 0;
	}
	#fnavi li {
		display: block;
		text-align: center;
		margin: 0 0 6% 0;
	}
		#fnavi li a {
			font-size: 20px;
			font-weight: bold;
			color: #000;
		}
	p#copy {
		font-size: 14px;
		line-height: 1.2;
		text-align: center;
		padding: 0 3%;
		color: #000;
	}

	.pagetop {
		display: block;
		position: fixed;
		top: inherit;
		bottom: 10px;
		right: 10px;
		z-index: 9999;
	}
	#navimenu {
		display: none;
	}
	#navimenu2 {
		display: none;
	}


	/*---------------------------------------------------

	common

	----------------------------------------------------*/
	/*レイアウト*/
	.l_container{
		width: 100%;
		min-width: 100%;
	}
	.l_inner{
		padding-left: 10px;
		padding-right: 10px;
	}

	/*----------------------------------------
	header
	-----------------------------------------*/
	.header_area {
		margin-top: 0;
		height: 180px;
	}
	.header_in .h_box {
		margin: 0 auto;
		overflow: hidden;
		height: 95px;
	}
	.header_in h1 {
		float: none;
	}
	.header_in .hlogo {
		height: 50px;
		margin: 10px auto 0;
		text-align: center;
	}
	.header_in .h2_img {
		float: none;
		margin:10px auto 0;
		height: 12px;
		text-align: center;
	}
	.header_area .h_nav{
		text-align: center;
		height: auto;
	}
	.header_area .h_nav .l_inner{
		display: table;
		table-layout: fixed;
		border-collapse:separate;
    border-spacing: 10px 0;
		padding: 0;
		width: 100%;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header_area .h_nav .l_inner::after{
		content: none;
	}
	.header_area .h_nav_item,
	.header_area .h_nav_item:last-of-type{
		position: static;
		display: table-cell;
		vertical-align: middle;
		margin-right: 0;
		height: auto;
	}
	.header_area .h_nav_item:last-of-type{
		border: 0;
	}
	.header_area .h_nav_item .n01,
	.header_area .h_nav_item .n02,
	.header_area .h_nav_item .n03{
		display: block;
		height: 60px;
		padding: 10px 0 0;
		text-align: center;
		border-radius: 30px;
		font-size: 12px;
		line-height: 1;
	}
	.header_area .h_nav_item .n01:before,
	.header_area .h_nav_item .n02:before,
	.header_area .h_nav_item .n03:before{
		position: static;
		margin: auto;
		width: 18px;
		height: 24px;
		display:block;
	}

	/*----------------------------------------
	mainarea
	-----------------------------------------*/
	.col_two .main_content{
		width: 69%;
	}

	.main_content .inner{
		padding-left: 20px;
		padding-right: 20px;
	}

	.login_box.n01,
	.login_box.n02{
		width: 100%;
	}
	.login_box.pos_l,
	.login_box.pos_r{
		float: none;
		margin-bottom: 10px;
	}



	/*----------------------------------------
	sidebox
	-----------------------------------------*/
	.side_box{
		width: 30%;
		padding: 20px 10px;
	}
	/*----------------------------------------
	menubox
	-----------------------------------------*/
	.menu_box{
		width: 30%;
		padding: 20px 10px;
	}

	/*---------------------------------------------------
	parts
	----------------------------------------------------*/
	/* btn */
	.big.btn_group2{
		max-width: 660px;
	}
	.big .c_btn1,
	.big .c_btn2{
		min-width: 240px;
	}
	/*----------------------------------------
	page shopselect
	-----------------------------------------*/
	.list_step{
		overflow: hidden;
		margin: 0 auto;
		width: 100%;
	}
	.list_step li,
	.list_step li:last-of-type{
		float: none;
		width: 100%;
		height: auto;
		max-width: 480px;
		background: #fff;
		border-radius: 4px;
		margin: 0 auto 20px;
	}
	.list_step li:after{
		content:'';
		left: 0;
		right: 0;
		top: 100%;
		margin: 10px auto;
		display: block;
		transform: rotate(90deg);
	}

	.list_shop_item{
		float: none;
		width: 100%;
		margin-right: 20px;
		margin-bottom: 30px;
	}
	.list_shop_item .info{
		float: right;
		width: 80%;
		width: calc(100% - 120px);
	}
	.list_shop_item .add span{
		margin-right: 10px;
	}

	.c_tel a {
		font-size: 14px;
    line-height: 1;
		background: #fff;
	}
	/*----------------------------------------
	page category
	-----------------------------------------*/
	.list_cat_item,
	.list_cat_item:nth-of-type(2n){
		float: none;
		width: 100%;
		margin: 0 auto 10px;
	}
	/*----------------------------------------
	page menulist
	-----------------------------------------*/
	.list_menu_item{
		max-width:480px;
		margin:0 auto 40px;
	}
	.list_menu_item .thumb{
		float: none;
		margin:0 auto 20px;
	}
	.list_val{
		width: 100%;
		float: none;
	}

	/*----------------------------------------
	page menudetails
	-----------------------------------------*/
	.details_group{
		max-width: 640px;
		margin: 0 auto 30px;
	}
	.details_group .thumb{
		float: none;
		margin: 0 auto 10px;
	}
	.details_group .box{
		float: none;
		width: 100%;
	}
	.details_group .val,
	.details_group .txt{
		display: inline-block;
	}


	.list_optional{
		max-width: 640px;
		margin: 0 auto;
	}
	.list_optional_item .ttl{
		font-size: 16px;
		float: left;
		padding-top: 10px;
	}
	.list_optional_item .select{
		float: right;
	}
	.list_optional_item .select:last-of-type{
		margin-right: 0;
	}
	.count_group .count{
		float: none;
		text-align: center;
		padding-top: 0;
	}
	.count_group .btn_group1{
		float: none;
		margin: 10px auto 0;
	}

	/*----------------------------------------
	page cart
	-----------------------------------------*/
	.list_cart{
		width: 100%;
		overflow: hidden;
	}
	.list_cart_item{
		display: block;
	}
	.list_cart_item .thumb,
	.list_cart_item .info,
	.list_cart_item .box{
		display: block;
	}
	.list_cart_item .thumb{
		float: left;
	}
	.list_cart_item .info{
		/* overflow: auto; */
		padding: 0;
		padding-left: 110px;
	}
	.list_cart_item .name{
		width: auto;
	}
	.list_cart_item .opt{
		display: inline-block;
	}
	.list_cart_item .opt:after{
		content:'\3001';
	}
	.list_cart_item .opt:before,
	.list_cart_item .opt:last-of-type:after{
		content:none;
	}
	.list_cart_item .box{
		padding: 6px 10px;
		overflow: auto;
	}
	.list_cart_item .price{
		padding: 0 10px 0;
	}
	.list_cart_item .volume{
		padding-top: 0;
	}

	.list_cart_item .btn_group1{
		float: none;
		padding-top: 0;
		margin-top: 20px;
		width: 100%;
		text-align: right;
	}
	.list_cart_item .btn_group1 .c_btn2{
		display: inline-block;
		text-align: center;
		min-width: 80px;
	}
	.list_cart_item .btn_group1 .btn_change_menu{
		margin-right: 10px;
	}

	.price_group{
		width: auto;
		max-width: 100%;
	}
	.list_price{
		width: auto;
	}
	.list_price_item{
		float: none;
		width: 100%;
	}
	.list_price_item dd{
		width: 110px;
		text-align: right;
	}

	/*----------------------------------------
	page order
	-----------------------------------------*/
	.list_order_item .select.payment{
		width: 72%;
		width: calc(100% - 160px);
	}

	/*----------------------------------------
	page mypage
	-----------------------------------------*/
	.list_mypage_item,
	.list_mypage_item:nth-of-type(2n){
		float: none;
		overflow: hidden;
		width: 100%;
		margin: 0 auto 10px;
	}
	.list_mypage_item:last-of-type{
		margin-bottom: 0;
	}

}/* max-width:1000px */






@media only screen and (max-width:650px){
/*---------------------------------------------------

common

----------------------------------------------------*/
	.l_container{
		min-width: 320px;
	}
	.col_two .main_content,
	.main_content,
	.side_box{
		float: none;
		width: auto;
	}
	.menu_box .inner,
	.side_box .inner,
	.main_content .inner,
	.login_box.n02 .inner{
		padding-left: 10px;
		padding-right: 10px;
		max-width: 360px;
		margin: auto;
	}
	.main_box .inner {
    padding-top: 20px;
}
	.main_area .inner > p{
		text-align: center;
	}
	.side_box{
		margin-bottom: 30px;
	}
	.menu_box{
		margin-top: 30px;
		width: 100%;
	}
	.menu_box .btn_menu {
		padding: 16px 0;
		margin-bottom: 4px;
		border-bottom: 1px solid #ccc;
}
	/*----------------------------------------
	bread
	-----------------------------------------*/
	.bread{
		margin-bottom: 30px;
	}
	/*----------------------------------------
	form
	-----------------------------------------*/
	.p_form .tel_group{
		width: 100%;
	}
	.p_form .tel_group input,
	.p_form .list_signup_item .tel_group input,
	.p_form .list_order_item .tel_group input{
		width: auto;
		max-width: 74px;
	}
	/*---------------------------------------------------
	parts
	----------------------------------------------------*/
	/* btn */
	.btn_group1 .c_btn1,
	.btn_group1 .c_btn2{
		margin-bottom: 20px;
	}
	.c_btn1,
	.c_btn2{
		max-width: 360px;
		margin: auto;
	}
	.big .pos_r,
	.big .pos_l{
		float: none;
		margin: 0 auto 20px;
	}

	/* ttl */
	.c_hx{
		padding: 14px 0 12px;
		text-align: center;
	}
	.message:after {
		opacity: 1;
	}

	/*----------------------------------------
	takeout select_shop
	-----------------------------------------*/
	.list_step {
		width: 100%;
	}
	.list_shop_item .thumb {
		float: none;
		width: 100%;
		height: auto;
		margin: auto;
	}
	.list_shop_item .thumb img{
		width: 100%;
		height: auto;
	}
	.list_shop_item .info {
		float: none;
		width: 100%;
	}
	.list_shop_item .name {
		padding: 12px 0 12px;
		margin-bottom: 10px;
	}
	.list_shop_item .name:after {
		content: none;
	}
	.list_shop_item .btn_select_shop,
	.list_shop_item .btn_change_shop{
		top: 4px;
		padding: 14px 16px 12px 10px;
	}
	.list_shop_item .btn_change_shop{
		font-weight: bold;
	}
.c_btn_maps,
.c_tel a{
    position: static;
		margin: 10px auto;
    display:block;
		width: 100%;
		height: 40px;
		text-align: center;
		border: 1px solid #B4817A;
		border-radius: 4px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.c_btn_maps{padding-top: 4px;}
	.c_tel a{padding-top: 12px;}

	/*----------------------------------------
	page menulist
	-----------------------------------------*/
	.list_menu_item .thumb{
		width: 100%;
		height: auto;
	}
	.list_menu_item .thumb img{
		width: 100%;
		height: auto;
	}
	.pagenavi{
		position: relative;
	}
	.pagenavi .num{
		display: none;
	}

	/*----------------------------------------
	page menudetails
	-----------------------------------------*/
	.list_optional{
		max-width: 640px;
		margin: 0 auto;
	}
	.list_optional_item .select{
		width: 100%;
	}
	.list_optional_item .label{
		margin: 0;
	}
	.list_optional_item .ttl{
		display: block;
		width: 100%;
		padding-top: 0;
		padding-bottom: 6px;
	}
	.list_optional_item select{
		width: 100%;
	}
	.list_optional_item .select:after {
		position: absolute;
		top: 30%;
		right: 10px;
	}
	.count_group .ttl,
	.count_group .txt{
		display: block;
		margin-right: 0;
		text-align: center;
	}
	.count_group .ttl{margin-bottom: 6px;}
	.count_group .txt{margin-bottom: 20px;}
	.count_group .c_btn1{
		margin-bottom: 0;
	}
	/*----------------------------------------
	page cart
	-----------------------------------------*/
	.list_cart_item .thumb {
		float: none;
		width: 100%;
		height: auto;
		margin: auto;
	}
	.list_cart_item .thumb img{
		width: 100%;
		height: auto;
	}
	.list_cart_item .info{
		padding-left: 0;
		padding-top: 10px;
		overflow: hidden;
	}
	.list_cart_item .name{
		font-size: 16px;
		top: 0;
		line-height: 1.6;
	}
	.list_cart_item .box{
		padding-top: 6px;
		width: 100%;
	}
	.list_cart_item .price,
	.list_cart_item .volume{
		display: block;
		padding: 0 0 10px;
		width: 190px;
		float: right;
    clear: both;
	}
	.list_cart_item .c_price,
	.list_cart_item .c_price2,
	.list_cart_item .c_vol{
		min-width: 120px;
		display: inline-block;
		text-align: right;
	}
	.list_cart_item .c_vol{
		padding-right: 0.3em;
	}
	.list_cart_item .btn_group1{
		clear: both;
		display: block;
		margin-top: 20px;
	}


	.price_group{
		width: auto;
		max-width: 100%;
	}
	.list_price_item{
		max-width: 100%;
		padding: 0;
	}
	.list_price_item dt,
	.list_price_item dd,
	.list_price_item:last-of-type dd{
		width: 50%;
	}

	/*----------------------------------------
	page order
	-----------------------------------------*/
	.p_form .list_order_item input,
	.p_form .list_order_item textarea{
		width: 100%;
	}
	.list_order:last-of-type + p,
	.list_order_item .txt.att{
		padding-left: 0;
		display: block;
		line-height: 1.6;
	}
	.list_order:last-of-type + p span{
		display: inline-block;
	}
	.list_order_item .label{
		display: block;
		width: 100%;
		float: none;
		margin: 5px 0;
    padding-top: 10px;
	}
	.complete .list_order_item .txt {
		overflow: hidden;
	}
	.complete .c_btn_maps {
		margin-left: 0;
	}
	.list_order_item .select.payment{
		width: 100%;
	}
	.date_group,
	.time_group{
		float: none;
	}
	.p_form .list_order_item .date_group{
		margin-right: 0;
		margin-bottom: 10px;
		width: 100%;
	}
	.p_form .list_order_item .time_group .select{
		margin-right: 10px;
	}
	.attention_box .txt {
	padding-left: 0;
	}

	/*----------------------------------------
	page login
	-----------------------------------------*/
	.login_box .btn_group1 .c_btn1,
	.login_box .btn_group1 .c_btn2 {
		width: 100%;
	}
	.p_form .list_login_item input,
	.p_form .list_login_item textarea{
		width: 100%;
	}
	.list_login:last-of-type + p,
	.list_login_item .txt.att{
		padding-left: 0;
		display: block;
		line-height: 1.6;
	}
	.list_login:last-of-type + p span{
		display: inline-block;
	}
	.list_login_item .label{
		display: block;
		width: 100%;
		float: none;
		margin: 10px 0 0;
		padding-top: 0;
	}
	.list_login_item .chkbox {
		padding-left: 0;
		text-align: center;
		display: block;
	}
	/*----------------------------------------
	page mypage
	-----------------------------------------*/
	.list_mypage_item .btn{
		text-align: center;
	}

	/*----------------------------------------
	page cart
	-----------------------------------------*/
	.p_form .list_signup_item input,
	.p_form .list_signup_item textarea{
		width: 100%;
	}
	.list_signup_item:last-of-type + p{
		padding-left: 0;
		display: block;
		line-height: 1.6;
	}
	.list_signup:last-of-type + p span{
		display: inline-block;
	}
	.list_signup_item .label_group{
		display: block;
		width: 100%;
		float: none;
		margin: 10px 0 0;
		padding-top: 0;
	}
	.list_signup_item .chkbox {
		padding-left: 0;
    padding-bottom: 5px;
		text-align: center;
		display: block;
	}
	.list_signup_item .select{
		float: none;
		width: 100%;
	}
	.p_form .list_signup_item .date_group,
	.p_form .list_signup_item .zip_group{
		margin-right: 0;
		width: 100%;
		float: none;
	}
	.list_signup_item .label .req{
		float: left;
		top: 0;
	}

}/* max-width:650px */

.p_form .error-message {
	color:red;
	font-size:large;
	font-weight:bold
}
