@charset "UTF-8";


/* ----------------------------------------------------------------------
ベースの記述 
----------------------------------------------------------------------*/

body {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.9em;
}

section,
article {
	margin-bottom: 80px;
}

h1 {
	font-size: 16px;
	margin: auto auto;
	text-align: center;
}

h2 {
	font-size: 32px;
	margin-bottom: 40px;
}

h2.message {
	line-height: 1.4em;
	padding-left: 40px;
}

h2.top {
	display: inline-block;
}

.h2_txt {
	display: inline-block;
	margin: 0 0 40px 15px;
	font-size: 16px;
	vertical-align: bottom;
	letter-spacing: 0.1em;
}

h3 {
	font-size: 32px;
	margin-bottom: 40px;
	line-height: 1.5em;
}

h3.company {
	margin-bottom: 20px;
}

h4 {
	font-size: 28px;
	margin-bottom: 20px;
}

h5 {
	font-size: 24px;
	margin-bottom: 30px;
}

img {
	max-width: 100%;
}


/* リンクの設定 */

a:link,
a:visited {
	text-decoration: none;
	color: #333;
}

a:hover,
.current {
	text-decoration: none;
	opacity: 0.5;
}


/*clearfix*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

/* ----------------------------------------------------------------------
共通レイアウト設定 
----------------------------------------------------------------------*/

/*wrapper--------------------------------------------------------------*/

#wrapper {
	background: url(../img/common/bg_paper.jpg) repeat;
	position: relative;
	min-width: 960px;
}

#title_wrap {
	background: url(../img/top/bg_loding.jpg);
	background-size: cover;
	width: 100%;
	min-height: 140px;
}

#title_wrap h2 {
	width: 650px;
	/* padding-left: 196px; */
	margin: 0 auto;
	padding-top: 1.6em;
}

/*ぱんくずリスト*/

nav#breadcrumbs {
	margin-bottom: 80px;
	line-height: 1.8em;
}

nav#breadcrumbs a:link {
	text-decoration: underline;
}

nav#breadcrumbs ol li {
	display: inline;
	list-style-type: none;
}

nav#breadcrumbs ol li:before {
	content: " > ";
}

nav#breadcrumbs ol li:first-child:before {
	content: "";
}

#contents_wrap {
	width: 100%;
	margin: 0 auto;
	min-width: 960px;
}



/*contents--------------------------------------------------------------*/

.contents {
	width: 650px;
	margin: auto auto;
	/* padding-left: 196px; */
}

/*footer----------------------------------------------------------------------*/

#footer_wrap {
	margin: auto auto;
	background-color: #fffff0;
}

.footer-item1 {
	background: #E5E5E5 url(../img/common/bg_footer.jpg) repeat;
	padding: 60px 0 30px;
}

.footer-item1 p {
	width: 764px;
	margin: auto auto;
	line-height: 1.7em;
	padding: 0 0 30px 196px;
}

.footer-item2 {
	background: #fffff0;
	padding-top: 40px;
}

.footer-item2 ul {
	width: 960px;
	margin: auto auto;
	display: flex;
}

.footer-item2 ul li {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	text-align: center;
	width: 25%;
	margin: 0;
	padding: 0;
}

.footer-item2 ul li a {
	color: #333333;
	display: block;
}

.footer-item3 {
	width: 960px;
	text-align: center;
	margin: auto auto;
	color: #333333;
	padding-top: 40px;
}

.footer-item3 p {
	line-height: 1.7em;
	padding-bottom: 40px;
}

.footer-item4 {
	width: 100%;
	background: #fff;
	padding: 60px 0;
}

.footer-item4 ul {
	width: 960px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* ----------------------------------------------------------------------
TOP 
----------------------------------------------------------------------*/


/* ロード風画面の設定 */

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	min-width: 1000px;
	/*スマホ背景切れ対応*/
	height: 100%;
	min-height: 2000px;
	/*スマホ背景切れ対応*/
	top: 0px;
	left: 0px;
	background: url(../img/top/bg_loding.jpg);
	background-size: cover;
	z-index: 999;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 120px;
	height: 400px;
	margin: -200px 0 0 -60px;
	text-align: center;
	color: #fff;
	z-index: 2;
}


/* TOP_logo位置設定*/

#logo_wrap {
	width: 960px;
	margin: 0 auto;
	position: relative;
	z-index: 998;
	top: 0;
}

.logo {
	position: absolute;
	top: 0;
	left: 0;
}

/* TOPnavロゴ位置設定*/

