@charset "utf-8";
/*
Theme Name: 備品管理
Theme URI: https://canoyu.love/e9nfy3rt/
Description: This is theme of canoyu.love.
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#login-form .grecaptcha-badge { visibility: hidden; }
body {
font-family: Avenir, 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Verdana, Roboto, 游ゴシック, 'Yu Gothic', 游ゴシック体, YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*　ログイン画面 */
.recaptcha {
  font-size: .75rem;
  text-align: center;
  line-height: 1.5;
  color: #999;
  margin-bottom: 0;
}
.recaptcha a {
  color: #999;
}
.recaptcha a:hover {
  text-decoration: none;
}
#login-form {
  background: #f8f9fa url(img/bg00.svg) 0 0;
  background-size: 200px;
  width: 100%;
  height: calc(100vh);
  position: relative;
}
#login-form header {
  padding: 1rem;
}
#login-form h1 span {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  display: block;
  margin-bottom: .5rem;
}
#login-form h1 {
font-size: 1.25rem;
margin-bottom: 1.5rem;
text-align: center;
}
#login-form dl {
  margin: 0 0 2rem;
}
#login-form dt {
  margin: 0 0 .5rem;
}
#login-form dd {
  margin: 0 0 1rem;
}
#login-form dd input {
  padding: .5rem;
  border-radius: 3px;
  display: inline-block;
  width: 100%;
  border:1px solid #999;
}
#login-form section {
  border: 2px solid #CCC;
  padding: 40px;
  border-radius: 5px;
  background: #FFF;
  position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   
}
#login-form div {
  text-align: center;
}
#login-form input[type="submit"] {
border: none;
display: inline-block;
background :#026636;
color: #FFF;
border-radius: 3px;
padding: 1rem 1.5rem;
cursor: pointer;
width: 100%;
text-align:center;
margin-bottom: .5rem;
}
#login-form footer {
  text-align: center;
  position: fixed;
   bottom: 20px;
   left: 50%;
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
}
.tx_bt {
  text-align: center;
  margin-bottom: 0;
}
.retry p:first-of-type {
  margin: 2rem 0;
}
.n_link {
  color: #026636;
  text-decoration: none;
  border-bottom: 1px dotted #026636;
  padding-bottom: 5px;
  display: inline-block;
}
.n_link:hover {
  border-bottom: 1px dotted transparent;
}
header {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 90px;
  background: #FFF;
  display: flex;
  top: 0;
  left: 0;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #EEE;
}
header h1 {
  font-size: 1.125rem;
  text-align: left;
  width: 260px;
  height: 90px;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  background: #f8f9fa;
  position: relative;
  margin: 0;
  border-right: 1px solid #EEE;

}
header h1 a {
  color: #000;
  text-decoration: none;
}
header h1 > span {
  display: block;
  padding: 0 0 0 95px;
  width: 100%;
  position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   background: url(img/logo_icho.svg) 20px 0 no-repeat;
   background-size: contain;
}
header > div {
  width: calc(100% - 260px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#free_search {
  padding: 0 0 0 40px;
  width: calc(100% - 260px);
}
#free_search form {
  width: 100%;
}
#free_search form div {
  width: 100%;
  position: relative;
}
#free_search form div input[type="text"] {
  display: block;
  width: 100%;
  border: 1px solid #CCC;
  padding: 0 50px 0 1rem;
  height: 40px;
  border-radius: 5px;
  background: #f8f9fa;
}
#free_search form div button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: transparent;
  font-size: 20px;
  color: #026636;
  transition-duration: .3s;
 backface-visibility: hidden;
 opacity: 1;
}
#free_search form div button:hover {
opacity: .6;
}
#free_search form div button:active,
#free_search form div button:focus {
	outline: none;
}
header > div nav {
  width: 260px;
}
header > div nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
header > div nav ul li {
  margin: 0 .75rem;
}
header h1 span span {
  font-size: .875rem;
  display: block;
padding-top: 5px;
letter-spacing: 0.05rem;
text-indent: 0.05rem;
}
header > div nav ul li a {
  color: #026636;
  transition-duration: .3s;
  opacity: 1;
  backface-visibility: hidden;
  text-decoration: none;
}
.bihin_key {
  font-size: 16px;
}
.bihin_key a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #026636;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  position: relative;
}
.bihin_key a::after {
  content: "カギ";
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 30px;
  text-align: center;
  display: block;
  color: #026636;
  font-size: .75rem;
  white-space: nowrap;
}
header > div nav ul li a:hover {
	opacity: .6;
}
#category_nav {
  position: fixed;
  top: 90px;
  left: 0;
  width: 260px;
  height: calc(100vh - 90px);
  background: #f8f9fa;
  overflow-y: auto;
  padding: 0 20px 20px;
  border-right: 1px solid #EEE;
}
#category_nav ul {
  position: sticky;
  top: 0;
  z-index: 1;
