@charset"utf-8";

body{
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #3A3A3A;
  font-size: 10px;
  line-height: 2;  
}

p,h1,h2,h3,h4,h5,h6{
  margin-top: 0;
  text-align: center;
}

img{
  vertical-align: bottom;
}

li{
  list-style: none;
}

ul{
  margin: 0;
  padding: 0;
}

/*ここまでデフォルト解除*/

a{
  color: #3A3A3A;
  text-decoration: none;
}

header{
  width: 100%;
  text-align: center;
}

.header-img{
  width: 28%;
}

#wrap{
  clear: both;
  }
  
h1{
  margin: 55px auto;
  text-align: center;
  font-family: 'Helvetica Neue','Helvetica','Open Sans', "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: 1.7;
  letter-spacing: 0.1em;
  color: #ffffff;
}

h2{
  margin: 0px auto 55px;
  text-align: center;
  font-family: 'Helvetica Neue','Helvetica','Open Sans', "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-size: 7.8vw;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #ffffff;
}

p{
  text-align: center;
  font-family: 'Helvetica Neue','Helvetica','Open Sans', "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
  font-size: 1.7vw;
  font-weight: 200;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.content{
  width: 100%;
  margin: auto;
  text-align: center;
}

footer{
  clear: both;
  width: 95%;
  margin: 50px auto 15px;
  text-align: center;
  font-family: 'Helvetica Neue','Helvetica','Open Sans', sans-serif;
  font-size: 1.5vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 400;
}

.footer-img{
  width: 11%;
}

/*
index
-----------------------------*/
.photo_h{
  margin-top: 35px;
}

.photo_h img{
  float: left;
  width: 33.33%;
}

.photo_f{
  width: 95%;
  margin: 0px auto;
}

.photo_f img{
  width: 100%;
  margin-top: 2.5%;
}

li a:hover{
  opacity: 0.8;
}

/*
aboutpage
-----------------------------*/
#aboutpage{
  background-color: #6060A7;
}

.about_logo{
  width: 15%;
  margin: 7% auto 5%;
}

#aboutpage footer{
  color: #ffffff;
  font-weight: 200;
}

/*
photopage
-----------------------------*/
#photopage img {
  width: 100%;
}

.f000{
  width: 92%;
  margin: auto;
}

.f000 img{
  margin-top: 4%;
}

.f000 h1{
  margin: 12px auto 85px;
  color: #000;
  font-size: 2.8vw;
}


/*
色変更
-----------------------------*/

.m001{
  background-color: #60C0A7;
}

.v002{
  background-color: #606030;
}

.d003{
  background-color: #D6FCFF;
}

.p004{
  background-color: #E7BB11;
}

.m005{
  background-color: #604BCD;
}

.e006{
  background-color: #D2D2D2;
}

.s007{
  background-color: #CB60A7;
}

.r008{
  background-color: #60C628;
}

.f009{
  background-color: #EFC6F9;
}


/* 
パソコン用"pc"のclassの画像表示
-----------------------------*/
.pc { display: block !important; }
.sp { display: none !important; }
img { max-width: 100%; }



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

h2{
  margin: 0px auto 35px;
  font-size: 12.3vw;
  letter-spacing: 0.03em;
}

p{
  font-size: 3vw;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#photo_main{
  margin: 0px auto;
}

footer{
  font-size: 2.6vw;
}

.footer-img{
  width: 17%;
}

/*
aboutpage
-----------------------------*/
.about_logo{
  width: 52%;
  margin: 12% auto 5%;
}

/* 
スマートフォン用"sp"のclassの画像表示
-----------------------------*/
@media only screen and (max-width: 767px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    img { max-width: 100%; }
}

}