#nav_wrap {
	width: 100%;
	min-width: 960px;
	border-bottom: 1px #EEE solid;
	background: url(../img/common/bg_paper.jpg) repeat;
	font-size: 22px;
	height: 90px;
}

.fixed {
	position: fixed;
	top: 0;
	z-index: 100;
}

.nav {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.top_nav_logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}

#nav_wrap ul {
	height: 90px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: relative;
}

#nav_wrap ul li.nav-item {
	text-align: center;
}

#nav_wrap ul li.nav-item a {
	display: block;
}

.flex-1,
.flex-3,
.flex-4 {
	flex-grow: 1;
}

.flex-2 {
	flex-grow: 1.1;
}


/*コーポレートメッセージ*/
#message_wrap {
	background: url(../img/top/bg_loding.jpg);
	width: 100%;
	max-width: 2560px;
	/*ie11対応*/
	height: auto;
	padding-top: 90px;
	display: flex;
	justify-content: center;
}

.message_item {
	width: 750px;
	min-height: 400px;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	padding: 80px 0;
	display: block;
	text-align: left;
}

.message_item h4 {
	font-size: 18px;
	font-weight: 800;
	margin-left: 5px;
}

.message_item p {
	line-height: 1.7em;
	margin-left: 1.5em;
	font-size: 18px;
}

.message_item h5 {
	font-size: 16px;
	margin: 220px 30px 0 0;
}

.bg_item {
	z-index: 4;
	background-size: cover;
	height: 100%;
	min-height: 700px;
	position: relative;
	background-repeat: no-repeat;
}

.col_wrap {
	width: 750px;
	line-height: 2em;
	clear: both;
}

.col_wrap ul li.topic-item {
	margin-bottom: 0 !important;
}

.col_wrap ul li.topic-item:first-child {
	margin-bottom: 30px !important;
}

ul li.topic-item li.topic_txt {
	/* width: 566px; */
	margin-left: 20px;
	float: right;
}

li.topic_txt .date {
	font-size: 14px;
	line-height: 2em;
	letter-spacing: 0.1em;
}

li.topic_txt .title {
	font-size: 24px;
	line-height: 2em;
}

li.topic_txt .txt {
	font-size: 16px;
	line-height: 1.7em;
}

ul li.topic-item li.topic_img {
	width: 176px;
	float: left;
}

.news .date {
	display: inline-block;
	margin-right: 20px;
}

.top_topic {
	margin-top: 80px;
}



/* ----------------------------------------------------------------------
company
----------------------------------------------------------------------*/
/*profile*/
.profile {
	margin-bottom: 60px;
}

.profile .kadota {
	/* width: 70%; */
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.profile .maisya {
	/* width: 55%; */
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.profile .maisya img {
	width: 50%;
}

.prof-logo {
	display: inline-block;
	width: 130px;
	height: 34px;
	position: relative;
}

.prof-logo:after {
	content: "Amanogi";
	position: absolute;
	top: 50%;
	right: -55%;
	transform: translateY(-50%);
}

.profile dt,
.profile dd {
	vertical-align: middle;
}

.profile dt {
	width: 20%;
	text-align: center;
	border-right: solid 1px #B9B9B9;
	padding: 5px;
	font-weight: bold;
}

.profile dd {
	margin-left: 20px;
	width: 80%;
	padding: 5px;
}

.table {
	display: table;
	width: 100%;
	border: solid #B9B9B9;
	border-width: 0 1px 1px 1px;
}

.table:nth-child(1) {}

.table .cell {
	display: table-cell;
}

.br-tp {
	border-top: solid 1px #B9B9B9;
}

.company_wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	max-width: 1200px;
	margin: auto auto;
}

.company_item p {
	margin-bottom: 1em;
	line-height: 1.8em;
	font-feature-settings: "pkna";
	text-align: justify;
}

.company_flex1 {
	max-width: 690px;
}

.company_flex2 {
	max-width: 390px;
	margin-left: 20px;
}

.access_wrap {
	display: flex;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.access_item {
	width: 300px;
	line-height: 1.5em;
	letter-spacing: -0.05em;
}

ul.timeline_wrap li {
	display: block;
	line-height: 1.7em;

}

ul.timeline_wrap p {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
}

.timeline_img {
	margin: 0 0 20px 97px;
}

p.timeline_date {
	position: relative;
	color: #0f5f04;
	margin-right: 1em;
}

p.timeline_date:before {
	content: "";
	position: absolute;
	width: 2px;
	height: 25px;
	background: #0f5f04;
	top: 0;
	left: 96px;
}

p.timeline_txt a {
	color: #0f5f04;
	position: relative;
	text-decoration: underline;

}

p.timeline_txt a:after {
	content: url("../img/company/timeline/link.png");
	position: absolute;
	top: 1px;
	padding-left: 5px;
}

/* ----------------------------------------------------------------------
product 
----------------------------------------------------------------------*/

/*カテゴリリスト*/

ul.productlist_wrap {
	display: flex;
	align-items: flex-start;
}

ul.product_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	flex-wrap: wrap;
}

ul.productlist_wrap {
	flex-wrap: no-wrap;
}

ul.productlist_wrap li {
	border-left: 1px solid #666;
	padding: 0 1.5em 0 1em;
}

ul.productlist_wrap li:last-child {
	border-right: 1px #999 solid;
}

li.productlist_item a {
	display: block;
}

li.productlist_item span.hover-action a:hover {
	color: #83A363;
	opacity: 1;
}


/* 矢印 */

.arrow,
.arrow-up {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

.arrow::before,
.arrow::after,
.arrow-up::before,
.arrow-up::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.arrow::before {
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow-up::before {
	left: 0;
	top: 10;
	width: 6px;
	height: 6px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}

.hover-action {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition: 0.3s transform;
	transition: 0.3s transform;
}

.hover-action:hover,
.hover-action:focus,
.hover-action:active {
	-webkit-transform: translateX(4px);
	transform: translateX(4px);
}

.hover-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s transform ease-out;
	transition-duration: 0.3s transform ease-out;
}

.hover-float:hover,
.hvr-float:focus,
.hvr-float:active {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}



/*商品リスト*/

#item01 {
	background: url(../img/product/bg_item1.png);
}

#item02 {
	background: url(../img/product/bg_item2.png);
}

