@charset "UTF-8";
/*** Media Query ***/
/*** w1366 × h768 メイン解像度 ***/
/* common */
/* line 7, common.scss */
body {
  width: 100%;
  color: #000000;
  background-color: #ffe100;
  font-size: 1em;
  font-family: "Noto Sans JP", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, "sans-serif";
  font-feature-settings: "palt";
  line-height: 1.6rem;
  letter-spacing: 0.12em;
  margin: 0;
  padding-bottom: 160px; }

/* line 19, common.scss */
#main-menu {
  display: block;
  position: fixed;
  z-index: 101;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100vh;
  padding: 120px 50px 0 50px;
  background-color: #ff70b3;
  transition: all .4s; }
  /* line 32, common.scss */
  #main-menu.active {
    right: 0 !important; }
  /* line 35, common.scss */
  #main-menu .mark {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto 50px auto; }
  /* line 42, common.scss */
  #main-menu nav ul {
    box-sizing: border-box;
    margin: 0;
    list-style: none; }
    /* line 46, common.scss */
    #main-menu nav ul.main {
      margin-bottom: 60px; }
      /* line 49, common.scss */
      #main-menu nav ul.main li a {
        font-size: 1.45rem;
        font-weight: 700; }
    /* line 56, common.scss */
    #main-menu nav ul.sub li {
      padding: 10px 0; }
      /* line 58, common.scss */
      #main-menu nav ul.sub li a {
        font-size: 1rem; }
    /* line 63, common.scss */
    #main-menu nav ul li {
      box-sizing: border-box;
      margin: 0;
      padding: 23px 0;
      text-align: center; }
      /* line 68, common.scss */
      #main-menu nav ul li:first-of-type {
        padding-top: 0; }
      /* line 71, common.scss */
      #main-menu nav ul li:last-of-type {
        padding-bottom: 0; }
      /* line 74, common.scss */
      #main-menu nav ul li a {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #FFFFFF; }

/* line 85, common.scss */
header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 110px;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center; }
  /* line 96, common.scss */
  header .sns {
    width: 150px; }
    /* line 98, common.scss */
    header .sns ul {
      display: flex;
      justify-content: space-between;
      margin-left: 20px; }
      /* line 102, common.scss */
      header .sns ul li {
        width: 55px; }
        /* line 104, common.scss */
        header .sns ul li a {
          display: block;
          width: 100%; }
          /* line 107, common.scss */
          header .sns ul li a img {
            display: block;
            width: 100%;
            height: auto; }
  /* line 116, common.scss */
  header .point {
    width: calc(100% - 130px - 60px); }
    /* line 118, common.scss */
    header .point ul {
      display: none;
      justify-content: center; }
      /* line 122, common.scss */
      header .point ul li {
        margin: 0 20px; }
        /* line 124, common.scss */
        header .point ul li a {
          font-size: 1.25rem;
          font-weight: 700; }
  /* line 131, common.scss */
  header .dammy {
    width: 80px;
    height: 80px; }

/* line 136, common.scss */
#page-wrapper {
  background-color: #ffe100;
  max-width: 100%;
  min-height: calc(100vh - 120px);
  margin: 0 auto; }
  /* line 141, common.scss */
  #page-wrapper section {
    width: 1166px;
    box-sizing: border-box;
    margin: 70px auto; }
    /* line 146, common.scss */
    #page-wrapper section.full {
      width: 100%; }
    /* line 149, common.scss */
    #page-wrapper section:first-of-type {
      margin-top: 0px;
      margin-bottom: 160px; }
    /* line 153, common.scss */
    #page-wrapper section:last-of-type {
      margin-bottom: 75px; }
    /* line 156, common.scss */
    #page-wrapper section .inner {
      box-sizing: content-box;
      padding: 0;
      margin: 0 auto; }
      /* line 160, common.scss */
      #page-wrapper section .inner .position-wrapper {
        position: relative; }
        /* line 163, common.scss */
        #page-wrapper section .inner .position-wrapper picture img {
          width: 100%;
          height: auto; }

/* line 173, common.scss */
footer {
  margin-bottom: 70px; }
  /* line 176, common.scss */
  footer .inner .copyright {
    color: #000000;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-align: center; }

/* line 184, common.scss */
#conversion {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0081cc; }
  /* line 195, common.scss */
  #conversion .inner {
    width: 760px;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 200, common.scss */
    #conversion .inner .tel {
      margin-right: 20px; }
      /* line 202, common.scss */
      #conversion .inner .tel img {
        display: block;
        width: 360px;
        height: auto; }
    /* line 208, common.scss */
    #conversion .inner .contact {
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 10px;
      width: 300px;
      height: 60px;
      color: #FFFFFF;
      font-size: 1.5rem;
      font-weight: bold;
      background-color: #ff70b3; }
      /* line 219, common.scss */
      #conversion .inner .contact:hover {
        opacity: 1; }

