@charset "utf-8";

/* -----------------------------------------------------------
CSS Information
 File name:     common.css
 Style Info:     一般ページ用スタイル（汎用クラスなど）
----------------------------------------------------------- */

/* * {
	-webkit-appearance: none;
} */

/*----------------------------------------------------
	clearfix
----------------------------------------------------*/
.clearfix:after,
.cartitem_linebox:after,
.formbtbox:after,
.formbtbox ul.bt_input:after,
.formbtbox ul.bt_cart :after,
.form_btbox:after,
.cartstep:after,
.examples_listbox:after,
.tab_list:after,
.phot_pointbox:after,
.howto_order:after,
.item_info:after,
.goods_package_box:after,
.pattern_select_box:after,
.comment_box:after,
#goods_introduction:after,
#ranking_no1:after,
#ranking_box:after,
#sample_box:after,
#recommend_box:after,
.catalog_item:after,
.sekifuda_order ul:after,
.drawer-nav .drawer-menu .list:after,
.footer_menu_util:after,
.footer_menubox:after,
#contents:after,
#page:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.txt_al_c,
.txtC {
	text-align: center;
}

.txt_al_l {
	text-align: left;
}

.CLboth {
	clear: both;
}

.M_btm {
	margin-bottom: 8px;
}

.ft_left {
	float: left;
	margin-right: 8px;
}

.ft_right {
	float: right;
	margin-left: 8px;
}

.caution {
	/* color: #f62587; */
	color: #d8281c;
}

.txtlink14,
.txtlink9 {
	padding: 6px;
	/* width: 120px; */
	color: #fff;
	background-color: #000;
	background-image: none;
	text-align: center;
	cursor: pointer;
	/* border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; */
}
.txtlink14:hover,
.txtlink9:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.txtlink14 a,
.txtlink9 a {
	color: #fff;
}

p.pagetop {
	text-align: right;
	margin-bottom: 16px;
}

.h2img  {
	margin-bottom: 16px;
}

.attention {
	color: #d8281c;
}


@media screen and (min-width: 960px){
.txtlink14,
.txtlink9 {
	border-radius: 12px !important;
}
#modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.75 ) ;
}
#modal-content {
	width: 50% ;
	margin: 0 ;
	padding: 30px;
	background: #fff ;
	position: fixed ;
	display: none ;
	z-index: 2 ;
}
#modal-content p {
	text-align: center;
}
#modal-content a.__deleteButton {
	margin: 30px auto 0 auto;
	width: 300px;
    box-sizing: border-box;
}

form span {
	margin-bottom: 6px;
}
form span.notes {
	display: block;
	margin-top: 4px;
	font-size: 12px;
	font-size: 1.2rem;
}
form span.notes.red {
	color: #d8281c;
}

form span.required {
	margin-left: 8px;
	font-size: 10px;
	font-size: 1.0rem;
	color: #d8281c;
}

#page_introduction {
	margin: 0 auto 0 auto !important;
	width: 720px;
}
#page_introduction h2 {
	margin-bottom: 16px !important;
	font-size: 1.6px;
	font-size: 1.6rem !important;
}
#page_introduction .txtlink_faq {
	display: block;
	margin-top: 6px;
}

/*----------------------------------------------------
	#catalog_box
----------------------------------------------------*/
#catalog_box {
	margin-top: 40px;
	width: 100%;
}
#catalog_box:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

body.hakoya .catalog_box_wrapper {
	margin: 30px 0;
	padding: 20px 20px 0;
	box-sizing: border-box;
	position: relative;
}
body.hakoya .catalog_box_wrapper.ori {
	background-color: rgba(255, 217, 239, 0.25);
}
body.hakoya .catalog_box_wrapper.semi {
	background-color: rgba(180, 226, 232, 0.25);
}
body.hakoya .catalog_box_wrapper h3:nth-child(1) {
	font-size: 1.8rem !important;
}
body.hakoya .catalog_box_wrapper a.txtlink14.list.sample {
	width: 80px;
	position: absolute;
	top: 0;
	right: 36px;
	background-color: #666;
}


/*----------------------------------------------------
	.catalog_item
----------------------------------------------------*/
.catalog_item {
	float: left;
	margin-right: 3.5%;
	margin-bottom: 20px;
	width: 31%;
	box-sizing: border-box;
}

.catalog_item:nth-child(3n) {
	margin-right: 0;
}
.catalog_item:nth-child(3n+1) {
	clear: both;
}

.catalog_item h3 {
	margin: 4px 0;
	font-size: 12px;
	font-size: 1.2rem !important;
}

.catalog_item p {

}

.catalog_item img {
	width: 100%;
}
.catalog_item span.price_sale {
	font-weight: bold;
	font-size: 1.6rem;
	color: red;
}
.catalog_item span.price_sale .tax {
	font-size: 1.2rem;
}

.catalog_item span.caption {
	display: block;
	margin: 2px 0 8px;
	color: #666 !important;
	font-size: 90%;
	text-align: right;
}


.catalog_item dl:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.catalog_item dt {
	font-weight: 600;
}
.catalog_item dd {
	font-weight: 300;
	font-size: 12px;
	font-size: 1.2rem;
}
.catalog_item dd .price {
	font-weight: 600;
}

