@charset "UTF-8";

#contents .nav {
  display:
}

#contents .navi li{
  position: relative;
  text-align: center;
  color: #000;
  width: 25%;
  border-right: 1px solid #000;
  font-size: 24px;
  margin: 2em 0;
}

#contents .navi li:before{
  position: absolute;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
  top: 5px;
  left: 25px;
}

#contents .navi ul,.flex{
  display: flex;
  justify-content: center;
}

#contents .navi a,
#contents .nabi a:visited{
  color: #000;
  font-size: 24px;
}

#contents .navi li:nth-of-type(3) a{
  padding-left: 44px;
}

#contents h2{
  font-size: 30px;
  border-bottom: 2px solid #ba8a8a;
  text-align: center;
  margin-top: 100px;
  padding-bottom: 20px;
}

#contents #nv151 h2{
  margin-top: 30px;
}

#contents .item_box{
  margin-top: 100px;
  text-align: center;
}

#contents #nv151 .item_box:first-of-type,
#contents #kiki2 .item_box:first-of-type,
#contents #tresole .item_box:first-of-type,
#contents #nagomi .item_box:first-of-type,{
  margin-top: 50px;
}

#contents .item_box dl{
  text-align: left;
}

#contents .item_box dl h3{
  font-size: 24px;
}

#contents .flex li{
  width: 50%;
}

#contents .item_box dd{
  margin: 30px auto;
  padding: 0 2em;
}

#contents .price{
  color: #8e8080;
  font-size: 20px;
}

#contents .item_link{
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}

#contents .item_link a:hover{
  opacity: 0.8;
}
