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

/*スマホの表示内容の時は非表示に*/
.pc{display: none;}



/**/

.content_box{
	width:100%;
	margin: 0 0 1em;
	padding: 0;
	text-align: justify;
}

/*パンくずリスト*/
.topicPath{
	width: 98%;
	margin: 0 auto .2em;
	padding: 0;
	font-size: 12px;
}
.topicPath_a{color: #E95711;
    text-decoration: none;
}

/*------------------------------------------------------------------

      0.リンクスタイル

------------------------------------------------------------------*/

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#906;
	text-decoration:underline;
}


.a_link{
	color:#00F;
	text-decoration:underline;
}

/*------------------------------------------------------------------

      1.ヘッダー

------------------------------------------------------------------*/
/*スマホ用ヘッダー*/
.head{
	width: 100%;
	margin: 0 0 .5em;
	padding: .5em 0;
	background-color: #0071b9;
	border-bottom: solid #b0b0b0 4px;
	position: relative;
}
.siteID{
	width:53%;
	margin: 0 0 0 1em;
	padding: 0;
}


.top-drawer{
	position: absolute;
	bottom: 1em;
	right: .5em;
	float: right;
}

.head-link{
	width: 90%;
	padding-top: 1em;
	padding-left: 1em;
}
.head-link_li{
    margin-bottom: 0.5em;
    border-bottom: solid 1px #CCCCCC;
    padding: 0.5em 0;
}



/*ハンバーガーメニュー*/
#nav-drawer {
	position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
	display:none;
}

/*アイコンのスペース*/
#nav-open {
	display: inline-block;
	width: 30px;
	height: 22px;
	vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 3px;/*線の太さ*/
	width: 25px;/*長さ*/
	border-radius: 3px;
	background: #ffff;
	display: block;
	content: '';
	cursor: pointer;
}
#nav-open span:before {
	bottom: -8px;
}
#nav-open span:after {
	bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
	display: none;/*はじめは隠しておく*/
	position: fixed;
	z-index: 99;
	top: 0;/*全体に広がるように*/
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;/*最前面に*/
	width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 80%;/*最大幅（調整してください）*/
	height: 100%;
	background: #fff;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(200%);
	transform: translateX(200%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
	display: block;/*カバーを表示*/
	opacity: .5;
}

#nav-input:checked ~ #nav-content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);/*中身を表示（右へスライド）*/
	box-shadow: 6px 0 25px rgba(0,0,0,.15);
}


/*------------------------------------------------------------------

      2.スライド

------------------------------------------------------------------*/

.slid{
	max-width: 840px;
	max-height: 352px;
	margin:5px;
	overflow: hidden;
}

.slid01,
.slid02,
.slid03{
	width:100%;
}

.img_anime{
	position: relative;
	width:100%;
	height: auto;
	margin: 0 auto 1em;
}
.img_anime:before {
	content: "";
	display: block;
	padding-top: 47%; /* 1:1 */
}

.slid_img{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	animation: image-switch-animation 24s infinite;
}
@keyframes image-switch-animation {
	0%{ opacity: 0;}
	16%{ opacity: 1;}
	33.33%{ opacity: 1;}
	41.66%{ opacity: 0;}
	100%{ opacity: 0;}
}

.slid_img:nth-of-type(1) {
	animation-delay: -2s;
}
.slid_img:nth-of-type(2) {
	animation-delay: 6s;
}
.slid_img:nth-of-type(3) {
	animation-delay: 14s;
}
/*------------------------------------------------------------------

      3.トピックス

------------------------------------------------------------------*/
#topix{
	width: 220px;
	height: 140px;
	color: #FFF;
	cursor: pointer;
	margin:4px auto 15px;
	background-image: url(../img/home/topix_btn.png);
	position:relative;
}

#topix p{
	line-height: 1.2em;
}

#topix:hover {
	color: #333;
	background-image: url(../img/home/topix_btn_on.png);
}
#topix a{
	color: #FFF;
	margin-left:60px;
}

#topix a:hover{
	color:#F00;
	margin-left:60px;
}


.topix_nav{
	width:183px;
	height:80px;
	margin-top: 50px;
	margin-left: 11px;
	padding: 0;
	top:0;
	left:0;
	position:absolute;
}

