@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* 枠 */
/* flexbox */
/* フォント */
/* アイキャッチアイコンセット */
/* ボタン */
/* サイズ */
/* 文字サイズ */
/* 色 */
/* 背景色 */
/* 中央揃え */
/* object */
/* ホバーアクション */
/* 基本設定
---------------------------------------------------------------------------*/
/* reboot */
/*!
 * Bootstrap Reboot v4.1.3 (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)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 625%; }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: .16rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

p {
  margin: 0;
  padding: 0; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin: 0;
  padding: 0;
  list-style-type: none; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
  padding: 0; }

dt {
  font-weight: 400;
  margin: 0;
  padding: 0; }

dd {
  margin: 0;
  padding: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: .6; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
 /* margin-bottom: 0.5rem; */}

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* chromeで表示される謎の青枠を消す */
*:focus {
  outline: none; }

/* 電話番号のリンク */
@media (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
  transition-property: all;
  transition: 0.3s linear;
  color: inherit; }

/* 共通設定
---------------------------------------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media screen and (max-width: 768px) {
  #wrap {
    margin-top: 0; } }

/* iOSでのデフォルトスタイルをリセット
---------------------------------------------------------------------------*/
/*
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }
*/

/* ------------------------------------------------------------------------*/
/* レイアウト
---------------------------------------------------------------------------*/
body {
  font-family: "Hannari", serif;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.5; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 14px; } }

#wrap {
  overflow: hidden; }

*:focus {
  outline: none; }

/* 枠 */
.cmn-wrap {
  max-width: 1600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1600px) {
    .cmn-wrap {
      max-width: 100%;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
      padding-left: 2.5vw;
      padding-right: 2.5vw; } }
  .cmn-wrap.nopd {
    max-width: 1600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px; }
    @media screen and (max-width: 1600px) {
      .cmn-wrap.nopd {
        max-width: 100%;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0; } }

/* 大タイトル */
.cmn-ttlbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media screen and (max-width: 480px) {
    .cmn-ttlbox {
      display: inline-block;
      margin-left: auto;
      margin-right: auto; } }
  .cmn-ttlbox.al-cnt {
    display: inline-block;
    margin-left: auto;
    margin-right: auto; }

.cmn-ttl {
  position: relative;
  font-size: 48px;
  letter-spacing: .06em;
  font-weight: 600; }
  @media screen and (max-width: 480px) {
    .cmn-ttl {
      font-size: 8vw; } }

