@charset "utf-8";

/**
 * Global
 * 
 */
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	-webkit-font-smoothing: subpixel-antialiased;
}
body {
	color: #000;
	

	/*background: url(../images/body_about.jpg) no-repeat 0 0;*/
	background-size: cover;
	background-attachment: fixed;
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", 'メイリオ', Meiryo, sans-serif;
	/*font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
	/*font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
}
img {
	border: 0;
}
img, input {
	vertical-align: middle;
}
hr {
	display: none;
}


a:link, a:visited {
	color: #000;
	text-decoration: none;
}






/**
 * .container
 * 
 */
.container {
	margin: 0 auto;
	width: 1090px;
}





/**
 * footer
 * 
 */
footer {
	position: relative;
	clear: both;
	width: 100%;
	margin-top: -30px;
}
footer .container {
	margin: 0 auto;
	width: 900px;
	text-align: right;
}
footer p#copyright, 
footer nav {
	display: inline-block;
	line-height: 30px;
	font-size: 100%;
}
footer nav {
	margin-right: 35px;
}
footer nav a {
	margin-left: 10px;
	padding: 0 10px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

footer iframe {
	position: absolute;
	left: 0;
	top: 0;
}

#home footer {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
}
#home footer .container {
	width: 1090px;
	color: #fff;
}
#home footer nav {
	margin-right: 0;
}
#home footer nav a {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	color: #fff;
}





/**
 * header#global-header
 * 
 */
header#global-header {
	border-top: 10px solid #000;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
}
header#global-header div.container {
	position: relative;
}
header#global-header div#logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 117px;
}
header#global-header div#logo h1 span, 
header#global-header div#logo h1 a {
	display: block;
}
header#global-header div#logo h1 img {
	width: 100% !important;
	height: auto !important;
}
header#global-header div#logo img#logo-100year {
	display: block;
	margin: 18px 0 0;
	width: 85px !important;
	height: auto !important;
}
#home header#global-header div#logo img#logo-100year {
	display: block;
	margin: 18px auto 0;
}


header#global-header nav {
	/*margin-left: 180px;*/
	overflow: hidden;
	padding: 25px 0;
	width: 100%;
}
header#global-header nav ul {
	float: right;
	list-style: none;
	overflow: hidden;
	/*margin-left: -43px;*/
	padding-bottom: 3px;
	line-height: 20px;
	font-size: 12px;
}
header#global-header nav ul li {
	float: left;
	/*margin-left: 43px;*/
	margin-left: 30px;
	line-height: 29px;
	vertical-align: middle;
}
header#global-header nav ul li#nav-onlineshop {
	margin-left: 45px;
	/*width: 100px;*/
}
header#global-header nav ul li#nav-facebook {
	margin-left: 15px;
	/*width: 29px;*/
}

header#global-header nav ul li a {
	color: #fff;
	text-decoration: none;
}
header#global-header nav ul li#nav-onlineshop a, 
header#global-header nav ul li#nav-facebook a {
	display: block;
	overflow: hidden;
	height: 29px;
	text-indent: 100%;
	white-space: nowrap;
}
header#global-header nav ul li#nav-onlineshop a {
	width: 100px;
	background: url(../images/nav-onlineshop.png) no-repeat 0 0;
}
header#global-header nav ul li#nav-facebook a {
	width: 29px;
	background: url(../images/nav-facebook.png) no-repeat 0 0;
}
header#global-header nav ul li a:hover, 
header#global-header nav ul li a.current {
	padding-bottom: 2px;
	border-bottom: 1px solid #9a001b;
}
header#global-header nav ul li#nav-onlineshop a:hover, 
header#global-header nav ul li#nav-onlineshop a.current, 
header#global-header nav ul li#nav-facebook a:hover, 
header#global-header nav ul li#nav-facebook a.current {
	padding-bottom: 0;
	border-bottom: none;
}





/**
 * #home
 * 
 */
#home section#home-content {
	position: absolute;
	bottom: 30px;
	width: 100%;
	padding: 20px 0;
	background-color: rgba(255,255,255,0.8);
}


#home div#news {
	position: relative;
	padding: 0 24px;
	width: 1043px;
}

#home div#news div.jcarousel-clip {
    overflow: hidden;
	width: 1044px;
}

#home div#news div.jcarousel-clip ul {
	/*margin-left: -1px !important;*/
}
#home div#news div.jcarousel-clip ul li.jcarousel-item {
	overflow: hidden;
	padding: 0 20px;
	width: 220px;
	height: 65px;
	/*border-left: 1px solid #666;*/
}
#home div#news div.jcarousel-clip ul li a {
	display: block;
}
#home div#news div.jcarousel-clip ul li a div.article {
	overflow: hidden;
}
#home div#news div.jcarousel-clip ul li a div.article div.figure {
	float: left;
	width: 65px;
	margin-right: 8px;
}
#home div#news div.jcarousel-clip ul li a div.article p.time {
	font-size: 120%;
	font-weight: bold;
}
#home div#news div.jcarousel-clip ul li a div.article h1 {
	margin-top: 5px;
	line-height: 1.6;
	font-size: 120%;
	font-weight: normal;
}
/*
#home div#news div.jcarousel-clip ul li a article {
	overflow: hidden;
}
#home div#news div.jcarousel-clip ul li a article figure {
	float: left;
	width: 65px;
	margin-right: 8px;
}
#home div#news div.jcarousel-clip ul li a article time {
	font-size: 120%;
	font-weight: bold;
}
#home div#news div.jcarousel-clip ul li a article h1 {
	margin-top: 5px;
	line-height: 1.6;
	font-size: 120%;
	font-weight: normal;
}*/

