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

/* reset */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main, 
input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


:root {
	font-size: 14px;
}
@media (min-width: 768px) {
	:root {
		font-size: 16px;
	}
}
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	line-height: 1.6;
	color: #333;
	background-color: #FFF;
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	box-sizing: border-box;
}
a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	color: rgba(240,130,0,1);
	text-decoration: none;
}
a:active {
}
a img {
	transition: all 0.2s linear;
}
a:hover img {
	opacity: 0.75;
}
.clearfix::after {
	content: "";
	clear: both;
	display: block;
}
strong {
	font-weight: bold;
}
.bd-gray {
	border: 1px solid #CCC;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-05rem {
	margin-bottom: 0.5rem !important;
}
.mb-075rem {
	margin-bottom: 0.75rem !important;
}
.mb-1rem {
	margin-bottom: 1rem !important;
}
.mb-15rem {
	margin-bottom: 1.5rem !important;
}
.mb-2rem {
	margin-bottom: 2rem !important;
}
.mb-25rem {
	margin-bottom: 2.5rem !important;
}
.mb-3rem {
	margin-bottom: 3rem !important;
}

.bgc-red {
	background-color: rgba(230,0,0,1);
}
.bgc-blue {
	background-color: rgba(0,70,160,1);
}
.bgc-purple {
	background-color: rgba(97,97,176,1);
}
.bgc-orange {
	background-color: rgba(240,131,0,1);
}
.bgc-green {
	background-color: rgba(0,160,0,1);
}

.fc-red {
	color: rgba(230,0,0,1);
}
.fc-blue {
	color: rgba(0,70,160,1);
}
.fc-purple {
	color: rgba(240,130,0,1);
}

.container {
	max-width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
}
section,
aside {
	margin-bottom: 5rem;
}
article {
	margin-bottom: 3rem;
}
@media (min-width: 769px) {
	section {
		padding-top: 150px;
		margin-top: -150px;
	}
}
h3 {
	font-size: 1.625rem;
	font-weight: bold;
	border-bottom: solid 0.375rem #AAA;
	position: relative;
	margin-bottom: 3rem;
}
h3::before {
	content: "";
	position: absolute;
	width: 3em;
	height: 0.375rem;
	background: rgba(240,130,0,1);
	top: 100%;
}
h4 {
	font-size: 1.375rem;
	border-bottom: solid 0.1875rem #AAA;
	position: relative;
	margin-bottom: 2rem;
}
h4::before {
	content: "";
	position: absolute;
	width: 2em;
	height: 0.1875rem;
	background: rgba(240,130,0,1);
	top: 100%;
}

/* pagetop */
#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}
@media (min-width: 768px) {
	#pagetop {
		bottom: 20px;
		right: 20px;
	}
}
#pagetop a {
	display: block;
	position: relative;
	background-color: rgba(240,130,0,1);
	color: #FFF;
	text-decoration: none;
	width: 3em;
	height: 3em;
	border-radius: 50%;
	text-align: center;
	opacity: 0.7;
	transition: all 0.2s linear;
}
#pagetop a::after{
	position: absolute;
	top: 1.2em;
	left: 0.95em;
	content: "";
	width: 1.1em;
	height: 1.1em;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	transform: rotate(45deg);
}
#pagetop a:hover {
	opacity: 1;
}

/* header */
header {
	background: #333;
	z-index: 100;
	margin-bottom: 3rem;
}
.index header {
	margin-bottom: 0;
}
.head-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.head-wrap h1 {
	margin-right: auto;
	padding: 12px 2rem 12px 10px;
	background: #555;
	flex: 0 1 auto;
	width: 210px;
}
.head-wrap h1 a:hover img {
	opacity: 1;
}

/*開閉ボタン*/
.head-btn {
	display: block;
	width: 30px;
	height: 23px;
	z-index: 200;
	position: relative;
	flex: 0 0 auto;
	margin-right: 10px;
}
.head-btn span {
	display: block;
	height: 3px;
	background: #FFF;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;	
}
.head-btn span:nth-child(1) {
	top: 0px;
}
.head-btn span:nth-child(2) {
	top: 10px;
}
.head-btn span:nth-child(3) {
	top: 20px;
}
	