.catalog_item dd.txtlink {

}

body.hakoya .catalog_item p {
	margin-bottom: -10px;
}




/*----------------------------------------------------
	.contentslist（/itemlist/season_summer.html）
----------------------------------------------------*/
#main.summer .contentslist h2 {
	margin: 0 !important;
	padding: 10px;
	background-color: #A8A8A8;
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	box-sizing: border-box;
}
#main.summer .contentslist h2.label {
	padding-left: 54px;
	background-image: url(/img/home/ic_label@2x.png);
	background-position: 20px 5px;
	background-size: 22px;
	background-repeat: no-repeat;
}
#main.summer .contentslist ul.m {
	margin: 18px auto 20px;
}
#main.summer .contentslist ul.m li {
	margin: 0 0.64% 0 0;
	width: 49.68% !important;
	float: left;
	font-size: 1.6rem;
	font-weight: 600;
}
#main.summer .contentslist ul.m li h3 {
	margin: 12px 0 0 0;
	padding-bottom: 24px;
	font-size: 1.6rem !important;
	font-weight: 600;
}
#main.summer .contentslist ul.m li h3 {
	background-image: url(/img/share/ic_arw_small.png);
	background-repeat: no-repeat;
	background-position: right 16px top;
	background-size: 28px;
}
#main.summer .contentslist ul.m li p {
	margin: 0;
}
#main.summer .contentslist ul.m li p span {
	display: block;
	text-align: right;
}
#main.summer .contentslist ul.m li img {
	display: block;
	width: 100%;
}
#main.summer .contentslist ul.m li:nth-child(2n) {
	margin-right: 0;
}
#main.summer .contentslist ul.m li:nth-child(2n+1) {
	clear: both;
}
#main.summer .contentslist ul.m li:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}
#main.summer .contentslist ul.m .imgbox {
	width: 100%;
	height: 115px;
	position: relative;
	overflow: hidden !important;
}
#main.summer .contentslist ul.m .imgbox img {
	position: absolute;
}
#main.summer .contentslist ul.m .imgbox img.vtdrnk {
	top: -60%;
}
#main.summer .contentslist ul.m .imgbox img.minttablet {
	top: -58%;
}
#main.summer .contentslist ul.m .imgbox img.btlrmn {
	bottom: -60%;
}
#main.summer .contentslist ul.m .imgbox img.cpndl {
	top: -60%;
}
#main.summer .contentslist ul.m .imgbox img.curry {
	top: -55%;
}







/*----------------------------------------------------
	/voice/index.html
----------------------------------------------------*/
#voice {
	background-image: none;
	background-color: #fafafa;
}

.voice_list {
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	padding:4px;
}

.voice_list dt {
	margin-bottom:.5em;
}

.voice_list dd {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom:.5em;
	padding-bottom: .5em;
	border-bottom: 1px dotted #ccc;
}

/*----------------------------------------------------
	#voice_box
----------------------------------------------------*/
#voice_box {
	margin: 0 auto 16px auto;
	padding: 20px 0 0 0 !important;
	width: 720px;
	border-top: 1px solid #ccc;
}

#voice_box iframe {
	padding: 8px;
	width: 100%;
	height: 250px;
	border:1px solid #ccc;
	box-sizing: border-box;
	background-color: #fafafa;
}

#voice_box h2 {
	margin: 0 0 16px 0 !important;
	text-align: left !important;
}

/*----------------------------------------------------
	/delivery/index.html
----------------------------------------------------*/
#payment_method,
#ppolicy,
#delivery ,
#mail_faqbox,
#sitepolicy {
	width: 720px;
	/*font-size: 16px;*/
	margin:  0 auto 40px auto;
}

#payment_method h3,
#ppolicy h3,
#delivery h3,
#mail_faqbox h3,
#sitepolicy h3 {
	margin-top: 20px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
}

#delivery h3.first {
	margin-top: -16px !important;
	border: none;
}

#payment_method p,
#ppolicy p,
#delivery p,
#mail_faqbox  p,
#sitepolicy p {
	margin: 0 auto;
}

#payment_method p .caution,
#delivery p .caution {
	display: block;
	margin-top: 8px;
	font-size: 14px;
	font-size: 1.4rem;
}

#payment_method ul {
	margin: 8px 0 !important;
}

#mail_faqbox #inquiry_box {
	margin-top: 16px;
}

#delivery h4,
#payment_method h4,
#sitepolicy h4 {
	margin: 12px 0 8px 0;
}

#delivery .shipmentdate {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
}
#delivery .shipping {
	margin-top: 8px;
	padding: 10px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#delivery .shipping h4 {
	margin: 0 0 8px 0;
	padding: 0 0 4px 4px;
	border-bottom: 1px dotted #000;
}

#delivery #table_delivery,
#sitepolicy #table_delivery {
	margin: 0 auto 20px auto;
	width: 720px;
}
#delivery #table_delivery th {
	background-color: #fafafa;
	border: 1px solid #ccc;
}
#delivery #table_delivery td {
	border: 1px solid #ccc;
}

