@charset "UTF-8";
/* ----------------------------------------
   ■ index.css
---------------------------------------- */
#hero {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  width: 100%;
  background: #7d4673;
  color: #fff;
}
#hero > div {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 38vw;
  max-height: 50vh;
  min-height: 530px;
}
#hero > div > div {
  width: 100%;
}
#hero > div > div h1 {
  width: 52%;
  max-width: 800px;
  margin: 0 auto;
}
#hero > div > div h1 img {
  width: 100%;
}
#hero > div > div .lead {
  margin-top: 1.5em;
  padding: 0 20px;
  line-height: 2.0;
  font-size: 1.7rem;
}
#hero > ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: 100%;
}
#hero > ul li {
  width: 25%;
  height: calc(25vw * 0.69231);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#hero > ul li:nth-child(1) {
  background-image: url("../img/index/ph_hero_01.jpg");
}
#hero > ul li:nth-child(2) {
  background-image: url("../img/index/ph_hero_02.jpg");
}
#hero > ul li:nth-child(3) {
  background-image: url("../img/index/ph_hero_03.jpg");
}
#hero > ul li:nth-child(4) {
  background-image: url("../img/index/ph_hero_04.jpg");
}

#upDate {
  padding: 150px 20px;
}
#upDate article {
  max-width: 630px;
  margin: 0 auto;
}
#upDate article .date {
  position: relative;
  border-bottom: 2px solid #7d4673;
}
#upDate article .date p {
  text-align: right;
  color: #7d4673;
  font-size: 1.6rem;
  font-weight: bold;
}
#upDate article .cnt {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
}
#upDate article .cnt .doc {
  width: calc(100% - 190px);
  text-align: left;
}
#upDate article .cnt .doc h2 {
  line-height: 1.3;
  font-weight: bold;
  word-break: break-all;
}
#upDate article .cnt .doc h2 > span {
  display: block;
}
#upDate article .cnt .doc h2 .tt1 {
  padding: 0.4em 0 0;
  font-size: 1.9rem;
}
#upDate article .cnt .doc h2 .tt2 {
  font-family: "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 3.3rem;
}
#upDate article .cnt .doc .name {
  margin-top: 5px;
  font-size: 1.7rem;
  font-weight: bold;
}
#upDate article .cnt .doc .tx1 {
  margin-top: 0.5em;
  font-feature-settings: "palt";
}
#upDate article .cnt .img {
  max-width: 160px;
}
#upDate article .cnt .btn {
  width: 100%;
  margin-top: 15px;
}
#upDate article .cnt .btn a {
  display: block;
  max-width: 210px;
  padding: 1em;
  background: #000;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
#upDate article .cnt .btn a::before {
  content: "＞";
}
#upDate article .cnt .btn a:hover {
  background: #333;
}
#upDate article:first-child .date::before,
#upDate article.new .date::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 57px;
  height: 88px;
  background: url("../img/index/icon_new_01.png") no-repeat center top/100% auto;
}
#upDate article + article {
  margin-top: 50px;
}

#seeMore {
  margin-top: 75px;
}
#seeMore .inner {
  display: none;
  padding-bottom: 75px;
}
#seeMore .toggleBtn a {
  display: block;
  max-width: 210px;
  margin: 0 auto;
  padding: 0.5em 1em;
  background: #000;
  text-decoration: none;
  color: #fff;
}
#seeMore .toggleBtn a::before {
  content: '＞';
  display: inline-block;
  transform: rotate(90deg);
}
#seeMore .toggleBtn a .s1 {
  display: inline;
}
#seeMore .toggleBtn a .s2 {
  display: none;
}
#seeMore.open .toggleBtn a::before {
  transform: rotate(-90deg);
}
#seeMore.open .toggleBtn a .s1 {
  display: none;
}
#seeMore.open .toggleBtn a .s2 {
  display: inline;
}

