@charset "utf-8";
/*=======================================================================
article---top
=======================================================================*/
#sub_top {
  background: url("../img/sub_top.jpg") no-repeat right top #399;
  background-size: contain;
  height: 340px;
  line-height: 30px;
  padding-top: 180px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 212.5%;
  letter-spacing: 0.1em;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#index_top {
  min-height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index_top #top_catch {
  z-index: 10;
  width: 90%;
  color: #111;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-flow: column;
  flex-flow: column;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
#index_top #top_catch h2 {
  font-size: clamp(1.563rem, 1.175rem + 1.94vw, 3.5rem);
  letter-spacing: 1px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #157;
}
#index_top #top_catch p {
  font-size: 112.5%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.8;
  color: #157;
}
#top_link {
  width: 100%;
  margin-top: 10vh;
}
#top_link ul {
  width: 100%;
  max-width: 880px;
  margin: 0 0 0 auto;
}
#top_link li {
  margin-bottom: 48px;
}
#top_link li a {
  border: 2px solid #157;
  display: block;
  position: relative;
  text-decoration: none;
  padding: 16px;
  color: #157;
}
#top_link li .box-title {
  position: absolute;
  display: inline-block;
  top: -32px;
  left: -2px;
  padding: 6px;
  height: 32px;
  line-height: 24px;
  font-size: 100%;
  background: #157;
  color: #fff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.link_sub {
  font-size: 85% !important;
}
.link_main {
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem) /*24-32|320-1920*/ !important;
}
.frp01 a {
  background: url("../img/ranchu.png") no-repeat right center rgba(255, 255, 255, 0.8);
  background-size: contain;
}
.frp02 a {
  background: url("../img/hoka.png") no-repeat right center rgba(255, 255, 255, 0.8);
  background-size: contain;
}
.frp01 a:hover,
.frp02 a:hover {
  background-color: #157;
}
.frp01:hover p,
.frp02:hover p {
  color: #fff !important;
}
.link_more {
  background: rgba(17, 85, 119, 0.8);
  color: #fff !important;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 2px 16px;
}
/*=======================================================================
961
=======================================================================*/
@media only screen and (min-width: 961px) {
  #index_top {
    background: url("../img/main_img.jpg") no-repeat top center;
  }
  .frp01 a,
  .frp02 a {
    background-position: right 5% bottom;
  }
}
/*=======================================================================
960
=======================================================================*/
@media only screen and (max-width: 960px) {
  #index_top {
    background: url("../img/main_img_01_sp.jpg") no-repeat left center;
    background-size: cover;
  }
  .map {
    width: 90%;
    margin: 0 auto;
  }
  #top_link li a {
    padding: 16px 16px 180px 16px;
  }
  .frp01 a,
  .frp02 a {
    background-size: 50%;
    background-position: right bottom;
  }
}
/*=======================================================================
520
=======================================================================*/
@media only screen and (max-width: 520px) {
  .frp01 a,
  .frp02 a {
    background-size: contain;
    background-position: bottom;
  }
}
/*=======================================================================
らんちゅう水槽
=======================================================================*/
.point div {
  margin-bottom: 48px;
  padding: 36px 16px 16px;
  border: 1px solid #ccc;
  border-radius: 14px;
}
.point dt span {
  font-size: 240%;
  color: #399;
  font-style: italic;
  margin-right: 16px;
}
.point dt {
  font-size: clamp(1.125rem, 1rem + 0.63vw, 1.75rem) /*18-28|320-1920*/;
  font-weight: 600;
  margin-bottom: 12px;
}
.point dd.flex_sb img,
.point dd.flex_sb p {
  flex: 1;
}
.point dd.flex_sb img {
  max-width: 240px !important;
  margin: 8px;
}
.color_ver,
.color_ver li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.color_ver li {
  width: calc(100% / 7 - 8px);
}
.color_ver li div {
  width: 48px;
  height: 48px;
  border: 1px solid #111;
  margin-right: 8px;
}
.color01 div {
  background: white;
}
.color02 div {
  background: #2d8ac3;
}
.color03 div {
  background: #000;
}
.color04 div {
  background: #1a6721;
}
.color05 div {
  background: #1e4129;
}
.color06 div {
  background: #807d78;
}
.color07 div {
  background: #232b3e;
}
/*960*/
@media only screen and (max-width: 960px) {
  .color_ver li {
    width: 48%;
    margin-bottom: 8px;
  }
}
/*520*/
@media only screen and (max-width: 520px) {
  .point dd.flex_sb img {
    width: 100% !important;
    margin: 0;
  }
}
/*=======================================================================
FRP飼育水槽
=======================================================================*/
.type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.type li {
  width: 48% !important;
}
.type li p {
  margin: 0;
}
.no-icon li {
  list-style-type: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
/*960*/
@media only screen and (max-width: 960px) {
}
