@charset "UTF-8";
html {
  font-size: 62.5%;
}
body {
  padding: 30px;
  background-color: #D9C7BF;
  color: #333;
  font-size: 1.2rem;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a:link, a:visited, a:hover, a:active {
  color: #7C5119;
  text-decoration: none;
}
.item {
  width: 180px;
  margin-bottom: 4px;
  padding: 6px;
  border-bottom: 6px solid;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Trebuchet MS", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  float: left;
}
.item-l {
  margin-left: 4px;
}
.text {
  display: block;
  letter-spacing: 1px;
  line-height: 25px;
  font-size: 14px;
  margin: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.item .image {
  display: block;
  width: 100%;
}
.item .category {
  font-size: 15px;
  padding: 30px 20px 30px;
  color: #aaa;
  letter-spacing: 1px;
  font-family: "Trebuchet MS", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.item .category::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 5px;
  border: 2.5px solid;
  border-radius: 50%;
  vertical-align: -5px;
}
.item .description {
  display: inline-block;
  margin: 20px;
  line-height: 1.8;
  font-size: 15px;
    text-decoration: none;
  border-bottom: 1px solid #000;
}
.item > a {
  display: block;
  margin: -8px -8px -11px;
  padding: 8px 8px 11px;
  border-radius: inherit;
  color: #777;
  transition: all 0.3s;
}
.item-point,
.item-point .category::before {
  border-color: #EDCE91;
}
.item-l {
  width:  1000px;
}
.header {
  padding: 25px 10px 17px;
  border-bottom: none;
  text-align: center;
}
.logo {
  width: 145px;
  height: 145px;
  transition: -webkit-transform 0.3s;
  transition: -ms-transform 0.3; 
  transition: transform 0.3s;
}
.info {
  color: #7C5119;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.3rem;
  line-height: 25px;
}
.logo:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.nav {
  margin: 30px auto 25px;
}
.nav-item {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 1.3rem;
}
.nav-item a {
  display: inline-block;
}
.nav-item a::after {
  content: '';
  display: block;
  width: 0;
  margin: 6px auto 0;
  border-bottom: 1px solid #7C5119;
  transition: width 0.1s ease-in-out;
}
.nav-item a:hover::after {
  width: 100%;
}
.item-l > a::before {
  height: 403px;
}
.item-l > a::after {
  top: 190.5px
}
.item-made {
  margin-left: 184px;
  margin-top: 4px;
}
.breadphoto {
  width: 400px;
  display: block;
  margin-top: 30px;
  margin-left: 15px;
  border-radius: inherit;
}
.text hr {
  border: none;
  border-top: dashed 1px #aaa;
}
.navhr {
  border: none;
  border-top: dashed 1px #7C5119;
}
@media screen and (max-width:1245px) {
  .item-l {
    width: auto;
  }
  .header {
    display: none;
}
}