@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
html, body {
  background: #fff;
  overflow-x: hidden; }

html {
  font-size: 62.5%;
  overflow-y: scroll; }
  @media screen and (max-width: 767px) {
    html {
      font-size: 2.6vw; } }

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 1.7;
  list-style-type: none;
  font-style: normal;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
  color: #000000; }

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  display: block; }

* {
  box-sizing: border-box; }

p, li, dt, dd, th, td, form {
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    p, li, dt, dd, th, td, form {
      font-size: 4.2vw; } }

h1, h2, h3 {
  line-height: 1.2; }

figure {
  margin: 0; }

/*--------------- form reset ------------*/
button {
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%; }
  button:hover {
    opacity: 0.7; }

input, select, textarea {
  font-family: inherit;
  font-size: 100%; }

input[type="checkbox"], input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

label {
  position: relative;
  display: block;
  word-break: break-all; }
  label input[type="checkbox"] + span {
    position: relative;
    padding-left: 15px; }
  label input[type="radio"] + span {
    position: relative;
    padding-right: 15px; }
  label input[type="checkbox"] + span::before {
    border-color: #de2a64; }
  label input[type="checkbox"]:checked + span::before {
    background-color: #de2a64; }
  label input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 1px; }
    label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
      position: absolute;
      top: 7px;
      left: 0;
      display: inline-block;
      content: '';
      box-sizing: border-box; }
    label input[type="checkbox"] + span::before {
      z-index: 0;
      background-color: transparent;
      width: 12px;
      height: 12px;
      border: 1px #313131 solid; }
    label input[type="checkbox"] + span::after {
      z-index: 1;
      margin: 2px 4px;
      width: 6px;
      height: 9px; }
    label input[type="checkbox"]:checked + span::before {
      background-color: #fff; }
    label input[type="checkbox"]:checked + span::after {
      border: 2px solid #313131;
      border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  label input[type="radio"] + span::before {
    border-color: #6A3906; }
  label input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 1px; }
    label input[type="radio"] + span::before {
      position: absolute;
      display: inline-block;
      content: '';
      box-sizing: border-box;
      border: 1px solid #668dd4;
      border-radius: 50%;
      z-index: 0;
      top: 5px;
      right: 0;
      background-color: transparent;
      width: 14px;
      height: 14px; }
    label input[type="radio"]:checked + span::after {
      position: absolute;
      display: inline-block;
      content: '';
      box-sizing: border-box;
      background-color: #668dd4;
      border-radius: 50%;
      z-index: 0;
      top: 7px;
      right: 2px;
      width: 10px;
      height: 10px; }

/*-------- text email tel ---------*/
input[type="text"], input[type="email"], input[type="tel"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; }

textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; }

input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; }

button[type=submit], input[type=reset] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff; }

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  select::-ms-expand {
    display: none; }

input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  max-width: 100%; }

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto; }

input[type=button] {
  color: #fff;
  border-style: none; }
input[type=submit] {
  color: #fff;
  border-style: none; }
  input[type=submit]:hover {
    opacity: 0.7; }

@media screen and (max-width: 767px) {
  input[type="text"], input[type="email"], input[type="tel"] {
    width: 100%;
    font-size: 1.6rem !important; }

  textarea {
    width: 100%;
    font-size: 1.6rem !important; } }
::placeholder {
  color: #B7B7B7; }

/*---------------------*/
.switch {
  display: none; }

.l-pc {
  display: block; }

.l-sp {
  display: none; }

@media screen and (max-width: 767px) {
  .l-pc {
    display: none !important; }

  .l-sp {
    display: block !important; } }
@media print, screen and (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none; } }
.l-main {
  display: block; }
  @media print, screen and (min-width: 768px) {
    .l-main {
      min-width: 1280px; } }

.l-content-inner {
  width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 100%; }
  @media screen and (max-width: 767px) {
    .l-content-inner {
      width: 100%;
      padding: 0 3.3vw; } }

.l-narrow {
  width: 880px;
  margin: auto;
  max-width: 100%; }

a {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s; }
  @media print, screen and (min-width: 768px) {
    a img {
      display: inline-block !important; }
    a:hover {
      opacity: 0.7; } }

.m-eg {
  font-family: 'Roboto', sans-serif; }

.m-jp {
  font-family: 'Noto Sans JP', sans-serif; }

