@charset "utf-8";
/*
Theme Name: aipricom
Author: aipricom
*/
/* ==================================================
reset
================================================== */
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.5;
	background-color: #FFFFFF;
	color: #323232;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
blockquote,
form,
input {
	margin: 0;
	padding: 0;
}
img {
	border: none;
	vertical-align: top;
}
li,
dt,
dd {
	line-height: 1.5;
}
table {
	font-size: 100%;
	line-height: 1.5;
	border-collapse: collapse;
	border-spacing: 0;
}
form,
input,
select {
	font-size: 100%;
}
a {
	text-decoration: underline;
	transition-duration: 0.1s;
}
a:link,
a:visited {
	color: #85873d;
	background-color: transparent;
}
::placeholder {
	color: #b3b3b3;
}
.sp_only {
	display: none;
}
body,
#contents input[type="submit"],
#contents input[type="button"],
#contents input[type="text"],
#contents textarea,
#contents select,
body.mceContentBody {
	font-family: "Noto Sans JP", sans-serif;
}
/* ==================================================
layout
================================================== */
header,
main,
footer {
	width: 100%;
	min-width: 1200px;
	clear: both;
}
#pnavi,
#main,
#top_message,
#top_news,
#top_committed,
#wrap_top_menu,
#wrap_top_gathering,
#footer,
#fnavi ul {
	width: 1180px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#header {
	display: flex;
	padding: 7px 0;
	justify-content: space-between;
	align-items: center;
	min-width: 1200px;
}
#sp_menu {
	display: none;
}
/* top_header
--------------------------- */
#header.home {
	display: block;
	position: absolute;
	z-index: 10;
	right: 0;
	left: 0;
	top: 0;
}
#header.home #gnavi {
	width: 1180px;
	margin: 0 auto;
}
#header.home #gnavi ul {
	width: 100%;
	margin: 0;
}
/* hlogo
--------------------------- */
#hlogo a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
#hlogo p {
	padding: 0 25px;
}
#hlogo p img {
	width: 270px;
	height: auto;
}
/* gnavi
--------------------------- */
#gnavi ul {
	width: 860px;
	padding: 0 25px;
	margin: 0 0 0 auto;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
}
#gnavi li {
	flex-grow: 1;
	position: relative;
}
#gnavi li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	bottom: 7px;
	background-color: #577848;
	width: 2px;
}
#gnavi li:last-of-type::after {
	content: "";
	position: absolute;
	right: 0;
	top: 7px;
	bottom: 7px;
	background-color: #577848;
	width: 2px;
}
#gnavi li a {
	display: block;
	padding: 8px 10px;
	line-height: 1.3;
	text-decoration: none;
	text-align: center;
	color: #000000;
	font-weight: 600;
	-webkit-text-stroke: 2px #ffffff;
	text-stroke: 2px #ffffff;
	paint-order: stroke;
	background: url("img/header/gnavi_on.png") no-repeat center bottom;
	background-size: 0;
}
/* ==================================================
main
================================================== */
#main {
	margin-bottom: 50px;
}
/* title
--------------------------- */
#wrap_title {
	position: relative;
	background-size: cover;
	background-position: center;
	background-color: #577848;
}
#title {
	position: relative;
	z-index: 2;
	padding: 155px 20px 130px;
	background: none;
	background-color: rgba(0, 0, 0, 0.2);
	text-align: center;
}
#title h1,
#title p.ttl {
	margin: 0;
	padding: 0 0 50px;
	font-size: 250%;
	font-weight: bold;
	line-height: 1.2;
	color: #ffffff;
	text-shadow: 2px 2px 10px #000000;
	background: url("img/contents/title_bg.png") no-repeat center bottom / auto 35px;
}
#title p.eng {
	vertical-align: top;
	margin: 0 0 0.6em;
	font-size: 125%;
	font-weight: 700;
	color: #ffffff;
	line-height: 1.2;
	text-shadow: 2px 2px 10px #000000;
}
/* pnavi
--------------------------- */
#pnavi {
	padding: 10px 0;
}
#pnavi span {
	margin: 0 0.5em;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 20px 0;
	background: url("img/footer/background.png") repeat center top #eae3dc;
}
#footer {
	display: flex;
	justify-content: space-between;
}
#footer div.finfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-grow: 1;
}
#footer p.flogo {
	padding: 0 60px 0 0;
}
#footer p.flogo img {
	width: 120px;
	height: auto;
}
#footer p.add {
	background: url("img/footer/add.png") no-repeat left center / auto 25px;
	padding: 5px 0 5px 40px;
}
#footer p.add br {
	display: none;
}
#footer p.tel {
	background: url("img/footer/tel.png") no-repeat left center / auto 25px;
	padding: 5px 0 5px 40px;
	font-size: 138%;
	font-weight: bold;
}
#footer p.open {
	background: url("img/footer/open.png") no-repeat left center / auto 25px;
	padding: 5px 0 5px 40px;
}
#footer p.open br {
	display: none;
}
#footer p.closed {
	background: url("img/footer/closed.png") no-repeat left center / auto 25px;
	padding: 5px 0 5px 40px;
}
#footer ul.flink {
	list-style: none;
	display: flex;
	align-items: center;
	width: 411px;
}
#footer ul.flink li {
	margin: 5px 10px;
	background-color: #ffffff;
	border-radius: 15px;
	overflow: hidden;
	flex: 1;
}
#footer ul.flink a {
	display: block;
	padding: 92px 5px 13px;
	color: #577848;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#footer ul.flink li.instagram a {
	background: url("img/footer/instagram.png") no-repeat center top 25px / auto 50px #ffffff;
}
#footer ul.flink li.access a {
	background: url("img/footer/access.png") no-repeat center top 23px / auto 52px #ffffff;
}
#footer ul.flink li.contact a {
	background: url("img/footer/contact.png") no-repeat center top 26px / auto 46px #ffffff;
}
#footer div.fmap {
	display: none;
}
/* top_footer
--------------------------- */
#wrap_footer.home {
	padding: 35px 0;
}
#wrap_footer.home #footer div.finfo {
	display: block;
	padding: 35px 0 0;
}
#wrap_footer.home #footer p.flogo {
	padding: 0 10px 0 0;
}
#wrap_footer.home #footer div.fdata {
	margin: 0 15px 10px;
}
#wrap_footer.home #footer p.add {
	padding: 7px 0 5px 40px;
}
#wrap_footer.home #footer p.add br {
	display: block;
}
#wrap_footer.home #footer p.tel {
	padding: 5px 0 5px 40px;
}
#wrap_footer.home #footer p.open {
	padding: 5px 0 7px 40px;
}
#wrap_footer.home #footer p.open br {
	display: block;
}
#wrap_footer.home #footer p.closed {
	padding: 7px 0 7px 40px;
}
#wrap_footer.home #footer ul.flink {
	width: 375px;
}
#wrap_footer.home #footer ul.flink li {
	margin: 4px;
}
#wrap_footer.home #footer div.fmap {
	display: block;
}
#wrap_footer.home #footer div.fmap iframe {
	border: 5px solid #ffffff;
}
/* fnavi
--------------------------- */
#fnavi {
	display: flex;
	background-color: #577848;
}
#fnavi ul {
	list-style: none;
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
#fnavi li {
	padding: 0 1.3em;
}
#fnavi li a {
	padding: 0 0 0 15px;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}
