.searchdetails,.button,.logowrapper,.logo,.dropdown,.dropdown:hover .dropbtn,.dropdown:hover .dropdown-content,.dropdown-content,.dropdown-content span,.dropdown-content span:hover,.dropdown-content,.disappear,.shrink,.sidebar,.topwrap,.fas.fa-book,.fas.fa-search,.fas.fa-ellipsis-v,.fas.fa-list-ui,.othersbox,.dropdownbox,.searchbox,.dropdownbox span,.viewbox,.viewbox span,.searchbox span,.searchButton,ul.menu li,.nav_load,.dropdownbox.active span,.searchbox.active span,.page-link{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
  
  #parallax {
    opacity:.7;
    background-image: url(https://sonomama-shinyaku.com/interlinear/html2/images/leaf323r_2.png);
    background-size: cover;
    background-position: center;
    height: 50vh;
    transition: background 3s;
  }

  
 .logowrap {
    margin: 0;
   
    height:50vh;
    width:100%;
    position:absolute;
    top:0;
    z-index:10;
    display: flex;
    align-items: center;
    justify-content: center;
    
  }

  .constimg{
    width:80%;
    margin-top:8px;
  }
  .constimg img{
    max-width: 100%;
    max-height: 100%;
    border-radius:5px;
  }
  
  .logo{
    display:flex;
    flex-direction:column;
    padding:30px 0 20px;
    justify-content: center;
    align-items:center;
    background-color: rgba(255, 255, 255, 0.821);
    box-shadow: rgba(0, 0, 0, 0.16) 0px -3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    border-top: 5px solid #849e71;
    border-bottom: 5px solid #849e71;
    text-align: center;
    color: #5d714f;
    background-color:#ffffffc2;;
    width:100%;
    
  }
  .logo-img-wrap{
      max-width:400px;
  }
  .logo img{
      width:100%;
      height:auto;
  }
  /* Only for the pen */
  html, body {
    margin: 0;
    min-height: 100%;
    font-family: 'Sawarabi Gothic', sans-serif;
  }
  
  main {
    box-shadow: rgba(0, 0, 0, 0.16) 0px -3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    min-height: 500px;
    background-color: #e2e2e2;
    position:relative;
    z-index:10;
    display:flex;
    align-items: stretch;
    flex-direction:column;
  }

  .main-wrapper{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-evenly;
    align-items:center;
    width:100%;
    max-width:1300px;
    margin:20px auto;
    min-height: 50vh;
  }

  .fadein,.parallax-wrapper{
    opacity:0;
  }
  
  .main-box{
transition:300ms;
border-radius:6px;
    display:flex;
    flex-direction:column;
    position:relative;
    align-items: center;
    height:400px;
    width:390px;
    margin:10px 20px;
    background-color:#ececec;
    color: #5d714f;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  }
    .main-box.books{
    width:80%;
  }
  
  .hidden{
      transform:scale(0)!important;
      opacity:0!important;
  }
  .main-box:hover{
    background-color: #f3f7f1;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }
  .footer{
    width:100%;
    background-color:#5d714f;
    color:rgba(255, 255, 255, 0.879);
    font-size:13px ;
    height:30px;
display:flex;
justify-content: center;
align-items:center;
    align-self:flex-end;
  }
  .parallax {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #5d714f;
  }
  
  h1, p {
    margin: 0;
  
  }
  
  p {
    font-weight: 500;
    font-size: 1.2em;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    
  }

  .dropbtn {
    color: #41470d;
    font-size: 1em;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
   flex:1;
    height:34px;
    padding: 0 7px;
    border-radius: 4px 4px 0 0;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    border: 1px solid rgba(0, 28, 51, 0.356);
    background: #c1d4b3;
  }
  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: flex;
    width:100%;
    justify-content:center;
  }
  .dropwrap {
    position: relative;
    display: flex;
    width:90%;
    justify-content:center;
  }
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display:none;
    position: absolute;
    margin-top:34px;
    flex-direction: row;
        flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    padding: 0 0 5px 0;
    color: #41470d;

    border-radius: 5px;
    background-color: #e4e4e4;
    border: 1px solid rgba(73, 73, 73, 0.425);
    z-index: 99;
    overflow-x: hidden;
      max-height: 0px;
     opacity: 0;
  }
  
  .noclick{
    cursor:default!important;
    background-color: rgb(167, 167, 167)!important;
    pointer-events: none!important;
  }
  /* Links inside the dropdown */
  .dropdown-content span {
    display:flex;
    align-items:center;
    justify-content:center;
    position: relative;
    padding: 8px 9px;
    margin: 5px 6px;
    line-height: 1.42857143;
    color: #4a603a;
    font-weight: 600;
    width: 21%;
    height:14px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #d1e0c7;
    font-family: 'Sawarabi Gothic', sans-serif;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    border: 1px solid rgba(0, 28, 51, 0.356);
  }
  .beta{
    position: absolute;
    width: 90px;
    z-index: 9;
    left: 0;
  }
  .button {
    display:flex;
    align-items:center;
    justify-content:center;
    position: relative;
    padding: 8px 9px;
    margin: 5px 6px;
    line-height: 1.42857143;
    color: #f6f6f6;
    width: 85%;
    height:14px;
    text-decoration: none;
    border-radius: 5px;
    background-color: #849e71;
    font-family: 'Sawarabi Gothic', sans-serif;
    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
    border: 1px solid rgba(0, 28, 51, 0.356);
  }
  .dropdown-content span:hover {
    z-index: 2;
    color: #d1e0c7;
    cursor: pointer;
    background-color: #849e71;
    border: 1px solid rgba(73, 73, 73, 0.425);
    box-shadow:none;
  }
.changebook.active,.button:hover {
    z-index: 2;
    color: #41470d;
    cursor: pointer;
    background-color: #c1d4b3;
    border: 1px solid rgba(73, 73, 73, 0.425);
    box-shadow:none;
  }
  .changebook.active {
    z-index: 2;
    color: #41470d;
    cursor: normal;
    pointer-events: none;
    background-color: #c1d4b3;
    border: 1px solid rgba(73, 73, 73, 0.425);
    box-shadow:none;
  }
  /* Show the dropdown menu on hover */
  .dropdown .dropdown-content {
    display: flex;
    border-radius: 0 0 5px 5px;
    max-height: 293px;
    /* animation: bookappear 200ms; */
     opacity: 1;
  }

  
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover{
    background-color: #849e71;
    border-radius: 5px 5px 0 0;
    color: #f6f6f6;
    /* cursor: pointer; */
  }
  .dropdown-content::-webkit-scrollbar-track, .howtosearch::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 5px;
    background-color: #ececec;
  }
  .dropdown-content::-webkit-scrollbar,.howtosearch::-webkit-scrollbar{
    width: 12px;
    border-radius: 5px;
    background-color: #ececec;
  }
  .dropdown-content::-webkit-scrollbar-thumb,  .howtosearch::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #849e71;
  }
  a:link {
    text-decoration: none;
}
a {
  background-color: transparent;
  text-decoration: none;
  color: black;
}
  .menu2 {
    padding: 5px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    min-width: 132px;
    max-width: 210px;
    height: auto;
    background-color: #f6faff;
    border: 1px solid rgba(0, 28, 51, 0.589);
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 4px;
    display: none;
    z-index: 3;
  }
  ul.menu2 li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    list-style-type: none;
    padding: 3px 3px;
    margin: 4px 3px;
    font-size: 1em;
    line-height: 1.4em;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    background-color: #e6f1e0;
    border-radius: 4px;
  }

  ul.menu2 li:hover {
    background-color: #849e71;
    color:white;
    box-shadow: rgb(60 64 67 / 30%) 0px 0.5px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 2px 1px;
  }
  .numberspacer {
    display: flex;
    flex-wrap: wrap;
    width: 210px;
}

