
/* --------reset--------*/
html {
	height: 100%;
	width: 100%;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-autospace: ideograph-parenthesis;
	-moz-text-autospace: ideograph-parenthesis;
	-ms-text-autospace: ideograph-parenthesis;
	-o-text-autospace: ideograph-parenthesis;
	text-autospace: ideograph-parenthesis;}
body {
	height: 100%;
	width: 100%;
	padding: 0;
	font-size: 12px;
	font-family: 'EB Garamond', "游明朝体", "Yu Mincho" , "HG明朝E", "メイリオ", Meiryo,serif;
	line-height: 20px;
	letter-spacing: 0.065rem;
	-webkit-text-size-adjust: 100%;
	background-color:#fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
section, nav, article, aside, header, footer, main, figure, figcaption, details, menu {
	display: block;}
h1, h2, h3, h4, h5, h6 {
	margin: 0 auto;
	font-size: inherit;
	font-weight: normal;}
p, div, ul, li, figure {
	margin: 0;
	padding: 0;
	list-style: none;}
ol, ul {
	list-style: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;}
img, canvas {
	height: auto;
	max-width: 100%;}
img {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:bottom;
    background:transparent;
}
input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
  }

/*-------- Link-------- */
a{
	color: #000;
	text-decoration: none;}
a[href]:hover{
     color: #dcdcdc;
	-webkit-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-moz-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-ms-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	-o-transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
	transition: color 0.2s cubic-bezier(0,0.9,0.3,1);
    filter: alpha(opacity=10);}
::-moz-selection{
	background-color: transparent;
	background: #fff;
	color: #aaa;
	text-shadow: none;}
::selection {
	background-color: transparent;
	background: #fff;
	color: #aaa;
	text-shadow: none;}

@media all and (min-width: 1401px) {
h1 img {
    width: 300px;
	position:fixed;
    height: auto;
	margin-left:60px;
	margin-top:30px;
}
/*header*/
.sitename {
	width:200px;
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:20px;
	left:0px}
.sitename img{
	padding-bottom:15px;}
header .button {
	position: fixed;
	top:40px;
	left:95%;
    z-index: 50;
}
header .button  img {
	width:36px;
	height:37px;
}
/*------------------------------
side
------------------------------*/
#side {
	position:fixed;
	top:129px;
	left:60px;
}
#side h2{
    margin-bottom: 10px;
}
#side ul li{
    font-size: 15px;
    padding-bottom: 19px;
    letter-spacing: 0.12rem;
}
#side ul li ul li{
    font-size: 11px;
}
#side .category{
	width:150px;
	margin-top:20px;
}
#side .category li{
	font-size:12px;
	padding-bottom:7px;
}
#side .category .date{
	margin-top:-9px;
}
#side .category .date span{
	margin-top:10px;
}
#side .category .date img{
	width:13px;
	vertical-align: top;
	margin-top:11px;
}
#side .category img{
	margin-top:8px;
	padding-right:8px;
}
div::-webkit-scrollbar {
    display: none;
  }
#side ul .hr{
	margin-top:24px;
	margin-bottom:23px;
	width:32px;
	border-top:1px solid #aaa;}
.gNavi {
	display:none
}
	

/*------------------------------
collection
------------------------------*/

#main_content {
	width:1024px;
	margin-left:349px;
	padding-bottom:200px;
	margin-top:220px;
}
#main_content .collection_list{
     width:1024px;
}

#main_content .collection_list li{
	display:inline-block;
	padding-right:2px;
	padding-bottom:6px;
}

#main_content .collection_list li img{
	width: 280px;
}

