@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {
  background: #f5f5f5;
}

#main > .section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#main div.body {
  max-width: 1020px;
	padding: 0 10px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main div.body {
   max-width: 100%;
	 padding:0 10px;
	 margin: 0 auto;
	 overflow: hidden;
	}
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main > .section {
  padding-top: 30px;
  padding-bottom: 30px;
}

#main div.body {
  max-width: 100%;
	padding:0 10px;
	margin: 0 auto;
	overflow: hidden;
}

#main .column ~ .column {
  margin-top: 20px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#main-contents {}

#main .layout-body {
  max-width: 1320px !important;
  margin: 0 auto;
}

/* 下層*/
.layout-lower
#main .layout-body {
  max-width: 1320px;
  padding-top: 20px;
  padding-bottom: 80px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#main .layout-body {}

#main .layout-body > .body {
  margin-bottom: 30px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents {}

#main .layout-body {}

#main .layout-body > .body {
  margin-bottom: 30px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * カートページ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 削除ボタン
/* ------------------------------------------------------------------------------------------------- */

#cart .action input.delButton {
	display: block;
	padding: .557143em .714286em;
    background: #333333;
    color:#fff;
    border:0;
    cursor: pointer;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#cart .action input.delButton {
	display: block;
	padding: .557143em .714286em;
    background: #333333;
    color:#fff;
    border:0;
    cursor: pointer;
    margin-right: 0;
    margin-left: auto;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ボタン類
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.layout-body #cart div.button {
  margin-top: 40px;
  text-align: center;
  letter-spacing: -0.4em;
}

/* 買い物を続ける*/
.layout-body #cart div.button input#previouscart {
  width: 240px;
  padding: 20px 0;
  letter-spacing: normal;
  background-color: #ffbe2e;
  border:0;
  margin:0 20px 20px;
  border-radius: 6px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.15));
  transition: background-color 0.3s ease-in-out 0.0s;
}

.layout-body #cart div.button input#previouscart:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
  color: #333;
}

/* 次へ*/
.layout-body #cart div.button input.to_customerinfo_button {
  width: 240px;
  padding: 20px 0;
  letter-spacing: normal;
  background-color: #ffbe2e;
  border:0;
  margin:0 20px 20px;
  border-radius: 6px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.15));
  transition: background-color 0.3s ease-in-out 0.0s;
}

.layout-body #cart div.button input.to_customerinfo_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
  color: #333;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body #cart div.button {
  margin-top: 40px;
  text-align: center;
  letter-spacing: -0.4em;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 買い物を続ける*/
.layout-body #cart div.button input#previouscart {
  width: 48%;
  margin: 0 auto;
}

.layout-body #cart div.button input#previouscart:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

/* 次へ*/
.layout-body #cart div.button input.to_customerinfo_button {
  width: 48%;
  margin: 0 auto;
}

.layout-body #cart div.button input.to_customerinfo_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 戻る
/* ------------------------------------------------------------------------------------------------- */

#wc_ordercompletion .send a {
  display: block;
  border-radius: 0;
  margin: 0 auto;
  background: #000;
}

#wc_ordercompletion .send a:hover {
  background: none;
  opacity: 0.7;
}

#cart_completion .btn-1 {
  position: relative;
  z-index: 1;
  width: 240px;
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 15px 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  background: #000;
  border: 1px solid #000;
  border-radius: 0;
  transition: 0.3s;
}

#cart_completion .btn-1 > * {
  display: block;
  position: relative;
  z-index: 1;
}

#cart_completion .btn-1::before {
  display: none;
}

#cart_completion .btn-1::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-bottom: solid 2px #fff;
  border-left: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
  transition: 0.2s left;
}
#cart_completion .btn-1:hover {
  cursor: pointer;
  transform: 0.3s;
  background: #000 !important;
  opacity: 1 !important;
}

#cart_completion .btn-1:hover:after {
  left: 0.8em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#cart_completion .btn-1 {
  margin-bottom: 20px;
}

}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 只今、カートに商品はございません。
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.layout-body #cart .no_cart {
  margin: 4em 0;
  text-align: center;
  font-weight: bold;
}



/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ショッピングカート
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ****************************************************************************************************
   * カートの中
**************************************************************************************************** */

/* ----------------------------------------------------------------------------------------------------
   * カートお客様情報/発送・支払方法/内容確認
/* ------------------------------------------------------------------------------------------------- */

.layout-body div.header ul.nav,
.layout-body div.header ul.nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.layout-body div.header ul.nav {
	list-style: none;
	overflow: hidden;
}

