@charset "UTF-8";
@import url("base.css");
@import url("common.css");
@import url("fontsize.css");

@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;500&family=Playfair+Display:wght@400;700&display=swap);

#flash {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#cateNavi {
	float: left;
	width: 476px;
}
#osusume {
	float: left;
	height: 147px;
	width: 200px;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	text-align: left;
	border: 1px solid #990000;
	overflow: hidden;
}
#estimate {
	float: left;
	width: 202px;
	padding-top: 4px;
}
#osusume h2,#homeDescription h2 {
	font-size: 85%;
	color: #FFFFFF;
	background-color: #811B07;
	text-align: center;
	padding: 3px;
}
.osusumeList {
	margin-top: 3px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.osusumeList img {
	float: left;
	margin-right: 5px;
	border: 1px solid #999999;
}
.osusumeList p {
	font-size: 65%;
	line-height: 115%;
}
#osusume a {
	color: #003399;
}

#fair {
	width: 855px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#bottom {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	font-size: 65%;
	line-height: 135%;
	color: #666666;
	text-align: left;
	padding-top: 30px;
	clear: both;
}
#bottomBuut {
	float: left;
	width: 307px;
	padding-top: 5px;
}
#osusume h2 a:link,#osusume h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#fair p {
	margin-top: 10px;
	font-size: 95%;
}
#osusume a:hover {
	color: #FF9900;
}

h1 {
	padding-left: 20px;
	font-size: 70%;
}
a:link {
	color: #003399;
}
#fair td td {
	padding: 5px;
}
a:hover {
	color: #FF6600;}
h2 {
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homeDescription {
	padding-top: 10px;
	width: 855px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#homeDescription .descTexBlock {
	width: 420px;
	border: 1px solid #811B07;
	padding-bottom: 10px;
}
#homeDescription p,
#homeDescription ul {
	font-size: 80%;
	line-height: 135%;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}
#homeDescription ul {
	margin-left: 25px;
	list-style-type: square;
}
#homeDescription li {
	margin-top: 3px;
}
#homeDescription a {
	color: #FF6600;
}
#homeDescription a:hover {
	text-decoration: none;
}



/*110404追加*/
.bnr-col {
	width: 855px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	position: relative;
}
.bnr-col ul {
	text-align: left;
	position: absolute;
	left: 0;
	bottom: 5px;
	margin-left: 20px;
}
.bnr-col .l-bnr {
	float: left;
}
.bnr-col .l-bnr li {
	list-style: none;
	float: left;
	font-size: 11px;
	margin-right: 10px;
}
.bnr-col .l-bnr .first {
	/*margin-right: 0;*/
}
.bnr-col .r-bnr {
	float: right;
}
.bnr-col a {
	color: #333333;
}
.bnr-col a:hover {
	color:#FF6600;
}

.time-col {
	text-align: center;
	padding-top: 10px;
}
.time-col table {
	border: 1px solid #DF6017;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size: 70%;
}
#fair .time-col .time-txt {
	margin-top: 20px;
	margin-bottom: 25px;
}
#fair .time-col p {
	margin-top: 5px;
}
#fair .time-col table p {
	padding: 5px 10px;
	margin-top: 0;
}
#fair .time-col .time-txt p {
	font-size: 80%;
}
#fair .time-col .time-txt p.bold {
	font-size: 105%;
}



/* 190509 add to */

.main-visual {
	border-bottom: 1px solid #999;
	display: flex;
	justify-content: space-between;
}
.main-visual img {
	height: auto;
	width: 100%;
}
.main-visual .slider {
	overflow: hidden;
	position: relative;
	width: 695px;
	z-index: 1;
}
.main-visual .slider .each-comm {
	float: left;
}

