/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Serif+JP&display=swap'); */
body{
    background-color: #FBF8F5;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #777776;
    letter-spacing: 1px;
    font-size: 1rem;
    line-height: 1.8rem;
}
.table{
  color: #777776;
}
html { scroll-behavior: smooth;}
.min{
    font-family: 'Noto Serif JP', serif;
}
.gray-line{
    padding: 30px 20px 30px 20px;
    border-right: 2px solid #c7c7c7;
    border-bottom: 2px solid #c7c7c7;
}
.gray-wrapper{
    border-top: 2px solid #c7c7c7;
    border-left: 2px solid #c7c7c7;
    width: 94%;
    background-color: white;
}
.bg-green{
    /* background-color: #3c845f;
    color: white; */
    background-color: #d4fff6;
    color: #000000;
}
.bg-blue{
    /* background-color: #329adc;
    color: white; */
    background-color: #d2edff;
    color: #000000;
}
.bg-red{
    /* background-color: #ff5948;
    color: white; */
    background-color: #ffd9c7;
    color: #000000;
}
.bg-brown{
  background-color: #da3c2d;
  color: white;
}
.bg-yellow{
  /* background-color: #9e6c06;
  color: white; */
  background-color: #ffe9ba;
  color: #000000;
}
.border-dot{
  border: 2px dashed #fda895;
    background-color: #fdfff1;
    border-radius: 5px;
}
.text-divider {
  display: flex;
  align-items: center;
  /* color: #BDD365; */
  color: #88974d;
}
.text-divider::before,
.text-divider::after {
  content: '';
  height: 1px;
  background-color: #BDD365;
  flex-grow: 1;
}
.text-divider::before {
  margin-right: 1rem;
}
.text-divider::after {
  margin-left: 1rem;
}
.vertical {
	-ms-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    text-align: left;
	display: inline-block;
}
.small-txt{
  font-size: 70%;
  /* background-color: pink; */
  background-color: #da2c7d;
  color: white;
  padding-left: 4px;
  padding-right: 4px;
  border-radius: 4px;
}
/* .nav-item {
  border-right: 1px solid #BDD365;
}
.nav-item:last-child{
  border-right: none;
} */
section{
    margin-bottom: 80px;
}
.times{
  /* color: #EE87B5; */
  color: #da2c7d;
  font-size: 80%;
}
.times li:first-child{
  /* background-color: #EE87B5; */
  background-color: #da2c7d;
  color: white;
  font-size: 80%;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 6px;
}
.time{
  color: white;
  /* background-color: #6EB92C; */
  background-color: #3d8700;
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 4px;
}
.accordion-item .accordion-button{
  text-align: start;
  line-height: 1.8rem;
}
.tate-text{
    text-align: center;
}
.border-g{
  border: 2px solid #c7c7c7;
}
/* .animal{
  max-width: 252px !important;
  min-width: 252px !important;
  min-height: 254px !important;
  max-height: 254px !important;
} */
.animal{
  width: 252px;
  height: auto;
}
.footer-logo{
  width: 150px !important;
  height: 114px !important;
  margin: auto;
}
.img-staff{
  max-width: 200px !important;
  min-width: 200px !important;
  max-height: 200px !important;
  min-height: 200px !important;
  
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;

}
.staff_img_height{
  height:200px;
  margin:auto;
}
.staff_img_height div{
  height:200px;
}
input::placeholder {
  color: #a9a9a9!important;
}
.events{
  /* background-color:#6EB92C; */
  background-color:#418606;
  padding-left: 8px;
  padding-right: 8px;
  color: white;
  margin-right: 10px;
  border-radius: 4px;
}
.staff-t {
  background-color:#6EB92C;
  padding-left: 8px;
  padding-right: 8px;
  color: white;
  margin-right: 10px;
  border-radius: 4px;
  font-size: 90%;
}
/* video */
.sample-demo {
  position: relative;
  overflow: hidden;
}
video {
  width: 100%;
  height: auto;
}
/* .content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 1;
  color: #fff;
  font-size: 200%;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
} */
/* video */
/* menu */

  .flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  a {
    color: green;
    text-decoration: none;
}
.sticky-top{
  z-index: 1;
}
  /* a,
  a:visited,
  a:hover,
  a:active {
    color: inherit;
    text-decoration: none;
  } */
  .outer-menu {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 1;
  }
  .outer-menu .checkbox-toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    width: 60px;
    height: 60px;
    opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div {
    transform: rotate(135deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:before,
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
  }
  .outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 0.75s;
  }
  .outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
  }
  .outer-menu .checkbox-toggle:hover + .hamburger {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    transform: rotate(225deg);
  }
  .outer-menu .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 0.5em 1em;
    background: rgba(0, 128, 128, 0.75);
    /* border-radius: 0 0.12em 0.12em 0; */
    border-radius:50%;
    cursor: pointer;
    transition: box-shadow 0.4s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 4px solid white;
  }
  .outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #FEFEFE;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-menu .hamburger > div:before,
  .outer-menu .hamburger > div:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all 0.4s ease;
  }
  .outer-menu .hamburger > div:after {
    top: 10px;
  }
  .outer-menu .menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-menu .menu > div {
    width: 200vw;
    height: 200vw;
    color: #FEFEFE;
    background-image: url(/img/bak-car.webp);
    background-size: 600px 428px;
    background-repeat: repeat;
    border-radius: 50%;
    transition: all 0.4s ease;
    flex: none;
    transform: scale(0);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-menu .menu > div > div {
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: opacity 0.4s ease;
    overflow-y: auto;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .outer-menu .menu > div > div > ul {
    list-style: none;
    padding: 0 1em;
    margin: 0;
    display: block;
    max-height: 100vh;
    background: rgba(0, 128, 128, 0.9);
    border: 2px solid white;
    border-radius: 10px;
  }
  .outer-menu .menu > div > div > ul > li {
    padding: 0;
    margin: 1em;
    font-size: 24px;
    display: block;
  }
  .outer-menu .menu > div > div > ul > li > a {
    position: relative;
    display: inline;
    cursor: pointer;
    transition: color 0.4s ease;
    color: white;
    text-decoration: none;
  }
  .outer-menu .menu > div > div > ul > li > a:hover {
    color: #c4ff85;
  }
  .outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
  }
  .outer-menu .menu > div > div > ul > li > a:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #c4ff85;
    transition: width 0.4s ease;
  }
  
