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

/* ==================================================
BASE OVERWRITE
================================================== */
section.area {
	background: #fff;
	padding-top: 50px !important;
}

@media screen and (max-width: 1100px) {
section.area {
	padding-top: 50px !important;
}
}

@media screen and (max-width: 768px) {
section.area {
	background: rgba(255, 255, 255, 0.95);
}
}

@media screen and (max-width: 480px) {
}

/* ==================================================
CONTENTS
================================================== */
.aboutPage {
	position: relative;
}

.aboutPage::after {
	content: "";
	width: 100%;
	height: 100vh;
	position: fixed;
	background: url("../img/bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	top: 0;
	left: 0;
	z-index: -1;
}

@media screen and (max-width: 1100px) {
}

@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
}

/* .borderBtn
------------------------------ */
a.borderBtn {
	display: block;
	width: calc(50% - 40px);
	max-width: 320px;
	margin: 0 auto !important;
	position: relative;
	border: 2px solid #000;
	background: #fff !important;
	overflow: hidden;
	min-width: 240px;
}
a.borderBtn::before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 24px 0 0;
	border-color: #29abe2 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .2s ease-in-out;
}
a.borderBtn::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 24px 24px;
	border-color: transparent transparent #29abe2 transparent;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: all .2s ease-in-out;
}

a.borderBtn:hover::before {
	top: -5px;
	left: -5px;
}
a.borderBtn:hover::after {
	bottom: -5px;
	right: -5px;
}

a.borderBtn b {
	font-size: 1.6rem;
	font-weight: 700 !important;
	display: block !important;
	position: relative;
	z-index: 1;
	padding: 15px;
	line-height: 1.2;
}
a.borderBtn b::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 20px;
	border-top: 2px solid #0a0a50;
	border-right: 2px solid #0a0a50;
	transform: rotate(45deg);
}

/* #aboutArea
------------------------------ */
#aboutArea {
	padding-top:0 !important;
}
#aboutArea .themeBlk {
	
}
#aboutArea .themeBlk .themeHaed {
	background: url("../img/about/bg.jpg") no-repeat 50% 50%;
	background-size: cover;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0 0 100px 0;
}
#aboutArea .themeBlk .themeHaed h2 {
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
	padding: 0 20px;
}
#aboutArea .themeBlk .themebody {
	margin: -120px auto 60px;
	width: calc(100% - 80px);
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#aboutArea .themeBlk .themebody::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: url("../img/about/bg.jpg") no-repeat 50% bottom;
	background-size: cover;
	filter: blur(5px);
	transform: scale(1.6);
}
#aboutArea .themeBlk .themebody .inner {
	background: rgba(10, 10, 80, 0.55);
	padding: 40px 60px;
}
#aboutArea .themeBlk .themebody p {
	color: #fff;
	text-align: left;
	line-height: 1.8;
}
#aboutArea .note {
	max-width:720px;
	margin: 0 auto;
}
#aboutArea .note li {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#aboutArea .note li .ttl {
	width: 200px;
	font-weight: 700;
	text-align: right;
	padding: 0 20px;
}
#aboutArea .note li .txt {
	width: calc(100% - 200px);
	font-weight: 700;
	text-align: left;
	padding: 0 20px;
}
#aboutArea .note li .txt a {
}

#aboutArea .information {
	max-width:720px;
	margin: 40px auto 0;
}
#aboutArea .information p {
	font-size: 1.6rem;
	font-weight: 700;
}
#aboutArea .information p i {
}


#aboutArea .attention {
	text-align:left;
	max-width: 720px;
	margin: 50px auto 0;
	background: #f8f8f8;
	padding: 20px;
}
#aboutArea .attention.type2 {
}
#aboutArea .attention:last-child {
	margin-bottom: 0;
}
#aboutArea .attention li {
	text-indent: -16px;
	padding-left: 16px;
	margin-bottom: 0.3em;
}
#aboutArea .attention.type2 li {
	margin-bottom: 1em;
}
#aboutArea .attention li::before {
	content: "※";
	text-indent: 0;
	display: inline-block;
	width: 16px;
}
#aboutArea .attention.type2 li::before {
	content: "■";
}

