@charset "UTF-8";
/*--------------------------------------------------------------------------------

Structure

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

body {
	background: url(../img/common_img/body_bg.jpg) repeat 0 0;
	font-family: 'NotoSansRegular';
	color: #524642;
	overflow-x: hidden;
}
@media print, screen and (max-width:768px) {
body {
	min-width: 1240px;
	margin-top: -185px;
}
}
div, h2, h3, h4, h5, p, li, dt, dd, th, td {
	word-break: normal;
	word-wrap: break-word;
	font-size: 16px;
}
.flex_container {
	display: flex;
}
#sns_area {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 412px;
	width: 80px;
	text-align: center;
	z-index: 999;
}
#sns_area li.sns_link {
	margin-bottom: 12px;
}
#sns_area li.sns_link img{
    width: 35px;
    height: auto;
}
.fix_tel img {
	padding-bottom: 15px;
	background-image: linear-gradient(to right, #c4b6a9, #c4b6a9 2px, transparent 2px, transparent 4px);
	background-size: 4px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
.fix_mail {
	padding-top: 15px;
	margin-bottom: 30px;
}
#sns_area li a:hover {
	opacity: 0.7;
	transition: 0.2s;
}
.copy {
	margin: auto;
	position: fixed;
	top: 37%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 30px;
	z-index: 999;
}
.copy small {
	display: inline-block;
	transform: rotate(90deg);
	transform-origin: 10px 10px;
	font-size: 10px;
	color: #6b945d;
}
.more_btn {
	display: inline-block;
	width: 360px;
	height: 56px;
	line-height: 56px;
	background: #524642;
	border-radius: 60px;
	text-align: center;
}
.more_btn a {
	display: block;
	width: 100%;
	height: auto;
	color: #fff;
	text-decoration: none;
}
.more_btn:hover {
	transition: 0.2s;
	background: #958f8d;
}
.more_btn span {
	display: inline-block;
	position: relative;
	height: 56px;
	padding-left: 3em;
	background: url(../img/common_img/ico_more_arrow.png) no-repeat left center;
}
/*------------------------------------------------------------Header*/

header {
	margin: auto;
	width: 100%;
	height: 100px;
}
#header {
	width: 100%;
	display: flex;
	align-items: center;
}
h1 {
	padding: 10px 80px 0;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
	color: #c9b28e;
}

.header_logo {
	margin-top: 10px;
	padding-left: 80px;
	text-align: left;
}
.header_logo img {
	margin: 0;
}
nav#mainnavi {
	margin-top: 10px;
	margin-left: auto;
	padding-right: 80px;
	align-content: flex-end;
}
nav#mainnavi .mnav {
	display: flex;
}
nav#mainnavi .mnav li {
	margin: 0 0 0 30px;
	font-size: 16px;
	position: relative;
}
nav#mainnavi .mnav li a {
	color: #665d4f;
	text-decoration: none;
}
nav#mainnavi .mnav li:hover::after, nav#mainnavi .mnav li.active::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -6px;
	background-image: linear-gradient(to right, #6d955e, #6d955e 2px, transparent 2px, transparent 4px);
	background-size: 4px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
nav#mainnavi .mnav li.menu01 {
	padding-left: 24px;
	background: url(../img/navi_img/ico_home.png) no-repeat left center;
}
nav#mainnavi .mnav li.menu02 {
	padding-left: 21px;
	background: url(../img/navi_img/ico_farm.png) no-repeat left center;
}
nav#mainnavi .mnav li.menu03 {
	padding-left: 23px;
	background: url(../img/navi_img/ico_market.png) no-repeat left center;
}
nav#mainnavi .mnav li.menu04 {
	padding-left: 20px;
	background: url(../img/navi_img/ico_order.png) no-repeat left center;
}
nav#mainnavi .mnav li.menu05 {
	padding-left: 19px;
	background: url(../img/navi_img/ico_blog.png) no-repeat left center;
}
.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
header.fixed {
	position: fixed;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 70px;
}
header.fixed #header {
	width: 100%;
	height: 70px;
	position: absolute;
	z-index: 999;
	top: 0;
}
header.fixed #header h1 {
	display: none;
}
header.fixed .header_logo img {
	width: 80%;
}
header::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.0);
	top: -70px;
	z-index: 0;
}
header.fixed::before {
	background-color: rgba(255, 255, 255, 1.0);
	top: 0;
	transition: all 0.3s;
	z-index: 0;
}
/*------------------------------------------------------------Contents*/

