@charset "UTF-8";

/* =================================================================================

 Common style of this site

================================================================================= */

/* ///////////////////////////////////////////////// ul style */

body {
	background: #fef9ec;
	overflow: hidden;
}

* {
	max-width: 100%;
}

#main {
	width: 960px;
	margin: 0 auto;
}

a:hover {
	cursor: pointer;
}

#head,
#foot {
	width: 960px;
	background: #395E9C;
	text-align: center;
	margin: 0 auto;
}

.head {
	width: 960px;
	margin: 0 auto;
	padding: 24px 0;
}

.head ul {
	text-align: center;
}

.head li {
	display: inline-block;
	margin: 0 8px;
}

.box {
	margin-top: 24px;
}

.img {
	position: relative;
}

select {
	width: 130px;
	height: 56px;
	font-size: 180%;
	cursor: pointer;
}

input {
	cursor: pointer;
}

/* ///////////////////////////////////////////////// 買い物かご */

.cart {
	position: absolute;
	bottom: 30px;
	left: 110px;
	z-index: 2;
}

.cart form {
	display: flex;
	align-items: center;
}

.cart .number {
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
}

.cart .btn {
	margin-left: 20px;
}

.cart .btn p {
	width: 500px;
}

@media screen and （max-width: 768px） {
	.cart .btn p {
		width: 100%;
	}
}


/* small */

.cart-small {
	position: absolute;
	bottom: 30px;
	right: -120px;
	z-index: 2;
}

#TN30-PCMG {
	bottom: 80px;
}

.cart-small form {
	display: flex;
	align-items: center;
	/* justify-content: flex-end; */
	flex-wrap: wrap;
}

.cart-small .number {
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
}

.cart-small .btn {
	width: 100%;
	margin-top: 20px;
}

.cart-small .btn p {
	width: 400px;
}