@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  text-decoration: none; }

a {
  color: black; }

.PC {
  display: block; }

.SP {
  display: none; }

/* フロートアニメーション */
.float {
  display: inline-block;
  transition-duration: .3s;
  transition-property: transform; }
  .float:hover {
    transform: translateY(-5px); }

/* swiper */
.swiper-pagination-bullet-active {
  background: #E17A7C !important; }

/* スマホヘッダー */
.naviBar {
  display: none; }

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 100px 0 0 0;
  width: 100%;
  display: none; }

/* スマホフッターナビ */
#footerNavi {
  display: none; }

/* ヘッダー */
header {
  width: 100%;
  border-bottom: solid thin black; }
  header .headerContents {
    width: 1200px;
    height: 200px;
    position: relative;
    margin: 0 auto; }
    header .headerContents .logo {
      font-weight: bold;
      font-size: 40px;
      position: absolute;
      top: 50px;
      display: block; }
    header .headerContents nav {
      width: 650px;
      height: auto;
      position: absolute;
      right: 0;
      bottom: 0;
      font-size: 15px;
      padding-bottom: 20px;
      font-weight: bold; }
      header .headerContents nav ul {
        display: flex;
        justify-content: space-between; }
        header .headerContents nav ul li a {
          width: 100%;
          height: 100%;
          position: relative; }
          header .headerContents nav ul li a::before, header .headerContents nav ul li a::after {
            border-bottom: solid 1px black;
            bottom: -5px;
            content: "";
            display: block;
            position: absolute;
            transition: all .3s ease;
            -webkit-transition: all .3s ease;
            width: 0; }
          header .headerContents nav ul li a::before {
            left: 50%; }
          header .headerContents nav ul li a::after {
            right: 50%; }
          header .headerContents nav ul li a:hover::before, header .headerContents nav ul li a:hover::after {
            width: 50%; }
    header .headerContents .sns {
      width: 180px;
      height: 180px;
      border-radius: 90px;
      background: yellow;
      position: absolute;
      top: -80px;
      right: 0; }
      header .headerContents .sns ul {
        width: 94px;
        padding-top: 110px;
        margin: 0 auto; }
        header .headerContents .sns ul li {
          display: inline-block;
          margin-right: 5px;
          margin-left: 5px; }
      header .headerContents .sns .fa-instagram {
        font-size: 35px;
        display: inline-block; }
      header .headerContents .sns .fa-facebook {
        font-size: 35px;
        display: inline-block; }

/* contact */
#contact {
  padding: 100px 0; }
  #contact > a {
    width: 400px;
    height: 55px;
    padding: 0px 0px;
    background: #EB6D9A;
    box-shadow: 0px 0px 0px 5px #EB6D9A;
    border: solid thin white;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center;
    display: block; }
  #contact > a:hover {
    opacity: 0.5; }
  #contact p {
    font-size: 25px;
    font-weight: bold;
    color: white;
    padding-top: 10px; }