#home div#news nav a {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 23px;
	height: 65px;
	/*background: url(../images/carousel_next.png) no-repeat 0 0;*/
	/*background-position: 0 50%;*/
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	cursor: pointer;
}
#home div#news nav a.jcarousel-next {
	right: 0;
	border-left: 1px solid #666;
	background-image: url(../images/carousel_next.png);
	background-position: 100% 50%;
}
#home div#news nav a.jcarousel-prev {
	left: 0;
	border-right: 1px solid #666;
	background-image: url(../images/carousel_prev.png);
	background-position: 0 50%;
}
#home div#news nav a.jcarousel-prev-disabled, 
#home div#news nav a.jcarousel-next-disabled {
	background-image: none;
}


/*html, body {
	height: 100%;
}*/





/**
 * div.content-container
 * 
 */
div.content-container {
	overflow: hidden;
	margin: 0 auto;
	padding: 45px 0 35px;
	width: 900px;
	/*min-height: 100%;*/
	background-color: rgba(255,255,255,0.85);
}
div.content-container #content {
	float: right;
	margin-right: 35px;
	width: 635px;
}




div.content-container #content nav.scroll-top {
	clear: both;
	margin: 20px 0 40px;
	text-align: right;
	font-size: 120%;
}
/*div.content-container #content figure {
	margin-bottom: 30px;
}
div.content-container #content div#content-body dl {
	overflow: hidden;
	margin-top: 15px;
	font-size: 120%;
}
div.content-container #content div#content-body dl dt {
	display: block;
	float: left;
	width: 95px;
}
div.content-container #content div#content-body dl dd {
	margin-left: 95px;
}*/



div.content-container nav#content-nav {
	float: left;
	margin-left: 25px;
	padding-top: 60px;
	width: 180px;
}
div.content-container nav#content-nav h1 {
	font-size: 120%;
}
div.content-container nav#content-nav ul {
	list-style: none;
	/*font-size: 120%;*/
}
div.content-container nav#content-nav ul.primary {
	/*margin-top: -25px;*/
}
div.content-container nav#content-nav ul li {
	margin-top: 17px;
}
div.content-container nav#content-nav ul li a {
	/*display: block;*/
	padding-bottom: 3px;
	line-height: 2;
	font-size: 120%;
}
div.content-container nav#content-nav ul li a:hover, 
div.content-container nav#content-nav ul li a.current {
	padding-bottom: 2px;
	border-bottom: 1px solid #9a001b;
}
div.content-container nav#content-nav ul li ul {
	margin-left: 10px;
	margin-top: 15px;
}
div.content-container nav#content-nav ul li ul li {
	margin-top: 10px;
}
div.content-container nav#content-nav ul li ul li a {
	padding-left: 10px;
	font-size: 110%;
}
div.content-container nav#content-nav ul li ul li a:hover, 
div.content-container nav#content-nav ul li ul li a.current {
	border-bottom: none;
	background: url(../images/current_bullet.png) no-repeat 0 50%;
}





/**
 * #about
 * 
 */
body#about {
	background-image: url(../images/body_about.jpg);
}


#about div.content-container #content h1#article-heading {
	display: none;
}

#about div#corporate-profile #content figure {
	margin-bottom: 30px;
}
#about div#corporate-profile #content div#content-body dl {
	overflow: hidden;
	margin-top: 15px;
	font-size: 120%;
}
#about div#corporate-profile #content div#content-body dl dt {
	display: block;
	float: left;
	width: 95px;
}
#about div#corporate-profile #content div#content-body dl dd {
	margin-left: 95px;
}


#about div#history-of-minamoto {
}
#about div#history-of-minamoto div#lead {
}
#about div#history-of-minamoto div#lead h2 {
	margin-bottom: 15px;
	font-size: 280%;
	font-weight: normal;
}
#about div#history-of-minamoto div#lead p {
	line-height: 2;
	font-size: 130%;
	letter-spacing: 0.1em;
}

#about div#chronologies {
}
#about div#chronologies section.chronology {
	/*overflow: hidden;*/
	margin-top: 20px;
}

#about div#chronologies section figure {
	float: right;
	width: 140px;
	margin-left: 10px;
	margin-bottom: 0;
}

#about div#chronologies section h1 {
	float: left;
	width: 120px;
	font-size: 100%;
	font-weight: normal;
	vertical-align: middle;
}
#about div#chronologies section h1 strong, 
#about div#chronologies section h1 span {
	display: inline-block;
	vertical-align: middle;
}
#about div#chronologies section h1 strong {
	font-size: 130%;
	font-weight: normal;
}

#about div#chronologies section.important h1 strong {
	font-size: 200%;
}
#about div#chronologies section h1 span {
	width: 70px;
}

#about div#chronologies section div.chronology-body {
	margin-left: 140px;
}
#about div#chronologies section div.chronology-body p {
	line-height: 1.8;
	font-size: 120%;
}
#about div#chronologies section.important div.chronology-body p strong {
	font-size: 165%;
	font-weight: normal;
}

#about div#chronologies section div.chronology-body div.column {
	overflow: hidden;
	margin-top: 5px;
	padding: 15px;
	background: #e9c9bb;
}
#about div#chronologies section div.chronology-body div.column p {
	font-size: 110%;
}
#about div#chronologies section div.chronology-body div.column h2 {
	font-size: 140%;
	font-weight: normal;
}


#about div#chronologies section div.chronology-body div.trivia {
	margin-top: 15px;
	padding: 5px;
	background: #f7f4dd;
	border: 1px solid #9a001b;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #9a001b;
}
#about div#chronologies section div.chronology-body div.trivia h2 {
	padding-left: 50px;
	background: url(../images/trivia_bullet.png) no-repeat 0 50%;
	
	line-height: 40px;
	font-size: 180%;
	font-weight: normal;
}
#about div#chronologies section div.chronology-body div.trivia div {
	margin: 10px;
}
#about div#chronologies section div.chronology-body div.trivia div p {
	font-size: 110%;
}
#about div#chronologies section div.chronology-body div.trivia div p.figures {
	margin-left: -4px;
	margin-bottom: 10px;
}
#about div#chronologies section div.chronology-body div.trivia div p.figures img {
	margin-left: 4px;
	width: auto !important;
	height: 95px !important;
}