.layout-body div.header ul.nav li {
  width: 25%;
  font-size: 1em;
	display: block;
	color: #fff;
	font-weight: bold;
	padding: 10px .909095em 10px 1.81818em;
	background: #000;
	float: left;
	text-align: center;
	line-height: 40px;
}

.layout-body div.header ul.nav li::before {
	display: block;
	width: 20px;
	height: 20px;
	margin: 0 -20px -20px auto;
	float: right;
	content: " ";
	-webkit-transform: skew(45deg);
	background: #000;
	border-right: 4px solid #000;
	-moz-transform: skew(45deg);
	-o-transform: skew(45deg);
	transform: skew(45deg);
}

.layout-body div.header ul.nav li::after {
	display: block;
	width: 20px;
	height: 20px;
	margin: -20px -20px 0 auto;
	background: #000;
	border-right: 4px solid #000;
	position: relative;
	content: " ";
	-webkit-transform: skew(-45deg);
	-moz-transform: skew(-45deg);
	-o-transform: skew(-45deg);
	transform: skew(-45deg);
}

.layout-body div.header ul.nav li.current {
	color: #000;
	background-color: #ffbe2e;
}
.layout-body div.header ul.nav li.current::before,
.layout-body div.header ul.nav li.current::after {
	border-right: 4px solid #ffbe2e;
	background-color: #ffbe2e;
}

.layout-body div.header ul.nav li:last-child::before,
.layout-body div.header ul.nav li:last-child::after {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body div.header ul.nav li {
  width: 48%;
  font-size: 15px;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  background: #000;
  float: left;
  text-align: center;
  line-height: 20px;
  margin: 1%;
}
.layout-body div.header ul.nav li::before {
  display: none;
}
.layout-body div.header ul.nav li::after {
  display: none;
  }
}


/* ----------------------------------------------------------------------------------------------------
   * エラー
/* ------------------------------------------------------------------------------------------------- */

.layout-body .error {
/*    margin-top: 3em;*/
    color: #f00;
}

/* ----------------------------------------------------------------------------------------------------
   * 数量更新
/* ------------------------------------------------------------------------------------------------- */

.layout-body #cart div.update {
    padding: 0 0 .714286em;
    text-align: right;
}
.layout-body #cart div.update input {
    color: #fff;
    margin-left: 5px;
    padding: 3px 15px;
    background-color: #000000;
    border:none;
    cursor: pointer;
    border-radius: 6px;
}

/* ----------------------------------------------------------------------------------------------------
   * カート/内容確認 テーブル
/* ------------------------------------------------------------------------------------------------- */

/*---- cart_table ---*/

.layout-body #cart #cart_table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.layout-body #cart #cart_table th {
	padding: .357143em;
	background-color: #dddddd;
	border: 1px solid #ccc;
	text-align: center;
}
.layout-body #cart #cart_table td {
	padding: .357143em;
	border: 1px solid #ccc;
	text-align: center;
    background: #fff;
	vertical-align: middle;
}
.layout-body #cart #cart_table .aleft {
	text-align: left;
}
.layout-body #cart #cart_table .aright {
	text-align: right;
}
.layout-body #cart #cart_table td.productname {
	text-align: left;
}
.layout-body #cart #cart_table .amount {
	font-size: 16px;
	padding: .3125em .3125em .3125em 10px;
	letter-spacing: 1px;
}
.layout-body #cart #cart_table .subtotal {
	white-space: nowrap;
}
.layout-body #cart #cart_table em.tax {
	font-style: normal;
}
.layout-body #cart #cart_table .num {
  display: block;
}
.layout-body #cart #cart_table .stock {
	display: none;
}
/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body #cart #cart_table .num {
  background-color: #dddddd;
}

.layout-body #cart #cart_table .thumbnail {
	display: block;
}
.layout-body #cart #cart_table tfoot .num,
.layout-body #cart #cart_table tfoot .thumbnail {
  display: none;
}
}

.layout-body #cart #cart_table .thumbnail img {
	height: auto;
}
.layout-body #cart #cart_table .quantity {
	width: 80px;
	text-align: center;
}
.layout-body #cart #cart_table .quantity input {
	width: 80px;
	padding: 0 5px;
	border: 1px solid #aaa;
	text-align: center;
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;  
	border-radius: 0; 
}
.layout-body #cart .action {
    width: 40px;
    text-align: center;
    white-space: nowrap;
}

.layout-body #cart .confirm th.action,
.layout-body #cart .confirm td.action {
  display: none !important;
}

.layout-body #cart .action input.delButton {
	display: block;
	padding: .557143em .714286em;
    border-radius: 6px;
}