#main_content .collection_list li:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*リスト画像マウスオーバー*/
a.hover_in{
    background-color:#000000;/*ここでマウスオーバーするときの色を設定できます。*/
    display:block;
}
a.hover_in img{
    transition:all 0.5s ease;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.hover_in img{
    opacity: 0.5;/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
    filter: alpha(opacity=50);/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}


/*sold画像マウスオーバー*/
a.hover_so{
    background-color:#000000;/*ここでマウスオーバーするときの色を設定できます。*/
	background-image:url(../img/sold_line.png);
	background-size:cover;
	display: inline-block;
}
a.hover_so img{
    transition:all 0.5s ease;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.hover_so img{
    opacity: 0.5;/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
    filter: alpha(opacity=50);/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}

/*------------------------------
collection_detail
------------------------------*/
#detail{
	width:100px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.16rem;
}

dl {
	width: 550px;
	position:absolute;
	top:570px;
	margin-left:600px;
}
dl dt {
	width:80px;
	clear:left;
	float:left;
	padding:8.7px 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#000;
	letter-spacing: 0.1rem;
	line-height:18px;
}
dl dd {
	width:400px;
	padding:8px 0 0 0;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#000;
	letter-spacing: 0.1rem;
}
dl .line{
	width:25px;
	border-bottom:1px solid #aaa;
	padding-top:20px;
	margin-bottom:15px;
}
dl .postscript{
	width:280px;
	padding-top:4px;
	padding-bottom:2px;
}
dl .postscript a{
	width:280px;
	font-family: 'EB Garamond',serif; !important;
	font-size:14px;
	color:#000;
	letter-spacing:0.1rem;
}
dl .contact a{
	width:200px;
	font-family: 'EB Garamond',serif; !important;
	font-size:14px;
	color:#000;
	letter-spacing:0.1rem;
}

/*モーダル*/
#modal_wrap{
    display: none;
    width:100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 8000;
    top: 0px;
    left: 0px;
}
#container{
    width: 100%;
    height: 100%;
    padding: 0px 11.2%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
}
#modal_content{
    width:inherit;    
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    text-align: left;
    z-index: 1045;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#img_wrap{
    /*margin:0 152px;*/
    margin: 0 120px;
    text-align: center;

}
#img_wrap img{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 8px 0px 20px;
    margin: 0px auto;
}
#close{
    z-index: 1100;
    position: absolute;
    background-image: url("/img/top/modal_close.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 54px;
    top: 13px;
}
#next{
    position: absolute;
    top: 48%;
    right: -86px;
    background-image: url("/img/top/modal_arrow_right.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
#prev{
    position: absolute;
    top: 48%;
    left: -65px;
    background-image: url("/img/top/modal_arrow_left.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.positioning_img_sub {
    z-index: 999;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-0%, 50%);
    -ms-transform: translate(-0%, 50%);
    transform: translate(-0%, 50%);
    display: block;
}

.positioning_img_main {
    z-index: 1000;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(0%, -50%);
    display: block;
}
/*main_detailtext*/
dl  .ps_text{
}
/*sp_detailtext*/
dl .ps_txt{
	display:none;
}
dl .ps_con{
	display:none;
}
dl  .ps_pos{
	display:none;
}
}
/*-------- notebook------- */
@media all and (min-width: 1025px) and (max-width: 1400px) {
h1 img {
    width: 300px;
	position:fixed;
    height: auto;
	margin-left:60px;
	margin-top:30px;
	 z-index: 50;
}
/*header*/
.sitename {
	width:200px;
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:20px;
	left:0px;
	z-index: 50;}
.sitename img{
	padding-bottom:15px;}
header .button {
	position: fixed;
	top:40px;
	left:95%;
    z-index: 50;
}
header .button  img {
	width:29px;
	height:30px;
}
/*------------------------------
side
------------------------------*/
#side {
	position:fixed;
	top:129px;
	left:60px;
}
#side h2{
    margin-bottom: 10px;
}
#side ul li{
    font-size: 14px;
    padding-bottom: 19px;
    letter-spacing: 0.12rem;
}
#side ul li ul li{
    font-size: 11px;
}
#side .category{
	width:150px;
	margin-top:20px;
}
#side .category li{
	font-size:12px;
	padding-bottom:7px;
}
#side .category .date{
	margin-top:-9px;
}
#side .category .date span{
	margin-top:10px;
}
#side .category .date img{
	width:13px;
	vertical-align: top;
	margin-top:11px;
}
#side .category img{
	margin-top:8px;
	padding-right:8px;
}
div::-webkit-scrollbar {
    display: none;
  }
#side ul .hr{
	margin-top:24px;
	margin-bottom:23px;
	width:32px;
	border-top:1px solid #aaa;}
.gNavi {
	display:none
}
	
/*------------------------------
collection
------------------------------*/
#main_content {
	width:860px;
	margin:0;
	margin-left:300px;
	padding-bottom:200px;
	margin-top:200px;
}
#main_content .collection_list{
     width:860px;
}
#main_content .collection_list li{
    height: auto;
	display:inline-block;
	padding-right:1px;
	margin-bottom:5px;
}

#main_content .collection_list li img{
	width: 262px;
}

