@charset "utf-8";
/* CSS Document なおちゃん */

.pc-only,
.up1443only {
	display: block!important;
}

.phone-only,
.dwn1443only {
	display: none!important;
}

.index_free_space.num11 {
	background: #d1b894;
}

.w860 {
	width: 860px;
	margin: 0 auto;
	clear: both;
    overflow: hidden;
    padding: 50px;
	box-sizing: border-box;
}

.col-6 {
    float: left;
    width: 48%;
    font-size: 1.3rem;
    line-height: 1.6rem;
}

.waku-desc {
	height: 22px;
    padding: 37px 38px;
    border: 1px solid firebrick;
}

.h2-center {
	text-align: center;
	font-size: 2.1rem!important;
}

.kyugyo {
	margin-bottom: 0!important;
	font-size: 1.3rem;
}

.left-indent {
	padding-left: 27px;
}

.text-center {
	text-align: center;
}

/*
* トップページ
*/

#index_slider .button {
	font-size: 2rem!important;
}

.index_free_space.num12.type2 {
    z-index: -11!important;
}

.index_free_space.num12::after {
	content: '';
    width: 100vw;
    height: 100%;
    background: #d1b894;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.mobile .index_free_space.num10::after {
	content: '';
    width: 100vw;
    height: 100%;
    background: #d1b894;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* end トップページ */


/*
* 行間
*/

.description {
	line-height: 1.5rem!important;
}

/* end 行間*/

/*
* 特定商取引法
*/
.provide_long {
    width: 100%;
}
.post_content .provide_long th, .post_content .provide_half th {
    border: solid 1px #b2b2b2!important;
    text-align: center!important;
    padding: 5px;
    font-size: 14px;
    vertical-align: middle;
	width: 28%;
}
.post_content .provide_long td, .post_content .provide_half td {
    border: solid 1px #b2b2b2;
    text-align: center;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 16px;
    background: aliceblue!important;
}

.post_content .provide_long.postage th, .post_content .provide_half th {
    width: auto!important;
}
/* end 特定商取引法 */

/*
* デザイン
*/
#main_contents_line {
    z-index: -1!important;
}
/* end デザイン */

/*
* フォント
*/
.font-size-16px {
	font-size: 16px!important;
    line-height: 22px!important;
}
.bold {
    font-weight: 600!important;
}
.big-bold {
	font-weight: 700!important;
    font-size: 1.5rem!important;
}

.red {
	color: red;
}

.font-color-blue {
	color: #4169e1;
}

.font-color-magenta {
	color: #8b008b;
}

.text-right {
	text-align: right;
}
.text-center {
    text-align: center;
}
.cb_side_headline .sub {
    font-weight: 800!important;
}