#fnavi li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin: -3px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	transform: rotate(45deg);
}
/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border: 2px solid #ffffff;
	background-color: #577848;
	opacity: 0.8;
	transition-duration: 0.3s;
	position: relative;
}
#pagetop a::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	border-top: #fff 2px solid;
	border-left: #fff 2px solid;
	transform: translate(-50%, -20%) rotate(45deg);
}
/* ==================================================
contents
================================================== */
#contents a[target="_blank"]::after {
	margin: 0 5px;
	content: url(img/admin/exlink.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a.eximg::after {
	content: none;
}
#contents a.icon_link::after {
	margin: 0 5px;
	content: url(img/admin/link.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a.icon_pdf::after,
#contents a[href$=".pdf"]::after {
	margin: 0 5px;
	content: url(img/admin/pdf.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a[href$=".xlsx"]::after,
#contents a[href$=".xls"]::after {
	margin: 0 5px;
	content: url(img/admin/xls.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents a[href$=".docx"]::after,
#contents a[href$=".doc"]::after {
	margin: 0 5px;
	content: url(img/admin/doc.png);
	vertical-align: middle;
	line-height: 0.1;
}
#contents img {
	max-width: 100%;
}
#contents table img {
	max-width: inherit;
}
#contents iframe {
	border: none;
}
#contents #contents_top {
	margin-bottom: 50px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents p.update {
	margin: -1.8em 0 0.3em;
	color: #709e42;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.5em;
	padding: 10px 20px;
	border-top: #48603c 1px solid;
	border-bottom: #48603c 1px solid;
	line-height: 1.3;
	font-size: 156%;
	font-weight: 600;
}
#contents h2 {
	clear: both;
	margin: 1.8em 0 1.5em;
	padding: 20px 0 0;
	line-height: 1.3;
	font-size: 175%;
	font-weight: 600;
	text-align: center;
	background: url("img/contents/h2_bg.png") no-repeat center top / auto 15px;
}
#contents h2::first-letter {
	color: #709e42;
}
#contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 28px;
	line-height: 1.3;
	font-size: 150%;
	font-weight: 600;
	background: url("img/contents/h3_bg.png") no-repeat left top 3px / 20px auto;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	font-size: 113%;
	font-weight: 600;
	color: #48603c;
}
#contents ul {
	margin: 0 0 0.8em 1.5em;
	list-style: none;
}
#contents ul ul {
	margin: 0 0 0 1em;
}
#contents ul li {
	margin: 0.4em 0;
	position: relative;
}
#contents ul:not([class]) li::before {
	content: "";
	display: block;
	position: absolute;
	left: -1em;
	top: 0.5em;
	width: 0.6em;
	height: 0.6em;
	background-color: #709e42;
	border-radius: 50%;
}
#contents ol {
	margin: 0 0 0.8em 2.2em;
	list-style: none;
	counter-reset: cnt;
}
#contents ol ol,
#contents ol ol ol {
	margin: 0 0 0 1em;
	counter-reset: cnt;
}
#contents ol > li,
#contents ol ol > li,
#contents ol ol ol > li {
	margin: 0.4em 0;
	counter-increment: cnt;
	position: relative;
}
#contents ol li:before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 0.2em;
	content: counter(cnt) ".";
	line-height: 1;
	text-align: right;
}
#contents ol ol li:before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 0.2em;
	content: "(" counter(cnt) ") ";
	line-height: 1;
	text-align: right;
}
#contents ol ol ol li:before {
	position: absolute;
	display: block;
	width: 1.2em;
	height: 1.2em;
	left: -2em;
	top: 0.4em;
	content: counter(cnt);
	border: #211613 1px solid;
	border-radius: 50%;
	font-size: 70%;
	line-height: 1.2;
	text-align: center;
}
#contents input[type="submit"],
#contents input[type="button"] {
	margin: 0 5px;
	padding: 12px 5em;
	border-style: none;
	background-color: #577848;
	color: #FFFFFF;
	font-weight: 500;
	cursor: pointer;
	-webkit-appearance: none;
}
#contents input[type="text"],
#contents textarea,
#contents select {
	font-size: 100%;
	border: #ddd 1px solid;
	padding: 5px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0;
	color: inherit;
}
/* table
--------------------------- */
#contents table {
	margin: 1.5em 0;
}
#contents table th,
#contents table td {
	padding: 15px 20px;
	border: 1px solid #eae3dc;
	border-right: none;
	border-top: 10px solid #ffffff;
	vertical-align: top;
}
#contents table th {
	background-color: #eae3dc;
	text-align: left;
	font-weight: 600;
}
#contents table td:first-of-type {
	border-left: none;
}
#contents table p,
#contents table ul,
#contents table ol,
#contents table ul li,
#contents table ol li {
	margin-top: 0;
	margin-bottom: 0;
}
/* form_table
--------------------------- */
#contents form.contact {
	padding: 10px 50px;
	background-color: #f8f8f8;
}
#contents table.form_table {
	width: 100%;
}
#contents table.form_table th,
#contents table.form_table td {
	padding: 10px 0;
	border: none;
}
#contents table.form_table th {
	width: 25%;
	padding-right: 1em;
	background: none;
	text-align: right;
	vertical-align: middle;
}
#contents table.form_table th span::before {
	content: "※";
	margin-right: 0.2em;
	color: #ff0000;
}
#contents table.form_table textarea {
	width: 100%;
}
#contents table.form_table input[type="checkbox"],
#contents table.form_table input[type="radio"] {
	margin-right: 5px;
}
#contents table.form_table label {
	margin-right: 30px;
}
/* form_btn
--------------------------- */
#contents .form_btn {
	margin: 30px 0;
	text-align: center;
}
/* backblog
--------------------------- */
#contents div.backblog {
	clear: both;
	padding: 50px 0 0;
}
#contents div.backblog p {
	margin: 0;
	padding: 20px 0 0;
	border-top: #577848 2px solid;
	text-align: center;
}
#contents div.backblog a {
	margin: 0 5px;
	padding: 5px 30px;
	border: 2px solid #577848;
	color: inherit;
	text-decoration: none;
	display: inline-block;
}
#contents div.backblog a[rel="prev"],
#contents div.backblog a[rel="next"] {
	padding: 5px 20px;
}

