@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h3 {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}

.l-section {
  max-width: 1168px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 568px) {
  .l-section {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

header {
  background-color: #FD1882;
  height: 160px;
}
@media (max-width: 959px) {
  header {
    height: 0px;
  }
}

.home-top-img-box {
  z-index: -10;
}
.home-top-img-box img {
  width: 100%;
}

@media (max-width: 959px) {
  .p-pc-fv {
    display: none;
  }
}

.p-sp-fv {
  display: none;
}
@media (max-width: 959px) {
  .p-sp-fv {
    display: block;
  }
}

.header-logo-box {
  position: absolute;
  left: 0;
  top: 45px;
}
@media (max-width: 959px) {
  .header-logo-box {
    left: 25px;
    top: 25px;
  }
}
.header-logo-box h1 {
  font-size: 36px;
  color: #fff;
}
@media (max-width: 1200px) {
  .header-logo-box h1 {
    font-size: 32px;
  }
}
@media (max-width: 959px) {
  .header-logo-box h1 {
    display: none !important;
  }
}
@media (max-width: 568px) {
  .header-logo-box h1 {
    font-size: 16px;
  }
}

.p-sp-only-hcdflogo {
  display: none;
  max-width: 70px;
  margin-top: -5px;
}
.p-sp-only-hcdflogo img {
  width: 100%;
}
@media (max-width: 959px) {
  .p-sp-only-hcdflogo {
    display: block;
  }
}

.p-title-rela {
  position: relative;
}

.p-fv-titleBox {
  max-width: 600px;
  position: absolute;
  right: 0;
  bottom: 15%;
}
.p-fv-titleBox img {
  width: 100%;
}
@media (max-width: 959px) {
  .p-fv-titleBox {
    display: none;
  }
}
@media (max-width: 568px) {
  .p-fv-titleBox {
    max-width: 250px;
    bottom: 0%;
  }
}

.p-sp-only-page-hcdflogo {
  display: none;
}
@media (max-width: 959px) {
  .p-sp-only-page-hcdflogo {
    display: block;
    position: fixed;
    left: 15px;
    top: 15px;
    max-width: 54px;
  }
}
.p-sp-only-page-hcdflogo img {
  width: 100%;
}

/*ナビゲーション部分*/
.global-nav li {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (max-width: 1200px) {
  .global-nav li {
    font-size: 18px;
  }
}

.p-sp-global-nav {
  padding-top: 120px;
}

.instagram_navBox {
  max-width: 220px;
}
@media (max-width: 959px) {
  .instagram_navBox {
    display: none;
  }
}
.instagram_navBox img {
  width: 100%;
}
.instagram_navBox a {
  padding-left: 10px !important;
}

.menu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 959px) {
  .menu ul li a {
    color: #fff;
  }
}

.menu ul li a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.menu ul li a:hover {
  cursor: pointer;
  opacity: 0.5;
}

.nav-list-box ul li a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.nav-list-box ul li a:hover {
  cursor: pointer;
  opacity: 0.5;
}

.menu h1 {
  display: inline-block;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.menu h1:hover {
  cursor: pointer;
  opacity: 0.5;
}

.p-menu-black {
  color: #000 !important;
}
@media (max-width: 959px) {
  .p-menu-black {
    color: #fff !important;
  }
}

.nav {
  width: 100%;
  height: 70px;
  z-index: 9999;
}
@media (max-width: 959px) {
  .nav {
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 9999;
  }
}

.nav a {
  display: block;
  padding: 0 0 5px;
  position: relative;
  text-decoration: none;
  color: #5e5e5e;
}

.nav a:hover {
  color: #e4007f;
}

.nav-container {
  padding-top: 180px;
  background-image: url(..//image/top/pic_back_img.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: right 0% bottom 30%;
}
@media (max-width: 768px) {
  .nav-container {
    background-image: none;
    padding-bottom: 0;
    padding-top: 120px;
  }
}

.p-nav-list li {
  color: #000;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.p-nav-list a {
  color: #000;
}

.p-first-nav {
  margin-bottom: 80px;
}

.p-other-nav {
  margin-bottom: 50px;
}

@media (max-width: 568px) {
  .p-nav-03 {
    width: 56%;
  }
}

@media (max-width: 568px) {
  .p-nav-04 {
    width: 55%;
  }
}

@media (max-width: 568px) {
  .p-nav-05 {
    width: 40%;
  }
}

@media (max-width: 568px) {
  .p-nav-06 {
    width: 45%;
  }
}

.p-line-rela_01 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 0 30px;
}

.p-line-rela_01::before {
  position: absolute;
  left: 0px;
  bottom: 25px;
  content: "";
  /*何も入れない*/
  display: inline-block;
  /*忘れずに！*/
  width: 50px;
  /*画像の幅*/
  height: 50px;
  /*画像の高さ*/
  background-image: url(..//image/common/ico_title_bar_01.png);
  background-size: contain;
  vertical-align: middle;
}

.p-hcdf-logoBox {
  max-width: 140px;
}
.p-hcdf-logoBox img {
  width: 100%;
}

.p-ta-right {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .p-ta-right {
    text-align: center;
  }
}

.inner-block {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 768px) {
  .inner-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.p-footer-left {
  width: 50%;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .p-footer-left {
    width: 100%;
  }
}

.p-footer-right {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .p-footer-right {
    width: 100%;
  }
}

#footer06 {
  background: #222;
}

#footer06 .cont-wrap {
  padding: 40px 0;
}

#footer06 .info .address {
  margin: 20px 0;
  padding-left: 20px;
  border-left: 1px solid #fff;
  color: #ccc;
}

#footer06 .cont .nav a {
  color: #ccc;
}

#footer06 .cont-wrap .map {
  width: 700px;
  height: 300px;
}

#footer06 .cont-wrap .map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 641px) {
  #footer06 .cont-wrap {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  #footer06 .cont-wrap {
    padding: 30px 0;
  }
  #footer06 .p-footer-left .logo img {
    width: 120px;
  }
  #footer06 .nav {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  #footer06 .nav li {
    border-top: 1px solid #555;
  }
  #footer06 .nav li:last-child {
    border-bottom: 1px solid #555555;
  }
  #footer06 .nav li a {
    display: block;
    padding: 12px 20px;
    background-size: 6px auto;
  }
  #footer06 .cont-wrap .map {
    margin-top: 20px;
    width: 100%;
    height: 200px;
  }
}/*# sourceMappingURL=new.css.map */