@charset "UTF-8";
#cartInfo dl:after, .clrfx:after {
  content: "";
  display: table;
  clear: both;
}

h2, #cartTable th, #cartInfo dt, #cartInfo dd #total, .btn, .notice h3 {
  font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#dialog {
  background-color: rgba(255, 255, 255, 0.9);
  color: #3C3736;
}

/* cart */
body, html {
  background-color: #ECECEC;
  color: #3C3736;
}

.cartWrapper {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
}

h1 {
  padding: 20px 60px;
  background-color: #3C3736;
}

h1 > img {
  width: 100%;
  max-width: 570px;
}

h2 {
  display: inline-block;
  margin: 35px 0 25px 0;
  padding: 0 20px 0 60px;
  background-color: #FF4000;
  font-size: 25px;
  line-height: 50px;
  color: #fff;
}

.cartMain {
  min-height: 500px;
  margin: 20px 0 60px 0;
  padding: 0 60px;
}

.add {
  display: none;
}

#cartTable {
  width: 100%;
  margin: 30px 0 40px 0;
  border: 1px solid #3C3736;
  text-align: center;
}

#cartTable th {
  background-color: #3C3736;
  font-size: 17px;
  line-height: 35px;
  color: #fff;
}

#cartTable td {
  width: 16%;
  vertical-align: middle;
}

#cartTable td:first-child {
  width: 90px;
  padding: 20px;
}

#cartTable td:first-child > img {
  display: block;
  width: 50px;
}

#cartTable td:nth-child(2) {
  width: auto;
  text-align: left;
}

#cartTable .delBtn {
  display: inline-block;
  padding: 0 14px;
  border: 1px solid #3C3736;
  border-radius: 4px;
  line-height: 28px;
  cursor: pointer;
}

#cartInfo {
  margin-top: 40px;
}

#cartInfo dl {
  width: 48.04598%;
  border: 1px solid #3C3736;
}

#cartInfo dt {
  float: left;
  width: 108px;
  height: 100px;
  background-color: #3C3736;
  text-align: center;
  font-size: 17px;
  line-height: 100px;
  color: #fff;
}

#cartInfo dd {
  margin-left: 108px;
  padding: 10px;
}

#cartInfo dd #total {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1;
  color: #FF4000;
}

#cartInfo dd span {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}

#cartInfo .colR dd {
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 100px;
  color: #FF4000;
}

.btn {
  display: block;
  width: 300px;
  height: 94px;
  padding: 0 30px;
  border-radius: 14px;
  box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.4);
  font-size: 17px;
  line-height: 94px;
  color: #fff;
}

.back {
  float: left;
  border-radius: 0 14px 14px 0;
  text-align: right;
  background: url(../images/cart/back_2x.png) no-repeat 22px center/50px;
  background-color: #3C3736;
}

.continue {
  float: right;
  border-radius: 14px 0 0 14px;
  background: url(../images/cart/continue_2x.png) no-repeat right 22px center/50px;
  background-color: #FF4000;
}

.notice {
  margin: 80px 0;
  text-align: center;
}

.notice > div {
  display: inline-block;
  text-align: left;
}

.notice h3 {
  margin-bottom: 26px;
  padding-left: 54px;
  font-size: 30px;
}

.notice h3:nth-of-type(1) {
  background: url(../images/cart/icon_b_2x.png) no-repeat left center/42px;
}

.notice h3:nth-of-type(2) {
  margin-top: 40px;
  background: url(../images/cart/icon_h_2x.png) no-repeat left center/42px;
}

.notice li {
  margin-bottom: 15px;
}

.notice p {
  margin-bottom: 20px;
}

.notice .terms {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #3C3736;
}

.notice .terms > li {
  display: inline-block;
}

.notice .terms > li + li:before {
  content: " / ";
}

#cartFooter {
  margin-top: 150px;
  padding: 20px 60px;
  background-color: #3C3736;
  font-size: 12px;
  color: #fff;
}

#cartFooter a {
  color: #fff;
}

#dialog {
  display: none;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 90px 30px;
  text-align: center;
}

#dialog p {
  display: inline-block;
  margin-bottom: 110px;
  text-align: left;
}

#dialog .discontinue {
  display: inline-block;
  padding: 0 10px;
  background: url(../images/cart/discon_2x.png) no-repeat 22px center/50px;
  background-color: #3C3736;
  text-align: right;
  letter-spacing: 0;
}

#dialog .hobonichistore {
  display: inline-block;
  margin-left: 30px;
  background: url(../images/cart/continue_2x.png) no-repeat right 22px center/50px;
  background-color: #FF4000;
  text-align: left;
  letter-spacing: 0;
}

/* responsive
@media (max-width: 700px){
	h1,h2,.cartMain{
		padding-left: 15px;
		padding-right: 15px;
	}
	#cartTable{
		td{
			width: auto;
			&:first-child{
				width: auto;
				padding: 10px;
			}
		}
	}
	#cartInfo{
		.colL, .colR{
			width: 100%;
			float: none;
			margin-bottom: 30px;
		}
		dd{
			#total{
			}
			span{
			}
		}
		.colR dd{
			padding: 0;
			text-align: center;
			font-size: 20px;
			line-height: 100px;
			color: $c_orange;
		}
	}

}
*/