/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {

	/* =cart
	-------------------------------------------------------------- */
	.layout-body #cart #cart_table .num {
		display: table-cell;
	}


	/* =wc_login_page.php
	-------------------------------------------------------------- */
	#wc_login .loginbox {
		width: 50%;
	}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body #cart.section {}
.layout-body #cart #cart_table {
  width: 100%;
  border-top: 1px solid #ccc;
}
.layout-body #cart #cart_table th {
  font-size: 14px;
  border-top: 0;
}
.layout-body #cart #cart_table td {
  font-size: 14px;
  text-align: center;
  border-top: 0;
  }



#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*/0;
}

#cart_table > tbody > tr > td {
    position: relative;
    padding: 10px 10px 10px 10em;
    border-top: 1px solid #3388dd;
}
#cart_table > tbody > tr > td::before {
    position: absolute;
    top: 10px;
    left: 10px;
}

#cart_table > tbody > tr > td.num::before {
    content: "No.";
}
.layout-body #cart #cart_table td.productname {
	text-align: right;
    padding-left: 65px;
}

#cart_table > tbody > tr > td.thumbnail {
    border: none;
}
.layout-body #cart #cart_table .quantity {
	width: 100%;
	text-align: center;
}
.layout-body #cart #cart_table .quantity input {
}

.layout-body #cart #cart_table th.action {
	display: none;
}
.layout-body #cart #cart_table td.action {
	width: 100%;
}

#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 > tbody > tr > td.action {
    padding: 10px;
    text-align: center;
}

#cart_table > tfoot > tr > th {
    text-align: right;
}

}

/* ----------------------------------------------------------------------------------------------------
   * フッター部テキスト
/* ------------------------------------------------------------------------------------------------- */

.layout-body div.footer,
.layout-body div.footer_explanation {
  color: #f00;
  text-align: center;
}



/* ****************************************************************************************************
   * お客様情報
**************************************************************************************************** */

.layout-body .section ~ .section {
    margin-top: 60px;
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.layout-body .title {
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #cccccc;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body .title {
  font-size: 18px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 会員の方
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * ログインフォーム
/* ------------------------------------------------------------------------------------------------- */

.layout-body form {
  margin-top: 40px;
}

/* メールアドレス */

.layout-body #member input#loginmail {
  width: 70%;
}

/* パスワード */

.layout-body #member input#loginpass {
  width: 70%;
}

/* 次へボタン */

.layout-body #member div.button {
  margin-top: 20px;
  text-align: center;
}

.layout-body #member div.button .customerlogin {
  width: 240px;
  padding: 20px 0;
  background-color: #ffbe2e;
  border: 0;
  margin-bottom: 20px;
  border-radius: 6px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.15));
  transition: background-color 0.3s ease-in-out 0.0s;
}
.layout-body #member div.button .customerlogin:hover {
  cursor: pointer;
  opacity: 0.7;
  transform: 0.3s;
  color: #333;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-body #member div.button {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

.layout-body table.default > tbody > tr > th[scope="row"] {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  background: #dddddd;
  border: 1px solid #cccccc;
}

.layout-body table.default th {
  display: table-cell;
/*  width: 30%;*/
  padding: .357143em 1.071428em;
  background-color: #dddddd;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.layout-body table.default th em {
  color: #ff3366;
  font-weight: bold;
}

.layout-body table.default input {
    margin-left: 0.5em;
    margin-right: 0.5em;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body table.default > tbody > tr > th[scope="row"] {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  background: #dddddd;
  border: 1px solid #cccccc;
  display: block;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 会員ではない方
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * ボタン類
/* ------------------------------------------------------------------------------------------------- */

.layout-body #visitor div.button {
  margin-top: 20px;
  text-align: center;
}

.layout-body #visitor div.button input.button {
  background-color: #dddddd;
}

.layout-body #visitor div.button input.button:hover {
  background-color: #ddd;
}

/* 戻る*/
.layout-body #visitor div.button input.back_cart_button {
  width: 240px;
  padding: 20px 0;
  color: #fff;
  background-color: #000;
  border: 0;
  margin-bottom: 20px;
}

/* 次へ / 会員登録しながら次へ*/
.layout-body #visitor div.button input.to_deliveryinfo_button,
.layout-body #visitor div.button input.to_reganddeliveryinfo_button {
  width: 240px;
  padding: 20px 0;
  background-color: #000;
  border: 0;
  color:#fff;
}

.layout-body #visitor div.button input.back_cart_button:hover,
.layout-body #visitor div.button input.to_deliveryinfo_button:hover,
.layout-body #visitor div.button input.to_reganddeliveryinfo_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