.under-line {
    background:linear-gradient(transparent 90%, #ffbc00 0%);
}

.under-line-blue {
    background:linear-gradient(transparent 90%, #0000cd 0%);
}

.under-2line-red {
	border-bottom:double;/*二重線を引く*/
	border-color:#FF0000;
	border-width:3px;
}

.post_content a {
    color: crimson!important;
}

.post_content a:hover {
    color: sienna!important;
}


.border-marker{
  background-image: linear-gradient(transparent 70%, pink 0%);
}

.f-foods-desc {
	
}

.annotation {
    font-size: 1rem;
    line-height: 1rem!important;
}

.f-foods-h4 {
	color: brown;
	margin-bottom: 10px!important;
}

.f-foods-desc {
	margin: 0 0 1rem 0!important;
}



/* end フォント */

/*
* スペース
*/
.space-margin-top-20 {
	margin-top: 20px!important;
}

.space-margin-bottom-20 {
	margin-bottom: 20px!important;
}

.space-margin-top-non {
	margin-top: 0!important;
}

.space-margin-bottom-non {
	margin-bottom: 0!important;
}

.margin-top50 {
	margin-top: 50px;
}
/* end スペース */

/*
* メニュー
*/


.menu_content1 .data_list dl,
.menu_content1 .data_list dt,
.menu_content1 .data_list dd {
	border-bottom: 1px solid #b79d6f;
	border-top: 0px!important;
}

.menu_content1 .data_list dl {
	border-top: 1px solid #b79d6f!important;
	border-bottom: 0px!important;
}

.men-syurui {
    padding: 20px 20px;
    margin: 0px 50px 130px;
    background-color: #f7f6f5;
}
.men-syurui h5{

    text-align: center;
}
.men-syurui h3 {
    margin-bottom: 0!important;
    text-align: center;
}

.men-syurui dl,
.topping dl {
    border-bottom: 1px solid #a98f6b;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.men-syurui dt {
    width: 400px;
    padding: 10px 0px 8px;
    font-size: 1rem;
    font-weight: 500!important;
    line-height: 2.6;
    margin: 0;
    border-top: 1px solid #a98f6b;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.men-syurui dd {
    text-align: right;
    -webkit-width: calc(100% - 400px);
    width: calc(100% - 400px);
    padding: 10px 0px 8px;
    margin: 0!important;
    border-top: 1px solid #a98f6b;
    font-weight: normal!important;
    line-height: 2.6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.text-tax {
    text-align: right;
    font-size: 1rem;
    margin-bottom: 0!important;
	line-height: 1rem!important;
}

.topping {
	border: double #7d7d7d;
    padding: 0 20px 20px 20px;
	background-color: #f7f6f5;
	margin: 0 50px;
}

.topping h4 {
	text-align: center;
    width: 130px;
    margin: 0 auto!important;
    position: relative;
    top: -17px;
    background-color: #ddd;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 5px solid #000;
    border-right: 5px solid #000;
}

.col-4 {
	width:  33.3333333%;
	float: left;
}

.topping dt {
    width: 141px;
    padding: 10px 10px 10px 20px;
    font-size: 1rem;
    font-weight: 500!important;
    line-height: 2.6;
    margin: 0;
    border-top: 1px solid #a98f6b;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.topping dd {
    text-align: center;
    -webkit-width: calc(100% - 141px);
    width: calc(100% - 141px);
    padding: 10px 10px 10px 8px;
    margin: 0!important;
    border-top: 1px solid #a98f6b;
	border-right: 1px dashed #a98f6b;
    font-weight: normal!important;
    line-height: 2.6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.topping dd.border-right-non {
	border-right: 0px;
}

.head-menu h3.top_headline {
	font-size: 36px;
	margin: 0 0 85px 0;
	top: -10px;
	text-align: center;
	line-height: 1.3;
	position: relative;
	font-weight: 500;
}
.head-menu .top_headline .sub {
    display: block;
    font-size: 18px;
    margin: 5px 0 0 0;
}
/* end メニュー */

/*
* テイクアウトメニュー
*/
.menu_content1 .data_list dt,
.menu_content1 .data_list dd {
    font-size: 16px!important;
    font-weight: normal!important;
}
/* end  */

/*
* メールフォーム
*/
#access_page .wpcf7 {
    border: 1px solid #b79d6f;
    background: #dfcea8;
}

#access_page .wpcf7 input[type="text"],
#access_page .wpcf7 input[type="email"],
#access_page .wpcf7 input[type="tel"],
#access_page .wpcf7 textarea {
    background: #fdfbea;
    border: 1px solid #b79d6f;
}

/* end メールフォーム */

/*
* オンラインショップ
*/
.tax-desc {
    line-height: 1!important;
    font-size: 1rem;
}

#article {
    /* background: #dfcea8!important; */
}
/*
h3.shop-h {
  position: relative;
  border-top: solid 2px #bdb76b;
  border-bottom: solid 2px #bdb76b;
  background: #f4f4f4!important;
  line-height: 1.4;
  padding: 0.4em 0.5em!important;
  margin: 4rem 0 0.5em!important;
    color: currentcolor!important;
}

h3.shop-h:after {
  
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: '\f7fb\ Okonomi';
  background: #bdb76b!important;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
*/
/*#itempage h3 {
    background-color: #ab7c36!important;
}*/

#itempage .field {
    border-bottom-color: #b79d6f!important;
}

#blog_list .title_area {
    background: #dfcea8!important;
}

#cart th,
div.usccart_navi li.ucart {
    background-color: #4c3f2c!important;
}

#cart th,
#cart td {
    border-top-color: #b79d6f!important;
    border-right-color: #b79d6f!important;
    border-bottom-color: #b79d6f!important;
    border-left-color: #b79d6f!important;
}

.post_content td,
.post_content th {
	font-size: 16px!important;
    border: 1px solid #b79d6f!important;
    background: #dfcea8!important;
}

#cart input.quantity {
    background: #fdfbea!important;
}

