@charset "utf-8";
/* CSS Document */
* {
  font-family: "kokoro", 'Shippori Mincho', serif;
}
* a {
  color: #000
}
* a:link {
  text-decoration: none;
}
h2 {
	letter-spacing: 3px;
  font-size: 25px;
  margin-top: 30px;
  margin-bottom: 70px;
  position: relative;
  display: inline-block;
}
h2::before {
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  content: '';
}
header {
  position: relative;
}
.title {
  width: 260px;
  height: 335px;
  background-color: rgba(11, 43, 72, 0.80);
  text-align: center;
  position: absolute;
  top: 0px;
  left: 50px;
  z-index: 10;
}
h1 {
  width: 205px;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
}
.title p {
  color: #fff;
  font-size: 1.3em;
  margin-top: 25px;
  line-height: 35px;
}
nav {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
margin-bottom: 50px;
}
nav ul {
	letter-spacing: 2px;
  font-size: 30px;
  display: flex;
}
nav li {
  width: 250px;
  text-align: center;
  border-left: 2px solid #bbb;
}
nav li:last-child {
  border-right: 2px solid #bbb;
}
nav a:hover {
  color: #5a8ab0;
}
main {
  width: 1100px;
  margin: 0 auto;
	text-align: center;
}

.background{
	width: 1000px;
	height: 400px;
	border: 30px solid rgba(90, 138, 176, 0.30);
	margin: 0 auto;
	margin-bottom: 100px;
	position: relative;
}

.contents{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.contents img{
	margin-bottom: 40px;
}

.contents p{
	font-size:25px;
}



.subFooter {
  width: 100%;
  height: 500px;
  background-color: #D7D7D7;
  text-align: center;
}
.subFooter_wrap {
  width: 870px;
  display: flex;
  margin: 0 auto;
}
.access_ad h3 {
  padding: 0;
  margin: 0 0 50px 0;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
}
.access_ad {
  height: 250px;
  width: 415px;
  margin: 0 auto;
  margin-right: 50px;
}
.access_ad img {
  width: 61px;
  height: auto;
  margin-right: 15px;
}
.access_ad ul {
	width:380px;
  position: relative;
  display: inline-block;
  text-align: left;
}
.access_ad ul::before {
  position: absolute;
  bottom: 200px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: '';
}
.access_ad li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 18px;
}
.access_ad li:last-child {
  line-height: 25px;
  justify-content: space-between;
}
.sns {
  display: flex;
  width: 250px;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 20px;
}
.sns img {
  width: 40px;
  height: auto;
}
footer {
  width: 100%;
  height: 80px;
  background-color: #0b2d48;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
footer p {
  padding-top: 30px;
}

.smartp_map {
  display: none;
}

.hamburger-menu{
	display: none;
}

/*＝＝＝＝＝＝＝＝ メディアクエリ ＝＝＝＝＝＝＝＝*/
@media screen and (max-width : 1024px) {
  .slider {
    width: 100%;
    height: auto;
  }
  main {
    width: 100%;
  }
  nav {
    width: 900px;
  }
	
		.background{
	width: 700px;
	height: 400px;
	border: 20px solid rgba(90, 138, 176, 0.30);
	margin: 0 auto;
	margin-bottom: 100px;
	position: relative;
}

.contents{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.contents img{
	margin-bottom: 40px;
}

.contents p{
	font-size:20px;
}
	
  
}

/*＝＝＝＝＝＝＝＝ メディアクエリ ＝＝＝＝＝＝＝＝*/
@media screen and (max-width : 599px) {
	
	.hamburger-menu{
		display: block;
		z-index: 30;
	}	
	
  .slider {
    width: 100%;
    height: auto;
  }
  .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	  z-index: 5;
	
  }
  nav {
    display: none;
  }
  main {
    width: 100%;
  }
  
	.background{
	width: 260px;
	height: 400px;
	border: 10px solid rgba(90, 138, 176, 0.30);
	margin: 0 auto;
	margin-bottom: 100px;
	position: relative;
}

.contents{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.contents img{
	margin-bottom: 40px;
}

.contents p{
	font-size:20px;
}
	
  .subFooter {
    height: 700px;
  }
  .subFooter_wrap {
    width: 300px;
    flex-wrap: wrap;
  }
  .access_map {
    display: none;
  }
	
	.smartp_map{
		display:block;
	}	
	
  .access_ad h3 {
    padding: 0;
    margin: 30px 0 30px 0;
    font-size: 35px;
    text-align: center;
    font-weight: normal;
  }
  .access_ad ul {
    width: 300px;
  }
  .access_ad ul::before {
    width: 300px;
  }
  footer p {
    font-size: 13px;
  }
}