.topix_nav h2{
	height: 31px;
	font-size: 135%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}

.topix_nav p{
	font-size:85%;
	margin:35px 0 0 15px;
	padding:0;
}


	
#blog_btn {
	width: 220px;
	height: 100px;
	background-image: url(../img/home/blog_btn.png);
	color: #FFF;
	cursor: pointer;
	margin:0 auto 15px;
	position:relative;
}

#blog_btn:hover {
	color: #333;
	background-image: url(../img/home/blog_btn_on.png);
}


#blog_btn a {
	color: #FFF;
}

#blog_btn a:hover {
	color: #333;
}

.blog_btn_link  {
	width: 74px;
	height: 37px;
	margin: 0;
	font-size: 13px;
	position: absolute;
	left:119px;
	top: 60px;
}

/*最新記事バナーエリア*/
.topics_link_bar{
	margin: 1em auto;
	width:90%;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.topics_link_bar_a {
	margin-bottom: 0.5em;
	display:block;
}

/*------------------------------------------------------------------

      4.高麗人参の効果

------------------------------------------------------------------*/

#kouka{
	margin: 10px 0;
	padding: 0;
	width: 100%;
	background-color: #ffffdc;
}  



.kouka_right{
	width:100%;
	margin:0 0 2em;
	padding:0 0 1em;
	border-bottom: solid 6px #006CB8;
}

.kouka_right h2{
	margin:0px;
	padding:0px;
	width: 100%;
}
.kouka_right ul{
	width: 90%;
	margin: 0 auto ;
	padding: 0;
	font-size:100%;
	/*list-style:url(../img/home/list_mark.png);*/
}

.kouka_right ul li{
	margin: 0;
	padding: 1em 1em;
	background-color: #ffffff;
	border-bottom: solid 1px #8C8C8C;
	position:relative; 
}

.kouka_right a{
	display: block;
	font-size: 120%;
}

.kouka_right a:link {
	color: #06C;
	font-weight: bold;
	/*text-decoration: underline;*/
	text-decoration: none;
}

.kouka_right a:visited {
	color: #06C;
	/*text-decoration: underline;*/
	text-decoration: none;
}

.kouka_right a:hover {
	color:#906;
	/*text-decoration: underline;*/
	text-decoration: none;
}

.kouka_right a:after {
    content: '';
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: dotted 3px  #8C8C8C;
    border-right: dotted 3px  #8C8C8C;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 25px;
    margin-top: -9px;
}


/*アコーディオン*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 80px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	/* 以下グラデーションは背景を自身のサイトに合わせて設定してください */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	font-family: FontAwesome;
	content: '▼'' 続きを読む';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(27, 37, 56, 1);
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 250px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}
.cp_box input:checked + label {
	/* display: none ; 閉じるボタンを消す場合解放 */
}
.cp_box input:checked + label:after {
	font-family: FontAwesome;
	content: '▲'' 閉じる';
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}


/*------------------------------------------------------------------

      5.コンテンツ

------------------------------------------------------------------*/

.content{
	width: 100%;
	margin:10px auto;
	font-size:80%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.content_left,
.content_center,
.content_right{
	width:95%;
	margin:10px auto;
	padding: .5em 0;
	border:#ccc solid 1px;
	box-shadow: 0px 0px 2px #CCC;
	-moz-box-shadow: 0px 0px 2px #CCC; /* Firefox */
	-webkit-box-shadow: 0px 0px 2px #CCC;  ; /* Chrome, Safari */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: stretch;
}

.content h3{
	width: 95%;
	margin:0 auto .3em;
	padding:0;
}



.content_txt{
	width: 95%;
	margin: 0 auto;
	padding: 0px;
	display: flex;
	justify-content: space-between;
}


.content_txt p{
	margin:5px;
	padding:0;
	line-height:18px;
}

.img_right{
	width:90px;
	height:125px;
	margin:0;
	padding:0;
}

.content_left a,
.content_center a,
.content_right a{
	margin-top: 10px;
	margin-left: 0;
}


/*TOPコンテンツリンク用*/
.content-link_p{width: 85%;}
.content-link{width: 9%;}
.arrow-sp{width: 100%;}

/*------------------------------------------------------------------

      6.更新情報

------------------------------------------------------------------*/
#media{
	width:95%;
	height:390px;
	margin:30px auto;
	box-shadow: 0px 0px 2px #CCC;
	-moz-box-shadow: 0px 0px 2px #CCC; /* Firefox */
	-webkit-box-shadow: 0px 0px 2px #CCC;  ; /* Chrome, Safari */
	border:#999 solid 1px;
}

