@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 14px;
  line-height: 1.9;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 16px;
  }
  body.wrap {
    overflow: visible;
  }
}

@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
img {
  width: 100%;
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 767px) {
  a:hover {
    color: inherit;
    opacity: 0.7;
    text-decoration: none !important;
  }
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: none;
}
@media screen and (min-width: 767px) {
  .pc {
    display: block;
  }
}

.sp {
  display: block;
}
@media screen and (min-width: 767px) {
  .sp {
    display: none;
  }
}

header {
  display: none;
}

footer {
  display: none;
}

#follow {
  display: none;
}

#main {
  margin-top: 0;
}

#sp_btm {
  display: none;
}

/* ▼▼▼ メインコンテンツ
====================================================== */
.text-center {
  text-align: center;
}

.mainVis h1 {
  margin: 0 auto;
}

.div01Block {
  margin: 0 auto 20px auto;
}
.div01Block .spRightImg {
  margin: 35px auto 10px;
}
@media screen and (min-width: 767px) {
  .div01Block .spRightImg {
    margin: 20px auto 20px;
  }
}
.div01Block p:nth-of-type(3) {
  margin: 20px auto;
}
.div01Block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .div01Block ul {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
.div01Block ul li {
  font-size: 10px;
  text-indent: -1em;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .div01Block ul li {
    font-size: 21px;
  }
}

.div02Block {
  background: #FAE8E8;
  padding: 40px 0;
}
@media screen and (min-width: 767px) {
  .div02Block {
    padding: 60px 0;
  }
}
.div02Block p:nth-of-type(1) {
  margin-bottom: 45px;
}
@media screen and (min-width: 767px) {
  .div02Block p:nth-of-type(1) {
    width: 100%;
    max-width: 645px;
    margin: 0 auto 45px;
  }
}
@media screen and (min-width: 767px) {
  .div02Block p.stampImg {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 35px;
  }
}

.linkBox p:nth-of-type(1) {
  font-size: 17px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
  color: #D3181D;
}
@media screen and (min-width: 767px) {
  .linkBox p:nth-of-type(1) {
    font-size: 29px;
  }
}
.linkBox p:nth-of-type(2) {
  width: 100%;
  max-width: 19px;
  margin: 20px auto;
}
@media screen and (min-width: 767px) {
  .linkBox p:nth-of-type(2) {
    margin: 35px auto;
    max-width: 35px;
  }
}
@media screen and (min-width: 767px) {
  .linkBox p a {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
  }
}

.div03Block {
  padding: 70px 0 55px 0;
}
@media screen and (min-width: 767px) {
  .div03Block {
    padding: 70px 0 105px 0;
  }
}
.div03Block p:nth-of-type(1) {
  margin: 30px auto 20px auto;
}
@media screen and (min-width: 767px) {
  .div03Block p:nth-of-type(1) {
    width: 100%;
    max-width: 650px;
    margin: 20px auto;
  }
}
.div03Block p:nth-of-type(2) {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 12px;
  margin: 30px auto 35px auto;
}
@media screen and (min-width: 767px) {
  .div03Block p:nth-of-type(2) {
    font-size: 20px;
    margin: 30px auto 60px auto;
  }
}
.div03Block .location p:nth-of-type(1) {
  max-width: 100%;
  margin-bottom: 35px;
  line-height: 1.4;
}
.div03Block .location .linkBox p:nth-of-type(1) {
  margin-top: 50px;
}
@media screen and (min-width: 767px) {
  .div03Block .location .linkBox p:nth-of-type(1) {
    margin-top: 0;
  }
}
.div03Block table {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: solid 1px #707070;
  border-spacing: 0;
  margin-bottom: 35px;
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .div03Block table {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.div03Block table tr .bg_b {
  background: #CDE0ED;
}
.div03Block table tr .bg_g {
  background: #D6DBDE;
}
.div03Block table tr .bg_r {
  background: #F6D1D2;
}
.div03Block table tr .fc_b {
  color: #1B488E;
}
.div03Block table tr th {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .div03Block table tr th {
    display: table-cell;
    width: 33.3333333333%;
    font-size: 20px;
  }
}
.div03Block table tr td {
  width: 100%;
  display: block;
  text-align: center;
  padding: 35px 5px;
  line-height: 1.3;
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .div03Block table tr td {
    display: table-cell;
    width: 33.3333333333%;
    border-right: solid 1px #000;
    border-bottom: dotted 2px #000;
  }
  .div03Block table tr td:last-child {
    border-right: none;
  }
}
.div03Block table tr td .fc_b {
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .div03Block table tr td .fc_b {
    font-size: 29px;
  }
}
.div03Block table tr td.fs_20 {
  font-size: 20px;
}
@media screen and (min-width: 767px) {
  .div03Block table tr td.fs_20 {
    font-size: 29px;
  }
}
.div03Block table tr td.bt_none {
  border-bottom: none;
}
.div03Block table tr td.fs_m {
  font-size: 18px;
}
@media screen and (min-width: 767px) {
  .div03Block table tr td.fs_m {
    font-size: 23px;
  }
}
.div03Block table tr small {
  font-size: 80%;
}
.div03Block table tr a.itemLink {
  color: #1B488E !important;
}
.div03Block .mapBlock {
  padding-top: 10px;
}
@media screen and (min-width: 767px) {
  .div03Block .mapBlock {
    padding-top: 80px;
  }
}
.div03Block .mapBlock p:nth-of-type(1) {
  width: 100%;
  max-width: 76px;
  margin: 0 auto 20px auto;
}
@media screen and (min-width: 767px) {
  .div03Block .mapBlock p:nth-of-type(1) {
    max-width: 140px;
    margin: 0 auto 40px auto;
  }
}
.div03Block .mapBlock .mapBox {
  width: 100%;
  aspect-ratio: 5/6;
}
@media screen and (min-width: 767px) {
  .div03Block .mapBlock .mapBox {
    max-width: 760px;
    margin: 0 auto;
    margin-bottom: 120px;
    aspect-ratio: 3/3;
    max-height: 560px;
  }
}
.div03Block .mapBlock .mapBox iframe {
  width: 100%;
  height: 100%;
}

.footerContent {
  background: #EFEFEF;
  padding: 45px 0 0;
}
@media screen and (min-width: 767px) {
  .footerContent {
    padding: 45px 0 35px 0;
  }
}
.footerContent h3 {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 15px 0;
  line-height: 1;
  margin: 0;
}
@media screen and (min-width: 767px) {
  .footerContent h3 {
    font-size: 28px;
  }
}
.footerContent p {
  font-size: 13px;
  margin: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .footerContent p {
    font-size: 14px;
  }
}
.footerContent p.m_txt {
  font-size: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 15px 0;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .footerContent p.m_txt {
    font-size: 26px;
    padding: 15px 0 35px 0;
  }
}
.footerContent p.companyTxt {
  margin-bottom: 40px;
}
@media screen and (min-width: 767px) {
  .footerContent p.companyTxt {
    margin-bottom: 60px;
  }
}