@charset "UTF-8";
/* CSS Document */
body{
margin: 0;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 300;
}
img{
max-width: 100%;
}
a:hover img{
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}
.bg-gy{
background-color: rgba(242,244,237,1.00);
}
header{
display: flex;
justify-content: center;
padding: 30px 0 10px;
}
img.logo{
width: 220px;
}
main{

}
p.center{
text-align: center;
}
.top-waruso{
position: relative;
height: 500px;
padding: 0;
}
.mike{
position: absolute;
top: 8%;
left: 0;
max-height: 200px;
z-index: 1;
}
.sono{
position: absolute;
top: 20%;
right: 0;
max-height: 180px;
z-index: 3;
}
.cha{
position: absolute;
top: 50%;
left: 5%;
max-height: 180px;
z-index: 5;
}
.tora{
position: absolute;
top: 28%;
left: 40%;
max-height: 190px;
z-index: 2;
}
.kuro{
position: absolute;
top: 10%;
right: 25%;
max-height: 190px;
z-index: 1;
}
.shiro{
position: absolute;
top: 65%;
left: 40%;
max-height: 190px;
z-index: 7;
}
.hachi{
position: absolute;
top: 40%;
right:2%;
max-height: 180px;
z-index: 6;
}
.news{
max-width: 800px;
margin: 40px auto;
padding: 0 20px;
}
.news h2{
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
}
article h3{
font-size: 18px;
border-left: 10px #666 solid;
padding-left: 10px;
line-height: 120%;
margin: 5px 0;
}
article h3 a{
color:rgba(24,123,73,1.00);
text-decoration: none;
}
article h4{
margin: 0 20px;
}
p.come{
text-align: center;
font-size: 21px;
margin-bottom: 40px;
margin: 20px;
line-height: 150%;
}
.member {
margin-top: 100px;
background-color:#CEB70A;
padding: 40px 20px;
text-align:center; 
position: relative;
}
.spikes {
  position: relative;
  background: #2c3e50;
  height: 50vh;
}
.member::before {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 0;
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #fff 25%, transparent 25%), linear-gradient(225deg, #fff 25%, transparent 25%);
  background-position: 0 0;
  box-sizing: border-box;
}
.member::after {
  content: '';
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 20px;
  background-size: 20px 100%;
  background-image: linear-gradient(135deg, #CEB70A 25%, transparent 25%), linear-gradient(225deg, #CEB70A 25%, transparent 25%);
  background-position: 0 0;
}
.member h2{
text-align: center;
}
.member ul{
list-style: none;
margin: 50px auto;
padding: 0;
display: flex;
flex-wrap: wrap;
justify-content: space-around;
max-width: 1400px;
}
.member li{
width: 48%;
text-align: center;
}
.member img{
border-radius: 50%;
}
.goods{
margin: 40px 0;
text-align: center;
}
.goods ul{
max-width: 1400px;
margin: 40px auto;
padding: 20px;
list-style: none;
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.goods li{
width: 80%;
margin: 1%;
margin-bottom: 40px;
}
.goods h3 span{
display: block;
font-size: 80%;
}
.gallery{
display: none;
}
.contact{
padding: 60px 20px;
text-align: center;
margin-bottom: 80px;
}
.btn{
margin: 40px 0;
display: flex;
justify-content: center;
}
.btn a{
background-color: #000;
color: #fff;
border-radius: 5px;
text-decoration: none;
padding: 10px 20px;
letter-spacing: 10px;
}
.btn :hover{
background-color: #666;
}
.sns{
display: flex;
justify-content: center;
align-items: center;
margin: 80px 0 0 0;
}
.sns img{
width: 40px;
}
footer{
position: relative;
display: flex;
justify-content: center;
}
address{
font-style: normal;
font-size: 14px;
}
p.copy{
text-align: center;
margin: 10px auto;
font-size: 12px;
}
.sp{
display: block;
}
.pc{
display: none;
}
@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */
.top-waruso{
position: relative;
height: 700px;
}
}
@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */
header{
display: flex;
justify-content: center;
padding: 20px 0 10px;
}
.top-waruso{
position: relative;
height: 700px;
}
.mike{
position: absolute;
top: 5%;
left: 7%;
max-height: 400px;
z-index: 4;
}
.sono{
position: absolute;
top: 5%;
right: 7%;
max-height: 330px;
z-index: 3;
}
.cha{
position: absolute;
top: 40%;
left: 17%;
max-height: 340px;
z-index: 5;
}
.tora{
position: absolute;
top: 8%;
left: 33%;
max-height: 370px;
z-index: 2;
}
.kuro{
position: absolute;
top: 3%;
right: 30%;
max-height: 380px;
z-index: 1;
}
.shiro{
position: absolute;
top: 40%;
left: 44%;
max-height: 380px;
z-index: 7;
}
.hachi{
position: absolute;
top: 35%;
right: 14%;
max-height: 370px;
z-index: 6;
}
article h3{
font-size: 21px;
border-left: 10px #666 solid;
padding-left: 10px;
line-height: 100%;
margin: 5px 0;
}
.member ul{
list-style: none;
margin: 50px auto;
padding: 0;
display: flex;
flex-wrap: wrap;

justify-content: space-around;
max-width: 1400px;
}
.member li{
width: 14%;
text-align: center;
}
p.come{
text-align: center;
font-size: 18px;
margin-bottom: 40px;
}
.goods li{
width: 31%;
margin: 1%;
margin-bottom: 40px;
}
.sp{
display: none;
}
.pc{
display: block;
}
}