/* 住所検索*/
.layout-body #visitor .customer_form input#search_zipcode {
  background: #000;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body #visitor div.button {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.4em;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 戻る*/
.layout-body #visitor div.button input.back_cart_button {
  width: 33%;
  padding: 20px 10px;
  color: #fff;
  font-size: 14px;
  letter-spacing: normal;
  background-color: #000;
  border: 0;
  margin:0 0 20px;
}

/* 次へ */
.layout-body #visitor div.button input.to_deliveryinfo_button {
  width: 33%;
  padding: 20px 10px;
  font-size: 14px;
  letter-spacing: normal;
  background-color: #000;
  border: 0;
  margin:0 10px 20px;
}

/* 会員登録しながら次へ*/
.layout-body #visitor div.button input.to_reganddeliveryinfo_button {
  width: 40%;
  padding: 20px 10px;
  font-size: 12px;
  letter-spacing: normal;
  background-color: #000;
  border: 0;
  margin:0 0 20px;
}

}

/* ****************************************************************************************************
   * 発送・支払方法
**************************************************************************************************** */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main #content.cart-page {
    width: 100%;
    float: none;
    padding: 10px;
}

}


/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body .header.section p {
  font-size: 14px;
}

.layout-body .footer.section {
  font-size: 14px;
}

.layout-body .footer.section {
  margin-top: 0 !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

.layout-body table#time th em {
	color: #ff3366;
	font-weight: bold; 
}

.layout-body table#delivery_flag > tbody > tr > th[scope="row"],
.layout-body table#time > tbody > tr > th[scope="row"],
.layout-body table#notes_table > tbody > tr > th[scope="row"] {
  font-size: 18px;
  text-align: left;
  vertical-align: middle;
}

/* クレジットカード情報*/
#zeus.customer_form td {
  background: #fff;
  padding: 10px;
}
@media screen and (min-width: 46.25em) {
  .customer_form th {
    display: table-cell;
    width: 25%;
    padding: .357143em 1.071428em;
    border: 1px solid #ccc;
    background-color: #dddddd;
    vertical-align: middle;
  } 
  .customer_form td {
    display: table-cell;
    padding: .357143em 1.071428em;
    border: 1px solid #ccc;
    color: #6e6e6e;
    background: #fff;
  }
}
/* ゼウス*/
#zeus_registerd_card_area a, #zeus_new_card_area a {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body table#delivery_flag > tbody > tr,
.layout-body table#time > tbody > tr,
.layout-body table#notes_table > tbody > tr {
  display: block;
  margin-bottom: 1.071428em;
  padding: 0 .5714285em 1.071428em;
  border-bottom: 2px solid #dddddd;
}

.layout-body table#delivery_flag > tbody > tr > th[scope="row"],
.layout-body table#time > tbody > tr > th[scope="row"],
.layout-body table#notes_table > tbody > tr > th[scope="row"] {
  font-size: 14px;
  text-align: left;
  width: 100%;
  display: block;
  border:none;
  background: none;
  padding: 10px;
  margin-bottom: .357143em;
}

.layout-body table#delivery_flag > tbody > tr > td,
.layout-body table#time > tbody > tr > td,
.layout-body table#notes_table > tbody > tr > td {
  width: 100%;
  display: block;
  border: none;
  padding: 10px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 別の住所　テーブル
/* ------------------------------------------------------------------------------------------------- */

.layout-body table#delivery_table th[scope="row"]{
  width: 25%;
  text-align: left;
  font-size: 18px;
}

.layout-body table#delivery_table td {
  padding: 10px;
}

.layout-body table#delivery_table th em {
  color: #ff3366;
  font-weight: bold;
}

.layout-body table#delivery_table input {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

.layout-body table#delivery_table input.button {
  color: #fff;
  font-size: 18px;
  background-color: #000;
  border: 0;
  border-radius: 5px;
  padding: 5px 20px;
}

.layout-body table#delivery_table input.button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body table#delivery_table th[scope="row"]{
  width: 100%;
  text-align: left;
  font-size: 18px;
}
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ボタン類
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.layout-body div.button {
  margin-top: 20px;
  text-align: center;
}

.layout-body div.button input.back_to_customer_button {
  width: 240px;
  padding: 20px 0;
  background-color: #ffbe2e;
  border: 0;
  margin-bottom: 20px;
  border-radius: 6px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.15));
  transition: background-color 0.3s ease-in-out 0.0s;
}

.layout-body div.button input.back_to_customer_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
  color: #333;
}

