@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  background-color: black;
  color: #aaaaaa;
  font-size: 18px;
  line-height: 1.7;
}

header {
  margin: 15px 0 5px 0px;
  padding: 0 0 0 30px;
  background-color: black;
}

p,h1,h2,h3,h4,h5,h6 {
  margin: 0;
}

img {
  vertical-align: bottom;
}

a　{
  text-decoration: none;
}

a:link {
  color: #ffffff;
}

a:visited{
  color: #188d98;
}

a:hover{
  text-decoration: underline;
}

.logo{
  float: left;
  margin-top: 50px;
}

#wrap {
  display: block;
  background-color: black;
  margin: 320px auto 0 auto;
  padding: 10px 0;
  width: 1350px;
}

.zenntai {
  position: relative;
}

.de-ta {
  position: absolute;
  display: block;
  left: 1000px;
  margin: 20px 0 0 0;
}

#gallery-2 {
  width: 790px;
  margin: 0 auto;;
}

.cleaerfix:after {
  content: "";
 display: block;
  clear: both;
}

.h2-p {
  color: firebrick;
  margin: 0 0 10px 0;
  border-bottom: 1px solid black;
}

.arrow::after{
  content: "";
  bottom: -14px;
  border-top: 20px solid #5bc0de;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  margin: 0 auto;
}

.ph {
  clear: both;
  display: block;
  float: none;
  padding-bottom: 25px;
}

.swipe{
  float: left;
}

.profile {
  display: block;
  width: 300px;
  height: 450px;
  margin: 1px 12px 0 0;
  float: right;
}

.content {
  display: block;
  background-color: black;
  width: 720px;
  margin: 0 auto;
}

#main {
  background-color: black;
  width: 700px;
  margin: 0 auto;
}

footer {
  text-align: center;
  color: #ffffff;
  padding: 3px 0;
  background-color: #767671;
}

footer small {
  font-size: 12px;
}

h1 {
  font-family: 'Bitter', serif;
  font-size: 22px;
  text-align: center;
}

h2 {
  font-size: 20px;
  line-height: 22px;
}

.profile img {
  margin-bottom: 10px;
  }

.icon:before {
  content: "";
  padding-right: 10px;
  border-left: 7px solid #9cd4a4;
}

#gallery {
  background-color: #ffffff;
  width: 800px;
  height: 500px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.art {
  background-color: black;
  border: 1px solid black;
  width: 130px;
  height: 185px;
  margin: 10px 20px;
  float: left;
}

 .explanatory {
  font-size: 17px;
  line-height: 20px;
  margin-bottom: 5px;
}


#index {
  background-image: url(../images/sakana.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: 100% auto;
  width: 1350px;
}


a img:hover {
  opacity: 0.4;
}

.gallery-ai-2 {
  position: absolute;
  display: block;
  background-color: black;
  width: 320px;
  height: 400px;
  margin: 0 0 10px 0;
}

.gallery-ai-2 p{
  font-size: 15px;
  line-height: 20px;
  
}
.ph-2 {
  padding: 0 0 20px 0;
}

.banner {
  margin: auto;
  text-align: center;
}

.barcode {
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width:600px) {
  /*画像サイズが600px以下の場合に適用*/
 

  

   #wrap {
     position: relative;
    max-width: 100%;
  }
  
  .swipe p {
    font-size: 25px;
  }
  .content {
    margin: 0 auto;
  }
  
  .profile {
  position: absolute;
  display: block;
  margin: auto;
  left: 997px;
  top: 20px;
  }
  
  .banner {
    display: none;
  }
   
}
@media screen and (min-width: 600px){
  
  .swipe {
    display: none;
  }
  
  .barcode {
    display: none;
  }
}

