@charset "UTF-8";
/* Scss Document */
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.sp_none {
  display: none; }
  @media all and (max-width: 768px) {
    .sp_none {
      display: block; } }

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

.mrgS {
  margin-top: 10px; }

.mrgM {
  margin-top: 30px; }
  @media all and (max-width: 768px) {
    .mrgM {
      margin-top: 20px; } }

.mrgL {
  margin-top: 40px; }
  @media all and (max-width: 768px) {
    .mrgL {
      margin-top: 30px; } }

.mrgL50 {
  margin-top: 50px; }
  @media all and (max-width: 768px) {
    .mrgL50 {
      margin-top: 40px; } }

.posC {
  text-align: center; }

.w90 {
  max-width: 1200px;
  width: 90%;
  margin-right: auto;
  margin-left: auto; }

body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.5em;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s; }

img {
  width: auto;
  height: auto; }

p.txt {
  font-size: 15px; }
  @media all and (max-width: 768px) {
    p.txt {
      font-size: 14px;
      line-height: 1.5em; } }

h2 {
  font-size: 24px;
  font-weight: 500;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%; }
  @media all and (max-width: 768px) {
    h2 {
      font-size: 20px; } }
  h2 span {
    font-family: 'Lato', sans-serif;
    letter-spacing: normal;
    color: #ef233c;
    display: block;
    font-weight: 600;
    margin-top: 5px;
    font-size: 80%; }
    @media all and (max-width: 768px) {
      h2 span {
        margin-top: 3px; } }