#main_content .collection_list li:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*リスト画像マウスオーバー*/
a.hover_in{
    background-color:#000000;/*ここでマウスオーバーするときの色を設定できます。*/
    display:block;	
}
a.hover_in img{
    transition:all 0.5s ease;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.hover_in img{
    opacity: 0.5;/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
    filter: alpha(opacity=50);/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}


/*sold画像マウスオーバー*/
a.hover_so{
    background-color:#000000;/*ここでマウスオーバーするときの色を設定できます。*/
	background-image:url(../img/sold_line.png);
	background-size:cover;
    display:block;
}
a.hover_so img{
    transition:all 0.5s ease;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.hover_so img{
    opacity: 0.5;/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
    filter: alpha(opacity=50);/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}

/*------------------------------
collection_detail
------------------------------*/
#detail{
	width:100px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.16rem;
}

dl {
	width: 550px;
	position:absolute;
	top:380px;
	margin-left:500px;
}
dl dt {
	width:80px;
	clear:left;
	float:left;
	margin:5.7px 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:12px;
	color:#000;
	letter-spacing: 0.09rem;
	line-height:18px;
}
dl dd {
	width:400px;
	padding:5px 0 0 0;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:12px;
	color:#000;
	letter-spacing: 0.09rem;
}
dl .line{
	width:25px;
	border-bottom:1px solid #aaa;
	padding-top:13px;
	margin-bottom:13px;
}
dl .postscript{
	width:280px;
	padding-top:4px;
	padding-bottom:4px;
}
dl .postscript a{
	width:280px;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#000;
	letter-spacing:0.08rem;
}
dl .contact a{
	width:200px;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#000;
	letter-spacing:0.08rem;
}

/*モーダル*/
#modal_wrap{
    display: none;
    width:100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 8000;
    top: 0px;
    left: 0px;
}
#container{
    width: 100%;
    height: 100%;
    padding: 0px 11.2%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
}
#modal_content{
    width:inherit;    
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    text-align: left;
    z-index: 1045;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#img_wrap{
    /*margin:0 152px;*/
    margin: 0 120px;
    text-align: center;

}
#img_wrap img{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 8px 0px 20px;
    margin: 0px auto;
}
#close{
    z-index: 1100;
    position: absolute;
    background-image: url("/img/top/modal_close.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 54px;
    top: 13px;
}
#next{
    position: absolute;
    top: 48%;
    right: -86px;
    background-image: url("/img/top/modal_arrow_right.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
#prev{
    position: absolute;
    top: 48%;
    left: -65px;
    background-image: url("/img/top/modal_arrow_left.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.positioning_img_sub {
    z-index: 999;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-0%, 50%);
    -ms-transform: translate(-0%, 50%);
    transform: translate(-0%, 50%);
    display: block;
}

.positioning_img_main {
    z-index: 1000;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(0%, -50%);
    display: block;
}

/*sp_detailtext*/
dl .ps_txt{
	display:none;
}
dl .ps_con{
	display:none;
}
dl  .ps_pos{
	display:none;
}
}
/*-------- ipad横------- */
@media all and (min-width: 835px) and (max-width: 1024px) {
h1 img {
    width: 300px;
	position:fixed;
    height: auto;
	margin-left:60px;
	margin-top:30px;
	 z-index: 50;
}
/*header*/
.sitename {
	width:200px;
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:20px;
	left:0px;
	z-index: 50;}
.sitename img{
	padding-bottom:15px;}
header .button {
	position: fixed;
	top:40px;
	left:95%;
    z-index: 50;
}
header .button  img {
	width:29px;
	height:30px;
}
/*------------------------------
side
------------------------------*/
#side {
	position:fixed;
	top:129px;
	left:60px;
}
#side h2{
    margin-bottom: 10px;
}
#side ul li{
    font-size: 14px;
    padding-bottom: 19px;
    letter-spacing: 0.12rem;
}
#side ul li ul li{
    font-size: 11px;
}
#side .category{
	width:150px;
	margin-top:20px;
}
#side .category li{
	font-size:12px;
	padding-bottom:7px;
}
#side .category .date{
	margin-top:-9px;
}
#side .category .date span{
	margin-top:10px;
}
#side .category .date img{
	width:13px;
	vertical-align: top;
	margin-top:11px;
}
#side .category img{
	margin-top:8px;
	padding-right:8px;
}
div::-webkit-scrollbar {
    display: none;
  }
#side ul .hr{
	margin-top:24px;
	margin-bottom:23px;
	width:32px;
	border-top:1px solid #aaa;}
.gNavi {
	display:none
}
	
/*------------------------------
collection
------------------------------*/
#main_content {
	width:725px;
	margin:0;
	margin-left:300px;
	padding-bottom:200px;
	margin-top:200px;
}
#main_content .collection_list{
     width:725px;
}
#main_content .collection_list li{
    height: auto;
	display:inline-block;
	padding-right:1px;
	margin-bottom:5px;
}

#main_content .collection_list li img{
	width: 220px;
}