/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 1.5em 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
	align-items: top;
}
#contents ul.archive_list li {
	width: 380px;
	margin: 0 0 30px;
}
#contents ul.archive_list li a {
	color: inherit;
	text-decoration: none;
}
#contents ul.archive_list li p.img {
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 8px;
	transition-duration: 0.1s;
}
#contents ul.archive_list li p.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#contents ul.archive_list li p.date {
	width: 10em;
	color: #577848;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 0.3em;
}
#contents ul.archive_list li p.ttl {
	flex: 1;
	color: #323232;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: underline;
	transition-duration: 0.1s;
	margin: 0;
}

/* link_list
--------------------------- */
#contents ul.link_list {
	margin-left: 3em;
}
#contents ul.link_list li {
	position: relative;
}
#contents ul.link_list li.child {
	margin-left: 1em;
}
#contents ul.link_list li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-top: solid 2px #aaa;
	border-right: solid 2px #aaa;
	display: block;
	position: absolute;
	top: 0.6em;
	left: -1em;
	transform: rotate(45deg);
}
/* ==================================================
style class
================================================== */
/* layout_table
--------------------------- */
#contents table.layout_table {
	width: 100%;
	margin: 0;
}
#contents table.layout_table > tbody > tr > td {
	padding: 0 20px;
	background: none;
	border: none;
	vertical-align: top;
}
#contents table.layout_table > tbody > tr > td:first-child {
	padding-left: 0;
}
#contents table.layout_table > tbody > tr > td:last-child {
	padding-right: 0;
}
#contents table.layout_table td > h2:first-child,
#contents table.layout_table td > h3:first-child,
#contents table.layout_table td > h4:first-child,
#contents table.layout_table td > table:first-child {
	margin-top: 1em;
}
#contents table.layout_table > tbody > tr > td > p,
#contents table.layout_table > tbody > tr > td > ul,
#contents table.layout_table > tbody > tr > td > ol {
	margin-bottom: 0.8em;
}
#contents table.layout_table > tbody > tr > td > ul li,
#contents table.layout_table > tbody > tr > td > ol li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
/* layout_table2
--------------------------- */
#contents table.layout_table2 > tbody > tr > td {
	padding: 5px;
	border: none;
	vertical-align: top;
	line-height: 1.3;
}
#contents table.layout_table2 > tbody > tr > td:first-child {
	padding-left: 0;
}
#contents table.layout_table2 > tbody > tr > td:last-child {
	padding-right: 0;
}
/* border_box
--------------------------- */
#contents .border_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	border: #577848 4px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	background-color: #ecf2e9;
}
#contents table.fill_box {
	clear: both;
	width: 100%;
	margin: 1.5em 0;
	border-collapse: separate;
	border-spacing: 20px;
}
#contents table.fill_box td {
	padding: 20px 30px;
	background-color: #ecf2e9;
	border: none;
	vertical-align: top;
}
#contents table.fill_box td h2:first-child,
#contents table.fill_box td h3:first-child,
#contents table.fill_box td h4:first-child,
#contents table.fill_box td table:first-child {
	margin-top: 0;
}
#contents table.fill_box > tbody > tr > td > p,
#contents table.fill_box > tbody > tr > td > ul,
#contents table.fill_box > tbody > tr > td > ol {
	margin-bottom: 0.8em;
}
#contents table.fill_box > tbody > tr > td > ul li,
#contents table.fill_box > tbody > tr > td > ol li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
}
/* link_btn
--------------------------- */
#contents a.link_btn {
	display: inline-block;
	margin: 10px;
	padding: 12px 5em 12px 4em;
	border: 2px solid #577848;
	color: inherit;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
