@charset "UTF-8";
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@-ms-viewport {
  width: device-width; }
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.3333333333%; }

.offset-2 {
  margin-left: 16.6666666667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.3333333333%; }

.offset-5 {
  margin-left: 41.6666666667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.3333333333%; }

.offset-8 {
  margin-left: 66.6666666667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.3333333333%; }

.offset-11 {
  margin-left: 91.6666666667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-sm-first {
    order: -1; }

  .order-sm-last {
    order: 13; }

  .order-sm-0 {
    order: 0; }

  .order-sm-1 {
    order: 1; }

  .order-sm-2 {
    order: 2; }

  .order-sm-3 {
    order: 3; }

  .order-sm-4 {
    order: 4; }

  .order-sm-5 {
    order: 5; }

  .order-sm-6 {
    order: 6; }

  .order-sm-7 {
    order: 7; }

  .order-sm-8 {
    order: 8; }

  .order-sm-9 {
    order: 9; }

  .order-sm-10 {
    order: 10; }

  .order-sm-11 {
    order: 11; }

  .order-sm-12 {
    order: 12; }

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.3333333333%; }

  .offset-sm-2 {
    margin-left: 16.6666666667%; }

  .offset-sm-3 {
    margin-left: 25%; }

  .offset-sm-4 {
    margin-left: 33.3333333333%; }

  .offset-sm-5 {
    margin-left: 41.6666666667%; }

  .offset-sm-6 {
    margin-left: 50%; }

  .offset-sm-7 {
    margin-left: 58.3333333333%; }

  .offset-sm-8 {
    margin-left: 66.6666666667%; }

  .offset-sm-9 {
    margin-left: 75%; }

  .offset-sm-10 {
    margin-left: 83.3333333333%; }

  .offset-sm-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-md-first {
    order: -1; }

  .order-md-last {
    order: 13; }

  .order-md-0 {
    order: 0; }

  .order-md-1 {
    order: 1; }

  .order-md-2 {
    order: 2; }

  .order-md-3 {
    order: 3; }

  .order-md-4 {
    order: 4; }

  .order-md-5 {
    order: 5; }

  .order-md-6 {
    order: 6; }

  .order-md-7 {
    order: 7; }

  .order-md-8 {
    order: 8; }

  .order-md-9 {
    order: 9; }

  .order-md-10 {
    order: 10; }

  .order-md-11 {
    order: 11; }

  .order-md-12 {
    order: 12; }

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.3333333333%; }

  .offset-md-2 {
    margin-left: 16.6666666667%; }

  .offset-md-3 {
    margin-left: 25%; }

  .offset-md-4 {
    margin-left: 33.3333333333%; }

  .offset-md-5 {
    margin-left: 41.6666666667%; }

  .offset-md-6 {
    margin-left: 50%; }

  .offset-md-7 {
    margin-left: 58.3333333333%; }

  .offset-md-8 {
    margin-left: 66.6666666667%; }

  .offset-md-9 {
    margin-left: 75%; }

  .offset-md-10 {
    margin-left: 83.3333333333%; }

  .offset-md-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-lg-first {
    order: -1; }

  .order-lg-last {
    order: 13; }

  .order-lg-0 {
    order: 0; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .order-lg-3 {
    order: 3; }

  .order-lg-4 {
    order: 4; }

  .order-lg-5 {
    order: 5; }

  .order-lg-6 {
    order: 6; }

  .order-lg-7 {
    order: 7; }

  .order-lg-8 {
    order: 8; }

  .order-lg-9 {
    order: 9; }

  .order-lg-10 {
    order: 10; }

  .order-lg-11 {
    order: 11; }

  .order-lg-12 {
    order: 12; }

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.3333333333%; }

  .offset-lg-2 {
    margin-left: 16.6666666667%; }

  .offset-lg-3 {
    margin-left: 25%; }

  .offset-lg-4 {
    margin-left: 33.3333333333%; }

  .offset-lg-5 {
    margin-left: 41.6666666667%; }

  .offset-lg-6 {
    margin-left: 50%; }

  .offset-lg-7 {
    margin-left: 58.3333333333%; }

  .offset-lg-8 {
    margin-left: 66.6666666667%; }

  .offset-lg-9 {
    margin-left: 75%; }

  .offset-lg-10 {
    margin-left: 83.3333333333%; }

  .offset-lg-11 {
    margin-left: 91.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }

  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }

  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }

  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }

  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }

  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }

  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }

  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }

  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }

  .order-xl-first {
    order: -1; }

  .order-xl-last {
    order: 13; }

  .order-xl-0 {
    order: 0; }

  .order-xl-1 {
    order: 1; }

  .order-xl-2 {
    order: 2; }

  .order-xl-3 {
    order: 3; }

  .order-xl-4 {
    order: 4; }

  .order-xl-5 {
    order: 5; }

  .order-xl-6 {
    order: 6; }

  .order-xl-7 {
    order: 7; }

  .order-xl-8 {
    order: 8; }

  .order-xl-9 {
    order: 9; }

  .order-xl-10 {
    order: 10; }

  .order-xl-11 {
    order: 11; }

  .order-xl-12 {
    order: 12; }

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.3333333333%; }

  .offset-xl-2 {
    margin-left: 16.6666666667%; }

  .offset-xl-3 {
    margin-left: 25%; }

  .offset-xl-4 {
    margin-left: 33.3333333333%; }

  .offset-xl-5 {
    margin-left: 41.6666666667%; }

  .offset-xl-6 {
    margin-left: 50%; }

  .offset-xl-7 {
    margin-left: 58.3333333333%; }

  .offset-xl-8 {
    margin-left: 66.6666666667%; }

  .offset-xl-9 {
    margin-left: 75%; }

  .offset-xl-10 {
    margin-left: 83.3333333333%; }

  .offset-xl-11 {
    margin-left: 91.6666666667%; } }
.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }

  .d-sm-inline {
    display: inline !important; }

  .d-sm-inline-block {
    display: inline-block !important; }

  .d-sm-block {
    display: block !important; }

  .d-sm-table {
    display: table !important; }

  .d-sm-table-row {
    display: table-row !important; }

  .d-sm-table-cell {
    display: table-cell !important; }

  .d-sm-flex {
    display: flex !important; }

  .d-sm-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }

  .d-md-inline {
    display: inline !important; }

  .d-md-inline-block {
    display: inline-block !important; }

  .d-md-block {
    display: block !important; }

  .d-md-table {
    display: table !important; }

  .d-md-table-row {
    display: table-row !important; }

  .d-md-table-cell {
    display: table-cell !important; }

  .d-md-flex {
    display: flex !important; }

  .d-md-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }

  .d-lg-inline {
    display: inline !important; }

  .d-lg-inline-block {
    display: inline-block !important; }

  .d-lg-block {
    display: block !important; }

  .d-lg-table {
    display: table !important; }

  .d-lg-table-row {
    display: table-row !important; }

  .d-lg-table-cell {
    display: table-cell !important; }

  .d-lg-flex {
    display: flex !important; }

  .d-lg-inline-flex {
    display: inline-flex !important; } }
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }

  .d-xl-inline {
    display: inline !important; }

  .d-xl-inline-block {
    display: inline-block !important; }

  .d-xl-block {
    display: block !important; }

  .d-xl-table {
    display: table !important; }

  .d-xl-table-row {
    display: table-row !important; }

  .d-xl-table-cell {
    display: table-cell !important; }

  .d-xl-flex {
    display: flex !important; }

  .d-xl-inline-flex {
    display: inline-flex !important; } }
@media print {
  .d-print-none {
    display: none !important; }

  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; } }
.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }

  .flex-sm-column {
    flex-direction: column !important; }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-sm-start {
    justify-content: flex-start !important; }

  .justify-content-sm-end {
    justify-content: flex-end !important; }

  .justify-content-sm-center {
    justify-content: center !important; }

  .justify-content-sm-between {
    justify-content: space-between !important; }

  .justify-content-sm-around {
    justify-content: space-around !important; }

  .align-items-sm-start {
    align-items: flex-start !important; }

  .align-items-sm-end {
    align-items: flex-end !important; }

  .align-items-sm-center {
    align-items: center !important; }

  .align-items-sm-baseline {
    align-items: baseline !important; }

  .align-items-sm-stretch {
    align-items: stretch !important; }

  .align-content-sm-start {
    align-content: flex-start !important; }

  .align-content-sm-end {
    align-content: flex-end !important; }

  .align-content-sm-center {
    align-content: center !important; }

  .align-content-sm-between {
    align-content: space-between !important; }

  .align-content-sm-around {
    align-content: space-around !important; }

  .align-content-sm-stretch {
    align-content: stretch !important; }

  .align-self-sm-auto {
    align-self: auto !important; }

  .align-self-sm-start {
    align-self: flex-start !important; }

  .align-self-sm-end {
    align-self: flex-end !important; }

  .align-self-sm-center {
    align-self: center !important; }

  .align-self-sm-baseline {
    align-self: baseline !important; }

  .align-self-sm-stretch {
    align-self: stretch !important; } }
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }

  .flex-md-column {
    flex-direction: column !important; }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-md-wrap {
    flex-wrap: wrap !important; }

  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-md-start {
    justify-content: flex-start !important; }

  .justify-content-md-end {
    justify-content: flex-end !important; }

  .justify-content-md-center {
    justify-content: center !important; }

  .justify-content-md-between {
    justify-content: space-between !important; }

  .justify-content-md-around {
    justify-content: space-around !important; }

  .align-items-md-start {
    align-items: flex-start !important; }

  .align-items-md-end {
    align-items: flex-end !important; }

  .align-items-md-center {
    align-items: center !important; }

  .align-items-md-baseline {
    align-items: baseline !important; }

  .align-items-md-stretch {
    align-items: stretch !important; }

  .align-content-md-start {
    align-content: flex-start !important; }

  .align-content-md-end {
    align-content: flex-end !important; }

  .align-content-md-center {
    align-content: center !important; }

  .align-content-md-between {
    align-content: space-between !important; }

  .align-content-md-around {
    align-content: space-around !important; }

  .align-content-md-stretch {
    align-content: stretch !important; }

  .align-self-md-auto {
    align-self: auto !important; }

  .align-self-md-start {
    align-self: flex-start !important; }

  .align-self-md-end {
    align-self: flex-end !important; }

  .align-self-md-center {
    align-self: center !important; }

  .align-self-md-baseline {
    align-self: baseline !important; }

  .align-self-md-stretch {
    align-self: stretch !important; } }
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }

  .flex-lg-column {
    flex-direction: column !important; }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-lg-start {
    justify-content: flex-start !important; }

  .justify-content-lg-end {
    justify-content: flex-end !important; }

  .justify-content-lg-center {
    justify-content: center !important; }

  .justify-content-lg-between {
    justify-content: space-between !important; }

  .justify-content-lg-around {
    justify-content: space-around !important; }

  .align-items-lg-start {
    align-items: flex-start !important; }

  .align-items-lg-end {
    align-items: flex-end !important; }

  .align-items-lg-center {
    align-items: center !important; }

  .align-items-lg-baseline {
    align-items: baseline !important; }

  .align-items-lg-stretch {
    align-items: stretch !important; }

  .align-content-lg-start {
    align-content: flex-start !important; }

  .align-content-lg-end {
    align-content: flex-end !important; }

  .align-content-lg-center {
    align-content: center !important; }

  .align-content-lg-between {
    align-content: space-between !important; }

  .align-content-lg-around {
    align-content: space-around !important; }

  .align-content-lg-stretch {
    align-content: stretch !important; }

  .align-self-lg-auto {
    align-self: auto !important; }

  .align-self-lg-start {
    align-self: flex-start !important; }

  .align-self-lg-end {
    align-self: flex-end !important; }

  .align-self-lg-center {
    align-self: center !important; }

  .align-self-lg-baseline {
    align-self: baseline !important; }

  .align-self-lg-stretch {
    align-self: stretch !important; } }
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }

  .flex-xl-column {
    flex-direction: column !important; }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  .justify-content-xl-start {
    justify-content: flex-start !important; }

  .justify-content-xl-end {
    justify-content: flex-end !important; }

  .justify-content-xl-center {
    justify-content: center !important; }

  .justify-content-xl-between {
    justify-content: space-between !important; }

  .justify-content-xl-around {
    justify-content: space-around !important; }

  .align-items-xl-start {
    align-items: flex-start !important; }

  .align-items-xl-end {
    align-items: flex-end !important; }

  .align-items-xl-center {
    align-items: center !important; }

  .align-items-xl-baseline {
    align-items: baseline !important; }

  .align-items-xl-stretch {
    align-items: stretch !important; }

  .align-content-xl-start {
    align-content: flex-start !important; }

  .align-content-xl-end {
    align-content: flex-end !important; }

  .align-content-xl-center {
    align-content: center !important; }

  .align-content-xl-between {
    align-content: space-between !important; }

  .align-content-xl-around {
    align-content: space-around !important; }

  .align-content-xl-stretch {
    align-content: stretch !important; }

  .align-self-xl-auto {
    align-self: auto !important; }

  .align-self-xl-start {
    align-self: flex-start !important; }

  .align-self-xl-end {
    align-self: flex-end !important; }

  .align-self-xl-center {
    align-self: center !important; }

  .align-self-xl-baseline {
    align-self: baseline !important; }

  .align-self-xl-stretch {
    align-self: stretch !important; } }