/*開閉ボタンopen時*/
.open .head-btn span:nth-child(1) {
	top: 10px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open .head-btn span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open .head-btn span:nth-child(3) {
	top: 10px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.head-wrap nav {
	flex: 1 1 14em;
	padding: 5px;
	background: #333;
}
.top-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.top-nav li {
	flex: 1 1 10em;
	padding: 5px;
	font-size: 1.2rem;
	white-space: nowrap;
}
.top-nav li .small {
	font-size: 0.8em;
}
.top-nav li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	border-radius: 2em;
	padding: 0.2em;
	text-align: center;
}
.top-nav .top-nav-2 a {
	background: rgba(255,235,0,1);
	color: #333;
}
.top-nav .top-nav-1 a {
	background: rgba(240,130,0,1);
}
.global-nav {
	display: none;
	position: absolute;
	z-index: 200;
	width: 100%;
	background-color: #333;
	left: 0;
	top: 100%;
	color: #FFF;
	padding-top: 1em;
}
.global-nav > li {
	border-top: solid 1px #AAA;
	position: relative;
	margin: 0 2em;
}
.global-nav li a {
	text-decoration: none;
	display: block;
	padding: 1em 0;
	cursor: pointer;
}
.global-nav li a:hover {
	color: inherit;
}
.global-nav li:not(.drop) a::after {
	position: absolute;
	top: 50%;
	right: 1.3em;
 	content: "";
	vertical-align: middle;
	width: 0.5em;
	height: 0.5em;
	border-top: 2px solid #AAA;
	border-right: 2px solid #AAA;
	transform: rotate(45deg) translateY(-50%);
}
.global-nav > .drop > a::after {
	position: absolute;
	top: 1rem;
	right: 0.3rem;
 	content: "＋";
	font-size: 1.6rem;
	line-height: 1;
	color: #AAA;
	transition: all 0.3s linear;
}
.global-nav > .open > a::after {
	transform: rotate(45deg);
}
.global-nav > li > ul > li {
	border-top: dashed 1px #AAA;
	position: relative;
	background: #555;
}
.global-nav > li > ul > li a {
	padding-left: 1em;
}

@media (min-width: 480px) {
	.head-wrap {
		flex-wrap: nowrap;
	}
	.head-btn {
		order: 3;
	}
	.top-nav {
		margin: 0 10px;
	}
	.head-wrap h1 {
		width: auto;
	}
}

/* 大きい画面用の設定 */
@media (min-width: 769px) {
	header {
		background: linear-gradient(90deg,#555 0%,#555 50%,#333 50%,#333 100%);
		position: sticky;
		top: 0;
	}
	.head-wrap {
		padding: 0 10px;
	}
	.head-wrap h1 {
		padding-left: 0;
	}
	.head-btn {
		display: none;
	}
	.head-wrap nav {
		padding: 1.5rem 0 0 0;
	}
	.top-nav {
		padding: 0;
		margin: 0 0 1.25rem 0;
		justify-content: flex-end;
		flex-wrap: nowrap;
	}
	.top-nav li {
		padding: 0;
		margin-left: 1.5rem;
		flex: 0 1 11em;
	}
	.top-nav li a {
		transition: all 0.2s linear;
	}
	.top-nav .top-nav-2 a:hover {
		background: rgba(255,250,130,1);
	}
	.top-nav .top-nav-1 a:hover {
		background: rgba(244,161,64,1);
	}
	.global-nav {
		display: flex !important;
		justify-content: flex-end;
		align-items: center;
		position: static;
		background-color: transparent;
		font-size: 1.0625rem;
		padding: 0;
	}
	.global-nav > li {
		border: none;
		text-align: center;
		flex: 0 1 auto;
		margin: 0 0 0 1.8em;
	}
	.global-nav > li > a {
		padding: 0 0 1rem 0;
		transition: all 0.2s linear;
	}
	.global-nav li a:hover {
		color: rgba(240,130,0,1);
	}
	.global-nav li a::after {
		display: none;
	}
	.global-nav li ul {
		position: absolute;
		z-index: 9999;
		top: 100%;
		left: 50%;
		opacity: 0;
		visibility: hidden;
		transition: 0.3s;
		padding: 0 10px;
		background: #666;
		transform: translateX(-50%);
	}
	.global-nav li ul::before {
		content: "";
		position: absolute;
		bottom: 100%;
		left: 50%;
		margin-left: -12px;
		border: 12px solid transparent;
		border-bottom: 15px solid #666;
	}
	.global-nav li:hover ul {
		visibility: visible;
		opacity: 1;
	}
	.global-nav > li > ul > li {
		background: transparent;
	}
	.global-nav li ul li:first-child {
		border-top: none;
	}
	.global-nav li ul li a {
		padding: 0.5rem;
		display: block;
		transition: 0.2s;
		white-space: nowrap;
	}
}

/* footer */
footer {
	margin-top: 2rem;
}
.foot-logo {
	background: linear-gradient(65deg, rgba(255,180,0,1), rgba(205,0,205,1) 50%, rgba(0,205,130,1));
}
.foot-logo ul {
	padding: 2rem 10px;
}
.foot-logo ul li {
	background: #FFF;
	border: solid 1px #AAA;
	text-align: center;
	padding: 1rem 1.5rem;
}
.foot-logo ul li:first-child {
	margin-bottom: 1rem;
}
@media (min-width: 600px) {
	.foot-logo ul {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.foot-logo ul li {
		margin: 0 1rem;
		flex: 0 1 410px;
	}
	.foot-logo ul li:first-child {
		margin-bottom: 0;
	}
}
.foot-nav {
	background: #555;
	color: #FFF;
}
.foot-nav > ul {
	max-width: 1000px;
	padding: 2.5rem 10px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
}
.foot-nav > ul > li {
	flex: 0 0 18em;
	position: relative;
	padding-left: 1em;
	margin-bottom: 1em;
	font-weight: bold;
}
.foot-nav > ul > li::before {
	content: "";
	position: absolute;
	width: 0.75em;
	height: 0.75em;
	background: rgba(240,130,0,1);
	left: 0;
	top: 0.3em;
}
.foot-nav ul li a {
	text-decoration: none;
}
.foot-nav ul li a:hover {
	color: inherit;
}
.foot-nav > ul > li > ul {
}
.foot-nav > ul > li > ul > li {
	font-weight: normal;
	color: #DDD;
}

.copyright {
	padding: 0 10px 60px 10px;
	background: #555;
	color: #FFF;
	text-align: center;
	line-height: 1.4;
}

@media (min-width: 769px) {
	.foot-nav {
	}
	.foot-nav > ul {
		justify-content: flex-start;
		padding-left: 0;
		padding-right: 0;
	}
	.foot-nav > ul > li {
		margin: 0 1.2rem 2rem 1.2rem;
		flex: 0 1 auto;
	}
	.foot-nav ul li a:hover {
		color: rgba(240,130,0,1);
	}
	.copyright {
		padding-bottom: 1rem;
	}
}

/* btn */
.btn-col-1 {
	text-align: center;
	font-size: 1.5rem;
	max-width: 600px;
	margin: 0 auto;
}
.btn-col-1 li a {
	display: block;
	text-decoration: none;
	padding: 0.75em;
	position: relative;
	transition: all 0.2s linear;
}
.btn-col-2 {
	text-align: center;
	font-size: 1.125rem;
	max-width: 500px;
	margin: 0 auto;
}
.btn-col-2 li {
	margin-bottom: 1rem;
}
.btn-col-2 li a {
	display: block;
	text-decoration: none;
	padding: 0.75em;
	position: relative;
	transition: all 0.2s linear;
}
.btn-col-3 {
	text-align: center;
	font-size: 1.125rem;
	max-width: 500px;
	margin: 0 auto;
}
.btn-col-3 li {
	margin-bottom: 1rem;
}
.btn-col-3 li a {
	display: block;
	text-decoration: none;
	padding: 0.75em;
	position: relative;
	transition: all 0.2s linear;
}
@media (min-width: 768px) {
	.btn-col-2 {
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: none;
	}
	.btn-col-2 li {
		margin: 1rem;
		flex: 1 1 50%;
	}
	.btn-col-3 {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		max-width: none;
	}
	.btn-col-3 li {
		margin: 1rem;
		flex: 0 1 288px;
	}
}
.btn-icon-arrow a::after {
 	content: "";
	position: absolute;
	top: 50%;
	right: 1.2em;
	width: 0.5em;
	height: 0.5em;
	transform: rotate(45deg) translate(0, -80%);
	border-top: 2px solid;
	border-right: 2px solid;
}
.btn-icon-dl i {
	position: absolute;
	top: 50%;
	right: 0.5em;
	font-size: 1.5em;
	transform: translateY(-55%);
}
.btn-icon-pu i {
	position: absolute;
	top: 50%;
	right: 0.7em;
	font-size: 1em;
	transform: translateY(-55%);
}
.btn-icon-pdf a::after {
	font-family: "Font Awesome 5 Free";
	content: "\f1c1";
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 0.5em;
	font-size: 1.5em;
	transform: translateY(-52%);
}
.btn-bg-orange a {
	background: rgba(240,142,30,1);
	color: #FFF;
	border: solid 2px rgba(240,142,30,1);
}
.btn-bg-orange a::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.btn-bg-orange a:hover {
	background: #FFF;
	color: rgba(240,142,30,1);
}
.btn-bg-orange a:hover::after {
	border-top-color: rgba(240,142,30,1);
	border-right-color: rgba(240,142,30,1);
}
.btn-bd-orange a {
	border: solid 2px rgba(240,142,30,1);
	color: rgba(240,142,30,1);
}
.btn-bd-orange a::after {
	border-top-color: rgba(240,142,30,1);
	border-right-color: rgba(240,142,30,1);
}
.btn-bd-orange a:hover {
	color: #FFF;
	background: rgba(240,142,30,1);
}
.btn-bd-orange a:hover::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.btn-bg-blue a {
	background: rgba(0,170,230,1);
	color: #FFF;
	border: solid 2px rgba(0,170,230,1);
}
.btn-bg-blue a::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.btn-bg-blue a:hover {
	background: #FFF;
	color: rgba(0,170,230,1);
}
.btn-bg-blue a:hover::after {
	border-top-color: rgba(0,170,230,1);
	border-right-color: rgba(0,170,230,1);
}
.btn-bd-blue a {
	border: solid 2px rgba(0,170,230,1);
	color: rgba(0,170,230,1);
}
.btn-bd-blue a::after {
	border-top-color: rgba(0,170,230,1);
	border-right-color: rgba(0,170,230,1);
}
.btn-bd-blue a:hover {
	color: #FFF;
	background: rgba(0,170,230,1);
}
.btn-bd-blue a:hover::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.btn-bg-green a {
	background: rgba(50,190,0,1);
	color: #FFF;
	border: solid 2px rgba(50,190,0,1);
}
.btn-bg-green a::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.btn-bg-green a:hover {
	background: #FFF;
	color: rgba(50,190,0,1);
}
.btn-bg-green a:hover::after {
	border-top-color: rgba(50,190,0,1);
	border-right-color: rgba(50,190,0,1);
}
.btn-bd-green a {
	border: solid 2px rgba(50,190,0,1);
	color: rgba(50,190,0,1);
}
.btn-bd-green a::after {
	border-top-color: rgba(50,190,0,1);
	border-right-color: rgba(50,190,0,1);
}
.btn-bd-green a:hover {
	color: #FFF;
	background: rgba(50,190,0,1);
}
.btn-bd-green a:hover::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.btn-bg-purple a {
	background: rgba(240,130,0,1);
	color: #FFF;
	border: solid 2px rgba(240,130,0,1);
}
.btn-bg-purple a::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}
.btn-bg-purple a:hover {
	background: #FFF;
	color: rgba(240,130,0,1);
}
.btn-bg-purple a:hover::after {
	border-top-color: rgba(240,130,0,1);
	border-right-color: rgba(240,130,0,1);
}
.btn-bd-purple a {
	border: solid 2px rgba(240,130,0,1);
	color: rgba(240,130,0,1);
}
.btn-bd-purple a::after {
	border-top-color: rgba(240,130,0,1);
	border-right-color: rgba(240,130,0,1);
}
.btn-bd-purple a:hover {
	color: #FFF;
	background: rgba(240,130,0,1);
}
.btn-bd-purple a:hover::after {
	border-top-color: #FFF;
	border-right-color: #FFF;
}

/* Magnific Popup */
.map-popup {
	position: relative;
	margin:10px auto;
	max-width: 880px;
	background: transparent;
	padding: 0;
	border-radius: 0.5rem;
}
.map-popup .head {
	margin: 0;
	padding: 0.5rem 1rem;
	background-color: rgba(0,100,180,1);
	border-radius: 0.5rem 0.5rem 0 0;
}
.map-popup .head h5 {
	margin: 0 1.5rem 0 0;
	font-weight: bold;
	color: #FFF;
	font-size: 1.25rem;
}
.map-popup .content {
	margin: 0;
	padding: 1rem;
	background: #FFF;
	border-radius: 0 0 0.5rem 0.5rem;
}
.map-popup .content figure {
	text-align: center;
	margin-bottom: 1rem;
}
.map-popup .popup-modal-dismiss {
	text-align: center;
}
.map-popup .popup-modal-dismiss a {
	background-color: #e5e5e5;
	padding: 0 1.5rem;
	color:#333;
	text-decoration: none;
	border-radius: 2rem;
	border: solid 1px #b3b3b3;
	display: inline-block;
	transition: all 0.2s linear;
}
.map-popup .popup-modal-dismiss a:hover {
	background-color: #CCC;
}

/* ×ボタン */
.map-popup .mfp-close {
  width: 2.75rem;
  height: 3rem;
  line-height: 3rem;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0;
  color: #FFF;
  font-style: normal;
  font-size: 2rem;
  font-family: Arial, Baskerville, monospace;
}
.map-popup .mfp-close:hover,
.map-popup .mfp-close:focus {
    opacity: 0.9;
}
.map-popup .mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .map-popup .mfp-close {
  color: #fff;
}



