@charset "UTF-8";
/* CSS Document */
/* mainArea
================================================== */
#mainArea {
	position: relative;
}
.mainBg {
	position: relative;
	z-index: 0;
}
.mainTitBox {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	z-index: 1;
	background-color: #fff;
	box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.3);
	padding: 25px 2em;
}
@media screen and (max-width: 1200px) {
	.mainTitBox {
		padding: 2% 2em;
	}
}
@media screen and (max-width: 639px) {
	.mainTitBox {
	}
}
.mainTit {
	margin: 0;
	padding: 0 0 0 1em;
	color: #000086;
	font-weight: 500;
	letter-spacing: 1em;
	font-size: 200%;
}
@media screen and (max-width: 1200px) {
	.mainTit {
		font-size: 2.6vw;
	}
}
@media screen and (max-width: 639px) {
	.mainTit {
		font-size: 5vw;
		white-space: nowrap;
	}
}
/* contentArea
================================================== */
.contentArea {
	max-width: 1080px;
	margin: 0 auto;
	padding: 3% 5% 7%;
}
@media screen and (max-width: 639px) {
	.contentArea {
		padding: 10% 5%;
	}
}
/* topTxt
================================================== */
.topTxt {
	padding-bottom: 3%;
	color: #000086;
}
@media screen and (max-width: 639px) {
	.topTxt {
		padding-bottom: 10%;
	}
}
.topTxt p {
	font-size: 160%;
	text-align: center;
	line-height: 160%;
	font-weight: 500;
}
@media screen and (max-width: 1000px) {
	.topTxt p {
		font-size: 2.5vw;
	}
}
@media screen and (max-width: 639px) {
	.topTxt p {
		font-size: 100%;
		text-align: left;
	}
	.topTxt p br {
		display: none;
	}
}
/* contentBlock
================================================== */
.contentBlock {
	padding: 0 0 60px;
}
@media screen and (max-width: 639px) {
	.contentBlock {
		padding-bottom: 20%;
	}
}
/* titBox
================================================== */
.titBox {
	background-color: #000086;
	margin-bottom: 3%;
	width: 100%;
}
@media screen and (max-width: 639px) {
	.titBox {
		margin-bottom: 10%;
	}
}
.titBox h2 {
	color: #fff;
	font-weight: 500;
	padding: 10px 1em;
	font-size: 120%;
}
@media screen and (max-width: 639px) {
	.titBox h2 {
		font-size: 100%;
	}
}
/* imgBox
================================================== */
.imgBox {
	padding-bottom: 3%;
}
@media screen and (max-width: 639px) {
	.imgBox {
		padding-bottom: 1em;
	}
}
.imgBox img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
/* locationArea
================================================== */
#locationArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  #locationArea {}
}
.locationBox {
  width: 46%;
  padding-top: 5%;
}
.locationBox:nth-child(odd) {
  float: left;
}
.locationBox h3 {
  background-color: #000086;
  color: #fff;
  margin-bottom: 1em;
  font-weight: 500;
	padding: 10px 1em;
}
.locationBox h3 span {
  color: #cc0000;
  padding-right: 5px;
}
.locationBoxL img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
@media screen and (max-width: 639px) {
  .locationBox {
    float: none;
    width: 100%;
    padding-top: 5%;
  }
  .locationBox:nth-child(odd) {
    float: none;
    width: 100%;
  }
  .locationBoxL {
    padding: 0 0 5px;
  }
  .locationBoxR {
    padding: 0 0 5%;
  }
}
.locationBoxR dl {
  padding: 1em 0;
  border-bottom: dotted 1px #ccc;
}
.locationBoxR dt {
	float: left;
	width: 20%;
	font-size: 70%;
	font-weight: 500;
}
.locationBoxR dd {
	float: right;
	width: 75%;
	line-height: 160%;
}
@media screen and (max-width: 639px) {
  .locationBoxR dl {
    padding: 8px 0 5px;
    border-bottom: dotted 1px #ccc;
  }
  .locationBoxR dt {
    float: none;
    width: 100%;
    line-height: 100%;
  }
  .locationBoxR dd {
    float: none;
    width: 100%;
  }
}
.locationBoxR dd a:hover {
  color: #cc0000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
/* messageBtn
================================================== */
.messageBtn {
  position: relative;
  display: inline-block;
  border: solid 1px #222;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  line-height: 2px%;
  margin: 1em 0;
}
.messageBtn:hover {
  border: solid 1px #000086;
  transition: .3S;
  -webkit-transition: .3s;
}
.messageBtn a {
  padding: 5px 25px 5px 35px;
  color: #222;
  display: block;
  font-size: 80%;
  font-weight: 500;
}
.messageBtn:hover a {
  transition: .3S;
  -webkit-transition: .3s;
  color: #fff;
  background-color: #000086;
}
.messageBtn .btn-border:before {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: 'Material Symbols Outlined';
  content: "\e02e";
  -webkit-transform: translateX(10px) translateY(5px);
  transform: translateX(10px) translateY(5px);
}
.messageBtn:hover .btn-border:before {
  -webkit-transform: translateX(16px) translateY(5px);
  transform: translateX(16px) translateY(5px);
  color: #fff;
}