#main_content .collection_list li:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*リスト画像マウスオーバー*/
a.hover_in{
    background-color:#000000;/*ここでマウスオーバーするときの色を設定できます。*/
    display:block;	
}
a.hover_in img{
    transition:all 0.5s ease;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.hover_in img{
    opacity: 0.5;/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
    filter: alpha(opacity=50);/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}


/*sold画像マウスオーバー*/
a.hover_so{
    background-color:#000000;/*ここでマウスオーバーするときの色を設定できます。*/
	background-image:url(../img/sold_line.png);
	background-size:cover;
    display:block;
}
a.hover_so img{
    transition:all 0.5s ease;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.hover_so img{
    opacity: 0.5;/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
    filter: alpha(opacity=50);/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}

/*------------------------------
collection_detail
------------------------------*/
#detail{
	width:100px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.16rem;
}

dl {
	width: 550px;
	position:absolute;
	top:380px;
	margin-left:500px;
}
dl dt {
	width:80px;
	clear:left;
	float:left;
	margin:5.7px 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:12px;
	color:#000;
	letter-spacing: 0.09rem;
	line-height:18px;
}
dl dd {
	width:400px;
	padding:5px 0 0 0;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:12px;
	color:#000;
	letter-spacing: 0.09rem;
}
dl .line{
	width:25px;
	border-bottom:1px solid #aaa;
	padding-top:13px;
	margin-bottom:13px;
}
dl .postscript{
	width:280px;
	padding-top:4px;
	padding-bottom:4px;
}
dl .postscript a{
	width:280px;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#000;
	letter-spacing:0.08rem;
}
dl .contact a{
	width:200px;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#000;
	letter-spacing:0.08rem;
}

/*モーダル*/
#modal_wrap{
    display: none;
    width:100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 8000;
    top: 0px;
    left: 0px;
}
#container{
    width: 100%;
    height: 100%;
    padding: 0px 11.2%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
}
#modal_content{
    width:inherit;    
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    text-align: left;
    z-index: 1045;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#img_wrap{
    /*margin:0 152px;*/
    margin: 0 120px;
    text-align: center;

}
#img_wrap img{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 8px 0px 20px;
    margin: 0px auto;
}
#close{
    z-index: 1100;
    position: absolute;
    background-image: url("/img/top/modal_close.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 54px;
    top: 13px;
}
#next{
    position: absolute;
    top: 48%;
    right: -86px;
    background-image: url("/img/top/modal_arrow_right.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
#prev{
    position: absolute;
    top: 48%;
    left: -65px;
    background-image: url("/img/top/modal_arrow_left.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.positioning_img_sub {
    z-index: 999;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-0%, 50%);
    -ms-transform: translate(-0%, 50%);
    transform: translate(-0%, 50%);
    display: block;
}

.positioning_img_main {
    z-index: 1000;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(0%, -50%);
    display: block;
}

/*sp_detailtext*/
dl .ps_txt{
	display:none;
}
dl .ps_con{
	display:none;
}
dl  .ps_pos{
	display:none;
}
}
/*-------- ipadPro縦------- */
@media all and (min-width: 769px) and (max-width: 834px) {

h1 img {
    width: 280px;
	position:fixed;
    height: auto;
	margin-left:60px;
	margin-top:30px;
}
/*header*/
.sitename {
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:20px;
	left:0px}
.sitename img{
	padding-bottom:15px;}
header .button {
	position: fixed;
	top:46px;
	left:93%;
    z-index: 50;
}
header .button  img {
	width:30px;
	height:31px;
}
/*------------------------------
side
------------------------------*/
#side {
	position:fixed;
	top:129px;
	left:60px;
}
#side h2{
    margin-bottom: 10px;
}
#side ul li{
    font-size: 14px;
    padding-bottom: 20px;
    letter-spacing: 0.12rem;
}
#side ul li ul li{
    font-size: 11px;
}
div::-webkit-scrollbar {
    display: none;
  }
#side .category{
	width:150px;
	margin-top:20px;
}
#side .category li{
	font-size:12px;
	padding-bottom:7px;
}
#side .category .date{
	margin-top:-9px;
}
#side .category .date span{
	margin-top:10px;
}
#side .category .date img{
	width:13px;
	vertical-align: top;
	margin-top:11px;
}
#side .category img{
	margin-top:8px;
	padding-right:8px;
}
div::-webkit-scrollbar {
    display: none;
  }
#side ul .hr{
	margin-top:24px;
	margin-bottom:23px;
	width:32px;
	border-top:1px solid #aaa;}
.gNavi {
	display:none
}
/* --------common--------*/
.wrapper{
	width:100%;
	margin:0 auto;}
	
#countainer {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top:20px;} 

