@charset "UTF-8";
/* CSS Document */


body{
font-family: kinuta-maruminfuji-stdn, serif;
display: none;
font-size: 15px;
color: #404040;
background-color: #fff;
line-height: 1.5;
position: relative;
}

img{
vertical-align:bottom;
max-width:100%;
height:auto;
}

#wrapper{
width: 80%;
margin: 0 auto;
}

header,footer{
width:100%;
}

span1 ,.shopbutton{
font-size: 13px;
color:#ccc;
margin-left: 20px
}

nav ul{
margin-top: 50px;
}
nav ul li{
margin: 0 18%;
}

nav ul li a{
text-decoration: none;
color:#000;
font-weight: normal;
text-align: center;
line-height: 50px;
font-size: 18px;
}

nav ul li a,.subname:hover{
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
 color:#000;
}

nav ul li img{
margin-bottom: 10px;
width:45%;
margin-left: 15%;
}

.link{
text-decoration: none;
color: #47acac;
transition: all 0.2s;
}

.link:hover{
color: #ccc;
}

header{
position: relative;
}

h1{
margin:4.0263% 0 0 5.5%;
padding: 0;
position:fixed;
z-index: 2;
width:50px;
height:72px;
font-size: 16px;
}

article#topics{
margin-bottom: 130px;
}

section p{
margin-bottom: 30px;
letter-spacing: 1px;
}

#title-set{
padding-top: 130px;
margin: 0 0 50px;
}

h2{
font-size: 25px;
font-weight: bold;
letter-spacing:0.1em;
}

h4{
color: #909090;
}

h3{
font-size: 20px;
margin-bottom: 30px;
padding-top: 40px;
}

img.picture1{
padding-bottom: 60px;
border-bottom: 1px #ccc solid;
}

img.picture2{
margin-bottom: 50px;
width: 90%;
}
img.picture3{
margin-bottom: 10px;
width: 90%;
}
.img-box{
text-align: center;
}


/*--------------トピック02以降追加--------------*/
.hurusato-link{
color: #47acac;
text-decoration: none;
}
.point{
font-size: 14px;
color: #909090;
}
picture img{
margin: 80px 0 30px;
}
span.color{
color: #47acac;
}
h5{
font-size: 13px;
color: #909090;
}
p.name{
margin: 5px 0;
font-size: 20px;
}
h5,p.name{
text-align: center;
}
dl{
border-top: solid 1px #909090;
padding-top: 30px;
}
dl dt{
color: #909090;
}
dl dd{
margin: -27.5px 0 0 115px;
}
.kankaku{
margin-left: 68px;
}
dl dt,dl dd{
margin-bottom: 5px;
}
.introduction1{
margin-bottom: 70px;
}
.introduction2{
margin-bottom: 100px;
}
.memberbox1{
text-align: center;
}
/*------------------------------------------*/



.back a{
color: #404040;
text-decoration: none;
display: inline-block;
padding: 10px;
border: #ccc 1px solid;
border-radius: 90px;
transition: all .3s;
text-align: center;
margin:50px 0 0;
width: 220px;
}

.back a:hover{
background: #ccc;
border: #ccc 1px solid;
transition: all .3s;
}

.back{
text-align: center;
}

/*footer*/
footer small{
font-size: 12px;
line-height: 40px;
}

footer{
text-align: center;
background-color: #FFFFFF;
margin: 0 auto;
  border-top: #414141 solid 1px;
		width: 90%;
}

footer a{
color: #414141;
text-decoration: none;
font-size: 13px;
margin: 0 10px;
transition: all 0.2s;
}

footer a:hover{
color: #ccc;
}
aside #sns{
  text-align: center;
}

#sns ul {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    width: 140px;
    padding:100px 0 30px; 
}
#mini-menu{
margin: 10px 0;
}

.facebook,.twitter,.instaglam{
  width: 27px;
  height: 27px;
}



/*---------------------------タブレット---------------------*/
@media screen and (min-width:600px){

#wrapper{
width: 70%;
margin: 0 auto;
}
h1{
width:70px;
}
nav ul{
margin-top: 100px;
}

.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

article#topics{
margin-bottom: 180px;
}

img.picture1{
padding-bottom: 100px;
}
img.picture2{
margin-top:50px;
margin-bottom: 80px;
}

h3{
padding-top: 60px;
}
.back{
text-align: end;
}

}





/*----------------------------PC------------------------------*/
@media screen and (min-width:960px){

#wrapper{
width: 100%;
display: flex;
justify-content: space-between;
}

aside{
position: relative;
width:264px;
}

nav ul li a .subname:hover{
color: #B6B6B6;
}

 nav{
z-index: 2;
opacity:1;
}

nav ul{
width: 100%;
margin-left:53%;
margin-top: 55px;
position:relative;
}

h1{
display: none;
}

nav ul li{
width:210px;
}

nav ul li a{
color: #000;
font-size: 22px;
}

nav ul li a:hover{
-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
 color:#B7B7B7;
}

nav ul li a{
color: #000;
  text-decoration: none;
font-family: kinuta-maruminfuji-stdn, serif;
}

main{
    width: 43.5%;
    padding: 0 18%;
}

#topics{
margin-bottom: 200px;
}
h2{
font-size: 30px;
}
img.picture2{
width: 80%;
}
span1{
color: #414141;
}
/*---------------------------------------*/
h5,p.name{
text-align: left;
}
.introduction1,.introduction2{
display: flex;
}

.memberbox2{
margin: 100px 0 0 30px;
}
/*---------------------------------------*/
}
