@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;
}
.topics {
  width: 600px;
  height: 300px;
  /*  margin-top: 50px;*/
  margin: 0 auto;
  text-align: center;
}
.topics li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: left;
}
.topics li span {
  float: left;
}
.topics li p {
  margin-left: 150px;
}
.topics li a:hover {
  color: #5a8ab0;
}
.topics a .more {
  clear: both;
}
a .more {
  height: 50px;
  width: 220px;
  border: 1px solid #000;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 100px;
}
.more p, .btn p {
  text-align: center;
  font-size: 20px;
  padding: 13px 0 13px 0;
}
a .more:hover, .btn:hover {
  background-color: #154E7B;
  color: #fff;
  border-style: none;
}
#new_item {
  width: 1100px;
  height: 600px;
  background-color: rgba(90, 138, 176, 0.30);
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
}
.itmLow {
  width: 998px;
  display: flex;
  margin: 0 auto;
}
section {
  width: 212px;
  margin-right: 50px;
  text-align: center;
}
section:last-child {
  margin-right: 0;
}
section h3 {
  padding: 0;
  margin: 15px 0 15px 0;
  font-size: 20px;
  line-height: 25px;
}
section p {
  font-size: 20px;
}
.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: 35px;
  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;
  }
  .topics {
    width: 500px;
  }
  #new_item {
    width: 900px;
    height: 550px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .itmLow {
    width: 870px;
  }
  section {
    margin-left: 30px;
    margin: 0 auto;
  }
  section img {
    width: 180px;
    height: auto;
  }
}

/*＝＝＝＝＝＝＝＝ メディアクエリ ＝＝＝＝＝＝＝＝*/
@media screen and (max-width : 599px) {
	
	.hamburger-menu{
		display: block;
		z-index: 30;
	}	
	
  .slider {
    width: 100vw;
    height: 100%;
  }
	

  .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	  z-index: 5;
  }

  nav {
    display: none;
  }
  main {
    width: 100%;
  }
  .topics {
    width: 300px;
  }
  .topics li p {
    margin-left: 100px;
  }
  #new_item {
    width: 300px;
    height: 780px;
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: 50px;
  }

  .itmLow {
    width: 260px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  section {
    width: 120px;
    margin: initial;
    margin-bottom: 20px;
  }
  section img {
    width: 120px;
    height: auto;
  }
  section h3 {
    padding: 0;
    margin: 15px 0 15px 0;
    font-size: 16px;
    line-height: 20px;
  }
  section p {
    font-size: 16px;
  }
  .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;
  }
}