@charset "UTF-8";
#sec01, #sec02, #sec03 {
  text-align: center;
}
.cts_p {
  line-height: 2.2em;
  margin-bottom: 30px;
}

@media (max-width:767px) {
.cts_p {
  line-height: 1.6em;
}
}
/*---------------------------------------------------------------------------- 

	table.info_tbl

-----------------------------------------------------------------------------*/
.info_tbl {
  width: 100%;
  border-collapse: collapse;
}
.info_tbl tr th, .info_tbl tr td {
  aborder: 1px dotted #6D6D6D;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  display: block;
}
.info_tbl tr th {
  background: #EDEDED;
  border-bottom: 1px solid #FFF;
}
.info_tbl tr td {
  border-bottom: 1px solid #EDEDED;
}
.info_tbl .th01 {
  border-top: 5px solid #CD0100;
}
.info_tbl .td01 {
  border-top: 5px solid #CDCDCD;
}

@media print, screen and (min-width:768px) {
.info_tbl tr th, .info_tbl tr td {
  display: table-cell;
}
}

@media screen and (max-width:767px) {
.info_tbl tr th {
  border-bottom: 1px solid #CECECE;
}
.info_tbl .th01 {
  border-top: none;
}
.info_tbl .td01 {
  border-top: none;
}
}
/*---------------------------------------------------------------------------- 

	access map

-----------------------------------------------------------------------------*/
/*gmap*/
.gmap_box {
  position: relative;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 42%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap_box iframe, .gmap_box object, .gmap_box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:767px) {
.gmap_box {
  padding-bottom: 56.25%;
}
}
/*---------------------------------------------------------------------------- 

	gallery

-----------------------------------------------------------------------------*/
.photo_box {
  text-align: center;
  margin-bottom: 40px;
}
.photo_box img {
  margin: 0 auto;
  margin-bottom: 8px;
  border-top: 8px solid #2D63B9;
}
.photo_box p {
  text-align: left;
  line-height: 1.3em;
  padding: 0 10px;
}

@media screen and (max-width:767px) {
.photo_box p {
  text-align: center;
  max-width: 360px;
  margin: 0 auto;
}
}