.media_head{
	width: 97%;
	margin:0 auto;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
h2.title01{
	width:50%;
	height:40px;
	font-size:25px;
	font-weight:bold;
	margin:0.5em 0;
	line-height:40px;
	text-indent:20px;
	border-left:0.5em solid #CCC;
	color:#1A1A1A;
}

h2.title02{
	width:90%;
	padding: 3px 0 3px .5em;
	font-size:25px;
	font-weight:bold;
	margin:0.5em auto;
	line-height:1.2em;
	border-left:0.5em solid #CCC;
	color:#1A1A1A;
}



.media_area{
	width:97%;
	height:300px;
	margin:0 auto 1em;
	padding:0;
	overflow-y:scroll;
	border:1px #CCCCCC solid;
}

.topics_box{
	margin: 0 10px 2em 10px;
	padding-top:10px;
	overflow: hidden;
	zoom: 1;
	font-size:80%;
	border-bottom: solid 1px #aaa;
}

.multi_topics {
	width: 95%;
	margin: 0 auto;
	padding: .5em 0;
}


.ymd{
	width:95%;
	font-size: 95%;
	font-weight:bold;
	color:#666;
	margin: 0 auto .2em;;
	padding:0;

}

.topics_title{
	margin: 0 0 .5em;;
	padding: 0;
	font-weight: bold;
}

.topics_text{
	margin: 0 0 .5em;;
	padding: 0;
}

/*.media_area dl{
	padding-top:10px;
	margin-left:5px;
	margin-right:10px;
	overflow: hidden;
	zoom: 1;
	font-size:80%;
}

.media_area dt{
	width:100%;
	font-weight:bold;
	color:#333;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}

.media_area dd{
	margin-bottom:1em;
	padding: 0 0 1em 7em;
	border-bottom: 1px dotted #999;
}

.media_area dd.single_topics {
	padding-top:10px;
	margin-bottom: 0.5em;
}

.media_area dd.multi_topics {
	padding-top:10px;
	margin: -4.5em 0 0.5em 0;
}

.media_area dd.multi_topics dl:last-of-type dd,
.media_area dd.single_topics dl:last-of-type dd {
	margin-bottom: 0;
	border-bottom: none;	
}

.media_area dd.multi_topics dl dt,
.media_area dd.single_topics dl dt {
	width:100%;
	font-weight:bold;
	color:#333;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	font-size:140%;
}

.media_area dd.multi_topics dl dd,
.media_area dd.single_topics dl dd {
	margin-bottom:1em;
	padding: 0 0 1em 0;
	border-bottom: 1px dotted #999;
	font-size:130%;
}

.media_area dd.multi_topics a {
	color: #00f;
    text-decoration: underline;
}

.media_area dd.multi_topics span {
	display: block;
	padding-top: 1em;
}

.media_area div.recture {
	margin-bottom: 1em;
	padding: 1em;
	border: 1px solid #999;
}

.media_area div.recture p {
	margin-bottom: 1em;
}

.media_area div.recture div {
	margin: -220px 0 100px 175px;
}

div.media_area dl.schedule {
	padding-top: 0;
}

div.media_area dl.schedule dt {
	margin-bottom: 0;
	float: left;
	display: block;
	border-bottom: none;
	width: 10%;
}

div.media_area dl.schedule dd {
	margin-bottom: 0.5em;
}
*/
.square_btn {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    background: #ffffff;
	border: solid 1px #999999;
    color: #333333;
    border-radius: 3px;
    transition: .4s;
	font-size: 70%;
	line-height: 1.3em
}

.square_btn:hover {
    color: #333333;
    border: solid 2px #999999;
	background-color: #ffffff;
}


/*------------------------------------------------------------------

      7.原料卸

------------------------------------------------------------------*/
#orosi{
	width:95%;;
	margin:10px auto;
	box-shadow: 0px 0px 2px #CCC;
	-moz-box-shadow: 0px 0px 2px #CCC; /* Firefox */
	-webkit-box-shadow: 0px 0px 2px #CCC;  ; /* Chrome, Safari */
	border:#999 solid 1px;
}

