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

body{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	line-height: 2;
	color: #000000;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}
p{
	font-family: 'Kosugi', sans-serif;
}
.smp{
	display: none !important;
}
.pc{
	display: inherit;
}
.flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
a:hover{
	opacity: 0.7;
}
.wrapper{
	max-width: 1000px;
	margin: 0 auto;
}
.center{
	text-align: center;
}
.img-responsive{
	width: 100%;
	height: auto;
}


/*TOP*/
.mainvis{
	width: 100vw;
	height: auto;
	margin-bottom: 10em;
	padding-top: 70px;
}
h1,
.insta{
	margin: 0;
	padding-top: 0.5em;
}
header{
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
}
header .menu{
	padding-top: 0;
	align-items: center;
	margin-left: 5vw;
	margin-right: 5vw;
	box-sizing: border-box;
}
nav ul{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
nav ul li a{
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;
	padding: 0.3em 2em;
}
h2{
	font-size: 50px;
	color: #c8bb9b;
	font-weight: bold;
}
.top_menu h2{
	border-bottom: 5px solid #000000;
}
.top_item{
	text-align: center;
}
.top_menu{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 10em;
}
.news{
	border-bottom: 1px solid #000000;
}
.top_con{
	background-color: rgba(200,187,155,0.7);
	padding-bottom: 2em;
	padding-top: 1em;
}
.top_con h2{
	color: #624225;
}
footer{
	color: rgba(255,255,255,1.00);
	background-color: rgba(0,0,0,1.00);
}
footer p{
	margin-bottom: 0;
}

/*ABOUT*/
.page{
	margin-top: 150px;
}
.about h2{
	margin-bottom: 0;
}
.about img{
	margin-bottom: 3em;
}
.mem_item{
	text-align: right;
}
.mem_item .pic{
	box-shadow: -2px 2px 5px #000;
}
.prof{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.member{
	margin-top: 8em;
}
.about_item{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 3em;
	margin-bottom: 3em;
}
.about_left{
	text-align: end;
	margin-left: 3em;
}
.about_right{
	text-align: start;
	margin-left: 3em;
}

/*MAGAZINE*/
.mag h3{
	font-size: 50px;
	margin-bottom: 0;
}
.issue{
	margin-top: -1.5em;
	color: #707070;
}
.mag img{
	margin-top: 3em;
	margin-bottom: 1em;
}
.mag_item{
	text-align: center;
}
.mag_item .text{
	margin-top: -2em;
}

/*CONTACT*/
.contact p{
	margin-bottom: 3em;
}

/*MAGAZINE中身*/
.mag_under{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.top0{
	margin-top: 0;
}
.bottom0{
	margin-bottom: 0;
}
.mag .pic{
	box-shadow: 0 0 8px #000;
}
.layout{
	display: flex;
	justify-content: flex-end;
	margin-right: 3em;
	flex-wrap: wrap;
}
.layout p{
	margin-left: 2em;
}

#smp-btn{
	position: fixed;
	bottom: 10px;
	right: 10px;
}
#smp-btn a{
	background-image: url("../img/smpbtn-icon.gif");
	width: 30px;
	height: 30px;
	display: block;
	text-indent: -9999px;
}
#smp-btn a.active{
	background-position: -30px 0;
}