#inside-cart .send {
    border-top-color: #b79d6f!important;
}

#customer-info .customer_form input {
    width: 50%!important;
    height: 40px!important;
    margin-right: 3px!important;
	font-size: 1rem;
}

button, input, select {
    height: 30px!important;
}

#customer-info th {
    font-size: 16px!important;
}

#customer-info td {
	font-size: 13px!important;
}

.customer_form input[type="radio"] {
    vertical-align: middle;
}

#post_title_area .category a,
#blog_list .category a {
    color: #723500!important;
}

.head-online {
    /*position: absolute;
    top: 20px;
    right: 100px;
    width: 140px;
    float: right;
    font-size: 1.2rem;*/
	position: relative;
    width: 140px;
    float: right;
    font-size: 1.2rem;
}

.head-online a {
    color: white;
}

.junbityu,
.junbityu-online {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 100px;
    line-height: 2.5rem;
}

.junbityu-online {
    margin-bottom: 200px!important;
}

/* ボタン */
.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-tag {
  padding: 1.25rem 3rem 1.25rem 80px;
  color: #fff;
  background: #f39800;
}

a.btn-tag:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 50px;
  height: 100%;

  content: "";

  border-radius: 0.5rem 0 0 0.5rem;
  background: rgba(0, 0, 0, 0.07);
}

a.btn-tag:hover {
  color: #fff;
  background: #ffa50e;
}

a.btn-tag i {
  font-size: 120%;

  position: absolute;
  top: 0;
  left: 0;

  width: 50px;
  padding: 1.5rem 0;

  text-align: center;
  letter-spacing: 0;
}

.p-button {
	text-align: center;
    margin-top: 1.7rem!important;
	margin-bottom: 4rem!important;
}

.post_content a.btn-tag {
    color: #000000!important;
}


div.footer_explanation {
  line-height: 1.6rem;
}


/*
* 注文表
*/
#itempage table.skumulti {
    table-layout: fixed;
}

.skudisp.subborder{
	width: 30%;
}

td.unit {
	width: 8%;
}

/* end 注文表 */


/*マイページ*/

#page_content #memberpages .loginbox p {
    font-size: 1rem;
	line-height: 2rem;
}

#memberpages .forgetmenot input[type="checkbox"]{
	vertical-align: middle;
}


#page_content #memberinfo h3 {
    font-size: 1.5rem;
	line-height: 3rem;
	height: auto;
}

#page_content #memberpages #memberinfo ul {
	padding-top: 15px;
}

#page_content #memberpages #memberinfo li {
	font-size: 1rem;
}

#page_content #memberinfo th.historyrow {
    background-color: #a98f6b!important;
}

.tomypage {
	background-color: #b79d6f;
    display: block;
    position: relative;
    float: right;
    margin: 0.6em;
}

.tomypage i {
	font-size: 1.5rem;
    padding: 0.4em;
}

.tomypage span {
	position: relative;
    color: #fff;
    font-size: 12px;
    top: -4px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-left: 8px;
}



/* end オンラインショップ */


/*
* カート
*/
.incart-btn {
    min-width: 160px;
    padding: 0.6em;
	float: right;
}
.incart-btn a {
	display: block;
    color: #262626;
	position: relative;
    background-color: #ff8c00;
    padding: 0px;
    text-align: center;
	width: 170px;
	float: right;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
}
.incart-btn span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 1px;
}
.incart-btn i {
    padding: 0;
}
.snav i {
    font-size: 1.57143em;
    padding: 0.454545em;
}
.incart-btn i:before {
    color: #fff;
    margin-right: 8px;
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.incart-btn .total-quant {
	display: inline-block;
    position: relative;
	top: 0;
    left: 0;
    width: auto;
    min-width: 20px;
    max-width: 30px;
    height: 20px;
    font-weight: bold;
    color: #fba60d;
	line-height: 21px;
    margin-left: 1.25em;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: text-bottom;
}

#delivery-info .customer_form dt {
	font-size: 1.1rem!important;
}

/* テーブル */

/*
* カートのボタン
*/
.back_cart_button {
	margin-right: 20px;
}
.to_reganddeliveryinfo_button {
	margin-right: 20px;
}
/* end カートのボタン */

/* end カート */

/*
* ボタン
*/

.index_design_content.button_only {
    padding: 100px 0 0 0!important;
}
.index_design_content.num2 .link_button a {
    color: #ffffff;
    background: #000000;
}