.orosi_box1{
	margin:10px;
}

.h2_red{
	font-size:80%;
	font-weight:bold;
	margin:10px 0;
}

.orosi_txt_b_l{
	font-size:100%;
	font-weight:bold;
	margin:10px 0;
	color:#C00;
	text-decoration:underline;
}

.orosi_txt_b{
	font-size:100%;
	font-weight:bold;
	margin:10px 0;
	color:#1A1A1A;
}

.oroso_list{
	margin:10px 0;
	color:#1A1A1A;
}

.oroso_list li{
	margin-left:30px;
	margin-bottom:5px;
	font-size:100%;
	font-weight:bold;
	list-style-type:circle;
	list-style-position:outside;
	padding-right:20px;
}


.orosi_box2{
	margin:15px 10px 0 10px;
}

.orosi_box2 h3{
	font-size:110%;
	font-weight:bold;
	margin:10px 0;
	color:#333333;
}

#orosi_tel{
	
}

.orosi_txt{
	font-size:85%;
	margin-top:0;
	margin-left:10px;
	padding:0;
	line-height:150%;
}
.orosi_bt img{
	margin:5px auto 0;
	padding:0;
	width: 100%;
}


/*------------------------------------------------------------------

      8.フッター

------------------------------------------------------------------*/





/*------------------------------------------------------------------

      8.ブログ

------------------------------------------------------------------*/
#blog_box{
	width:90%;
	/*margin-top: 15px;
	margin-left: 50px;
	margin-bottom: 25px;*/
	margin:2em auto 2em 2.5em;
	float: left;
	border: 1px solid #CCC;
}

.blog_box_01 a {
	color: #FFFFFF;
}

.blog_box_01 {
	width: 260px;
	float: left;
	height: 170px;
	background-image: url(../img/home/blog_box_back.png);
	padding-left: 15px;
	padding-top:10px;
	color: #FFFFFF;
}

.blog_box_01a {
	width: 200px;
	float: left;
	height: 28px;
}

.blog_box_01b {
	width: 260px;
	float: left;
	font-size: 15px;
	padding-bottom: 10px;
	line-height: 20px;
	height:45px;
}

.blog_box_01c {
	width: 140px;
	float: left;
	font-size: 12px;
	padding-top:10px;
}

.blog_box_01d {
	width: 75px;
	float: right;
	padding-right: 35px;
}

.blog_box_02 {
	width: 450px;
	float: left;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 13px;
	padding-right:10px;
	line-height: 25px;
}

.blog_box_more {
	text-align: right;
	padding-top: 10px;
}

.blog_box_more a{
	color: #0033FF;
	text-decoration: underline;
	font-size: 14px;
}


/*　9.サイドナビゲーション　*/
.side_nav{
	width:240px;
	margin:0;
	padding:0;
	float:left;
}


.side_btn{
	width:220px;
	margin:0 auto;
	padding:0;
}

.side_btn ul li{
	margin-bottom:15px;
}


#ginseng{
	width: 220px;
	height: 140px;
	color: #333;
	cursor: pointer;
	margin:4px auto 15px;
	background-image: url(../img/home/ginseng_btn.png);
	position:relative;
}

#ginseng p{
	line-height: 1.5em;
	font-weight:bold;
}

#ginseng:hover {
	color: #333;
	background-image: url(../img/home/ginseng_btn_on.png);
}


.ginseng_nav{
	width:195px;
	height:80px;
	margin-top: 55px;
	margin-left:0;
	padding: 0;
	top:0;
	left:0;
	position:absolute;
}


.ginseng_nav p{
	font-size:95%;
	margin:35px 0 0 10px;
	padding:0;
}


/*  10.コンテンツエリア　*/
.content_area{
	max-width:850px;
	height: auto;
	margin:0 auto;
	padding:0;
}
