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

.low {
	width: 998px;
  display: flex;
	margin: 0 auto;
	margin-bottom: 50px;
}

section {
  width: 212px;
  margin-right: 50px;
  text-align: center;
}

.new{
	display: inline-block;
	width: 212px;
	height: 20px;
	text-align: center;
	line-height: 12px;
	background-color: #15598F;
	color: #FFF852;
	font-weight: bold;
	margin-top: 5px;
}

section:last-child {
  margin-right: 0;
}
section h3 {
  padding: 0;
  margin: 15px 0 15px 0;
  font-size: 18px;
	line-height: 25px;
/*	font-weight: lighter;*/
}
section p {
  font-size: 20px;
}

.prv_nxt {
	margin-bottom: 100px;
	font-size: 23px;
}

.next a,.prev a:link{
	text-decoration: underline;
}

.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;
  }
  
  #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: 100%;
    height: auto;
  }
  .title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
	  z-index: 5;
	
  }
	
	nav{
		display: none;
	}	
  
  main {
    width: 100%;
  }
  
  .low {
    width: 260px;
    flex-wrap: wrap;
    justify-content: space-between;
	  margin-bottom: 0px;
  }
  section {
    width: 120px;
    margin: initial;
margin-bottom: 20px;
  }
	
	.new{
		width: 120px;
	}
	
  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;
  }
}
