@charset "UTF-8";
/* Scss Document */
body {
  color: #231815;
  font-family: '小塚ゴシック Pr6N', '小塚ゴシック Pro', KozGoPr6N, KozGoPro, 'ヒラギノ角ゴ StdN W1', 'ヒラギノ角ゴ Std W1', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', HiraKakuStdN-W1, HiraKakuStd-W1,HiraKakuProN-W3,HiraKakuPro-W3, Meiryo, MS-PGothic, MS-Gothic, MS-UIGothic,'Myriad Pro', MyriadPro, MyriadStd, Arial, Verdana, sans-serif;
  line-height: 1;
  text-align: left;
  background: #FFF;
}

a:hover img {
  opacity: 0.64;
  transition: 0.5s;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

/* 共通 */
/* HEADER */
.header {
  position: relative;
}

.header .h1 img {
  height: 5rem;
  margin: 0 auto;
}

.header .body {
  padding: .25rem 0 2.5em;
  background: #fff;
  position: relative;
  z-index: 2;
}

.header nav {
  width: 100%;
  height: 2.5rem;
  background: #fff68c;
  position: absolute;
  top: 5.25rem;
  left: 0;
  z-index: 3;
}

.header nav.fxd {
  position: fixed;
  top: 0;
}

.header nav ul {
  padding: 0.75em 0;
  text-align: center;
}

.header nav ul li {
  display: inline-block;
}

.header nav ul li a {
  display: block;
  padding: 0 1em;
}

.header nav.navFxd {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.header .mainImage {
  position: relative;
}

.footer {
  border-top: 0.25rem solid #fff68c;
  padding: 1.5rem 1.5em 2em;
  margin: 3.5em 0 0;
  position: relative;
}

.footer .logo img {
  height: 5rem;
}

.footer address {
  line-height: 1.5;
}

.footer .copyright {
  font-family: Helvetica, Arial, "sans-serif";
  font-size: 0.75rem;
}

.main {
  width: calc(100% - 3em);
  max-width: 680px;
  margin: 0 auto;
}

.main h1 {
  font-size: 2.25rem;
  text-align: center;
  margin: 4.5rem 0 0;
}

.main table {
  width: 100%;
  margin: 3em auto 0;
  border-left: 1px solid #9e9e9f;
  border-top: 1px solid #9e9e9f;
}

.main table tr th {
  max-width: 12em;
  color: #FFF;
  font-weight: normal;
  line-height: 2;
  padding: 1rem 1.75rem;
  background: #717071;
  border-right: 1px solid #9e9e9f;
  border-bottom: 1px solid #9e9e9f;
}

.main table tr td {
  line-height: 2;
  padding: 1rem 1.25rem;
  border-right: 1px solid #9e9e9f;
  border-bottom: 1px solid #9e9e9f;
}

.main p {
  line-height: 2;
  margin: calc(2rem + -0.5em) 0 -0.5em;
}

.main .tel {
  line-height: 1;
  margin: 2.5rem 0 0;
}

.main .tel img {
  margin: 0 auto;
}

.main .center {
  text-align: center;
}

.main .map {
  position: relative;
  padding-top: 60%;
  margin: 2.5em 0 0;
}

.main .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.main .imgList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2em 0 0;
}

.main .imgList::after {
  display: block;
  content: "";
  width: calc((100% - 2.25em) / 4);
}

.main .imgList li {
  width: calc((100% - 2.25em) / 4);
  margin-bottom: 0.75em;
}

.main .imgList li a {
  display: block;
  width: 100%;
  padding-top: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main .tab .tabHeader {
  font-size: 0;
  text-align: center;
  margin: 1.25rem 0 0;
}

.main .tab .tabHeader li {
  display: inline-block;
  font-size: 1rem;
  padding: 0 1rem;
  border-left: 1px solid #000;
  cursor: pointer;
}

.main .tab .tabHeader li:last-child {
  border-right: 1px solid #000;
}

.main .tab .tabHeader li.on {
  font-weight: bold;
  position: relative;
}

.main .tab .tabHeader li.on::after {
  content: '▼';
  display: block;
  width: 1em;
  height: 1em;
  font-size: 0.5em;
  position: absolute;
  bottom: -1.25em;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 680px) {
  .pcNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    height: auto;
  }
  .list {
    display: flex;
    margin: 3.5em 0 0;
  }
  .list li {
    width: calc(100% / 3);
  }
  .list li img {
    width: 100%;
  }
  .header .mainImage img {
    width: 100%;
  }
  .footer .copyright {
    position: absolute;
    right: 1.5rem;
    bottom: 2.5rem;
  }
}

@media screen and (max-width: 679px) {
  .spNone {
    display: none !important;
  }
  html {
    width: 100%;
    height: 100%;
    font-size: 12px;
  }
  body {
    width: 100%;
    height: 100%;
    font-size: 1rem;
  }
  img {
    display: block;
    max-width: 100%;
    width: auto;
  }
  /* header */
  .header {
    margin-bottom: 2em;
  }
  .header .mainImage {
    padding-bottom: 20vw;
    position: relative;
  }
  .header .mainImage .image {
    padding-top: 75%;
    background: url(../img/_main.jpg) center bottom/auto 120% no-repeat;
    position: relative;
  }
  .header .mainImage .overlay {
    width: 100%;
    padding-top: 20%;
    background: url(../img/overlay.png) center/cover no-repeat;
    position: absolute;
    bottom: 20vw;
    left: 0;
  }
  .header .mainImage .catch {
    width: calc((265 / 375) * 100vw);
    position: absolute;
    bottom: 0;
    right: 1.5rem;
  }
  .header nav ul li {
    line-height: 1.5;
  }
  .header nav ul li a {
    padding: 0 0.5em;
    font-size: 0.75rem;
    font-feature-settings: "palt" 1;
  }
  .header nav ul li:last-child a {
    padding-right: 0;
  }
  .header nav ul li:first-child a {
    padding-left: 0;
  }
  .footer {
    text-align: center;
  }
  .footer .logo img {
    height: 4rem;
    margin: 0 auto;
  }
  .footer .copyright {
    margin: 1rem 0 0;
  }
  .list {
    width: calc(100% - 3em);
    margin: 0 auto;
  }
  .list li {
    margin: 1.5em 0 0;
  }
  .main .imgList::after {
    display: block;
    content: "";
    width: calc((100% - 2em) / 3);
  }
  .main .imgList li {
    width: calc((100% - 2em) / 3);
  }
  .main .imgList li a {
    display: block;
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main table tr th {
    padding: 1rem;
  }
  .main table tr th {
    padding: 1rem;
  }
}
