@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;
text-align: center;
	 margin: 0 auto;
}

main p{
	font-size: 20px;
	line-height: 60px;
}

.bg_blue{
	width: 850px;
	height: 670px;
	background-color: rgba(90, 138, 176, 0.30);
	margin: 0 auto;
	margin-bottom: 100px;
}

.img_top{
	margin: 30px 0 30px 0;
}


.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;
}

.smart_p{
	display: none;
}

/*＝＝＝＝＝＝＝＝ メディアクエリ ＝＝＝＝＝＝＝＝*/
@media screen and (max-width : 1024px) {
  .slider {
    width: 100%;
    height: auto;
  }
  main {
    width: 100%;
  }
  nav {
    width: 900px;
  }
 
}

/*＝＝＝＝＝＝＝＝ メディアクエリ ＝＝＝＝＝＝＝＝*/
@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%;
  }


.bg_blue{
	width: 300px;
	height: 520px;
	background-color: rgba(90, 138, 176, 0.30);
	margin: 0 auto;
	margin-bottom: 100px;
}

.img_top{
	width: 280px;
	height: auto;
	margin: 10px 0 20px 0;
}
	
	main p{
	display: none;
}
	
	.smart_p{
		display: block;
		font-size: 16px;
	line-height: 30px;
	}
	
  .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;
  }
}