/*------------------------------
contents
------------------------------*/
#main_content{
	width:600px;
	margin-bottom:100px;
	margin-left:228px;
	overflow-x:hidden;
}
#main_content .title{
	width: 768px;
	margin:0 auto;
	padding-top:70px;
	font-size: 15px;
	letter-spacing:0.08rem;
	display: none;
}
#main_content .hr{
	width:15px;
	border-bottom:solid 0.5px #000;
	padding-top:21px;
	margin-left:4px;
	display: none;
}
#main_content .collection_list{
     width:600px;
	padding-top:180px;
}
#main_content .collection_list li{
    height: auto;
	display:inline-block;
	padding-right:1px;
	margin-bottom:5px;
}

#main_content .collection_list li img{
	width: 180px;
}

#main_content .collection_list li:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*リスト画像マウスオーバー*/
a.hover_in{
    background-color:#000000;/*ここでマウスオーバーするときの色を設定できます。*/
    display:block;	
}
a.hover_in img{
    transition:all 0.5s ease;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.hover_in img{
    opacity: 0.5;/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
    filter: alpha(opacity=50);/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}


/*sold画像マウスオーバー*/
a.hover_so{
    background-color:#000000;/*ここでマウスオーバーするときの色を設定できます。*/
	background-image:url(../img/sold_line.png);
	background-size:cover;
    display:block;
}
a.hover_so img{
    transition:all 0.5s ease;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.hover_so img{
    opacity: 0.5;/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
    filter: alpha(opacity=50);/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}

/*------------------------------
collection_detail
------------------------------*/
#detail{
	width:100px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.16rem;
}

dl {
	width: 550px;
	position:absolute;
	top:400px;
	margin-left:500px;
}
dl dt {
	width:80px;
	clear:left;
	float:left;
	margin:5.7px 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:12px;
	color:#000;
	letter-spacing: 0.09rem;
	line-height:18px;
}
dl dd {
	width:400px;
	padding:5px 0 0 0;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:12px;
	color:#000;
	letter-spacing: 0.09rem;
}
dl .line{
	width:25px;
	border-bottom:1px solid #aaa;
	padding-top:13px;
	margin-bottom:13px;
}
dl .postscript{
	width:280px;
	padding-top:4px;
	padding-bottom:4px;
}
dl .postscript a{
	width:280px;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#000;
	letter-spacing:0.08rem;
}
dl .contact a{
	width:200px;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#000;
	letter-spacing:0.08rem;
}

/*モーダル*/
#modal_wrap{
    display: none;
    width:100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 8000;
    top: 0px;
    left: 0px;
}
#container{
    width: 100%;
    height: 100%;
    padding: 0px 11.2%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
}
#modal_content{
    width:inherit;    
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    text-align: left;
    z-index: 1045;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#img_wrap{
    /*margin:0 152px;*/
    margin: 0 120px;
    text-align: center;

}
#img_wrap img{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 8px 0px 20px;
    margin: 0px auto;
}
#close{
    z-index: 1100;
    position: absolute;
    background-image: url("/img/top/modal_close.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 54px;
    top: 13px;
}
#next{
    position: absolute;
    top: 48%;
    right: -86px;
    background-image: url("/img/top/modal_arrow_right.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
#prev{
    position: absolute;
    top: 48%;
    left: -65px;
    background-image: url("/img/top/modal_arrow_left.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.positioning_img_sub {
    z-index: 999;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-0%, 50%);
    -ms-transform: translate(-0%, 50%);
    transform: translate(-0%, 50%);
    display: block;
}

.positioning_img_main {
    z-index: 1000;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(0%, -50%);
    display: block;
}

dl .ps_txt{
	display:none;
}
dl .ps_con{
	display:none;
}
dl  .ps_pos{
	display:none;
}
}
/*-------- ipad縦------- */
@media all and (min-width: 600px) and (max-width: 768px) {

h1 img {
    width: 280px;
	position:fixed;
    height: auto;
	margin-left:60px;
	margin-top:30px;
}
/*header*/
.sitename {
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:20px;
	left:0px}
.sitename img{
	padding-bottom:15px;}
header .button {
	position: fixed;
	top:46px;
	left:93%;
    z-index: 50;
}
header .button  img {
	width:30px;
	height:31px;
}
/*------------------------------
side
------------------------------*/
#side {
	position:fixed;
	top:129px;
	left:60px;
}
#side h2{
    margin-bottom: 10px;
}
#side ul li{
    font-size: 14px;
    padding-bottom: 20px;
    letter-spacing: 0.12rem;
}
#side ul li ul li{
    font-size: 11px;
}
div::-webkit-scrollbar {
    display: none;
  }
#side .category{
	width:150px;
	margin-top:20px;
}
#side .category li{
	font-size:12px;
	padding-bottom:7px;
}
#side .category .date{
	margin-top:-9px;
}
#side .category .date span{
	margin-top:10px;
}
#side .category .date img{
	width:13px;
	vertical-align: top;
	margin-top:11px;
}
#side .category img{
	margin-top:8px;
	padding-right:8px;
}
div::-webkit-scrollbar {
    display: none;
  }