.cmn-ttlicn {
  position: absolute;
  width: 230px;
  height: 125px;
  top: -55px;
  left: -100px; }
  @media screen and (max-width: 480px) {
    .cmn-ttlicn {
      width: 32vw;
      height: 17.3333333333vw;
      left: -16vw;
      top: -6.6666666667vw; } }
  .cmn-ttlicn-clrw {
    color: #ffffff; }

.cmn-catch {
  font-size: 16px;
  letter-spacing: .06em; }
  @media screen and (max-width: 480px) {
    .cmn-catch {
      font-size: 3.2vw; } }

.cmn-hdl {
  font-size: 30px;
  letter-spacing: .02em;
  font-weight: 600;
  line-height: calc(40 / 30); }
  @media screen and (max-width: 480px) {
    .cmn-hdl {
      font-size: 5.6vw;
      letter-spacing: 0; } }

.cmn-catch + .cmn-hdl {
  margin-top: 40px; }
  @media screen and (max-width: 480px) {
    .cmn-catch + .cmn-hdl {
      margin-top: 6.6666666667vw; } }

.cmn-lead {
  font-size: 14px;
  line-height: calc(26 / 14); }
  @media screen and (max-width: 480px) {
    .cmn-lead {
      font-size: 3.2vw; } }
  .cmn-lead-attr {
    font-size: 8px;
    vertical-align: super; }
  .cmn-lead-min {
    font-size: 12px; }

.cmn-hdl + .cmn-lead {
  margin-top: 35px; }
  @media screen and (max-width: 480px) {
    .cmn-hdl + .cmn-lead {
      margin-top: 5.3333333333vw; } }

.cmn-catch + .cmn-lead {
  margin-top: 40px; }
  @media screen and (max-width: 480px) {
    .cmn-catch + .cmn-lead {
      margin-top: 6.6666666667vw; } }

.cmn-attr {
  font-size: 12px;
  line-height: calc(18 / 12); }
  @media screen and (max-width: 480px) {
    .cmn-attr {
      font-size: 2.4vw; } }

.cmn-lead + .cmn-attr {
  margin-top: 20px; }
  @media screen and (max-width: 480px) {
    .cmn-lead + .cmn-attr {
      margin-top: 4vw; } }

/* リード */
/* 画像 */
img {
  max-width: 100%;
  height: auto; }
  @media screen and (max-width: 480px) {
    img {
      width: 100%;
      height: auto; } }

/* ボタン */
.cmn-btn {
  color: #ffffff;
  width: 310px; }
  @media screen and (max-width: 480px) {
    .cmn-btn {
      width: 59.3333333333vw; } }
  .cmn-btn a,
  .cmn-btn input[type=submit] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 60px;
    border: 1px solid #ec6d65;
    background-color: #ec6d65;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff; }
    @media screen and (max-width: 480px) {
      .cmn-btn a,
      .cmn-btn input[type=submit] {
        width: 100%;
        height: 12vw;
        font-size: 3.2vw;
        margin-left: auto;
        margin-right: auto; } }
    .cmn-btn a:hover,
    .cmn-btn input[type=submit]:hover {
      background-color: #ffffff;
      color: #ec6d65;
      border: 1px solid #ec6d65;
      opacity: 1; }
  .cmn-btn + .cmn-btn {
    margin-top: 20px; }
    @media screen and (max-width: 480px) {
      .cmn-btn + .cmn-btn {
        margin-top: 2.6666666667vw; } }
  .cmn-btn.al-cnt {
    margin-left: auto;
    margin-right: auto; }

.cmn-lead + .cmn-btn,
.cmn-attr + .cmn-btn {
  margin-top: 30px; }
  @media screen and (max-width: 480px) {
    .cmn-lead + .cmn-btn,
    .cmn-attr + .cmn-btn {
      margin-top: 5.3333333333vw; } }

/* 背景 */
.bg-thin {
  background-color: #fadcda; }
.bg-slush {
  background-image: url(../img/mori/bg-slush.png); }

/* 文字 */
.al-cnt {
  text-align: center; }
.al-lft {
  text-align: left; }
.al-rit {
  text-align: right; }

.pt-70 {
  padding-top: 70px; }
  @media screen and (max-width: 480px) {
    .pt-70 {
      padding-top: 9.3333333333vw; } }
.pt-150 {
  padding-top: 150px; }
  @media screen and (max-width: 480px) {
    .pt-150 {
      padding-top: 16vw; } }

.pb-100 {
  padding-bottom: 100px; }
  @media screen and (max-width: 480px) {
    .pb-100 {
      padding-bottom: 13.3333333333vw; } }

.mt-35 {
  margin-top: 35px; }
  @media screen and (max-width: 480px) {
    .mt-35 {
      margin-top: 5.3333333333vw; } }

.mb-10 {
  margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .mb-10 {
      margin-bottom: 2.9333333333vw; } }
.mb-15 {
  margin-bottom: 15px; }
  @media screen and (max-width: 480px) {
    .mb-15 {
      margin-bottom: 3.7333333333vw; } }

.mb-30 {
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    .mb-30 {
      margin-bottom: 0vw; } }


.fts-12 {
  font-size: 12px; }
  @media screen and (max-width: 480px) {
    .fts-12 {
      font-size: 2.6666666667vw; } }
.fts-14 {
  font-size: 14px;
  line-height: calc(21 / 14); }
  @media screen and (max-width: 480px) {
    .fts-14 {
      font-size: 2.6666666667vw; } }
.fts-16 {
  font-size: 16px;
  line-height: calc(23 / 16); }
  @media screen and (max-width: 480px) {
    .fts-16 {
      font-size: 3vw; } }
.fts-18 {
  font-size: 16px;
  line-height: calc(23 / 16); }
  @media screen and (max-width: 480px) {
    .fts-18 {
      font-size: 3.2vw; } }
.fts-b {
  font-weight: 600; }

.clr {
  color: #ec6d65; }

/* レスポンシブ */
.view-sp {
  display: none; }
  @media screen and (max-width: 480px) {
    .view-sp {
      display: block; } }

.view-pc {
  display: block; }
  @media screen and (max-width: 480px) {
    .view-pc {
      display: none; } }

/* 枠 */
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .cols {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .cols-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

/* アニメーションセット
---------------------------------------------------------------------------*/
.fadein {
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease; }
  .fadein.left {
    transform: translateX(-40px); }
  .fadein.right {
    transform: translateX(40px); }
  .fadein.bottom {
    transform: translateY(40px); }
  .fadein.is-anime {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) translateY(0); }

/* ヘッダー
---------------------------------------------------------------------------*/
.hd {
  width: 100%;
  height: 50px;
  background-color: rgb(255, 214, 207);
  z-index: 10000; }
  @media screen and (max-width: 768px) {
    .hd {
      height: 16vw; } }
  .hd .cmn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px; }
    @media screen and (max-width: 768px) {
      .hd .cmn-wrap {
        height: 16vw; } }
  .hd-logo {
    width: 368px;
    padding: 25px 0; }
    @media screen and (max-width: 1600px) {
      .hd-logo {
        width: 23vw; } }
    @media screen and (max-width: 480px) {
      .hd-logo {
        width: 40vw; } }
  .hd-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1170px; }
    @media screen and (max-width: 1600px) {
      .hd-right {
        width: 73.125vw; } }
    @media screen and (max-width: 768px) {
      .hd-right {
        display: none;
        position: absolute;
        left: 0;
        top: 16vw;
        width: 100%;
        background-color: #d7effa;
        z-index: 9000; } }

.glnv {
  width: 100%;
  height: 50px; }
  .glnv.sp {
    display: none; }
    @media screen and (max-width: 768px) {
      .glnv.sp {
        display: none;
        border-bottom: 1px solid #ccc; } }
  @media screen and (max-width: 768px) {
    .glnv {
      width: 100%;
      height: auto;
      background-color: #ffffff;
      top: 16vw;
      left: 0;
      z-index: 9999;
      margin-top: 0; }
      .glnv a:hover {
        opacity: 1; } }
  .glnv > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .glnv > ul {
        display: block; } }
    .glnv > ul .glnv-parent {
      position: relative;
      width: calc(100% / 6);
      border-right: 1px solid #D1D1D1; }
      @media screen and (max-width: 768px) {
        .glnv > ul .glnv-parent {
          width: 100%; } }
      .glnv > ul .glnv-parent > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px; }
        @media screen and (max-width: 768px) {
          .glnv > ul .glnv-parent > a {
            position: relative;
            height: 10vw;
            padding: 3vw; }
            .glnv > ul .glnv-parent > a:hover {
              opacity: 1; }
            .glnv > ul .glnv-parent > a::after {
              position: absolute;
              content: "";
              width: 1.6vw;
              height: 1.6vw;
              border-top: 1px solid #2d2d2d;
              border-right: 1px solid #2d2d2d;
              top: 50%;
              right: 3vw;
              transform: translateY(-50%) rotate(45deg); } }
      .glnv > ul .glnv-parent.arw > a::after {
        transform: translateY(-50%) rotate(135deg);
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease; }
      .glnv > ul .glnv-parent.arw.active > a::after {
        transform: translateY(-50%) rotate(-45deg);
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease; }
      @media screen and (max-width: 768px) {
        .glnv > ul .glnv-parent + li {
          border-top: 1px solid #ccc; } }
      .glnv > ul .glnv-parent.sp {
        display: none; }
        @media screen and (max-width: 768px) {
          .glnv > ul .glnv-parent.sp {
            display: block; } }
  .glnv-icn {
    position: relative;
    width: 100%;
    height: 31px;
    margin-bottom: 6px; }
    @media screen and (max-width: 768px) {
      .glnv-icn {
        display: none; } }
    .glnv-icn > div {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: ease; }
    .glnv-icn-actv {
      opacity: 0; }
  .glnv-name {
    font-size: 17px;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease; }
    @media screen and (max-width: 1600px) {
      .glnv-name {
        font-size: 1.1125vw; } }
    @media screen and (max-width: 768px) {
      .glnv-name {
        font-size: 4vw; }
        .glnv-name .view-pc {
          display: none; }
        .glnv-name .view-sp {
          display: block; } }
  .glnv-arw {
    width: 9px;
    height: 9px;
    border-bottom: 2px solid #2d2d2d;
    border-right: 2px solid #2d2d2d;
    transform: rotate(45deg);
    margin-left: 11px;
    margin-top:-3px; }
    @media screen and (max-width: 768px) {
      .glnv-arw {
        display: none; } }
  .glnv-children {
    display: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    width: 100%;
    z-index: 90000;
    font-size: 17px; }
    @media screen and (max-width: 1600px) {
      .glnv-children {
        font-size: 1.0875vw; } }
    @media screen and (max-width: 768px) {
      .glnv-children {
        position: relative;
        left: 0;
        transform: translateX(0);
        width: 100%;
        font-size: 4vw;
        padding-top: 0; } }
    .glnv-children ul {
      position: relative;
  background-color: rgb(254, 231, 233,0.8); }
      @media screen and (max-width: 768px) {
        .glnv-children ul {
          padding: 0 0;
          color: #2d2d2d;
          background-color: #f1f1f1; } }
    .glnv-children li + li {
      border-top: 1px solid #ffffff; }
      @media screen and (max-width: 768px) {
        .glnv-children li + li {
          margin-top: 0;
          border-top: 1px solid #ccc; } }
    .glnv-children a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      width: 100%;
      height: 45px; }
      @media screen and (max-width: 768px) {
        .glnv-children a {
          padding: 2.6666666667vw 0;
          padding-left: 1em;
          padding-right: 0;
          height: auto; } }
    .glnv .glnv-morinouta {
      background-color: #fae6c3; }
    .glnv .glnv-midorinouta {
      background-color: #D2FDE0; }
    .glnv .glnv-sakuranouta {
      background-color: #FBEBF9; } 
    .glnv .glnv-tenshinouta {
      background-color: #d5f5ff; } 
    .glnv .glnv-wakabanouta {
    background-color: #f9fad7; }
    .glnv .glnv-kotorinouta {
      background-color: #ECE4FF; }
    .glnv .glnv-tsubominouta {
    background-color: #FFD6CF; }
      
.spmn {
  display: none; }
  @media screen and (max-width: 768px) {
    .spmn {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 16vw;
      height: 16vw;
      right: 0;
      top: 0; }
      .spmn .btn-trigger {
        position: relative;
        width: 5.3333333333vw;
        height: 4vw;
        cursor: pointer; }
      .spmn .btn-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 0.5333333333vw;
        background-color: #2d2d2d;
        border-radius: 0.2666666667vw; }
      .spmn .btn-trigger, .spmn .btn-trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box; }
      .spmn .btn-trigger span:nth-of-type(1) {
        top: 0; }
      .spmn .btn-trigger span:nth-of-type(2) {
        top: 1.8vw; }
      .spmn .btn-trigger span:nth-of-type(3) {
        bottom: 0; }
      .spmn #spbtn.active span:nth-of-type(1) {
        transform: translateY(1.8vw) rotate(-45deg); }
      .spmn #spbtn.active span:nth-of-type(2) {
        left: 50%;
        opacity: 0;
        -webkit-animation: active-btn05-bar02 .8s forwards;
        animation: active-btn05-bar02 .8s forwards; }
      .spmn #spbtn.active span:nth-of-type(3) {
        transform: translateY(-1.8vw) rotate(45deg); } }

@-webkit-keyframes active-btn05-bar02 {
  100% {
    height: 0; } }
@keyframes active-btn05-bar02 {
  100% {
    height: 0; } }
/* main
---------------------------------------------------------------------------*/
/* footer
---------------------------------------------------------------------------*/
.ft {
  padding: 35px 0;
  background-color: #FFD6CF; }
  .ft .pagetop {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 80px;
    height: 80px;
    z-index: 1000; }
    @media screen and (max-width: 1600px) {
      .ft .pagetop {
        width: 5vw;
        height: 5vw; } }
    @media screen and (max-width: 480px) {
      .ft .pagetop {
        width: 15vw;
        height: 15vw;
        right: 5vw;
        bottom: 5vw; } }
  .ft-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 480px) {
      .ft-wrap {
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .ft-logo {
    margin-bottom: 15px; 
    margin-left:2px;}
    @media screen and (max-width: 1600px) {
      .ft-logo {
        width: 21.125vw; } }
    @media screen and (max-width: 480px) {
      .ft-logo {
        width: 70%;
        margin-bottom: 3vw;
        /* padding-left: 9vw; */
        margin-left: auto;
        margin-right: auto;
        margin-top:30px;} }
  .ft-addr {
    font-size: 15px;
    letter-spacing: .06em;
    line-height: 2.1; }
    @media screen and (max-width: 1600px) {
      .ft-addr {
        font-size: 0.9375vw; 
        margin-left: 20px; } }
    @media screen and (max-width: 480px) {
      .ft-addr {
        font-size: 4vw;
        text-align: center; 
        margin-left:0;} }
  .ft-lnks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 23px;
    letter-spacing: .06em;
    line-height: 2.1; }
    @media screen and (max-width: 1600px) {
      .ft-lnks {
        font-size: 1.4375vw; } }
    @media screen and (max-width: 480px) {
      .ft-lnks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 4vw;
        margin-bottom: 8vw; } }

.copy {
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  font-size: 15px; }
  @media screen and (max-width: 1600px) {
    .copy {
      font-size: 0.9375vw; } }
  @media screen and (max-width: 480px) {
    .copy {
      position: relative;
      bottom: auto;
      font-size: 3.2vw;
      padding: 4vw 0 20vw; } }

@media screen and (max-width: 480px) {
  .ft-nav > .view-pc.cols {
    display: none; } }

/* SP固定フッター
---------------------------------------------------------------------------*/
.spft-wrap {
  display: none; }
  @media screen and (max-width: 480px) {
    .spft-wrap {
      display: block;
      position: fixed;
      left: 0;
      width: 100%;
      top: 16vw;
      z-index: 1000;
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: ease; }
      .spft-wrap.hide {
        transform: translateY(-250%);
        transition-property: all;
        transition-duration: 0.3s;
        transition-timing-function: ease; } }

.spft {
  display: none; }
  @media screen and (max-width: 480px) {
    .spft {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #ffffff; }
      .spft a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 50%;
        height: 16vw;
        /*height: px2vw(95, 750);*/
        background-color: #ec6d65;
        font-weight: 500; }
        .spft a:hover {
          opacity: 1; }
        .spft a:nth-of-type(1) {
          background-color: #ffffff;
          border: 1px solid #ec6d65;
          color: #2d2d2d; }
      .spft .hd-telbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .spft .hd-telbox-icn {
          width: 6.9333333333vw;
          margin-right: 1.3333333333vw; }
        .spft .hd-telbox-name {
          font-size: 4vw; }
      .spft a:nth-of-type(2) .hd-telbox-icn {
        width: 6.9333333333vw;
        margin-right: 2.6666666667vw; }
      .spft a:nth-of-type(2) .hd-telbox-icn img {
        width: 6.9333333333vw;
        height: auto; }
      .spft a:nth-of-type(1) .hd-telbox-icn {
        width: 4vw;
        margin-right: 1.3333333333vw;
        margin-left: 2vw; }
      .spft a:nth-of-type(1) .hd-telbox-icn img {
        width: 4vw;
        height: auto; } }

/* top
---------------------------------------------------------------------------*/
/* mv */
.topmv {
  margin-bottom: 50px; }
  @media screen and (max-width: 480px) {
    .topmv {
      margin-bottom: 6.5104166667vw; } }
  .topmv-img img {
    width: 100%;
    height: 847px;
    object-fit: cover;
    object-position: center;
    font-family: "object-fit: cover; object-position: center;"; }
    @media screen and (max-width: 1600px) {
      .topmv-img img {
        height: 52.9375vw; } }
    @media screen and (max-width: 768px) {
      .topmv-img img {
        height: 55vw; } }
  .topmv-sl {
    position: relative; }
  .topmv .slick-arrow {
    position: absolute;
    z-index: 100;
    font-size: 0px;
    width: 40px;
    height: 50px;
    border: none;
    background-color: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    outline: none; }
    .topmv .slick-arrow::after {
      content: "";
      position: absolute;
      left: 40%;
      top: 55%;
      width: 8px;
      height: 8px;
      border-top: 1px solid #5f5f5f;
      border-right: 1px solid #5f5f5f; }
    .topmv .slick-arrow.slick-prev {
      left: 0; }
      .topmv .slick-arrow.slick-prev::after {
        transform: translateY(-50%) translateY(-50%) rotate(-135deg); }
    .topmv .slick-arrow.slick-next {
      right: 0; }
      .topmv .slick-arrow.slick-next::after {
        transform: translateY(-50%) translateY(-50%) rotate(45deg); }
  .topmv .slick-dots {
    position: absolute;
    width: 100%;
    bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 0px; }
    .topmv .slick-dots li {
      margin: 0 4px; }
      .topmv .slick-dots li.slick-active button {
        background-color: #5f5f5f; }
    .topmv .slick-dots button {
      width: 10px;
      height: 10px;
      padding: 0;
      border: none;
      background-color: #bab9b9;
      border-radius: 50%;
      outline: none; }

/* topcnts */
.topcnts {
  background-image: url(../img/mori/topcnts-bg.png);
  background-size: 1600px auto;
  padding: 100px 0 40px; }
  @media screen and (max-width: 480px) {
    .topcnts {
      padding-top: 20vw; } }
  .topcnts-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .topcnts-lst > li {
      position: relative;
      width: calc(730 / 1520 * 100%); }
      @media screen and (max-width: 480px) {
        .topcnts-lst > li {
          width: 100%; } }
      .topcnts-lst > li > a {
        display: block; }
      .topcnts-lst > li:nth-of-type(n + 3) {
        margin-top: 100px; }
        @media screen and (max-width: 480px) {
          .topcnts-lst > li:nth-of-type(n + 3) {
            margin-top: 15vw; } }
      @media screen and (max-width: 480px) {
        .topcnts-lst > li:nth-of-type(n + 2) {
          margin-top: 15vw; } }
  .topcnts-ttlbox {
    position: absolute;
    top: -63px;
    left: 2px;
    width: 361px;
    height: 113px; }
    @media screen and (max-width: 1600px) {
      .topcnts-ttlbox {
        left: 0.125vw;
        width: 22.5625vw;
        height: 7.0625vw; } }
    @media screen and (max-width: 480px) {
      .topcnts-ttlbox {
        top: -10vw;
        width: 50vw;
        height: 16vw; } }
    @media screen and (max-width: 1600px) {
      .topcnts-ttlbox-bg img {
        width: 22.5625vw;
        height: auto; } }
    @media screen and (max-width: 480px) {
      .topcnts-ttlbox-bg img {
        width: 50vw; } }

.topcnts-info .topcnts-ttlbox {
  position: absolute;
  top: -63px;
  left: 2px;
  width: 360px;
  height: 113px; }
  @media screen and (max-width: 1600px) {
    .topcnts-info .topcnts-ttlbox {
      left: 0.125vw;
      width: 22.5vw;
      height: 7.0625vw; } }
  @media screen and (max-width: 480px) {
    .topcnts-info .topcnts-ttlbox {
      width: 50vw;
      height: 18vw;
      top: -10vw; } }
.topcnts-info-lst {
  font-family: "HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO","ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro";
  height: 100%;
  background-color: #EBFCFF;
  border-radius: 30px;
  padding: 90px 75px 0 62px; }
  @media screen and (max-width: 1600px) {
    .topcnts-info-lst {
      padding: 5.625vw 4.6875vw 0 3.875vw;
      border-radius: 1.875vw; } }
  @media screen and (max-width: 480px) {
    .topcnts-info-lst {
      padding: 10vw 5vw 8vw; } }
  .topcnts-info-lst li {
    font-size: 23px; }
    @media screen and (max-width: 1600px) {
      .topcnts-info-lst li {
        font-size: 1.4375vw; } }
    @media screen and (max-width: 480px) {
      .topcnts-info-lst li {
        font-size: 4vw; } }
  .topcnts-info-lst li:nth-of-type(1),
  .topcnts-info-lst li:nth-of-type(2),
  .topcnts-info-lst li:nth-of-type(3) {
    border-bottom: 2px solid #2d2d2d;
    padding-left: 20px;
    padding-bottom: 10px; }
    @media screen and (max-width: 1600px) {
      .topcnts-info-lst li:nth-of-type(1),
      .topcnts-info-lst li:nth-of-type(2),
      .topcnts-info-lst li:nth-of-type(3) {
        border-bottom: 0.125vw solid #2d2d2d;
        padding-left: 1.25vw;
        padding-bottom: 0.625vw; } }
    @media screen and (max-width: 480px) {
      .topcnts-info-lst li:nth-of-type(1),
      .topcnts-info-lst li:nth-of-type(2),
      .topcnts-info-lst li:nth-of-type(3) {
        padding-bottom: 3vw; } }
    .topcnts-info-lst li:nth-of-type(1) a,
    .topcnts-info-lst li:nth-of-type(2) a,
    .topcnts-info-lst li:nth-of-type(3) a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .topcnts-info-lst li:nth-of-type(2),
  .topcnts-info-lst li:nth-of-type(3) {
    margin-top: 60px; }
    @media screen and (max-width: 1600px) {
      .topcnts-info-lst li:nth-of-type(2),
      .topcnts-info-lst li:nth-of-type(3) {
        margin-top: 3.125vw; } }
    @media screen and (max-width: 480px) {
      .topcnts-info-lst li:nth-of-type(2),
      .topcnts-info-lst li:nth-of-type(3) {
        margin-top: 5vw; } }
  .topcnts-info-lst-date {
    transform: scale(0.85, 1);
    transform-origin: center left; }
  .topcnts-info-lst-desc {
    width: 424px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media screen and (max-width: 1600px) {
      .topcnts-info-lst-desc {
        width: 26.5vw; } }
    @media screen and (max-width: 480px) {
      .topcnts-info-lst-desc {
        width: 71%; } }
  .topcnts-info-lst-more {
    font-family: "Hannari";
    margin-top: 35px;
    text-align: right;
    font-size: 24px; }
    @media screen and (max-width: 1600px) {
      .topcnts-info-lst-more {
        margin-top: 2.1875vw;
        font-size: 1.5vw; } }
    @media screen and (max-width: 480px) {
      .topcnts-info-lst-more {
        margin-top: 5vw; } }

/* bana */
.bana {
  padding: 86px 0 109px; }
  @media screen and (max-width: 480px) {
    .bana {
      padding: 10vw 0; } }
  .bana-lst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media screen and (max-width: 480px) {
      .bana-lst {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom:30px;} }
  .bana li {
    width: 250px; }
    @media screen and (max-width: 1600px) {
      .bana li {
        width: 15.625vw; } }
    @media screen and (max-width: 480px) {
      .bana li {
        width: 100%; } }
  .bana li + li {
    margin-left: 143px; }
    @media screen and (max-width: 1600px) {
      .bana li + li {
        margin-left: 8.9375vw; } }
    @media screen and (max-width: 480px) {
      .bana li + li {
        margin-left: 0;
        margin-top: 8vw; } }