/*footer*/
footer {
  text-align: center;
  background-color: #373737; }
  footer .footer_wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    position: relative; }
    @media all and (max-width: 768px) {
      footer .footer_wrap {
        text-align: center; } }
    footer .footer_wrap .pagetop {
      position: absolute;
      width: 50px;
      height: 50px;
      line-height: 50px;
      right: 0;
      top: -25px; }
      footer .footer_wrap .pagetop a {
        display: block;
        background-color: #fff; }
        footer .footer_wrap .pagetop a:hover {
          background-color: #ef233c;
          color: #fff; }
    footer .footer_wrap ul {
      text-align: left;
      padding: 50px 0;
      float: left;
      overflow: hidden; }
      footer .footer_wrap ul li {
        display: inline-block;
        padding: 0 20px;
        vertical-align: middle; }
        footer .footer_wrap ul li:first-child {
          border-right: 1px #fff solid; }
        footer .footer_wrap ul li a {
          color: #fff;
          font-size: 14px; }
          footer .footer_wrap ul li a:hover {
            color: #ef233c; }
          @media all and (max-width: 768px) {
            footer .footer_wrap ul li a {
              font-size: 12px; } }
          @media all and (max-width: 320px) {
            footer .footer_wrap ul li a {
              font-size: 10px; } }
      @media all and (max-width: 768px) {
        footer .footer_wrap ul {
          text-align: center;
          float: inherit;
          padding: 20px 0; } }
    footer .footer_wrap .copyright {
      float: right;
      text-align: right;
      color: #fff;
      overflow: hidden;
      padding: 50px 0; }
      footer .footer_wrap .copyright small {
        font-size: 10px; }
      @media all and (max-width: 768px) {
        footer .footer_wrap .copyright {
          padding: 0 0 10px;
          text-align: center;
          font-size: 1vw;
          float: inherit; } }

/*ヘッダー共通*/
header {
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 99; }
  @media all and (max-width: 768px) {
    header {
      height: 65px; } }
  header .cnt {
    width: 90%;
    max-width: 1280px;
    margin: auto; }
  header h1.logo {
    display: inline-block;
    float: left;
    margin-top: 25px;
    max-width: 188.5px;
    width: 13.2vw; }
    @media all and (max-width: 768px) {
      header h1.logo {
        max-width: 120px;
        margin-top: 16px; } }
    header h1.logo img {
      width: 100%;
      margin-top: 5px; }
    @media all and (max-width: 768px) {
      header h1.logo {
        width: 30vw; } }
  header .gnav {
    text-align: right;
    float: right;
    display: table; }
    @media all and (max-width: 768px) {
      header .gnav {
        display: none; } }
    header .gnav li {
      display: table-cell;
      font-size: 16px;
      font-weight: 600;
      padding-right: 2.14vw; }
      @media all and (max-width: 1150px) {
        header .gnav li {
          font-size: 1.391vw; } }
      header .gnav li a {
        display: table;
        position: relative;
        height: 100%;
        width: 100%;
        line-height: 100px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        header .gnav li a:hover {
          -webkit-transform: translate3d(0, -3px, 0);
          transform: translate3d(0, -3px, 0);
          color: #ef233c; }
        header .gnav li a.partner {
          color: #ef233c; }
      header .gnav li.current a {
        color: #ef233c; }
      header .gnav li.instagram {
        font-size: 30px;
        vertical-align: middle; }
        header .gnav li.instagram a {
          color: #ef233c; }

/*------------------------------
  ドロワーメニュー
------------------------------*/
/* ボタン */
.menu-btn {
  width: 2rem;
  padding: 20px 17px 30px;
  background-color: transparent;
  border: none;
  box-sizing: content-box;
  display: none;
  font-size: 40px;
  outline: none;
  position: fixed;
  top: 0;
  right: 2%;
  z-index: 10000;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.pushy-open-right .menu-btn {
  /* メニューopen時 */
  position: fixed; }

.menu-btn .drawer-hamburger-icon {
  margin-top: 12px;
  display: block;
  position: relative; }

.menu-btn .drawer-hamburger-icon,
.menu-btn .drawer-hamburger-icon:before,
.menu-btn .drawer-hamburger-icon:after {
  width: 100%;
  height: 3px;
  background-color: #ef233c;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 0; }

.drawer-hamburger-icon:after {
  top: 10px; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  background-color: #222;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.pushy-open-right .drawer-hamburger-icon {
  background-color: transparent; }

.pushy-open-right .drawer-hamburger-icon:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.pushy-open-right .drawer-hamburger-icon:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.pushy-open-right .menu-btn {
  /* メニューopen時 */
  position: fixed; }
.pushy-open-right .drawer-hamburger-icon {
  background-color: transparent; }
  .pushy-open-right .drawer-hamburger-icon:before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff; }
  .pushy-open-right .drawer-hamburger-icon:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff; }

/* ドロワーメニュー内 */
.pushy {
  display: none; }

nav.pushy ul {
  width: auto; }

nav.pushy ul.menu_01 > li li {
  border-bottom: solid 1px #fff; }

nav.pushy ul.menu_01 > li li:last-of-type {
  border-bottom: none; }

nav.pushy ul a {
  padding: 25px 0;
  text-align: left;
  padding-left: 40px; }

nav.pushy ul.menu_01 a,
nav.pushy .pushy-submenu a {
  color: #fff;
  font-size: 16px;
  text-align: left;
  font-weight: 500; }

nav.pushy .pushy-submenu button {
  padding: 25px 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding-left: 40px;
  text-align: left;
  letter-spacing: 0.1em; }

.pushy .pushy-content li a {
  background-repeat: no-repeat;
  background-size: auto 60%; }

nav.pushy .pushy-submenu > ul {
  padding: 0;
  background: #ef233c; }

nav.pushy .pushy-submenu > ul a {
  color: #fff; }

@media all and (max-width: 768px) {
  .menu-btn,
  .pushy {
    display: block; }

  nav.pushy > ul {
    margin: 0 auto;
    border-bottom: none;
    display: block; }

  nav.pushy ul li {
    height: auto;
    display: block; }

  nav.pushy ul li a {
    height: auto;
    overflow: auto;
    text-indent: initial;
    white-space: initial; }

  nav.pushy ul li span.en {
    display: block;
    font-size: 15px;
    font-family: 'Josefin Sans', sans-serif;
    color: #ef233c; }

  nav.pushy ul li .sns {
    margin-top: 20px;
    padding-left: 40px; }

  nav.pushy ul li .sns li {
    display: inline-block;
    margin-right: 10px; } }
/*お問い合わせ*/
.contact {
  text-align: center;
  background: url("../img/common/contact_bg.png") center center no-repeat;
  background-size: cover;
  padding: 70px;
  margin-top: 130px; }
  @media all and (max-width: 768px) {
    .contact {
      margin-top: 100px;
      padding: 50px 0; } }
  .contact h3 {
    color: #fff;
    font-size: 30px;
    font-family: "Josefin Sans", sans-serif;
    margin-bottom: 20px; }
    @media all and (max-width: 768px) {
      .contact h3 {
        font-size: 7vw; } }
  .contact .txt {
    color: #fff;
    margin-bottom: 50px; }
    @media all and (max-width: 768px) {
      .contact .txt {
        width: 90%;
        margin: 0 auto 30px; } }
  .contact ul {
    text-align: center; }
    .contact ul li {
      display: inline-block;
      margin: 0 2%; }
      @media all and (max-width: 768px) {
        .contact ul li {
          display: block;
          width: 70%;
          max-width: 360px;
          margin: 0 auto 10px; } }
      .contact ul li a {
        display: block;
        background-color: #fff;
        padding: 20px 50px;
        border-radius: 50px;
        border: 1px #000 solid; }
        .contact ul li a:hover {
          background-color: #000;
          color: #fff; }
        @media all and (max-width: 768px) {
          .contact ul li a {
            font-size: 14px;
            padding: 15px 0; } }

/*# sourceMappingURL=common.css.map */