.index_design_content.num2 .link_button a.button {
    color: #ffffff!important;
    background: #000000;
}

.index_design_content.num2 .link_button a:hover {
    color: #ffffff;
    background: #ff3f00;
}

/* end ボタン */
@media all and (max-width: 1443px){
	.up1443only {
		display: none!important;
	}
	
	.dwn1443only {
		display: block!important;
	}
	
	/*
	* ヘッダー
	*/
	
	.incart-btn {
		min-width: 85px;
	}
	
	.incart-btn a {
		width: auto;
	}
	
	.incart-btn .total-quant {
    	margin-left: 0em;
		margin-right: 1em;
	}
	/* end ヘッダー */
}

@media all and (max-width: 1443px){
	.pc-only {
		display: none!important;
	}
	.dwn1443only {
		display: block!important;
	}
	
	.phone-only {
		display: none!important;
	}
}

@media all and (max-width: 1201px){
	
	.pc-only,
	.dwn1443only {
		display: none!important;
	}
	
	.phone-only {
		display: block!important;
	}
	
	.header-top {
		background-color: black;
		min-height: 60px;
	}
	
	#header.start:after {
    	top: -120px!important;
	}
	
    #index_slider .caption {
        padding: 0 10px!important;
    }
    
    .index_free_space {
        padding: 0px!important;
    }
    
    .incart-btn a {
        width: 89px;
    }
    
    .incart-btn .total-quant {
        margin-left: 0;
    }
	
    /*
    *フォント
    */
    .big-bold {
        font-weight: 700;
        font-size: 1.2rem;
        line-height: 2!important;
    }
    /* end フォント */
    
	/*
	* トップページ
	*/

	#index_slider .button {
		font-size: 1.3rem!important;
	}
	/* end トップページ */
	
	
	/*
	* ボタン
	*/
	.index_design_content.button_only {
		padding: 0!important;
	}
	
	/* end ボタン */
	
	/*
	* メニュー
	*/
	.men-syurui{
		margin: 0 38px 100px;
	}
	.topping {
		margin: 0 38px;
	}

	/* end メニュー */
	
	/*
	* ヘッダー
	*/
	.incart-btn {
		float: none;
	}
	/* end ヘッダー */
	
}