#side ul .hr{
	margin-top:24px;
	margin-bottom:23px;
	width:32px;
	border-top:1px solid #aaa;}
.gNavi {
	display:none
}
/* --------common--------*/
.wrapper{
	width:100%;
	margin:0 auto;}
	
#countainer {
	width:100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top:20px;} 

/*------------------------------
contents
------------------------------*/
#main_content{
	width:500px;
	margin-bottom:100px;
	margin-left:228px;
	overflow-x:hidden;
}
#main_content .title{
	width: 768px;
	margin:0 auto;
	padding-top:70px;
	font-size: 15px;
	letter-spacing:0.08rem;
	display: none;
}
#main_content .hr{
	width:15px;
	border-bottom:solid 0.5px #000;
	padding-top:21px;
	margin-left:4px;
	display: none;
}
#main_content .collection_list{
     width:530px;
	padding-top:180px;
}
#main_content .collection_list li{
    height: auto;
	display:inline-block;
	padding-right:1px;
	margin-bottom:5px;
}

#main_content .collection_list li img{
	width: 158px;
}

#main_content .collection_list li:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*リスト画像マウスオーバー*/
a.hover_in{
    background-color:#000000;/*ここでマウスオーバーするときの色を設定できます。*/
    display:block;	
}
a.hover_in img{
    transition:all 0.5s ease;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.hover_in img{
    opacity: 0.5;/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
    filter: alpha(opacity=50);/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}


/*sold画像マウスオーバー*/
a.hover_so{
    background-color:#000000;/*ここでマウスオーバーするときの色を設定できます。*/
	background-image:url(../img/sold_line.png);
	background-size:cover;
    display:block;
}
a.hover_so img{
    transition:all 0.5s ease;/*ここでマウスオーバーが完了する時間や動きが設定できます。*/
}
a:hover.hover_so img{
    opacity: 0.5;/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
    filter: alpha(opacity=50);/*ここでマウスオーバー時の透明度が設定できます。（各ブラウザ用）*/
}

/*------------------------------
collection_detail
------------------------------*/
#detail{
	width:100px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.16rem;
}

dl {
	width: 550px;
	position:absolute;
	top:400px;
	margin-left:500px;
}
dl dt {
	width:80px;
	clear:left;
	float:left;
	margin:5.7px 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:12px;
	color:#000;
	letter-spacing: 0.09rem;
	line-height:18px;
}
dl dd {
	width:400px;
	padding:5px 0 0 0;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:12px;
	color:#000;
	letter-spacing: 0.09rem;
}
dl .line{
	width:25px;
	border-bottom:1px solid #aaa;
	padding-top:13px;
	margin-bottom:13px;
}
dl .postscript{
	width:280px;
	padding-top:4px;
	padding-bottom:4px;
}
dl .postscript a{
	width:280px;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#000;
	letter-spacing:0.08rem;
}
dl .contact a{
	width:200px;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#000;
	letter-spacing:0.08rem;
}

/*モーダル*/
#modal_wrap{
    display: none;
    width:100%;
    height: 100%;
    background-color: #ffffff;
    position: fixed;
    z-index: 8000;
    top: 0px;
    left: 0px;
}
#container{
    width: 100%;
    height: 100%;
    padding: 0px 11.2%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    box-sizing: border-box;
}
#modal_content{
    width:inherit;    
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto;
    text-align: left;
    z-index: 1045;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#img_wrap{
    /*margin:0 152px;*/
    margin: 0 120px;
    text-align: center;

}
#img_wrap img{
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 8px 0px 20px;
    margin: 0px auto;
}
#close{
    z-index: 1100;
    position: absolute;
    background-image: url("/img/top/modal_close.png");
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 54px;
    top: 13px;
}
#next{
    position: absolute;
    top: 48%;
    right: -86px;
    background-image: url("/img/top/modal_arrow_right.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
#prev{
    position: absolute;
    top: 48%;
    left: -65px;
    background-image: url("/img/top/modal_arrow_left.png");
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-repeat: no-repeat;
}
.positioning_img_sub {
    z-index: 999;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-0%, 50%);
    -ms-transform: translate(-0%, 50%);
    transform: translate(-0%, 50%);
    display: block;
}

.positioning_img_main {
    z-index: 1000;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(0%, -50%);
    display: block;
}