#about nav#content-nav span.year, 
#about nav#content-nav span.era {
	display: inline-block;
	vertical-align: top;
}
#about nav#content-nav span.year {
}
#about nav#content-nav span.era {
	width: 7em;
}


/**
 * #museum
 * 
 */
body#museum {
	background-image: url(../images/body_museum.jpg);
}


#museum div#content article {
}
#museum div#content article#cover {
	margin-bottom: 40px;
}
#museum div#content article#cover h1 {
	margin-bottom: 20px;
	font-size: 280%;
	font-weight: normal;
	letter-spacing: 0.1em;
}
#museum div#content article#cover div#lead {
	line-height: 1.8;
	font-size: 130%;
	letter-spacing: 0.1em;
}
#museum div#content article#cover figure {
	margin-top: 25px;
}

#museum div#content div#parts {
	margin-left: -35px;
	margin-top: -35px;
}
#museum div#content article.part {
	display: inline-block;
	overflow: hidden;
	margin-left: 35px;
	margin-top: 35px;
	width: 300px;
	vertical-align: top;
}
#museum div#content article.part figure {
	float: left;
	width: 140px;
}
#museum div#content article.part h1, 
#museum div#content article.part div.excerpt {
	margin-left: 150px;
}
#museum div#content article.part h1 {
	margin-bottom: 10px;
	font-size: 180%;
}
#museum div#content article.part div.excerpt {
	line-height: 1.6;
	font-size: 110%;
}


#museum article#content {
}
#museum article#content h1 {
	margin-bottom: 20px;
	font-size: 280%;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#museum article#content figure#primary {
	margin-bottom: 35px;
}

#museum article#content div#body-wrapper {
	overflow: hidden;
	margin-top: -15px;
}
#museum article#content figure.figures {
	float: left;
	width: 260px;
}
#museum article#content figure.figures img {
	margin-top: 15px;
}
#museum article#content figure.figures figcaption {
	margin-top: 5px;
	line-height: 1.8;
	font-size: 120%;
}
#museum article#content div.article-body {
	margin-left: 280px;
	margin-top: 15px;
}

#museum article#content figure#recommends {
}
#museum article#content figure#recommends img {
	display: inline-block;
	margin-right: 15px;
/*	width: 115px !important;
	height: auto !important;*/
}

#museum article#content div#specifications h2 {
	font-size: 140%;
}
#museum article#content div#specifications dl {
	overflow: hidden;
	margin-top: 3px;
	line-height: 1.6;
	font-size: 120%;
	vertical-align: middle;
}
#museum article#content div#specifications dl dt {
	display: block;
	float: left;
	text-align: justify;
}
#museum article#content div#specifications dl.address dt {
	width: 50px;
}
#museum article#content div#specifications dl.address dd {
	margin-left: 50px;
}

#museum article#content div#description {
	line-height: 1.8;
	font-size: 120%;
}


#museum article#content div#staffs {
}
#museum article#content div#staffs h2 {
	line-height: 10px;
	font-size: 120%;
	font-weight: normal;
}
#museum article#content div#staffs div.figures {
	margin-left: -10px;
	width: 210px;
}
#museum article#content div#staffs figure {
	display: inline-block;
	/*overflow: hidden;*/
	width: 60px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align: top;
}
#museum article#content div#menu {
	clear: both;
	margin-top: 30px;
	margin-left: -17px;
}
#museum article#content div#menu figure {
	display: inline-block;
	overflow: hidden;
	width: 200px;
	margin-left: 17px;
	vertical-align: top;
}
#museum article#content div#menu figure figcaption {
	margin-top: 5px;
	font-size: 120%;
}
#museum article#content div#menu figure figcaption.name {
	float: left;
}
#museum article#content div#menu figure figcaption.price {
	float: right;
	text-align: right;
}

#museum article#content div#prosess {
	
}
#museum article#content div#prosess dl {
	margin-top: 15px;
	padding: 15px;
	background: #efeee7;
}
#museum article#content div#prosess dl dt, 
#museum article#content div#prosess dl dd {
	display: inline-block;
	vertical-align: middle;
}
#museum article#content div#prosess dl dt {
	margin-right: 25px;
	width: 245px;
}
#museum article#content div#prosess dl dd {
	width: 335px;
	line-height: 1.8;
	font-size: 120%;
}

#museum article#content nav#map-museum {
	width: 100%;
	height: 325px;
}


#museum div.content-container nav#content-nav ul#other {
	padding-top: 20px;
}
/*#museum div.content-container nav#content-nav ul#other li span {
	display: block;
}*/




/**
 * #catalog
 * 
 */
body#catalog {
	background-image: url(../images/body_catalog.jpg);
}


#catalog article#cover {
	margin-bottom: 40px;
}
#catalog article#cover h1 {
	margin-bottom: 15px;
	font-size: 200%;
}
#catalog article#cover div {
	margin-bottom: 10px;
	line-height: 1.8;
	font-size: 120%;
}
#catalog article#cover figure {
}



#catalog section.catalog-category {
	margin-top: 40px;
}
#catalog section.catalog-category h1.category-title {
	margin-bottom: 40px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-size: 120%;
}
#catalog section.catalog-category div.catalogs {
	margin-top: -40px;
	margin-left: -40px;
}
#catalog section.catalog-category article.catalog {
	display: inline-block;
	width: 185px;
	margin-top: 40px;
	margin-left: 40px;
	vertical-align: top;
}
#catalog section.catalog-category article.catalog a {
	display: block;
}
#catalog section.catalog-category article.catalog figure {
	margin-bottom: 30px;
}
#catalog section.catalog-category article.catalog h1 {
	margin-bottom: 3px;
	font-size: 130%;
	font-weight: normal;
}
#catalog section.catalog-category article.catalog p.price {
	font-size: 130%;
}
#catalog p.scroll-top {
	margin: 20px 0 40px;
	text-align: right;
	font-size: 120%;
}


