@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Serif+JP&family=Zen+Old+Mincho&display=swap");
/* @import "_vars.scss"; */
/* font */
/* width */
/* color */
/* mixin */
/* @include circle; */
/* @include absPosition(5px, 20px, 10px, 15px); */
/*
a{
     @include linkColor(#3cf);
}
*/
/* @include bg-gradient; */
/*サイトのメインカラー*/
/**
  @fonts.scss fonts 
--------------------------------------------------------
@include sec-read(); 
@include base-text($size); 

in your CSS
--------------------------------------------------------- */
/*@mixin font-size($size, $base: 14) {
  font-size: ($size / $base) + rem;
}*/
/*-------------------------------------------
gradient-animator
----------------------------------------------*/
/*ナビ背景*/
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*白×オフホワイト*/
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*-------------------------------------------
animate.css
----------------------------------------------*/
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/*-------------------------------------------
animate.css
----------------------------------------------*/
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-5%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

.zoomin {
  animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  opacity: 0;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-03s {
  animation-delay: 0.3s;
}

.animated.delay-05s {
  animation-delay: 0.5s;
}

.animated.delay-08s {
  animation-delay: 0.8s;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media all and (max-width: 769px) {
  .animated.delay-1s, .animated.delay-2s, .animated.delay-3s, .animated.delay-4s, .animated.delay-5s {
    animation-duration: 0.3s;
  }
}
.kira {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  animation: glow 3s linear 0s infinite alternate;
}

.kira_in_item {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
}

.kira_in_item .kira_in_item_tubu {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
}

.kira_in_item .kira_in_item_huwa {
  position: absolute;
  top: 0;
  left: 0;
}

.kira_in_item .size {
  position: absolute;
  top: 0;
  left: 0;
}

.kira_in_item .kira_in_item_huwa_position {
  position: absolute;
  top: 0;
  left: 0;
}

.kira_in_item .kira_in_item_huwa_teim {
  position: absolute;
  top: 0;
  left: 0;
}

.kira_in_item .kira_in_item_anime {
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.kira_in_item .kira_in_item_tubu {
  animation: kira_in_item_tubu 20s linear 0s infinite alternate;
}

.kira_in_item .kira_in_item_huwa_teim {
  animation: kira_in_item_huwa_teim 1.5s linear 0s infinite alternate;
}

@keyframes glow {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 0 60px 20px #333, 25px 15px 50px 10px #fff, -5px -25px 30px 5px #fff;
  }
  100% {
    transform: rotate(5deg);
    box-shadow: 0 0 90px 20px #333, 35px 20px 40px 10px #fff, -30px -30px 40px 5px #fff;
  }
}
@keyframes kira_in_item_tubu {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes kira_in_item_huwa {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes size {
  0% {
    transform: scale(0.2);
  }
  100% {
    transform: scale(0.6);
  }
}
@keyframes kira_in_item_huwa_position {
  0% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100px, 100px, 0);
    opacity: 0;
  }
}
@keyframes kira_in_item_huwa_teim {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes kira_in_item_anime {
  0% {
    box-shadow: inset 0 0 20px 20px #ffda2a, 0 0 50px 10px #ffda2a, inset 0 0 80px 80px #fff;
  }
  33.33% {
    box-shadow: inset 0 0 20px 20px #ffda2a, 0 0 130px 10px #ffda2a, inset 0 0 50px 50px #fff;
  }
  33.34% {
    box-shadow: inset 0 0 20px 20px #ffda2a, 0 0 50px 10px #ffda2a, inset 0 0 80px 80px #fff;
  }
  66.66% {
    box-shadow: inset 0 0 20px 20px #ffda2a, 0 0 130px 10px #ffda2a, inset 0 0 50px 50px #fff;
  }
  66.67% {
    box-shadow: inset 0 0 20px 20px #fff, 0 0 50px 10px #fff, inset 0 0 80px 80px #ffda2a;
  }
  100% {
    box-shadow: inset 0 0 20px 20px #fff, 0 0 130px 10px #fff, inset 0 0 50px 50px #ffda2a;
  }
}
.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(1) {
  /* change the angle every 2 seconds */
  animation: kira_in_item_huwa 10s steps(5) 0s infinite;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(1) .size {
  /* change the size of the particle every 2 seconds */
  animation: size 10s steps(5) 0s infinite;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(1) .kira_in_item_anime {
  /* animate the glow and change the color every 2 seconds */
  animation: kira_in_item_anime 6s linear infinite alternate;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(1) .kira_in_item_huwa_position {
  /* animate the fly out of the particle and its fade out at the end */
  animation: kira_in_item_huwa_position 2s linear 0s infinite;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(2) {
  /* change the angle every 2 seconds */
  animation: kira_in_item_huwa 4.95s steps(3) -1.65s infinite;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(2) .size {
  /* change the size of the particle every 2 seconds */
  animation: size 4.95s steps(3) -1.65s infinite alternate;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(2) .kira_in_item_anime {
  /* animate the glow and change the color every 2 seconds */
  animation: kira_in_item_anime 4.95s linear -3.3s infinite alternate;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(2) .kira_in_item_huwa_position {
  /* animate the fly out of the particle and its fade out at the end */
  animation: kira_in_item_huwa_position 1.65s linear 0s infinite;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(3) {
  /* change the angle every 2 seconds */
  animation: kira_in_item_huwa 13.76s steps(8) -6.88s infinite;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(3) .size {
  /* change the size of the particle every 2 seconds */
  animation: size 6.88s steps(4) -5.16s infinite alternate;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(3) .kira_in_item_anime {
  /* animate the glow and change the color every 2 seconds */
  animation: kira_in_item_anime 5.16s linear -1.72 infinite alternate;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(3) .kira_in_item_huwa_position {
  /* animate the fly out of the particle and its fade out at the end */
  animation: kira_in_item_huwa_position 1.72s linear 0s infinite;
}

.kira_in_item .kira_in_item_tubu .kira_in_item_huwa:nth-child(5) .kira_in_item_huwa_position {
  /* animate the fly out of the particle and its fade out at the end */
  animation: kira_in_item_huwa_position 2.45s linear 0s infinite;
}

/* animation
----------------------------------*/
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animation-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100.5%;
    width: 0;
  }
}
@keyframes animation-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-content.move .animation-bar:before {
  animation: animation-bar 1.5s ease 0s 1 normal forwards;
}
.animation-content.move .animation-txt {
  animation: animation-txt 0s ease 0.8s 1 normal forwards;
}
.animation-content .animation-box {
  display: block;
  text-align: center;
}
.animation-content .animation-bar {
  position: relative;
  display: block;
  transform: translate3d(0, 0, 0);
}
.animation-content .animation-bar:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: linear-gradient(to left, #001c46 0%, #0080a3 100%);
}
.animation-content .animation-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.effect_fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 2s;
}
.effect_fade.effect_scroll {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 768px) {
  .mtext_big {
    font-size: 2rem;
  }
  .contactbx {
    text-align: center;
    margin: 15px 0;
  }
  .contactbx li {
    display: inline-block;
    margin: 0 0px 10px;
  }
  .mttl-rs span {
    background: #111;
    color: #fff;
    padding: 2px 10px;
    margin-right: 5px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .tcenter_sp {
    text-align: left;
  }
  .grid-item {
    /*アニメーション*/
    transition: 0.3s ease-in-out;
    width: calc(100% - 30px) !important;
    font-size: 12px;
    background: #fff;
    padding: 10px 10px 10px;
    margin-left: 5px;
    margin-right: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0px 1px;
  }
  .section_box_text_r, .section_box_text_l {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto;
  }
  .section_box_text_box {
    width: calc(100% - 40px);
    vertical-align: middle;
    padding: 20px 20px;
  }
  .section_box_img {
    flex: 1;
  }
  .section_box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flex_bx_2, .flex_bx_3, .flex_bx_4 {
    display: block;
  }
  .flex_bx_2 .bx {
    width: 100%;
  }
  .flex_bx_3 .bx {
    width: calc(100% - 0px);
  }
  .flex_bx_3 .bx:last-child {
    border-right: 0px solid #aaa;
  }
  .flex_bx_4 .bx {
    width: calc(100% - 0px);
  }
  .flex_bx_4 .bx:last-child {
    border-right: 0px solid #aaa;
  }
  .flex_bx_2 .bx, .flex_bx_3 .bx, .flex_bx_4 .bx {
    margin-bottom: 20px;
    padding: 0 0px;
    position: relative;
    border-right: 0px solid #ccc;
  }
  .newsbox {
    flex-direction: column;
    color: #fff !important;
  }
  .news-ttl {
    width: 100% !important;
    border-right: 0px solid #016f80;
    border-bottom: 0px solid #fff;
    padding: 10px 0;
    text-align: center;
  }
  .news-ttl span {
    font-size: 1.2rem !important;
  }
  .news-bx {
    flex: 1;
    width: calc(100% - 0px);
    padding: 0 0px;
  }
  .scrbr {
    width: 100%;
    padding: 15px 0px;
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  #flash {
    width: 100%;
    min-width: 100%;
    position: relative;
  }
  #body {
    font-size: 1.4rem;
  }
  /* header */
  /* footer */
  footer {
    padding: 0px 0;
    margin: 0;
    min-width: 100%;
    text-align: center;
  }
  #footer {
    padding: 50px 30px;
    margin: 0 auto 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    width: 100%;
    flex-direction: column;
  }
  #contentwrap {
    width: 100%;
  }
  #contentwrap p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .list-bnr li {
    width: calc(100% - 5px);
  }
  .scrollbar-x {
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .scrollbar-x table {
    width: 700px;
  }
  .sp {
    display: block !important;
    text-align: center;
    margin: 0 auto;
  }
  .pc {
    display: none !important;
    text-align: center;
  }
  .map {
    width: 100%;
    height: 300px;
  }
  .mttl_cl {
    font-size: 2rem;
  }
  .mttl_cl:after {
    top: 70px;
  }
  /* youtube スマホ対応 */
  .youtube_vd {
    margin-top: 0%;
    position: relative;
    width: 95%;
    padding-top: 56.25%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 100px;
  }
  .youtube_vd iframe {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin: 0 auto;
    display: block;
  }
  #singlepage p img, #main p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .single {
    width: 95%;
    margin: 0 auto;
    padding: 25px 0px;
  }
  single_none {
    width: 95%;
    margin: 0 auto;
    padding: 25px 0px;
  }
  .lmain, .rmain {
    float: none;
    width: 100%;
  }
  .lsingle, .rsingle {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  /* mailform */
  .form dl {
    margin: 10px 0;
  }
  .form dt {
    float: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-top: 10px;
  }
  .form dd {
    width: 100% !important;
    padding-left: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 0px solid #eee;
  }
  .form dd:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }
  .textarea, textarea {
    width: 93% !important;
    font-size: 1.6rem;
  }
  .dropdown {
    font-size: 1.6rem;
  }
  .fm-text {
    text-align: left;
  }
  /* /mailform */
  .news {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .news dt {
    float: none;
    width: auto;
    padding-top: 5px;
    line-height: 1.3;
    text-align: center;
  }
  .news dt:after {
    content: none;
    margin-left: 0;
  }
  .news dd {
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 1.3;
  }
  .mttl_slash {
    font-size: 1.5rem;
  }
  .news-bl dt {
    float: none;
    width: 100%;
    color: #fff;
    margin: 2px 0 0;
  }
  .news-bl dd {
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
  }
  /* table */
  table {
    font-size: 1.1rem !important;
    margin: 15px 0;
  }
  table th {
    vertical-align: middle;
    padding: 2px 5px;
    font-weight: bold;
    line-height: 1.5;
  }
  table td {
    padding: 5px 5px;
    vertical-align: middle;
    border: #aaa 1px solid;
  }
  /* none */
  .none, #nav-f, #menuA, #menu, #seoA, #pankuzu, #navi, .seo, #fmenu, #tnavi, .tbnr, .pc, #fnavi_bg, #fnavi {
    display: none;
  }
  /* width100% */
  #head, #wrap, #nav, #wrapA, #seo {
    width: 100%;
    min-width: 100%;
  }
  /* img */
  img {
    max-width: 100%;
    height: auto;
  }
  /* flink */
  .flink0, .flink1, .flink2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .flink0 ul, .flink1 ul, .flink2 ul {
    margin-right: 0;
    margin-bottom: 0;
    text-align: center;
  }
  .flink0 li, .flink1 li, .flink2 li {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .flink0 li img, .flink1 li img, .flink2 li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  /** float style **/
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
    float: none;
  }
  .fleft0, .fleft1, .fleft2, .fright0, .fright1, .fright2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* /@media screen and (max-width:768px) */
/* 

phonemenu 

*/
#sp_icon, #humberger {
  display: none;
}

#page {
  padding: 0;
  position: relative;
  z-index: 2;
  left: 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#drawernav {
  background: #016f80;
  overflow: auto;
  position: fixed;
  top: 0;
  right: -240px;
  width: 240px;
  height: 100%;
  color: #fff;
  z-index: 99998;
  box-shadow: rgba(0, 0, 0, 0.2) -3px 0 2px 0;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
#drawernav ul {
  list-style: none;
  padding: 0;
}
#drawernav ul:first-child {
  margin-top: 60px;
}
#drawernav ul li a {
  background: #016f80;
  color: #fff;
  font-size: 1.3rem;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#drawernav ul li a span {
  font-size: 1rem;
  margin-left: 5px;
}
#drawernav ul li a:hover {
  color: #fff;
}
#drawernav ul li a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  margin-right: 10px;
}
#drawernav li ul li a {
  font-size: 1.1rem;
  color: #111;
  display: block;
  padding: 8px 20px;
  text-decoration: none;
  border-top: none;
  border-bottom: none;
  box-shadow: none;
  background: #008EB6;
}
#drawernav li ul li a:before {
  content: "・";
  margin-right: 3px;
}
#drawernav img {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 0 auto;
}

