@charset "utf-8";
/* CSS Information========

Table of Contents:
 * photo gallery
 
========================== */

/* =======================
		main
========================== */
.main_sp {
  margin-top: 66px;
}
/* =======================
		.container
========================== */
#container {
  width: 96%;
  margin: 0 auto;
  border: none;
  text-align: left;
}
.topicpath {
  margin-bottom: 60px;
}
/* =======================
		#top_link
========================== */
#tab #top_link {
  padding-top: 78px;
  margin-top: -78px;
}
#tab #top_link li {
  font-size: 1.2rem;
}
#tab #top_link li a {
  display: block;
  float: left;
  text-align: center;
  border: 1px solid #ccc;
  background-color: #efefef;
  padding: 15px 0;
  font-size: 1.2rem;
  margin: 5px;
  width: 21%;
}
#tab #top_link .takasa {
  margin-top: -5px;
}
#tab #top_link .current a,
#tab #top_link li a:hover {
  background-color: #144a72;
  color: #fff;
  text-decoration: none;
}
#tab #top_link li:nth-child(6),
#tab #top_link li:nth-child(8) {
}
#tab #top_link {
  padding-top: 78px;
  margin-top: -78px;
}
/* =======================
		Gallery
========================== */
#Gallery {
  padding: 20px 0 60px;
}
.gallery-item {
  width: 33.33333333%;
  float: left;
}
.gallery-item a {
  margin: 5px;
  font-size: 1.1rem;
  display: block;
}
.gallery-item a:hover {
  text-decoration: none;
  opacity: 0.75;
}
.gallery-item a span {
  display: block;
  padding: 5px 0;
}
/* =======================
		footer上
========================== */
.to_top a {
  float: right;
  margin-right: 370px;
}
h2 {
  font-size: 3rem;
}
.gallery-item a img {
  padding-bottom: 3px;
}

/*　タブレット用　*/
@media only screen and (min-width: 768px) {
  #tab #top_link li a {
    width: 22.4%;
    margin: 8px;
    　padding: 0px 0px;
  }
  .gallery-item {
    width: 20%;
    float: left;
  }
  .container #h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 1.3;
    margin: 15px 0 35px 0;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
  #main {
    margin-top: 78px;
  }
  #tab #top_link li a {
    font-size: 1.4rem;
  }

  /* =======================
		footer
========================== */
  .gallery-item a {
    display: block;
    line-height: 2;
  }
  .gallery-item img {
    display: block;
    width: 100%;
    height: auto;
  }
}

/*　タブレット横　*/
@media only screen and (min-width: 1024px) {
  /* =======================
		Gallery
========================== */
  .gallery {
    width: 900px;
    margin: 0 auto;
  }
  .gallery-item {
    width: 150px;
    float: left;
  }
  #tab {
    width: 900px;
    margin: 0 auto;
  }
  #container .topicpath {
    width: 90%;
    margin: 0 auto 70px auto;
  }
  #tab #top_link li a {
    width: 23%;
    margin: 8px;
  }
}

/*　PC　*/
@media only screen and (min-width: 1200px) {
  /*----------------------------------------
	hero_image
----------------------------------------*/
  #hero_image img {
    width: 100%;
  }
  /* =======================
		Gallery
========================== */
  .gallery-item {
    float: left;
    width: 200px;
    line-height: 0.5;
    margin-left: 1.6%;
    margin-right: 1.6%;
    margin-bottom: 3%;
  }
  .gallery-item a {
    display: block;
  }
  .gallery-item img {
    display: block;
    width: 100%;
    height: auto;
  }
  #tab {
    width: 1027px;
    margin: 0 auto;
  }
  #tab #top_link li a {
    width: 23%;
    height: 36px;
    margin: 9px;
    line-height: 40px;
    padding: 0;
  }
  .gallery {
    width: 1050px;
    margin: 0 auto;
  }
  .gallery-item {
    margin: 5px;
  }
  #group_link {
    border-top: #ccc 1px solid;
  }
  #container .topicpath {
    width: 1050px;
  }
  #tab #top_link li a {
    font-size: 1.4rem;
  }
}