.container {
	height: auto;
	width: 1140px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#pankuzu .container {
	padding-bottom: 0;
}
/*box*/

.box {
	clear: both;
	margin-bottom: 20px;
}
/*anchor*/
.anchor01 {
	margin-top: -250px;
	padding-top: 250px;
}
.anchor02 {
	margin-top: -180px;
	padding-top: 180px;
}
/*------------------------------------------------------------Side*/

/*sidebanner*/

#sidebanner {
	margin-bottom: 20px;
}
#sidebanner div {
	margin-bottom: 10px;
}
#sidebanner div:last-child {
	margin-bottom: 0px;
}
/*sideinfo*/

#sideinfo {
	background: #ccc;
	padding: 10px;
	margin-bottom: 20px;
}
#sideinfo dl dt {
	font-size: 14px;
	font-weight: bold;
}
/*カレンダー更新プログラム（サイドカラム）フォーマット*/

.calendar {
	padding: 10px 9px;
	margin: 0 0 10px;
	border: 1px solid #ccc;
	position: relative;
}
.calendar .cal_title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.calendar .month {
	font-size: 11px;
	font-weight: bold;
	color: #389e7c;
	text-align: right;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 999;
}
.calendar .month strong {
	font-size: 16px;
}
.calendar table {
	background: #ffffec;
	width: 100%;
	border-collapse: collapse;
}
.calendar table th, .calendar table td {
	font-size: 12px;
	text-align: center;
	padding: 5px 0;
}
.calendar table th {
	color: #fff;
	background: #389e7c;
	font-weight: bold;
}
.calendar table td.color01 {
	color: #fff;
	font-weight: bold;
	background: url(../img/common_img/holiday.png) no-repeat center center;
}
.calendar table td.color02 {
	font-weight: bold;
	background: url(../img/common_img/half.png) no-repeat center center;
}
.calendar table td.color03 {
	font-weight: bold;
	background: url(../img/common_img/monday.png) no-repeat center center;
}
.calendar ul.page_ctl {
	text-align: center;
	background: #ffffec;
	padding: 8px 10px;
	margin: 0 0 10px;
}
.calendar ul.page_ctl li {
	font-size: 12px;
	color: #389e7c;
}
ul.page_ctl li a {
	color: #389e7c;
	text-decoration: underline;
}
.calendar ul.page_ctl li a:hover {
	color: #999;
}
.calendar ul.page_ctl .ctl_left {
	float: left;
}
.calendar ul.page_ctl .ctl_right {
	float: right;
}
.calendar .tx_color01 {
	float: left;
	margin-right: 20px;
	font-size: 1.4rem;
	padding: 0 0 0 15px;
	background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
.calendar .tx_color02 {
	float: left;
	font-size: 1.4rem;
	padding: 0 0 0 15px;
	background: url(../img/common_img/half_s.png) no-repeat left center;
}
.calendar .tx_color03 {
	clear: both;
	font-size: 1.4rem;
	padding: 0 0 0 15px;
	background: url(../img/common_img/monday_s.png) no-repeat left center;
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/

.calender02 .calender_nav {
	width: 260px;
	margin: 0 auto;
	text-align: center;
}
.calender02 div.date {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.calender02 .calender_table {
	overflow-x: auto;
	clear: both;
	position: relative;
}
.calender02 table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
.calender02 table tr th {
	text-align: center;
	background: #CBCBCB;
	border: 1px dotted #6F6F6F;
	border-bottom: 1px solid #6F6F6F;
	padding: 10px;
	width: 14%;
}
.calender02 table tr td {
	text-align: center;
	border: 1px dotted #6F6F6F;
	padding: 10px;
}
.calender02 table tr.tr_date td {
	background: #E5E5E5;
}
.calender02 table tr.tr_text td {
	height: 60px;
	vertical-align: top;
}
.calender02 .bg_color01 {
	background: #D5A8A9;
}
.calender02 .bg_color02 {
	background: #B1CAD8;
}
.calender02 .tx_color01 {
	color: #D5A8A9;
}
.calender02 .tx_color02 {
	color: #B1CAD8;
}
/*------------------------------------------------------------Footer*/




footer {
	width: 100%;
	min-width: 1140px;
	text-align: center;
	background: url(../img/common_img/f_line_bg.png) repeat-x 0 0;
}
.f_info {
	padding-top: 90px;
}
.f_info dt {
	margin-bottom: 25px;
}
.f_info dd {
	font-size: 16px;
}
.f_info .tel_tx {
	font-weight: 900;
	font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
}
.f_navi {
	margin: 50px auto 35px;
}
.f_navi li {
	padding: 0 2em;
	display: inline-block;
	font-size: 14px;
}
.f_navi li a {
	text-decoration: none;
	color: #5c564d;
}
.f_navi li a:hover {
	transition: 0.2s;
	color: #958f8d;
}
/*Copyright*/

#footer small {
	line-height: 110%;
	font-size: 10px;
	font-style: normal;
	text-align: right;
}
/*------------------------------------------------------------Page Top*/

#pagetop {
	position: fixed;
	bottom: 0;
	right: 20px;
}
/*------------------------------------------------------------splink*/

body {
	padding-top: 190px;
}
.splink {
	position: absolute;
	top: 0;
	z-index: 10000;
	text-align: center;
	width: 100%;
	padding: 30px 0;
	background: #F2F2F2;
	box-shadow: 0 0 6px 0 #9B9B9B;
}
.splink a {
	position: relative;
	margin: 0 30px;
	background: #fff;
	color: #A5A5A5;
	text-decoration: none;
	font-weight: bold;
	font-size: 45px;
	padding: 20px 0;
	border-radius: 4px;
	border: 6px solid #A5A5A5;
	display: block;
}
/*--------------------------------------------------------------------------------

Main Content Decorations

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

/*------------------------------------------------------------breadcrumbs*/

#pankuzu {
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
#pankuzu ol {
	list-style: none;
	float: right;
}
#pankuzu ol li {
	float: left;
	font-size: 12px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li:first-child {
	padding: 0 7px 0 0;
	background: none;
}
/*------------------------------------------------------------Common_banner*/

