@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap')
    

@media screen and (min-width: 1280px){

* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
	text-align: center;
	height: 100%;
	width: 100%;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
.collection_itemBox h2.profile {
	border-bottom: 1px solid #e6e0d8;
	padding-bottom: 20px;
	display: block;
	margin: 0 auto;
	width: 670px;
}
h3 {
	padding: 30px 0 40px;
}
p {
	color: #363636;
	font-size: 0.9em;
	text-align: left;
}
p.policy {
	padding: 0 80px 20px;
}
img.about {
	padding-bottom: 30px;
}
dl,dt,dd {
	color: #363636;
	font-size: 0.9em;
	text-align: left;
}
dl {
	width: 450px;
	padding-left: 220px;
	
}
dt,dd {
	padding: 3px;
}
dt {
	clear: left;
	float: left;
	width: 80px;
}
dd {
	padding-left: 110px;
}
dl a {
	color: #a4a4a4;
	text-decoration: underline;
}
/* Side Navigation */
#sideNavi {
	min-height: 100%;
	_height: 100%;
	width: 130px;
	float: left;
	position: fixed;
	background-color: #f4ede7;
	display: none;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	margin: 10px 0 40px;
}
#sideNavi #grayBorder {
	margin-bottom: 40px;
	text-align: center;
}
#sideNavi ul {
	width: 100%;
	font-size: 0.8em;
}
#sideNavi ul li a:link{
	margin-bottom: 30px;
	display: block;
	text-align: center;
	float: none;
	color: #5a5a5a;
	text-decoration: none;
}

#sideNavi ul li a:hover,
#sideNavi ul li a:visited {
	color: #5a5a5a;
	text-decoration: none;
}

/* Contents */
#wrapper {
	width: 960px;
	margin: 0 auto;
}

/* Page Shop List */
h3.shopName {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 1.2em;
	color: #363636;
	font-weight: normal;
}
h4.shopName_en {
	padding: 0 0 10px 0;
	margin: 0;
	border-bottom: 1px dotted #a99175;
	color: #5a5a5a;
	font-size: 0.7em;
	text-align: left;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
.shoplistBox {
	width: 670px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 10px;
	clear: both;
	overflow: hidden;
}
.shoplistBox a.im {
	color: #a4a4a4;
	text-decoration: underline;
}
.shopPhoto {
	width: 360px;
	float: left;
}
.shopPhoto p {
	padding-top: 20px;
}
.shopPhoto ul {
	margin-right: -15px;
	padding-top: 15px;
}
.shopPhoto ul li {
	cursor: pointer;
	margin-right: 15px;
	display: block;
	width: 110px;
	float: left;
}
.shopDetail {
	width: 270px;
	float: right;
}
.shopDetail p {
	padding-left: 15px;
}
.shopDetail .detailTitle {
	color: #cab9a7;
	font-size: 0.7em;
	text-align: left;
	padding: 15px 0 0;
}
.shopDetail .detailTitle_gray {
	color: #363636;
	font-size: 0.7em;
	text-align: left;
	padding: 15px 0 0;
}

/* Page Collection */

.collectionBlock {
	background-color: rgba(0,0,0,0.5);
	padding: 25px 30px;
	width: 920px;
}
.collection_itemBox {
	width: 820px;
	padding: 40px;
	margin: 0 auto;
	background-color: #f4ede7;
	overflow: hidden;
}
.collection_itemBox h2 {
	border-bottom: 1px solid #e6e0d8;
	padding-bottom: 30px;
	display: block;
	width: 820px;
}
div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 420px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #353535;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 15px;
	height: 23px;
}
div.controls a {
	padding: 5px;
	font-size: 0.8em;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 420px;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {

}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 420px;
	height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 500px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
}
div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 420px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-size: 1.4em;
	font-family: "Times New Roman", Times, serif;
	color: #353535;
	padding: 20px 0;
	text-align: left;
}
div.image-title span.sub {
	font-size: 0.6em;
	padding-left: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	text-align: left;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 80px 0 0;
	padding: 0;
	text-align: center;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 0 8px;
	list-style: none;
}
a.thumb {
	padding: 10px 10px 10px 15px;
	display: block;
}
ul.thumbs li.selected a.thumb {
	background: #f4ede7;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 10px;
	display: none;
}
div.navigation div.bottom {
	padding-top: 40px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 6px;
	padding: 0 5px;
	color: #353535;
	background-color: #d3cbc1;
	font-size: 0.9em;
}
div.pagination a:hover {
	background-color: #353535;
	text-decoration: none;
	color: #d3cbc1;
}
div.pagination span.current {
	background-color: #353535;
	color: #d3cbc1;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

/* Footer */
#footer {
	width: 960px;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	font-size: 0.65em;
	margin: 0 auto;
	left: 25%;
	margin-top: 20px;
}
#footer a {
	color: white;
	text-decoration: none;
}
.copy {
	color: white;
	font-size: 0.65em;
	width: 400px;

	text-align: left;
	padding-right: 20px;
}
.chaco {
	color: white;
	font-size: 0.65em;
	width: 400px;

	text-align: right;
	padding-left: 20px;
}
}