#map {
  padding: 95px 20px 0;
  background: #7d4673;
}
#map .inner {
  max-width: 770px;
  margin: 0 auto;
}
#map .inner h2 {
  margin-bottom: 15px;
  line-height: 0;
  text-align: left;
}
#map .inner .mapWrapper {
  position: relative;
  width: 770px;
}
#map .inner .mapWrapper .points {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#map .inner .mapWrapper .points li {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.16%;
  height: 9.45%;
}
#map .inner .mapWrapper .points li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  text-decoration: none;
  text-indent: -999px;
}
#map .inner .mapWrapper .points li a:hover, #map .inner .mapWrapper .points li a.on {
  background-position: center bottom;
}
#map .inner .mapWrapper .balloons {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
}
#map .inner .mapWrapper .balloons li {
  display: none;
  position: absolute;
  right: -15px;
  bottom: -30px;
  width: 40%;
  padding: 15px 20px;
  background: #000;
  border: 4px solid #fff;
  text-align: left;
  color: #fff;
}
#map .inner .mapWrapper .balloons li::after {
  content: "";
  position: absolute;
  left: 30%;
  bottom: -37px;
  width: 37px;
  height: 37px;
  background: url("../img/index/img_balloon_tail_01.png") no-repeat center top/100% auto;
}
#map .inner .mapWrapper .balloons li h3 {
  line-height: 1.1;
  font-weight: bold;
}
#map .inner .mapWrapper .balloons li h3 > span {
  display: block;
}
#map .inner .mapWrapper .balloons li h3 > span:first-child {
  margin-bottom: 5px;
  font-size: 1.4rem;
}
#map .inner .mapWrapper .balloons li h3 > span:last-child {
  font-size: 2rem;
}
#map .inner .mapWrapper .balloons li .link {
  margin-top: 0.75em;
  text-align: right;
}
#map .inner .mapWrapper .balloons li .link a {
  color: #fff;
  text-decoration: underline;
}
#map .inner .mapWrapper .balloons li .link a::before {
  content: "＞";
}
#map .inner .mapWrapper .balloons li .link a:hover {
  text-decoration: none;
}
#map .inner .mapWrapper .balloons li .close {
  position: absolute;
  right: -15px;
  top: -15px;
}
#map .inner .mapWrapper .balloons li .close a {
  display: block;
  position: relative;
  overflow: hidden;
  width: 36px;
  height: 36px;
  background: #000;
  border: 3px solid #fff;
  border-radius: 50%;
  text-decoration: none;
}
#map .inner .mapWrapper .balloons li .close a::before, #map .inner .mapWrapper .balloons li .close a::after {
  content: "";
  position: absolute;
  left: calc(50% - 10px);
  top: calc(50% - 1.5px);
  width: 20px;
  height: 3px;
  background: #fff;
  border-radius: 1.5px;
}
#map .inner .mapWrapper .balloons li .close a::before {
  transform: rotate(45deg);
}
#map .inner .mapWrapper .balloons li .close a::after {
  transform: rotate(-45deg);
}

footer {
  padding: 100px 20px 20px;
  background: #7d4673;
}
footer ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}
footer ul li {
  padding: 0 1em;
  border-left: 1px solid #fff;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul li:last-child {
  border-right: 1px solid #fff;
}

/* @media : PC
---------------------------------------- */
@media screen and (max-width: 1050px) {
  #hero > div > div .lead {
    font-size: 1.619047619vw;
  }
}
@media screen and (max-width: 810px) {
  #map .inner .mapWrapper {
    width: auto;
  }

  #map .inner .mapWrapper .balloons li {
    right: -5px;
    width: 50%;
  }
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  #hero > div {
    height: 50vw;
    min-height: 300px;
  }

  #hero > div > div .lead {
    line-height: 1.5;
    font-size: 2.0833333333vw;
  }

  #upDate {
    padding-top: 70px;
    padding-bottom: 50px;
  }

  #upDate article:first-child .date::before {
    width: 40px;
    height: 62px;
  }

  #map {
    padding-top: 50px;
  }

  #map .inner .mapWrapper .balloons li h3 span:first-child {
    font-size: 1.8229166667vw;
  }

  #map .inner .mapWrapper .balloons li h3 span:last-child {
    font-size: 2.6041666667vw;
  }

  #map .inner .mapWrapper .balloons li .link {
    font-size: 2.0833333333vw;
  }

  footer {
    padding-top: 50px;
  }
}
@media screen and (max-width: 480px) {
  #hero > div {
    height: 65vw;
    min-height: 200px;
  }

  #hero > div > div h1 {
    width: 85%;
  }

  #hero > div > div .lead {
    line-height: 1.5;
    font-size: 3.125vw;
  }

  #upDate article .cnt {
    display: block;
  }
  #upDate article .cnt .doc, #upDate article .cnt .img, #upDate article .cnt .btn {
    width: 100%;
  }
  #upDate article .cnt .img {
    max-width: none;
    margin-top: 10px;
  }

  #upDate article .cnt .btn a {
    width: 90%;
    max-width: none;
    margin: 0 auto;
  }

  #upDate article .cnt .doc h2 .tt1 {
    font-size: 1.6rem;
  }

  #upDate article .cnt .doc h2 .tt2 {
    font-size: 2.4rem;
  }

  #upDate article .cnt .doc .name {
    font-size: 1.6rem;
  }

  #map .inner .mapWrapper .balloons li {
    width: 80%;
  }

  #map .inner .mapWrapper .balloons li h3 span:first-child {
    font-size: 2.9166666667vw;
  }

  #map .inner .mapWrapper .balloons li h3 span:last-child {
    font-size: 4.1666666667vw;
  }

  #map .inner .mapWrapper .balloons li .link {
    font-size: 3.3333333333vw;
  }

  footer ul {
    display: block;
  }
  footer ul li {
    width: 100%;
    border: none !important;
  }
  footer ul li + li {
    margin-top: 1em;
  }
}
