@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

img {
  border-style: none;
  vertical-align: top; }

table {
  border-collapse: collapse; }

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

textarea {
  overflow: auto;
  resize: vertical; }

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0; }

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation; }

/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*テキストに使うフォントカラー*/
/*テキスト内で使うリンクカラー*/
body {
  font-weight: 400;
  color: #383838;
  font-family: 'Noto Sans JP', sans-serif; }

a {
  color: #000000;
  text-decoration: none; }

ul, ol {
  list-style-type: none; }

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast; }

* {
  box-sizing: border-box; }

.commonBtn {
  display: flex;
  background-color: #C71966;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important; }
  .commonBtn.btnCenter {
    margin: 0 auto; }
  .commonBtn.btnRight {
    margin: 0 0 0 auto; }
  .commonBtn.noArrow:after {
    display: none; }
  .commonBtn.down:after {
    background-image: url(../images/second/arrow-blue-down.png);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    top: calc(50% - 4px); }
  .commonBtn .icon {
    display: flex;
    align-items: center; }

sup, sub {
  font-size: .6em; }

#common_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

#header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: auto; }
  #header #menu {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 50px;
    height: 50px;
    background-color: #C71966;
    border-radius: 50%; }
    #header #menu span {
      display: inline-block;
      transition: all .4s;
      box-sizing: border-box;
      position: absolute;
      left: 15px;
      width: 20px;
      height: 2px;
      background-color: #fff;
      border-radius: 2px; }
      #header #menu span:nth-of-type(1) {
        top: 12px; }
      #header #menu span:nth-of-type(2) {
        top: 18px; }
      #header #menu span:nth-of-type(3) {
        top: 24px; }
    #header #menu:before {
      content: "MENU";
      color: #fff;
      font-size: 8px;
      text-align: center;
      position: absolute;
      top: 28px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    #header #menu.active span:nth-of-type(1) {
      -webkit-transform: translateY(7px) rotate(-35deg);
              transform: translateY(7px) rotate(-35deg); }
    #header #menu.active span:nth-of-type(2) {
      opacity: 0; }
    #header #menu.active span:nth-of-type(3) {
      -webkit-transform: translateY(-5px) rotate(35deg);
              transform: translateY(-5px) rotate(35deg); }
    #header #menu.active:before {
      content: "CLOSE"; }

.contact_wrap .text {
  line-height: 1.8; }

.contact_wrap .btn a {
  display: flex;
  background-color: #C71966;
  color: #fff;
  align-items: center;
  justify-content: center; }
  .contact_wrap .btn a .icon {
    display: flex;
    align-items: center; }

#footer {
  background-color: #fff;
  border-top: 2px solid #acacac; }
  #footer .copyright {
    color: #C71966; }
  #footer .powered {
    color: #C71966; }

/* ココから下には記入禁止 */
@media screen and (max-width: 980px) {
  .commonBtn.btnCenter {
    margin: 0 auto; }
  .commonBtn.btnRight {
    margin: 0 0 0 auto; }
  .commonBtn.noArrow:after {
    display: none; }
  .commonBtn.down:after {
    background-image: url(../images/second/arrow-blue-down.png);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    top: calc(50% - 4px); }
  /* ココから下には記入禁止 */ }

@media screen and (min-width: 981px) {
  .commonBtn.btnCenter {
    margin: 0 auto; }
  .commonBtn.btnRight {
    margin: 0 0 0 auto; }
  .commonBtn.noArrow:after {
    display: none; }
  .commonBtn.down:after {
    background-image: url(../images/second/arrow-blue-down.png);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    top: calc(50% - 4px); }
  /* ココから下には記入禁止 */ }

@media screen and (max-width: 800px) {
  .btnWrap {
    margin-top: 30px; }
  .commonBtn {
    font-size: 16px;
    margin: 0 auto;
    padding: 8px 10px;
    border-radius: 30px;
    width: 80%; }
    .commonBtn.btnCenter {
      margin: 0 auto; }
    .commonBtn.btnRight {
      margin: 0 0 0 auto;
      margin: 0 auto; }
    .commonBtn.noArrow:after {
      display: none; }
    .commonBtn.down:after {
      background-image: url(../images/second/arrow-blue-down.png);
      background-size: 11px 7px;
      background-repeat: no-repeat;
      width: 11px;
      height: 7px;
      top: calc(50% - 4px); }
    .commonBtn .icon {
      width: 22px;
      margin-right: 15px; }
  .btnLine2 a.commonBtn {
    margin-bottom: 10px; }
  .tel {
    color: #C71966;
    text-decoration: underline; }
  #overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 99; }
  #common_bg {
    background: url(../images/bg_sp.png);
    background-position: top center;
    background-size: cover; }
  #header {
    top: 15px;
    left: 0;
    padding: 0 15px; }
    #header .header_inner {
      background-color: #fff;
      border-radius: 5px;
      box-shadow: 0px 0px 5px 0px #dbdbdb;
      padding: 20px 15px 20px 15px;
      position: relative; }
    #header .logo img {
      width: 202px; }
    #header .gnav {
      display: none;
      width: 100%;
      padding: 20px 20px; }
      #header .gnav ul li {
        border-bottom: 1px solid #acacac; }
      #header .gnav ul a {
        display: block;
        padding: 20px 40px 20px 0;
        font-weight: bold;
        position: relative; }
        #header .gnav ul a:before {
          content: "";
          display: inline-block;
          width: 20px;
          height: 20px;
          background-color: #C71966;
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
        #header .gnav ul a:after {
          content: "";
          width: 4px;
          height: 4px;
          border: 0px;
          border-top: solid 2px #fff;
          border-right: solid 2px #fff;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          position: absolute;
          top: calc(50% - 2px);
          right: 8px; }
  .contact_wrap {
    padding: 40px 0; }
    .contact_wrap .contact_inner {
      padding: 0 15px; }
    .contact_wrap .text {
      font-size: 16px;
      text-align: center; }
    .contact_wrap .btn {
      margin-top: 30px; }
      .contact_wrap .btn a {
        font-size: 16px;
        padding: 15px 30px;
        border-radius: 30px;
        width: 80%;
        margin: 0 auto; }
        .contact_wrap .btn a .icon {
          width: 22px;
          margin-right: 15px; }
  #footer {
    padding: 20px 0; }
    #footer .copyright {
      font-size: 10px;
      text-align: center; }
    #footer .powered {
      font-size: 10px;
      text-align: center;
      margin-top: 5px; }
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important; } }