#payment_method ul,
#payment_method dd,
#ppolicy ul,
#sitepolicy ul {
	margin-bottom: 20px;
	text-indent: 0em;
	padding-left: 0em;
}
#ppolicy ol,
#sitepolicy ol {
	text-indent: -0.8em;
	padding-left: 1.6em;
}

#payment_method dl {
	margin-bottom: 20px;
}

#payment_method dt {
	margin-bottom: 5px;
}

#payment_method dd {
	margin-bottom: 0px;
}

#ppolicy ol {
}

#ppolicy ul li {
	text-indent: 0;
}

#ppolicy ol li {
	list-style-type: decimal;
	text-indent: 0;
}

#payment_method ul ul,
#sitepolicy ul ul {
	margin-bottom: 0;
}


/*----------------------------------------------------
	/sitepolicy/index.html
----------------------------------------------------*/
#sitepolicy h5 {
	color: #e9536a;
	margin-bottom: 5px;
	border-bottom: 3px double #e9536a;
}


/*----------------------------------------------------
	/tokushou/index.html
----------------------------------------------------*/
h3.cartconfirm,
p.company_txt {
	margin-bottom: 10px;
}

#company {
	margin : 0 auto;
	width: 720px;
}

.table_adress,
.company_info {
	margin : 0 auto 40px;
	width: 760px;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
}

.table_adress th,
.table_adress td,
.company_info th,
.company_info td {
	border-bottom: solid 1px #ccc;
	padding: 8px 10px 5px;
}

.table_adress caption {
	font-weight :bold;
	margin-bottom :5px;
	font-size: 13px;
}

.table_adress caption span{
	font-weight :normal;
	padding-left :0.5em;
}
.table_adress caption span.red {
	color: #d8281c;
	font-weight: bold;
}

.table_adress th,
.company_info th {
	width :12em;
	background : #f0f0f0;
	vertical-align :top;
}

.table_adress td li {
	line-height :2.5;
}

/*
.table_adress td  input,
.table_adress td  select {
	font-size :110%;
	margin :0 5px;
}
*/





/*----------------------------------------------------
	/faq/index.html
----------------------------------------------------*/
.faq_box {
	margin: 0 auto;
	width: 720px;
}
.faq_box h3 {
	margin-top: 20px;
}
.faq_catebox .ques:first-child {
	border-top: 1px solid #ccc;
}
.ques {
	padding: 8px 0 12px 0 !important;
	width: 720px;
	line-height: 1.8;
	cursor: pointer;
	position: relative;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}
.ques h4 {
	margin-left: 28px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 300;
}
.ques h4:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.ques span {
	display: block;
	padding: 0 !important;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	font-weight: 600;
	position: absolute;
	top: 10px;
	left: 0;
	box-sizing: border-box;
	text-align: center;
}

.ans {
	margin: 16px 20px 24px 28px !important;
	padding: 0;
	overflow:hidden;
	display:none;
	line-height: 1.8;
}

.ans h5 {
	/* font-size: 16px; */
}

ul.oldcharacter li {
	float: left;
	font-size: 24px;
	margin-right: 1em;
}


/*----------------------------------------------------
	/order/index
----------------------------------------------------*/
.howto_order {
	margin: 0 auto 20px auto;
	padding-bottom: 10px;
	width: 720px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	position: relative;
}
.howto_order .ft_left {
	width: 397px;
}
.howto_order h3 {
	padding: 4px 0 0 38px;
}
.howto_order p {
	margin: 16px 0 0 0 !important;
	box-sizing: border-box;
}
.howto_order img {
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	width: 300px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.howto_order div.ft_right {
	display: inline-block;
	margin-left: 15px;
	width: 300px;
	box-sizing: border-box;
}
.howto_order .ft_right img {
	margin-left: 0;
	width: 100%;
	box-sizing: border-box;
}

.howto_order .step {
	padding: 4px 11px;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	box-sizing: border-box;
}

/*----------------------------------------------------
	/news/index
----------------------------------------------------*/

dl#news_index {
	margin: 0 auto 20px auto;
	width: 720px;
}

dl#news_index dt {
	font-weight: 600;
}

dl#news_index dt:first-child {
	padding-top: 8px;
	border-top: 1px solid #ccc;
}

dl#news_index dd {
	margin-bottom:10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}


/*----------------------------------------------------
	phot/index
----------------------------------------------------*/
#phot_point {
	margin: 0 auto 20px auto;
	width: 720px !important;
}

.phot_pointbox:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.phot_pointbox h3{
	padding: 5px 0;
	margin-left: 210px;
	margin-bottom: 10px;
	width: 510px;
	font-size: 13px;
	font-size: 1.3rem !important;
	box-sizing: border-box;
}

.phot_pointbox h3 span {
	display: inline-block;
	color: #fff;
	background-color: #000;
	padding: 2px 5px;
	font-weight: normal;
	margin: 0 6px 6px 0;
}

.phot_pointbox p {
	margin-left: 210px;
	width: 510px;
}


/*----------------------------------------------------
	.examples_listbox
----------------------------------------------------*/

