@charset "utf-8";

/* =======================================

	About CSS

 -----------------------------------------
	INDEX
 -----------------------------------------
 	1.

========================================== */

/* 1.
========================================== */


/* Base */

/* detail_block   */
.detail_block {
  text-align: center;
}
#contents .detail_block .outline {
	margin-top: 100px;
}
.detail_block dl {
  position: relative;
  display: inline-block;
  text-align: left;
  margin-bottom: 100px;
}
.detail_block dl dt { 
   position: absolute;
}
.detail_block dl dd {  
  margin-bottom: 9px;
	padding-left: 8em;
}

.gmap {
	height: 30vw;
	margin-bottom: 70px;
}
.gmap iframe { 
  width: 100%;
	height: 100%;
}


footer {
    margin-top: 0px;
}

@media screen and (max-width: 767px) {
	#contents .detail_text {
    text-align: left;
  }
  .gmap {
    height: 100vw;
    margin-bottom: 40px;
  }
}
