@charset "utf-8";
/* CSS Document */

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	color: #333;
	line-height: 1.2;
}
section:not(#about) h2 {
	padding: 10px 15px;
	font-size: 1.2rem;
	background-color: #dbedd2;
	border-left: 26px solid #1f610e;
}
ul, ol {
	padding-left: 0;
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
}
#wrap {
	margin: 0 5px;
}
section {
	margin-bottom: 50px;
}
header h1 {
	margin-bottom: 1.5rem;
	font-size: 4.5vw;
}
header p {
	padding-right: 10px;
	color: #ccc;
	font-size: 0.8rem;
	text-align: right;
}
header p:first-child {
	margin-bottom: 5px;
	padding: 5px 0 10px;
	text-align: center;
	background-color: #dbedd2;
}
header .update {
	color: #333;
	font-size: 1rem;
}
header img {
	width: 70%;
}
article p,
article ul {
	font-size: 0.9rem;
}
#about h2 img {
	width: 100%;
}
#about div {
	padding-bottom: 20px;
	text-align: center;
}
#flavor a {
	color: #333;
}
#variety > li:not(:last-child) {
	margin-bottom: 30px;
}
#variety > li h3 {
	padding: 0 10px 10px;
	font-size: 1rem;	
	border-bottom: 1px solid #eee;
}
#variety .cf div {
	width: 40%;
	padding-right: 10px;
	float: left;
}
#variety .cf ul {
	width: 60%;
	float: left;
}
#variety .cf li {
	font-size: 1.2rem;
}
#variety .cf li:first-child {
	padding-top: 1.2rem;
}
#variety .cf li:not(:last-child) {
	padding-bottom: 0.8rem;
}
#variety .cf li > span {
	padding: 0 0.5em;
}
#variety .cf li > span span {
	padding-right: 1em;
}
#variety .fas:before {
	color: #f3d638;
}
#variety .far:before {
	color: #ddd;
}
#ranking > div {
	margin-bottom: 50px;
}
#ranking a {
	color: #333;
	text-decoration: underline;
}
#ranking img {
	width: 60%;
}
.rank li *:not(h3):not(.review) {
	text-align: center;
}
.rank li h3 {
	padding: 10px 0 10px 50px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 12%;
}
.rank li.no1 h3 {
	background-image: url(../img/no1.png);
}
.rank li.no2 h3 {
	background-image: url(../img/no2.png);
}
.rank li.no3 h3 {
	background-image: url(../img/no3.png);
}
.rank li p:not(.review) {
	margin-bottom: 2rem;
}
.rank li .review {
  position: relative;
	padding: 10px;
	background-color: #fffad9;
	border: 1px solid #ddd;
	border-radius: 8px;
}
.rank li .review:before{
	content: "";
	position: absolute;
	top: -24px;
	left: 20%;
 	margin-left: -15px;
	border: 12px solid transparent;
	border-bottom: 12px solid #fffad9;
 	z-index: 2;
}
.rank li .review:after{
	content: "";
	position: absolute;
	top: -28px; 
	left: 20%;
 	margin-left: -17px;
	border: 14px solid transparent;
	border-bottom: 14px solid #ddd;
 	z-index: 1;
}
div#training div:last-of-type {
	text-align: center;
}

footer > p {
	text-align: center;
}
footer > p a {
	color: #333;
}
footer > p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 10px;
}
.notes {
	font-size: 0.8rem;
	text-align: right;
}
.clear {
	clear: both;
}
<!--
/*-----------------------------------------------
オーダーボタン
-----------------------------------------------*/
#wrapper .order{
       margin: 40px 0;
}
#wrapper .order .btn{
	margin: 0 10%;
	text-align: center;
}
#wrapper .order .btn img{
	max-width: 100%;
	width: inherit;
	height: auto;
}
-->





@media screen and (max-width: 639px) {
	section:not(#about) h2 {
		margin: 0 -5px 30px;
	}
	header p {
		margin: 0 -5px 20px;
	}
	#about h2 {
		margin: 0 -5px 1rem;
	}
	#variety > li h3 {
		margin: 0 -5px 20px;
	}
	#flavor > div:first-of-type {
		margin: 0 -5px 30px;
	}
	#relation figure {
		float: left;
		width: 30%;
		padding-right: 10px;
	}
	#relation div p {
		float: left;
		width: 70%;
		padding-left: 10px;
		font-size: 0.8rem;
		line-height: 1.5;
	}
}

@media screen and (min-width: 640px) {
	#wrap {
		margin: 0 20px;
	}
	article p, article ul {
		font-size: 1rem;
	}
	section:not(#about) h2 {
		padding: 15px;
		font-size: 2rem;
	}
	#flavor ol > li {
		width: 50%;
		float: left;
	}
	#ranking li:not(:last-child) {
		margin-bottom: 30px;
	}
	#ranking li > div:first-of-type {
		width: 30%;
		float: left;
		text-align: left;
	}
	#ranking li > div:first-of-type img {
		width: 100%;
	}
	.rank li h3 {
		padding-left: 70px;
		font-size: 1.5rem;
		background-size: contain;
	}
	.rank li > div + p {
		display: none;
	}
	.rank li .review {
		width: 68%;
		float: left;
		margin-left: 2%;
		margin-top: 20px;
	}
	.rank li .review:before{
		top: 50%;
		left: -9px;
		margin-top: -12px;
		border: 12px solid transparent;
		border-right: 12px solid #fffad9;
	}
	.rank li .review:after{
		top: 50%;
		left: -11px;
		margin-top: -14px;
		border: 14px solid transparent;
		border-right: 14px solid #ddd;
	}
	.rank li .review + p {
		width: 68%;
		float: left;
		margin-left: 2%;
		text-align: left;
	}
	div#training div:last-child img {
		width: 40%;
	}
	#relation > div {
		width: 50%;
		float: left;
	}
	#relation > div figure {
		text-align: center;
	}
	#relation figure img {
		width: 60%;
	}
	
	.notes {
		font-size: 0.9rem;
	}
	.sp {
		display: none;
	}
}




@media screen and (min-width: 640px) and (max-width: 839px) {
	section:not(#about) h2,
	header p,
	#about h2,
	#flavor > div:first-of-type {
		margin: 0 -20px 30px;
	}
	header h1 {
		font-size: 3.8vw;
	}
}

@media screen and (min-width: 840px) {
	#wrap {
		max-width: 840px;
		margin: 0 auto;
		border-left: 1px solid #c1c1c1;
		border-right: 1px solid #c1c1c1;
	}
	h1,
	section > p,
	section > ul,
	#variety,
	.rank,
	#training > p {
		margin-left: 20px;
		margin-right: 20px;
	}
	header h1 {
		font-size: 2rem;
	}
	h2,
	#flavor > div:first-of-type {
		margin-bottom: 30px;
	}
	#relation > div:first-of-type {
		padding-left: 20px;
		padding-right: 5px;
	}
	#relation > div:last-of-type {
		padding-right: 20px;
		padding-left: 5px;
	}
	#variety > li {
		padding: 5px;
		border-radius: 5px;
		transition: .5s;
	}
	#variety > li:hover {
		background-color: #e9ffde;
		transition: .5s;
	}
	#variety a:hover {
		text-decoration: none;
	}
	#ranking a:hover {
		color: #007bff;
	}
}

.txt_lgy {
	color: #c1c1c1;
}
.cf:after {
	content:"";
	display:block;
	clear:both;


}