@charset "shift-jis";
.ttlH1{
  background: #f0efe5;
  padding: 10px 15px;
  font-size: 20px;
  margin-bottom: 25px;
}
.ttlLftBdr{
  font-size: 22px;
  border-bottom: 3px solid #f0efe5;
  border-left: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .ttlLftBdr{
    font-size: 20px;
  }
  
}

/* ==========================================================================
   table
========================================================================== */

.infoTable{
	margin-bottom: 10px;
	width: 100%;
}
.infoTable th,
.infoTable td{
	padding: 5px 20px;
	border: 1px solid #e0ddca;
	font-size: 14px;
	text-align: left;
  vertical-align: middle;
  height: 48px;
}
.infoTable th{
	background-color: #f0efe5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .infoTable th,
  .infoTable td{
    padding: 5px 10px;
    font-size: 15px;
    height: auto;
  }
}
/* ==========================================================================
   map
========================================================================== */
.mapArea {
  margin: 10px 0 15px;
  width: 100%;
  height: 400px;
  position: relative;
}
.mapArea iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
}
.ancher{
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .mapArea {
  height: 300px;
  }
}

#notice .img{
  text-align: center;
  margin-top: 20px;
}
.btnBox{
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.btnBox .btn{
  width: 49%;
}
.btnBox .btn a{
  display: block;
  padding: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #notice .img img{
    width: 100%;
  }
  .btnBox{
    margin-top: 20px;
    display: block;
  }
  .btnBox .btn{
    width: 100%;
    margin-top: 10px;
  }
  .btnBox .btn a{
    padding: 8px;
  }
}