@charset "UTF-8";

.r7 {
	margin:7rem 0 7rem 0;
}

.r2 {
	margin:2rem 0 2rem 0;
}

.right {
	text-align: right;
	padding-right:2rem;
}

.btn-arrow-left a {
	display: block;
	font-weight: 500;
}

#sub01 .col3 a {
	display: block;
	border: solid 1px #919191;
}

#sub01 .col3 .text {
	font-size: 0.9em;
	margin-top: 0.5em;
}

ul.list-kinou .ttl {
	font-weight: 500;
}

ul.list-kinou .text {
	margin-top: 0.25em;
}

.kazari-num {
	display: inline-block;
	width: 1.5em;
	margin-right: 0.5em;
	background: #e60012;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	border-radius: 0.5rem;
	background: #e60012;
}

ul.list-feature li {
	margin-top: 20px;
}

.youtube-container{
	text-align: center;
	width: 60%;
}


/* 仕様ボタン */

a.btn-spec {
	background: #535353;
	color: #fff;
	display: inline-block;
	font-size: 1.6rem;
	line-height: 1;
	padding: 0.5em 0.75em 0.5em 1.5em;
	position: relative;
	text-align: center;
	text-decoration: none;
}

a.btn-spec.recipe {
  margin: 1.5em 0 0 0;
}

a.btn-spec::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f105";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0.5em;
	margin-top: -0.5em;
}

.w90 {
	width: 90%;
}

.w60 {
	width: 60%;
}

.ichiran {
	background: #EFEEED;
  border: solid 1px #231815;
	border-radius: 10px;
	margin: 2rem auto 0 auto;
  padding: 8px;
  text-align: center;
	width: 70%;
}


/* ====================================
	スマートフォン専用スタイル
===================================== */

@media only screen and (max-width: 767px) {

	ul.list-links li {
		margin-top: 2rem;
		width: 100%;
	}

	ul.list-kinou li {
		margin-top: 1em;
	}

	ul.list-kinou li:first-child {
		margin-top: 0;
	}

	#sub01 .col3 {
		margin-top: 4rem;
	}

	ul.list-feature p{
		background: #4784A1;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		padding: 8px;
		text-align: center;
		width: 100%;
	}

  .youtube-container{
  	margin: 40px auto 40px auto;
		text-align: center;
  	width: 100%;
  }

}


/*---------追加CSS---------*/

.sub-section {
  padding-top: 8rem;
}

.sub-item_2 {
	padding-top: 7rem;
  padding-bottom: 5.25rem;
}

@media only screen and (max-width: 767px) {

  .sub-section {
    padding-top: 5rem;
  }

	.sub-item_2 {
    padding-top: 5rem;
  	padding-bottom: 0rem;
  }

}


/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */

@media print , screen and (min-width: 768px) {

	#sub01 .col3 {
		margin-top: 8rem;
	}

	ul.list-kinou {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	ul.list-kinou li {
		margin-top: 2rem;
		width: 48%;
	}

	ul.list-kinou li:nth-child(-n+2) {
		margin-top: 0;
	}

	ul.list-kinou .ttl {
		font-size: 1.8rem;
	}

	ul.list-feature {
		display: flex;
		justify-content: space-between;
		margin-top: 2rem;
	}

	ul.list-feature li {
		margin-bottom: 30px;
		width: 48%;
	}

	ul.list-feature p{
		background: #4784A1;
		color: #fff;
		font-size: 1.8rem;
		font-weight: bold;
		padding: 8px;
		text-align: center;
		width: 100%;
	}

}