@charset "UTF-8";
html {
  font-size: 16px;
}
body {
  font-size: 1rem;
  color: #333;
  font-family: "Helvetica Neue", Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
  font-feature-settings: "palt";
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.875rem;
  }
}
img {
  max-width: 100%;
  height: auto;
}
a img:hover {
  opacity: 0.8;
}
a {
  color: #186aab;
}
.container {
  max-width: 1000px;
}
#header {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  z-index: 10;
}
#header #header_inner .container {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#header #header_inner .container #header-L h1 {
  margin: 0 0 15px;
}
#header #header_inner .container #header-R {
  font-weight: bold;
}
#header #header_inner .container #header-R .header-tel {
  font-size: 2.25rem;
  font-style: italic;
}
#header #gnavi {
  background-color: #f5f5f5;
}
#header #gnavi ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
}
#header #gnavi ul li {
  text-align: center;
  line-height: 1.3;
}
#header #gnavi ul li a {
  font-weight: bold;
  font-size: 1.25rem;
  display: block;
  color: #777;
  padding: 10px;
}
#header #gnavi ul li a span {
  font-size: 0.875rem;
  text-align: center;
  color: #186aab;
}
#footer {
  padding: 65px 0 50px;
  background-color: #186aab;
  color: white;
  border-bottom: 15px solid #333;
}
#footer .container {
  display: flex;
  justify-content: space-between;
}
#footer #footer-L p {
  margin: 0;
  line-height: 1.4;
}
#footer #footer-L small {
  font-size: 0.875rem;
}
#footer #footer-L #menu-footer-menu {
  margin-bottom: 30px;
}
#footer #footer-L h1 {
  margin-bottom: 0;
  line-height: 1;
}
#footer #footer-R ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer #footer-R li + li:before {
  content: "｜";
  display: inline-block;
  margin: 0 15px;
}
#footer #footer-R a {
  color: white;
}
#top_topics dl {
  display: flex;
  padding: 15px 10px;
  border-bottom: 1px dotted #ccc;
  margin: 0;
}
#top_topics dt {
  width: 10em;
  margin: 0;
}
#top_topics dd {
  flex: 1;
  margin: 0;
}
#contents {
  padding: 0 0 80px;
}
#contents .page_navi ul {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#contents .page_navi li + li:before {
  content: "｜";
}
.post-box {
  max-width: 800px;
  padding: 50px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 50px auto 0;
  border-radius: 5px;
}
.post-box .post-header {
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.post-box .post-header h1 {
  font-weight: bold;
  font-size: 1.75rem;
}
/* Google Mapを囲う要素 */
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  /* 比率を4:3に固定 */
}
/* Google Mapのiframe */
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=https://daiichi-print.info/wp/wp-content/build/scss_library/4def77167a22e5de655523f749959fcf48bb82f7.css.map */