@charset "utf-8";
/*
Theme Name: aipricom
Author: aipricom
*/
/* ==================================================
reset
================================================== */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@700&display=swap') screen and (min-width : 480px);
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 {
	outline: none;
	text-decoration: underline;
}
a:link,
a:visited {
	color: #384225;
	background-color: transparent;
	transition-duration: 0.1s;
}
::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,
#wrap_main,
#top_main,
footer {
	width: 100%;
	min-width: 1200px;
	clear: both;
}
#title,
#pnavi,
#main,
#top_news,
#top_menu,
#top_sns,
#footer,
#fcontact {
	width: 1180px;
	margin: 0 auto;
}
/* ==================================================
header
================================================== */
#header {
	width: 100%;
	min-width: 1200px;
	padding: 7px 0 7px 2%;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	background-color: rgba(255,255,255,0.60);
}
#header.top {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100;
}
#hlogo {
	margin-right: auto;
}
#hlogo a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
#hlogo img {
	width: auto;
	height: 50px;
}
#sp_menu {
	display: none;
}
/* ==================================================
gnavi
================================================== */
#gnavi {
	padding: 0 185px 0 0;
}
#gnavi ul {
	margin: 0;
	list-style: none;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#gnavi > ul > li {
	position: relative;
	padding-left: 7px;
	background: url("img/header/gnavi.png") no-repeat left center;
	background-size: auto 23px;
}
#gnavi > ul > li:first-of-type {
	padding-left: 0;
	background: none;
}
#gnavi > ul > li > a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #323232;
	font-weight: 500;
}
/* ==================================================
main
================================================== */
#wrap_main {
	padding-bottom: 50px;
}
/* title
--------------------------- */
#wrap_title {
	background-color: #ae2534;
	background-size: cover;
	background-position: center center;
	position: relative;
}
/*
#wrap_title::after {
	content: "";
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url("img/contents/title_bg2.png") no-repeat center center;
}
*/
#wrap_title.titlebg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}
/*
#wrap_title.titlebg::after {
	bottom: auto;
	height: 396px;
	background: url("img/contents/title_bg.png") no-repeat center top;
}
*/
div.titlebg #title {
	padding: 175px 0 130px;
}
#title {
	padding: 60px 0
}
div.titlebg #title h1,
div.titlebg #title p.ttl {
	font-size: 250%;
}
#title h1,
#title p.ttl {
	position: relative;
	z-index: 3;
	margin: 0;
	font-size: 200%;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 0 0 5px #000000;
	line-height: 1.2;
	text-align: center;
}
/* pnavi
--------------------------- */
#pnavi {
	padding: 5px 0;
	position: relative;
	z-index: 3;
}
#pnavi span {
	margin: 0 0.5em;
}
/* ==================================================
footer
================================================== */
#wrap_footer {
	padding: 45px 0 105px;
	background: url("img/footer/footer_bg.png") no-repeat left top;
	background-size: auto 360px;
	background-color: #f2f2f2;
}
#footer {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
footer #gt_float_wrapper {
	top: 10px !important;
}
footer .gt_float_switcher {
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

/* finfo
--------------------------- */
#flogo {
	margin: 0 0 20px;
}
#flogo img {
	width: auto;
	height: 50px;
}
#fadd {
	text-shadow: 0 0 5px #ffffff, 0 0 5px #ffffff, 0 0 5px #ffffff;
}
#fadd span {
	display: block;
}

/* fservice
--------------------------- */
#fservice {
	margin: 25px 0 0 0;
}
#fservice ul {
	display: flex;
	width: 670px;
	margin: 0 0 0 auto;
	list-style: none;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 20px;
}
#fservice ul li {
	padding: 10px 20px;
	text-align: center;
}
#fservice p.img {
	margin: 0 0 5px;
}
#fservice p.img img {
	height: 80px;
	width: auto;
}
#fservice p.txt {
	font-size: 80%;
}

/* fnavi
--------------------------- */
#fnavi {
	display: flex;
	justify-content: center;
}
#fnavi ul {
	margin: 0 3.5em;
	list-style: none;
}
#fnavi li a {
	color: inherit;
	text-decoration: none;
}

