html {
color: #311C1D;
font-family: "times new roman","MSP明朝",sans-serif;
font-size: 0;
scroll-behavior: smooth;
line-height:35px;
}

body {
height: 100%;
animation: loading 1s;
overflow-x: hidden;
margin: 0;
margin-top: 0;
}
@keyframes loading {
0% {opacity: 0;}
100% {opacity: 1;}
}

a {
transition: color 0.3s ease 0s;
}
a {
font-weight:bold;
text-decoration:none;
}
a:link {
color:#FFFFFF;
}
a:visited {
color:#FFFFFF;
}
a:hover {
color:#000000;
}
a:active {
color:#000000;
}

ul{
padding-left:0;
}

li{
list-style:none;
}

header{
background-image: url("headre3.png");
top: -10px;
padding: 50px;
width: 100%;
position: fixed;
z-index: 1;
font-size: 18px;
}

footer{
font-size: 16px;
text-align: center;
}

main{
color: #311C1D;
max-width: 800px;
margin-top: 50px;
padding: 50px;
font-size: 16px;
text-align: left;
animation: loading 3s;
}

img{
max-width: 800px;
animation: loading 2s;
}

h1{
padding: 50px;
font-size: 50px;
text-align: left;
}

h3{
font-family: "times new roman","MSP明朝",sans-serif;
font-size: 16px;
}

.item img{
width: 122px;
height: 122px;
object-fit: cover;
}

.item2 img{
width: 180px;
height: 180px;
object-fit: cover;
}

a:hover{ 
opacity:0.5;
transition:0.5s;
}

.line {
  border-top: 4px solid rgba(49, 28, 29, 1);
}

a.btn-border {
  border: 2px solid #311C1D;
  border-radius: 0;
  color: #311C1D;
  font-size: 20px;
}

a.btn-border:hover {
  color: #fff;
  background: #311C1D;
}

@charset "UTF-8";
 
.animal {
	max-width: 1200px;
	width: 100%;
}
.animal img {
	width: 100%;
}
 
 
.pcview {
}
.spview {
	display: none;
}
 
@media screen and (max-width: 979px) {
	.pcview {
		display: none;
	}
	.spview {
		display: block;
	}
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}
table th {
  width: 22%;
  border: 0px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  font-weight: bold;
  text-align: left;
}
table td {
  border: 0px solid #ccc;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 600px) {
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}


.tab {
      display: inline-block;
      padding: 0.15em 0.75em;
      font-weight: bold;
      color: black;
   }

.tab:hover {
      color: #000000;
      cursor: pointer;
      border-bottom: 1px solid #000;
   }

input:checked + .tab {
      color: red;
   }

.tabbox input { display: none; }

.tabcontent {
      display: none;
      padding: 1em;
   }

   #tabcheck1:checked ~ #tabcontent1 { display: block; }
   #tabcheck2:checked ~ #tabcontent2 { display: block; }