dl .ps_txt{
	display:none;
}
dl .ps_con{
	display:none;
}
dl  .ps_pos{
	display:none;
}
}
/*-------- ７plus 以下-------- */
@media screen and (min-width: 376px) and (max-width: 599px) {
a{color: #fff;
	text-decoration: none;}
#side{
	display:none;
}

/*header*/
.sitename {
	width:210px;
	margin: 0 auto;
	text-align:left;
	position:fixed;
	top:38px;
	left:27px}
.sitename img{
	padding-bottom:15px;}
	
body#index h1{
    opacity: 0;
}
header .button{
	display: none;		
	}

/* --------common--------*/
.wrapper{
	width:390px;
	margin:0 auto;}
	
#countainer {
	width:390px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top:20px;} 

/*------------------------------
contents
------------------------------*/
#main_content{
	width:390px;
	margin-top:24px;
	margin-bottom:100px;
}
/*------------------------------
collection
------------------------------*/

#main_content .collection_list{
     width:390px;
	 padding-top:70px;
	 padding-bottom:200px;
}
#main_content .collection_list li{
	display:inline-block;
	margin-bottom:4px;
}

#main_content .collection_list li img{
	width: 127.7px;
}

#main_content .collection_list li:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
	
/* -- MODAL WIN -- */
#modal-win {
	width: 100%;
	overflow:hidden;
}
#modal-win-inner {
	margin: 0 auto;
	position:fixed;
	top:25%;
	left:15%;
	z-index: 10001;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(000, 000, 000, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	cursor: pointer;
}
	
/*------------------------------
collection_detail
------------------------------*/

#detail{
	width:320px;
	margin:-90px 0 0 -10px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.16rem;
	display:none;
}

dl {
	width:100%;
}
dt {
	display:block;
	width:80px;
	clear:left;
	float:left;
	padding:11px 0 4px 0;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#fff;
	letter-spacing: 0.09rem;
	line-height:2px;
	margin-top:-2px;
}

dd {
	display:block;
	width:100px;
	float:left;
	padding:0 0 12px 10px;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#fff;
	letter-spacing: 0.09rem;
}
dl .line{
	width:25px;
	border-top:1px solid #aaa;
	margin-top:18px;
	margin-bottom:6px;
}
dl .postscript a{
	width:200px;
	font-family: 'EB Garamond',serif; !important;
	font-size:15px;
	color:#fff  !important;
	letter-spacing: 0.09rem;
	display:none;
}
dl .contact a{
	width:200px;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;;
	font-size:15px;
	color:#fff;
	letter-spacing: 0.09rem;
	display:none;
}
#modal-open{
	color:#fff;		
	}
dl .ps_txt{
	width:300px;
	line-height:2;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size:11px;
	color:#fff;
	letter-spacing: 0.01rem;
	margin-top:-15px;
}
dl .ps_con{
	width:250px;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size:11px  !important;
	color:#fff;
	letter-spacing: 0.06rem;
	margin-top:3px;
	line-height:2;
}
dl .ps_pos{
	width:250px;
	font-family:'A1 Mincho', 'A1明朝', 'A-OTF A1明朝 Std', 'ヒラギノ明朝 Pro W3', serif !important;
	font-size:11px;  !important;
	color:#fff;
	letter-spacing: 0.06rem;
	margin-top:2px;
}
}
/*-------- 7 以下-------- */
@media screen and (min-width: 321px) and (max-width: 375px) {
a{color: #fff;
	text-decoration: none;}
#side{
	display:none;
}

h1 img {
	position:fixed;
    width: 200px;
    height: auto;
	margin-left:27px;
	margin-top:12px;
}
body#index h1{
    opacity: 0;
}
header .button{
	display: none;		
	}

/* --------common--------*/
.wrapper{
	width:375px;
	margin:0 auto;}
	
#countainer {
	width:375px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top:20px;} 

/*------------------------------
contents
------------------------------*/
#main_content{
	width:375px;
	margin-top:24px;
	margin-bottom:100px;
}
/*------------------------------
collection
------------------------------*/

#main_content .collection_list{
     width:375px;
	 padding-top:70px;
	 padding-bottom:200px;
}
#main_content .collection_list li{
	display:inline-block;
	margin-bottom:4px;
}

#main_content .collection_list li img{
	width: 122.7px;
}

#main_content .collection_list li:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
	
/* -- MODAL WIN -- */
#modal-win {
	width: 100%;
	overflow:hidden;
}
#modal-win-inner {
	margin: 0 auto;
	position:fixed;
	top:25%;
	left:15%;
	z-index: 10001;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(000, 000, 000, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	cursor: pointer;
}
	
/*------------------------------
collection_detail
------------------------------*/

#detail{
	width:320px;
	margin:-90px 0 0 -10px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.16rem;
	display:none;
}