.layout-body div.button input.to_confirm_button {
  width: 240px;
  padding: 20px 0;
  background-color: #ffbe2e;
  border: 0;
  margin-bottom: 20px;
  border-radius: 6px;
  filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.15));
  transition: background-color 0.3s ease-in-out 0.0s;
}

.layout-body div.button input.to_confirm_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
  color: #333;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body div.button {
  margin-top: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.layout-body div.button input.back_to_customer_button {
  width: 48%;
}

.layout-body div.button input.back_to_customer_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

.layout-body div.button input.to_confirm_button {
  width: 48%;
}

.layout-body div.button input.to_confirm_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 別の住所　テーブル
/* ------------------------------------------------------------------------------------------------- */

.send input.to_customerinfo_button, .send input.to_memberlogin_button, .send input.to_deliveryinfo_button, .send input.to_confirm_button, .send input#purchase_button, input#escott_token_cancel {
  color: #fff;
  background-color: #000;
  padding: 0.2em 0.5em;
}

input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
  background-color: #ddd;
  color:#fff;
  cursor: pointer;
}


/* ****************************************************************************************************
   * 内容確認
**************************************************************************************************** */

.layout-body div.header .notice {
  margin-bottom: 1em;
  color: #f00;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * カートの中
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/*
.layout-body #cart table#cart_table .action {
  display: none;
}
*/

.layout-body #cart table#cart_table td.unitprice,
.layout-body #cart table#cart_table td.subtotal {
	text-align: right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body #cart table#cart_table td.unitprice,
.layout-body #cart table#cart_table td.subtotal {
	text-align: center;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ポイントを使用する
/* ------------------------------------------------------------------------------------------------- */

.layout-body #cart table#point_table input.use_point_button {
  width: 240px;
  padding: 20px 0;
  color:#fff;
  background-color: #000;
  border: 0;
  font-size: 18px;
}

.layout-body #cart table#point_table input.use_point_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

.layout-body #cart table#point_table .point-btn {
  padding: .83334em 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#point_table td {
  width: 100%;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * カートの中
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.layout-body #confirm table#confirm_table {
  border:1px solid #ccc;
}

.layout-body #confirm table#confirm_table th {
  width: 25%;
}

.layout-body #confirm table#confirm_table td {
	padding: 10px;
}

.layout-body #confirm table#confirm_table tr.ttl td {
  font-size: 18px;
  border: none;
  background: #dddddd;
}

/*
.layout-body #confirm table#confirm_table tr.ttl ~ tr.ttl td {
  padding-top: 1em;
}
*/

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body #confirm table#confirm_table tr {
	display: block;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 0;
}

.layout-body #confirm table#confirm_table th {
  width: 100%;
  display: block;
  text-align: left;
  padding: 10px;
  border:none;
  background: #efefef;
}

.layout-body #confirm table#confirm_table td {
  width: 100%;
  display: block;
  padding: 10px;
  border:none;
}

.layout-body #confirm table#confirm_table tr.ttl {
  margin-bottom: 0;
}

.layout-body #confirm table#confirm_table tr.ttl td {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  border:0;
  background-color: #dddddd;
  background: #dddddd;
}
#confirm_table .ttl h3 {
	color: #000;
	letter-spacing: .05em;
    font-weight: bold;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ボタン類
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

.layout-body #button {
  margin-top: 20px !important;
}

.layout-body #button div.send {
  padding: 0;
  text-align: center;
}

/* お届けお支払方法入力に戻る*/
.layout-body #button input#back_button {
  width: 240px;
  padding: 20px 0;
  color: #fff;
  background-color: #000;
  border:0;
  margin-bottom: 20px;
}

.layout-body #button input#back_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

/* 上記内容で注文する*/
.layout-body #button input#purchase_button {
  width: 240px;
  padding: 20px 0;
  color:#fff;
  background-color: #000;
  border:0;
  margin-bottom: 20px;
}

.layout-body #button input#purchase_button:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-body #button div.send {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* お届けお支払方法入力に戻る*/
.layout-body #button input#back_button {
  width: 50%;
  padding: 20px 10px;
  color: #fff;
  background-color: #000;
  border:0;
  margin:0 10px 20px;
  font-size: 12px;
}

/* 上記内容で注文する*/
.layout-body #button input#purchase_button {
  width: 50%;
  padding: 20px 10px;
  color:#fff;
  background-color: #000;
  border:0;
  margin:0 10px 20px;
  font-size: 14px;
}

}

/* ****************************************************************************************************
   * 登録完了ページ
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ヘッダー
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * ボタン類
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ****************************************************************************************************
   * エラーページ
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メッセージ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
