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

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

#visual {
	height: 260px;
	overflow: hidden;
	/*background: #ddd;*/
	background: #000;
	margin-bottom: 40px;
	position: relative;
}

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

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

#title {
	margin-bottom: 40px;
}

#title img {
	height: 75px;
}

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

.em,
#page em {
	color: #ff5b5b;
}

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

#about {
	margin-bottom: 40px;
}

#about h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	color: #bd9d2a;
}

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

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

#about p.red {
	color: orangered;
}

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

#anchor {
	margin-bottom: 40px;
}

#anchor ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 28px;
}

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

#anchor li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	font-size: 13px;
}

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

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

#form .w140 {
	width: 160px;
	margin-right: 10px;
}

#form .w400 {
	width: 400px;
}

#form .w100 {
	width: 100%;
}

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

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

#form textarea {
	line-height: 50px;
}


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

#form select {
	height: 50px;
	padding: 0 0 0 15px;
	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 .invalid,
#form .err {
	background-color: #ffeeee;
	box-shadow: 0 0 5px 0 #f00 inset !important;
}

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

#items h3 {
	display: flex;
	margin-bottom: 15px;
	text-align: left;
	font-weight: bold;
	font-size: 22px;
	line-height: 1;
	letter-spacing: 1px;
	color: #bd9d2a;
}

#items h3 span {
	margin-top: auto;
	margin-left: auto;
	font-weight: normal;
	font-size: 15px;
}

#items .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.item {
	display: flex;
	justify-content: space-between;
	width: 49%;
	margin-bottom: 2%;
	padding: 20px;
	border: 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: 120px;
	height: 106px;
	overflow: hidden;
}

.item .summary {
	flex: 1;
	margin-left: 20px;
	line-height: 1.4;
}

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

.item .product_price {
	margin-bottom: 10px;
	color: #bd9d2a;
}

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

#form .item .quantity select {
	width: 90px;
	height: 40px;
	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: 40px;
}

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

#cart {
}

#cart .table {
	display: table;
	width: 100%;
	margin-bottom: 30px;
}

#cart .table dl {
	display: table-row;
	text-align: left;
}

#cart .table dt {
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	padding: 10px 0;
}

#cart .table dd {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 0;
}

#cart .table dd p {
	display: inline;
}

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

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

.submit {
	padding-top: 60px;
	border-top: solid 1px rgba(255,255,255,0.4);
	text-align: center;
	font-size: 0;
}

.submit li {
	display: inline-block;
	vertical-align: top;
	width: 290px;
}

.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: 24px;
	letter-spacing: 1px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	transition: .4s;
}

.submit button img {
	height: 25px;
}

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

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

.submit .confirm {
	width: 290px;
}

.submit button:hover,
.submit input:hover {
	opacity: 0.6;
}

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

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

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

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

#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: #000;
}

#confirm .items {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(255,255,255,0.4);
}

#confirm table {
	width: 100%;
}

#confirm th {
	text-align: left;
	font-weight: normal;
}

#confirm td {
	text-align: right;
}

#confirm .payment_total {
	margin-bottom: 40px;
	text-align: right;
	font-size: 24px;
	letter-spacing: 1px;
}

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

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

#complete {
	margin-bottom: 40px;
}

#complete h3 {
	margin-bottom: 15px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 1px;
	color: #bd9d2a;
}

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

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

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