.m-txt {
  font-size: 1.6rem; }

.m-bold {
  font-weight: bold; }

/* ----------------------------------------------------------------------------------------------------
*  ヘッダー
* --------------------------------------------------------------------------------------------------*/
body {
  position: relative; }

.l-header {
  width: 100%;
  background-color: #ffffff; }
  @media print {
    .l-header {
      min-width: inherit; } }
  @media print, screen and (min-width: 768px) {
    .l-header {
      min-width: 1280px; } }
  .l-header-inner {
    padding: 30px 25px 33px;
    max-width: 1280px;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .l-header-inner {
        max-width: 100%;
        padding: 5.3vw 0 5.3vw; } }
  .l-header-logo {
    display: flex;
    align-items: center; }
    .l-header-logo img {
      width: 221px; }
      @media screen and (max-width: 767px) {
        .l-header-logo img {
          width: 58.8vw;
          display: block;
          margin: auto; } }
    @media screen and (max-width: 767px) {
      .l-header-logo {
        display: block; } }
    .l-header-logo span {
      font-size: 1.8rem;
      margin-left: 33px; }
      @media screen and (max-width: 767px) {
        .l-header-logo span {
          display: block;
          text-align: center;
          font-size: 3.1vw;
          margin: 3.2vw auto auto; } }
  @media screen and (max-width: 767px) {
    .l-header {
      width: 100%; } }

/* ----------------------------------------------------------------------------------------------------
*  フッター
* --------------------------------------------------------------------------------------------------*/
.l-footer {
  min-width: 1280px;
  padding: 72px 0 0; }
  @media screen and (max-width: 767px) {
    .l-footer {
      min-width: inherit;
      padding: 13.8vw 0 0; } }
  .l-footer-logo {
    width: 346px;
    margin-right: 94px; }
    @media screen and (max-width: 767px) {
      .l-footer-logo {
        width: 69vw;
        margin: auto auto 8.8vw; } }
  .l-footer-info {
    display: flex;
    align-items: center;
    margin-bottom: 68px; }
    @media screen and (max-width: 767px) {
      .l-footer-info {
        margin-bottom: 10.1vw;
        display: block; } }
  .l-footer-ttl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .l-footer-ttl {
        font-size: 5.2vw;
        margin-bottom: 1.5vw; } }
  .l-footer-add {
    font-size: 1.2rem;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .l-footer-add {
        font-size: 3.1vw; } }
  .l-footer-cpy {
    background-color: #f0efe3;
    text-align: center;
    font-size: 1.2rem;
    padding: 8px 0 12px; }
    @media screen and (max-width: 767px) {
      .l-footer-cpy {
        font-size: 2.6vw;
        padding: 2.6vw 0; } }

.l-pagetop {
  width: 60px;
  height: 60px;
  right: 0;
  bottom: 95px;
  position: fixed;
  background-color: #ffffff;
  border-radius: 17px 0 0 17px; }
  @media screen and (max-width: 767px) {
    .l-pagetop {
      width: 12vw;
      height: 12vw;
      bottom: 20px; } }
  .l-pagetop a {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #da0b4e 0%, #ec85a7 100%);
    border-radius: 15px 0 0 15px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 2.6rem;
    text-align: center;
    display: block;
    position: relative;
    letter-spacing: 0.1em;
    padding: 40px 0 0; }
    @media screen and (max-width: 767px) {
      .l-pagetop a {
        border-radius: 2.6vw 0 0 2.6vw; } }
    .l-pagetop a::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 17px 10px;
      border-color: transparent transparent #ffffff transparent;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
      @media screen and (max-width: 767px) {
        .l-pagetop a::before {
          border-width: 0 1.9vw 3.3vw 1.9vw; } }
    .l-pagetop a:hover {
      opacity: 0.7; }

/*------------------------ parts --------------------------------------------*/
.m-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .m-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