#aboutArea .attention li b {
	font-weight: 700;
}


@media screen and (max-width: 1100px) {
#aboutArea {
	
}
#aboutArea .themeBlk {
	
}
#aboutArea .themeBlk .themeHaed {
	
}
#aboutArea .themeBlk .themeHaed h2 {
	
}
#aboutArea .themeBlk .themebody {
	
}
#aboutArea .themeBlk .themebody::after {
	
}
#aboutArea .themeBlk .themebody .inner {
	
}
#aboutArea .themeBlk .themebody p {
	
}
#aboutArea .note {
	
	max-width: 540px;
}
#aboutArea .note li {
}
#aboutArea .note li .ttl {
	
	width: 90px;
	padding: 0;
	text-align: left;
}
#aboutArea .note li .txt {
	
	width: calc(100% - 90px);
	padding: 0 0 0 20px;
}
#aboutArea .note li .txt a {
	
}
#aboutArea .information {
	max-width: 540px;
}
#aboutArea .information p {
	text-align: left;
}
#aboutArea .information p i{
	display: inline;
}
#aboutArea .attention {
	max-width: 540px;
	padding: 20px 3%;
}
}

@media screen and (max-width: 768px) {
#aboutArea {
	
}
#aboutArea .themeBlk {
	
}
#aboutArea .themeBlk .themeHaed {
	height: 480px;
}
#aboutArea .themeBlk .themeHaed h2 {
	font-size: 2rem;
}
#aboutArea .themeBlk .themebody {
	width: calc(100% - 6%);
}
#aboutArea .themeBlk .themebody::after {
	
}
#aboutArea .themeBlk .themebody .inner {
	padding: 40px 5%;
}
#aboutArea .themeBlk .themebody p {
	
	font-size: 1.6rem;
}
#aboutArea .note {
	
}
#aboutArea .note li {
}
#aboutArea .note li .ttl {
}
#aboutArea .note li .txt {
}
#aboutArea .note li .txt a {
	
}
#aboutArea .information p {
}
#aboutArea .information p {
}
#aboutArea .information p i {
}
}

@media screen and (max-width: 480px) {
#aboutArea .note {
	
}
#aboutArea .note li {
	display:block;
	text-align: left;
	margin-bottom: 15px;
}
#aboutArea .note li .ttl {
	background:#000;
	color: #fff;
	padding: 2px 10px;
	display: inline-block;
	width: auto;
	margin-bottom: 5px;
	font-size: 1.5rem;
}
#aboutArea .note li .txt {
	width:100%;
	padding: 0;
	line-height: 1.4;
	font-size: 1.5rem;
}
#aboutArea .note li .txt a {
	
}
#aboutArea .information {
}

#aboutArea .information p {
	font-size: 1.8rem;
}
#aboutArea .information p i {
}
#aboutArea .attention li {
	font-size: 1.5rem
}
}


/* #accessArea
------------------------------ */
#accessArea {
	margin-top:80px !important;
}
#accessArea h2 {
	font-size: 4rem;
	font-weight: 700;
	color: #0a0a50;
	margin-bottom: 40px;
}
#accessArea .lead {
	margin-bottom:40px;
}
#accessArea .lead p {
	text-align: left;
	display: inline-block;
	margin: 0 auto;
}
#accessArea .root {
	background: #f2f2f2;
	padding: 40px 60px;
}
#accessArea .root ul {
	font-size: 1.6rem;
	font-weight: 700;
	/*! text-align: left; */
	margin-bottom: 30px;
}
#accessArea .root ul li {
	font-size: 1.6rem;
	font-weight: 700;
	/*! text-align: left; */
	margin-bottom: 10px;
}
#accessArea .root .btn {
	
}
#accessArea .root .btn .borderBtn {
	
}
#accessArea .root .btn .borderBtn b {
	
}
#accessArea .mapBox {
	margin-top:30px;
}