.search {
	display: flex;
	justify-self: flex-end;
	height: 20px;
	width: 90%;
	position: relative;
	display: flex;
	margin: 3px 0 5px 0;
	border-radius: 4px;
	height: 20px;
	height: 30px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.438) 0px 1px 3px 1px;
}
.searchTerm {
	width: 100%;
	border: 2px solid #849e71;
	border-right: none;
	padding: 5px;
	height: 17px;
	border-radius: 4px 0 0 4px;
	outline: none;
	font-size: 12px;
	color: #839b90;
	text-align: left; 
	font-family: 'Noto Serif', serif;
	font-weight:bold;
}
input {
	font-size: 12px;
}
input,input::-webkit-input-placeholder {
	font-size: 10px;
}
input:focus::placeholder {
	color: transparent;
	text-align: left; 
}
.searchTerm:focus {
	color: #000000;
	text-align: left; 
}
.searchButton {
	width: 40px;
	height: 30px;
	border: 2px solid #849e71;
	background: #849e71;
	text-align: center;
	color: #f6faff;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	font-size: 20px;
}
.searchButton:hover {
	background: #b6cca6;
	color: #fff;
}

.expl_wrap{
	display:flex;
	flex-direction:column;
	justify-content:flex-start;
	align-items:center;

	background-color: #f1f1f1;
	border: 1px solid rgba(73, 73, 73, 0.425);
	    box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
	border-radius: 4px;
	margin: 5px 0 4px 0;
	cursor:default;
  height:212px;
  overflow:hidden;
  width: 89%;
}
.error{
    padding:6px 8px;
	display:none;
	   justify-content:center;
    align-items:center;
	align-self:center;
	text-align:center;
    top: 40px;
    position: absolute;
    padding: 4px;
    background-color: #f1f1f1;
    color: #B22222;
    border: 1px solid rgba(73, 73, 73, 0.425);
    box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
    border-radius: 4px;
    margin: 5px auto 4px auto;
    width: 240px;
    min-height: 35px;
}

