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

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

#anchor {
	margin: 0 5vw 50px;
}

#anchor ul {
	display: table;
	width: 100%;
}

#anchor li {
	display: table-cell;
	width: 33.3%;
	border: solid 1px #c9cacb;
}

#anchor li a {
	display: block;
	padding: 3vw;
	text-decoration: none;
	font-size: 3vw;
	line-height: 1.3;
	color: #4b4a47;
}

#anchor li.this {
	background: #4b4a47;
	color: #fff;
}

#anchor li.this a {
	background: #4b4a47;
	color: #fff;
}

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

#about {
	margin: 0 5vw 60px;
}

#about h2 {
	margin-bottom: 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
	line-height: 1.6;
}

#about p {
	margin-bottom: 30px;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	margin-bottom: 60px;
	padding: 5vw 5vw 10vw;
	background: #fdfbf7;
	text-align: left;
}

#point figure {
	margin-bottom: 10px;
	text-align: center;
}

#point figure img {
	width: 121px;
	height: 120px;
}

#point h3 {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 5vw;
	color: #c87a4e;
}

/* ---------------------------------------------------------
	CSS Document products
--------------------------------------------------------- */

#products {
	margin: 0 5vw 50px;
}

#products h3 {
	margin-bottom: 25px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.6;
}

#products .find {
	display: flex;
	margin-bottom: 30px;
	position: relative;
}

#products figure {
	width: 25vw;
	height: 30vw;
	overflow: hidden;
}

#products .detail {
	flex: 1;
	margin-left: 3vw;
	text-align: justify;
	font-size: 3vw;
	line-height: 1.6;
}

#products .name {
	margin-bottom: 10px;
	padding: 5px 10px;
	background: #eef3ef;
	font-size: 4vw;
	line-height: 1.2;
	color: #65917c;
}

#products .name span {
	font-size: 3vw;
}

#products .name i {
	display: inline-block;
	vertical-align: 1px;
	font-size: 3vw;
	color: #65917c;
}

#products .copy {
	margin-bottom: 5px;
	font-size: 3vw;
	line-height: 1.4;
	color: #65917c;
}

#products .material {
	margin-top: 3px;
	font-size: 3vw;
	line-height: 1.5;
	color: #c87a4e;
}

#products .shop {
	display: none;
}

#products .shop a:before {
	display: inline-block;
	vertical-align: 1px;
	content: '';
	width: 0;
	height: 0;
	margin-right: 2px;
	border: solid 4px transparent;
	border-left: solid 6px #c87a4e;
}

#products ol li {
	margin-left: 1.5em;
	padding-left: 5px;
	list-style: decimal;
}

#products ol span {
	color: #65917c;
}

#products .btn {
	margin-top: 50px;
}

#products .btn a {
	width: 80%;
}

/* ---------------------------------------------------------
	CSS Document price
--------------------------------------------------------- */

#price {
	margin: 0 5vw 50px;
}

#price .table {
	margin-bottom: 20px;
	padding: 20px 0;
	border-top: solid 1px #c9cacb;
	border-bottom: solid 1px #c9cacb;
}

#price dl {
	display: flex;
	justify-content: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
	line-height: 1.6;
}

#price dd span {
	font-size: 3.5vw;
}

#price p {
	font-size: 3vw;
}

#price p i {
	color: #65917c;
}

/* ---------------------------------------------------------
	CSS Document use
--------------------------------------------------------- */

#use {
	margin: 0 5vw 60px;
	font-size: 3.5vw;
	line-height: 1.6;
}

#use h3 {
	margin-bottom: 15px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.6;
}

#use li {
	margin-top: 20px;
	padding: 7vw 5vw;
	background: #eaf0f5;
	text-align: justify;
}

#use figure {
	margin-bottom: 15px;
	text-align: center;
}

#use figure img {
	width: 18vw;
	height: 18vw;
}

#use p {
	font-size: 3.5vw;
}

#use p .amount {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
}

#use p sup {
	display: inline-block;
	vertical-align: 0;
	font-size: 3vw;
	color: #bf5d6b;
}

#use p em {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	font-size: 3vw;
	line-height: 1.5;
}

/* ---------------------------------------------------------
	CSS Document tea
--------------------------------------------------------- */

#tea {
	margin: 0 5vw;
	font-size: 4vw;
}
