* {
	margin : 0 ;
	padding : 0 ;
}

/*フォント*/
*{
	font-family:"游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
}

body {
	text-align:center;
	font-family:"Helvetica Neue","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	line-height:1.4;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.header{
	width:100%;
}

.logo{
	margin-top:10px;
	margin-bottom:-16px;
	width:300px;
}

.nav{
	margin:0 0 15px;
	text-align: center;
	letter-spacing: 3px;
}

.nav li{
	list-style: none;
	display: inline-block;
	padding: 0 10px;
}

.nav a{
	font-size:15px;
	font-family:"Helvetica Neue","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight:bold;
	text-decoration: none;
	position: relative;
	display: inline-block;
	text-decoration: none;
}

.nav a:hover{
	transition: .2s ;
}

.footer{
    width:100%;
    text-align:center;
    padding:10px 0;
    bottom:0px;
    clear:left;
    margin-top: auto;
}

address {
	font-style : normal ;
	font-size : 75% ;
}


@media screen and (max-width: 980px) {
	address {
		font-size : 100% ;
	}
	.logo{
		width:55%;
		margin-bottom:0;
	}
	.nav li{
		padding: 10px 20px;
	}
	.nav li a{
		font-size:23px;
	}
}

/*写真*/
.photo img {
	transition: .2s ;
}
.photo img:hover {
	opacity: .5 ;
}

/* pc */
.sp { display: none !important; }
/* sp */
@media only screen and (max-width: 980px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/*767*/
.phon{display: none !important; }
@media only screen and (max-width: 767px) {
.phon { display: block !important; }
}