.bg-sidenav{
    background:#FAF8EE;
}

.b-blue {
    background: #0066FF !important;
}

.fix-box {
    width: 70px;
    height: 70px;
    max-width: 100%;
    border: 2px solid rgb(255 255 255) !important;
    border-radius: 50%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    margin: 0 auto;
    background: #fff !important;
}

.side-nav{
  display: flex;
  flex-direction: column;
  gap:40px;
  font-family: 'Zen Maru Gothic', serif;
  color:#333;
  background: #FAF8EE;
    position: sticky !important;
    top: 0;
    width: 100% !important;
    height: 100vh;
    overflow-y: scroll;
}




.side-nav p{margin-bottom: 0}

.s-name{
    font-size: 24px;
    color: #333;
}

div#bsDrawer a, div#bsDrawer ul li span{
  color: #333;
}

.switch {
    min-height: 22px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.switch a {
    font-size: 14px;
    color: #F97F0E;
    display: flex;
    text-align: center;
    position: relative;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #F97F0E;
    font-weight: 600;
}

.switch a:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #F97F0E;
    transform: rotate(0deg);
    position: absolute;
    right:10px;
}

.s-information {
  background: #fff !important;
  border-radius: 16px;
  font-size:14px;
  border:1px solid #F0F0F0;
}

.navigation {
    background: #fff;
    border-radius: 16px;
    font-size: 15px;
    border: 1px solid #F0F0F0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start;
}

.navigation li a, .navigation li .drop {
    color: #333;
    font-size: 14px;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}

.arrow-icon{
  font-size: 22px;
  color:#333333;
  line-height: 0;
}

.navigation li {
    border-bottom: 1px solid #E6E6E6;
    padding: 5px 0;
    font-weight: 500;
}

.navigation li ul li, .navigation li:last-child{
  border-bottom: none;
}


.detail{
  background:#F97F0E;
  border-radius: 4px;
  padding:2px 5px;
  color:#fff;
  font-size: 14px;
  white-space: nowrap;
 
    width: 50px;
}

.addition {
    background: #F97F0E;
    border-radius: 4px;
    padding: 4px 8px;
    color: #fff;
    margin-left: 10px;
   width: 60px;
    text-align: center;
       white-space: nowrap; 
}

.wrapper a.btn {
    width: 90%;
    font-size: 14px;
    margin: 0 auto;
    padding: 8px 0;
    font-weight: bold;
    display: flex;
    position: relative;
    border-radius: 4px;
}

.wrapper a.btn:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
    transform: rotate(0deg);
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.detail:hover, .addition:hover{
  color:#fff;
}

.line-height-small {
    line-height: 12px;
    font-size: 12px;
    padding: 2px 0;
}

.notify{
  background: #F30A07;
  color:#fff !important;
  font-size:15px;
  min-width: 24px;
  height: 24px;
  display: flex;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
}


/*accordion*/


.dropdown-drawer__content-wrapper {
  font-size: 14px;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.25s ease-in-out;

}

.dropdown-drawer__content {
    display: flex;
   
    flex-direction: column;
   
}

.dropdown-drawer__title {
    cursor: pointer;
    /* display: block; */
    font-size: 15px;
    font-weight: 500;
    transition: all 0.25s ease-out;
    color: #333;
    background: transparent;
    padding: 0;
    margin: 0;
    font-size: 13px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.dropdown-drawer__title.plan {
    display: block;
    position: absolute;
    right: 50%;
    bottom: -35px;
    text-align: center;
    min-width: 120px;
    transform: translateX(50%);
}



.dropdown-drawer__title::after {
  content: "";
  float: right;
  height: 10px;
  position: relative;
  right: 0px;
  top:0;
  transition: 0.35s ease-in-out;
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 12px 6px 0 6px;
   border-color: #F97F0E transparent transparent transparent;
   transform: rotate(0deg);
 
}

.dropdown-drawer {
    position: relative;
}


/* OPTIONAL HOVER STATE */
.dropdown-drawer__title:hover { 
  color: #4E4B52  ;
}

.dropdown-drawer__trigger:checked
  + .dropdown-drawer__title
  + .dropdown-drawer__content-wrapper {
  max-height: 350px;
}

.dropdown-drawer__trigger:checked + .dropdown-drawer__title::after {
  transform: rotate(-180deg);
  transition: 0.25s ease-in-out;
}

.side-nav input[type="checkbox"] {
  display: none;
}

.dropdown-drawer__title.plan::before, .dropdown-drawer__title.plan::after{
			visibility: hidden;
		}
    
  
/*media*/  

@media only screen and (max-width: 991px) {
  .side-nav{
    height: unset;
    overflow-y: unset;
  }
  
  .profile-section, .s-information{
  display: none !important;
 }
  
}


@media only screen and (max-width: 600px) {
  .side-nav{
    gap:0;
  }
  
 div#bsDrawer .dropdown-drawer__content ul li{
   border-bottom: none !important;
        padding-left: 0px;
  }
  
  .s-information{
    border-radius: 8px;
  }
  
  .navigation .arrow-icon{
    font-size: 22px;
    margin-top: -13px;
  }
  
  .dropdown-drawer__title::after{
    display: block;
  }

        .dropdown-drawer__title.plan::before {
          content: "もっと詳しくみる";
          visibility: visible;
        }

        .dropdown-drawer__trigger:checked + .dropdown-drawer__title.plan::before {
            content: "閉じる";
        }
		
  .dropdown-drawer__title.plan::after {
      visibility: visible;
      top:4px;
    }


}
