* {
	margin : 0 ;
	padding : 0 ;
}


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;
}

a{
	color:#333;
}

.index{

}


.header{
	width:100%;
	padding: 0;
	z-index: 5;
}

.nav{
margin:30px 0px 15px 40px;
text-align:left;
letter-spacing: 0.03em;
}

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

.nav a{
text-decoration: none;
color: #222;
position: relative;
display: inline-block;
	transition: .1s;
}

.nav a:hover{
color: #aaa;
}

@media only screen and (max-width: 520px) {
	.nav{
		margin:30px auto 40px;
		text-align:center;
		letter-spacing: 0em;
	}
	.nav li{
		list-style: none;
		display: inline-block;
		padding: 0 8px;
	}
}
@media only screen and (max-width: 360px) {
	.nav li{
		font-size: 15px;
		padding: 0 5px;
	}
}


.main-bg{
	padding-top:50px;
}
@media only screen and (max-width: 520px) {
.main-bg{
	padding-top:0;
	}	
}

.main{
	width: 100%;
	margin-bottom:100px;
}
@media only screen and (max-width: 520px) {
	.main{
		margin-bottom:60px;
	}
}

.main h2{
	font-weight:normal;
	letter-spacing: -1px;
}

.main a{
	transition: .2s ;
}

.news{
	margin:0 auto;
	padding:0 50px;
	text-align:left;
}

@media only screen and (max-width: 520px) {
	.news{
		margin:0 28px;
		padding:0;
	}	
}

.news .name{
	font-size:30px;
	font-weight: normal;
}

.news .rby{
font-size:13px;
}

.news .prf{
	margin:12px 0 0;
	font-size:13px;
	letter-spacing: 0.1em;
}

.news .in{
	display: flex;
	margin:10px 0;
	padding:8px 0 13px;
	width:100%;
}

.news .in h2{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size:46px;
}

.in .inner{
	margin-left: 20px;
	text-align: center;
}
.in .inner .img{
	position: relative;
	margin-bottom:10px; 
}

.in .inner .notes{
	position: absolute;
	bottom:5px;
	right:10px;
	color:#fff;
	font-size:14px;
	letter-spacing: 0.1em;
	padding:10px 20px;
	text-align: right;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}

.news .in .text{
	width:49.5%;
	display:inline-block;
	vertical-align:top;
	max-width: 600px;
	font-size:46px;
	line-height: 1;
	margin-bottom: 20px;
	text-decoration: none;
	color:#222;
	background-color:#F9F9F9;
	padding:8px 0;
}
.news .in .text:hover{
	opacity: 1;
	color:#eee;
	background-color:#222;
}
.news .in .text.left{
	margin-right: 0.5%;
}
.news .in .text.right{
		margin-left: 0.5%;
}

.news .in img{
	width:100%;
	vertical-align:top;
	max-width: 1100px;
}

.news a:hover{
opacity: .7;
}

@media only screen and (max-width: 767px) {
	.in .inner{
		margin-left: 0;
}
	.news .in{
		display: inline;
	}
	.news .in h2{
		-ms-writing-mode: lr-tb;
		writing-mode: horizontal-tb;
		font-size:38px;
	}
	.in .inner .notes{
		font-size:13px;
	}
	.news .in .text{
		font-size:40px;
		margin-bottom: 10px;
	}	
}

@media only screen and (max-width: 520px) {
	.news .in .text{
		width:100%;
		font-size:35px;
	}
	.news .in .text.left{
		margin-right: 0;
	}
	.news .in .text.right{
		margin-left: 0;
	}
	.in .inner .notes{
		bottom:0;
		right:2px;
		font-size:12px;
		padding:5px 10px;
	}
}

.photo img {
	transition: .2s ;
}
.photo img:hover {
	opacity: .5 ;
}


.footer{
    width:100%;
    background-color:rgba(0,0,0,0.5);
    color:#fff;
    text-align:center;
    padding:10px 0;
    bottom:0px;
    clear:left;
    margin-top: auto;
}

.footer_menu{
    padding-top:10px;
    width: 100%;
    height:50px;  
    color:#fff;
    letter-spacing: .2em;
	font-size : 14px ;
    }

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

.footer_menu a{
    text-decoration: none;
    color: #fff;
    position: relative;
    display: inline-block;
	transition: .2s;
}
.footer_menu a:hover{
	opacity: 0.5;
}


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

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

@media only screen and (max-width: 520px) {
.phone { display: inline!important; }
.no_phone { display: none!important; }
}