/* menu */
/* button */
.btnx-indigo{
    background: var(--bs-indigo); border: 2px solid var(--bs-indigo); 
 }
 .btnx-purpule{
   background: var(--bs-purple); border: 2px solid var(--bs-purple); 
 }
 .btnx-pink{
   background: var(--bs-pink); border: 2px solid var(--bs-pink);         
 }
 .btnx-orange{
   background: var(--bs-orange); border: 2px solid var(--bs-orange);         
 }
 .btnx-teal{
   background: var(--bs-teal); border: 2px solid var(--bs-teal);          
 }
 .btnx-cyan{
   background: var(--bs-cyan); border: 2px solid var(--bs-cyan);         
 }
 .btnx-lime{
   background: #7CB342; border: 2px solid #7CB342;         
 }
 .btnx-indigo-light{
    color: var(--bs-indigo) ;background: #9FA8DA; border: 2px solid #9FA8DA; 
 }
 .btnx-purpule-light{
   color: var(--bs-purple); background: #CE93D8; border: 2px solid #CE93D8; 
 }
 .btnx-pink-light{
   color: var(--bs-pink);background: #F48FB1; border: 2px solid #F48FB1;         
 }
 .btnx-orange-light{
   color: var(--bs-orange) ;background: #FFCC80; border: 2px solid #FFCC80;         
 }
 .btnx-teal-light{
   color: #004D40;background: #80CBC4; border: 2px solid #80CBC4;
 }
 .btnx-cyan-light{
   color: #006064;background: #80DEEA; border: 2px solid #80DEEA;         
 }
 .btnx-lime-light{
   color: #827717 ;background: #C5E1A5; border: 2px solid #C5E1A5;         
 }
 .btnx-stone-light{
  /* color: #000; background: #feffce; border: 1px solid #ece269; */
  color: #222222; background: #dfffbe; border-color: #80B746;

}
.btn-group-sm>.btn, .btn-sm {
  padding: .5px 1px;
  font-size: .8rem;
  border-radius: .2rem;
}
/* button */
/*blog*/
.card {
  /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); */
}