#contents a.link_btn::after {
	content: "→";
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}
#contents a.link_btn:first-of-type {
	margin-left: 0;
}
#contents a.link_btn:last-of-type {
	margin-right: 0;
}
/* ==================================================
top
================================================== */
/* top_slide
--------------------------- */
#top_slide li {
	height: 875px;
}
#top_slide li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* top_main
--------------------------- */
#top_main {
	position: relative;
	overflow: hidden;
}
#top_main h1 {
	position: absolute;
	z-index: 5;
	left: 50%;
	top: 175px;
	transform: translateX(-50%);
}
#top_main div.title {
	line-height: 1.3;
	background: url("img/top/title_bg.png") no-repeat left center / auto 31px;
	padding: 0 0 0 55px;
}
#top_main div.title h2 {
	font-size: 188%;
	margin: 0 0 0.2em;
}
#top_main div.title p {
	color: #85873d;
	font-size: 125%;
}
#top_main p.more {
	display: inline-block;
}
#top_main p.more a {
	display: block;
	background: url("img/top/link_icon.png") no-repeat right 10px center / auto 30px;
	text-decoration: none;
	color: #577848;
	font-size: 113%;
	font-weight: 500;
	padding: 15px 70px 15px 15px;
	border-bottom: 1px solid #577848;
}
/* top_message
--------------------------- */
#wrap_top_message {
	background: url("img/top/message_bg.jpg") repeat-x center center / auto 100%;
	padding: 55px 0 80px;
}
#top_message {
	position: relative;
}
#top_message h2 {
	display: inline-block;
	font-size: 219%;
	color: #577848;
	background: url("img/top/message_h2_bg.png") no-repeat left bottom / 217px auto;
	padding: 0 35px 10px 10px;
	margin: 0.2em 0 0.8em;
}
#top_message p.txt {
	width: 775px;
	font-size: 113%;
	font-weight: 500;
	line-height: 2;
}
#top_message p.img {
	position: absolute;
	right: -35px;
	top: 0;
}
/* top_news
--------------------------- */
#top_news {
	padding: 75px 0 95px;
	position: relative;
}
#top_news div.title {
	text-align: center;
	background-position: center top;
	padding: 40px 0 0;
	margin: 0 0 35px;
}
#top_news ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: top;
}
#top_news li {
	width: 380px;
}
#top_news li a {
	color: inherit;
	text-decoration: none;
}
#top_news li p.img {
	height: 250px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 0 8px;
	transition-duration: 0.1s;
}
#top_news li p.img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#top_news li p.date {
	width: 10em;
	color: #577848;
	font-weight: 500;
	line-height: 1.3;
	margin: 0 0 0.3em;
}
#top_news li p.ttl {
	flex: 1;
	color: #323232;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: underline;
	transition-duration: 0.1s;
}
#top_news p.more {
	position: absolute;
	right: 0;
	top: 135px;
}
/* top_committed
--------------------------- */
#wrap_top_committed {
	background: url("img/top/committed_bg.jpg") no-repeat center bottom, linear-gradient(-360deg, #ffffff 0%, #ffffff 78px, #e0e0da 78px, #e0e0da 100%);
	margin: 0 0 110px;
}
#top_committed {
	padding: 25px 0 130px;
}
#top_committed h2 {
	display: inline-block;
	font-size: 219%;
	color: #577848;
	background: url("img/top/committed_h2_bg.png") no-repeat left bottom / 350px auto;
	padding: 0 35px 10px 10px;
	margin: 0.4em 0 1.5em;
}
#top_committed h3 {
	margin: 0 0 0.2em;
}
#top_committed p {
	line-height: 1.7;
}
#top_committed div.txt1 {
	background: url("img/top/committed_h3_bg1.png") no-repeat left top;
	padding: 20px 0 15px 50px;
	margin: 0 220px 10px 465px;
}
#top_committed div.txt2 {
	background: url("img/top/committed_h3_bg2.png") no-repeat left top;
	padding: 35px 0 15px 50px;
	margin: 0 220px 60px 465px;
}
#top_committed div.txt3 {
	background: url("img/top/committed_h3_bg2.png") no-repeat left top;
	padding: 35px 0 15px 50px;
	margin: 0 470px 0 180px;
}
#top_committed div.txt4 {
	background: url("img/top/committed_h3_bg1.png") no-repeat left top;
	padding: 20px 0 15px 50px;
	margin: 0 470px 0 180px;
}
#top_committed h3 {
	font-size: 157%;
	font-weight: 600;
	color: #577848;
}