.icon-menu {
  padding: 0;
  margin: 0 auto;
  height: 7px;
  text-align: center;
  width: 35px;
}

.icon-bar {
  height: 2px;
  background: #fff;
  display: block;
  margin-bottom: 6px;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

.fixed-content {
  right: inherit;
  width: 100%;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

#overlay {
  z-index: -1;
  opacity: 0;
  background: #000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  transition: all 400ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}

@media (max-width: 768px) {
  #sp_icon {
    background: #016f80;
    position: fixed;
    top: 2px;
    right: 62px;
    z-index: 999999;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #sp_icon li {
    font-size: 2.2rem;
    display: block;
    width: 30px;
    height: 30px;
    padding: 13px 15px 17px;
    cursor: pointer;
    color: #111;
    text-align: center;
    line-height: 1.2;
    margin-right: 2px;
    position: relative;
    border-radius: 100%;
  }
  #sp_icon li span {
    font-size: 1.3rem;
    display: block;
  }
  #sp_icon li a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -999px;
  }
  #humberger {
    display: block;
    position: fixed;
    top: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    padding: 15px;
    cursor: pointer;
    z-index: 99999;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    background: #016f80;
  }
  .drawer-opened #page {
    left: -240px;
    box-shadow: 1px 0 2px #000;
  }
  .drawer-opened .fixed-content {
    left: -240px;
  }
  .drawer-opened #drawernav {
    right: 0;
  }
  .drawer-opened #humberger {
    background: none;
  }
  .drawer-opened #humberger .icon-bar {
    background: #fff;
  }
  .drawer-opened #humberger :nth-child(1) {
    transform: translate(0, 8px) rotate(45deg);
  }
  .drawer-opened #humberger :nth-child(2) {
    transform: translate(-20px, 0);
    opacity: 0;
  }
  .drawer-opened #humberger :nth-child(3) {
    transform: translate(0, -8px) rotate(-45deg);
  }
  #humberger :nth-child(3) {
    margin-bottom: 0px;
  }
  .drawer-opened #humberger .icon-menu {
    opacity: 0;
  }
  .icon-menu {
    padding: 0 1px;
    margin: 0 auto;
    height: 10px;
    text-align: center !important;
    width: 50px;
    font-size: 1.1rem;
  }
  .drawer-opened #humberger .icon-menu {
    opacity: 0;
  }
  .drawer-opened #overlay {
    opacity: 0.5;
    left: -240px;
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
  }
  .fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media (max-width: 480px) {
  .flex-box li {
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=sp.css.map */