#staffFeed {
  padding: 0px;
  margin: 0px;
  min-height: 400px;
}

#staffFeed .gfc-resultsbox-visible {
  text-align: left;
}

#staffFeed .gfc-resultsRoot {}

#staffFeed .gfc-resultsHeader {
  display: none;
  border-bottom: none;
}

#staffFeed .gfc-results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#staffFeed .gfc-result {}

#staffFeed .gfc-title {}

#staffFeed .gf-title {
  font-size: 16px;
  text-decoration: none;
  color: #585857;
  /* color: #000; */
  letter-spacing: 1px;
}

#staffFeed a.gf-title {}

#staffFeed .gf-author {
  display: none;
}

#staffFeed .gf-spacer {
  display: none;
}

#staffFeed .gf-relativePublishedDate .gf-relativePublishedDateYMD {}

#staffFeed .gf-relativePublishedDate .gf-relativePublishedDateDelimiter {
  display: none;
}

#staffFeed .gf-relativePublishedDate .gf-relativePublishedDateHM {
  display: none;
  font-size: 10px;
}

#staffFeed .gf-result:hover .gf-title {
  cursor: pointer;
  opacity: .6;
}

#staffFeed .gf-result:hover .gf-relativePublishedDate {
  cursor: pointer;
  opacity: .6;
}

#staffFeed .gf-result:hover .gf-thumbnail {
  cursor: pointer;
  opacity: .6;
}

#staffFeed .gf-result:hover .gf-snippet {
  cursor: pointer;
  opacity: .6;
}

#staffFeed .gf-result:hover .gf-category {
  cursor: pointer;
  opacity: .6;
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

#staffFeed .gf-result {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -ms-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  height: 370px;
  min-height: 100px;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
  width: 94%;
  border-radius: 0px;
}

#staffFeed div.gf-title {
  position: absolute;
  margin-left: 10px;
  font-weight: bold;
  text-align: left;
  padding-left: 0px;
  padding-right: 10px;
  top: 255px;
}

@keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
      opacity: 0
  }

  100% {
      opacity: 1
  }
}

#staffFeed .gf-relativePublishedDate {
  position: absolute;
  text-align: left;
  margin-left: 10px;
  font-size: 80%;
  font-weight: 600;
  /* color: #009844; */
  color:#008900;

  top: 230px;
  letter-spacing: 1px;
}

#staffFeed .gf-relativePublishedDate:before {
  content: "\f073";
  font-family: FontAwesome;
  margin-right: 5px;
}

#staffFeed .gf-category {
  position: absolute;
  text-align: left;
  left: 140px;
  top: 230px;
  letter-spacing: 1px;
  font-size: 80%;
  font-weight: 600;
  color: #d83e2e;
}

#staffFeed .gf-category:before {
  content: "\f02b";
  font-family: FontAwesome;
  margin-right: 5px;
}

#staffFeed .gf-snippet {
  line-height: 24px;
  position: absolute;
  top: 285px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 80%;
  /* color: gray; */
  color: #757575;
}

#staffFeed .gf-thumbnail {
  position: relative;
  overflow: hidden;
  background-image: url(/img/no-image.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 0px;
  width: 100% !important;
  height: 220px !important;
  border-bottom: 1px solid #00000020;
}

.gf-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden;
  object-fit: cover;
  object-position:top;
}