#catalog article#content {
	overflow: hidden;
}


#catalog article#content div#article-body {
	float: right;
	width: 280px;
	margin-bottom: 35px;
}
#catalog article#content div#article-body h1 {
	
	font-size: 180%;
}
#catalog article#content div#article-body p#price {
	margin-top: 15px;
	font-size: 150%;
}
#catalog article#content div#article-body p#price span {
	font-size: 60%;
}
#catalog article#content div#article-body p#weight {
	margin-top: 5px;
	font-size: 110%;
}
#catalog article#content div#article-body ul#links {
	list-style: none;
	margin-top: 10px;
	margin-left: -10px;
}
#catalog article#content div#article-body ul#links li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
#catalog article#content div#article-body ul#links li#cart a {
	display: block;
	overflow: hidden;
	width: 25px;
	height: 25px;
	background: url(../images/cart_button.png) no-repeat 0 0;
	text-indent: 100%;
	white-space: nowrap;
}
#catalog article#content div#article-body div#excerpt {
	margin-top: 25px;
	line-height: 1.6;
	font-size: 130%;
}
#catalog article#content div#article-body div#description {
	margin-top: 25px;
	line-height: 1.6;
	font-size: 110%;
}
#catalog article#content div#article-body dl#commitment {
	margin-top: 25px;
}
#catalog article#content div#article-body dl#commitment dt {
	margin-bottom: 3px;
	font-size: 100%;
}
#catalog article#content div#article-body dl#commitment dd {
	padding-top: 10px;
	border-top: 1px solid #333;
	line-height: 1.6;
	font-size: 120%;
}



#catalog article#content div#catalog-figures {
	float: left;
	width: 330px;
	margin-bottom: 15px;
}
#catalog article#content div#catalog-figures figure#large {
	overflow: hidden;
	height: 330px;
	line-height: 330px;
}
#catalog article#content div#catalog-figures figure#large img.current {
}
#catalog article#content div#catalog-figures figure#large img {
	/*display: none;*/
	vertical-align: middle;
}
#catalog article#content div#catalog-figures ul {
	list-style: none;
	margin-top: 15px;
	margin-left: -6px;
}
#catalog article#content div#catalog-figures ul li {
	display: inline-block;
	overflow: hidden;
	margin-left: 6px;
	/*padding: 2px;*/
	width: 78px;
	height: 78px;
	text-align: center;
}
#catalog article#content div#catalog-figures ul li a {
	display: block;
}
#catalog article#content div#catalog-figures ul li img {
	width: auto !important;
	height: 74px !important;
	margin: 2px;
	text-align: center;
}
/*#catalog article#content div#article-figures ul li.current {
	background-color: #9a001b;
}*/
#catalog article#content div#catalog-figures ul li.current img {
	margin: 0;
	border: 2px solid #9a001b;
}

#catalog article#content aside {
	margin-top: 35px;
	clear: both;
	/*padding: 9px;*/
	/*border: 1px solid #000;*/
	background-color: #efeee8;
}
#catalog article#content aside figure, 
#catalog article#content aside section {
	display: inline-block;
	vertical-align: middle;
}
#catalog article#content aside figure {
	margin: 9px 0 9px 9px;
	width: 320px;
}
#catalog article#content aside figure img {
	width: 320px !important;
	height: auto;
}
#catalog article#content aside section {
	padding: 0 32px;
	width: 240px;
}
#catalog article#content aside section h1 {
	margin-bottom: 15px;
	font-size: 130%;
	/*font-weight: normal;*/
}
#catalog article#content aside section div {
	line-height: 1.6;
	font-size: 120%;
}






/**
 * #store
 * 
 */
body#store {
	background-image: url(../images/body_store.jpg);
}


#store div#content section {
	margin-top: 40px;
	overflow-x: hidden;
}
#store div#content section h1.section-heading {
	margin-bottom: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	font-size: 120%;
}
/*#store div#content section.stores article {
	position: relative;
	overflow: hidden;
	margin: 40px 0;
}
#store div#content section.stores article figure.store-photo {
	float: left;
	width: 225px;
	
	background: #ccc;
	height: 170px;
}
#store div#content section.stores article div.article-body {
	margin-left: 250px;
}*/

#store div#content section.stores article div.article-body h1 {
	margin-bottom: 5px;
	font-size: 130%;
}
#store div#content section.stores article div.article-body dl {
	overflow: hidden;
	margin-top: 3px;
	line-height: 1.6;
	font-size: 120%;
	vertical-align: middle;
}
#store div#content section.stores article div.article-body dl dt {
	display: block;
	float: left;
	text-align: justify;
}
#store div#content section.stores article div.article-body dl.address dt {
	width: 50px;
}
#store div#content section.stores article div.article-body dl.address dd {
	margin-left: 50px;
}


#store div#content section.stores article div.staff {
	margin-top: 20px;
	
	/*background: #EFEEE8;*/
}
#store div#content section.stores article div.staff h2 {
	/*margin-bottom: 7px;*/
	/*line-height: 10px;*/
	font-size: 100%;
	font-weight: normal;
}
#store div#content section.stores article div.staff div.figures {
	margin-left: -10px;
}
#store div#content section.stores article div.staff figure {
	display: inline-block;
	overflow: hidden;
	width: 60px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
	vertical-align: top;
}
/*#store div#content section.stores article div.staff figure img {
	
}*/

