/*!
Theme Name: saitamashintoshin
Author: XWorld
Author URI: https://xworld.co.jp
Version: 1.0
 */
section.sec12 {
  width: 100%;
  padding: 30px;
}

.reserve-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 15px auto;
}

.reserve-flex .reserve {
  margin: 10px;
}

@media (max-width: 600px) {

  section.sec12 {
    padding: 0;
  }

  .reserve-flex {
    flex-direction: column;
    justify-content: center;
  }

  .reserve-flex iframe {
    width: 100%;
  }

}

.re-reserve {
	text-align: center;
	margin: 50px auto;
}

.re-reserve a {
	font-size: 24px;
	border: 1px solid;
	padding: 15px 20px;
}

h2.cmn-ttl span.shoshin {
	font-size: 24px;
	border: 1px solid;
	padding: 15px 20px;
	line-height: 4.5;
	color: #000;
}