@media screen and (max-width: 750px) {
	
	/*
	* フォント
	*/
	
	/* end フォント */
	
	
	/*
	* 特定商取引法
	*/
	.post_content .provide_long th, .post_content .provide_half th {
		display: block;
		width: auto;
	}
	.post_content .provide_long td, .post_content .provide_half td {
		display: block;
	}
	/* end 特定商取引法 */
	
	.col-4 {
		width: 100%;
	}
	
	.col-6 {
		width: 100%;
		font-size: 1.2rem;
    	line-height: 1.8rem;
	}
	
	.w860 {
		width: 100%;
		margin: 0;
		clear: both;
		overflow: hidden;
		padding: 15px;
	}
	
	.h2-center {
	    text-align: center;
	    font-size: 1.6rem!important;
    	font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
    	font-weight: 800!important;
	}
	
	.kyugyo {
		margin-bottom: 0!important;
		font-size: 1.1rem;
		line-height: 2.0rem!important;
	}
	
	.waku-desc {
		height: 22px;
		padding: 24px 14px;
		margin: 28px;
		font-size: 1.1rem!important;
		line-height: 1.5rem;
	}
	
	.index_free_space.num9 {
		background: #d1b894;
	}
	
	.left-indent {
		padding-left: 36px;
	} 
	
	/*
	* ヘッドライン
	*/
	#side_headline .sub, .cb_side_headline .sub {
		font-size: 1.6rem!important;
	}
	/* end ヘッドライン */
	
	/*
	* メニュー
	*/
	.men-syurui {
		margin: 0 0 60px 0;
	}
	.topping {
		margin: 0;
	}
	.men-syurui dt {
		-webkit-width: calc(100% - 124px);
		width: calc(100% - 124px);
		padding: 10px 0px 8px;
		font-size: 0.8rem;
		font-weight: normal!important;
		line-height: 1.7!important;
		border-top: 1px solid #a98f6b;
		text-align: left;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-align-items: center;
		-webkit-align-items: center;
		align-items: center;
	}
	.men-syurui dd {
		text-align: right;
		width: 124px;
		font-size: 0.8rem;
		padding: 10px 0px 8px;
		margin: 0!important;
		border-top: 1px solid #a98f6b;
		font-weight: normal!important;
		line-height: 2.6;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.men-syurui h3 {
		margin-bottom: 0!important;
		text-align: center;
		font-size: 1rem!important;
	}
	.men-syurui h5 {
		text-align: center;
		font-size: 0.8rem!important;
	}
	.topping dt {
		font-size: 0.8rem;
	}
	.topping dd {
		text-align: right;
		-webkit-width: calc(100% - 100px);
		width: calc(100% - 100px);
		padding: 10px 10px 10px 8px;
		margin: 0!important;
		border-top: 1px solid #a98f6b;
		border-right: 0;
		font-size: 0.8rem;
		font-weight: normal!important;
		line-height: 2.6;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.text-tax {
		font-size: 0.7rem;
	}
	.topping dl:nth-child(1),
	.topping dl:nth-child(2) {
		margin-bottom: 0!important;
	}
	.topping dl:nth-child(1),
	.topping dl:nth-child(2) {
		border-bottom: 0;
	}
	.topping dl.dl-last {
		border-bottom: 1px solid #a98f6b;
	}
    
    .menu_content1 .data_list dt {
        width: 100%!important;
        border-top: 1px solid #b79d6f!important;
        border-bottom: 0!important
    }
    .menu_content1 .data_list dd {
        width: 100%!important;
        border-bottom: 0!important;
        border-top: 0!important;
    }
    .menu_content1 .data_list dl {
        border-top: 0!important;
        border-bottom: 1px solid #b79d6f!important;;
    }
    .menu_content1 .image_area .desc {
        font-size: 14px!important;
        line-height: 1.5!important;
    }
    .head-menu h3.top_headline {
        margin: 0px; /*margin: 0 0 35px 0;*/
    }
	/* end メニュー */
	
	
	/*
	* テイクアウトメニュー
	*/
	.menu_content1 .data_list dt,
	.menu_content1 .data_list dd {
		line-height: 1.5rem!important;
	}
	/* end テイクアウトメニュー */
	
	/*
	* 注文表
	*/
	#itempage table.skumulti {
    	table-layout: auto;
	}

	/* end 注文表 */
	
	/*
	* カート　購入表
	*/
	
	#cart table {
		border: 1px solid #b79d6f!important;
	}
	
	#cart th, div.usccart_navi li.ucart {
		width: 100%!important;
	}
	
	.usccart_navi {
		display: flow-root!important;
	}
	
	div.upbutton {
		text-align: left!important;
	    line-height: 1.5rem;
	}
	
	div.upbutton input[name="upButton"] {
		display: block;
	    margin: 0 auto 0 auto;
	}
	
	#cart_table {
		margin: 30px 0px 0px;
		width: 100%;
	}

	#cart_table tr,
	#cart_table th,
	#cart_table td {
		display: block;
		width: 100%;
	}

	#cart_table > thead {
		display: none;
	}

	#cart_table > tbody > tr:nth-of-type(n + 2) {
		margin: 30px 0px 0px;
	}

	#cart_table > tbody > tr > td {
		box-sizing: border-box;
	    width: 100%!important;
		position: relative;
		padding: 10px 10px 10px 10em;
	}
	
	#cart_table > tbody > tr > td.productname {
		box-sizing: border-box;
	    width: 100%!important;
		position: relative;
		padding: 10px 10px 10px 7em;
	}
	
	#cart_table > tbody > tr > td::before {
		position: absolute;
		top: 10px;
		left: 10px;
	}

	#cart_table > tbody > tr > td.num::before {
		content: "No.";
	}

	#cart_table > tbody > tr > td.thumbnail {
		border: none;
	}

	#cart_table > tbody > tr > td.productname::before {
		content: "商品名";
	}

	#cart_table > tbody > tr > td.unitprice::before {
		content: "単価";
	}

	#cart_table > tbody > tr > td.quantity::before {
		content: "数量";
	}

	#cart_table > tbody > tr > td.subtotal::before {
		content: "金額（税込）";
	}

	#cart_table > tbody > tr > td.stock::before {
		content: "在庫状態";
	}

	#cart_table > tfoot > tr.total_items_price > th.totalend::before {
		content: "商品合計";
	}
	
	#cart_table > tfoot > tr.shipping_charge > td.totalend::before {
		content: "送料";
	}
	
	#cart_table > tfoot > tr.tax > td.totalend::before {
		content: "内消費税";
	}
	
	#cart_table > tbody > tr > td.action,
	#cart_table > tbody > tr > td.thumbnail {
		padding: 10px;
		text-align: center;
	}

	#cart_table > tfoot > tr > th {
		text-align: right!important;
		box-sizing: border-box;
    	width: 100%!important;
		position: relative;
    	padding: 10px 10px 10px 10em;
	}

	#cart_table > tfoot > tr > td {
		box-sizing: border-box;
	    width: 100%!important;
		position: relative;
		padding: 10px 10px 10px 10em;
	}
	#cart_table > tfoot > tr > td::before,
	#cart_table > tfoot > tr > th::before {
		position: absolute;
		top: 10px;
		left: 10px;
	}
	
	.customer_form {
		margin: 30px 0px 0px;
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
	}
	
	#newmember .customer_form input {
		width: 100%!important;
	}
	
	.customer_form th,
	.customer_form td {
		padding: 10px;
		border-top: solid 1px #3388dd;
		border-bottom: solid 1px #3388dd;
		display: block;
	    width: auto!important;
	}
	
	table#cart_table tfoot tr th:nth-child(1),
	table#cart_table tfoot tr th:nth-child(2),
	table#cart_table tfoot tr th:nth-child(5),
	table#cart_table tfoot tr th:nth-child(6),
	table#cart_table tfoot tr .num,
	table#cart_table tfoot tr .thumbnail,
	table#cart_table tfoot tr .totallabel,
	table#cart_table tfoot tr .action {
		display: none;
	}
	
	#cart .num {
		text-align: left!important;
	}
	
	#cart .quantity {
		text-align: right!important;
	}
	
	/* end カート　購入表*/
	
	/*
	* 会員情報表
	*/
	
	#customer-info .customer_form input {
    	width: 100%!important;
	}
	
	input[name="reganddeliveryinfo"],
	input[name="purchase"] {
		margin-top: 20px;
	}
	
	.post_content td, .post_content th {
		border-bottom: none!important;
	}
	
	.post_content tbody,
	.post_content tfoot {
		border-bottom: 1px solid #b79d6f!important;
	}
	
	#cart table {
		border: none!important;
	}
	
	table#memberdetail {
		text-align: center;
	}
	
	table#memberdetail tr .blank_cell,
	table#memberdetail tr .blank,
	table#memberdetail tr+tr td:nth-child(1),
	table#memberdetail tr+tr th:nth-child(3),
	table#memberdetail tr+tr td:nth-child(4) {
		display: none;
	}
	
	table#memberdetail tr th {
		background-color: #a98f6b!important;	
	}
	
	#memberinfo th,
	#memberinfo td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	
	#memberinfo .customer_form .name_td .member_name, 
	#memberinfo .customer_form td .member_furigana {
		padding-left: 1em;
		padding-right: 1em;
	}
	
	#memberinfo .customer_form input {
		width: 100%!important;
	}
	
	#memberinfo td.cartrownum {
		text-align: left!important;
	}
	
	#memberinfo td.productname {
		text-align: left!important;
	}
	
	/* end 会員情報表 */
	
	/*
	* 購入履歴
	*/
	
	#memberinfo .history-area {
    	/*height: auto!important;*/
	}
	
	table#history_head tbody > tr > td {
		position: relative;
		padding: 10px 10px 10px 10em!important;
		text-align: center!important;
	}
	
	table#history_head tbody > tr > td::before {
	    position: absolute;
		top: 10px;
		left: 10px;
	}
	
	table#history_head thead {
	    display: none;
	}
	
	table#history_head tbody > tr > td.order_number::before {
		content: "注文番号";
	}
	
	table#history_head tbody > tr > td.purchase_date::before {
		content: "購入日";
	}
	
	table#history_head tbody > tr > td:nth-child(3)::before {
		content: "対応状況";
	}
	
	table#history_head tbody > tr > td:nth-child(4)::before {
		content: "入金状況";
	}
	
	table#history_head tbody > tr > td.purchase_price::before {
		content: "購入金額";
	}
	
	table#history_head tbody > tr > td.discount::before {
		content: "値引き";
	}
	
	table#history_head tbody > tr > td.shipping::before {
		content: "送料";
	}
	
	table#history_head tbody > tr > td.cod::before {
		content: "代引手数料";
	}
	
	table#history_head tbody > tr > td.tax::before {
		content: "内手数料";
	}
	
	table.retail thead {
		display: none;
	}
	
	
	table.retail tbody > tr > td {
		position: relative;
		padding: 10px 10px 10px 10em!important;
		text-align: center!important;
	}
	
	table.retail tbody > tr > td:nth-of-type(2) {
		position: relative;
		padding: 10px 10px 10px 10px!important;
		text-align: center!important;
	}
	
	table.retail tbody > tr > td::before {
	    position: absolute;
		top: 10px;
		left: 10px;
	}
	
	table.retail tbody > tr > td.cartrownum::before {
		content: "No.";
	}
	
	table.retail tbody > tr > td.productname::before {
		content: "商品名";
	}
	
	table.retail tbody > tr > td.price::before {
		content: "単価";
	}
	
	table.retail tbody > tr > td.quantity::before {
		content: "数量";
	}
	
	table.retail tbody > tr > td.subtotal::before {
		content: "金額";
	}
	
	.order_head_value td {
		background-color: #4c3f2c!important;
		color: white!important;
	}
	
	#memberinfo td.purchase_price,
	#memberinfo td.discount,
	#memberinfo td.shipping,
	#memberinfo td.cod,
	#memberinfo td.tax,
	#memberinfo td.price,
	#memberinfo td.quantity,
	#memberinfo td.subtotal {
		text-align: right!important;
	}
	/* end 購入履歴 */
	
	
	/*
	*
	*/
	
	
	/* end */
}