.common_banner {
	border-top: 1px dotted #CCC;
	padding: 20px 0 0 0;
	text-align: center;
}
/*------------------------------------------------------------Title*/

/*Pagetitle*/

#pagetitle {
	margin-bottom: 50px;
	height: 250px;
	position: relative;
}
#pagetitle .pagetitle_container {
	width: calc(100% - 160px);
	height: 250px;
	margin: 0 auto;
	overflow: hidden;
	border: 3px solid #fff;
}
#pagetitle .title_tx {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.title01 {
	margin: 2em auto 1em;
	padding: 0 0 0.3em 55px;
	text-align: left;
	font-size: 28px;
	font-family: "NotoSansMedium";
	background: url(../img/common_img/title_po.png) no-repeat left center;
	background-size: 45px 49px;
	color: #37562f;
	position: relative;
}
.title01::after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -6px;
	background-image: linear-gradient(to right, #6d955e, #6d955e 2px, transparent 2px, transparent 4px);
	background-size: 4px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
}
main .title01:first-of-type {
	margin-top: 0;
}
.title02 {
	margin: 1.5em auto 1em;
	padding: 0.2em 0.8em;
	background: rgba(102, 93, 79, 0.5);
	box-shadow: 0px 0px 0px 5px rgba(102, 93, 79, 0.5);
	border: dashed 2px rgba(255, 255, 255, 0.4);
	text-align: left;
	font-size: 22px;
}
.title03 {
	text-align: center;
	font-size: 20px;
	text-align: center;
	font-family: "NotoSansMedium";
}
.title03 .fab {
	display: inline-block;
	margin-right: 0.3em;
	color: #6d955e;
}
/*TitleBar*/