.showerror{
    display:flex!important;
    justify-content:center;
    align-items:center;
}
.shake {
  transform-origin: center center;
    animation: shake-base 200ms ease-in-out;
}


@keyframes shake-base {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  2% {
    transform: translate(-2.5px, -2.5px) rotate(-1.5deg);
  }
  4% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  6% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  8% {
    transform: translate(-0.5px, 1.5px) rotate(-1.5deg);
  }
  10% {
    transform: translate(0.5px, 0.5px) rotate(0.5deg);
  }
  12% {
    transform: translate(1.5px, -2.5px) rotate(-0.5deg);
  }
  14% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  16% {
    transform: translate(-1.5px, -2.5px) rotate(0.5deg);
  }
  18% {
    transform: translate(0.5px, -2.5px) rotate(-0.5deg);
  }
  20% {
    transform: translate(-2.5px, -2.5px) rotate(0.5deg);
  }
  22% {
    transform: translate(-0.5px, -1.5px) rotate(0.5deg);
  }
  24% {
    transform: translate(-1.5px, -2.5px) rotate(-1.5deg);
  }
  26% {
    transform: translate(-1.5px, 1.5px) rotate(-0.5deg);
  }
  28% {
    transform: translate(0.5px, 1.5px) rotate(-1.5deg);
  }
  30% {
    transform: translate(-0.5px, 1.5px) rotate(0.5deg);
  }
  32% {
    transform: translate(-1.5px, 0.5px) rotate(0.5deg);
  }
  34% {
    transform: translate(-2.5px, 1.5px) rotate(0.5deg);
  }
  36% {
    transform: translate(-0.5px, -2.5px) rotate(-0.5deg);
  }
  38% {
    transform: translate(0.5px, 1.5px) rotate(-0.5deg);
  }
  40% {
    transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  42% {
    transform: translate(-0.5px, 0.5px) rotate(-0.5deg);
  }
  44% {
    transform: translate(1.5px, 1.5px) rotate(0.5deg);
  }
  46% {
    transform: translate(0.5px, -1.5px) rotate(0.5deg);
  }
  48% {
    transform: translate(-1.5px, 0.5px) rotate(-1.5deg);
  }
  50% {
    transform: translate(-0.5px, -1.5px) rotate(-0.5deg);
  }
  52% {
    transform: translate(-0.5px, 1.5px) rotate(-0.5deg);
  }
  54% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  56% {
    transform: translate(-1.5px, -0.5px) rotate(-0.5deg);
  }
  58% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg);
  }
  60% {
    transform: translate(1.5px, 0.5px) rotate(-0.5deg);
  }
  62% {
    transform: translate(-1.5px, -1.5px) rotate(0.5deg);
  }
  64% {
    transform: translate(1.5px, 0.5px) rotate(-1.5deg);
  }
  66% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  68% {
    transform: translate(0.5px, -2.5px) rotate(-1.5deg);
  }
  70% {
    transform: translate(0.5px, -2.5px) rotate(-1.5deg);
  }
  72% {
    transform: translate(1.5px, -1.5px) rotate(0.5deg);
  }
  74% {
    transform: translate(1.5px, -0.5px) rotate(0.5deg);
  }
  76% {
    transform: translate(1.5px, -1.5px) rotate(-0.5deg);
  }
  78% {
    transform: translate(1.5px, -1.5px) rotate(-1.5deg);
  }
  80% {
    transform: translate(-2.5px, -1.5px) rotate(-1.5deg);
  }
  82% {
    transform: translate(1.5px, -2.5px) rotate(-0.5deg);
  }
  84% {
    transform: translate(1.5px, -2.5px) rotate(-0.5deg);
  }
  86% {
    transform: translate(1.5px, 0.5px) rotate(0.5deg);
  }
  88% {
    transform: translate(-2.5px, 0.5px) rotate(-1.5deg);
  }
  90% {
    transform: translate(0.5px, 1.5px) rotate(0.5deg);
  }
  92% {
    transform: translate(-1.5px, 1.5px) rotate(0.5deg);
  }
  94% {
    transform: translate(-0.5px, 0.5px) rotate(-1.5deg);
  }
  96% {
    transform: translate(1.5px, -2.5px) rotate(0.5deg);
  }
  98% {
    transform: translate(-2.5px, -0.5px) rotate(-1.5deg);
  }
}