@media screen and (max-width: 550px) {
    
	.big-bold {
		font-weight: 700!important;
		font-size: 1.2rem!important;
	}
	
    .catch-copy {
        padding: 0 10px;
    }
    
    #page_header .headline {
        width: 162px!important;
        height: 162px!important;
    }
    
	/*
	* 縦書き
	*/
	.cb_side_headline {
		writing-mode: horizontal-tb;
	}
	
	
	.cb_side_headline {
    	width: 100%!important;
    	writing-mode: horizontal-tb!important;
	}
	#main_contents .cb_side_headline.active{
		display: block;
		text-align: center;
		margin-left: auto!important;
		margin-right: auto!important;
		left: unset!important;
		right: unset!important;
		-ms-transform: unset!important;
	    -webkit-transform: unset!important;
    	transform: unset!important;
	}
	#design_content1 .design1_content1 .cb_side_headline {
		display: block;
		text-align: center;
		margin-left: auto!important;
		margin-right: auto!important;
		left: unset!important;
		right: unset!important;
		-ms-transform: unset!important;
	    -webkit-transform: unset!important;
    	transform: unset!important;
	}
	
	.blog #side_headline.blog_archive_side_headline {
		width: 100%!important;
    	writing-mode: horizontal-tb!important;
		display: block;
		text-align: center;
		margin-left: auto!important;
		margin-right: auto!important;
		left: unset!important;
		right: unset!important;
		-ms-transform: unset!important;
	    -webkit-transform: unset!important;
    	transform: unset!important;
	}
	
	/* end 縦書き */
	
	
    /*
    * メニュー
    */
/*    #menu_list .item {
        margin-bottom: 80px!important;
    }*/
    
	#menu_single .top_headline.menu_animate_item.active {
		display: none!important;
	}
	
	#menu_list .cb_side_headline.menu_animate_item.active {
		display: none!important;
	}
	
    #menu_list .desc {
        margin: -12px 0px 30px!important;
    }
    
    #top_desc {
        margin: -10px 0px 20px!important;
    }
    
    #menu_list .title {
        margin: 0 0 10px 0!important;
    }
    /* end メニュー */
    
    /*
    * オンラインショップ
    */
    .junbityu, .junbityu-online {
        text-align: center;
        font-size: 1rem;
        margin-bottom: 40px;
        line-height: 2rem;
    }
    .junbityu-online {
        margin-bottom: 0px!important;
    }
    /* end オンラインショップ */
    
    
}


@media screen and (max-width: 550px) {

	.back_cart_button {
		display: block;
		margin: 0 auto!important;
	}
	
	.to_reganddeliveryinfo_button {
		display: block;
		margin: 0 auto!important;
	}
	
	.to_deliveryinfo_button {
		display: block;
		margin: 0 auto!important;
	}
	
}