.main-visual .button {
	position: relative;
	width: 205px;
	z-index: 2;
}
.main-visual .button p {
	background-size: cover;
}
.main-visual .button p:nth-child(n+2) {
	margin-top: 5px;
}
.main-visual .button p:nth-child(1) {
	background-image: url(../img/mv_thumbnail01.png);
}
.main-visual .button p:nth-child(2) {
	background-image: url(../img/mv_thumbnail02.png);
}
.main-visual .button p:nth-child(3) {
	background-image: url(../img/mv_thumbnail03.png);
}
.main-visual .button p a {
	display: table;
	position: relative;
	width: 100%;
}
.main-visual .button p a img {
	opacity: 0;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.main-visual .button p a:hover img {
	opacity: 1;
}
.main-visual .button p a span {
	background-color: #fff2cf;
	border: 1px solid #ffb83a;
	box-sizing: border-box;
	color: #93351a;
	display: table-cell;
	height: 100%;
	left: 0;
	padding: 10px 45px 10px 10px;
	position: absolute;
	text-align: left;
	top: 0;
	opacity: 0;
	width: 100%;
	z-index: -1;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
.main-visual .button p a:hover span {
	left: -190px;
	opacity: 1;
	width: 110%;
}

/*
insta list
===============*/
.instaArea .insta_logo {
  background-image: url(https://www.instagram.com/static/bundles/es6/sprite_glyphs_b1c882bed79e.png/b1c882bed79e.png);
  background-repeat: no-repeat;
  background-position: -74px -200px;
  height: 29px;
  width: 103px;
  display: block;
}
.insta_list {
	margin: 0;
	width: 100%;
	list-style: none;
	margin-top: 10px;
}
.insta_list:after {
	content: "";
	display: block;
	clear: both;
}
.insta_list li {
	background-color: #EEEEEE;
	float: left;
	width : -webkit-calc((100% - 20px) / 3);
	width : calc(100% / 6);
	/*border: solid 1px #eee;*/
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
}
.insta_list li img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
.instaArea + * {
	margin-top: 25px !important;
}



#fair .antiquetime {
	background-color: #a9cec8;
	color: #fff;
	padding: 20px 15px;
	text-align: center;
}
#fair .antiquetime a:hover {
	opacity: 0.7;
}
#fair .antiquetime img {
	height:auto;
	max-width: 100%;
}
#fair .antiquetime .ttl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	color:#fff;
	font-size: 14px;
	font-weight:bold;
	line-height:1.3;
	margin-top: 0;
}
#fair .antiquetime .ttl span {
	display:block;
}
#fair .antiquetime .ttl .logo {
	font-size: 16px;
	margin-left: 20px;
	width: 200px;
}
#fair .antiquetime .lead {
  font-size: 20px;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	margin-top: 15px;
}
#fair .antiquetime .contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
#fair .antiquetime .main_item {
	font-weight: 700;
	width: 49%;
}
#fair .antiquetime .main_item figure {
	background-color: #fff;
}
#fair .antiquetime .text_summary {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
	margin-top: 10px;
	width: 100%;
}
#fair .antiquetime .btn_link {
	background-color: #fff;
	margin: 10px auto 0;
	min-width: 210px;
}
#fair .antiquetime .btn_link a {
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	color: #fff;
	display: block;
	font-size: 14px;
	background: #c5a011;
	padding: 8px 30px 8px 10px;
	font-weight: 700;
	text-decoration: none;
	position: relative;
}
#fair .antiquetime .btn_link a:after {
	background-image: url(/common/side_antique_arrow.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	content: "";
	height: 12px;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-45%);
	width: 15px;
}
#fair .antiquetime .list_category {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 49%;
}
#fair .antiquetime .list_category .each_comm {
	background-color: #fff;
	width: 48.5%;
}
#fair .antiquetime .list_category .each_comm:nth-of-type(n+3) {
	margin-top: 3%;
}
#fair .antiquetime .list_category .each_comm a {
	color:#fff;
	display: block;
	font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 700;
	position: relative;
}
#fair .antiquetime .list_category .each_comm .category_name {
	font-size: 13px;
	position: absolute;
	bottom: 5px;
	text-align: center;
	text-shadow: 0 0 4px rgba(0,0,0,0.7);
	width: 100%;
	z-index: 1;
}