@charset "UTF-8";

/* ----------------------------------------------------
	intro
--------------------------------------------------- */

.intro {
  position: relative;
  padding-bottom: 0;
}
.intro-staff {
  z-index: -1;
  width: 850px;
  max-width: 100%;
  height: auto;
}

/* ----------------------------------------------------
	info
--------------------------------------------------- */

.info {
  position: relative;
  display: block;
  height: auto;
  background: url("../img/common/nami_bg.png");
  background-position: center;
	background-repeat: repeat;
  margin-top: -40px;
  padding-bottom: 70px;
}
.info::before {
	content: '';
	background: url("../img/common/nami_top.png");
  background-position: center top;
	background-repeat: repeat-x;
  display: inline-block;
	width: 100%;
	height: 80px;
  margin-top: -38px;
	}

.infoTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #4D4D4D;
  border-top: 2px solid #fff;
  margin-bottom: 30px;
}
.infoTbl th,
.infoTbl td {
  border-bottom: 2px solid #fff;
  box-sizing: border-box;
  font-size: 16px;
  padding: 20px 6px;
}
.infoTbl th {
  text-align: center;
  width: 30%;
  font-weight: 700;
}
.infoTbl td{
  text-align: left;
}

.gallery {
  display: table;
  width: 100%;
}
.gallery li {
  display: table-cell;
}
.gallery li img {
  width: 100%;
  height: auto;
  border: 0;
}





/* ----------------------------------------------------

	Media Queries

--------------------------------------------------- */
@media screen and (min-width: 1025px) {
  

}


@media screen and (max-width: 1024px) {
  

  

  
 
}
@media screen and (min-width: 769px) {
  

}

@media screen and (max-width: 768px) {

  /*----- 概要テーブル ------*/
  .infoTbl th {
    width: 25%;
  }

  /*----- MAP ------*/
  .map iframe {
    height: 400px;
  }

}

@media screen and (max-width: 600px) {

/*----- 概要テーブル ------*/
.infoTbl th {
  text-align: left;
  width: 100%;
  display: block;
  border-bottom: none;
  padding-bottom: 0;
}
.infoTbl td {
  width: 100%;
  display: block;
  padding-top: 10px;
}

  /*----- MAP ------*/ 
  .map iframe {
    height: 300px;
  }
  
  
}
