@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #98d98e; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #98d98e; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #98d98e; /* キーカラーを指定 */
}

.bold{
	font-weight:bold;
}

.red{
	color:#cc0011;
}

.menue{
	background-color:#ffefd5;
	border-radius:30px;
	padding: 20px;
}

.everyday{
	background-color: #ffefd5;
	border-radius: 10px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: center;
}

.everyday2{
	display:block;
	font-weight: bold;
	color: #dc143c;
	margin-bottom:20px;
}

.youtube{
	text-align: center !important;
	padding: 30px 0px !important;
}

.youtube_title{
	background-color: #98d98e;
padding: 10px;
font-weight: bold;
font-size: 110%;
}

.uv {
  background-color: #ffffef !important;
}

.margin60{
	margin: 0 60px !important;
}

.margin30{
	margin-top:30px !important;
}

.kansyu{
	
  text-align: center;
  background-color: #00A040;
  color: #fff;

}

.margin60 img{
	margin-bottom:0px !important;
}

.prof{
	text-align: center;
	color: #666;
	font-size: 90% !important;
}

.margin0{
	margin:0px !important;
}

.margin10 img{
	margin-bottom:10px !important;
}

.font90{
	font-size:80% !important;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */

.frame{
	width:100%;
}

}/* Media Query for SmartPhone */