#staffFeed .gf-result {
  width: 96%;
  height: 380px;
}
#staffFeed .gf-result:last-child{
  display: none;
}
.pb_tyousei{
  padding-bottom: 0.1rem;
}
.mg_t_tyousei{
  margin-top: 2.5rem!important;
}
.mt-2_0{
  margin-top: 2.0rem!important;
}
.mb-2_0{
  margin-bottom: 2.0rem!important;
}
.mt-1_7{
  margin-top: 1.7rem!important;
}
.error-message{
  color:red;
}
.hide_label{
  display:none;
}
.h5{
  /* font-weight: 700; */
  line-height: 1.5em !important;
}
.table, body{
  color: #585857;
}
.m_a{
  /* position: relative  */
  display: inline-block;
  /* transform: translate(-50%, -50%); */
  
}
@media (max-width: 748px) { 
  .safari-tate{
    transform: translate(0%, 0%) !important;
  }
}
.safari-tate{
  transform: translate(-40%, 0%);
}

.h100{
  text-orientation: upright;
}
a {
  text-decoration: none;
}
.chicken_img{
  max-width: 100px;
  max-height: 100px;
  margin: auto;
}
.HYPE_document{
  background-color: #FBF8F5;
  margin: auto;
  position: relative;
 
  width: 252px !important;
  height: 205px !important;
  overflow: hidden;

}
.logo_back{
  background-image: url(/img/logo_dummy.jpg);
  margin: auto;
  /* position: relative; */
  background-size: cover;
  width: 252px;
  height: 205px;
  overflow: hidden;
  padding: 0;
}



.video-loading {
  background: white url(/img/loading.png) no-repeat center center;
  width: 100%;
  float: left;
  margin-bottom: 0;
  clear: both;
}







/*blog*/
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
  #staffFeed .gf-result {
    width: 45%;
    height: 440px;
}
#staffFeed div.gf-title {
    top: 280px;
}
#staffFeed .gf-relativePublishedDate {
    top: 230px;
}
#staffFeed .gf-category {
    top: 250px;
    left: 10px;
}
#staffFeed .gf-snippet {
    top: 320px;
}
 }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .vertical {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
    }
    .tate-waku {
        position: relative;
        white-space: nowrap;
        min-height: 200px;
    }
    .tate-text {
        display: inline;
        position: absolute;
        writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;

        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    #staffFeed .gf-result {
        width: 45%;
        height: 460px;
    }
    #staffFeed div.gf-title {
        top: 280px;
    }
    #staffFeed .gf-relativePublishedDate {
        top: 230px;
    }
    #staffFeed .gf-category {
        top: 250px;
        left: 10px;
    }
    #staffFeed .gf-snippet {
        top: 310px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
  #staffFeed .gf-result {
    width: 45%;
    height: 390px;
}
#staffFeed div.gf-title {
    top: 260px;
}
#staffFeed .gf-relativePublishedDate {
    top: 230px;
}
#staffFeed .gf-category {
    top: 230px;
    left: 120px;
}
_::-webkit-full-page-media, _:future, :root #staffFeed .gf-category {
  top: 230px;
  left: 140px;
}
#staffFeed .gf-snippet {
    top: 300px;
}
 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
  #staffFeed .gf-result {
    width: 30%;
    height: 380px;
}
#staffFeed .gf-result:last-child{
  display: block;
}
#staffFeed div.gf-title {
    top: 260px;
}
#staffFeed .gf-relativePublishedDate {
    top: 230px;
}
#staffFeed .gf-category {
    top: 230px;
    left: 120px;
}
_::-webkit-full-page-media, _:future, :root #staffFeed .gf-category {
  top: 230px;
  left: 140px;
}
#staffFeed .gf-snippet {
    top: 290px;
}
 }

/* XX-Large devices (larger desktops, 1400px and up) */
/* @media (min-width: 1400px) { ... } */
.asobi-schedule .card { border-radius: .5rem; }
.asobi-schedule .card .small { line-height: 1.5; }
.asobi-schedule .text-nowrap { white-space: nowrap; }