#tab_menu.examples li {
	width: 33.1%;
}

.examples_listbox {
	clear:both;
	width: 720px;
	padding: 10px;
	margin: 0 auto 20px auto;
	border: 1px solid #ccc;;
	background-color: #fafafa;
	box-sizing: border-box;
}

.examples_listbox_phot {
	width: 155px;
	float: left;
	box-sizing: border-box;
}

.examples_listbox_phot img {
	width: 140px;
	vertical-align: text-bottom;
}

.examples_listbox_txt {
	width: 540px;
	float: right;
	box-sizing: border-box;
}

.examples_listbox_txt h3 {
	margin: 6px 0;
	font-size: 14px;
	font-size: 1.4rem;
}

.examples_listbox_txt dl {
	margin-bottom: 6px;
}

.examples_listbox_txt dt {
	float: left;
	margin-right: 1em;
	box-sizing: border-box;
}
.examples_listbox_txt .txtlink14 {
	width: 120px;
}


/*----------------------------------------------------
	.examples_headline .examples_commentbox
----------------------------------------------------*/

.examples_headline {
	padding-bottom: 10px;
	margin: 60px auto 20px auto !important;
	width: 720px;
}

.examples_headline h2 {
	margin-bottom: 6px;
}

.examples_headline p {
	margin-bottom: 0;
}

.examples_commentbox {
	margin: 0 auto;
	width: 720px;
}
.examples_commentbox p {
}

.examples_commentbox img {
	display: block;
	margin: 20px auto;
	width: 60%;
}

ul.link {
	margin: 20px auto !important;
	width: 720px;
}
ul.link:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
li.back_page {
	float: left;
	width: 50%;
}

li.next_page {
	float: right;
	text-align: right;
	width: 50%;
}


/*----------------------------------------------------
	.formbtbox .formcartbtbox
----------------------------------------------------*/
.bt_itemdelete {
	margin-top: 8px;
	padding: 4px;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: 1px solid #ccc !important;
	font-size: 1.2rem;
}

.formbtbox_wrapper {
	margin: 30px auto;
	padding: 16px;
	width: 760px;
	background-color: #f5f5f5;
	box-sizing: border-box;
}
.formbtbox_wrapper p {
	margin-bottom: -20px;
}
.formbtbox_wrapper .formbtbox {
	margin-bottom: 8px !important;
}

.formbtbox {
	margin: 40px auto !important;
	width: 720px;
}

.formbtbox ul.bt_cart {
	width: 100%;
}
.formbtbox ul.wait {
	display: none;
	width: 100%;
	text-align: center;
}
.formbtbox ul.bt_cart.col2 {
	margin-left: 104px;
	width: 480px;
	box-sizing: border-box;
}
.formbtbox ul.bt_cart.col1 {
	margin-left: 248px;
	width: 224px;
	box-sizing: border-box;
}
.formbtbox ul.bt_cart:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}

.formbtbox ul.bt_cart li input,
.formbtbox ul.bt_cart li a,
#modal-content a {
	display: block;
	padding: 14px 10px;
	width: 100%;
	background-color: #000;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem !important;
	box-sizing: border-box;
	border: none;
	text-align: center;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	line-height: 1;
}
.formbtbox ul.bt_cart.col1 input,
.formbtbox ul.bt_cart.col1 a {
	margin: 0 0 0 -8px !important;
}
.formbtbox ul.bt_cart li input:hover,
.formbtbox ul.bt_cart li a:hover,
#modal-content a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}
.formbtbox ul.bt_cart li {
	float: left;
	margin-right: 16px;
	width: 224px;
	box-sizing: border-box;
}
.formbtbox ul.bt_cart li:first-child {
	margin-left: 8px;
}
.formbtbox ul.bt_cart li:last-child {
	margin-right: 0;
}

.formbtbox ul.bt_cart li .reset,
.formbtbox ul.bt_cart li .goon,
.formbtbox ul.bt_cart li .btback {
	background-color: #666 !important;
}

.formbtbox p.reminder {
	margin-top: 30px;
	text-align: center;
}
.formbtbox p.reminder a {
	margin-left: 40px;
}
.formbtbox p.reminder a:first-child {
	margin-left: 0;
}


.formbtbox ul.bt_cart.small {
	margin-top: -20px !important;
}
.formbtbox ul.bt_cart.small input {
	margin: 0 auto !important;
	padding: 8px 0;
	width: 180px !important;
	font-size: 1.3rem !important;
	border-radius: 30px;
}
.formbtbox ul.bt_cart.small li input.cancel {
	background-color: #666;
}

/*----------------------------------------------------
	.cartstep
----------------------------------------------------*/

.cartstep {
	margin: 4px auto 16px;
	width: 760px;
}

.cartstep li {
	float: left;
	margin-left: 4px;
	padding: 8px;
	width: 24.5%;
	text-align: center;
	line-height: 1;
	border: 1px solid #ccc;
	color: #ccc;
	font-weight: 300 !important;
	background-color: #fafafa;
	box-sizing: border-box;
}
.cartstep li:first-child {
	margin-left: 0;
}