list-style: none;
padding: 40px 0;
margin: 0;

}
#category_nav ul li {
  margin-bottom: .75rem;
}
#category_nav ul li {
  font-size: .875rem;
  color: #999;
}
#category_nav ul li a {
  color: #026636 !important;
  text-decoration: none;
  font-size: 1rem !important;
  border-bottom: 1px dotted transparent;
  display: inline-block;
}
#category_nav ul li a:hover {
	border-bottom: 1px dotted #026636;
    display: inline-block;
}
#maincontents main {
  padding: 90px 0 0 260px;
}
#maincontents article {
  padding: 40px;
}
.main_title {
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.table_box table {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.5;
}
.table_box table th, .table_box table td {
  border: 1px solid #CCC;
  padding: .5rem;
  font-size: .875rem;
}
.table_box table th {
  background: #f8f9fa;
  white-space: nowrap;
}
.table_box a {
  color: #026636;
  text-decoration: none;
  border-bottom: 1px dotted transparent;
  display: inline-block;
}
.table_box a:hover {
  border-bottom: 1px dotted #026636;
}
.item_img a {
  border-bottom:none;
  display:block;
}
.item_img a:hover {
	border-bottom:none;
}
.item_img, .item_num, .item_loan, .item_date, .item_time, .item_edit, .item_user {
  text-align: center;
}
.item_img {
  width: 90px;
  padding: 2px !important;
  position: relative;
}
.item_img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.item_img a img {
	backface-visibility: hidden;
  transition-duration: .3s;
  opacity: 1;
}
.item_img a img:hover {
  opacity: .6;
  backface-visibility: hidden;

}

.pagenation {
    padding: 20px 0 0;
    font-size: .875rem;
}
.pagenation .current {
    color: #FFF;
    background: #026636;
    display: inline-block;
    padding: 0.5em .75em;
    margin: 0 2px;
    border: 1px solid #026636;
}
.pagenation a {
    display: inline-block;
    padding: 0.5em .75em;
    margin: 0 2px;
    text-decoration: none;
    color: #026636;
    transition-duration: .3s;
    border: 1px solid #026636;
}
.pagenation a:hover {
  color: #FFF;
  background: #026636;
}
#maincontents footer {
    padding: 0 0 10px 260px;
}
#maincontents footer .f_inner {
  padding: 0 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.to_top {
  font-size: 30px;
}
.to_top a {
  color: #026636;
  text-decoration: none;
}
.btn_menu {
  display: none;
}
.overlay {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	background: rgba(0,0,0,0.5);
}
.cl_higashi, .cl_nishi, .cl_minami, .cl_kita {
	background: #ecfbee;
}
.to_top {
    margin-right: 40px;
}
.page-content h3 {
  margin-top: 2rem;
  border-top: 1px solid #000;
  padding-top: 1.5rem;
  color: #026636;
}
.page-content p {
  line-height: 2;
  margin-bottom: 2rem;
}
@media (min-width: 0) and (max-width: 768px) {
  .page-content h3 {
    font-size: 1rem;
    margin-top: 1rem;
  }
	header h1 {
    font-size: .875rem;
    width: calc(100% - 60px);
    height: 40px;
    letter-spacing: 0.1rem;
    background: #FFF;
    position: relative;
    margin: 10px 0 10px 10px;
    border-right: none;
    line-height: 1.35;
}
header h1 > span {
  display: block;
    padding: 0 0 0 60px;
    width: 100%;
    height: 40px;
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background: url(img/logo_icho.svg) 0 0 no-repeat;
    background-size: contain;
}
header h1 span span {
    font-size: .75rem;
    display: block;
    padding-top: 5px;
    letter-spacing: 0;
    text-indent: 0;
}
  .btn_menu {
  display: block;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #FFF;
  cursor: pointer;
  z-index: 1000;
}
.btn_menu span {
	display: block;
	position: relative;
	top: 19px;
	left: 4px;
	width: 32px;
	height: 2px;
	background: #000;
	transition-duration: .2s;

}
.btn_menu span::before {
	content: "";
	display: block;
	position: absolute;
	top: -12px;
	left: 0;
	width: 32px;
	height: 2px;
	background: #000;
	transition-duration: .2s;
}
.btn_menu span::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -12px;
	left: 0;
	width: 32px;
	height: 2px;
	background: #000;
	transition-duration: .2s;
}
.open .btn_menu span {
	background: transparent;
}
.open .btn_menu span::before {
	transform: rotate(-45deg);
	top: 0;
}
.open .btn_menu span::after {
	transform: rotate(45deg);
	bottom: 0;
}
header > div {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    background: #f8f9fa;
    border-top: 1px solid #EEE;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#free_search {
    padding: 0;
    width: 100%;
}
::placeholder{
 font-size: .75rem;
}
#free_search form div input[type="text"] {
    display: block;
    width: 100%;
    padding: 0 50px 0 .5rem;
    height: 32px;
}
#free_search form div button {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border: none;
    background: transparent;
    font-size: 18px;
}
header > div nav {
    width: auto;
}
header > div nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 20px;
}
header > div nav ul li {
    margin: 0 0 0 1rem;
}
.bihin_key {
    font-size: 14px;
}
.bihin_key a {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.bihin_key a::after {
    top: -1.125rem;
    left: 0;
    width: 24px;
    font-size: .5rem;
}
header {
    width: 100%;
    height: 110px;
    display: block;
    border-bottom: 1px solid #CCC;
    z-index: 10;
}
.open .overlay {
	display: block;
}

  #category_nav {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    width: 260px;
    transition: all 0.2s;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    padding: 0 20px 20px;
    border-right: none;
    z-index: 99;
    transform: translate(260px);
}
.open {
  overflow: hidden;
}
.open #category_nav {
  transform: translate(0);
}

