@charset "UTF-8";
/* CSS Document */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 16px;
  font-family: KozGoPro, "小塚ゴシック Pro", "Kozuka Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#wrapper {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
.inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 20px;
}
header {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
}
header .inner {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 28px;
}
header .logo {
  float: left;
}
header .logo img {
  display: block;
  max-width: 100%;
  height: auto;
}
header .siteName {
  float: left;
  margin: 0 0 0 12px;
  padding-top: 18px;
  color: #ab1f24;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1.2;
}
.pageTitle {
  width: 100%;
  height: 310px;
  background: #a89a68;
  display: table;
}
.pageTitle .inner {
  display: table-cell;
  height: 310px;
  vertical-align: middle;
  max-width: none;
  width: 100%;
  padding: 0 20px;
}
.pageTitle h1 {
  max-width: 990px;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  font-family: "Noto Serif JP", "源ノ明朝", "Source Han Serif", "Noto Serif CJK JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1.4;
}
.main {
  width: 100%;
  padding: 90px 0 166px 0;
  background: #fff;
}
.sec {
  margin-bottom: 70px;
}
.sec h2 {
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #bdb28c;
  color: #fff;
  font-size: 20px;
  font-family: "Noto Serif JP", "源ノ明朝", "Source Han Serif", "Noto Serif CJK JP", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1.4;
}
.sec p {
  font-size: 16px;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
}
.sec ul {
  margin: 0;
  padding: 0;
}
.sec ul li {
  margin-bottom: 4px;
  padding-left: 1.2em;
  font-size: 16px;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.8;
  list-style: none;
  text-indent: -1.2em;
}
.sec ul li:before {
  content: "●";
  margin-right: 0.4em;
  font-size: 8px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.closing {
  margin: 70px 0 85px 0;
  font-size: 16px;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: normal;
  line-height: 1.8;
}
.contactBox {
  border: 1px solid #ccc;
}
.contactBox h3 {
  padding: 10px 30px;
  background: #cfcfcf;
  color: #000;
  font-size: 20px;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}
.contactBox .contactInner {
  padding: 25px 30px;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.contactBox .ttl {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.contactBox p {
  font-size: 16px;
  line-height: 1.8;
}
.pagetopArea {
  width: 100%;
  height: 20px;
  background: #ab1f24;
  position: relative;
}
.pagetopArea .inner {
  position: relative;
}
.pagetopArea .pagetop {
  position: absolute;
  right: 20px;
  top: -31px;
}
footer {
  width: 100%;
}
footer .logoArea {
  padding: 45px 0 40px 0;
  text-align: center;
  background: #fff;
}
footer .logoArea p {
  text-align: center;
}
footer .logoArea img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 260px;
  height: auto;
}
footer .logoArea .siteName {
  margin-top: 8px;
  color: #ab1f24;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
}
footer .underArea {
  width: 100%;
  padding: 12px 0;
  color: #fff;
  font-size: 11px;
  background-color: #ab1f24;
}
footer .underArea p {
  float: left;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
footer .underArea p a {
  margin-right: 26px;
}
footer .underArea address {
  float: right;
}
footer a:link,
footer a:visited,
footer a:active {
  text-decoration: underline;
  color: #fff;
}
footer a:hover {
  text-decoration: none;
  color: #eee;
}
.br530 {
  display: none;
}

@media screen and (max-width: 530px) {
  .br530 {
    display: inline;
  }
}

@media screen and (max-width: 990px) {
  .pageTitle {
    height: auto;
    min-height: 200px;
  }
  .pageTitle .inner {
    height: auto;
    min-height: 200px;
    padding: 40px 20px;
  }
  .pageTitle h1 {
    font-size: 26px;
  }
  .main {
    padding: 35px 0 80px 0;
  }
  .closing {
    margin: 50px 0 60px 0;
  }
}

/* smartphone */
@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
  header .inner {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 28px;
  }
  header .logo {
    float: none;
    text-align: left;
  }
  header .logo img {
    width: 160px;
  }
  header .siteName {
    float: none;
    margin: 8px 0 0 0;
    padding-top: 0;
    text-align: left;
    font-size: 14px;
  }
  .pageTitle {
    min-height: 0;
  }
  .pageTitle .inner {
    min-height: 0;
    padding: 30px 15px;
  }
  .pageTitle h1 {
    font-size: 18px;
  }
  .main {
    padding: 25px 0 50px 0;
  }
  .sec {
    margin-bottom: 30px;
  }
  .sec h2 {
    margin-bottom: 15px;
    padding: 8px 12px;
    font-size: 16px;
  }
  .sec p,
  .sec ul li,
  .closing,
  .contactBox h3,
  .contactBox p,
  .contactBox .ttl {
    font-size: 14px;
  }
  .closing {
    margin: 35px 0 40px 0;
  }
  .contactBox .contactInner {
    padding: 20px 15px;
  }
  .pagetopArea .pagetop {
    right: 10px;
  }
  footer .logoArea {
    padding: 30px 0 25px 0;
  }
  footer .underArea {
    padding: 15px 0;
    text-align: center;
  }
  footer .underArea p,
  footer .underArea address {
    float: none;
    display: block;
    text-align: center;
  }
  footer .underArea p {
    margin-bottom: 8px;
  }
  footer .underArea p a {
    margin: 0 10px;
    display: inline-block;
  }
}

@media screen and (max-width: 374px) {
  .pageTitle .inner {
    padding: 24px 10px;
  }
  .pageTitle h1 {
    font-size: 16px;
  }
  .inner {
    padding: 0 12px;
  }
}