.cartstep li.focus {
	color: #000;
	font-weight: 600 !important;
	background-color: #fff;
}


/*----------------------------------------------------
	#cart_confirm
----------------------------------------------------*/
#cart_confirm {
	margin: 0 auto;
	width: 760px;
}
#cart_confirm h2 {
	margin-top: 6px !important;
}

#cart_confirm strong.notyet {
	display: block;
	margin: 8px auto !important;
	color: #f00;
	font-size: 1.6rem !important;
	font-weight: 300;
}

#cart_confirm p.empty {
	margin: 60px auto !important;
	text-align: center;
}
#cart_confirm .linebox {
	margin: 20px auto 0 auto;
	padding: 20px;
	width: 90%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
input[type="text"].large,
textarea.large {
	width: 400px;
}
input[type="text"].large_m {
	width: 300px;
}
input[type="text"].medium {
	width: 200px;
}
input[type="text"].small {
	width: 100px;
}

/*----------------------------------------------------
	.table_adress.cart
----------------------------------------------------*/
.table_adress.cart {
	margin-top: 20px !important;
}
h3.title + .table_adress.cart {
	margin-top: 0 !important;
}
table.table_adress.cart textarea.large {
	width: 100%;
}
table.table_adress.cart ul.pcnowrap li {
	display: inline;
	margin-right: 8px;
	white-space: nowrap;
}

table.table_adress.cart tr td span.banchi {
	display: block;
	margin: -4px 0;
	font-size: 1rem;
	text-indent: 9rem;
}


table.table_adress.cart#change_address {
	display: none;
}
table.table_adress.cart#change_desti {
	/* display: none; */
}

body#cart div.destination {
	margin: 8px 0 30px;
}
body#cart div.destination a.txtlink14 {
	padding: 4px 10px;
	color: #fff;
	font-size: 1.2rem;
	line-height: 3;
}
body#cart div.destination p {
	white-space: pre-wrap;
}
body#cart h3.title {
	margin: -8px 0 8px;
	font-weight: bold !important;
	font-size: 1.2rem;
}
body#cart h3.title:first-child {
	margin-top: -16px !important;
}
body#cart h3.title span {
	margin-left: 16px;
	font-size: 1.2rem;
	font-weight: 400;
}
body#cart select.destination {
	margin: 0;
	width: 80%;
}

body#cart div#view_desti.destination {
	wdth: 80% !important;
	/* background-color: #f5f5f5; */
	padding: 8px 16px 0;
	min-height: 100px;
	font-size: 1.3rem;
	box-sizing: border-box;
}
body#cart div#view_desti.destination strong.title {
	display: block;
	margin-bottom: 8px;
	font-weight: 600;
}

/* NP掛け払い */
body#cart table.table_adress.cart ul li.npkakebarai a.np {
	display: block !important;
	margin-bottom: 16px;
	width: calc(468px * 0.8);
	height: calc(200px * 0.8);
}
body#cart table.table_adress.cart ul li.npkakebarai a.np:hover {
    opacity: 0.7;
}
body#cart table.table_adress.cart ul li.npkakebarai a.np img {
    width: 100%;
}
body#cart table.table_adress.cart ul li.npkakebarai p {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}


table#change_address,
table#change_desti {
	position: relative;
	margin-bottom: 0 !important;
}


/*----------------------------------------------------
	.cartitem
----------------------------------------------------*/
.cartitem_linebox {
	width: 760px;
	margin : 0;
	box-sizing: border-box;
	/* border: 1px solid #000; */
}

.cartitem_imgbox {
	width: 200px;
	padding: 8px 8px 8px 0;
	float: left;
	box-sizing: border-box;
}
.cartitem_imgbox img {
	width: 100%;
}
.cartitem_imgbox img:hover {
	opacity: 0.6;
	cursor: pointer;
}

table.cartitem {
	float: right;
	width: 544px;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	margin: 8px 16px 8px 0;
	box-sizing: border-box;
}

table.cartitem th,
table.cartitem td {
	border-bottom: solid 1px #ccc;
	padding: 8px 10px;
	box-sizing: border-box;
}
table.cartitem td img {
	width: 80%;
}

table.cartitem th {
	background : #fafafa;
	width: 30%;
}


/*----------------------------------------------------
	#table_cart_price
----------------------------------------------------*/

#table_cart_price {
	width: 544px;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	margin: 20px 0 20px 200px;
	text-align: right;
}

#table_cart_price th,
#table_cart_price td {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	padding: 8px 10px;
}

#table_cart_price th {
	background : #f0f0f0;
	width: 40%;
}

#table_cart_price td b {
	font-size: 1.6rem;
}

#table_cart_price .tax_total {
	display: block !important;
	margin-bottom: 4px;
	padding-bottom: 6px;
	border-bottom: 1px solid #ccc;
}
#table_cart_price .tax_total b {
	font-size: 1.4rem;
}


/*----------------------------------------------------
	.inquiry_box
----------------------------------------------------*/
.inquiry_box p {
	margin-bottom: 20px;
}