/*
@mixin font-size($size) {
	font-size: $size + px;
	font-size: ($size/10) + rem;
	
	@include mq( $sp , $pc-l )  {
		font-size: ($size/8) + px;
		font-size: ($size/12.5) + rem;
	}
}*/
@keyframes fuwa {
  0% {
    opacity: 0; }
  25% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }
@keyframes rotation01 {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotation02 {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0); } }
@keyframes rotationx {
  0% {
    transform: rotateX(0); }
  100% {
    transform: rotateX(360deg); } }
@keyframes rotationy {
  0% {
    transform: rotateY(0); }
  100% {
    transform: rotateY(360deg); } }
@keyframes rotationx2 {
  0% {
    transform: rotateX(360deg); }
  100% {
    transform: rotateX(0); } }
@keyframes rotationy2 {
  0% {
    transform: rotateY(360deg); }
  100% {
    transform: rotateY(0); } }
@-webkit-keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); } }
@keyframes imageBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px); }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px); } }
/*
font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
* {
  box-sizing: border-box; }

html {
  overflow-x: hidden !important;
  background: #FAF7F0;
  scroll-behavior: smooth; }
  @media print, screen and (min-width: 480px) {
    html {
      font-size: 62.5%; } }
  @media screen and (max-width: 479px) {
    html {
      font-size: calc(100vw / 40); } }

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3',Meiryo,'メイリオ','ＭＳ Ｐゴシック','MS PGothic',-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial, Hiragino Kaku Gothic Pro,Meiryo,Verdana,sans-serif;
  line-height: 1.7;
  color: #333;
  margin: 0;
  overflow-x: hidden;
  font-weight: 500; }
  @media screen and (max-width: 859px) {
    body {
      font-size: 14px;
      font-size: 1.4rem; } }

.body {
  position: relative; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }
  img:hover {
    opacity: 1; }

a {
  color: #2050d1;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    color: #426de2;
    text-decoration: none; }
  a:visited {
    color: #193fa5; }
  a img {
    transition: 0.3s;
    opacity: 1; }
  a:hover {
    opacity: 0.7;
    transition: 0.3s; }

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block; } }

.container {
  margin: 0 auto;
  max-width: 1100px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }
  .container .container {
    padding: 0; }

.narrow-container {
  margin: 0 auto;
  max-width: 950px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left)); }

@media screen and (max-width: 859px) {
  .container {
    padding-right: 10px;
    padding-left: 10px; } }
@media screen and (max-width: 859px) {
  .row {
    margin-right: -10px;
    margin-left: -10px; } }

@media screen and (max-width: 859px) {
  .col-6 {
    padding-right: 10px;
    padding-left: 10px; } }

.fix-btn {
  position: fixed;
  right: -3px;
  top: 16.7vw;
  display: flex;
  flex-direction: column;
  z-index: 2; }
  .fix-btn .btn {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    margin: 1em 0; }
    .fix-btn .btn a {
      background: #fff;
      border-radius: 10px 0 0 10px;
      border: 3px solid #EF845C;
      font-family: 'Zen Maru Gothic', serif;
      font-size: 15px;
      font-size: 1.5rem;
      color: #EF845C;
      padding: 1em;
      display: block; }
      .fix-btn .btn a:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-bottom: 0.5em;
        background: url("../img/icon/paper-plane.png") no-repeat center center;
        background-size: contain; }
    .fix-btn .btn.btn-blog a {
      color: #39C4F8;
      border: 3px solid #39C4F8;
      padding: 2em 1em; }
      .fix-btn .btn.btn-blog a:before {
        background: url("../img/icon/book.png") no-repeat center center;
        background-size: contain; }
  @media screen and (max-width: 859px) {
    .fix-btn {
      display: none; } }

header.head-wrapper {
  /*z-index: 9999;*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }
  header.head-wrapper.login {
    position: relative;
    z-index: -1; }
    header.head-wrapper.login .header-logo {
      position: relative; }
  header.head-wrapper .header-container {
    position: relative; }
  header.head-wrapper .insta-btn {
    position: absolute;
    top: 160px;
    left: 60px;
    z-index: 100; }
    header.head-wrapper .insta-btn .fa {
      color: #000;
      font-size: 30px;
      font-size: 3rem; }
    @media screen and (max-width: 859px) {
      header.head-wrapper .insta-btn {
        display: none; } }
  header.head-wrapper .header {
    width: 100%; }
    header.head-wrapper .header .site-header {
      display: none; }
    header.head-wrapper .header .header-logo {
      background: #fff;
      border-bottom-right-radius: 30px;
      width: 280px;
      height: 160px;
      position: absolute;
      top: 0;
      left: 0;
      transform: none;
      z-index: 100;
      background: url("../img/bg_logo.png") no-repeat top right;
      background-size: 100% auto; }
      header.head-wrapper .header .header-logo a {
        display: block; }
      @media screen and (max-width: 859px) {
        header.head-wrapper .header .header-logo {
          background: #FAF7F0;
          width: 160px;
          height: 60px;
          border-radius: 0 0 20px 0;
          left: -1vw; } }
      header.head-wrapper .header .header-logo h1 {
        position: absolute;
        top: 27px;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
        width: 180px; }
        @media screen and (max-width: 859px) {
          header.head-wrapper .header .header-logo h1 {
            top: 12px;
            width: 110px;
            line-height: 1; } }
    header.head-wrapper .header .header-nav {
      display: flex;
      align-items: center;
      background: #fff;
      border-radius: 30px;
      box-shadow: 0px 0px 10px -6px #000;
      padding: 0 1em; }
      @media print, screen and (min-width: 1023px) {
        header.head-wrapper .header .header-nav {
          display: block; } }
      @media screen and (max-width: 1022px) {
        header.head-wrapper .header .header-nav {
          display: none; } }
      header.head-wrapper .header .header-nav ul {
        display: flex;
        align-items: center;
        padding: 0px;
        margin: 0px; }
        header.head-wrapper .header .header-nav ul li {
          list-style: none;
          margin-left: 1em;
          font-size: 15px;
          font-size: 1.5rem; }
          header.head-wrapper .header .header-nav ul li a {
            color: #333;
            display: block; }
            @media print, screen and (min-width: 860px) {
              header.head-wrapper .header .header-nav ul li a {
                position: relative;
                padding: 1em; }
                header.head-wrapper .header .header-nav ul li a:before {
                  content: "";
                  display: inline-block;
                  position: relative;
                  width: 19px;
                  height: 19px;
                  top: 0.3em;
                  left: -0.1em; }
                header.head-wrapper .header .header-nav ul li a:hover {
                  color: #EF845C; } }
      header.head-wrapper .header .header-nav .header-instagram {
        margin: 0;
        margin-right: 1em;
        margin-left: 1em; }
        @media screen and (min-width: 860px) and (max-width: 1023px) {
          header.head-wrapper .header .header-nav .header-instagram {
            display: block;
            position: absolute;
            right: 10px;
            top: 20px; } }
        header.head-wrapper .header .header-nav .header-instagram img {
          width: 1.5vw; }
    header.head-wrapper .header .gnavi ul li.home {
      display: none; }
    header.head-wrapper .header nav.unavi ul li a {
      color: #4A4A4A;
      text-decoration: none;
      font-size: 14px;
      font-size: 1.4rem; }
      header.head-wrapper .header nav.unavi ul li a:hover, header.head-wrapper .header nav.unavi ul li a:active, header.head-wrapper .header nav.unavi ul li a:focus {
        color: #4a4a4a;
        text-decoration: none; }
      header.head-wrapper .header nav.unavi ul li a:visited {
        color: #4a4a4a; }

/* ------------------------------
　　モバイル用
------------------------------ */
/* モバイル時ナビゲーションボタン */
.nav-menu-btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2000;
  width: 90px;
  height: 90px;
  display: block;
  background: #EF845C;
  padding: 0;
  color: #fff; }
  .nav-menu-btn:hover {
    color: #fff;
    text-decoration: none; }
  .nav-menu-btn .acms-icon-sort {
    display: inline-block; }
  @media screen and (max-width: 859px) {
    .nav-menu-btn {
      width: 60px;
      height: 60px;
      top: 0;
      right: 0; }
      .nav-menu-btn .menu-txt {
        font-size: 10px;
        font-size: 1rem; } }

.menu-txt {
  display: block;
  margin: 1.3em 0 0 0;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  font-family: 'Zen Maru Gothic', serif;
  text-transform: uppercase; }

/* トグルメニューアイコン */
.nav-menu-btn {
  padding: 33px 9px 9px; }
  @media screen and (max-width: 859px) {
    .nav-menu-btn {
      padding-top: 20px; } }

