@charset "utf-8";


/* ------------------------------
   PC時
------------------------------ */

@media only screen and (min-width: 450px) {

.menu {
	position: fixed;
	width: 100%;
	/*background-color: #fff;*/
	z-index: 1000;
	right: 0;
	top: 0;
}

.nav ul li a {
	color: #000;
	font-size: 11px;
	font-family: 'Cormorant', serif;
	text-decoration: none;
	display: block;
	line-height: 20px;
	letter-spacing: 5px;
	padding: 0 10px;
}

#menu ul {
	float: right;
	width: 100%;
	height: 80px;
	padding: 24px 15px;
	/*position: absolute;*/
	right: 0;
	bottom: 70px;
	line-height: 10px;
	z-index: 10000;
	writing-mode: vertical-rl;
	box-sizing: border-box;
	text-align: left;
}

#menu li {
	width: 10px;
	height: 120px;
	display: inline-block;
}

.nav_img_pc {
	position: absolute;
	top: 21px;
	left: 43px;
}

.nav_img_pc_s {
	width: 22px;
}

/*.black ul {
	color: #000;
	position: fixed;
	transition: 1s;
	border-bottom: 0.5px solid #000;
}

.black ul li a {
}*/

/*.side_nav {
	background-color: #111;
	width: 50px;
	height: 100vh;
	position: fixed;
	z-index: 1000;
	left: 0;
	bottom: 0;
	transition: 0.5s;
}

.side_nav .contact {
	color: #fff;
	font-size: 20px;
	writing-mode: vertical-rl;
	margin-top: 30px;
	margin-left: 15px;
	letter-spacing: 3px;
}

.side_nav .tel {
	color: #fff;
	font-size: 12px;
	writing-mode: vertical-rl;
	margin-top: 200px;
	margin-left: 17px;
	letter-spacing: 3px;
}

.side_nav img {
	position: absolute;
	left: 12px;
	bottom: 30px;
}*/

/*.side_nav:hover {
	width: 100px;
	height: 100vh;
}*/

}