.table_inquiry {
	margin : 0 auto 40px;
	width: 720px;
	border-collapse: collapse;
	border-top: solid 1px #ccc;
}
.table_inquiry th,
.table_inquiry td {
	border-bottom: solid 1px #ccc;
	padding :5px 10px;
}
.table_inquiry th {
	width :12em;
	background : #f0f0f0;
	vertical-align :top;
}
.table_inquiry td  input,
.table_inquiry td  select {
	font-size :110%;
	margin :0 5px;
}

.inquiry_message {
	color: #d8281c;
	text-align: left;
	font-weight: 600;
	margin: 40px 20px;
	font-size: 1.4rem;
}

.invalid {
	color: #d8281c;
	text-align: left;
}


/*----------------------------------------------------
	買い物カゴ不具合のお知らせ スマートフォン未対応お知らせ
----------------------------------------------------*/
#announce {
	font-size: 18px;
	line-height: 1.5em;
	margin-bottom:.5em;
	color: red;
	clear: both;
}

/*----------------------------------------------------
	大判えびえんべい販売中止のお知らせ
----------------------------------------------------*/
p.ebisen_info {
	font-size: 21px;
	 color: red;
	text-align: center;
	border: 4px red double;
}

/*----------------------------------------------------
	#utility
----------------------------------------------------*/
body#utility p.attention {
	margin-top: 0;
	font-weight: bold;
}
body#utility li.indent {
	text-indent: -1rem;
	margin-left: 1rem;
}
body#utility h2 {
	margin-top: 8px !important;
	margin-bottom: 20px !important;
}
body#utility h2 span.date {
	margin-left: 30px;
	font-weight: 300;
	font-size: 1.4rem;
}
body#utility h3 {
	margin: 30px 0 20px;
}
body#utility #sub .common h3 {
	margin: 0 0 8px;
}

body#utility h4 {
	margin: 16px 0;
	font-size: 1.4rem;
}
body#utility ul.list {
	margin-bottom: 20px;
}
body#utility .child {
	margin: 16px 0 16px 16px;
}
body#utility dl.child {
	margin-bottom: 0;
}

body#utility table {
	border-collapse: collapse;
	border-top: solid 1px #ccc;
	margin: 24px 16px 8px 0;
	width: 100%;
	box-sizing: border-box;
}
body#utility table th,
body#utility table td {
	border-bottom: solid 1px #ccc;
	padding: 8px 10px;
	box-sizing: border-box;
	font-weight: 300;
	vertical-align: middle;
}
body#utility table td img {
	width: 80%;
}
body#utility table th {
	background-color: #fafafa;
	width: 20% !important;
}
body#utility table td {
	width: 80% !important;
}

body#utility dl {
	margin-top: 20px;
}
body#utility dl dt {
	margin: 20px 0 8px 0;
	font-weight: 600;
}
body#utility dl dd {
	display: inline;
	margin-right: 0 8px 0 0;
}
/*  body#utility dl dd ul {
	margin-top: -16px !important;
} */
body#utility dl dd .txtlink14.dl {
	margin-top: 0 !important;
}
body#utility dl dd .txtlink14.dl.nolink {
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
	cursor: default;
}


body#utility ol {
    list-style: initial;
}
body#utility ol li {
    list-style-type: number;
    margin-left: 1.6rem;
}


body#utility .col2 {
	margin: 24px 0 0 0;
	width: 48%;
	float: left;
}
body#utility .col2:last-child {
	margin-left: 0;
	padding-left: 20px;
	width: 45%;
	border-left: 1px solid #ccc;
}
body#utility .col2 h3 {
	margin-top: 0;
}

body#utility .step {
	padding: 8px;
	background-color: #f5f5f5;
	background-image: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 3px solid #666;
	color: #666;
}
body#utility h3.step  {
	font-size: 16px;
	font-size: 1.6rem !important;
}

body#utility .photolist {
	margin: 40px auto 0;
	width: 760px;
}
body#utility .photolist li {
	margin: 0 0 0 8px;
	padding: 0;
	width: 184px;
	float: left;
	box-sizing: 0;
}
body#utility .photolist li:first-child {
	margin-left: 0;
}
body#utility .photolist li a:hover {
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
body#utility .photolist li img {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