#store div#content section.jr-stores figure#station-map {
	margin-top: 40px;
}
#store div#content section.jr-stores div#stores {
	overflow: hidden;
	margin-left: -30px;
	margin-top: -40px;
}
#store div#content section.jr-stores article {
	display: inline-block;
	
	margin: 40px 0 0 15px;
	padding-left: 15px;
	/*margin: 40px 0;
	padding-right: 0;*/
	width: 190px;
	vertical-align: top;
	border-left: 1px dotted #666;
}
#store div#content section.jr-stores article figure.store-photo {
	margin-bottom: 10px;
}
/*#store div#content section.jr-stores article figure.store-photo img {
	width: 100% !important;
	height: auto !important;
}*/

#store div#content section.jr-stores article div.staff div.figures {
	margin-left: -5px;
}
#store div#content section.jr-stores article div.staff figure {
	margin-left: 5px;
}


#store div#content section#company-store article {
	overflow: hidden;
	margin: 40px 0;
	padding-bottom: 30px;
	border-bottom: 1px dotted #666;
}
#store div#content section#company-store article .wrapper {
	display: flex;
	justify-content: space-between;
}
#store div#content section#company-store article figure.store-photo {
	/*float: left;*/
	width: 200px;
}
#store div#content section#company-store article div.article-body {
	/*float: right;*/
	width: 405px;
}
#store div#content section#company-store article div.article-body div.gmap {
	margin-top: 20px;
	width: 340px;
	height: 230px;
}
#store div#content section#company-store article div.article-body p.for-goolemaps {
	overflow: hidden;
	margin-top: 10px;
	width: 340px;
}
#store div#content section#company-store article div.article-body p.for-goolemaps a {
	display: block;
	float: right;
	overflow: hidden;
	width: 93px;
	height: 20px;
	background: url(../images/for-goolemaps.png) no-repeat 0 0;
	/*background-size: 114px 22px;*/
	text-indent: 100%;
	white-space: nowrap;
}
#store div#content section#company-store article div.staff {
	/*float: left;*/
	width: 200px;
}



#store div#content section.dealers article {
	overflow: hidden;
	margin-top: 15px;
}
#store div#content section.dealers article h1 {
	float: left;
	width: 40px;
	text-align: justify;
	font-size: 120%;
	font-weight: normal;
}
#store div#content section.dealers article div.article-body {
	margin-top: -15px;
	margin-left: 65px;
}
#store div#content section.dealers article div.article-body dl {
	overflow: hidden;
	margin: 15px 0 0;
	line-height: 1.6;
	font-size: 120%;
}
#store div#content section.dealers article div.article-body dl dt {
	display: block;
	float: left;
	width: 190px;
}
#store div#content section.dealers article div.article-body dl dd {
	float: left;
	margin-left: 15px;
}
#store div#content section.dealers article div.article-body dl dd.address {
	width: 230px;
}
#store div#content section.dealers article div.article-body dl dd.tel {
	width: 120px;
}





/**
 * #news
 * 
 */
body#news{
	background-image: url(../images/body_news.jpg);
}


#news div#content {
	margin-top: 40px;
}


#news div#content section.month {
}
#news div#content section.month h1.section-heading {
	padding: 3px 5px;
	background-color: #9A001B;
	color: #fff;
	font-size: 120%;
}

#news div#content section.month div.articles {
	overflow: hidden;
	margin-top: -1px;
}
#news div#content section.month article {
	overflow: hidden;
	padding: 30px 0;
	border-top: 1px dotted #666;
}
#news div#content section.month article a {
	color: #9A001B;
}
#news div#content section.month article figure {
	float: left;
	width: 110px;
}
#news div#content section.month article div.article-body {
	margin-left: 130px;
}
#news div#content section.month article div.article-body time {
	font-size: 110%;
}
#news div#content section.month article div.article-body h1 {
	margin: 10px 0;
	font-size: 140%;
}
#news div#content section.month article div.article-body div.excerpt {
	line-height: 1.6;
	font-size: 120%;
}
#news div.date-location {
	overflow: hidden;
	margin-top: 12px;
	margin-left: -15px;
}
#news div.date-location dl {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
	font-size: 110%;
}
#news div.date-location dl dt, 
#news div.date-location dl dd {
	display: inline-block;
	line-height: 1.6;
}
#news div.date-location dl dt {
	margin-right: 5px;
	padding-left: 0.25em;
	width: 50px;
	background-color: #cc8477;
	color: #fff;
	text-align: center;
	letter-spacing: 0.25em;
}


#news article#content {
}

#news article#content header {
	margin-bottom: 30px;
	padding: 5px 15px;
	border-left: 4px solid #9A001B;
}
#news article#content header time {
	font-size: 110%;
}
#news article#content header h1 {
	margin: 5px 0 10px;
	color: #9A001B;
	font-size: 160%;
}

#news article#content figure {
	margin-bottom: 20px;
}

#news article#content div#article-body {
	line-height: 1.6;
	font-size: 130%;
}
#news article#content div#article-body a {
	color: #9A001B;
}


#news nav#content-nav {
}
#news nav#content-nav ul li section {
	margin-top: 15px;
	margin-left: 10px;
}
#news nav#content-nav ul li section h2 {
	font-size: 110%;
	font-weight: normal;
	cursor: pointer;
}
#news nav#content-nav ul li section ul {
	display: none;
	margin: 0 0 0;
	padding: 0 15px;
	list-style: disc;
}
#news nav#content-nav ul li section.current ul {
	display: block;
}
#news nav#content-nav ul li section ul li {
}
#news nav#content-nav ul li section ul li a {
	display: block;
	padding: 0;
	padding-bottom: 1px;
}
#news nav#content-nav ul li section ul li a:hover, 
#news nav#content-nav ul li section ul li a.current {
	/*background-position: 0 0.5em;*/
	padding-bottom: 0;
	background: none;
	border-bottom: 1px solid #9A001B;
}