/* フッター */
footer {
  width: 100%;
  background: #F5F5F5;
  padding-top: 70px;
  height: auto;
  padding-bottom: 50px; }
  footer h1 {
    font-weight: bold;
    font-size: 25px;
    padding-bottom: 20px;
    text-align: center; }
  footer span {
    width: 100px;
    margin: 0 auto;
    display: block;
    border-top: solid thin black;
    height: 1px;
    margin-bottom: 50px; }
  footer > ul {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    footer > ul a {
      width: 100%;
      height: 100%;
      position: relative; }
      footer > ul a::before, footer > ul a::after {
        border-bottom: solid 1px black;
        bottom: -2px;
        content: "";
        display: block;
        position: absolute;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        width: 0; }
      footer > ul a::before {
        left: 50%; }
      footer > ul a::after {
        right: 50%; }
      footer > ul a:hover::before, footer > ul a:hover::after {
        width: 50%; }
    footer > ul li p {
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 10px; }
    footer > ul li ul li {
      margin-bottom: 10px;
      font-size: 13px; }
  footer .link {
    width: 1200px;
    height: auto;
    position: relative;
    margin: 50px auto 0 auto;
    height: 150px; }
    footer .link .kirameki img {
      height: 100px;
      position: absolute;
      top: 0;
      left: 0;
      display: block; }
    footer .link .kirameki img:hover {
      opacity: 0.5; }
    footer .link .buchiii img {
      height: 98px;
      position: absolute;
      top: 0;
      left: 300px;
      border: solid thin black;
      display: block; }
    footer .link .buchiii img:hover {
      opacity: 0.5; }
    footer .link .fa-facebook {
      position: absolute;
      bottom: 30px;
      right: 50px;
      font-size: 35px; }
    footer .link .fa-instagram {
      position: absolute;
      bottom: 30px;
      right: 0px;
      font-size: 35px; }

@media (max-width: 768px) {
  .PC {
    display: none; }

  .SP {
    display: block; }

  header {
    display: none; }

  footer {
    display: none; }

  #contact {
    padding: 100px 0 150px 0; }
    #contact > a {
      width: 80%;
      height: 55px;
      padding: 0px 0px;
      background: #EB6D9A;
      box-shadow: 0px 0px 0px 5px #EB6D9A;
      border: solid thin white;
      margin: 0 auto;
      border-radius: 3px;
      text-align: center;
      display: block; }
    #contact > a:hover {
      opacity: 0.5; }
    #contact p {
      font-size: 22px;
      font-weight: bold;
      color: white;
      padding-top: 11px; }

  /*　ハンバーガーボタン　*/
  .naviBar {
    width: 100%;
    height: 65px;
    background: white;
    opacity: 0.7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    display: block; }
    .naviBar h1 {
      font-size: 20px;
      font-weight: bold;
      padding-top: 17px;
      padding-left: 15px; }

  .hamburger {
    display: block;
    position: absolute;
    z-index: 3;
    right: 13px;
    top: 12px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    z-index: 550; }

  .hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: black;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 600; }

  .hamburger span:nth-child(1) {
    top: 10px; }

  .hamburger span:nth-child(2) {
    top: 20px; }

  .hamburger span:nth-child(3) {
    top: 30px; }

  /* ナビ開いてる時のボタン */
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 600; }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); }

  @keyframes nonactive {
    from {
      opacity: 1; }
    to {
      opacity: 0; } }
  nav.globalMenuSp {
    animation: nonactive 0.3s linear 0s;
    position: fixed;
    top: 0;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
    width: 100%;
    height: 100vh;
    z-index: 1;
    display: none; }

  nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 100px 0 0 0;
    width: 100%;
    display: block; }

  nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all; }

  nav.globalMenuSp ul li:last-child {
    padding-bottom: 0; }

  nav.globalMenuSp ul li:hover {
    background: #ddd; }

  nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration: none; }

  /* このクラスを、jQueryで付与・削除する */
  @keyframes active {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  nav.globalMenuSp.active {
    display: block;
    animation: active 0.3s linear 0s;
    z-index: 500; }

  #footerNavi {
    z-index: 100;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #EB6D9A;
    height: auto;
    border-top: none;
    display: block; }
    #footerNavi ul {
      width: 100%;
      font-size: 0;
      border-top: none; }
    #footerNavi li {
      width: 33%;
      display: inline-block;
      vertical-align: top;
      color: white;
      border-left: solid 1px white;
      height: 60px; }
    #footerNavi li:last-of-type {
      border-right: none; }
    #footerNavi li:first-of-type {
      border-left: none; }
    #footerNavi a {
      padding: 20px 0 0 0;
      height: 60px;
      display: block;
      font-size: 12px;
      cursor: pointer;
      text-align: center;
      color: white;
      box-sizing: border-box;
      font-weight: bold;
      margin: 0; }
    #footerNavi a:hover {
      opacity: 0.3; } }
