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

/* ウィンドウ幅が0～768pxの場合に適用するCSS */
@media screen and ( max-width:768px )
{
/* コンテンツタイトル */
.con_title01 {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;            /* 背景色 */
	background-image: url("../img/title_back_01.png"); /* 画像 */
	background-size: cover;               /* 全画面 */
	background-position: top center;   /* 縦横中央 */
	background-repeat: no-repeat;
}
.con_title01_in {
	width: 60%;
	padding-top: 0px;
	margin: 0 auto;
}
	.con_title01_in2 {
	width: 80%;
	padding-top: 0px;
	margin: 0 auto;
}
	.con_title01_in3 {
	width: 88%;
	padding-top: 0px;
	margin: 0 auto;
}
	.con_title01_in4 {
	width: 55%;
	padding-top: 10px;
	margin: 0 auto;
}
	.con_title01_in5 {
	width: 75%;
	padding-top: 15px;
	margin: 0 auto;
}
	
	.con_title02 {
	width: auto;
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #fff;            /* 背景色 */
	background-image: url("../img/title_back_02.png"); /* 画像 */
	background-size: cover;               /* 全画面 */
	background-position: top center;   /* 縦横中央 */
	background-repeat: no-repeat;
}
	
/* コンテンツ内容 */
.in_contents {
	width: auto;
	margin: 0px 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
	
/* コンテンツ　ブランドロゴ */
.con_blandlogo {
	width: 40%;
	margin: 0 auto;
}
	
/* コンテンツ　テキスト */
.con_text {
	width: auto;
	line-height: 1.7em;
	margin-top: 15px;
	margin-bottom: 40px;
}
	
/* コンテンツ　サブタイトル */
.con_subtitle01 {
	width: auto;
	font-size: 18pt;
	text-align: center;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 1.3em;
	letter-spacing: 1.5px;
	border-bottom: solid 4px #7AB828;
	margin-bottom: 35px;
	padding-bottom: 10px;
}
	.con_subtitle02 {
	width: auto;
	font-size: 18pt;
	text-align: center;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 1.3em;
	letter-spacing: 1.5px;
	border-bottom: solid 4px #7AB828;
	margin-top: 50px;
	margin-bottom: 35px;
	padding-bottom: 10px;
}
	
/* コンテンツ　はちみつ */
.con_honey {
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.con_honey_01 {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.con_honey_02 {
	width: 85%;
	margin-right: 0px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.con_honey_03 {
	width: 80%;
	margin: 0 auto;
}
	
	.con_honey_txt {
	font-size: 12pt;
	line-height: 1.5em;
	height: auto;
	margin-bottom: 5px;
}
	
	.con_honey_photo {
	width: 60%;
	margin: 0 auto;
}
	.con_honey_photo2 {
	width: 50%;
	margin: 0 auto;
}
	
	
/* コンテンツ　ソフトフルーツ */
.con_softfruit {
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.con_softfruit_01 {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.con_softfruit_02 {
	width: 85%;
	margin: 0 auto;
}

.con_softfruit_photo {
	width: 85%;
	margin: 0 auto;
}
.con_softfruit_photo2 {
	width: 73%;
	margin: 0 auto;
}
	
	
/* コンテンツ　ハーブスパイス */
.con_herbspice {
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.con_herbspice_01 {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.con_herbspice_02 {
	width: 85%;
	margin: 0 auto;
}

.con_herbspice_photo {
	width: 50%;
	margin: 0 auto;
}
	
.con_herbspice_txt2 {
	font-size: 12pt;
	line-height: 1.5em;
	height: auto;
	margin-bottom: 5px;
}

	
/* コンテンツ　ハーブティー */
.con_herbtea {
	width: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 40px;
}
.con_herbtea_01 {
	width: 85%;
	margin: 0 auto;
	margin-bottom: 30px;
}

.con_herbtea_02 {
	width: 85%;
	margin: 0 auto;
}

.con_herbtea_photo {
	width: 75%;
	margin: 0 auto;
}
	
	
/* ナリンペックス社について */
.logo_image {
	width: auto;
	height: 120px;
	display: flex;
	justify-content: center;
	padding-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
}
.logo_image_01 {
	width: 210px;
	margin-right: 10px;
}
.logo_image_02 {
	width: 120px;
	margin-right: 10px;
	margin-left: 10px;
}
.logo_image_03 {
	width: 250px;
	margin-left: 10px;
}

.narim_txt {
	width: auto;
	line-height: 1.7em;
	margin-bottom: 35px;
	font-size: 12pt;
}

.narim_txt01 {
	width: auto;
	overflow:  hidden;
	margin-bottom: 30px;
}
.narim_txt01_01 {
	width: 550px;
	float: none;
	margin-bottom: 25px;
}
.narim_txt01_02 {
	width: auto;
	float: none;
	line-height: 1.7em;
	font-size: 12pt;
	padding-top: 0px;
}

.narim_txt02_01 {
	width: auto;
	float: none;
	line-height: 1.7em;
	font-size: 12pt;
}
.narim_txt02_02 {
	display: none;
}
	
.narim_subtitle01 {
	width: auto;
	font-size: 16pt;
	text-align: center;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 1.9em;
	letter-spacing: 2px;
	border-bottom: solid 4px #7AB828;
	margin-bottom: 20px;
}
	
.narim_history {
	width: auto;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
	
.narim_history th {
	color: #d82420;
	width: 70px;
	text-align: left;
	vertical-align: top;
}
	
	.narim_photo_sp {
		display: block;
		width: auto;
		margin-bottom: 25px;
	}
	
	
/* 会社概要 */
.company_subtitle01 {
	width: auto;
	font-size: 18pt;
	text-align: center;
	font-family: source-han-sans-japanese, sans-serif;
	font-style: normal;
	font-weight: 800;
	line-height: 1.9em;
	letter-spacing: 3px;
	border-bottom: solid 4px #7AB828;
	margin-bottom: 20px;
}

.company_txt {
	width: auto;
	line-height: 1.7em;
	margin-bottom: 35px;
	font-size: 12pt;
}
	
	.company_gaiyou {
	width: auto;
	margin-bottom: 35px;
}
	
	.company_gaiyou table {
		width: 100%;
	}
	
	.company_gaiyou th,td {
	display: block;
		width: 100%;
}
	
	.company_gaiyou th {
	border-left: none;
	border-right: none;
		background-color: #D4D4D4;
		text-align: left;
}
	
	.company_enkaku {
	display: none;
}
	
	.company_enkaku2 {
		display: block;
		width: auto;
	margin-bottom: 35px;
	}
	.table_year {
		color: #d82420;
	text-align: left;
		font-weight: bold;
	}
	.table_space {
		height: 5px;
	}
	.company_enkaku2 table {
	border-collapse: collapse;
}
.company_enkaku2 td {
	padding: 5px;
	vertical-align: top;
}
	
	
/* サイトポリシー */
.policy_txt {
	width: auto;
	line-height: 1.7em;
	margin-bottom: 35px;
	padding-left: 15px;
	font-size: 13pt;
}

	
	
}