/* fcontact
--------------------------- */
#wrap_fcontact {
	position: fixed;
	z-index: 10;
	left: 0;
	right: 0;
	bottom: 0;
	min-width: 1200px;
	background: url("img/footer/fcontact_bg.png") repeat center top #b79258;
	padding: 10px 0;
}
#fcontact {
	display: flex;
	z-index: 5;
	justify-content: center;
	align-items: center;
	padding: 0 60px;
	box-sizing: border-box;
}
#fcontact p.ttl {
	font-weight: bold;
	color: #ffffff;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.6);
	padding: 0 30px 0 0;
}
#fcontact p.tel {
	font-weight: bold;
	font-size: 163%;
	color: #ffffff;
	text-shadow: 3px 3px 5px rgba(0,0,0,0.6);
	padding: 0 30px 0 32px;
	background: url("img/footer/fcontact_tel.png") no-repeat left top 9px;
	background-size: auto 25px;
}
#fcontact ul {
	display: flex;
	list-style: none;
	border-left: 2px dashed #ffffff;
}
#fcontact ul li {
	width: 260px;
	padding: 0 0 0 30px;
}
#fcontact ul li a {
	display: block;
	padding: 10px 25px;
	color: #ffffff;
	background-color: #ae2534;
	text-decoration: none;
	text-align: center;
	font-weight: 500;
	position: relative;
}
#fcontact ul li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* pagetop
--------------------------- */
#pagetop {
	position: fixed;
	bottom: 6px;
	right: 6px;
	z-index: 10;
}
#pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #384225;
	opacity: 0.8;
	transition-duration: 0.3s;
	text-indent: -9999px;
	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 {
	font-size: 107%;
	line-height: 2;
}
#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;
	font-size: 0.1%;
	line-height: 0.1;
	text-indent: -9999px;
}
#contents p {
	margin-bottom: 0.8em;
}
#contents p.update {
	margin: 0 0 0.4em;
}
#contents h1 {
	clear: both;
	margin: 0 0 1.5em;
	padding: 6px 15px;
	color: #ffffff;
	background-color: #384225;
	line-height: 1.3;
	font-size: 150%;
	font-weight: bold;
}
#contents h2 {
	clear: both;
	margin: 3em 0 2.8em;
	padding: 0 0 27px;
	text-align: center;
	line-height: 1.3;
	font-size: 180%;
	font-weight: bold;
	background: url("img/contents/h2_bg.png") no-repeat center bottom;
	background-size: auto 20px;
}
#contents h3 {
	margin: 1.5em 0 0.8em;
	padding: 0 0 0 35px;
	line-height: 1.3;
	font-size: 120%;
	font-weight: bold;
	background: url("img/contents/h3_bg.png") no-repeat left top 7px;
	background-size: 30px auto;
}
#contents h4 {
	margin: 1.5em 0 0.8em;
	color: #ae2534;
	font-size: 110%;
	font-weight: bold;
}
#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;
	line-height: 2;
	position: relative;
}
#contents ul:not([class]) li::before {
	content: "";
	display: block;
	position: absolute;
	left: -1em;
	top: 0.8em;
	width: 0.6em;
	height: 0.6em;
	background-color: #ad8e5c;
	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 {
	line-height: 2;
}
#contents ol li:before {
	position: absolute;
	display: block;
	width: 2em;
	left: -2.5em;
	top: 0.4em;
	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.4em;
	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.7em;
	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 60px;
	border-style: none;
	background-color: #ad8e5c;
	color: #FFFFFF;
	font-weight: 500;
	cursor: pointer;
	-webkit-appearance: none;
	transition-duration: 0.1s;
}
#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;
	line-height: 1.7;
}
#contents table th,
#contents table td {
	padding: 15px 20px;
	border-bottom: 1px solid #999999;
	vertical-align: top;
}
#contents table th {
	color: #9e7f52;
	text-align: left;
	font-weight: bold;
}
#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: #384225 2px solid;
	text-align: center;
}
#contents div.backblog a {
	margin: 0 5px;
	padding: 5px 30px;
	color: #ffffff;
	background-color: #ad8e5c;
	border: 1px solid #ad8e5c;
	text-decoration: none;
	display: inline-block;
}
/* archive_list
--------------------------- */
#contents ul.archive_list {
	margin: 1.5em 0;
	list-style: none;
}
#contents ul.archive_list li {
	margin: 0;
	padding: 15px 20px;
	box-sizing: border-box;
	border-bottom: #CCCCCC 1px dotted;
	display: flex;
}
#contents ul.archive_list li p.date {
	width: 10em;
	margin: 0;
}
#contents ul.archive_list li p.ttl {
	margin: 0;
	flex: 1;
}
/* child_list
--------------------------- */
#contents ul.child_list {
	margin: 3em 0 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#contents ul.child_list li {
	width: 570px;
	margin: 0 0 20px 40px;
}
#contents ul.child_list li:nth-of-type(2n+1) {
	margin: 0 0 20px;
}
#contents ul.child_list li a {
	display: block;
	padding: 15px 30px 15px 20px;
	border: 1px solid #ad8e5c;
	background-color: #F8F6F5;
	text-decoration: none;
	font-weight: 500;
	position: relative;
}
#contents ul.child_list li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ad8e5c;
	border-right: solid 2px #ad8e5c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents ul.child_list li a p {
	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;
	-webkit-transform: rotate(45deg);
	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 td h4 {
	font-weight: bold;
	font-size: 100%;
}
#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: #ae2534 4px solid;
}
/* fill_box
--------------------------- */
#contents p.fill_box {
	clear: both;
	margin: 1.5em 0;
	padding: 20px 30px;
	background-color: #efeae6;
}
#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: #efeae6;
	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 60px;
	color: #ffffff;
	background-color: #ad8e5c;
	font-weight: 500;
	text-decoration: none;
	position: relative;
}
#contents a.link_btn::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contents a.link_btn:first-of-type {
	margin-left: 0;
}
#contents a.link_btn:last-of-type {
	margin-right: 0;
}
/* qa_h3
--------------------------- */
#contents h3.qa_h3 {
	background: none;
	padding: 10px 0 10px 50px;
	border-bottom: 1px solid #ae2534;
	border-radius: 1% / 50%;
	border-bottom-right-radius: 0;
	position: relative;
}
#contents h3.qa_h3::before {
	content: "Q";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	color: #ffffff;
	background-color: #ae2534;
	border-radius: 30% / 50%;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	box-sizing: border-box;
	padding: 6px 10px 0;
	font-weight: bold;
	font-size: 110%;
}
/* ==================================================
top
================================================== */
/* top_slide
--------------------------- */
#top_slide {
	position: relative;
	overflow: hidden;
}
#top_slide p.title {
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 4%;
	right: 4%;
	transform: translateY(-50%);
	color: #ffffff;
	line-height: 1.8;
	font-size: 281%;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	text-shadow: 0 0 8px rgba(0,0,0,0.8), 0 0 2px rgba(0,0,0,8);
}
#top_slide p.image {
	width: 100%;
	height: 40vw;
	min-height: 600px;
	position: relative;
}
#top_slide p.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* top_about
--------------------------- */
#wrap_top_about {
	background: url("img/top/about_bg.jpg") no-repeat center top #efeae6;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}
