@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	height: 120px;
	overflow: hidden;
	margin-bottom: 40px;
	position: relative;
}

#visual img {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

#title {
	margin-bottom: 40px;
}

#title img {
	height: 42px;
}

#title h2 {
	margin-top: 15px;
	font-family: 'Kosugi Maru', sans-serif;
	font-weight: normal;
	font-size: 4vw;
	line-height: 1;
	color: #fff;
}

.em {
	color: #ff5b5b;
}

/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin: 0 20px 40px;
	text-align: left;
}

#about p {
	margin-bottom: 5px;
}

#about address {
	text-align: center;
}

#about address .tel {
	font-size: 22px;
}

#about p.red {
	color: orangered;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin: 0 20px 40px;
}

#anchor ul {
	text-align: left;
	font-size: 0;
	line-height: 22px;
}

#anchor li {
	display: inline;
	font-size: 3vw;
}

#anchor li:after {
	display: inline-block;
	vertical-align: 0;
	content: '|';
	margin: 0 2vw;
}

#anchor li a {
	text-decoration: none;
}

#anchor li a:hover {
	text-decoration: underline;
	opacity: 0.6;
}

/* ---------------------------------------------------------
	CSS Document form
--------------------------------------------------------- */

#form .w280,
#form .w400 {
	width: 100%;
}

#form .w140 {
	width: calc(50% - 2.5em);
	margin-right: 2.2%;
}

#form input[type='tel'],
#form input[type='email'],
#form input[type='text'],
#form select,
#form textarea {
	vertical-align: middle;
	padding: 0 10px;
	border-radius: 3px;
}

#form input[type='tel'],
#form input[type='email'],
#form input[type='text'] {
	height: 50px;
}

#form input[type='radio'] {
	vertical-align: -3px;
	width: 20px;
	height: 20px;
}

#form select {
	height: 50px;
	padding: 0 0 0 5px;
	background: #fff;
	-webkit-appearance: none;
	background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%453b34'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
	background-size: 10px;
	background-position: calc(100% - 10px) 56%;
	-webkit-appearance:none;
}

#form textarea {
	width: 100%;
	padding: 10px;
}

#form .invalid,
#form .err {
	background-color: #ffeeee;
	box-shadow: 0 0 5px 0 #f00 inset !important;
}

/* ---------------------------------------------------------
	CSS Document cart
--------------------------------------------------------- */

#cart {
	margin: 0 20px;
}

#cart .table {
	margin-bottom: 40px;
}

#cart .table dl {
	margin-bottom: 20px;
	text-align: left;
}

#cart .table dt {
	margin-bottom: 5px;
}

#cart .table dd p {
	margin-top: 5px;
}

#cart .table label {
	display: inline-block;
	vertical-align: top;
	line-height: 20px;
	margin-right: 15px;
}

/* ---------------------------------------------------------
	CSS Document items
--------------------------------------------------------- */

#items h3 {
	display: flex;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(255,255,255,0.4);
	text-align: left;
	font-weight: bold;
	font-size: 5vw;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #bd9d2a;
}

#items h3 span {
	margin-top: auto;
	margin-left: auto;
	font-weight: normal;
	font-size: 3vw;
	white-space: nowrap;
}

#items .flex {
	margin-bottom: 60px;
}

.item {
	display: flex;
	justify-content: space-between;
	padding: 15px 0;
	border-bottom: solid 1px rgba(255,255,255,0.4);
	text-align: left;
}

.item.selected {
	background: rgba(255,255,255,0.3);
	background: rgba(189, 157, 42, 0.4);
}

.item figure {
	width: 30vw;
	height: 25vw;
	overflow: hidden;
}

.item .summary {
	flex: 1;
	margin-left: 4vw;
	line-height: 1.4;
}

.item .product_name {
	margin-bottom: 5px;
	font-size: 4vw;
}

.item .product_price {
	margin-bottom: 10px;
	font-size: 3.5vw;
	color: #bd9d2a;
}

.item .quantity {
	font-size: 0;
}

#form .item .quantity select {
	width: 20vw;
	margin-right: 0.5em;
	padding-left: 15px;
	font-size: 18px;
}

.item .quantity option {
	text-align: center !important;
}

.item .quantity span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 50px;
}

/* ---------------------------------------------------------
	CSS Document submit
--------------------------------------------------------- */

.submit {
	text-align: center;
	font-size: 0;
}

.submit li {
	display: inline-block;
	vertical-align: top;
	width: 48%;
}

.submit li:nth-of-type(2) {
	margin-left: 4%;
}

.submit .confirm,
.submit .send,
.submit .back {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 20px 0;
	box-shadow: 0 0 0 1px #fff inset;
	background: 000;
	text-decoration: none;
	font-size: 4vw;
	line-height: 1.2;
	color: #fff;
}

.submit button img {
	height: 25px;
}

.submit .confirm img {
	height: 21px;
}

.submit button span {
	display: block;
	margin-top: 10px;
}

.submit .confirm {
	width: 70vw;
}

.submit button:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 12px;
	height: 12px;
	margin-top: 16px;
	margin-left: -9px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
}

.submit .back:after {
	margin-right: -9px;
	margin-left: 0;
	transform: rotate(-135deg);
}

/* ---------------------------------------------------------
	CSS Document confirm
--------------------------------------------------------- */

#confirm {
	margin: 0 20px;
	padding-top: 15px;
	border-top: solid 1px rgba(255,255,255,0.4);
	text-align: left;
}

#confirm .items {
	margin-bottom: 15px;
}

#confirm table {
	width: 100%;
}

#confirm th {
	vertical-align: top;
	padding: 5px 0;
	text-align: left;
	font-weight: normal;
	line-height: 1.3;
}

#confirm td {
	vertical-align: top;
	text-align: right;
	padding: 5px 0 5px 10px;
	white-space: nowrap;
	line-height: 1.3;
}

#confirm .payment_total {
	margin-bottom: 40px;
	padding-bottom: 15px;
	border-bottom: solid 1px rgba(255,255,255,0.4);
	text-align: right;
	font-size: 24px;
	letter-spacing: 1px;
}

#confirm .payment_total small {
	font-size: 16px;
}


#confirm .table {
	margin-bottom: 40px;
}

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

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

#confirm dd {
	padding: 15px;
	border-radius: 3px;
	background: #fff;
	color: #333;
}

/* ---------------------------------------------------------
	CSS Document complete
--------------------------------------------------------- */

#complete {
	margin: 0 20px 40px;
	text-align: left;
}

#complete h3 {
	margin-bottom: 15px;
	text-align: center;
	font-size: 100%;
	line-height: 1;
	letter-spacing: 1px;
	color: #bd9d2a;
}

#complete p {
	margin-bottom: 30px;
}

#complete p:last-of-type {
	margin-bottom: 20px;
}

#complete address {
	text-align: center;
}

#complete address .tel {
	font-size: 22px;
}