#item03 {
	background: url(../img/product/bg_item3.png);
}

#item04 {
	background: url(../img/product/bg_item4.png);
}

#item05 {
	background: url(../img/product/bg_item5.png);
}

#item01,
#item02,
#item03,
#item04,
#item05 {
	background: no-repeat left top;
	margin: -40px 0 40px;
	padding-top: 30px;
	line-height: 1.6em;
}

ul.gift {
	margin-top: -10px;
}

ul.product_wrap li {
	width: 176px;
	line-height: 1.6em;
}

ul.product_wrap li:nth-child(4n) {
	margin-right: 0 !important;
}

li.product_item {
	width: 176px;
}

li.product_item p {
	line-height: 1.5em;
	margin-top: 0.5em;
}

/*ページトップヘ戻る*/
.back_top {
	text-align: right;
	width: 764px;
	margin-bottom: 40px;
	font-size: 13px;
}



/* ----------------------------------------------------------------------
contact
----------------------------------------------------------------------*/

section p.contact_item {
	margin-bottom: 20px;
}

p.contact_item+p {
	padding-bottom: 50px;
}

form table {
	margin-bottom: 50px;
}

form table tr th,
form table tr td {
	padding: 10px;
	vertical-align: middle;
}

form table tr td input,
form table tr td textarea {
	padding: 10px;
	width: 100%;
	background: transparent;
	border: 1px solid #AAAAAA;
}

#btn_center {
	width: 600px;
	margin: 0 auto;
	text-align: right;
}

#btn_center input[type=reset],
#btn_center input[type=submit],
#formWrap input[type=button],
.conf input[type=button],
.conf input[type=submit] {
	width: 150px;
	text-align: center;
	line-height: 50px;
	background: transparent;
	border: 1px solid #AAAAAA;
	cursor: pointer;
	color: #AAAAAA;
	font-weight: bold;
	transition: 0.5s ease-in-out;
}

#btn_center input[type=reset]:hover,
#btn_center input[type=submit]:hover,
#formWrap input[type=button]:hover,
.conf input[type=button]:hover,
.conf input[type=submit]:hover {
	background: #AAAAAA;
	color: #ffffff;
}

#btn_center input[type=reset],
#btn_center input[type=submit] {
	margin-right: 40px;
}

#formWrap input[type=button],
.conf input[type=button],
.conf input[type=submit] {
	margin-bottom: 50px;
}

.txt-red {
	color: red;
}

#formWrap h4 {
	font-size: 18px;
}

#formWrap .error_messe {
	margin-bottom: 20px;
}

.thanks h2 {
	font-size: 18px;
}

.thanks .btn {
	margin-top: 30px;
	padding-bottom: 20px;
	text-decoration: underline;
}

.mb1 {
	margin-bottom: 1em;
}