@charset "UTF-8";
/* ----------------------------------------
   ■ content.css
---------------------------------------- */
#hero {
  position: relative;
  width: 100vw;
  height: 54vw;
  min-height: 750px;
  max-height: calc(80vh - 68px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
#hero .mainTitle {
  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;
  position: absolute;
  left: calc(50% - 280px);
  bottom: -70px;
  width: 560px;
  height: 270px;
  background: url("../img/content/bg_main_title.png") no-repeat center top/100% auto;
  line-height: 1.1;
  color: #fff;
  z-index: 10;
}
#hero .mainTitle > div .block1 p:first-child {
  font-size: 2.4rem;
}
#hero .mainTitle > div .block1 p:last-child {
  margin-top: 0.5em;
  font-size: 1.6rem;
}
#hero .mainTitle > div .block2 {
  margin-top: 1em;
}
#hero .mainTitle > div .block2 h1 span {
  display: block;
}
#hero .mainTitle > div .block2 h1 span:first-child {
  font-size: 2.1rem;
}
#hero .mainTitle > div .block2 h1 span:last-child {
  margin-top: 0.125em;
  font-family: "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 4.3rem;
}
#hero .mainTitle > div .block2 .name {
  margin-top: 1em;
  font-size: 2.3rem;
}
#hero .mainTitle > div .block2 .name small {
  margin-left: 5px;
  font-size: 0.8em;
  font-feature-settings: "palt";
}

main {
  padding-top: 130px;
  background: #7d4673;
}
main .flexSet {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

#lead {
  padding: 0 20px 65px;
  line-height: 2.0;
  color: #fff;
  font-size: 1.9rem;
}

#mainContents {
  padding: 0 20px 95px;
}
#mainContents article {
  max-width: 935px;
  margin: 0 auto;
}
#mainContents article .doc {
  padding: 55px;
  background: #fff;
  border-radius: 20px;
  text-align: left;
  color: #000;
}
#mainContents article .doc h2 {
  margin-bottom: 0.5em;
  font-family: "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 2.4rem;
}
#mainContents article .doc p {
  line-height: 1.8;
  font-feature-settings: "palt";
}
#mainContents article .doc p + p {
  margin-top: 1.25em;
}
#mainContents article .img .ph {
  text-align: center;
}
#mainContents article .img .cap {
  margin-top: 0.5em;
  text-align: left;
  color: #fff;
  font-size: 1.4rem;
  font-feature-settings: "palt";
}

#recommend {
  padding: 70px 20px;
  background: #fff;
}
#recommend > div {
  max-width: 765px;
  margin: 0 auto;
}
#recommend > div h2 {
  margin-bottom: 70px;
  width: 100%;
  line-height: 0;
}
#recommend > div .flexSet {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#recommend > div .flexSet .doc {
  width: calc(100% - 3.9% - 58%);
  text-align: left;
}
#recommend > div .flexSet .doc h3 {
  margin-bottom: 0.5em;
  line-height: 1.1;
  font-family: "Yu Mincho", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-size: 2.1rem;
}
#recommend > div .flexSet .doc .img {
  margin-top: 20px;
}
#recommend > div .flexSet .doc .img img {
  width: 100%;
}
#recommend > div .flexSet .map {
  width: 58%;
}
#recommend > div .flexSet .map iframe {
  width: 100%;
  height: 100%;
}
#recommend > div .flexSet .website {
  word-break: break-all;
}
#recommend > div .flexSet .copyright {
  margin-top: 0.5em;
}
#recommend > div .flexSet .copyright li {
  padding-left: 0.75em;
  text-indent: -0.75em;
  line-height: 1.2;
  font-size: 1.1rem;
  font-feature-settings: "palt";
}
#recommend > div .box1 {
  margin-bottom: 50px;
  padding: 15px 15px 13px;
  border: 1px solid #7d4673;
  border-radius: 20px;
  line-height: 1.8;
  color: #7d4673;
  font-size: 1.6rem;
}

footer {
  width: 100%;
  padding: 50px 20px 30px;
  background: #000;
}
footer .ttl {
  max-width: 345px;
  margin: 0 auto 70px;
}
footer ul {
  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;
}
footer ul li {
  padding: 0 1em;
  border-left: 1px solid #fff;
}
footer ul li:last-child {
  border-right: 1px solid #fff;
}
footer ul li a {
  text-decoration: none;
  color: #fff;
}
footer ul li a:hover {
  text-decoration: underline;
}

/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  #hero {
    height: 65vw;
    min-height: 1px;
  }

  #hero .mainTitle {
    left: 10%;
    bottom: -15%;
    width: 80%;
    height: 38.4755vw;
    max-width: none;
  }

  #hero .mainTitle > div .block1 p:first-child {
    font-size: 3.125vw;
  }

  #hero .mainTitle > div .block1 p:last-child {
    font-size: 2.0833333333vw;
  }

  #hero .mainTitle > div .block2 h1 span:first-child {
    font-size: 2.734375vw;
  }

  #hero .mainTitle > div .block2 h1 span:last-child {
    font-size: 5.5989583333vw;
  }

  #hero .mainTitle > div .block2 .name {
    font-size: 2.9947916667vw;
  }

  main {
    padding-top: 80px;
  }

  #lead {
    padding-bottom: 30px;
    line-height: 1.5;
    font-size: 2.4739583333vw;
  }

  #mainContents article .doc {
    padding: 40px;
  }

  #recommend {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  #recommend > div h2 {
    margin-bottom: 30px;
  }

  #recommend > div .box1 {
    margin-bottom: 25px;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  #hero .mainTitle {
    bottom: -30px;
  }

  #hero .mainTitle > div .block1 p:first-child {
    font-size: 3.5416666667vw;
  }

  #hero .mainTitle > div .block1 p:last-child {
    font-size: 3.125vw;
  }

  #hero .mainTitle > div .block2 {
    margin-top: 0.75em;
  }

  #hero .mainTitle > div .block2 h1 span:first-child {
    font-size: 3.3333333333vw;
  }

  #hero .mainTitle > div .block2 h1 span:last-child {
    font-size: 5.4166666667vw;
  }

  #hero .mainTitle > div .block2 .name {
    margin-top: 0.75em;
    font-size: 3.3333333333vw;
  }

  #lead {
    padding-bottom: 20px;
    text-align: left;
    font-size: 1.5rem;
  }
  #lead br {
    display: none;
  }

  main {
    padding-top: 50px;
  }

  #mainContents {
    padding-bottom: 50px;
  }

  #mainContents article .doc {
    padding: 20px;
  }

  #mainContents article .doc h2 {
    font-size: 1.8rem;
  }

  #mainContents article .doc p {
    line-height: 1.6;
  }

  #mainContents article .doc p + p {
    margin-top: 1.0em;
  }

  #recommend > div .flexSet {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  #recommend > div .flexSet .doc,
  #recommend > div .flexSet .map {
    width: 100%;
  }
  #recommend > div .flexSet .map {
    margin-top: 20px;
  }
  #recommend > div .flexSet .map iframe {
    height: calc(100vw - 40px);
  }

  #recommend > div .box1 {
    border-radius: 10px;
    line-height: 1.5;
    font-size: 1.4rem;
  }

  footer {
    padding-top: 30px;
  }
  footer .ttl {
    width: 80%;
    margin-bottom: 30px;
  }
  footer ul {
    display: block;
  }
  footer ul li {
    border: none !important;
  }
  footer ul li + li {
    margin-top: 1em;
  }
}
