/* CSS Document */
/*.catimg {
	background: url("../images/catimg.jpg") 50% 50% no-repeat;
}*/
/* line 14, style.scss */
.mainb {
  max-width: 1300px;
  margin: 0 auto; }

/* line 20, style.scss */
.main2column {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 20, style.scss */
    .main2column {
      display: block; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 20, style.scss */
    .main2column {
      display: block; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 20, style.scss */
    .main2column {
      display: block; } }
  @media screen and (max-width: 350px) {
    /* line 20, style.scss */
    .main2column {
      display: block; } }

/* line 45, style.scss */
.main2column_img {
  max-width: 460px; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 45, style.scss */
    .main2column_img {
      max-width: 400px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 45, style.scss */
    .main2column_img {
      max-width: 360px;
      max-width: 400px;
      margin: 0 auto; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 45, style.scss */
    .main2column_img {
      margin: 0 auto; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 45, style.scss */
    .main2column_img {
      margin: 0 auto; } }
  @media screen and (max-width: 350px) {
    /* line 45, style.scss */
    .main2column_img {
      margin: 0 auto; } }

/* line 67, style.scss */
.main2column_txt {
  width: calc(100% - 460px - 60px); }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 67, style.scss */
    .main2column_txt {
      width: calc(100% - 400px - 40px); } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 67, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 67, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 67, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 67, style.scss */
    .main2column_txt {
      width: 100%;
      margin: 20px 0 0 0; } }

/* line 94, style.scss */
.img_shadow_caption {
  margin: 10px auto 0;
  width: fit-content; }

/* line 101, style.scss */
.list.list-tokucho > ul {
  grid-template-columns: auto; }

/* line 106, style.scss */
.list.list-target > ul {
  grid-template-columns: auto; }
/* line 110, style.scss */
.list.list-target strong {
  font-weight: 700; }

/* line 119, style.scss */
.list.list-check > ul > li {
  background: url("../images/checkicon.png") 0 9px no-repeat;
  background-size: 20px auto;
  padding-left: 30px; }

/* line 130, style.scss */
.timetable .sun {
  letter-spacing: -0.3em;
  line-height: 1; }
  /* line 133, style.scss */
  .timetable .sun span {
    margin: 0 -1em;
    display: block; }
/* line 139, style.scss */
.timetable th {
  font-weight: 500; }
/* line 143, style.scss */
.timetable td {
  font-weight: 500; }

/* line 147, style.scss */
.timetableb {
  font-size: 20px;
  max-width: 800px;
  margin: 0 auto; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 147, style.scss */
    .timetableb {
      font-size: 18px; } }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 147, style.scss */
    .timetableb {
      font-size: 18px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 147, style.scss */
    .timetableb {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (max-width: 350px) {
    /* line 147, style.scss */
    .timetableb {
      font-size: 14px;
      font-size: 1.4rem; } }
  /* line 167, style.scss */
  .timetableb table {
    line-height: 1.5;
    border: 1px solid #a6a6a6;
    width: 100%; }
    @media screen and (min-width: 930.01px) and (max-width: 1300px) {
      /* line 167, style.scss */
      .timetableb table {
        width: 100%; } }
    @media screen and (min-width: 760.01px) and (max-width: 930px) {
      /* line 167, style.scss */
      .timetableb table {
        width: 100%; } }
    @media screen and (min-width: 350.1px) and (max-width: 600px) {
      /* line 167, style.scss */
      .timetableb table {
        width: 100%; } }
    @media screen and (max-width: 350px) {
      /* line 167, style.scss */
      .timetableb table {
        width: 100%; } }
    /* line 187, style.scss */
    .timetableb table thead th {
      text-align: center;
      vertical-align: middle;
      border-right: 1px solid #a6a6a6;
      border-bottom: 1px solid #a6a6a6;
      padding: 15px 10px;
      width: 260px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 187, style.scss */
        .timetableb table thead th {
          padding: 10px 5px;
          width: 200px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 187, style.scss */
        .timetableb table thead th {
          width: 150px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 187, style.scss */
        .timetableb table thead th {
          padding: 10px 5px;
          width: 110px; } }
      @media screen and (max-width: 350px) {
        /* line 187, style.scss */
        .timetableb table thead th {
          padding: 10px 5px;
          width: 110px; } }
    /* line 212, style.scss */
    .timetableb table thead td {
      text-align: center;
      vertical-align: middle;
      border-bottom: 1px solid #a6a6a6;
      padding: 15px 10px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 212, style.scss */
        .timetableb table thead td {
          padding: 10px 5px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 212, style.scss */
        .timetableb table thead td {
          padding: 10px 5px; } }
      @media screen and (max-width: 350px) {
        /* line 212, style.scss */
        .timetableb table thead td {
          padding: 10px 5px; } }
      /* line 230, style.scss */
      .timetableb table thead td:first-of-type {
        padding-left: 15px; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 230, style.scss */
          .timetableb table thead td:first-of-type {
            padding-left: 5px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 230, style.scss */
          .timetableb table thead td:first-of-type {
            padding-left: 5px; } }
        @media screen and (max-width: 350px) {
          /* line 230, style.scss */
          .timetableb table thead td:first-of-type {
            padding-left: 5px; } }
      /* line 246, style.scss */
      .timetableb table thead td:last-of-type {
        padding-right: 15px; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 246, style.scss */
          .timetableb table thead td:last-of-type {
            padding-right: 5px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 246, style.scss */
          .timetableb table thead td:last-of-type {
            padding-right: 5px; } }
        @media screen and (max-width: 350px) {
          /* line 246, style.scss */
          .timetableb table thead td:last-of-type {
            padding-right: 5px; } }
    /* line 265, style.scss */
    .timetableb table tbody th {
      border-right: 1px solid #a6a6a6;
      border-bottom: 1px solid #a6a6a6;
      padding: 15px 10px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 265, style.scss */
        .timetableb table tbody th {
          padding: 10px 5px; } }
      /* line 280, style.scss */
      .timetableb table tbody th div {
        text-align: center;
        align-items: center; }
        @media screen and (min-width: 930.01px) and (max-width: 1300px) {
          /* line 280, style.scss */
          .timetableb table tbody th div {
            text-align: center; } }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 280, style.scss */
          .timetableb table tbody th div {
            text-align: center; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 280, style.scss */
          .timetableb table tbody th div {
            display: block;
            text-align: center; } }
        @media screen and (max-width: 350px) {
          /* line 280, style.scss */
          .timetableb table tbody th div {
            display: block;
            text-align: center; } }
        @media screen and (min-width: 930.01px) and (max-width: 1300px) {
          /* line 303, style.scss */
          .timetableb table tbody th div p {
            margin-top: 5px 0 0;
            font-weight: bold; } }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 303, style.scss */
          .timetableb table tbody th div p {
            margin-top: 5px 0 0;
            font-weight: bold; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 303, style.scss */
          .timetableb table tbody th div p {
            margin-top: 5px 0 0;
            font-weight: bold; } }
        @media screen and (max-width: 350px) {
          /* line 303, style.scss */
          .timetableb table tbody th div p {
            margin-top: 5px 0 0;
            font-weight: bold; } }
    /* line 325, style.scss */
    .timetableb table tbody td {
      text-align: center;
      vertical-align: middle;
      border-bottom: 1px solid #a6a6a6;
      padding: 10px; }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 325, style.scss */
        .timetableb table tbody td {
          padding: 10px 5px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 325, style.scss */
        .timetableb table tbody td {
          padding: 10px 5px; } }
      @media screen and (max-width: 350px) {
        /* line 325, style.scss */
        .timetableb table tbody td {
          padding: 10px 5px; } }
      /* line 343, style.scss */
      .timetableb table tbody td:first-of-type {
        padding-left: 15px; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 343, style.scss */
          .timetableb table tbody td:first-of-type {
            padding-left: 5px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 343, style.scss */
          .timetableb table tbody td:first-of-type {
            padding-left: 5px; } }
        @media screen and (max-width: 350px) {
          /* line 343, style.scss */
          .timetableb table tbody td:first-of-type {
            padding-left: 5px; } }
      /* line 359, style.scss */
      .timetableb table tbody td:last-of-type {
        padding-right: 15px; }
        @media screen and (min-width: 760.01px) and (max-width: 930px) {
          /* line 359, style.scss */
          .timetableb table tbody td:last-of-type {
            padding-right: 5px; } }
        @media screen and (min-width: 350.1px) and (max-width: 600px) {
          /* line 359, style.scss */
          .timetableb table tbody td:last-of-type {
            padding-right: 5px; } }
        @media screen and (max-width: 350px) {
          /* line 359, style.scss */
          .timetableb table tbody td:last-of-type {
            padding-right: 5px; } }
      /* line 375, style.scss */
      .timetableb table tbody td span.maru {
        display: block;
        margin: auto;
        width: 15px;
        height: 15px;
        background: #2fb8a9;
        border-radius: 50%; }
      /* line 393, style.scss */
      .timetableb table tbody td span.bow {
        display: block;
        margin: auto;
        width: 15px;
        height: 2px;
        background: #7c7c7c;
        border-radius: 2%; }
      /* line 411, style.scss */
      .timetableb table tbody td span.maru2 {
        display: block;
        position: relative;
        margin: auto;
        width: 15px;
        height: 15px;
        border: 2px solid #2fb8a9;
        border-radius: 50%; }
        /* line 429, style.scss */
        .timetableb table tbody td span.maru2:before {
          display: block;
          content: '';
          width: 5px;
          height: 5px;
          border: 2px solid #2fb8a9;
          border-radius: 50%;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto; }
  /* line 457, style.scss */
  .timetableb ul {
    margin: 20px 0 0; }

/* line 463, style.scss */
.pricetable {
  max-width: 500px;
  margin: 0 auto; }
  /* line 466, style.scss */
  .pricetable table {
    width: 100%;
    margin: 0 auto; }
    /* line 474, style.scss */
    .pricetable table th {
      padding: 15px 40px;
      border: 1px solid #bbb; }
      @media screen and (min-width: 930.01px) and (max-width: 1300px) {
        /* line 474, style.scss */
        .pricetable table th {
          padding: 15px 20px; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 474, style.scss */
        .pricetable table th {
          padding: 15px 20px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 474, style.scss */
        .pricetable table th {
          padding: 15px 20px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 474, style.scss */
        .pricetable table th {
          padding: 15px 10px; } }
      @media screen and (max-width: 350px) {
        /* line 474, style.scss */
        .pricetable table th {
          padding: 15px 10px; } }
    /* line 500, style.scss */
    .pricetable table td {
      padding: 15px 40px;
      white-space: nowrap;
      border: 1px solid #bbb; }
      @media screen and (min-width: 930.01px) and (max-width: 1300px) {
        /* line 500, style.scss */
        .pricetable table td {
          padding: 15px 20px; } }
      @media screen and (min-width: 760.01px) and (max-width: 930px) {
        /* line 500, style.scss */
        .pricetable table td {
          padding: 15px 20px; } }
      @media screen and (min-width: 600.01px) and (max-width: 760px) {
        /* line 500, style.scss */
        .pricetable table td {
          padding: 15px 20px; } }
      @media screen and (min-width: 350.1px) and (max-width: 600px) {
        /* line 500, style.scss */
        .pricetable table td {
          padding: 15px 10px; } }
      @media screen and (max-width: 350px) {
        /* line 500, style.scss */
        .pricetable table td {
          padding: 15px 10px; } }

@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 534, style.scss */
  .pricetable_title {
    text-align: center;
    font-weight: bold; } }
@media screen and (max-width: 350px) {
  /* line 534, style.scss */
  .pricetable_title {
    text-align: center;
    font-weight: bold; } }

@media screen and (min-width: 350.1px) and (max-width: 600px) {
  /* line 545, style.scss */
  .pricetable_sub {
    margin: 0 auto;
    width: fit-content; } }
@media screen and (max-width: 350px) {
  /* line 545, style.scss */
  .pricetable_sub {
    margin: 0 auto;
    width: fit-content; } }

/* line 557, style.scss */
.steplist_title {
  text-align: center;
  line-height: 1.5;
  font-size: 24px;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 557, style.scss */
    .steplist_title {
      font-size: 18px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 557, style.scss */
    .steplist_title {
      font-size: 18px; } }
  @media screen and (max-width: 350px) {
    /* line 557, style.scss */
    .steplist_title {
      font-size: 18px; } }
  /* line 579, style.scss */
  .contentbox-g-red .steplist_title {
    color: #cc0000; }

/* line 586, style.scss */
.steplist > ul > li {
  position: relative;
  background: url("../images/step1.png") 0 0 no-repeat;
  background-size: 35px auto;
  padding: 0 0 0 50px; }
  /* line 592, style.scss */
  .steplist > ul > li.steplist-1 {
    background-image: url("../images/step1.png"); }
  /* line 595, style.scss */
  .steplist > ul > li.steplist-2 {
    background-image: url("../images/step2.png"); }
  /* line 598, style.scss */
  .steplist > ul > li.steplist-3 {
    background-image: url("../images/step3.png"); }
  /* line 601, style.scss */
  .steplist > ul > li.steplist-4 {
    background-image: url("../images/step4.png"); }
  /* line 604, style.scss */
  .steplist > ul > li.steplist-5 {
    background-image: url("../images/step5.png"); }
  /* line 607, style.scss */
  .steplist > ul > li.steplist-6 {
    background-image: url("../images/step6.png"); }
  /* line 610, style.scss */
  .steplist > ul > li.steplist-7 {
    background-image: url("../images/step7.png"); }
  /* line 613, style.scss */
  .steplist > ul > li.steplist-8 {
    background-image: url("../images/step8.png"); }
  /* line 616, style.scss */
  .steplist > ul > li.steplist-9 {
    background-image: url("../images/step9.png"); }
  /* line 619, style.scss */
  .steplist > ul > li.steplist-10 {
    background-image: url("../images/step10.png"); }
  /* line 622, style.scss */
  .steplist > ul > li.steplist-11 {
    background-image: url("../images/step11.png"); }
  /* line 625, style.scss */
  .steplist > ul > li.steplist-12 {
    background-image: url("../images/step12.png"); }
  /* line 629, style.scss */
  .steplist > ul > li + li {
    margin-top: 20px; }

/* line 636, style.scss */
.steplist_arrow {
  max-width: 50px;
  margin: 10px auto; }
  /* line 640, style.scss */
  .steplist_arrow img {
    vertical-align: middle; }

/* line 649, style.scss */
.list.list-mochimono > ul {
  grid-template-columns: auto auto; }
  @media screen and (min-width: 930.01px) and (max-width: 1300px) {
    /* line 649, style.scss */
    .list.list-mochimono > ul {
      grid-template-columns: auto; } }
  @media all and (min-width: 1300.01px) {
    /* line 665, style.scss */
    .list.list-mochimono > ul li.list-long {
      grid-column: span 2; } }

/* line 680, style.scss */
.faqbox + .faqbox {
  margin-top: 40px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 680, style.scss */
    .faqbox + .faqbox {
      margin-top: 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 680, style.scss */
    .faqbox + .faqbox {
      margin-top: 30px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 680, style.scss */
    .faqbox + .faqbox {
      margin-top: 30px; } }
  @media screen and (max-width: 350px) {
    /* line 680, style.scss */
    .faqbox + .faqbox {
      margin-top: 30px; } }

/* line 700, style.scss */
.faqbox_q {
  padding: 5px 0 0 45px;
  background: url("../images/q.png") 0 0 no-repeat;
  background-size: 30px auto; }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 700, style.scss */
    .faqbox_q {
      background-size: 25px auto;
      padding: 5px 0 0 35px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 700, style.scss */
    .faqbox_q {
      background-size: 25px auto;
      padding: 5px 0 0 35px; } }
  @media screen and (max-width: 350px) {
    /* line 700, style.scss */
    .faqbox_q {
      background-size: 25px auto;
      padding: 5px 0 0 35px; } }

/* line 722, style.scss */
.faqbox_a {
  margin: 15px 0 0 45px;
  background: #daf5f2 url("../images/a.png") 40px 30px no-repeat;
  background-size: 26px auto;
  padding: 30px 30px 30px 100px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 722, style.scss */
    .faqbox_a {
      padding: 20px 20px 20px 80px;
      background-position: 30px 20px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 722, style.scss */
    .faqbox_a {
      padding: 20px 20px 20px 50px;
      background-position: 15px 20px;
      background-size: 20px auto;
      margin: 15px 0 0 0; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 722, style.scss */
    .faqbox_a {
      padding: 20px 20px 20px 50px;
      background-position: 15px 20px;
      background-size: 20px auto;
      margin: 15px 0 0 0; } }
  @media screen and (max-width: 350px) {
    /* line 722, style.scss */
    .faqbox_a {
      padding: 20px 20px 20px 50px;
      background-position: 15px 20px;
      background-size: 20px auto;
      margin: 15px 0 0 0; } }

/* line 753, style.scss */
.faqbox_ab {
  border-left: 1px solid #39b9ac;
  padding-left: 40px; }
  @media screen and (min-width: 760.01px) and (max-width: 930px) {
    /* line 753, style.scss */
    .faqbox_ab {
      padding-left: 30px; } }
  @media screen and (min-width: 600.01px) and (max-width: 760px) {
    /* line 753, style.scss */
    .faqbox_ab {
      padding-left: 15px; } }
  @media screen and (min-width: 350.1px) and (max-width: 600px) {
    /* line 753, style.scss */
    .faqbox_ab {
      padding-left: 15px; } }
  @media screen and (max-width: 350px) {
    /* line 753, style.scss */
    .faqbox_ab {
      padding-left: 15px; } }

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