@media print, screen and (min-width: 801px) {
  .commonBtn {
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 30px;
    width: 375px;
    transition: .3s; }
    .commonBtn:hover {
      -webkit-transform: scale(1.1, 1.1);
              transform: scale(1.1, 1.1); }
    .commonBtn.btnS {
      width: 30%; }
    .commonBtn.btnM {
      width: 375px; }
    .commonBtn.btnL {
      width: 70%; }
    .commonBtn.btnCenter {
      margin: 0 auto; }
    .commonBtn.btnRight {
      margin: 0 0 0 auto; }
    .commonBtn.noArrow:after {
      display: none; }
    .commonBtn.down:after {
      background-image: url(../images/second/arrow-blue-down.png);
      background-size: 11px 7px;
      background-repeat: no-repeat;
      width: 11px;
      height: 7px;
      top: calc(50% - 4px); }
    .commonBtn.down:hover:after {
      background-image: url(../images/second/arrow-white-down.png); }
    .commonBtn .icon {
      width: 22px;
      margin-right: 25px; }
  .btnLine2 {
    display: flex;
    align-items: center; }
    .btnLine2 a.commonBtn {
      width: calc(50% - 10px);
      margin-bottom: 10px; }
      .btnLine2 a.commonBtn:not(:last-child) {
        margin-right: 30px; }
  .tel {
    color: inherit !important;
    text-decoration: none !important;
    pointer-events: none; }
  #common_bg {
    background: url(../images/bg_pc.png);
    background-position: top center;
    background-size: cover; }
  #header .header_inner {
    width: 90%;
    max-width: 980px;
    margin: 0 auto; }
  #header .logo {
    text-align: center; }
  #header .gnav {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 3px #dbdbdb;
    padding: 20px 3.5vw; }
    #header .gnav ul {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      #header .gnav ul li {
        text-align: center; }
      #header .gnav ul a {
        font-size: 18px;
        font-weight: bold;
        transition: .3s;
        position: relative;
        /*
                    &:before{
                        content: "";
                        display: inline-block;
                        width: 100%;
                        height: 2px;
                        background-color: $c_base;
                        position: absolute;
                        bottom: -2px;
                        left: 0;
                        opacity: 0;
                        transition: .3s;
                    }
                    */ }
        #header .gnav ul a:hover, #header .gnav ul a.active {
          color: #C71966;
          /*
                        &:before{
                            opacity: 1;
                            bottom: 0;
                        }
                        */ }
  .contact_wrap {
    padding: 70px 0; }
    .contact_wrap .contact_inner {
      width: 90%;
      max-width: 980px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
    .contact_wrap .text {
      font-size: 20px; }
    .contact_wrap .btn a {
      font-size: 18px;
      padding: 15px 30px;
      border-radius: 30px;
      width: 375px;
      transition: .3s; }
      .contact_wrap .btn a:hover {
        -webkit-transform: scale(1.1, 1.1);
                transform: scale(1.1, 1.1); }
      .contact_wrap .btn a .icon {
        width: 22px;
        margin-right: 25px; }
  #footer {
    padding: 30px 0; }
    #footer .footer_bottom {
      display: flex;
      justify-content: space-between;
      width: 90%;
      max-width: 980px;
      margin: 0 auto; }
    #footer .copyright {
      font-size: 12px; }
    #footer .powered {
      font-size: 12px; }
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important; } }

@media screen and (min-width: 801px) and (max-width: 980px) {
  .commonBtn.btnCenter {
    margin: 0 auto; }
  .commonBtn.btnRight {
    margin: 0 0 0 auto; }
  .commonBtn.noArrow:after {
    display: none; }
  .commonBtn.down:after {
    background-image: url(../images/second/arrow-blue-down.png);
    background-size: 11px 7px;
    background-repeat: no-repeat;
    width: 11px;
    height: 7px;
    top: calc(50% - 4px); }
  /* ココから下には記入禁止 */ }

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