#wrap_top_about2 {
	padding: 165px 0 200px;
	min-height: 550px;
	border-bottom: 250px solid #ffffff;
}
#top_about {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#top_about div.text {
	width: 505px;
	background-color: #ffffff;
	border-radius: 40px;
	padding: 30px;
	box-sizing: border-box;
}
#top_about h2 {
	font-size: 150%;
	font-family: "Noto Serif JP", serif;
	color: #3c6754;
	margin: 0 0 0.6em;
}
#top_about p.txt {
	font-size: 106%;
	line-height: 1.7;
	margin: 0 0 1em;
}
#top_about ul {
	list-style: none;
	display: flex;
}
#top_about li {
	flex: 1;
	margin: 0 8px 0 0;
}
#top_about li:nth-of-type(2) {
	margin: 0 0 0 8px;	
}
#top_about li a {
	display: block;
	font-size: 100%;
	font-weight: 500;
	color: #ffffff;
	background-color: #ae2534;
	text-decoration: none;
	padding: 20px 25px 20px 20px;
	position: relative;
}
#top_about li a::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 12px;
	margin: -6px 0 0 0;
	border-left: solid 8px #ffffff;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
}
#top_about p.img1 {
	position: absolute;
	left: 340px;
	top: -55px;
}
#top_about p.img2 {
	position: absolute;
	left: -105px;
	top: -70px;
}
#top_about p.img3 {
	position: absolute;
	left: -134px;
	top: 368px;
}
#top_about p.narast {
	position: absolute;
	left: 477px;
	top: 322px;
}
#wrap_top_about p.image {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

/* top_news
--------------------------- */
#top_news {
	display: flex;
	align-items: center;
	position: relative;
	padding: 50px 0;
}
#top_news h2 {
	width: 300px;
	min-height: 240px;
	padding: 65px 80px 110px 20px;
	box-sizing: border-box;
	background: url("img/top/news_bg.png") no-repeat left top;
	background-size: auto 240px;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
}
#top_news ul {
	flex: 1;
	margin: 0;
	list-style: none;
}
#top_news li {
	border-bottom: #808080 1px solid;
}
#top_news li:first-of-type {
	border-top: #808080 1px solid;
}
#top_news li a {
	color: #323232;
	display: flex;
	position: relative;
	padding: 15px 40px 15px 20px;
	text-decoration: none;
}
#top_news li a::after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #c2584a;
	border-right: solid 2px #c2584a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#top_news li p.date {
	width: 10em;
}
#top_news li p.ttl {
	flex: 1;
}
#top_news p.more {
	position: absolute;
	left: 48px;
	top: 185px;
}
#top_news p.more a {
	display: block;
	border: 1px solid #c2584a;
	padding: 8px 30px 8px 30px;
	text-decoration: none;
	font-weight: 500;
	color: #c2584a;
	background-color: #ffffff;
}