.titlebar {
	border: solid 1px #ddd;
	clear: both;
	padding: 8px;
	margin-bottom: 20px;
	background: #F2F2F2;
	/* CSS3 */
	border-radius: 3px;
	text-shadow: 1px 1px 0 #FFF;
	/* Webkit */
	-webkit-border-radius: 3px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
	/* Firefox */
	-moz-border-radius: 3px;
	background: -moz-linear-gradient(top, #fff, #eee);
	/* IE10 */
	background: linear-gradient(to bottom, #eee, #fff);
  /* IE old */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	zoom: 1;
}
.titlebar span {
	border-left: 5px solid #40ADE7;
	padding: 3px 10px;
	font-size: 15px;
	font-weight: bold;
}
.titlebar a {
	color: #000;
}
/*OnePoint_img*/

.icon_point01 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 10px 35px;
	background: url(../img/common_img/point_01.gif) no-repeat 0 5px;
	/* CSS3 */
	text-shadow: 1px 1px 1px #F2F2F2;
}
.icon_point01 span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
	padding-left: 5px;
}
/*OnePoint_border*/

.icon_point02 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0px 0 0px 10px;
	border-left: 4px solid #666;
	text-shadow: 1px 1px 1px #F2F2F2;
}
.icon_point02 span {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
/*OnePoint_Arrow*/

.icon_arrow {
	padding: 3px 0 3px 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 9px;
}
/*------------------------------------------------------------Text*/

/*TextRight*/

.tx_right {
	text-align: right;
}
/*TextLeft*/

.tx_left {
	text-align: left;
}
/*TextCenter*/

.tx_cent {
	text-align: center;
}
/*bold*/

.tx_bold {
	font-style: normal;
	font-weight: bold;
}
/*TextRed*/

.tx_red {
	color: #C33;
}
/*attention*/

.attention {
	font-size: 11px;
	line-height: 150%;
}
/*------------------------------------------------------------Float*/

/*FloatLeft*/

.float_left {
	float: left;
}
/*FloatRight*/

.float_right {
	float: right;
}
/*ClearBoth*/

.clearboth {
	clear: both;
}
/*Phbox*/

.phbox_right {
	float: right;
	margin-left: 20px;
}
.phbox_left {
	float: left;
	margin-right: 20px;
}
/*------------------------------------------------------------Photo positiopn*/

.ph_cent {
	text-align: center;
}
.ph_cent img {
	margin-bottom: 10px;
	margin: 0 auto;
}
.ph_left {
	float: left;
	margin-right: 10px;
}
.ph_right {
	float: right;
	margin-left: 10px;
}
.ph_left img, .ph_right img {
	display: block;
}
/*------------------------------------------------------------Margin*/

/*MarginTop*/

.margin_t05 {
	margin-top: 5px;
}
.margin_t10 {
	margin-top: 10px;
}
.margin_t20 {
	margin-top: 20px;
}
.margin_t30 {
	margin-top: 30px;
}
.margin_t40 {
	margin-top: 40px;
}
.margin_t50 {
	margin-top: 50px;
}
/*MarginBottom*/

.margin_b05 {
	margin-bottom: 5px;
}
.margin_b10 {
	margin-bottom: 10px;
}
.margin_b20 {
	margin-bottom: 20px;
}
.margin_b30 {
	margin-bottom: 30px;
}
.margin_b40 {
	margin-bottom: 40px;
}
.margin_b50 {
	margin-bottom: 50px;
}
/*MarginRight*/

.margin_r05 {
	margin-right: 5px;
}
.margin_r10 {
	margin-right: 10px;
}
.margin_r15 {
	margin-right: 15px;
}
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft*/

.margin_l05 {
	margin-left: 50px;
}
.margin_l10 {
	margin-left: 10px;
}
.margin_l15 {
	margin-left: 15px;
}
.margin_l20 {
	margin-left: 20px;
}
/*------------------------------------------------------------Line*/

hr.line_01 {
	height: 2px;
	clear: both;
	margin: 20px 0px;
	background-image: linear-gradient(to right, #c5ae8e, #c5ae8e 2px, transparent 2px, transparent 4px);
	background-size: 4px 2px;
	background-position: bottom;
	background-repeat: repeat-x;
	border: 0;
}
.space_10 {
	height: 10px;
	clear: both;
}
.space_20 {
	height: 20px;
	clear: both;
}
.space_30 {
	height: 30px;
	clear: both;
}
.space_10 hr, .space_20 hr, .space_30 hr {
	display: none;
}
/*------------------------------------------------------------ClearFix*/

.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Image Effects*/

/*Hoverimg*/

a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*Hoverimg_fade*/

a:hover img.hoverimg_fade {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.6;
}
/*Hoverimg_dark*/

.hoverimg_dark {
	background: #000;
}
.hoverimg_dark img:hover {
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	opacity: 0.5;
}
/*hoverimg_big*/

.hoverimg_big {
	overflow: hidden;
}
.hoverimg_big img {
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.hoverimg_big img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
/*hoverimg_small*/

.hoverimg_small {
	overflow: hidden;
}
.hoverimg_small img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.3s ease;
	-o-transition: -o-transform 0.3s ease;
	-ms-transition: -ms-transform 0.3s ease;
	transition: transform 0.3s ease;
}
.hoverimg_small img:hover {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
/*hoverimg_smalldark*/

.hoverimg_smalldark {
	overflow: hidden;
	background: #000;
}
.hoverimg_smalldark img {
	/*????*/
	opacity: 1;
	/*??`?E?k??*/
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	/*transition????i????I?ω??j*/
	transition: transform 0.3s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.3s ease, opacity 0.5s ease;
	-moz-transition: -moz-transform 0.3s ease, opacity 0.5s ease;
	-o-transition: -o-transform 0.3s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.3s ease, opacity 0.5s ease;
}
.hoverimg_smalldark img:hover {
	/*????*/
	opacity: 0.5;
	/*??`?E?k??*/
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
}
/*------------------------------------------------------------Table*/

/*table basic*/

table.table_basic {
	border-top: 1px solid #CCC;
	border-collapse: collapse;
	margin: 0 0 15px;
}
table.table_basic th {
	white-space: nowrap;
	text-align: center;
	font-weight: normal;
	border-right: 1px solid #CCC;
	background: #EEE;
	/* CSS3 */
	text-shadow: 1px 1px 0 #FFF;
}
table.table_basic td {
	text-align: left;
}
table.table_basic th, table.table_basic td {
	border-bottom: 1px solid #CCC;
	padding: 8px 10px;
	vertical-align: middle;
}
table.table_basic .table_border {
	border-right: 1px solid #CCC;
}
table.table_basic td.price {
	text-align: right;
	font-weight: bold;
	color: #900;
	vertical-align: middle;
}
/*------------------------------------------------------------Txt Frame*/

/*txt_frame*/

.txt_frame {
	border: 1px solid #CCC;
	padding: 15px;
	background: #f2f2f2;
	/* CSS3 */
	border-radius: 5px;
	/* Webkit */
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 1px 1px 1px #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#fff));
	/* Firefox */
	-moz-border-radius: 5px;
	-moz-box-shadow: 1px 1px 1px #fff;
	background: -moz-linear-gradient(top, #F2F2F2, #fff);
  /* IE */
  filter: progid:DXImageTransform.Microsoft.gradient (startColorstr=#F2F2F2, endColorstr=#ffffffff);
	zoom: 1;
}
/*------------------------------------------------------------List*/

/*list basic*/

ul.list_basic li {
	padding: 0 0 0 10px;
	background: url(../img/common_img/arrow.gif) no-repeat 0 5px;
}
/*list dot*/

ul.list_dot li {
	padding: 0 0 0 9px;
	background: url(../img/common_img/icon_dot.gif) no-repeat left center;
}
/*list following01*/

.list_following01 ul {
	list-style-type: none;
	border-left: 1px solid #CCC;
	margin-right: 15px;
	float: left;
}
.list_following01 ul li {
	text-align: left;
	padding: 0 0 0 25px;
	background: url(../img/common_img/arrow.gif) no-repeat 13px 5px;
}
/*list following02*/

ul.list_following02 {
	list-style-type: none;
}
ul.list_following02 li {
	width: 49%;
	float: left;
	background: url(../img/common_img/arrow.gif) no-repeat 0px 5px;
}
ul.list_following02 li:nth-child(even) {
	float: right;
}
ul.list_following02 li:nth-child(2n+1) {
	clear: both;
}
ul.list_following02 a, ul.list_following02 span {
	display: block;
	padding: 0 0 0 12px;
}
/*list num*/

ol.list_num li {
	list-style: none;
	background: url(../img/common_img/icon_num01.png) no-repeat left 1px;
	padding-left: 25px;
}
ol.list_num li:nth-child(2) {
	background: url(../img/common_img/icon_num02.png) no-repeat left 1px;
}
ol.list_num li:nth-child(3) {
	background: url(../img/common_img/icon_num03.png) no-repeat left 1px;
}
ol.list_num li:nth-child(4) {
	background: url(../img/common_img/icon_num04.png) no-repeat left 1px;
}
ol.list_num li:nth-child(5) {
	background: url(../img/common_img/icon_num05.png) no-repeat left 1px;
}
/*list two Column*/

ul.list_2column {
	margin: 0 -10px -20px;
}
ul.list_2column li {
	margin-bottom: 20px;
	width: 50%;
	float: left;
}
ul.list_2column li:nth-child(2n+1) {
	clear: both;
}
ul.list_2column li figure {
	display: block;
	text-align: center;
	margin: 0 10px 10px;
}
ul.list_2column li figure img {
	width: 100%;
	height: auto;
}
ul.list_2column li p {
	display: block;
	margin: 0 10px;
}
/*list three Column*/

ul.list_3column {
	margin: 0 -10px -10px;
}
ul.list_3column li {
	margin-bottom: 10px;
	width: 33.333%;
	float: left;
}
ul.list_3column li:nth-child(3n+1) {
	clear: both;
}
ul.list_3column li figure {
	display: block;
	text-align: center;
	margin: 0 10px 10px;
}
ul.list_3column li figure img {
	width: 100%;
	height: auto;
}
ul.list_3column > li > p {
	display: block;
	margin: 0 10px;
}
/*------------------------------------------------------------Link related*/
.cts_intro h3 {
	padding: 110px 0 0 140px;
	font-family: 'Noto Serif SC', serif;
	font-weight: 700;
	color: #6e543b;
	font-size: 43px;
	text-shadow: 0 -1px 2px rgba(255, 255, 255, 0.4), 0 1px 2px rgba(255, 255, 255, 0.4), -1px 0 2px rgba(255, 255, 255, 0.4), 1px 0 2px rgba(255, 255, 255, 0.4), 0 0 5px rgba(255, 255, 255, 0.8), 0 -2px 3px rgba(255, 255, 255, 0.6), 0 2px 3px rgba(255, 255, 255, 0.6), -2px 0 3px rgba(255, 255, 255, 0.6), 2px 0 3px rgba(255, 255, 255, 0.6), 0 2px 10px rgba(255, 255, 255, 0.8), 0 -2px 10px rgba(255, 255, 255, 0.8), 2px 0 10px rgba(255, 255, 255, 0.8), -2px 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(255, 255, 255, 1);
}
.cts_intro h3 span {
	font-size: 58px;
	color: #486f29;
}
.cts_p {
	line-height: 1.5;
	margin-bottom: 1em;
}
.cts_p.tx_left {
	text-align: left;
}
.com_info {
	margin-top: 2em;
}
.com_info .in_dl {
	display: flex;
	align-items: center;
	margin-bottom: 0.6em;
}
.com_info .in_dl dt {
	width: 5em;
	padding: 0.2em 1em;
	border-radius: 20px;
	background: #5f5c55;
	color: #fff;
	text-align: center;
}
.com_info .in_dl dd {
	padding: 0 1em;
}
.com_info .in_dl ul {
	text-align: left;
}