/**
 * #contact
 * 
 */
body#contact {
	background-image: url(../images/body_contact.jpg);
}

#contact article#content h1 {
	margin-bottom: 20px;
	font-size: 280%;
	font-weight: normal;
}
#contact article#content div#lead {
	margin-bottom: 20px;
	line-height: 2;
	font-size: 120%;
}

#contact article#content div.wpcf7 form {
	margin: 20px 0;
}
#contact article#content div.wpcf7 form dl {
}
#contact article#content div.wpcf7 form dl dt {
	margin-bottom: 2px;
	font-size: 110%;
}
#contact article#content div.wpcf7 form dl dd {
	margin-bottom: 10px;
	font-size: 120%;
}
#contact article#content div.wpcf7 form dl dd textarea, 
#contact article#content div.wpcf7 form dl dd input.wpcf7-text, 
#contact article#content div.wpcf7 form dl dd select {
	padding: 2px;
	border: 1px solid #000;
	font: inherit;
}
#contact article#content div.wpcf7 form dl dd span.wpcf7-list-item {
	margin-right: 10px;
	
}
#contact article#content div.wpcf7 form dl dd span.wpcf7-list-item span.wpcf7-list-item-label, 
#contact article#content div.wpcf7 form dl dd span.wpcf7-list-item input {
	line-height: 1;
	vertical-align: middle;
}

#contact article#content div.wpcf7 form dl dd span.message textarea {
	width: 440px;
}
#contact article#content div.wpcf7 form dl dd span.yourname input, 
#contact article#content div.wpcf7 form dl dd span.furigana input, 
#contact article#content div.wpcf7 form dl dd span.email input {
	width: 250px;
}
#contact article#content div.wpcf7 form dl dd span.zip1 input {
	width: 3em;
}
#contact article#content div.wpcf7 form dl dd span.zip2 input, 
#contact article#content div.wpcf7 form dl dd span.tel1 input, 
#contact article#content div.wpcf7 form dl dd span.tel2 input, 
#contact article#content div.wpcf7 form dl dd span.tel3 input {
	width: 4em;
}
#contact article#content div.wpcf7 form dl dd span.address textarea {
	width: 440px;
}
#contact article#content div.wpcf7 form dl dd select {
	width: 150px;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#contact article#content div.wpcf7 form p#submit {
	margin-top: 20px;
}
#contact article#content div.wpcf7 form p#submit input {
	color: #000;
	display: block;
	/*overflow: hidden;
	float: right;*/
	width: 100px;
	height: 30px;
	border: 1px solid #000;
	background: #fff;
	font: inherit;
	font-size: 13px;
}


.wpcf7-text, 
.wpcf7-textarea, 
/*.wpcf7-select, */
#submit input {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
div.wpcf7-response-output {
	margin-bottom: 15px;
	padding: 3px;
	font-size: 140%;
}
wpcf7-mail-sent-ok {
}
div.wpcf7-validation-errors {
	color: #f00;
}
span.wpcf7-not-valid-tip-no-ajax, 
span.wpcf7-not-valid-tip {
	display: block;
	padding: 3px 0 0;
	color: #f00;
	font-size: 90%;
}
.wpcf7-display-none {
	display: none;
}
.wpcf7-not-valid, 
.wpcf7-not-valid {
	border-color: #f00;
}


#contact article#content div#note {
	margin-top: 30px;
	width: 440px;
	line-height: 1.8;
	font-size: 120%;
}
#contact article#content div#note a {
	color: #9A001B;
}





/**
 * #privacy-policy
 * 
 */
body#privacy-policy {
	background-image: url(../images/body_privacy-policy.jpg);
}

#privacy-policy article#content h1 {
	margin-bottom: 20px;
	font-size: 280%;
	font-weight: normal;
}

#privacy-policy article#content div#content-body {
	width: 440px;
	line-height: 1.8;
}
#privacy-policy article#content div#content-body h2 {
	margin: 20px 0 5px;
	font-size: 120%;
	/*font-weight: normal;*/
}
#privacy-policy article#content div#content-body p {
	font-size: 120%;
}

#privacy-policy article#content div#content-body div {
	margin-top: 30px;
}
#privacy-policy article#content div#content-body div h2 {
	margin-bottom: 0;
}
#privacy-policy article#content div#content-body div p {
}










/**
 * Media Queries
 * 
 */