#googleMap {
	width: 100%;
	height: 400px;
	/*! min-height: 400px; */
	/*! max-height: 700px; */
	border-radius: 8px;
	max-width: 1400px;
	margin: 0 auto;
	box-shadow: 0 0 6px rgba(0,0,0,0.08);
	border: 4px solid #fff;
}

@media screen and (max-width: 1100px) {
#accessArea {
	
}
#accessArea h2 {
	
}
#accessArea .lead {
	
}
#accessArea .lead p {
	
}
#accessArea .root {
	
}
#accessArea .root ul {
	
}
#accessArea .root ul li {
	
}
#accessArea .root .btn {
	
}
#accessArea .root .btn .borderBtn {
	
}
#accessArea .root .btn .borderBtn b {
	
}
#accessArea .mapBox {
	
}

#googleMap {
	
}
}

@media screen and (max-width: 768px) {
#accessArea {
	
}
#accessArea h2 {
	
}
#accessArea .lead {
	
}
#accessArea .lead p {
	
}
#accessArea .root {
	
	padding: 40px 3%;
	background: #fff;
}
#accessArea .root ul {
	
}
#accessArea .root ul li {
	
	margin-bottom: 20px;
	line-height: 1.4;
}
#accessArea .root .btn {
	
}
#accessArea .root .btn .borderBtn {
	
}
#accessArea .root .btn .borderBtn b {
	
}
#accessArea .mapBox {
	
}

#googleMap {
	
}
}

@media screen and (max-width: 480px) {
#accessArea .lead p {
	font-size: 1.6rem;
}
#accessArea .root ul li {
	text-align: left;
}
}

/* #mapArea
------------------------------ */
#mapArea {
	margin-bottom:80px !important;
}
#mapArea h2 {
	font-size: 4rem;
	font-weight: 700;
	color: #0a0a50;
	margin-bottom: 40px;
}
#mapArea .box {
	margin-bottom: 40px;
}
#mapArea .box:last-child {
	margin-bottom: 0;
}
#mapArea .box.grayBg {
	background: #f2f2f2;
	padding: 60px;
}
#mapArea .box h3 {
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 4px solid #fbb03b;
	display: inline-block;
	padding: 0 15px 10px;
	margin-bottom: 40px;
}
#mapArea .box .txt {
	max-width:600px;
	margin: 0 auto 40px;
}
#mapArea .box .txt p {
	font-size: 1.6rem;
	font-weight: 700;
}
#mapArea .box .pct {
	max-width:800px;
	margin: 0 auto;
}
#mapArea .box .pct img {
	
}

@media screen and (max-width: 1100px) {
#mapArea {
	
}
#mapArea h2 {
	
}
#mapArea .box {
	
}
#mapArea .box:last-child {
	
}
#mapArea .box.grayBg {
	
}
#mapArea .box h3 {
	
}
#mapArea .box .txt {
	
}
#mapArea .box .txt p {
	
}
#mapArea .box .pct {
	
}
#mapArea .box .pct img {
	
}
}

@media screen and (max-width: 768px) {
#mapArea {
	
}
#mapArea h2 {
	
}
#mapArea .box {
	
}
#mapArea .box:last-child {
	
}
#mapArea .box.grayBg {
	
	padding: 40px 3%;
	background: #fff;
}
#mapArea .box h3 {
	
}
#mapArea .box .txt {
	
}
#mapArea .box .txt p {
	
}
#mapArea .box .pct {
	
}
#mapArea .box .pct img {
	
}
}

@media screen and (max-width: 480px) {
#mapArea .box .txt p {
	text-align: left;
}
#mapArea .box .txt p i {
	display: inline;
}
}