/* /download/ ダウンロード */
body#utility #main.notes.download {

}
body#utility #main.notes.download p {
	margin-bottom: 32px;
}
body#utility #main.notes.download p.lead {
	margin-top: 16px;
}
body#utility #main.notes.download h3 {
	margin-top: 0;
	margin-bottom: 16px;
	padding-top: 16px;
	border-top: 1px solid #ccc;
}
body#utility #main.notes.download div.wrapper {
	margin-bottom: 42px;
	padding: 16px 24px !important;
	box-sizing: border-box;
	/* background-color: #efefef; */
	background-color: #fff;
	border-radius: 24px;
	font-size: 1.3rem;
}
body#utility #main.notes.download div.wrapper h3 {
	margin-bottom: 42px;
	padding: 3% 0 0 18%;
	font-size: 1.9rem !important;
	color: #666;
	font-weight: 800;
	position: relative;
	border-top: none;
	box-sizing: border-box;
}
body#utility #main.notes.download div.wrapper h3 img.cookie {
	width: 16%;
	position: absolute;
	top: 0;
	left: 0;
}
body#utility #main.notes.download div.wrapper h3 img.package {
	width: 16%;
	position: absolute;
	top: -32px;
	left: 0;
}
body#utility #main.notes.download .tab2_cnt div.wrapper h3 {
	padding-left: 0;
}
body#utility #main.notes.download div.wrapper h4 {
	margin: 32px 0 16px 0;
	font-size: 1.8rem;
}
body#utility #main.notes.download ul {
	margin-bottom: 16px;
}
body#utility #main.notes.download ul li {
	margin-top: 8px;
}
body#utility #main.notes.download dl {
	margin-bottom: 40px;
}
body#utility #main.notes.download dl p {
	margin-bottom: 10px;
}
body#utility #main.notes.download .exampleimage {
	padding: 8px 16px 0 16px;
	width: 50%;
	box-sizing: border-box;
	float: left;
}
body#utility #main.notes.download .exampleimage h3 {
	margin: 0 0 0 0 !important;
	padding: 0 !important;
	text-align: center;
	font-size: 1.4rem !important;
	border-top: none;
}
body#utility #main.notes.download .exampleimage img {
	display: block;
	margin: 16px auto;
	width: 90%;
}
body#utility #main.notes.download .exampleimage span {
	display: block;
	margin-top: -8px !important;
	font-size: 1.2rem;
	text-align: center;
}
body#utility #main.notes.download .position {
	margin: -22px 0 16px;
}
body#utility #main.notes.download .position .exampleimage h3 {
	font-size: 1.4rem !important;
}


body#utility #main.notes.download ul.recyclemark {
	margin: 0 auto;
	width: 90%;
}
body#utility #main.notes.download ul.recyclemark li {
	margin: 0 3.75% 0 0;
	width: 17%;
	float: left;
}
body#utility #main.notes.download ul.recyclemark li:last-child {
	margin-right: 0;
}
body#utility #main.notes.download ul.recyclemark li img {
	display: block;
	width: 100%;
}
body#utility #main.notes.download ul.recyclemark li span {
	display: block;
	margin-top: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
}
body#utility #main.notes.download ul.mark {
	margin-top: -20px;
}
body#utility #main.notes.download ul.mark li {
	margin-right: 2%;
	padding: 14px;
	width: 49%;
	min-height: 150px;
	background-color: #E5E5E5;
	float: left;
	box-sizing: border-box;
}
body#utility #main.notes.download ul.mark li:last-child {
	margin-right: 0;
}
body#utility #main.notes.download dl {
	margin: 0 0 8px 0;
}
body#utility #main.notes.download dl dt {
	margin: 8px 0 4px;
}

/* モアザンチョコ 注意点 */
body#utility #main.notes.download .howto_choco {
	padding: 12px 16px 12px 40px;
	color: #fff;
	background-color: #442b1d;
	position: relative;
	box-sizing: border-box;
}
body#utility #main.notes.download a.howto_choco_wrapper {
	display: block;
	margin-bottom: 30px;
	width: 100%;
}
body#utility #main.notes.download a.howto_choco_wrapper:hover {
	opacity: 0.8;
}
body#utility #main.notes.download .howto_choco img.logo {
	display: block;
	width: 32%;
}
body#utility #main.notes.download .howto_choco p {
	margin: 0 0 0 38%;
	width: 60%;
	font-size: 1.15rem;
	position: absolute;
	left: 0;
	top: 22px;
}



/* /deliverydate/ 納期について */
body#utility #main.deliverydate img.price_pc {
	display: block;
	margin: 0 auto;
	width: 95%;
}
body#utility #main.deliverydate img.price_sp {
	display: none;
}
body#utility #main.deliverydate img.price_tb {
	display: none;
}


/* 3Dセキュア認証可否 */
body#utility #main button.txtlink14 {
	margin: 0 8px;
	padding: 4px 10px !important;
	color: #fff;
	background-color: #000;
	background-image: none;
	text-align: center;
	border: none;
}

/* お支払い方法 NP掛け払い */
body#utility #main.payment a.npkakebarai {
    display: block;
    margin-bottom: 16px;
    width: 468px;
    height: 200px;
}
body#utility #main.payment a.npkakebarai:hover {
    opacity: 0.7;
}

body#utility #main.payment ul.nplist li {
margin-top: 10px;
}

body#utility #main.payment div.npbox {
    margin-top: 30px;
    padding: 24px 20px 12px;
    border: solid 3px #ccc;
}



/*----------------------------------------------------
	スタッフ募集
----------------------------------------------------*/
body#utility #main.recruit .titleblock {
	margin-bottom: 0;
	width: 100%;
	height: 185px;
	background-image: url(/recruit/img/title@2x.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
}
body#utility #main.recruit .titleblock img {
	display: none;
}
body#utility #main.recruit h2 {
	margin: 20px 0 16px !important;
}
body#utility #main.recruit h2 strong {
	display: block;
	margin-top: 8;
	font-size: 2.4rem !important;
}
body#utility #main.recruit h3 {
	margin-bottom: 16px;
	padding: 4px 8px;
	font-size: 1.6rem !important;
	background-color: #000;
	color: #fff;
	box-sizing: border-box;
}
body#utility #main.recruit h4 {
	margin: 30px 0 -8px !important;
	font-size: 1.8rem;
}
body#utility #main.recruit p {
	font-size: 1.3rem;
	line-height: 1.6 !important;
}
body#utility #main.recruit .formbtbox ul.bt_cart {
	margin-top: -16px;
}