/* top_menu
--------------------------- */
#wrap_top_menu {
	padding: 90px 0;
	background: url("img/top/menu_bg.png") no-repeat center top #efeae6;
}
#top_menu > div {
	display: flex;
	align-items: center;
	margin: 0 0 20px;
	position: relative;
}
#top_stay {
	background-color: #ad8e5c;
}
#top_cuisine {
	background-color: #ae2534;
}
#top_facility {
	background-color: #384225;
	margin: 0;
}
#top_menu h2 {
	position: absolute;
	z-index: 2;
	left: 20px;
	top: 20px;
	background: url("img/top/menu_ttl.png") no-repeat center center;
	background-size: 119px auto;
	width: 119px;
	height: 118px;
	text-align: center;
	color: #755e3e;
	line-height: 1.3;
	font-size: 156%;
	font-family: "Noto Serif JP", serif;
	padding: 43px 30px 10px;
	box-sizing: border-box;
}
#top_cuisine h2 {
	left: auto;
	right: 20px;
}
#top_facility h2 {
	padding: 27px 30px 10px;
}
#top_menu p.image {
	width: 660px;
}
#top_menu div.text {
	flex: 1;
	color: #ffffff;
	padding: 10px 60px 10px 40px;
}
#top_menu p.sttl {
	font-size: 188%;
	font-family: "Noto Serif JP", serif;
	margin: 0 0 1em;
}
#top_menu p.txt {
	margin: 0 0 2.5em;
}
#top_menu p.more a {
	display: block;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 8px;
}
#top_cuisine p.image {
	order: 2;
}
#top_cuisine div.text {
	order: 1;
	padding: 10px 40px 10px 60px;
}

/* top_sns
--------------------------- */
#top_sns {
	text-align: center;
	padding: 50px 0;
}
#top_sns h2 {
	font-size: 188%;
	font-weight: bold;
	margin: 0 0 1em;
}
#top_sns iframe {
	margin: 0 0 15px;
}
#top_sns span {
	display: inline-block;
	vertical-align: middle;
	font-size: 188%;
	font-weight: 500;
	margin: 0 1em 0 0;
}
#top_sns p.more a {
	display: inline-block;
	vertical-align: middle;
	font-size: 125%;
	font-weight: 500;
	color: #323232;
	text-decoration: none;
	background: url("img/top/instagram_icon.png") no-repeat left 30px center;
	background-size: auto 40px;
	padding: 20px 35px 20px 100px;
	border: 1px solid #000000;
}

/* ==================================================
align
================================================== */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
img.alignleft {
	margin: 0 30px 20px 0;
}
img.alignright {
	margin: 0 0 20px 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 #ad8e5c;
	color: inherit;
	display: inline-block;
	text-decoration: none;
}
.wp-pagenavi span.current {
	background-color: #ad8e5c;
	color: #fff;
}
/* ==================================================
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;
}
/* ==================================================
clearfix
================================================== */
#main::after,
#contents::after,
.float_clear::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0.1%;
	line-height: 0.1;
	clear: both;
	visibility: hidden;
}
/* ==================================================
hover
================================================== */
@media screen and (min-width : 480px) {
	a:hover,
	a:active {
		color: #755e3e;
	}
	#gnavi > ul > li > a:hover {
		color: #755e3e;
	}
	#fnavi li a:hover {
		text-decoration: underline;
	}
	#fcontact a:hover {
		background-color: #7e0004;
	}
	#top_about li a:hover,
	#top_news p.more a:hover {
		color: #ffffff;
		background-color: #7e0004;
		border-color: #7e0004;
	}
	#top_news a:hover,
	#top_sns p.more a:hover {
		background-color: #F8F6F5;
	}
	#top_menu p.more a:hover {
		background-color: #ffffff;
	}
	#top_stay p.more a:hover {
		color: #ad8e5c;
	}
	#top_cuisine p.more a:hover {
		color: #ae2534;
	}
	#top_facility p.more a:hover {
		color: #384225;
	}
	#pagetop a:hover {
		opacity: 1;
	}
	#contents ul.child_list li a:hover {
		background-color: #ffffff;
	}
	#contents input[type="submit"]:hover,
	#contents input[type="button"]:hover {
		background-color: #384225;
	}
	#contents div.backblog a:hover,
	#contents a.link_btn:hover {
		background-color: #384225;
		color: #ffffff;
	}
	.wp-pagenavi a:hover {
		background-color: #ad8e5c;
		color: #ffffff;
	}
}