@media only screen and (max-width: 1089px) {
	/**
	 * .container
	 * 
	 */
	.container {
		/*width: 1000px;
		margin: 0;*/
		width: auto;
		margin: 0 10px;
	}
	
	
	
	
	
	/**
	 * footer
	 * 
	 */
	footer .container {
		width: 865px;
	}
	#home footer .container {
		width: auto;
		margin: 0 10px;
	}
	footer nav {
		margin-right: 25px;
	}
	#home footer nav {
		margin-right: 0;
	}
	
	
	
	
	/**
	 * header#global-header
	 * 
	 */
	header#global-header div#logo {
		width: 107px;
	}
	header#global-header div#logo h1 img {
		width: 100% !important;
		height: auto !important;
	}
	header#global-header nav {
		padding: 22px 0;
	}
	header#global-header nav ul li {
		margin-left: 20px;
	}
	header#global-header nav ul li#nav-onlineshop {
		margin-left: 30px;
	}
	header#global-header nav ul li#nav-facebook {
		margin-left: 10px;
	}

	
	
	
	
	
	/**
	 * #home
	 * 
	 */
	#home section#home-content {
		padding: 20px 0;
	}
	
	
	#home div#news {
		padding: 0 20px;
		width: 963px;
	}
	
	#home div#news div.jcarousel-clip {
		width: 964px;
	}
	
	/*#home div#news div.jcarousel-clip ul {
		margin-left: -1px !important;
	}*/
	#home div#news div.jcarousel-clip ul li.jcarousel-item {
		padding: 0 15px;
		width: 210px;
		height: 65px;
		/*border-left: 1px solid #666;*/
	}
	#home div#news div.jcarousel-clip ul li a {
		/*display: block;*/
	}
	#home div#news div.jcarousel-clip ul li a article {
		/*overflow: hidden;*/
	}
	#home div#news div.jcarousel-clip ul li a article figure {
		/*float: left;
		width: 65px;
		margin-right: 8px;*/
	}
	#home div#news div.jcarousel-clip ul li a article time {
		/*font-size: 120%;
		font-weight: bold;*/
	}
	#home div#news div.jcarousel-clip ul li a article h1 {
		/*margin-top: 5px;
		line-height: 1.6;
		font-size: 120%;
		font-weight: normal;*/
	}
	
	#home div#news nav a {
		/*display: block;
		overflow: hidden;
		position: absolute;
		top: 0px;*/
		width: 19px;
		/*height: 65px;
		background-repeat: no-repeat;
		text-indent: 100%;
		white-space: nowrap;
		cursor: pointer;*/
	}
	
	
	
	
	
	
	
	
	/**
	 * div.content-container
	 * 
	 */
	div.content-container {
		width: 865px;
	}
	div.content-container #content {
		margin-right: 25px;
		width: 635px;
	}
	
	
	div.content-container nav#content-nav {
		width: 170px;
	}
	
	
	div.content-container #content figure img {
		width: 100% !important;
		height: auto !important;
	}



}