.expl_header{
  width:100%;
  color: #41470d;
  font-size: 1em;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  flex: 1;
  height: 34px;
  padding: 4px 0;
  border-radius: 4px 4px 0 0;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  border: 1px solid rgba(0, 28, 51, 0.356);
  background: #c1d4b3;
}


.headerline{
	display:none;
}
.howtosearch,.showhowto{
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
}

.expl,.searchdetails{
	font-family: 'Sawarabi Gothic', sans-serif;
	color: #007799;
	font-weight:bold;
	padding:6px 0 3px;
}
.extrainfo{
    display:flex;
    text-align:center;
	font-family: 'Sawarabi Gothic', sans-serif;
	color: #555;
	font-size:9px;
	font-weight:normal;
	font-style:italic;
padding:0 14px;
}
.expl2{
        justify-content: center;
    flex-direction: column;
    display: flex;
    align-items: center;
	font-family: 'Sawarabi Gothic', sans-serif;
	color:#555;
	padding:3px 0;
}
.explg{
	font-family: arial,helvetica,sans serif;
	color:#555;
	padding:3px 0;
	font-family: arial,helvetica,sans serif;
}
.line{
	display:block;
	width:180px;
	border-top:dotted 1px #555;
}
.example,.aboutsearch{
	justify-content:center;
	align-items:center;
	display:flex;
	flex-direction:column;
}
.aboutsearch{
    margin:6px;
    background-color: #f1f1f1;
	
	border: 1px solid rgba(73, 73, 73, 0.425);
	box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
	border-radius: 4px;
    padding:4px;
}
.searchdetails{
    display:flex;
    justify-content:center;
    align-items:center;
    width:200px;
    margin:6px;
    background-color: #f1f1f1;
		color: #007799;
	border: 1px solid rgba(73, 73, 73, 0.425);
	box-shadow: rgb(67 71 85 / 27%) 0px 0px 0.25em, rgb(90 125 188 / 5%) 0px 0.25em 1em;
	border-radius: 4px;
    padding:6px;
}
.searchdetails:hover{
    color:#D97441;
}

@media only screen and (max-width: 1140px) {

  .dropdown-content span {

    width: 29%;
  }
}
@media only screen and (max-width: 1040px) {

  .dropdown-content span {

    width: 44%;
  }
}
@media only screen and (max-width: 900px) {
  .logo{

    padding:30px 40px;

    
  }
   
  
      }
@media only screen and (max-width: 760px) {

  .dropdown-content span {

    width: 98%;
  }
  .main-box {
      max-width:390px;
  }
}      

      @media only screen and (max-width: 600px) {
  p {

    font-size: 1em;

    
  }
            }