.m-ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .m-ggmap iframe,
  .m-ggmap object,
  .m-ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.m-secttl {
  font-size: 4rem;
  font-weight: bold;
  color: #de2a64;
  text-align: center;
  margin-bottom: 95px; }
  @media screen and (max-width: 767px) {
    .m-secttl {
      font-size: 7.8vw;
      margin-bottom: 10.6vw;
      line-height: 1.3; } }
  .m-secttl.blk {
    color: #000000; }
  .m-secttl-sub {
    font-size: 3.2rem;
    color: #000000;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 53px; }
    @media screen and (max-width: 767px) {
      .m-secttl-sub {
        font-size: 6.2vw;
        margin-bottom: 6.6vw; } }

.l-bg-gray {
  background-color: #f0efe3; }

.l-bg-pink {
  background-color: #de2a64; }

.l-section {
  padding: 100px 0; }
  @media screen and (max-width: 767px) {
    .l-section {
      padding: 10.6vw 0; } }

.m-whitebox {
  background-color: #ffffff;
  padding: 60px 60px; }
  @media screen and (max-width: 767px) {
    .m-whitebox {
      padding: 8vw 5.3vw; } }

.m-boxset-ttl {
  color: #ffffff;
  background-color: #de2a64;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 5px 0 8px; }
  @media screen and (max-width: 767px) {
    .m-boxset-ttl {
      font-size: 4.2vw;
      padding: 1vw 0 1vw; } }
.m-boxset-cnt {
  border: 1px solid #de2a64;
  border-radius: 0 0 8px 8px;
  border-top: none;
  padding: 10px 17px 15px; }
  @media screen and (max-width: 767px) {
    .m-boxset-cnt {
      padding: 0 5.3vw 5.3vw; } }
  .m-boxset-cnt-txt01 {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .m-boxset-cnt-txt01 {
        font-size: 7.3vw; } }
    .m-boxset-cnt-txt01-icn {
      display: inline-block;
      font-size: 1.4rem;
      font-weight: bold;
      color: #ffffff;
      background-color: #2d2d2d;
      line-height: 1;
      padding: 7px 12px 8px;
      position: relative;
      top: -5px;
      margin-left: 16px; }
      @media screen and (max-width: 767px) {
        .m-boxset-cnt-txt01-icn {
          font-size: 3.6vw;
          top: 0;
          margin: auto;
          display: block;
          padding: 0 0 0;
          width: 21.8vw;
          height: 7.5vw;
          display: flex;
          justify-content: center;
          align-items: center; } }

.m-note {
  font-size: 1rem;
  margin-top: 10px; }
  .m-note a {
    text-decoration: underline; }
    .m-note a:hover {
      text-decoration: none; }
  @media screen and (max-width: 767px) {
    .m-note {
      margin-top: 1vw;
      font-size: 2.6vw; } }

.m-point {
  background-image: url("../images/point_pc.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 70px 295px 0 40px;
  min-height: 259px; }
  @media screen and (max-width: 767px) {
    .m-point {
      background-image: url("../images/point_sp.webp");
      padding: 18.7vw 5.3vw 41.3vw;
      min-height: inherit;
      position: relative;
      background-color: rgba(222, 42, 100, 0.15);
      border-radius: 0 0 2.1vw 2.1vw;
      background-size: contain; }
      .m-point::after {
        content: "";
        width: 44.5vw;
        height: 42.2vw;
        background-image: url("../images/point_img_sp.webp");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center bottom;
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0; } }
  .m-point-ttl {
    color: #de2a64;
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .m-point-ttl {
        font-size: 6.5vw;
        margin-bottom: 4.2vw;
        line-height: 1.3 !important; } }
  .m-point-txt {
    font-size: 1.6rem;
    line-height: 2; }
    @media screen and (max-width: 767px) {
      .m-point-txt {
        font-size: 4.2vw; } }

@media screen and (max-width: 767px) {
  .scroll {
    width: 100%;
    overflow-x: scroll;
    position: relative;
    padding-bottom: 15vw; } }

.ps__rail-x {
  display: block !important;
  width: 100% !important; }

.ps:hover > .ps__rail-x {
  opacity: 1; }

.ps__rail-x:hover,
.ps__rail-x:focus,
.ps__rail-x.ps--clicking,
.ps__rail-x {
  opacity: 1;
  height: 8vw; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking,
.ps__rail-x:hover > .ps__rail-x,
.ps__rail-x:focus > .ps__rail-x,
.ps__rail-x.ps--clicking .ps__rail-x,
.ps--active-x > .ps__rail-x {
  background-color: #cacaca;
  opacity: 1; }

.ps__thumb-x,
.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x,
.ps--active-x > .ps__thumb-x {
  background-color: #de2a64;
  height: 100%;
  opacity: 1;
  border-radius: 0;
  bottom: 0; }

/*# sourceMappingURL=base.css.map */