@media only screen and (max-width: 959px) {
	/**
	 * .container
	 * 
	 */
	.container {
		/*width: 748px;*/
	}
	
	
	
	
	
	/**
	 * footer
	 * 
	 */
	/*footer .container {
		width: 865px;
	}
	footer nav {
		margin-right: 25px;
	}*/
	
	
	
	
	/**
	 * header#global-header
	 * 
	 */
	header#global-header div#logo {
		width: 100px;
	}
	header#global-header div#logo h1 img {
		width: 100% !important;
		height: auto !important;
	}
	header#global-header div#logo img#logo-100year {
		margin: 10px auto 0;
		width: 75px !important;
	}
	/*#home header#global-header div#logo img#logo-100year {
		display: block;
		margin: 10px auto 0;
	}*/
	header#global-header nav {
		padding: 20px 0;
	}
	header#global-header nav ul {
		font-size: 10px;
	}
	header#global-header nav ul li {
		margin-left: 15px;
	}





	/**
	 * #home
	 * 
	 */
	#home section#home-content {
		padding: 20px 0;
	}
	
	
	#home div#news {
		padding: 0 20px;
		width: 707px;
	}
	
	#home div#news div.jcarousel-clip {
		width: 708px;
	}
	
	/*#home div#news div.jcarousel-clip ul {
		margin-left: -1px !important;
	}*/
	#home div#news div.jcarousel-clip ul li.jcarousel-item {
		padding: 0 15px;
		width: 205px;
		height: 65px;
		/*border-left: 1px solid #666;*/
	}
	#home div#news div.jcarousel-clip ul li a {
		/*display: block;*/
	}
	#home div#news div.jcarousel-clip ul li a article {
		/*overflow: hidden;*/
	}
	#home div#news div.jcarousel-clip ul li a article figure {
		/*float: left;
		width: 65px;
		margin-right: 8px;*/
	}
	#home div#news div.jcarousel-clip ul li a article time {
		/*font-size: 120%;
		font-weight: bold;*/
	}
	#home div#news div.jcarousel-clip ul li a article h1 {
		/*margin-top: 5px;
		line-height: 1.6;
		font-size: 120%;
		font-weight: normal;*/
	}
	
	#home div#news nav a {
		/*display: block;
		overflow: hidden;
		position: absolute;
		top: 0px;*/
		width: 19px;
		/*height: 65px;
		background-repeat: no-repeat;
		text-indent: 100%;
		white-space: nowrap;
		cursor: pointer;*/
	}







	/**
	 * div.content-container
	 * 
	 */
	div.content-container {
		width: 100%;
	}
	div.content-container #content {
		margin-right: 10px;
		width: 72.159090909091%;
	}
	
	
	div.content-container nav#content-nav {
		margin-left: 10px;
		padding-top: 105px;
		width: 20.454545454545%;
	}





	/**
	 * #about
	 * 
	 */
	#about div#history-of-minamoto div#lead h2 {
		/*margin-bottom: 15px;*/
		font-size: 240%;
		/*font-weight: normal;*/
	}
	
	/*#about div#chronologies section h1 {
		float: left;
		width: 120px;
		font-size: 100%;
		font-weight: normal;
		vertical-align: middle;
	}
	#about div#chronologies section h1 strong, 
	#about div#chronologies section h1 span {
		display: inline-block;
		vertical-align: middle;
	}
	#about div#chronologies section h1 strong {
		font-size: 130%;
		font-weight: normal;
	}*/
	
	#about div#chronologies section.important h1 strong {
		font-size: 180%;
	}
	/*#about div#chronologies section h1 span {
		width: 70px;
	}
	
	#about div#chronologies section div.chronology-body {
		margin-left: 140px;
	}*/
	#about div#chronologies section div.chronology-body p {
		/*line-height: 1.8;
		font-size: 120%;*/
	}
	#about div#chronologies section.important div.chronology-body p strong {
		font-size: 150%;
		/*font-weight: normal;*/
	}
	#about div#chronologies section div.chronology-body div.trivia h2 {
		/*padding-left: 50px;
		background: url(../images/trivia_bullet.png) no-repeat 0 50%;
		
		line-height: 40px;*/
		font-size: 160%;
		/*font-weight: normal;*/
	}





	/**
	 * #museum
	 * 
	 */
	/*#museum div#content article {
	}
	#museum div#content article#cover {
		margin-bottom: 40px;
	}*/
	#museum div#content article#cover h1 {
		/*margin-bottom: 20px;*/
		font-size: 240%;
	/*	font-weight: normal;
		letter-spacing: 0.1em;*/
	}
	/*#museum div#content article#cover div#lead {
		line-height: 1.8;
		font-size: 130%;
		letter-spacing: 0.1em;
	}
	#museum div#content article#cover figure {
		margin-top: 25px;
	}*/
	
	#museum div#content div#parts {
		margin-left: -3%;
		margin-top: -35px;
	}
	#museum div#content article.part {
		/*display: inline-block;
		overflow: hidden;*/
		margin-left: 3%;
		margin-top: 35px;
		width: 47%;
		/*vertical-align: top;*/
	}
	#museum div#content article.part figure {
		/*float: left;*/
		width: 45%;
	}
	#museum div#content article.part h1, 
	#museum div#content article.part div.excerpt {
		margin-left: 48%;
	}
	#museum div#content article.part h1 {
		/*margin-bottom: 10px;*/
		font-size: 160%;
	}
	/*#museum div#content article.part div.excerpt {
		line-height: 1.6;
		font-size: 110%;
	}*/



	#museum article#content h1 {
		/*margin-bottom: 20px;*/
		font-size: 240%;
	/*	font-weight: normal;
		letter-spacing: 0.1em;*/
	}
	
	/*#museum article#content figure#primary {
		margin-bottom: 35px;
	}*/
	
	/*#museum article#content div#body-wrapper {
		overflow: hidden;
		margin-top: -15px;
	}*/
	#museum article#content figure.figures {
		/*float: left;*/
		width: 40%;
	}
	/*#museum article#content figure.figures img {
		margin-top: 15px;
	}
	#museum article#content figure.figures figcaption {
		margin-top: 5px;
		line-height: 1.8;
		font-size: 120%;
	}*/
	#museum article#content div.article-body {
		margin-left: 43%;
		/*margin-top: 15px;*/
	}
	
	#museum article#content figure#recommends {
	}
	#museum article#content figure#recommends img {
		/*display: inline-block;*/
		margin-right: 8%;
		width: 42% !important;
		/*height: auto !important;*/
	}
	/*
	#museum article#content div#specifications h2 {
		font-size: 140%;
	}
	#museum article#content div#specifications dl {
		overflow: hidden;
		margin-top: 3px;
		line-height: 1.6;
		font-size: 120%;
		vertical-align: middle;
	}
	#museum article#content div#specifications dl dt {
		display: block;
		float: left;
		text-align: justify;
	}
	#museum article#content div#specifications dl.address dt {
		width: 50px;
	}
	#museum article#content div#specifications dl.address dd {
		margin-left: 50px;
	}
	
	#museum article#content div#description {
		line-height: 1.8;
		font-size: 120%;
	}
	
	
	#museum article#content div#staffs {
	}
	#museum article#content div#staffs h2 {
		line-height: 10px;
		font-size: 120%;
		font-weight: normal;
	}
	#museum article#content div#staffs div.figures {
		margin-left: -10px;
		width: 210px;
	}
	#museum article#content div#staffs figure {
		display: inline-block;
		width: 60px;
		height: 80px;
		margin-top: 10px;
		margin-left: 10px;
		vertical-align: top;
	}*/
	#museum article#content div#menu {
		/*clear: both;
		margin-top: 30px;*/
		margin-left: -2.33333333333333%;
	}
	#museum article#content div#menu figure {
		/*display: inline-block;
		overflow: hidden;*/
		width: 31%;
		margin-left: 2.33333333333333%;
	}
	#museum article#content div#menu figure figcaption {
		/*margin-top: 5px;*/
		font-size: 110%;
	}
	/*#museum article#content div#menu figure figcaption.name {
		float: left;
	}
	#museum article#content div#menu figure figcaption.price {
		float: right;
		text-align: right;
	}*/
	
	#museum article#content div#prosess {
		
	}
	#museum article#content div#prosess dl {
		margin-top: 15px;
		padding: 15px;
		/*background: #efeee7;*/
	}
	/*#museum article#content div#prosess dl dt, 
	#museum article#content div#prosess dl dd {
		display: inline-block;
		vertical-align: middle;
	}*/
	#museum article#content div#prosess dl dt {
		margin-right: 4%;
		width: 40%;
	}
	#museum article#content div#prosess dl dt img {
		width: 100% !important;
		height: auto !important;
	}
	#museum article#content div#prosess dl dd {
		width: 56%;
		/*line-height: 1.8;
		font-size: 120%;*/
	}
	
	/*#museum article#content nav#map-museum {
		width: 100%;
		height: 325px;
	}
	
	
	#museum div.content-container nav#content-nav ul#other {
		padding-top: 20px;
	}*/





/**
 * #catalog
 * 
 */
#catalog section.catalog-category div.catalogs {
	margin-top: -40px;
	margin-left: -3%;
}
#catalog section.catalog-category article.catalog {
	/*display: inline-block;*/
	width: 22%;
	margin-top: 40px;
	margin-left: 3%;
	vertical-align: top;
}


#catalog article#content div#article-body {
	/*float: right;*/
	width: 44%;
	/*margin-bottom: 35px;*/
}

#catalog article#content div#catalog-figures {
	/*float: left;*/
	width: 52%;
	/*margin-bottom: 15px;*/
}
#catalog article#content div#catalog-figures figure#large {
	/*overflow: hidden;*/
	width: 100% !important;
	height: auto !important;
	/*line-height: 100%;*/
}




}










@media only screen and (min-width: 768px) {
}
@media only screen and (max-width: 767px) {
}










@media only screen and (max-width: 479px) {
}


