/************************/
/* override             */
/************************/
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif!important;
}

.header {
    padding:5px !important;
}

.hero:before {
    background:color-mix(in srgb, skyblue, transparent 30%)!important;
  }

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

.oneday-table-pc,
.oneday-table-sp {
  margin:auto !important;
}

.oneday-table-sp{
  display:none;
}

.evaluation table{
  margin:auto!important;
  
}
.services .card {
  border: none;
}
.footer .sitename a{
  color:#212529 !important;
}
.footer .sitename a:hover {
  color: color-mix(in srgb, #0066c0, transparent 25%)!important;
} 

  @media (max-width: 768px) {

    .navmenu ul {
      inset: 60px 20px 200px 20px!important;
    }
    .hero {
      min-height:auto;
    }
   .oneday-table-pc{
    display:none;
   }

.oneday-table-sp{
  display:block;
}
  }
/*--------------------------------------------------------------
# order Section
--------------------------------------------------------------*/

.btn-s {
    background-color: #00b2e1;
    color: #fff;
  }
  
  .btn-s:hover {
    color: #00b2e1;
    background-color: #fff;
    border-color: #00b2e1;
  }
  
  .skyblue {
    color: #00b2e1;
  }
  
  .rotate {
    transform: rotate(90deg);
  }
  
  .arrow {
    letter-spacing: -0.3em;
    transform: scale(1, 2);
    font-size: 5em;
    font-weight: 300;
    color: #00b2e1;
  }
  .card-header {
    background-color: #00b2e1;
    color: #fff;
    font-size: 1.5rem;
    border-radius: 20px 20px 0 0 !important;
  }
  
  .border-skyblue {
    border-color: #00b2e1;
    border-width: thick;
    border-radius: 25px;
  }
  
  .border {
    border: solid 2px;
  }
  
  .border-green {
    border-color: #9acd32;
    border-width: thick;
    border-radius: 25px;
  }
  
  .round-skyble {
    border: solid 2px;
    border-color: #00b2e1;
  }
  
  .bold {
    font-weight: 700;
  }
  
  .last-btn {
    margin-top: 2rem;
  }
  
  
  .fuchidori {
    color: #00b2e1;
  }
  
  .fuchidori,
  .orange {
    text-shadow: 0 -1px 1px #fff, 1px 1px 1px #000;
  }
  
  .orange {
    font-size: 2rem;
    color: orange;
  }

  .btn-s {
    background-color: #00b2e1;
    color: #fff;
  }
  
  .btn-s:hover {
    color: #00b2e1;
    background-color: #fff;
    border-color: #00b2e1;
  }
 
@media(max-width:575px){
  .evaluation td{
    display: inline-block;
    width: 100%;
  }
}
/*--------------------------------------------------------------
# evaluation Section
--------------------------------------------------------------*/
.evaluation a{
  color:#212529 !important;
}

.evaluation a:hover{
  color:color-mix(in srgb, var(--accent-color), transparent 20%)!important;
}