@charset "utf-8";
/*
Theme Name: ap-mng theme
Theme URL: ap-mng.com
Description: 
Author: k.toma
Version: 1.0.0
Licnecnse: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Global */
@import url('https://use.fontawesome.com/releases/v5.10.1/css/all.css');

/* =Reset default browser CSS. Based on work by Eric Meyer.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	color: inherit;
	text-decoration: none;
}
a img {
	border: 0;
	vertical-align: bottom;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/* common layout */
html,
html * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, a, p, strong, span, td, li {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, Arial, メイリオ, sans-serif;
	font-size: 1.2rem;
	line-height: 2;
	letter-spacing: .5px;
	-webkit-font-smoothing: antialiased;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	transition: .2s;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.6rem;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.flex-row2 {
	display: flex;
}

.inner {
	max-width: 787px;
	width: 90%;
	margin: 0 auto;
}

/* theme layout */
.wrapper {
	height: 100%;
	min-height: 100vh;
	position: relative;
	background: #f9f9f9;
	padding-bottom: 140px;
}
main {
	margin: 4% auto 0;
	padding-bottom: 8%;
	max-width: 1120px;
	width: 95%;
}
.content {
	width: 60%;
	margin: 0 auto;
}
.subhead {
	border-left: 4px solid #333;
	padding-left: 2%;
	background: #fff;
	font-weight: bold;
	margin-bottom: 2%;
}
.header-wrap {
	background: #fff;
}
footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	background: #1b1b1c;
	font-size: 1rem;
	height: 140px;
	padding-top: 8px;
}
footer .flex-row2 {
	justify-content: space-around;
}
footer p {
	color: #fff;
}
footer i {
	color: #cc6600;
}
.footer-logo {
	margin: 0;
}
.footer-logo figcaption p {
	line-height: 1.5;
}
.footer-link-wrap {
	height: auto;
	width: 35%;
}
.footer-link-inner {
	position: relative;
	height: 100%;
	padding: 8% 0;
}
.footer-map-link {
	color: #fff;
	border: 1px solid #fff;
	padding: 2% 0;
	display: block;
	text-align: center;
	letter-spacing: 1px;
}
.footer-map-link:hover {
	background: #ffe4c4;
	color: #32373c;
}
.footer-map-link i {
	font-size: 1.4rem;
}
.footer-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
	white-space: nowrap;
}
.footer-link a {
	color: #9a9a9a;
	font-size: 1.05rem;
	padding: 1%;
}
.footer-link a:hover {
	opacity: .7;
}
.copyright {
	font-size: 1rem;
	color: #9a9a9a;
}
nav,
nav ul {
	height: 100%;
}
nav ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
}
nav ul li a:hover {
	opacity: .7;
}
.header-wrap {
	position: relative;
}
.header-logo-link {
	display: block;
}
.header-logo-link img {
	height: 100%;
	width: 370px;
	padding-top: 50px;
}
.header-description {
	padding-top: 20px;
	padding-bottom: 10px;
}
.header-description p {
	font-size: 1.35rem;
}
#breadcrumbs {
	margin-top: 2%;
}
#breadcrumbs a {
	color: #8e8e8e;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.4;
	padding: 0 .5%;
}
#breadcrumbs a:hover {
	opacity: .7;
}
#breadcrumbs span {
	color: #000;
}
.breadcrumb_last {
	color: #222;
	font-size: 1.2rem;
	padding-left: .5%;
}
/* element design */
.page-title {
	margin-top: 8%;
	margin-bottom: 8%;
	position: relative;
	padding-left: 1%;
	border-bottom: 4px solid #696969;
	font-weight: bold;
	line-height: 1.4;
}

/* pc layout */
@media (min-width: 768px) {
	.header-inner {
		text-align: center;
		padding-bottom: 2%;
	}
	.header-description {
		margin: 0 auto;
	}
	.header-logo-link {
		text-align: center;
	}
	.navigation {
		width: 100%;
		height: 52px;
		background: #1b1b1c;
	}
	.sp-menu {
		display: none;
	}
	nav {
		max-width: 780px;
		margin: 0 auto;
	}
	nav ul {
		display: table;
	    width: 100%;
	    table-layout: fixed;
		height: 100%;
	}
	nav ul li {
		display: table-cell;
	    position: relative;
		vertical-align: middle;
	}
	nav ul li a {
		position: relative;
	}
	nav ul li a:after {
		position: absolute;
		content: '';
		right: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #9b8d77;
	}
	nav ul li:first-child a:before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		background: #9b8d77;
	}

}

@media (max-width: 767px) {
	h1 {
		font-size: 1.8rem;
	}
	h2 {
		font-size: 1.6rem;
	}
	h2 {
		font-size: 1.4rem;
	}
	.wrapper {
		padding-bottom: 320px;
	}
	footer {
		height: auto;
	}
	.footer-link {
		position: relative;
		padding: 3% 0 1%;
		text-align: center;
	}
	.footer-link-inner {
		padding-bottom: 0;
	}
	.footer-logo figcaption p {
		white-space: nowrap;
	}
	.copyright {
		line-height: 1;
	}
	.flex-row2 {
		display: block;
	}
	.flex-row2 > * {
		width: 100%;
	}
	.header-wrap, 
	.header-inner, 
	.header-logo-link {
		height: 55px;
	}
	.header-inner {
		width: 80%;
		margin: 0;
	}
	.header-logo-link {
		width: 260px;
		display: inline-block;
	}
	.header-logo-link img {
		width: 90%;
		object-fit: contain;
		padding-top: 0;
		padding-left: 8px;
	}
	.header-description {
		display: none;
	}
	.sp-menu {
		display: block;
		position: absolute;
		top: 30px;
		right: 16px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 99;
	}
	.sp-menu-bar-wrap {
		float: left;
		margin-bottom: 6px;
	}
	.sp-menu-bar {
		background-color: #9b8d77;
		display: block;
		width: 32px;
		height: 3px;
		border-radius: 4px;
	}
	.sp-menu-bar + .sp-menu-bar {
		margin-top: 6px;
		transition: .3s
	}
	.active .sp-menu-bar:first-child {
		transform: rotate(45deg);
		transition: .3s
		
	}
	.active .sp-menu-bar:nth-child(2) {
		position: relative;
		top: -8px;
		transform: rotate(-45deg);
		transition: .3s
	}
	.active .sp-menu-bar:last-child {
		display: none;
		transition: .3s
	}
	.navigation {
		display: none;
		position: absolute;
		top: 55px;
		right: 0;
		left: 0;
		bottom: 0;
		background: #1b1b1c;
		opacity: .8;
		z-index: 999;
	}
	nav ul li {
		padding: 6% 0;
	}
	main {
		padding-bottom: 0;
	}
	.content {
		margin-bottom: 125px;
	}
}
@media (max-width: 460px) {
	h2 {
		font-size: 1.4rem;
	}
	.wrapper {
		padding-bottom: 260px;
		overflow-x: hidden;
	}
}