dl {
	width:100%;
}
dt {
	display:block;
	width:80px;
	clear:left;
	float:left;
	padding:11px 0 4px 0;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#fff;
	letter-spacing: 0.09rem;
	line-height:2px;
	margin-top:-2px;
}

dd {
	display:block;
	width:100px;
	float:left;
	padding:0 0 12px 10px;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#fff;
	letter-spacing: 0.09rem;
}
dl .line{
	width:25px;
	border-top:1px solid #aaa;
	margin-top:18px;
	margin-bottom:6px;
}
dl .postscript a{
	width:200px;
	font-family: 'EB Garamond',serif; !important;
	font-size:15px;
	color:#fff  !important;
	letter-spacing: 0.09rem;
	display:none;
}
dl .contact a{
	width:200px;
	font-family: 'EB Garamond',serif; !important;
	font-size:15px;
	color:#fff;
	letter-spacing: 0.09rem;
	display:none;
}
#modal-open{
	color:#fff;		
	}
dl .ps_txt{
	width:300px;
	line-height:2;
	font-size:11px;
	color:#fff;
	letter-spacing: 0.01rem;
	margin-top:-15px;
}
dl .ps_con{
	width:250px;
	font-size:11px  !important;
	color:#fff;
	letter-spacing: 0.06rem;
	margin-top:3px;
	line-height:2;
}
dl .ps_pos{
	width:250px;
	font-size:11px;  !important;
	color:#fff;
	letter-spacing: 0.06rem;
	margin-top:2px;
}
}
/*-------- SE以下-------- */
@media screen and (max-width: 320px) {
a{color: #fff;
	text-decoration: none;}
#side{
	display:none;
}

h1 img {
	position:fixed;
    width: 200px;
    height: auto;
	margin-left:27px;
	margin-top:12px;
}
body#index h1{
    opacity: 0;
}
header .button{
	display: none;		
	}

/* --------common--------*/
.wrapper{
	width:320px;
	margin:0 auto;}
	
#countainer {
	width:320px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	margin-top:20px;} 

/*------------------------------
contents
------------------------------*/
#main_content{
	width:320px;
	margin-top:24px;
	margin-bottom:100px;
}
/*------------------------------
collection
------------------------------*/

#main_content .collection_list{
     width:320px;
	 padding-top:70px;
	 padding-bottom:200px;
}
#main_content .collection_list li{
	display:inline-block;
	margin-bottom:4px;
}

#main_content .collection_list li img{
	width: 104.3px;
}

#main_content .collection_list li:hover{
	-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
	
/* -- MODAL WIN -- */
#modal-win {
	width: 100%;
	overflow:hidden;
}
#modal-win-inner {
	margin: 0 auto;
	position:fixed;
	top:25%;
	left:15%;
	z-index: 10001;
}
#modal-bg {
	width: 100%;
	height: 100%;
	background-color: rgba(000, 000, 000, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	cursor: pointer;
}
	
/*------------------------------
collection_detail
------------------------------*/

#detail{
	width:320px;
	margin:-90px 0 0 -10px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0.16rem;
	display:none;
}

dl {
	width:100%;
}
dt {
	display:block;
	width:80px;
	clear:left;
	float:left;
	padding:11px 0 4px 0;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#fff;
	letter-spacing: 0.09rem;
	line-height:2px;
	margin-top:-2px;
}

dd {
	display:block;
	width:100px;
	float:left;
	padding:0 0 12px 10px;
	margin:0 0 0 0;
	font-family: 'EB Garamond',serif; !important;
	font-size:13px;
	color:#fff;
	letter-spacing: 0.09rem;
}
dl .line{
	width:25px;
	border-top:1px solid #aaa;
	margin-top:18px;
	margin-bottom:6px;
}
dl .postscript a{
	width:200px;
	font-family: 'EB Garamond',serif; !important;
	font-size:15px;
	color:#fff  !important;
	letter-spacing: 0.09rem;
	display:none;
}
dl .contact a{
	width:200px;
	font-family: 'EB Garamond',serif; !important;
	font-size:15px;
	color:#fff;
	letter-spacing: 0.09rem;
	display:none;
}
#modal-open{
	color:#fff;		
	}
dl .ps_txt{
	width:300px;
	line-height:2;
	font-size:11px;
	color:#fff;
	letter-spacing: 0.01rem;
	margin-top:-15px;
}
dl .ps_con{
	width:250px;
	font-size:11px  !important;
	color:#fff;
	letter-spacing: 0.06rem;
	margin-top:3px;
	line-height:2;
}
dl .ps_pos{
	width:250px;
	font-size:11px;  !important;
	color:#fff;
	letter-spacing: 0.06rem;
	margin-top:2px;
}
}










