@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;
}
.pan {
	line-height: 1.8;
}
.topicpath dd {
	margin: 5px 0 0 0;
}
/* =======================
		#top_link
========================== */
#tab {
	width: 100%;
	margin: 0 auto;
}
#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: 10px 0;
  font-size: 1.4rem;
  margin: 4px;
  width: 47%;
}
#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) {
}
/* =======================
		Gallery
========================== */
#Gallery {
  padding: 25px 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;
}
.gallery-item a img {
	padding-bottom: 3px;
}
/* =======================
		footer上
========================== */
.to_top a {
  float: right;
  margin-right: 370px;
}

/*　タブレット用　*/
@media only screen and (min-width: 768px) {
#tab #top_link {
  padding-left: 25%;
}
#tab #top_link li a {
  width: 30%;
  padding: 15px 0;
  margin: 3px 11px;
}
.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;
}
/* =======================
		container
========================== */
#container .topicpath {
  margin-bottom: 40px;
}
/* =======================
		footer
========================== */	
.gallery-item a {
  display: block;
  line-height: 2.0;
}
.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;
}
#container .topicpath {
	width: 90%;
	margin: 0 auto 70px auto;
}
#container .topicpath {
	font-size: 1.2rem;
}
#tab {
  width: 900px;
  margin: 0 auto;
}
#tab #top_link li a {
	margin: 3px 14px;
}
}

/*　PC　*/
@media only screen and (min-width: 1200px) {
  /*----------------------------------------
	hero_image
----------------------------------------*/
#hero_image img {
	width: 100%;
}
 /*----------------------------------------
	container
----------------------------------------*/
#container .topicpath {
  width: 1050px;
}
/* =======================
		Gallery
========================== */
#Gallery {
  padding: 30px 0 60px;
}
.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 {
  padding: 15px 0;
  margin: 3px 16px;
}
.gallery {
    width: 1050px;
    margin: 0 auto;
}
.gallery-item {
  margin: 5px;
}
#group_link {
  border-top: #CCC 1px solid;
}
}