.icon-toggle-menu {
  position: relative;
  display: block;
  width: 36px;
  height: 2px;
  margin: 0 auto;
  vertical-align: middle;
  border-radius: 1px;
  transition: .1s all;
  /*[aria-expanded=true] .menu-txt {
  	&:before{
  		content: "close";
  	}
  }*/ }
  .icon-toggle-menu:before, .icon-toggle-menu:after {
    position: absolute;
    display: block;
    width: 36px;
    height: 2px;
    border-radius: 1px;
    transition: .3s all;
    content: ""; }
  .icon-toggle-menu:before {
    top: -6px;
    background: #fff; }
  .icon-toggle-menu:after {
    bottom: -6px;
    background: #fff; }
  @media screen and (max-width: 859px) {
    .icon-toggle-menu {
      width: 26px; }
      .icon-toggle-menu:before, .icon-toggle-menu:after {
        width: 26px; } }
  [aria-expanded=true] .icon-toggle-menu {
    background: transparent; }
  [aria-expanded=true] .icon-toggle-menu:before {
    transform: translate(-1px, 6px) rotate(45deg); }
  [aria-expanded=true] .icon-toggle-menu:after {
    transform: translate(-1px, -6px) rotate(-45deg); }

.mobile-nav {
  display: none; }

.is-locked {
  overflow: hidden; }

.mobile-nav {
  position: fixed;
  background: rgba(47, 43, 42, 0.55);
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
  background-size: cover;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-duration: .3s;
  transition-property: all; }
  .mobile-nav.is-active {
    display: block; }
  .mobile-nav.is-opened {
    opacity: 1; }
  @media screen and (max-width: 859px) {
    .mobile-nav {
      width: 100%; } }

.mobile-nav-inner {
  display: flex;
  align-items: start;
  justify-content: center;
  box-sizing: border-box;
  height: 100%;
  padding: 0;
  margin: 0 0 0 auto;
  background: #fff;
  padding: 3vw 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }
  @media print, screen and (min-width: 860px) {
    .mobile-nav-inner {
      border-radius: 0 0 0 50px;
      width: 540px;
      padding: 85px 0; } }
  .mobile-nav-inner .gnavi-inner .gnavi {
    padding: 0 10vw; }
    .mobile-nav-inner .gnavi-inner .gnavi ul {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-around;
      justify-content: space-around;
      margin: 0; }
      .mobile-nav-inner .gnavi-inner .gnavi ul li {
        margin: 1em 0;
        width: 50%;
        line-height: 1.2; }
        .mobile-nav-inner .gnavi-inner .gnavi ul li a {
          display: inline-block;
          background: url("../img/dotline.png") repeat-x 0 100%;
          background-size: 5px auto;
          padding: 0.3em 0;
          transition: .2s;
          position: relative;
          font-family: 'Zen Maru Gothic', serif;
          color: #333;
          font-weight: bold;
          font-size: 18px;
          font-size: 1.8rem; }
          .mobile-nav-inner .gnavi-inner .gnavi ul li a:before {
            content: "";
            width: 16px;
            height: 16px;
            background: #EF845C;
            border: 1px solid #fff;
            border-radius: 8px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            left: -20px;
            transform: translateY(-50%);
            font-family: FontAwesome;
            content: "";
            font-size: 10px;
            font-size: 1rem;
            transition: .2s; }
        @media screen and (max-width: 859px) {
          .mobile-nav-inner .gnavi-inner .gnavi ul li {
            margin: 0.5em 0; }
            .mobile-nav-inner .gnavi-inner .gnavi ul li a {
              font-size: 16px;
              font-size: 1.6rem; } }
        .mobile-nav-inner .gnavi-inner .gnavi ul li ul {
          display: block;
          margin-top: 0.5em; }
          .mobile-nav-inner .gnavi-inner .gnavi ul li ul li {
            width: 100%;
            margin: 0; }
            .mobile-nav-inner .gnavi-inner .gnavi ul li ul li a {
              background: none;
              font-size: 13px;
              font-size: 1.3rem;
              color: #999; }
              .mobile-nav-inner .gnavi-inner .gnavi ul li ul li a:before {
                content: none; }
              @media screen and (max-width: 859px) {
                .mobile-nav-inner .gnavi-inner .gnavi ul li ul li a {
                  font-size: 11px;
                  font-size: 1.1rem; } }
    @media print, screen and (min-width: 860px) {
      .mobile-nav-inner .gnavi-inner .gnavi {
        padding: 0 0 0 100px; } }
  .mobile-nav-inner .gnavi-inner .unavi ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; }
    .mobile-nav-inner .gnavi-inner .unavi ul li {
      list-style: none; }
      .mobile-nav-inner .gnavi-inner .unavi ul li a {
        color: #999;
        font-size: 12px;
        font-size: 1.2rem; }
        @media screen and (max-width: 859px) {
          .mobile-nav-inner .gnavi-inner .unavi ul li a {
            font-size: 10px;
            font-size: 1rem; } }
      .mobile-nav-inner .gnavi-inner .unavi ul li:after {
        content: "／";
        display: inline-block;
        margin: 0 0.8em;
        color: #999; }
      .mobile-nav-inner .gnavi-inner .unavi ul li:last-child:after {
        content: none; }
  .mobile-nav-inner .btn {
    text-align: center; }

.mobile-navbar-list {
  margin: 0;
  padding: 0;
  line-height: 2.4;
  text-align: center;
  list-style: none;
  font-size: 18px;
  font-size: 1.8rem; }
  .mobile-navbar-list a:not(.btn-attention),
  .mobile-navbar-list a:not(.btn-attention):hover,
  .mobile-navbar-list a:not(.btn-attention):visited,
  .mobile-navbar-list a:not(.btn-attention):active,
  .mobile-navbar-list a:not(.btn-attention):focus {
    color: #333; }
  .mobile-navbar-list .mobile-navbar-list {
    display: none; }
  @media screen and (max-width: 859px) {
    .mobile-navbar-list {
      font-size: 16px;
      font-size: 1.6rem; } }

.mobile-nav-side {
  margin: 20px 0;
  text-align: center; }

.mobile-nav-side-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.mobile-nav-side-item {
  display: block;
  margin: 0 0 10px 0; }

.mobile-nav-side-link {
  color: #333; }
  .mobile-nav-side-link:hover, .mobile-nav-side-link:visited, .mobile-nav-side-link:active, .mobile-nav-side-link:focus {
    color: #333; }

.mobile-navbar-footer {
  margin: 15px 0 0 0; }

.mobile-nav-body {
  width: 100%; }
  .mobile-nav-body .gnavi ul {
    text-align: left;
    padding-left: 0; }
    .mobile-nav-body .gnavi ul li {
      list-style: none; }
      .mobile-nav-body .gnavi ul li a {
        font-weight: bold;
        padding: 10px 15px;
        position: relative;
        color: #000;
        text-decoration: none;
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center; }
        .mobile-nav-body .gnavi ul li a:hover, .mobile-nav-body .gnavi ul li a:active, .mobile-nav-body .gnavi ul li a:focus {
          color: black;
          text-decoration: none; }
        .mobile-nav-body .gnavi ul li a:visited {
          color: black; }

footer.footer {
  color: #333;
  text-align: center;
  background: #fff;
  padding-top: 95px; }
  @media screen and (max-width: 859px) {
    footer.footer {
      padding-top: 3em; } }
  @media print, screen and (min-width: 860px) {
    footer.footer .footer-wrap {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
      footer.footer .footer-wrap .footer-logo {
        width: 35%; }
      footer.footer .footer-wrap .footer-navi {
        width: 65%; } }
  footer.footer .footer-logo {
    width: 100%;
    text-align: center; }
    footer.footer .footer-logo .logo {
      width: 200px;
      margin: 0 auto; }
      @media print, screen and (min-width: 860px) {
        footer.footer .footer-logo .logo {
          margin: 0;
          width: 240px; } }
  footer.footer .footer-navi .gnavi {
    padding: 0 10vw; }
    footer.footer .footer-navi .gnavi ul {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin: 0;
      padding: 0; }
      footer.footer .footer-navi .gnavi ul li {
        list-style: none;
        margin: 1em 0;
        text-align: left; }
        footer.footer .footer-navi .gnavi ul li a {
          display: inline-block;
          background: url("../img/dotline.png") repeat-x 0 100%;
          background-size: 5px auto;
          padding: 0.3em 0;
          transition: .2s;
          position: relative;
          font-family: 'Zen Maru Gothic', serif;
          color: #333;
          font-weight: bold;
          font-size: 18px;
          font-size: 1.8rem; }
          footer.footer .footer-navi .gnavi ul li a:before {
            content: "";
            width: 16px;
            height: 16px;
            background: #EF845C;
            border: 1px solid #fff;
            border-radius: 8px;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 50%;
            left: -20px;
            transform: translateY(-50%);
            font-family: FontAwesome;
            content: "";
            font-size: 10px;
            font-size: 1rem;
            transition: .2s; }
        @media screen and (max-width: 859px) {
          footer.footer .footer-navi .gnavi ul li {
            margin: 0.5em 0;
            width: 50%; }
            footer.footer .footer-navi .gnavi ul li a {
              font-size: 16px;
              font-size: 1.6rem; } }
        @media print, screen and (min-width: 860px) {
          footer.footer .footer-navi .gnavi ul li.gnavi-item {
            width: 30%; }
            footer.footer .footer-navi .gnavi ul li.gnavi-item:nth-child(3), footer.footer .footer-navi .gnavi ul li.gnavi-item:nth-child(7) {
              width: 22%; }
            footer.footer .footer-navi .gnavi ul li.gnavi-item:nth-child(4), footer.footer .footer-navi .gnavi ul li.gnavi-item:nth-child(8) {
              width: 18%; } }
        footer.footer .footer-navi .gnavi ul li ul {
          display: block;
          margin-top: 0.5em; }
          footer.footer .footer-navi .gnavi ul li ul li {
            width: 100%;
            margin: 0; }
            footer.footer .footer-navi .gnavi ul li ul li a {
              background: none;
              font-size: 13px;
              font-size: 1.3rem;
              color: #999; }
              footer.footer .footer-navi .gnavi ul li ul li a:before {
                content: none; }
              @media screen and (max-width: 859px) {
                footer.footer .footer-navi .gnavi ul li ul li a {
                  font-size: 11px;
                  font-size: 1.1rem; } }
    @media print, screen and (min-width: 860px) {
      footer.footer .footer-navi .gnavi {
        padding: 0; } }
  footer.footer .footer-instagram {
    padding: 40px 50px; }
    footer.footer .footer-instagram .box-codomon {
      margin: 20px;
      border-radius: 14px;
      background: #FAF7F0;
      width: 550px;
      padding: 15px 18px;
      font-family: 'Zen Maru Gothic', serif; }
      footer.footer .footer-instagram .box-codomon .codomon-wrap {
        display: flex;
        flex-wrap: wrap; }
        footer.footer .footer-instagram .box-codomon .codomon-wrap .img {
          width: 80px;
          margin: 0; }
        footer.footer .footer-instagram .box-codomon .codomon-wrap .text2 {
          width: calc(100% - 80px);
          padding-left: 1em;
          margin: 0;
          font-size: 12px;
          font-size: 1.2rem;
          text-align: left; }
      @media screen and (max-width: 859px) {
        footer.footer .footer-instagram .box-codomon {
          width: 80%;
          margin: 1em auto; }
          footer.footer .footer-instagram .box-codomon .codomon-wrap {
            display: block; }
            footer.footer .footer-instagram .box-codomon .codomon-wrap .img {
              margin: 10px auto; }
            footer.footer .footer-instagram .box-codomon .codomon-wrap .text2 {
              width: 100%;
              padding: 0; } }
    footer.footer .footer-instagram .box {
      border-radius: 14px;
      background: #FAF7F0;
      width: 253px;
      padding: 22px 18px;
      font-family: 'Zen Maru Gothic', serif; }
      footer.footer .footer-instagram .box a {
        color: #333; }
      footer.footer .footer-instagram .box .instagram-wrap {
        display: flex;
        align-items: center; }
        footer.footer .footer-instagram .box .instagram-wrap .qr {
          width: 70px;
          margin: 0; }
        footer.footer .footer-instagram .box .instagram-wrap .text {
          width: calc(100% -70px);
          padding-left: 1em;
          margin: 0; }
      @media screen and (max-width: 859px) {
        footer.footer .footer-instagram .box {
          width: 80%;
          margin: 1em auto; } }
    @media print, screen and (min-width: 860px) {
      footer.footer .footer-instagram {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        footer.footer .footer-instagram .mimoza-bn {
          width: 350px;
          padding: 20px;
          margin: 0; } }
    @media screen and (max-width: 859px) {
      footer.footer .footer-instagram .mimoza-bn {
        width: 80%;
        margin: 0 auto;
        padding: 40px 0 0; } }
  footer.footer .footer-bottom {
    text-align: center;
    margin-top: 40px;
    color: #fff;
    background: #EF845C;
    border-radius: 30px 30px 0 0;
    padding: 35px 0;
    margin-top: 2em; }
    footer.footer .footer-bottom p {
      margin: 0; }
    footer.footer .footer-bottom .unavi ul {
      -js-display: flex;
      display: -webkit-flex;
      display: flex;
      margin: 0;
      padding: 0; }
      footer.footer .footer-bottom .unavi ul li {
        list-style: none;
        color: #fff; }
        footer.footer .footer-bottom .unavi ul li a {
          color: #fff; }
        footer.footer .footer-bottom .unavi ul li:after {
          content: "／";
          display: inline-block;
          margin: 0 1em; }
        footer.footer .footer-bottom .unavi ul li:last-child:after {
          content: none; }
    @media print, screen and (min-width: 860px) {
      footer.footer .footer-bottom .wrap {
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: space-between; } }
  footer.footer .copyright {
    color: #fff;
    padding: 1em;
    font-size: 11px;
    font-size: 1.1rem; }
    @media screen and (max-width: 859px) {
      footer.footer .copyright {
        font-size: 10px; } }

.body-wrap {
  position: relative; }

main {
  display: block;
  margin-bottom: 4em; }

.container::after {
  content: "";
  display: block;
  clear: both; }
@media print, screen and (min-width: 1023px) {
  .container {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 1022px) {
  .container {
    padding-left: 10px;
    padding-right: 10px; } }

@media print, screen and (min-width: 1023px) {
  .wide-container {
    max-width: 1290px;
    margin-right: auto;
    margin-left: auto; } }
@media screen and (max-width: 1022px) {
  .wide-container {
    padding-left: 10px;
    padding-right: 10px; } }

.container-breaking-out {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw); }

body.bg-pink {
  background: #FEFAFC; }

.section-01 {
  padding: 4em 0 0; }
  .section-01 > *:first-child {
    margin-top: 0; }
  .section-01 .h2-02 {
    margin-top: 0; }

section.section-maru {
  border-radius: 50px;
  background: #fff;
  padding: 15vw 1em; }
  @media print, screen and (min-width: 860px) {
    section.section-maru {
      padding: 5.7vw 0 10vw; } }

.bg-black {
  background: #1e1e1e;
  padding: 4em 0;
  margin: 4em 0 0;
  color: #fff; }
  .bg-black > *:first-child {
    margin-top: 0; }
  .bg-black.-nomargin {
    margin: 0; }
  .bg-black.-nopadding {
    padding: 0; }

@media print, screen and (min-width: 860px) {
  .slidein-top {
    opacity: 0;
    transform: translate(0, 0);
    transition: all 1.0s; }
    .slidein-top.slidein-bottom {
      transform: translate(0, 20%); }
    .slidein-top.slidein-left {
      transform: translate(-20%, 0); }
    .slidein-top.scrollin {
      opacity: 1 !important; } }
@media screen and (max-width: 859px) {
  .slidein-top.scrollin {
    opacity: 1 !important; } }
.slidein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.0s; }
  .slidein.slidein-left {
    transform: translate(-20%, 0); }
  .slidein.slidein-right {
    transform: translate(20%, 0); }
  .slidein.slidein-up {
    transform: translate(0, -20%); }
  .slidein.slidein-bottom {
    transform: translate(0, 20%);
    transition: all 2.0s; }
  .slidein.scrollin {
    transform: translate(0, 0) !important;
    opacity: 1 !important; }

.sec-news {
  padding: 5em 0; }
  .sec-news .news-body {
    padding: 0 !important; }
    .sec-news .news-body a {
      color: #333 !important; }
    .sec-news .news-body .acms-list-group {
      border-top: 1px solid #DEDEDE; }
    .sec-news .news-body .acms-list-group-item {
      border-bottom: 1px solid #DEDEDE;
      padding: 1.5em 0; }
      .sec-news .news-body .acms-list-group-item:hover {
        background: none; }
      .sec-news .news-body .acms-list-group-item .title {
        margin-left: 1em; }
        @media screen and (max-width: 859px) {
          .sec-news .news-body .acms-list-group-item .title {
            display: block;
            margin: 0.8em 0 0; } }
    .sec-news .news-body .icon-label {
      font-size: 12px;
      font-size: 1.2rem;
      padding: 2px 1.5em;
      border-radius: 1em;
      border: 1px solid #fff;
      background: #fff;
      margin: 0 0 0 1em;
      color: #EF845C;
      border-radius: 20px;
      padding: 0.5em 2em; }
    .sec-news .news-body .ui-widget {
      font-family: "Zen Maru Gothic", serif !important; }
      .sec-news .news-body .ui-widget.ui-widget-content {
        padding: 0 !important;
        border: none !important;
        background: none !important; }
    .sec-news .news-body .ui-tabs .tab-list,
    .sec-news .news-body .tabs .tab-list {
      display: flex;
      padding: 0; }
    .sec-news .news-body .ui-tabs .ui-tabs-nav,
    .sec-news .news-body .ui-tabs .tab-list,
    .sec-news .news-body .tabs .ui-tabs-nav,
    .sec-news .news-body .tabs .tab-list {
      background: none !important;
      border: none !important;
      margin-bottom: 2em; }
      .sec-news .news-body .ui-tabs .ui-tabs-nav li,
      .sec-news .news-body .ui-tabs .tab-list li,
      .sec-news .news-body .tabs .ui-tabs-nav li,
      .sec-news .news-body .tabs .tab-list li {
        border: none !important;
        background: none !important;
        display: flex;
        align-items: center;
        font-weight: bold; }
        .sec-news .news-body .ui-tabs .ui-tabs-nav li a,
        .sec-news .news-body .ui-tabs .tab-list li a,
        .sec-news .news-body .tabs .ui-tabs-nav li a,
        .sec-news .news-body .tabs .tab-list li a {
          padding: 0.3em !important; }
        .sec-news .news-body .ui-tabs .ui-tabs-nav li:before,
        .sec-news .news-body .ui-tabs .tab-list li:before,
        .sec-news .news-body .tabs .ui-tabs-nav li:before,
        .sec-news .news-body .tabs .tab-list li:before {
          content: "";
          width: 16px;
          height: 16px;
          display: inline-block;
          border-radius: 8px; }
          @media screen and (max-width: 859px) {
            .sec-news .news-body .ui-tabs .ui-tabs-nav li:before,
            .sec-news .news-body .ui-tabs .tab-list li:before,
            .sec-news .news-body .tabs .ui-tabs-nav li:before,
            .sec-news .news-body .tabs .tab-list li:before {
              width: 10px;
              height: 10px; } }
        @media screen and (max-width: 859px) {
          .sec-news .news-body .ui-tabs .ui-tabs-nav li,
          .sec-news .news-body .ui-tabs .tab-list li,
          .sec-news .news-body .tabs .ui-tabs-nav li,
          .sec-news .news-body .tabs .tab-list li {
            font-size: 12px;
            font-size: 1.2rem; } }
    .sec-news .news-body .ui-tabs .ui-tabs-panel,
    .sec-news .news-body .tabs .ui-tabs-panel {
      padding: 0; }
    .sec-news .news-body .ui-state-active,
    .sec-news .news-body a.ui-button:active,
    .sec-news .news-body .ui-button:active,
    .sec-news .news-body .ui-button.ui-state-active:hover,
    .sec-news .news-body .tab-list li.stay {
      background: none !important; }
      .sec-news .news-body .ui-state-active:before,
      .sec-news .news-body a.ui-button:active:before,
      .sec-news .news-body .ui-button:active:before,
      .sec-news .news-body .ui-button.ui-state-active:hover:before,
      .sec-news .news-body .tab-list li.stay:before {
        content: "";
        width: 16px;
        height: 16px;
        display: inline-block;
        border-radius: 8px;
        border: 4px solid #96c31e; }

.sec-contact {
  padding: 0 0 35vw !important;
  background: url("../img/bg_footer.jpg") no-repeat bottom center;
  background-size: 110% auto; }
  .sec-contact .contact-inner {
    background: #FAF7F0;
    border-radius: 50px;
    padding: 7vw 0; }
    @media screen and (max-width: 859px) {
      .sec-contact .contact-inner {
        padding: 15vw 0;
        border-radius: 0; } }
  .sec-contact .text {
    text-align: center; }
  .sec-contact .contact-wrap {
    width: 80vw;
    margin: 2em auto; }
    @media print, screen and (min-width: 860px) {
      .sec-contact .contact-wrap {
        width: 58vw;
        -js-display: flex;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .sec-contact .contact-wrap .contact-item {
          width: 50%; } }
    .sec-contact .contact-wrap .contact-item {
      padding: 10px; }
      .sec-contact .contact-wrap .contact-item .box {
        padding: 2.2vw;
        border-radius: 24px;
        background: #fff; }
        .sec-contact .contact-wrap .contact-item .box p {
          margin-top: 0.5em; }
        .sec-contact .contact-wrap .contact-item .box dl {
          margin: 0; }
          .sec-contact .contact-wrap .contact-item .box dl dt {
            font-size: 14px;
            font-size: 1.4rem;
            color: #000;
            font-family: 'Zen Maru Gothic', serif;
            text-align: center;
            padding: 1em;
            display: flex;
            justify-content: center;
            align-items: center; }
            .sec-contact .contact-wrap .contact-item .box dl dt:before {
              content: "";
              display: inline-block;
              margin-right: 1em;
              background: url("../img/icon/phone.png") no-repeat center center;
              width: 20px;
              height: 20px;
              background-size: contain; }
          .sec-contact .contact-wrap .contact-item .box dl dd {
            text-align: center; }
            .sec-contact .contact-wrap .contact-item .box dl dd .no {
              color: #EF845C;
              font-weight: bold;
              font-size: 40px;
              font-size: 4rem;
              margin: 0 !important;
              line-height: 1.4; }
            .sec-contact .contact-wrap .contact-item .box dl dd .time {
              margin: 0 !important;
              font-size: 14px;
              font-size: 1.4rem;
              line-height: 1.5; }
        .sec-contact .contact-wrap .contact-item .box.-mail dl dt:before {
          background: url("../img/icon/mail.png") no-repeat center center;
          background-size: contain; }
        .sec-contact .contact-wrap .contact-item .box.-mail dl dd {
          white-space: nowrap; }
        @media screen and (max-width: 859px) {
          .sec-contact .contact-wrap .contact-item .box {
            padding: 7vw; }
            .sec-contact .contact-wrap .contact-item .box dl dd .no a {
              color: #EF845C;
              font-size: 26px;
              font-size: 2.6rem; } }

@media print, screen and (min-width: 860px) {
  .side {
    padding-left: 3vw; } }
.side .side-box {
  margin-bottom: 2em; }
.side h2 {
  color: #000;
  font-weight: normal;
  border-bottom: 3px dotted #CACACA;
  margin-top: 0;
  font-size: 18px;
  font-size: 1.8rem;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: bold; }
.side ul.list-sub {
  padding: 0;
  margin: 0; }
  .side ul.list-sub li {
    list-style: none; }
    .side ul.list-sub li a {
      display: block;
      color: #333;
      text-decoration: none;
      padding: 0.5em 0; }
      .side ul.list-sub li a:hover, .side ul.list-sub li a:active, .side ul.list-sub li a:focus {
        color: #333333;
        text-decoration: none; }
      .side ul.list-sub li a:visited {
        color: #333333; }

@media print, screen and (min-width: 860px) {
  .hide-pc {
    display: none; } }

@media screen and (max-width: 859px) {
  .hide-sp {
    display: none; } }

p, ul, ol, dl, h2, h3, h4, h5, table {
  margin-top: 2em;
  margin-bottom: 0; }

dd {
  margin-left: 0; }

.center {
  text-align: center !important; }

.left {
  text-align: left !important; }

.right {
  text-align: right !important; }

.img-r {
  margin-bottom: 10px; }
  @media screen and (max-width: 859px) {
    .img-r {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 860px) {
    .img-r {
      float: right;
      margin-left: 30px;
      margin-bottom: 30px; } }

.img-l {
  margin-bottom: 10px; }
  @media screen and (max-width: 859px) {
    .img-l {
      display: block;
      margin-left: auto;
      margin-right: auto; } }
  @media print, screen and (min-width: 860px) {
    .img-l {
      float: left;
      margin-right: 30px;
      margin-bottom: 30px; } }

.kadomaru {
  border-radius: 20px; }

.large {
  font-size: 110%; }

.x-large {
  font-size: 140%; }
  @media screen and (max-width: 859px) {
    .x-large {
      font-size: 120%; } }

.xx-large {
  font-size: 170%; }
  @media screen and (max-width: 859px) {
    .xx-large {
      font-size: 130%; } }

.small {
  font-size: 84%; }

.x-small {
  font-size: 70%; }

em {
  font-weight: bold;
  font-style: normal; }

.attention {
  color: red; }

.w80 {
  width: 80%;
  margin: 1em auto; }

.memo {
  color: #888;
  font-size: 80%; }

.tel {
  text-align: center; }
  .tel a {
    color: #000;
    text-decoration: none; }
    .tel a:hover, .tel a:active, .tel a:focus {
      color: black;
      text-decoration: none; }
    .tel a:visited {
      color: black; }
  .tel span {
    display: inline-block; }
  .tel .label {
    font-family: 'EB Garamond', serif;
    letter-spacing: 0.2em; }
  .tel .no {
    font-family: 'EB Garamond', serif;
    font-size: 30px;
    font-size: 3rem;
    letter-spacing: 0.2em; }
  .tel .memo {
    color: #000; }
    @media print, screen and (min-width: 860px) {
      .tel .memo {
        margin-left: 20px; } }
    @media screen and (max-width: 859px) {
      .tel .memo {
        display: block; } }
  .tel .note {
    color: #999;
    font-size: 15px;
    font-size: 1.5rem;
    display: block; }

@media screen and (max-width: 859px) {
  br.sp-none {
    display: none; } }

.white-box {
  background: #fff;
  padding: 2em 3em;
  border-radius: 50px;
  margin: 2em 0; }
  .white-box h3 {
    margin: 0; }
  .white-box .wrap .caption {
    font-weight: bold;
    text-align: center;
    font-family: 'Zen Maru Gothic', serif;
    color: #000;
    margin: 0.5em; }
  @media print, screen and (min-width: 860px) {
    .white-box .wrap {
      display: flex;
      flex-wrap: wrap;
      margin-left: -1em;
      margin-right: -1em; }
      .white-box .wrap .item {
        width: calc(100% / 3);
        padding: 1em; }
      .white-box .wrap .item2 {
        width: 66.6666%;
        padding: 1em; } }
  @media screen and (max-width: 859px) {
    .white-box .wrap .item,
    .white-box .wrap .item2 {
      width: 80%;
      margin: 2em auto; } }

.main-copy {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Zen Maru Gothic', serif;
  margin: 1em 0; }
  .main-copy.color {
    color: #39C4F8; }

.sub-copy {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Zen Maru Gothic', serif;
  margin: 1em 0; }

.margin__0 {
  margin-top: 0 !important; }
.margin__05x {
  margin-top: 1em !important; }
.margin__15x {
  margin-top: 3em !important; }
.margin__2x {
  margin-top: 4em !important; }

.fileicon {
  padding-left: 10px;
  padding-right: 10px; }

.fileicon:before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 3px; }

.fileicon--docx:before {
  content: "\f1c2"; }

.fileicon--xlsx:before {
  content: "\f1c3"; }

.fileicon--pptx:before {
  content: "\f1c4"; }

.fileicon--pdf:before {
  content: "\f1c1"; }

.fileicon--zip:before {
  content: "\f1c6"; }

.fromTopIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0; }

.fromTopOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, -10px);
  opacity: 0.0; }

.fromBottomIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0; }

.fromBottomOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 10px);
  opacity: 0.0; }

.fromLeftIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0; }

.fromLeftOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(-10px, 0);
  opacity: 0.0; }

.fromRightIn {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(0, 0);
  opacity: 1.0; }

.fromRightOut {
  transition: transform 1.0s ease, opacity 1.0s ease;
  transform: translate(10px, 0);
  opacity: 0.0; }

.page-title-wrapper {
  z-index: 1;
  position: relative;
  padding: 80px 0;
  /*padding-top: 20vw;*/
  background: url(../img/bg_pagetitle.jpg) no-repeat 50% 100%;
  background-size: cover; }
  @media print, screen and (min-width: 860px) {
    .page-title-wrapper {
      width: calc(100% - 140px);
      padding: 200px 0;
      margin: 0 0 0 auto;
      border-radius: 0 0 0 50px; } }

.ccd-about .page-title-wrapper {
  background: url(../img/bg_pagetitle_about.jpg) no-repeat 50% 100%;
  background-size: cover; }

.ccd-outline .page-title-wrapper {
  background: url(../img/bg_pagetitle_outline.jpg) no-repeat 50% 100%;
  background-size: cover; }

.ccd-life .page-title-wrapper {
  background: url(../img/bg_pagetitle_life.jpg) no-repeat 50% 100%;
  background-size: cover; }

.ccd-faq .page-title-wrapper {
  background: url(../img/bg_pagetitle_faq.jpg) no-repeat 50% 100%;
  background-size: cover; }

.ccd-privacy .page-title-wrapper {
  background: url(../img/bg_pagetitle_privacy.jpg) no-repeat 50% 100%;
  background-size: cover; }

.ccd-information .page-title-wrapper {
  background: url(../img/bg_pagetitle_information.jpg) no-repeat 50% 100%;
  background-size: cover; }

.ccd-style .page-title-wrapper {
  background: url(../img/bg_pagetitle_style.jpg) no-repeat 50% 100%;
  background-size: cover; }

.ccd-contact .page-title-wrapper {
  background: url(../img/bg_pagetitle_contact.jpg) no-repeat 0 100%;
  background-size: cover; }

.ccd-guidance .page-title-wrapper {
  background: url(../img/bg_pagetitle_guidance.jpg) no-repeat 50% 100%;
  background-size: cover; }

.ccd-recruit .page-title-wrapper {
  background: url(../img/bg_pagetitle_recruit.jpg) no-repeat 50% 100%;
  background-size: cover; }
  .ccd-recruit .page-title-wrapper.workspace {
    background: url(../img/bg_pagetitle_workspace.jpg) no-repeat 50% 100%;
    background-size: cover; }

.bcd-news .page-title-wrapper,
.bcd-blog .page-title-wrapper,
.bcd-parents .page-title-wrapper {
  background: url(../img/bg_pagetitle_news.jpg) no-repeat 50% 100%;
  background-size: cover; }

.page-title-inner {
  text-align: left; }
  .page-title-inner h1.page-title {
    color: #fff;
    font-size: 32px;
    font-size: 3.2rem;
    margin: 2em 0 0;
    display: inline-block;
    line-height: 1.5;
    font-weight: bold;
    letter-spacing: 0.05em;
    background: #39C4F8;
    font-family: 'Zen Maru Gothic', serif;
    padding: 0.5em 1em; }
    @media screen and (max-width: 859px) {
      .page-title-inner h1.page-title {
        font-size: 24px;
        font-size: 2.4rem; } }
    @media screen and (max-width: 479px) {
      .page-title-inner h1.page-title {
        font-size: 20px;
        font-size: 2rem; } }

.topicpath {
  margin-bottom: 10px;
  padding: 10px 0;
  margin-top: 0;
  font-size: 14px;
  font-size: 1.4rem; }
  @media screen and (max-width: 859px) {
    .topicpath {
      margin-bottom: 5px;
      font-size: 11px;
      font-size: 1.1rem;
      padding-left: 1em; } }
  @media screen and (max-width: 1022px) {
    .topicpath {
      padding-left: 1em; } }

.topicpath-list {
  list-style: none;
  margin: 0 auto;
  padding: 0; }

.topicpath-item {
  float: left;
  padding: 0 10px 0 5px; }
  .topicpath-item li {
    margin: 0;
    padding: 0; }
  .topicpath-item:first-child {
    padding: 0;
    background: 0; }
  .topicpath-item:not(:last-child)::after {
    font-family: FontAwesome;
    content: "";
    padding: 0 8px;
    margin-left: 5px;
    display: inline-block; }

.topicpath-link {
  color: #666; }
  .topicpath-link:visited, .topicpath-link:focus, .topicpath-link:active {
    color: #666; }

ul.page-navi {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0; }
  ul.page-navi li {
    list-style: none;
    margin: 1em;
    width: 19%; }
    @media screen and (max-width: 859px) {
      ul.page-navi li {
        margin: 0.3em; } }
    ul.page-navi li a {
      display: block;
      background: #EA6269;
      color: #fff;
      text-decoration: none;
      text-align: center;
      padding: 0.6em; }
      ul.page-navi li a:hover, ul.page-navi li a:active, ul.page-navi li a:focus {
        color: white;
        text-decoration: none; }
      ul.page-navi li a:visited {
        color: white; }
      @media screen and (max-width: 859px) {
        ul.page-navi li a {
          font-size: 13px;
          font-size: 1.3rem; } }
      ul.page-navi li a::after {
        font-family: ionicons;
        content: "";
        display: block;
        line-height: 1;
        transition: .2s; }
      ul.page-navi li a:hover::after {
        transition: .2s;
        transform: translate(0, 5px); }

.btn-01, p.btn-unit a {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 1.5em 5em 1.5em 4em;
  text-align: left;
  transition: .2s;
  font-weight: bold;
  background: #EF845C;
  font-size: 15px;
  font-size: 1.5rem;
  border-radius: 50px;
  color: #fff;
  font-family: 'Zen Maru Gothic', serif; }
  .btn-01:hover, p.btn-unit a:hover, .btn-01:active, p.btn-unit a:active, .btn-01:focus, p.btn-unit a:focus {
    color: white;
    text-decoration: none; }
  .btn-01:visited, p.btn-unit a:visited {
    color: white; }
  @media screen and (max-width: 859px) {
    .btn-01, p.btn-unit a {
      font-size: 13px;
      font-size: 1.3rem; } }
  .btn-01::after, p.btn-unit a::after {
    position: absolute;
    color: #fff;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-family: FontAwesome;
    content: "";
    font-size: 10px;
    font-size: 1rem;
    transition: .2s; }
  .btn-01:hover, p.btn-unit a:hover {
    opacity: 0.9; }
  .btn-01.-pink, p.btn-unit a.-pink {
    background: #EF845C; }
  .btn-01.-orange, p.btn-unit a.-orange {
    background: #ffa700; }
  .btn-01.-aqua, p.btn-unit a.-aqua {
    background: #83d2ea; }
  .btn-01.-magenta, p.btn-unit a.-magenta {
    background: #c7687c; }
  .btn-01.-center, p.btn-unit a.-center {
    text-align: center; }
  .btn-01.-download, p.btn-unit a.-download {
    padding: 1.5em 5em 1.5em 4em; }
    .btn-01.-download::after, p.btn-unit a.-download::after {
      content: "";
      border-radius: none;
      border: none;
      width: 20px;
      height: 20px;
      background: url("../img/icon/download.png") no-repeat center center;
      background-size: contain;
      right: 30px;
      top: 47%; }

p.btn-unit {
  text-align: center; }

.btn-02 {
  display: inline-block;
  background: url("../img/dotline.png") repeat-x 0 100%;
  background-size: 5px auto;
  text-align: center;
  padding: 0.3em 0;
  transition: .2s;
  position: relative;
  font-family: 'Zen Maru Gothic', serif;
  color: #333;
  color: #333;
  text-decoration: none; }
  .btn-02:hover, .btn-02:active, .btn-02:focus {
    color: #333333;
    text-decoration: none; }
  .btn-02:visited {
    color: #333333; }
  .btn-02:after {
    content: "";
    width: 44px;
    height: 44px;
    background: #EF845C;
    border: 1px solid #fff;
    border-radius: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: -58px;
    transform: translateY(-50%);
    font-family: FontAwesome;
    content: "";
    font-size: 10px;
    font-size: 1rem;
    transition: .2s; }
  .btn-02:hover {
    transition: .2s;
    color: #333; }
    .btn-02:hover:after {
      right: -1.5em;
      transform: translate(50px, -50%); }

.btn-form {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  display: inline-block;
  padding: 1em 3em;
  border-radius: 30px;
  line-height: 1;
  border: none;
  background: #EF845C; }

.btn-back {
  font-size: 16px;
  font-size: 1.6rem;
  color: #EF845C;
  display: inline-block;
  padding: 1em 3em;
  box-shadow: 0px 0px 10px -7px #000;
  border-radius: 30px;
  line-height: 1;
  border: none;
  background: #fff; }

.acms-entry table,
.table-01 {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
    /*th {
        min-width: 15%;
        width: 20%;
        text-align: left;
		border-left: none;
        @include mq( $tb , max )  {
            width: 30%;
        }
    }*/ }
  .acms-entry table thead,
  .table-01 thead {
    background: #EF845C; }
    .acms-entry table thead th,
    .table-01 thead th {
      font-weight: bold;
      color: #fff; }
  .acms-entry table tbody tr,
  .table-01 tbody tr {
    background: #fff; }
    .acms-entry table tbody tr:nth-child(2n),
    .table-01 tbody tr:nth-child(2n) {
      background: #F4F0E7; }
    .acms-entry table tbody tr th,
    .table-01 tbody tr th {
      color: #EF845C;
      text-align: left; }
    .acms-entry table tbody tr + tr th, .acms-entry table tbody tr + tr td,
    .table-01 tbody tr + tr th,
    .table-01 tbody tr + tr td {
      border-left: 4px solid #FAF7F0;
      border-top: 4px solid #FAF7F0; }
  .acms-entry table tbody tr > th + td,
  .acms-entry table tbody tr > td + td,
  .table-01 tbody tr > th + td,
  .table-01 tbody tr > td + td {
    border-left: 4px solid #FAF7F0; }
  .acms-entry table th, .acms-entry table td,
  .table-01 th,
  .table-01 td {
    border: none;
    padding: 1em 2em;
    border-radius: 0; }
    .acms-entry table th p, .acms-entry table td p,
    .table-01 th p,
    .table-01 td p {
      margin: 0; }

.table-01 {
  margin-bottom: 2em; }

table.table-02 {
  width: 100%;
  border-collapse: collapse; }
  table.table-02 th, table.table-02 td {
    border: 1px solid #C6C7C5;
    padding: 10px;
    border-left: 0; }
  table.table-02 th {
    background: #F5F3EF;
    text-align: left; }

table.table-03 {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #aaa; }
  table.table-03 th, table.table-03 td {
    border-bottom: 1px solid #C6C7C5;
    padding: 10px;
    border-left: 0;
    font-size: 14px;
    font-size: 1.4rem; }
  table.table-03 th {
    color: #EF845C;
    text-align: right; }

table.calendar {
  width: 100%;
  border-collapse: collapse; }
  table.calendar th, table.calendar td {
    border: 1px solid #ddd;
    padding: 10px;
    text-align: center; }
  table.calendar th {
    background: #fff; }

table.table-border {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dde5e9; }
  table.table-border th, table.table-border td {
    border-bottom: 1px solid #dde5e9;
    padding: 10px 1em;
    border-left: 0;
    text-align: left;
    font-weight: normal; }
    @media screen and (max-width: 859px) {
      table.table-border th, table.table-border td {
        float: none;
        display: block;
        width: 100% !important; } }
  table.table-border th {
    width: 20%; }
    @media screen and (max-width: 859px) {
      table.table-border th {
        border-bottom: none;
        padding-bottom: 0; } }
  table.table-border.-table02 th {
    width: 25%; }

table.table-noborder {
  width: 100%;
  border-collapse: collapse; }
  table.table-noborder th, table.table-noborder td {
    border: 20px solid #fff;
    padding: 5px;
    border-left: 0;
    text-align: left;
    font-weight: normal;
    -webkit-text-size-adjust: 100%; }
    @media print, screen and (min-width: 860px) {
      table.table-noborder th, table.table-noborder td {
        font-size: 18px;
        font-size: 1.8rem; } }
  table.table-noborder th {
    width: 20%;
    text-align: center;
    position: relative; }
    table.table-noborder th .kadomaru {
      background: #ef8688;
      color: #fff;
      display: block;
      border-radius: 3px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
  table.table-noborder td td {
    border: none; }

@media screen and (max-width: 859px) {
  .table-scroll {
    overflow-x: auto; }
    .table-scroll table {
      min-width: 768px; } }

.sec-title .jp {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: bold;
  margin: 0;
  font-family: 'Zen Maru Gothic', serif; }
  @media screen and (max-width: 859px) {
    .sec-title .jp {
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1.2; } }
.sec-title .en {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: bold;
  color: #EF845C;
  margin: 0 0 1em; }
  @media screen and (max-width: 859px) {
    .sec-title .en {
      font-size: 13px;
      font-size: 1.3rem; } }
.sec-title.-center {
  text-align: center; }

.copy-title {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Zen Maru Gothic', serif;
  text-align: center;
  font-weight: bold;
  color: #EF845C; }

.h2-01 {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Zen Maru Gothic', serif;
  display: flex;
  color: #000; }
  @media screen and (max-width: 859px) {
    .h2-01 {
      font-size: 22px;
      font-size: 2.2rem; } }
  .h2-01:before {
    content: "";
    display: block;
    width: 14px;
    display: block;
    border-radius: 4px;
    margin-top: 5px;
    margin-right: 0.5em;
    background: #EF845C; }
  .h2-01.-center {
    text-align: center; }
    .h2-01.-center:before {
      position: static;
      display: block; }

.container > *:first-child {
  margin-top: 0; }

.entry h2.title {
  position: relative;
  color: #EF845C;
  font-size: 28px;
  font-size: 2.8rem;
  margin: 0;
  line-height: 1.5;
  font-weight: 500; }
  @media screen and (max-width: 859px) {
    .entry h2.title {
      font-size: 22px;
      font-size: 2.2rem; } }

.h2-02 {
  font-size: 30px;
  font-size: 3rem;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: bold;
  color: #39C4F8;
  text-align: center; }
  @media screen and (max-width: 859px) {
    .h2-02 {
      font-size: 22px;
      font-size: 2.2rem; } }

.h3-01 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Zen Maru Gothic', serif;
  color: #000; }
  @media screen and (max-width: 859px) {
    .h3-01 {
      font-size: 20px;
      font-size: 2rem; } }

.h3-02 {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: bold;
  color: #39C4F8;
  text-align: center; }
  .h3-02 span {
    background: #39C4F8;
    border-radius: 2em;
    padding: 0.5em 1em;
    display: inline-block;
    color: #fff; }
  @media screen and (max-width: 859px) {
    .h3-02 {
      font-size: 20px;
      font-size: 2rem; } }

.h3-03 {
  width: 10em;
  border-radius: 3px;
  background: #ef8688;
  text-align: center;
  padding: 0.2em 0;
  color: #fff; }

.entry h3.title {
  color: #333;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  line-height: 1.5;
  font-weight: 500; }
  @media screen and (max-width: 859px) {
    .entry h3.title {
      font-size: 20px;
      font-size: 2rem; } }

.h4-01 {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: 'Zen Maru Gothic', serif;
  color: #000; }
  @media screen and (max-width: 859px) {
    .h4-01 {
      font-size: 18px;
      font-size: 1.8rem; } }

.h4-border {
  display: block;
  text-align: center; }
  .h4-border h4 {
    display: inline-block;
    padding: 0.5em 0;
    border-bottom: 5px dotted #ed93ae;
    font-size: 22px;
    font-size: 2.2rem; }

.entry h4.title {
  font-weight: normal;
  color: #ed93ae;
  font-size: 22px;
  font-size: 2.2rem;
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 859px) {
    .entry h4.title {
      font-size: 18px;
      font-size: 1.8rem; } }

.h5-01 {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: 'Zen Maru Gothic', serif;
  color: #000;
  padding-left: 1em; }
  @media screen and (max-width: 859px) {
    .h5-01 {
      font-size: 16px;
      font-size: 1.6rem; } }
  .h5-01:before {
    content: "";
    display: block;
    width: 10px;
    height: 4px;
    display: block;
    margin-top: 5px;
    margin-right: 0.5em;
    background: #EF845C;
    position: relative;
    top: 1em;
    left: -1em; }

ul.list-headline {
  margin-top: 0;
  border-top: 5px dotted #FAD9DF;
  padding: 0; }
  ul.list-headline li {
    list-style: none; }
    ul.list-headline li a {
      display: block;
      border-bottom: 5px dotted #FAD9DF;
      background: url(../img/icon_arrow_b.png) no-repeat 97% 50%;
      background-size: 13px 13px;
      padding: 1em 0;
      color: #333;
      text-decoration: none;
      transition: .2s; }
      ul.list-headline li a:hover, ul.list-headline li a:active, ul.list-headline li a:focus {
        color: #333333;
        text-decoration: none; }
      ul.list-headline li a:visited {
        color: #333333; }
      ul.list-headline li a dl {
        margin: 0;
        padding: 0 0.5em; }
        @media print, screen and (min-width: 860px) {
          ul.list-headline li a dl {
            display: flex; } }
      ul.list-headline li a dt {
        color: #EF845C; }
        @media print, screen and (min-width: 860px) {
          ul.list-headline li a dt {
            width: 8em; } }
      ul.list-headline li a dd {
        position: relative; }
        @media print, screen and (min-width: 860px) {
          ul.list-headline li a dd {
            width: calc(100% - 8em); } }
        ul.list-headline li a dd a {
          color: #EF845C;
          text-decoration: none; }
          ul.list-headline li a dd a:hover, ul.list-headline li a dd a:active, ul.list-headline li a dd a:focus {
            color: #ef845c;
            text-decoration: none; }
          ul.list-headline li a dd a:visited {
            color: #ef845c; }
      ul.list-headline li a:hover {
        background: rgba(250, 217, 223, 0.4);
        transition: .2s; }

.rice {
  padding: 0; }
  .rice li {
    margin: 0 0 5px 1em;
    text-indent: -1em;
    list-style: none; }
    .rice li:before {
      content: "※"; }

.list01 {
  padding-left: 0.5em;
  list-style-type: none; }
  .list01 li {
    padding-left: 1em;
    text-indent: -0.2em; }
    .list01 li::before {
      margin: 0 5px 0 -0.8em;
      display: inline-block;
      content: "●";
      font-size: 9px;
      font-size: 0.9rem;
      color: #EF845C;
      position: relative;
      top: -2px;
      left: 0; }
  .list01.deco li {
    font-family: 'Zen Maru Gothic', serif;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 0.5em; }
  .list01.shikaku li:before {
    content: "◆"; }
  .list01.list-pdf li {
    text-indent: -0.3em; }
    .list01.list-pdf li a {
      color: #333;
      padding: 0; }
    .list01.list-pdf li:before {
      font-family: FontAwesome;
      content: "";
      font-size: 15px;
      font-size: 1.5rem;
      margin-right: 10px; }

.list-no {
  padding-left: 0.5em;
  list-style-type: none; }
  .list-no li {
    padding-left: 1em;
    text-indent: -0.1em;
    font-weight: bold;
    font-family: 'Zen Maru Gothic', serif;
    color: #000;
    line-height: 1.2; }
    .list-no li span {
      display: inline-block;
      width: 20px;
      height: 20px;
      border-radius: 10px;
      background: #EF845C;
      font-size: 13px;
      font-size: 1.3rem;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 1em;
      position: relative;
      top: 1.6em;
      left: -2em; }

.ranking-list {
  padding-left: 0.5em;
  list-style-type: none;
  margin: 1em 0 3em; }
  .ranking-list li {
    padding-left: 80px;
    text-indent: -80px;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: 'Zen Maru Gothic', serif;
    font-weight: bold;
    background: url("../img/dotline.png") repeat-x 0 100%;
    background-size: 9px auto;
    padding-bottom: 0.8em; }
    .ranking-list li::before {
      display: inline-block;
      position: relative;
      top: 30px;
      left: -0.5em;
      content: "";
      width: 80px;
      height: 71px;
      background: url("../img/icon_no01.png") no-repeat center center;
      background-size: contain; }
    .ranking-list li:nth-child(2)::before {
      background: url("../img/icon_no02.png") no-repeat center center;
      background-size: contain; }
    .ranking-list li:nth-child(3)::before {
      background: url("../img/icon_no03.png") no-repeat center center;
      background-size: contain; }
  .ranking-list.-no01 li::before {
    background: url("../img/icon_no01.png") no-repeat center center !important;
    background-size: contain !important; }

.within {
  padding-left: 0;
  list-style-type: none;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center; }
  .within li {
    margin: 0 1em; }
  .within a {
    position: relative;
    display: inline-block;
    padding-left: 0;
    text-decoration: none;
    color: #EF845C; }
    .within a:after {
      font-family: ionicons;
      content: "";
      width: 100%;
      font-size: 20px;
      font-size: 2rem;
      color: #EF845C;
      display: block;
      text-align: center;
      line-height: 1; }

.list-arrow {
  padding-left: 0;
  list-style-type: none; }
  .list-arrow a {
    position: relative;
    display: inline-block;
    padding-left: 1em;
    text-indent: -0.3em;
    color: #333;
    text-decoration: none; }
    .list-arrow a::before {
      color: #EF845C;
      font-family: ionicons;
      content: "";
      margin-right: 5px;
      display: inline-block;
      font-size: 15px;
      font-size: 1.5rem;
      text-align: center; }

.list-within {
  margin: 1em 0;
  padding: 0;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .list-within li {
    padding: 1em;
    list-style: none; }
    @media print, screen and (min-width: 860px) {
      .list-within li {
        padding: 2em; } }
    .list-within li a {
      display: inline-block;
      background: url("../img/dotline.png") repeat-x 0 100%;
      background-size: 5px auto;
      text-align: center;
      padding: 0.3em 0;
      transition: .2s;
      position: relative;
      font-family: 'Zen Maru Gothic', serif;
      color: #333; }
      .list-within li a:after {
        content: "";
        width: 16px;
        height: 16px;
        background: #EF845C;
        border: 1px solid #fff;
        border-radius: 8px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: -20px;
        transform: translateY(-50%);
        font-family: FontAwesome;
        content: "";
        font-size: 10px;
        font-size: 1rem;
        transition: .2s; }

ul.pager {
  text-align: center;
  padding: 0;
  margin-top: 4em;
  margin-bottom: 4em;
  font-family: 'Zen Maru Gothic', serif;
  -js-display: flex;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  ul.pager li {
    list-style: none;
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px; }
    ul.pager li.arrow a {
      color: #EF845C;
      text-decoration: none; }
      ul.pager li.arrow a:hover, ul.pager li.arrow a:active, ul.pager li.arrow a:focus {
        color: #ef845c;
        text-decoration: none; }
      ul.pager li.arrow a:visited {
        color: #ef845c; }
    ul.pager li span.no {
      display: inline-block; }
      ul.pager li span.no a {
        display: inline-block;
        padding: 1px 0.8em;
        color: #000;
        text-decoration: none;
        border: none !important;
        background: #fff;
        border-radius: 20px; }
        ul.pager li span.no a:hover, ul.pager li span.no a:active, ul.pager li span.no a:focus {
          color: black;
          text-decoration: none; }
        ul.pager li span.no a:visited {
          color: black; }
    ul.pager li.cur span.no {
      color: #fff;
      background: #EF845C;
      padding: 1px 0.8em;
      border-radius: 20px;
      display: inline-block; }
    ul.pager li .pager-text {
      text-indent: -99999px;
      position: relative;
      display: inline-block;
      width: 42px;
      height: 42px;
      margin-left: 2em;
      background: url("../img/icon_arrow.png") no-repeat center center;
      background-size: contain;
      /*&::before, &::after {
      	position: absolute;
      	right: 0;
      	content: '';
      }
      &::before {
      	width: 36px;
      	height: 36px;
      	border-radius: 18px;
      	border: 5px solid #DEDEDE;
      	position: absolute;
      	top: -5px;
      	right: 0;
      	transition: .2s;
      	opacity: 1;
      }
      &::after {
      	width: 71.5px;
      	height: 36px;
      	display: block;
      	position: absolute;
      	top: 50%;
      	right: 0;
      	transform: translateY(-50%);
      	background: url(../img/btn_arrow03.png) no-repeat 0 center;
      	background-size: 56px auto;
      }
      span{
      	display: inline-block;
      }
      &:hover{
      	&::before {
      		right: 36px;
      		opacity: 0;
      	}
      }
      */ }
      ul.pager li .pager-text.prev {
        background: url("../img/icon_arrow.png") no-repeat center center;
        background-size: contain;
        transform: scale(-1, 1);
        margin-right: 2em;
        /*
        &::before {
        	right: auto;
        	left: 0
        }
        &::after {
        	top: 50%;
        	right: auto;
        	left: 0;
        	transform: translateY(-50%);
        	background: url(../img/btn_arrow03_prev.png) no-repeat 100% center;
        	background-size: 56px auto;
        }
        &:hover{
        	&::before {
        		left: 36px;
        		opacity: 0;
        	}
        }*/ }

ul.pagination {
  padding: 0;
  text-align: center; }
  ul.pagination li.page-item {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px; }

ul.icon-01 {
  padding: 0; }
  ul.icon-01 li {
    display: inline-block;
    list-style: none;
    margin-bottom: 3px; }
    ul.icon-01 li span {
      display: block;
      border: 1px solid #EF845C;
      color: #EF845C;
      font-size: 12px;
      font-size: 1.2rem;
      padding: 1px 10px; }

.arrow-icon {
  position: relative;
  padding-right: 40px;
  color: #666;
  text-decoration: none; }
  .arrow-icon:hover, .arrow-icon:active, .arrow-icon:focus {
    color: #666666;
    text-decoration: none; }
  .arrow-icon:visited {
    color: #666666; }
  .arrow-icon:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icon_arrow.png") no-repeat center center;
    background-size: contain;
    position: relative;
    top: 3.5px;
    right: -5px; }

.youtube {
  margin-top: 0;
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden; }
  .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.googlemap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }

.googlemap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

.tab-01 ul.tabs {
  display: flex;
  justify-content: center;
  padding: 0;
  border-bottom: 4px solid #EF845C; }
  .tab-01 ul.tabs li {
    list-style: none;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin: 0 10px; }
    @media screen and (max-width: 859px) {
      .tab-01 ul.tabs li {
        width: 45%; } }
    .tab-01 ul.tabs li span {
      display: block;
      padding: 15px 35px;
      font-weight: bold; }
      @media screen and (max-width: 859px) {
        .tab-01 ul.tabs li span {
          padding: 7px 5px; } }
    .tab-01 ul.tabs li > span {
      background: #EF845C;
      color: #fff;
      height: 100%; }
    .tab-01 ul.tabs li a > span {
      background: #eee;
      height: 100%; }

.text-copy-01 {
  font-size: 30px;
  font-size: 3rem;
  margin-top: 0; }

.faq-item {
  border-radius: 3px;
  padding: 30px 40px;
  transition: 0.3s;
  margin-bottom: 2em;
  background: #fff;
  border-radius: 20px;
    /*&:hover {
        border: 1px solid $main-color;
        transition: 0.3s;

    }*/ }
  .faq-item .faq-q {
    padding-right: 1.5em;
    cursor: pointer;
    position: relative;
    display: flex;
    color: #000;
    font-size: 16px;
    font-size: 1.6rem; }
    .faq-item .faq-q .inner {
      margin: 0 1em; }
    .faq-item .faq-q p {
      margin: 0; }
    .faq-item .faq-q:before {
      content: "Q";
      color: #EF845C;
      font-weight: bold;
      font-size: 30px;
      font-size: 3rem;
      font-family: 'Zen Maru Gothic', serif;
      line-height: 0.7; }
    .faq-item .faq-q::after {
      font-family: ionicons;
      content: "";
      display: block;
      position: absolute;
      top: 5%;
      right: 0;
      transition: 0.3s;
      color: #EF845C;
      font-size: 20px; }
    .faq-item .faq-q.is-open {
      padding-bottom: 20px;
      border-bottom: 1px solid #eee; }
      .faq-item .faq-q.is-open::after {
        transform: rotate(180deg);
        transition: 0.3s; }
  .faq-item .faq-a {
    display: none;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    padding-top: 1em; }
    .faq-item .faq-a .inner {
      display: flex; }
      .faq-item .faq-a .inner:before {
        content: "A";
        color: #39C4F8;
        font-weight: bold;
        font-size: 30px;
        font-size: 3rem;
        font-family: 'Zen Maru Gothic', serif;
        line-height: 0.7; }
      .faq-item .faq-a .inner .inner-box {
        margin: 0 1em; }
    .faq-item .faq-a p {
      margin: 0; }

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin-top: 2em !important; }
  @media screen and (max-width: 859px) {
    .acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
      margin-bottom: 2em !important; } }

.acms-thumbnail p {
  margin-top: 0; }

/* ------------------------------
　　お問い合わせ
------------------------------ */
.privacy-text {
  text-align: center;
  margin-bottom: 4em; }

.contact-box .message {
  margin: 0 0 35px 0;
  font-weight: bold; }
.contact-box .sec-contact-tel {
  background: #fff;
  padding: 2em;
  border-left: 8px solid #EF845C;
  border-right: 8px solid #EF845C; }
  @media screen and (max-width: 859px) {
    .contact-box .sec-contact-tel {
      text-align: center; } }
  .contact-box .sec-contact-tel h2 {
    text-align: center;
    font-weight: normal;
    margin: 0; }
  .contact-box .sec-contact-tel .contact-tel {
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 860px) {
      .contact-box .sec-contact-tel .contact-tel {
        display: flex;
        justify-content: center;
        align-items: center; } }
    .contact-box .sec-contact-tel .contact-tel p {
      margin: 0; }
    @media print, screen and (min-width: 860px) {
      .contact-box .sec-contact-tel .contact-tel .time {
        margin-right: 2em; } }
    .contact-box .sec-contact-tel .contact-tel .contact-no {
      font-size: 30px;
      font-size: 3rem; }
      .contact-box .sec-contact-tel .contact-tel .contact-no a {
        color: #333;
        text-decoration: none; }
        .contact-box .sec-contact-tel .contact-tel .contact-no a:hover, .contact-box .sec-contact-tel .contact-tel .contact-no a:active, .contact-box .sec-contact-tel .contact-tel .contact-no a:focus {
          color: #333333;
          text-decoration: none; }
        .contact-box .sec-contact-tel .contact-tel .contact-no a:visited {
          color: #333333; }
.contact-box .error-text {
  /* エラー文 */
  margin: 5px 0 0 0;
  color: red; }

.contact-box-top {
  background: url(../img/icon_flower09.png) no-repeat 0% 100%/15%, url(../img/icon_tree01.png) no-repeat 100% 97%/15%; }

.contact-form {
  width: 100%;
  padding: 0;
  list-style: none; }
  .contact-form td, .contact-form th {
    padding: 15px 0; }
    @media screen and (max-width: 859px) {
      .contact-form td, .contact-form th {
        display: block; } }
  @media print, screen and (min-width: 860px) {
    .contact-form th {
      width: 30%;
      text-align: left; } }
  @media screen and (max-width: 859px) {
    .contact-form th {
      border: 0;
      text-align: left;
      padding-bottom: 0; } }

.contact-form-group::after {
  content: "";
  display: block;
  clear: both; }

.contact-form-label {
  display: block;
  text-align: left;
  margin: 0;
  padding: 10px 10px 0 10px;
  font-weight: normal;
  font-family: 'Zen Maru Gothic', serif;
  font-weight: bold; }

.contact-form-control {
  display: block;
  padding: 10px; }

.contact-form-grid {
  margin: 0 -5px; }

.contact-form-col,
.acms-entry .contact-form-col {
  margin: 0 0 10px 0;
  padding: 0 5px; }
  .contact-form-col:last-child,
  .acms-entry .contact-form-col:last-child {
    margin: 0; }

@media print, screen and (min-width: 860px) {
  .contact-form {
    display: table;
    width: 100%; }

  .contact-form-group {
    display: table-row; }

  .contact-form-label,
  .contact-form-control {
    display: table-cell; }

  .contact-form-label {
    width: 25%;
    padding: 25px 15px 15px 15px;
    vertical-align: top; }

  .contact-form-control {
    width: 75%;
    padding: 15px; }

  .contact-form-col {
    margin: 0; } }
.contact-box input[type="text"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="tel"],
.contact-box textarea {
  border: 1px solid #F7FCFD;
  border-radius: 3px;
  /*background:#fefaed;*/
  background: #fff;
  box-shadow: none;
  padding: 1em 1.5em !important; }
  .contact-box input[type="text"]:hover,
  .contact-box input[type="number"]:hover,
  .contact-box input[type="email"]:hover,
  .contact-box input[type="tel"]:hover,
  .contact-box textarea:hover {
    border: 1px solid rgba(0, 0, 0, 0.2); }

/* ステップ
------------------------------ */
.contact-box .mail-step {
  margin: 0 0 35px 0;
  padding: 0 10px;
  /* カウンターの設定 */
  counter-reset: mailStep; }
.contact-box .mail-step-item {
  float: left;
  list-style: none;
  margin: 0 10px;
  padding: 18px 0 14px;
  color: #999;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold; }
  .contact-box .mail-step-item:before {
    /* カウンターの設定 */
    counter-increment: mailStep;
    content: counter(mailStep) "."; }
.contact-box .mail-step-item-current {
  color: #333; }
@media print, screen and (min-width: 860px) {
  .contact-box .mail-step {
    height: 60px; } }

/* 送信ボタン
------------------------------ */
.form-btn-box {
  margin: 0 10px 50px 10px;
  text-align: center; }

.form-btn {
  display: inline-block; }

.form-btn-return {
  float: left; }

.form-btn-send {
  float: right; }

@media print, screen and (min-width: 860px) {
  .form-btn-return {
    float: none; }

  .form-btn-send {
    float: none;
    max-width: 360px;
    width: 100%; } }
/* ラベル
------------------------------ */
.label-required {
  margin: 0 5px;
  padding: 2px 1em;
  color: #FFF;
  font-size: 12px;
  font-size: 1.2rem;
  border-radius: 1em;
  background: #EB677B;
  line-height: 1.2;
  font-weight: normal; }

@media print, screen and (min-width: 860px) {
  .label-required {
    float: right; } }
/* フォーム要素
------------------------------ */
.contact-box select[required]:required {
  border: 1px solid #C49511; }
.contact-box select.focused:invalid {
  border: 1px solid #c41134; }
.contact-box select[required]:valid {
  border: 1px solid #A7A7AA; }
.contact-box input[required]:required,
.contact-box textarea[required]:required {
  background: #FFFDEB; }
.contact-box input.focused:invalid,
.contact-box textarea.focused:invalid {
  background: #FFEBEE; }
.contact-box input[required]:valid,
.contact-box textarea[required]:valid {
  background: #FFF; }
.contact-box input[type="text"],
.contact-box input[type="password"],
.contact-box input[type="datetime"],
.contact-box input[type="datetime-local"],
.contact-box input[type="date"],
.contact-box input[type="month"],
.contact-box input[type="time"],
.contact-box input[type="week"],
.contact-box input[type="number"],
.contact-box input[type="email"],
.contact-box input[type="url"],
.contact-box input[type="search"],
.contact-box input[type="tel"] {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 14px 5px 10px 5px; }
.contact-box textarea {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 5px 4px; }
.contact-box select {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 11px 30px 11px 10px;
  vertical-align: top; }

/* バリデーター
------------------------------ */
.valid-mark {
  display: none; }

.valid-mark.valid {
  display: inline;
  color: #5cb85c;
  float: right; }

.invalid {
  background: #ffebee !important; }

table.contact-form .cource {
  padding-left: 30px; }
table.contact-form .price {
  color: #666;
  font-size: 84%; }
table.contact-form .readonly, table.contact-form .readonly:focus {
  border: 0;
  background: #fff;
  box-shadow: none; }

.form-kiyaku {
  text-align: center;
  margin-top: 2em; }

.sec-contact-form {
  padding: 4em 0; }

article.entry {
  background: #fff;
  border-radius: 5px;
  padding: 2vw 5vw 5vw;
  border-radius: 24px; }

.acms-entry [class*=column-eximage-].nocaption, .acms-entry [class*=column-image-].nocaption, .acms-entry [class*=column-media-].nocaption, .acms-entry [class*=column-video-], .acms-entry [class*=column-yolp-], .acms-entry [class*=column-youtube-] {
  margin-top: 4em; }

.acms-entry [class*=column-eximage-], .acms-entry [class*=column-image-], .acms-entry [class*=column-media-] {
  margin-top: 4em; }

.acms-entry {
  padding: 0; }
  .acms-entry a.file {
    display: block;
    color: #EF845C;
    position: relative; }
    .acms-entry a.file::before {
      width: 14px;
      height: 14px;
      color: #fff;
      background: #EF845C;
      font-family: ionicons;
      content: "";
      margin-right: 5px;
      display: inline-block;
      font-size: 10px;
      font-size: 1rem;
      border-radius: 7px;
      text-align: center; }
  .acms-entry .list01 {
    margin-top: 1em; }
  .acms-entry .index-text {
    margin: 0.5em 0 3em;
    color: #EF845C;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-size: 1.6rem; }

.bid-1 .acms-entry .acms-grid {
  margin: 0 !important; }
  @media screen and (max-width: 1022px) {
    .bid-1 .acms-entry .acms-grid {
      padding: 0 1em; } }

header.entry-header {
  background: url("../img/dotline.png") repeat-x 0 100%;
  background-size: 9px auto;
  padding-bottom: 0.8em; }
  header.entry-header h2.h2-01 {
    margin: 1em 0; }
  header.entry-header .entry-info {
    margin-top: 0.5em;
    text-align: right; }
    header.entry-header .entry-info a {
      display: inline-block;
      padding: 0.5em 1em;
      border: 1px solid #EF845C;
      color: #EF845C;
      line-height: 1; }
      header.entry-header .entry-info a:hover {
        color: #EF845C; }
  header.entry-header a {
    color: #333;
    text-decoration: none; }
    header.entry-header a:hover, header.entry-header a:active, header.entry-header a:focus {
      color: #333333;
      text-decoration: none; }
    header.entry-header a:visited {
      color: #333333; }

.bg-pink {
  background: rgba(252, 232, 242, 0.5); }

.bg-white {
  background: #fff; }

.bg-cloud {
  background: #F9F8F6;
  background-image: url(../img/bg_cloud_top.png), url(../img/bg_cloud_bottom.png);
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom; }

@media print, screen and (min-width: 860px) {
  .box-01 {
    display: flex;
    justify-content: space-between; } }
@media screen and (max-width: 859px) {
  .box-01 {
    padding: 0 1em; } }
@media print, screen and (min-width: 860px) {
  .box-01 .photo {
    width: 48%; } }
@media print, screen and (min-width: 860px) {
  .box-01 .body {
    width: 48%; } }
@media screen and (max-width: 859px) {
  .box-01 .body {
    padding-top: 1em; } }
@media screen and (max-width: 859px) {
  .box-01 .body .description {
    margin-top: 0.5em; } }
@media screen and (max-width: 859px) {
  .box-01 .btn-wrap {
    text-align: center; } }
.box-01.-reverse {
  flex-direction: row-reverse; }

.box-02 {
  background: #F9F8F6;
  padding: 20px 0; }
  @media screen and (max-width: 859px) {
    .box-02 {
      margin-left: 1em !important;
      margin-right: 1em !important; } }

.archive {
  background: #000;
  padding: 8px;
  color: #fff;
  margin-bottom: 2em; }
  .archive a {
    color: #fff;
    text-decoration: none; }
    .archive a:hover, .archive a:active, .archive a:focus {
      color: white;
      text-decoration: none; }
    .archive a:visited {
      color: white; }
  .archive .inner {
    border: 1px solid #ddd;
    padding: 15px; }
  .archive h2 {
    text-align: center;
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-size: 1.8rem; }
    .archive h2::after {
      display: block;
      content: '';
      background: #EF845C;
      height: 2px;
      width: 40px;
      margin-left: auto;
      margin-right: auto; }

ul.archive-entry {
  margin: 1em 0 0;
  padding: 0; }
  ul.archive-entry li {
    list-style: none; }
    ul.archive-entry li:not(:last-child) {
      margin-bottom: 10px; }
  ul.archive-entry a {
    display: block; }
    ul.archive-entry a::after {
      content: "";
      display: block;
      clear: both; }
  ul.archive-entry .thumb {
    width: 70px;
    float: left;
    margin-right: 10px; }
  ul.archive-entry .body {
    overflow: hidden; }
    ul.archive-entry .body dl {
      margin: 0; }
    ul.archive-entry .body .date {
      font-size: 11px;
      font-size: 1.1rem; }
    ul.archive-entry .body .title {
      font-size: 13px;
      font-size: 1.3rem; }

.archive-year {
  margin: 1em 0 0;
  padding: 0; }
  .archive-year li {
    list-style: none; }
    .archive-year li:not(:last-child) {
      margin-bottom: 10px; }
  .archive-year a {
    display: block;
    position: relative; }
    .archive-year a::after {
      content: "";
      display: block;
      clear: both; }
    .archive-year a::after {
      font-family: ionicons;
      content: "";
      display: inline-block;
      position: absolute;
      top: calc(50% - 0.5em);
      right: 5px;
      color: #EF845C;
      line-height: 1;
      transition: all 0.3s; }
    .archive-year a:hover::after {
      transform: translate(5px, 0px); }
