@charset "UTF-8";

/*** RESET ***/

body, header, footer, nav, section, div, ol, ul, li, p, h1, h2, h3, figure {
	margin: 0;
	padding: 0;
}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block
}

/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:block;
    overflow:hidden;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/************************************************************
　　　　共通
************************************************************/
body {
	font-size: 14px;
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", arial, verdana, Meiryo, "ＭＳ Ｐゴシック", Osaka,  sans-serif;
	color: #333;
}

ul, li {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

a {
	text-decoration: ;
	color: #333;
	-webkit-transition: all 0.1s linear;
       -moz-transition: all 0.1s linear;
        -ms-transition: all 0.1s linear;
         -o-transition: all 0.1s linear;
            transition: all 0.1s linear;
}

#wrapper {
	font-size: 100%;
	min-width: 1000px;
	margin: 0 auto;
	line-height: 180%;
}

.inner {
	width: 1000px;
	margin: 0 auto;
}

::selection {
	background: #ffe114; color: #fff;
}

::-moz-selection {
	background: #ffe114; color: #fff;
}



/************************************************************
/* header
************************************************************/
header {
	background-color: #fff;
/*background-color: #00f;*/
	height: 230px;
	width: 100%;
}

header #logo {
	position: fixed;
	width: 192px;
	bottom: 30px;left: 50%;
	margin-left: -96px;
	z-index: 1;
}

header #logo a {
	display: block;
	width: 192px;
	height: 40px;
	background: url('/common/images/logo.svg') no-repeat center;
	background-size: 192px;
	text-indent: -9999px;
	opacity: 0.7;
}

header #logo a:hover {
	opacity: 1;
}

/* グローバルナビゲーション
--------------------------------------------------------- */

header #gNav {
	position: absolute;
	height: 68px;
	width: 100%;
	top: 61px;
	padding: 0 0 0 0;
	background-color: #fff;
/*background-color: #904654;*/
	z-index: 999;
}

header #gNav.fixed {
	position: fixed;
	top: 0
}

header #gNav nav {
	position: absolute;
	left: 50%;
	width: 1000px;
	margin: 0 0 0 -500px;
	overflow: hidden;
}

header #gNav nav > ul {
	width: 1040px;
	margin-right: -40px;
}

header #gNav nav > ul li {
	width: 220px;
	margin-right: 40px;
	float: left;
	text-align: center;

}

header #gNav nav > ul li a {
	display: table-cell;
	font-family: 'Marcellus', serif;
	font-size: 18px;
	text-decoration: none;
	color: #454545;
	width: 235px;
	height: 68px;
	vertical-align: middle;
}

header #gNav nav > ul li a:hover {
}

header #gNav nav > ul li a span {
	position: relative;
}

header #gNav nav > ul li a span:after {
	content: "";
	position: absolute;
	bottom: -20px;left: 50%;
	width: 0;
	padding: 0 0;
	height: 2px;
	background-color: #ffe114;

	-webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

header #gNav nav > ul li a:hover span:after,
.home header #gNav nav > ul li.home a span:after,
.about header #gNav nav > ul li.about a span:after,
.collection header #gNav nav > ul li.collection a span:after,
.contact header #gNav nav > ul li.contact a span:after {
	left: 0;
	width: 100%;
	padding: 0 40px;
	margin-left: -40px;
	background-color: #ffe114;
	-webkit-transition: all 0.2s linear;
       -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
         -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
}

/************************************************************
/* コンテンツ
************************************************************/
article {
	overflow: hidden;
	padding-bottom: 190px;
}

section.w1000 {
	width: 1000px;
	margin: 0 auto;
}

#contentVis {
	background-color: #ffe114;
	position: relative;
	margin-bottom: 100px;
}

/*#contentVis:before {
	content: "";
	width: 100%;
	height: 517px;
	position: absolute;
	top: 0;left: 0;
	background: url('/common/images/bg_top.png') top repeat-x;
}*/

/*#contentVis:after {
	content: "";
	position: absolute;
	height: 100px;
	width: 100%;
	bottom:100px;left: 0;
	background: url('/common/images/bg_bow.png') no-repeat center;
}*/

#contentVis h1 {
	font-family: 'Marcellus', serif;
	font-size: 32px;
	font-weight: lighter;
	width: 1000px;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
	letter-spacing: .2em;
}

#contentVis p {
	width: 1000px;
	margin: 0 auto;
	text-align: right;
	color: #fff;
}

section .h-01 {
	font-size: 22px;
	font-family: 'Marcellus', serif;
	font-weight: normal;
	margin-bottom: 16px;
}

.janF {
	font-family: Helvetica , "游ゴシック" , "Yu Gothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", arial, verdana, Meiryo, "ＭＳ Ｐゴシック", Osaka !important;
	letter-spacing: 0.2em;
}

.tabMenu {
	position: absolute;
	width: 1000px;
	left:50%; bottom: -120px;
	margin-left: -500px;
}

.tabMenu ul {
	float: left;
	position: relative;
	left: 50%;
}

.tabMenu li {
	float: left;
	margin: 0 20px;
	position: relative;
	left: -50%;
}

.tabMenu li a {
	display: block;
	font-family: 'Marcellus', serif;
	font-size: 22px;
	color: #454545;
	padding: 10px 20px;
	position: relative;
	letter-spacing: 0.1em;
}

.tabMenu li a:hover {
	color: #006951;
}

.tabMenu li a:after {
	content: "";
	width: 0;height: 0;font-size: 0;
	border: 5px solid transparent;
	position: absolute;
	bottom: -10px ;left: 50%;
	margin-left: -5px;
}

/************************************************************
/* footer
************************************************************/
footer {
	position: relative;
}

footer #copyright {
	position: fixed;
	bottom: 0;
	right: 0;
	font-size: 12px;
	color: #666;
	transform: translateX(40px) translateY(-80px) rotate(-90deg);
}

/*	ページトップボタン
------------------------------------------------------*/
.pageTop {
	width: 72px;
	z-index: 2;
	right : 20px;bottom: 0;
	position: fixed;
	margin-bottom: 50px;
}

.pageTop a {
	display: block;
	text-indent: -9999px;
	background: url('/common/images/pagetop.png') no-repeat center;
	background-size: 22px;
	width: 22px;
	height: 104px;
	position: relative;
}

/*	日本ヴァイオリンバナー
------------------------------------------------------*/
#nvBanner {
	position: fixed;
	top:50%;right: -93px;
	margin-top: 10px;
}

#nvBanner a {
	display: inline-block;
	background: url('/common/images/nv_logo.png') no-repeat 30px center rgba(0, 0, 0, 0.6);
	background-size: 40px;
	color: rgb(255, 255, 255);
	font-size: 12px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 20px 5px;
	transform: rotate(-90deg);
	padding: 10px 50px 10px 80px;
	border-bottom: 1px solid rgb(170, 170, 170);
	border-radius: 4px 4px 0px 0px;
	transition: all 0.1s linear;
	position: relative;
}

#nvBanner a:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	position: absolute;
	top: 50%;right: 30px;
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	     -ms-transform: rotate(45deg);
	        -o-transform: rotate(45deg);
	            transform: rotate(45deg);
	transition: all .1s;
}

#nvBanner a:hover:after {
	right: 26px;
	transition: all .1s;
}