#maincontents main {
    padding: 110px 0 0 0 ;
}
#maincontents article {
    padding: 30px 20px 20px;
}
.main_title {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    margin-top: 0;
    line-height: 1.5;
}
.table_box table th, .table_box table td {
	font-size: .75rem;
}
th.item_img {
	padding: .5rem 1rem !important;
  }
  .pagenation {
    padding: 20px 0 0;
    font-size: .75rem;
}
#maincontents footer {
    padding: 0 0 20px 0;
}
#maincontents footer .f_inner {
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#maincontents footer .f_inner p {
	font-size: .75rem;
}
.page_post p {
	line-height: 1.5;
	font-size: .875rem;
}

 .to_top {
    display: none;
  }
}
@media (min-width: 0) and (max-width: 480px) {
 
	.btn_menu {
    top: 10px;
    right: 20px;
}
	.retry p:first-of-type {
    margin: 2rem 0;
    line-height: 1.5;
    font-size: .875rem;
}
	#login-form section {
    width: 90%;
}
#login-form footer {
	font-size: .75rem;
	width: 100%;
}
.table_box {
  width: 100%;
  }
  .table_box table {
display: block;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
}
@media (min-width: 0) and (max-width: 320px) {
		#login-form section {
    width: 90%;
    padding: 30px;
}
	}
