@charset "UTF-8";
/*foundation
------------------------------------------------------*/
@import url(fonts.css);
/*==========================================================================
Font
============================================================================*/
.fB {
  font-weight: 700; }

.fN {
  font-weight: 300; }

.fL {
  font-weight: 100; }

.text-muted {
  font-family: "Raleway", "Noto Serif JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial"; }

.ff-base {
  font-family: "M PLUS Rounded 1c", "Work Sans", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo" !important; }

/*==========================================================================
Base color
============================================================================*/
/*Main 5 colors*/
/*other using colors*/
/*-------------Font--*/
.text-peach {
  color: #ee786e !important; }

.text-pink {
  color: #F2727D !important; }

.text-green-dark {
  color: #648C27 !important; }

.text-green-light {
  color: #B0BF78 !important; }

/*--------------BG--*/
.bg-primary {
  background-color: #B0BF78 !important; }

.bg-light {
  background-color: #F2F1F0 !important; }

.bg-green {
  background-color: #a2ccb6 !important; }

.bg-green-middle {
  background-color: #557766 !important; }

.bg-gray {
  background-color: #D3D3D3 !important; }

.bg-pink {
  background-color: #F2727D !important; }

.bg-blue {
  background-color: #93A6D9 !important; }

.bg-white-grdto-left {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), white); }
  @media (max-width: 767px) {
    .bg-white-grdto-left {
      background: rgba(255, 255, 255, 0.8); } }

.bg-white-grdto-right {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), white); }
  @media (max-width: 767px) {
    .bg-white-grdto-right {
      background: rgba(255, 255, 255, 0.8); } }

.bg-line {
  background-color: #06c755; }

.bg-line:hover {
  background-color: #05b34c; }

/*-------------border--*/
.border-pink {
  border-color: #F2727D !important; }

/*------------BTNS--*/
@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  100% {
    background-position: 100%; } }
.btn-primary {
  -webkit-appearance: none;
  background: -webkit-gradient(to right, #F2727D 0%, #fceeb5 50%, #648C27 100%);
  background: linear-gradient(to right, #F2727D 0%, #fceeb5 50%, #648C27 100%);
  background-size: 500%;
  border: none;
  border-radius: 5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .05em;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-primary:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; }

.btn-secondary {
  -webkit-appearance: none;
  background: -webkit-gradient(to right, #648C27 0%, #fceeb5 50%, #B0BF78 100%);
  background: linear-gradient(to right, #648C27 0%, #fceeb5 50%, #B0BF78 100%);
  background-size: 500%;
  border: none;
  border-radius: 5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .05em;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn-secondary:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards; }

.btn-outline-primary {
  background-color: #F2727D;
  border-color: #F2727D; }
  .btn-outline-primary:hover {
    background-color: #F2727D;
    border-color: #F2727D; }

.btn-line {
  background-color: #06c755;
  color: #fff; }
  .btn-line:hover {
    background-color: #05b34c;
    color: #fff; }

/*---------------border*/
.border-green {
  border-color: #648C27; }

/*---------Links--*/
a, .nav-link {
  color: #F2727D; }
  a:hover, .nav-link:hover {
    color: #F2727D; }

/*---------------font--*/
.text-green {
  color: #648C27; }

.text-pink {
  color: #F2727D; }

/*==========================================================================
Base bg-image
============================================================================*/
/* SIZE */
.bg-cover-fix {
  background-size: cover;
  background-attachment: fixed;
  background-position: center center; }

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover; }

/*full-size-bg*/
.bg-full {
  /* Center the content */
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* Take full size */
  height: 100vh;
  width: 100%; }

/*斜めBG
.bg-diagonal-pink {background: linear-gradient(-33deg, $pink 0%, $pink 50%, $lightPink 50%, $lightPink 100%);}
.bg-diagonal-yellow {background: linear-gradient(-33deg, $yellow 0%, $yellow 50%, $lightOrange 50%, $lightOrange 100%);}
.bg-diagonal-green {background: linear-gradient(-33deg, $green-light 0%, $green-light 50%, $green-light 50%, $green-light 100%);}
*/
/*三角にする
.articlePink:after{
  content: "";
  display: block;
background:linear-gradient(to bottom left, $lightPink 50%, transparent 50%) top left/ 50% 100% no-repeat,linear-gradient(to bottom right, $lightPink 50%, transparent 50%) top right / 50% 100% no-repeat;
  height: 100px;
}*/
/*==========================================================================
Layout
============================================================================*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

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

body {
  font-family: "M PLUS Rounded 1c", "Work Sans", "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  color: #26261B;
  background-color: #F6F4F0;
  min-height: 100%; }

main {
  padding-top: 80px;
  /* ADMIN */ }
  main.admin {
    padding: 0;
    height: 100%; }

header {
  z-index: 9999; }

.account {
  position: absolute;
  top: 0;
  right: 100px;
  background-color: #B0BF78;
  padding: 20px; }

footer {
  color: #fff;
  background: #2C2A1C; }

.heading-section .subheading {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  color: #b3b3b3;
  line-height: 1;
  z-index: 1;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px; }

h1, .heading-section h2 {
  z-index: -1;
  font-size: 60px;
  font-weight: 100; }
  @media (max-width: 576px) {
    h1, .heading-section h2 {
      font-size: 50px; } }

/*article margin*/
article {
  padding: 100px 0 100px 0; }

/*----------------------------img--*/
.img-sm {
  width: 50px;
  height: auto; }

.bgImg {
  background-size: cover;
  background-repeat: no-repeat; }

.img {
  object-fit: cover;
  object-position: center; }

/*----------------------------------------animeted----*/
.witt-animated {
  opacity: 0; }

/*----------------------------------------map----*/
iframe {
  width: 100%; }

/* -----------------------------------ADMIN */
#admin article {
  padding: 0; }
#admin article section:nth-child(even) {
  background-color: #88aa99; }
#admin article section:nth-child(odd) {
  background-color: #c4d5cc; }

/*==========================================================================
Highlight
============================================================================*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", "Noto Serif JP", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "arial"; }

/*==========================================================================
Form
============================================================================*/
.form-signin {
  max-width: 330px;
  padding: 15px; }

form label:not(.form-check-label) {
  width: 100%;
  border-left: 15px solid #B0BF78;
  border-bottom: 1px solid #B0BF78;
  padding-left: 10px;
  margin-bottom: 10px; }

/*==========================================================================
module
============================================================================*/
/*-----------------NAV--*/
.offcanvas {
  visibility: visible !important; }

/*-----------------CARD--*/
.card h5, .card p.text-muted {
  margin: 0;
  padding: 0; }

.card-header {
  background-color: #B0BF78; }

.card-title {
  border-bottom: 1px solid #648C27; }

.card-title .itemNum {
  display: block;
  width: 30px;
  height: 30px;
  background: #B0BF78;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  -ms-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  text-align: center;
  font-weight: 700; }

/*--------------Carousel--*/
.carousel-item {
  height: 32rem; }

/*==========================================================================
contain
============================================================================*/
/*-------------services--*/
.services {
  width: 100%;
  display: block;
  margin-bottom: 40px; }
  .services .icon {
    width: 100px;
    height: 100px;
    background: #B0BF78;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .services .icon img {
      width: 80%;
      height: 80%;
      padding: 20px 0 0 20px; }

.services .text {
  width: 100%; }

.services .text h3 {
  font-size: 20px;
  font-weight: 700; }

/*--------------------kuchikomi--*/
#kuchikomi .card {
  border: 2px solid #B0BF78; }

/*--------------------Price--*/
.price {
  color: #B0BF78; }

/*--------------------witt anniversary--*/
/*==========================================-
-----Carousel
=====================================================*/
.carousel-item {
  height: 35rem; }
  @media (max-width: 576px) {
    .carousel-item {
      height: 40rem; } }
  .carousel-item img {
    width: 100%; }
    @media (max-width: 576px) {
      .carousel-item img {
        width: auto;
        height: 100%; } }

/*==========================================================================
DropDown menu
====================================================================*/
/* #Cursor
================================================== */
/* #Primary style
================================================== */
.over-hide {
  overflow: hidden; }

.full-height {
  height: 100vh; }

.section {
  position: relative;
  width: 100%; }

/* #Navigation
================================================== */
.cd-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

.header-wrapper {
  position: relative;
  width: calc(100% - 100px);
  margin-left: 50px; }
  @media (max-width: 576px) {
    .header-wrapper {
      width: calc(100% - 50px); } }

.logo-wrap {
  position: absolute;
  display: block;
  left: 0;
  top: 15px;
  cursor: pointer; }
  .logo-wrap a {
    cursor: pointer; }
    .logo-wrap a span {
      color: #8167a9; }
    .logo-wrap a:hover {
      opacity: 0.9; }

.nav-but-wrap {
  position: relative;
  display: inline-block;
  float: right;
  padding-right: 15px;
  padding-top: 15px;
  margin-top: 20px;
  transition: all 0.3s ease-out; }

.menu-icon {
  height: 30px;
  width: 30px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: block; }
  .menu-icon__line {
    height: 2px;
    width: 30px;
    display: block;
    background-color: #648C27;
    margin-bottom: 7px;
    cursor: pointer;
    -webkit-transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
    transition: background-color 0.5s ease, -webkit-transform 0.2s ease;
    transition: transform 0.2s ease, background-color 0.5s ease;
    transition: transform 0.2s ease, background-color 0.5s ease, -webkit-transform 0.2s ease; }
    .menu-icon__line-left {
      width: 16.5px;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
    .menu-icon__line-right {
      width: 16.5px;
      float: right;
      -webkit-transition: all 200ms linear;
      -moz-transition: all 200ms linear;
      -o-transition: all 200ms linear;
      -ms-transition: all 200ms linear;
      transition: all 200ms linear; }
  .menu-icon:hover .menu-icon__line-left, .menu-icon:hover .menu-icon__line-right {
    width: 30px; }

.nav {
  position: fixed;
  z-index: 98; }
  .nav:before, .nav:after {
    content: "";
    position: fixed;
    top: 20px;
    right: 50px;
    width: 0;
    height: 0;
    background-color: rgba(20, 21, 26, 0.6);
    border-bottom-right-radius: 200%;
    z-index: -1;
    transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s; }
    @media (max-width: 576px) {
      .nav:before, .nav:after {
        right: 10px; } }
  .nav:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s; }
  .nav:after {
    background-color: #09090c;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat.svg");
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3); }
  .nav__content {
    position: fixed;
    visibility: hidden;
    top: 90px;
    right: 50px;
    width: 280px;
    text-align: left; }
    @media (max-width: 576px) {
      .nav__content {
        right: 10px; } }
  .nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2; }
  .nav__list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
    text-align: left;
    color: #fff;
    overflow: hidden;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    -webkit-transform: translate(30px, 0%);
    transform: translate(30px, 0%);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    margin-top: 7px;
    margin-bottom: 7px; }
    .nav__list-item a {
      position: relative;
      text-decoration: none;
      color: rgba(255, 255, 255, 0.6);
      overflow: hidden;
      cursor: pointer;
      font-weight: 600;
      z-index: 2;
      padding-left: 20px;
      padding-top: 5px;
      padding-bottom: 5px;
      display: inline-block;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear; }
      .nav__list-item a:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 5px;
        height: 0;
        opacity: 0;
        background-color: #8167a9;
        z-index: 1;
        -webkit-transition: all 200ms linear;
        transition: all 200ms linear; }
      .nav__list-item a:hover {
        color: white; }
        .nav__list-item a:hover:after {
          height: 100%;
          opacity: 1;
          top: 0; }
    .nav__list-item .active-nav a {
      color: white; }
      .nav__list-item .active-nav a:after {
        height: 100%;
        opacity: 1;
        top: 0; }

body.nav-active .nav__content {
  visibility: visible; }
body.nav-active .menu-icon__line {
  background-color: #B0BF78;
  transform: translate(0px, 0px) rotate(-45deg);
  -webkit-transform: translate(0px, 0px) rotate(-45deg); }
body.nav-active .menu-icon__line-left {
  width: 15px;
  transform: translate(2px, 4px) rotate(45deg);
  -webkit-transform: translate(2px, 4px) rotate(45deg); }
body.nav-active .menu-icon__line-right {
  width: 15px;
  float: right;
  transform: translate(-3px, -3.5px) rotate(45deg);
  -webkit-transform: translate(-3px, -3.5px) rotate(45deg); }
body.nav-active .menu-icon:hover .menu-icon__line-left,
body.nav-active .menu-icon:hover .menu-icon__line-right {
  width: 15px; }
body.nav-active .nav {
  visibility: visible; }
  body.nav-active .nav:before, body.nav-active .nav:after {
    width: 300px;
    height: 100vh;
    border-radius: 15px; }
  body.nav-active .nav:after {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s; }
  body.nav-active .nav:before {
    transition-delay: 0s;
    -webkit-transition-delay: 0s; }
  body.nav-active .nav .nav__list-item {
    opacity: 1;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transition: opacity .3s ease, color .3s ease, transform .3s ease;
    -webkit-transition: opacity .3s ease, color .3s ease, transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    -webkit-transition: opacity .3s ease, transform .3s ease, color .3s ease; }
    body.nav-active .nav .nav__list-item:nth-child(0) {
      transition-delay: 0.7s;
      -webkit-transition-delay: 0.7s; }
    body.nav-active .nav .nav__list-item:nth-child(1) {
      transition-delay: 0.8s;
      -webkit-transition-delay: 0.8s; }
    body.nav-active .nav .nav__list-item:nth-child(2) {
      transition-delay: 0.9s;
      -webkit-transition-delay: 0.9s; }
    body.nav-active .nav .nav__list-item:nth-child(3) {
      transition-delay: 1s;
      -webkit-transition-delay: 1s; }
    body.nav-active .nav .nav__list-item:nth-child(4) {
      transition-delay: 1.1s;
      -webkit-transition-delay: 1.1s; }
    body.nav-active .nav .nav__list-item:nth-child(5) {
      transition-delay: 1.2s;
      -webkit-transition-delay: 1.2s; }
    body.nav-active .nav .nav__list-item:nth-child(6) {
      transition-delay: 1.3s;
      -webkit-transition-delay: 1.3s; }
    body.nav-active .nav .nav__list-item:nth-child(7) {
      transition-delay: 1.4s;
      -webkit-transition-delay: 1.4s; }
    body.nav-active .nav .nav__list-item:nth-child(8) {
      transition-delay: 1.5s;
      -webkit-transition-delay: 1.5s; }
    body.nav-active .nav .nav__list-item:nth-child(9) {
      transition-delay: 1.6s;
      -webkit-transition-delay: 1.6s; }
    body.nav-active .nav .nav__list-item:nth-child(10) {
      transition-delay: 1.7s;
      -webkit-transition-delay: 1.7s; }

/*==========================================================================
Aside : Sidebar
============================================================================*/
.feather {
  width: 16px;
  height: 16px; }

/* ---------------Sidebar----- */
.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 80px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1); }
  @media (max-width: 767.98px) {
    .sidebar {
      top: 2rem; } }

.sidebar-sticky {
  height: calc(100vh - 88px);
  overflow-x: hidden;
  overflow-y: auto;
  /* Scrollable contents if viewport is shorter than content. */ }
  .sidebar-sticky .nav {
    padding: 20px 0;
    position: relative; }
    .sidebar-sticky .nav li {
      border-bottom: 1px solid #B0BF78; }
      .sidebar-sticky .nav li i {
        font-size: 1.2em; }
    .sidebar-sticky .nav li.layer2 {
      margin-left: 10px;
      border-left: 1px solid #B0BF78;
      font-size: .9em; }
    .sidebar-sticky .nav a {
      text-decoration: none;
      display: block;
      color: #648C27; }
      .sidebar-sticky .nav a:hover {
        background-color: #fff; }

.sidebar .nav-link {
  font-weight: 500; }
  .sidebar .nav-link .feather {
    margin-right: 4px; }
  .sidebar .nav-link:hover .feather, .sidebar .nav-link.active .feather {
    color: inherit; }
.sidebar .sidebar-heading {
  font-size: .75rem; }

/*---------Navbar---------- */
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.25); }

.navbar-nav .nav-item {
  padding-right: 20px; }
  @media (max-width: 767.98px) {
    .navbar-nav .nav-item {
      padding-right: 80px; } }

.navbar .navbar-toggler {
  top: 20px;
  right: 1rem; }

.navbar .form-control {
  padding: .75rem 1rem; }

/*==========================================================================
Animation
============================================================================*/
/*bg-animation*/
.bg-pan-bottom {
  -webkit-animation: bg-pan-bottom 8s both;
  animation: bg-pan-bottom 8s both; }

@-webkit-keyframes bg-pan-bottom {
  0% {
    background-position: 50% 0;
    background-color: #B0BF78; }
  100% {
    background-position: 50% 100%;
    background-color: #F2727D; } }
@keyframes bg-pan-bottom {
  0% {
    background-position: 50% 0;
    background-color: #B0BF78; }
  100% {
    background-position: 50% 100%;
    background-color: #F2727D; } }
/*contents animation*/
.witt-fadein-up {
  animation: fadein-up 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@keyframes fadein-up {
  0% {
    transform: translateY(50px);
    opacity: 0; }
  100% {
    transform: translateY(0);
    opacity: 1; } }
/*text animation*/
.witt-txt-animated {
  animation: witt-txt-animated 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both; }

@keyframes witt-txt-animated {
  0% {
    letter-spacing: 1em;
    opacity: 0; }
  40% {
    opacity: .6; }
  100% {
    letter-spacing: normal;
    opacity: 1; } }