/* top_menu
--------------------------- */
#wrap_top_menu {
	margin: 0 auto 100px;
}
#top_menu {
	padding: 75px 0 5px;
	min-height: 580px;
	margin: 0 740px 0 0;
	box-sizing: border-box;
	position: relative;
}
#top_menu div.title {
	margin: 0 0 2.5em;
}
#top_menu p.txt {
	line-height: 1.8;
	margin: 0 0 2.8em;
}
#top_menu p.img {
	position: absolute;
	top: 0;
	left: 100%;
	transform: translateX(80px);
}

/* top_gathering
--------------------------- */
#wrap_top_gathering {
	margin: 0 auto 110px;
}
#top_gathering {
	padding: 90px 0 5px;
	min-height: 580px;
	margin: 0 0 0 740px;
	box-sizing: border-box;
	position: relative;
}
#top_gathering div.title {
	margin: 0 0 2.8em;
}
#top_gathering p.txt {
	line-height: 1.8;
	margin: 0 0 2.5em;
}
#top_gathering p.img {
	position: absolute;
	top: 0;
	right: 100%;
	transform: translateX(-80px);
}
/* ==================================================
align
================================================== */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 30px 40px 0;
}
img.alignright {
	margin: 0 0 40px 30px;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.clear {
	clear: both;
}
/* ==================================================
wp-caption
================================================== */
#contents .wp-caption-dd,
#contents p.wp-caption-text {
	margin: 0.2em 0;
	font-size: 90%;
	line-height: 1.3;
}
/* ==================================================
wp-pagenavi
================================================== */
.wp-pagenavi {
	clear: both;
	margin: 50px 0 0;
	text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 2px;
	padding: 5px 15px;
	border: 1px solid #577848;
	color: inherit;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi span.current {
	background-color: #577848;
	color: #ffffff;
}
/* ==================================================
reCAPTCHA
================================================== */
.grecaptcha-badge {
	visibility: hidden;
}
/* ==================================================
mceContentBody
================================================== */
#contents.mceContentBody {
	width: 1180px !important;
	max-width: none !important;
}
body.mceContentBody {
	overflow: visible !important;
	background-image: none !important;
	background-color: #FFFFFF !important;
}
body.mceContentBody div {
	border: #80FF80 1px dashed;
}
body.mceContentBody p {
	border: #80FFFF 1px dashed;
}
body.mceContentBody th,
body.mceContentBody td {
	font-size: 100%;
}
body.mceContentBody table.layout_table > tbody > tr > th,
body.mceContentBody table.layout_table > tbody > tr > td {
	border: #C0C0C0 1px dashed !important;
}
body.mceContentBody .mce-resize-bar {
	display: none !important;
}
/* ==================================================
float_clear
================================================== */
#contents,
.float_clear {
	display: flow-root;
}
/* ==================================================
hover
================================================== */
@media (hover: hover) {
	a:hover,
	a:active {
		font-weight: 600;
	}
	#gnavi li a:hover {
		background-size: 87px auto;
	}
	#fnavi li a:hover {
		text-decoration: underline;
	}
	#footer ul.flink a:hover {
		opacity: 0.7;
	}
	#top_main p.more a:hover {
		display: block;
		background-position: right 5px center;
		background-size: auto 40px;
		border-bottom: 2px solid #534741;
		color: #85873d;
	}
	#top_news li a:hover p.img,
	#contents ul.archive_list li a:hover p.img {
		opacity: 0.8;
	}
	#top_news li a:hover p.ttl,
	#contents ul.archive_list li a:hover p.ttl {
		color: #85873d;
	}
	#pagetop a:hover {
		opacity: 1;
	}
	#contents input[type="submit"]:hover,
	#contents input[type="button"]:hover {
		background-color: #85873d;
	}
	#contents div.backblog a:hover,
	#contents a.link_btn:hover,
	.wp-pagenavi a:hover {
		background-color: #577848;
		color: #fff;
	}
}