/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
body#contact span.invalid {
	display: block;
}
body#contact #cart_confirm dl {
	margin: 20px 0 40px;
}
body#contact #cart_confirm dl dd {
	margin-bottom: 16px;
}
body#contact #cart_confirm .txtlink14 {
	display: inline;
	text-align: left;
}
body#contact span.attention.contact {
	display: block;
	margin-top: 6px;
	font-weight: bold;
}

/* お問い合わせ AIアシスタントへのリンク */
body#contact .linkblock {
	margin: 10px 0 30px;
	padding: 16px;
	width: 90%;
	color: #fff;
	background-color: #bbb;
	border-radius: 16px;
	position: relative;
}
body#contact .linkblock span.material-symbols-outlined {
	display: block !important;
	font-size: 7rem;
	position: absolute;
	top: 16px;
	left: 16px;
	box-sizing: border-box;
}
body#contact .linkblock .text {
	margin: 0 0 0 80px;
}
body#contact .linkblock .text h3 {
	font-size: 1.6rem !important;
}
body#contact .linkblock .text p {
	margin-bottom: 0;
}
body#contact .linkblock span.button {
	display: block;
	padding: 16px 24px;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 600;
	background-color: #000;
	border-radius: 16px;
	position: absolute;
	top: 28px;
	right: 30px;
	box-sizing: border-box;
}
body#contact .linkblock span.button:hover {
	opacity: 0.6;
	cursor: pointer;
}
body#contact div#helpButton {
	display: none;
}


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

#cart #utility #tos {
	margin-bottom: 16px;
	padding: 16px;
	width: 760px;
	height: 120px;
	overflow: auto;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
#cart #utility {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
#cart #utility .red {
	display: block;
	margin-top: 8px;
	color: #d8281c;
}
#cart #utility p span.required {
	font-weight: bold;
}
#cart #utility span.invalid.tos {
	display: block;
	margin-top: 8px;
}

/*----------------------------------------------------
	form
----------------------------------------------------*/
form input,
form select,
form textarea {
	font-size: 1.3rem !important;
	margin :0 5px;
	font-weight: 300 !important;
}
form ul.customer_register.grayout {
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
form input[type="file"] {
	width: 100%;
}
form textarea {
	padding: 4px 8px 8px !important;
}


/*----------------------------------------------------
	注文フォーム モーダル
----------------------------------------------------*/
body#cart .adrs_modal {
	margin-top: -30px !important;
}

body#cart .adress_plate {
	padding: 20px 30px 30px !important;
	width: 800px;
	/* height: 600px; */
	min-height: 700px;
	text-align: left;
	box-sizing: border-box;
	position: relative;
}
body#cart .adress_plate {
	position: initial;
	overflow: hidden;
	scroll: auto;
}

body#cart .adress_plate h3 {
	margin: 0 0 20px !important;
	width: 100%;
	font-size: 1.8rem !important;
}

body#cart .adress_plate .inquiry_message {
	margin: 0;
}

body#cart .adress_plate table td.btnblock {
	border-bottom: 0;
}
body#cart .adress_plate table {
	width: 100%;
}

/*----------------------------------------------------
	ログイン画面
----------------------------------------------------*/
body#customer #main.login p.reminder {
	margin-top: 20px;
}
body#customer #main.login .formbtbox.regist {
	padding: 30px;
	background-color: #f5f5f5;
	box-sizing: border-box;
}
body#customer #main.login .formbtbox.regist .bt_cart.col1 {
	margin: 16px auto 0 !important;
}


/*----------------------------------------------------
	閉じる X 共通
----------------------------------------------------*/
.batsu {
	display: none;
	position: absolute;
	top: 16px;
	right: 16px;
	width: 30px;
	height: 30px;
}
.batsu:hover {
	cursor: pointer;
}
.batsu::before,
.batsu::after { /* 共通設定 */
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1px; /* 棒の幅（太さ） */
	height: 30px; /* 棒の高さ */
	background: #333;
}
.batsu::before {
	transform: translate(-50%,-50%) rotate(45deg);
}
.batsu::after {
	transform: translate(-50%,-50%) rotate(-45deg);
}



/*----------------------------------------------------
	データアップロード
----------------------------------------------------*/
#main .upload table_adress.cart {
	font-size: 1.2rem;
}


/*----------------------------------------------------
	breadcrumb　パンくず
----------------------------------------------------*/
span.breadcrumb {
	display: block;
	margin: 0 auto 16px;
	font-size: 1.3rem;
	font-weight: 800;
}
span.breadcrumb a {
	color: #666 !important;
	font-weight: 400;
	text-decoration: none !important;
}
span.breadcrumb a:hover {
	color: #000;
}

}
