@charset "UTF-8";
#marine{
  font-size: 110%;
}
#mainImage {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}
#marine h2.type {
    border-left: 10px solid #bc1a21;
    padding: 0.25em 0.5em;
    font-size: 140%;
    line-height: 150%;
    color: #333;
    margin: 0 0 15px 0;
    font-family: "Open Sans";
    margin-bottom: 15px;
}
#marine .picbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
#marine .picbox li {
  flex: 0 0 49%;
}
#marine .picbox li img {
	width: 100%;
}
#marine .item{
	margin: 0 0 1em 0;
	display: flex;
	align-items: center;
    justify-content: space-between;
}

.price {
	font-size: 1.5em;
    background: #efefef;
    padding: 1em;
}

/* footer */
.footer_special {
  margin: 5em 0 1em;
}
.footer_special ul{
  display: flex;
  justify-content: space-between;
}
.footer_special ul li{
  width: 24%;
}
.footer_special img{
  border: 2px solid #ddd;
}

/* link 
#marine .detail a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0a9";
    margin-left: .3em;
}
#marine .detail a {
    color: #255a96;
}
*/

#link01{
  padding-top: 100px;
}

/*----- フェードインしながら上へスライド -----*/
#marine .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transition: .8s;
}
    
#marine .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
}


@media screen and (min-width:481px) and (max-width:800px){
  section#marine {
      padding: 60px 0;
  }
}

@media screen and (max-width:480px){
#marine .picbox {
  justify-content: space-around;
}

#marine .picbox li {
  flex: 0 0 98%;
}

  /* footer */
  .footer_special {
    margin: 3em 0 1em;
  }
  .footer_special ul{
    display: flex;
    flex-wrap: wrap;
  }
  .footer_special ul li{
    width: 48%;
    margin: 0 1%;
  }
}