/* line 225, common.scss */
#menu-trigger {
  display: block;
  position: fixed;
  z-index: 101;
  right: 20px;
  top: 20px;
  width: 60px;
  height: 60px; }
  /* line 233, common.scss */
  #menu-trigger button {
    position: relative;
    transition: all .4s;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #ff70b3;
    border: none;
    appearance: none;
    cursor: pointer;
    outline: none; }
    /* line 245, common.scss */
    #menu-trigger button span {
      display: inline-block;
      transition: all .2s;
      box-sizing: border-box;
      position: absolute;
      left: 20px;
      width: 20px;
      height: 1px;
      background-color: #FFFFFF; }
      /* line 254, common.scss */
      #menu-trigger button span:nth-of-type(1) {
        top: calc(50% - 6px); }
      /* line 257, common.scss */
      #menu-trigger button span:nth-of-type(2) {
        top: calc(50%); }
      /* line 260, common.scss */
      #menu-trigger button span:nth-of-type(3) {
        top: calc(50% + 6px); }
    /* line 264, common.scss */
    #menu-trigger button.active {
      background-color: #FFFFFF; }
      /* line 266, common.scss */
      #menu-trigger button.active span {
        background-color: #ff70b3; }
        /* line 268, common.scss */
        #menu-trigger button.active span:nth-of-type(1) {
          transform: translateY(5.5px) rotate(-45deg); }
        /* line 271, common.scss */
        #menu-trigger button.active span:nth-of-type(2) {
          opacity: 0; }
        /* line 274, common.scss */
        #menu-trigger button.active span:nth-of-type(3) {
          transform: translateY(-5.5px) rotate(45deg); }

/* line 281, common.scss */
#uptop {
  display: none;
  position: fixed;
  backface-visibility: hidden;
  z-index: 100;
  right: 0;
  bottom: 160px;
  margin: 0;
  padding: 0;
  width: 107px;
  height: 107px; }
  /* line 292, common.scss */
  #uptop button {
    margin: 0;
    width: 100%;
    height: 100%;
    border: none;
    appearance: none;
    cursor: pointer;
    outline: none; }
    /* line 300, common.scss */
    #uptop button a {
      display: block;
      background-color: rgba(0, 0, 0, 0); }
      /* line 303, common.scss */
      #uptop button a:hover {
        background-color: rgba(0, 0, 0, 0); }
      /* line 306, common.scss */
      #uptop button a img {
        display: block;
        width: 100%;
        height: auto; }

@media screen and (min-width: 1500px) {
  /*** w1366～ メイン解像度以上の解像度 ***/
  /* common */ }
@media screen and (max-width: 992px) {
  /* common */
  /* line 324, common.scss */
  header .point {
    display: none; }

  /* line 328, common.scss */
  #page-wrapper {
    width: 100%; }
    /* line 330, common.scss */
    #page-wrapper section {
      width: 100%; }
      /* line 332, common.scss */
      #page-wrapper section .inner {
        width: 90%; }
        /* line 336, common.scss */
        #page-wrapper section .inner .position-wrapper picture img {
          width: 100%;
          height: auto; }

  /* line 347, common.scss */
  #conversion .inner {
    width: 100%; }
    /* line 349, common.scss */
    #conversion .inner .tel {
      width: 42%;
      margin-right: 40px; }
      /* line 352, common.scss */
      #conversion .inner .tel img {
        width: 100%; }
    /* line 356, common.scss */
    #conversion .inner .contact {
      width: 200px;
      height: 60px; } }
@media screen and (max-width: 544px) {
  /*** 414 x 896 (iPhone11～)***/
  /* common */
  /* line 367, common.scss */
  #main-menu {
    right: -380px;
    width: 380px; }

  /* line 372, common.scss */
  #page-wrapper section {
    margin: 35px 0; }
    /* line 374, common.scss */
    #page-wrapper section:last-of-type {
      margin-bottom: 30px; }

  /* line 381, common.scss */
  footer .inner .copyright {
    line-height: 1.4em;
    font-size: 0.8rem; }

  /* line 388, common.scss */
  #conversion .inner {
    display: block; }
    /* line 390, common.scss */
    #conversion .inner .tel {
      width: 75%;
      margin: 0 auto 10px auto; }
    /* line 394, common.scss */
    #conversion .inner .contact {
      width: 75%;
      height: 25px;
      margin: 0 auto;
      font-size: 1rem;
      border-radius: 5px; } }
@media screen and (max-width: 544px) and (max-height: 668px) {
  /*** 375 x 667 (iPhone6～) ***/
  /* common */ }


body {
  font-weight: 500;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  padding-bottom: 170px;
}
img {
  max-width: 100%;
}

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